pyogrio

Vectorized vector I/O using OGR (by geopandas)

Pyogrio Alternatives

Similar projects and alternatives to pyogrio

  • usv

    Unicode Separated Values (USV) data markup for units, records, groups, files, streaming, and more.

  • Fiona

    3 pyogrio VS Fiona

    Fiona reads and writes geographic data files

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • geoparquet

    Specification for storing geospatial vector data (point, line, polygon) in Parquet

  • Sep

    World's Fastest .NET CSV Parser. Modern, minimal, fast, zero allocation, reading and writing of separated values (`csv`, `tsv` etc.). Cross-platform, trimmable and AOT/NativeAOT compatible.

  • csvy

    Import and Export CSV Data With a YAML Metadata Header

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better pyogrio alternative or higher similarity.

pyogrio reviews and mentions

Posts with mentions or reviews of pyogrio. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-03-25.
  • Friends don't let friends export to CSV
    7 projects | news.ycombinator.com | 25 Mar 2024
    Your issue is that you're using the default (old) binding to GDAL, based on Fiona [0].

    You need to use pyogrio [1], its vectorized counterpart, instead. Make sure you use `engine="pyogrio"` when calling `to_file` [2]. Fiona does a loop in Python, while pyogrio is exclusively compiled. So pyogrio is usually about 10-15x faster than fiona. Soon, in pyogrio version 0.8, it will be another ~2-4x faster than pyogrio is now [3].

    [0]: https://github.com/Toblerity/Fiona

    [1]: https://github.com/geopandas/pyogrio

    [2]: https://geopandas.org/en/stable/docs/reference/api/geopandas...

    [3]: https://github.com/geopandas/pyogrio/pull/346

Stats

Basic pyogrio repo stats
1
240
8.6
5 days ago

geopandas/pyogrio is an open source project licensed under MIT License which is an OSI approved license.

The primary programming language of pyogrio is Python.


Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com