Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add known libraries that support GeoParquet to README #29

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,11 @@ will be any more potential breaking changes. Though the full commitment to that

## Current Implementations & Examples

TODO: Add explanations and links to implementations.

Examples of geoparquet files following the current spec can be found in the [examples/](examples/) folder.

Examples of geoparquet files following the current spec can be found in the [examples/](examples/) folder. There is also a
larger sample dataset [nz-buildings-outlines.parquet](https://storage.googleapis.com/open-geodata/linz-examples/nz-buildings-outlines.parquet)
available on Google Cloud Storage.

Currently known libraries that can read and write GeoParquet files:

* [GeoPandas](https://geopandas.org/en/stable/docs/user_guide/io.html#apache-parquet-and-feather-file-formats) (Python)
* [sfarrow](https://wcjochem.github.io/sfarrow/index.html) (R)