Skip to content

Commit

Permalink
Merge pull request #70 from cloudnativegeo/kyle/geoparquet-1.0
Browse files Browse the repository at this point in the history
Update to reflect GeoParquet 1.0
  • Loading branch information
kylebarron authored Oct 3, 2023
2 parents da8b3b6 + 4e2921b commit aed673d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion geoparquet/index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ Parquet has a wide ecosystem of tools and support; GeoParquet builds on this suc

The two main things that GeoParquet defines on top of Parquet are how to encode geometries in the geometry column and how to include metadata like the geometries' [Coordinate Reference System](https://en.wikipedia.org/wiki/Spatial_reference_system) (CRS).

GeoParquet is a relatively young format, and the specification has not yet reached a 1.0 release (as of August 2023, it's at [1.0.0-rc.1](https://github.com/opengeospatial/geoparquet/releases/tag/v1.0.0-rc.1)). However, reading and writing GeoParquet has been [supported in GDAL since version 3.5](https://gdal.org/drivers/vector/parquet.html), and thus can be used in programs like GeoPandas and QGIS.
In September 2023, GeoParquet published a [1.0 release](https://geoparquet.org/releases/v1.0.0/), and now any changes to the specification are expected to be backwards compatible.

Reading and writing GeoParquet has been [supported in GDAL since version 3.5](https://gdal.org/drivers/vector/parquet.html), and thus can be used in programs like GeoPandas and QGIS.

::: {.callout-warning}

Expand Down

0 comments on commit aed673d

Please sign in to comment.