Skip to content

Commit 1a652f2

Browse files
Add known libraries that support GeoParquet to README (#29)
Co-authored-by: Chris Holmes <[email protected]>
1 parent 6d89657 commit 1a652f2

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,11 @@ will be any more potential breaking changes. Though the full commitment to that
7878

7979
## Current Implementations & Examples
8080

81-
TODO: Add explanations and links to implementations.
82-
83-
Examples of geoparquet files following the current spec can be found in the [examples/](examples/) folder.
84-
81+
Examples of geoparquet files following the current spec can be found in the [examples/](examples/) folder. There is also a
82+
larger sample dataset [nz-buildings-outlines.parquet](https://storage.googleapis.com/open-geodata/linz-examples/nz-buildings-outlines.parquet)
83+
available on Google Cloud Storage.
8584

85+
Currently known libraries that can read and write GeoParquet files:
8686

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

0 commit comments

Comments
 (0)