File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff 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)
You can’t perform that action at this time.
0 commit comments