GeoParquet 1.0.0-rc.1 released!

Chris Holmes
3 min readJul 31, 2023

I’m excited to share that the core GeoParquet team has agreed that the specification is ready for 1.0.0 release. We just cut the first ‘release candidate,’ which means that we do not anticipate any more changes to the standard. However, we we want to give one last chance for everyone to give feedback in case we missed something. The spec is up at geoparquet.org/releases/v1.0.0-rc.1/

Validators

The ecosystem of tools and data around GeoParquet has continued to grow, and we now have validators that check not only the metadata validity but also the congruence between the data and provided metadata. GPQ, a command-line tool and Go library, can run validation on any potential file and report how it lines up against all the requirements of GeoParquet.

GDAL/OGR also ships with a script that can check the validity of the metadata and the actual data.

Spec Additions

The spec has actually been quite stable, with no changes to the spec itself since the beta.1 release. The only addition was a set of guidelines for ‘Parquet Geospatial Compatibility’. This came about from a great community discussion about simplifying the standard even more by making metadata optional. The core motivation was that not every producer of data who wants to follow the GeoParquet spec is the person who makes the software, and many people use software that won’t immediately write out the right metadata. The proposal was to allow the production of valid GeoParquet files without including metadata, by simply choosing defaults. The community ended up deciding that allowing those metadata-less files to be valid GeoParquet would ultimately hurt interoperability, and that implementing GeoParquet must mandate metadata.

Nevertheless, we wanted to assist data providers who aim to support the GeoParquet ecosystem, so the compatibility recommendations give a set of requirements and encourage any GeoParquet library to be able to easily read those in. But those libraries that read compatible parquet files will all write out the proper metadata. So, if people use a tool to read compatible files and save the data, it will yield valid GeoParquet, thereby increasing the volume of interoperable data. Our hope is that it’s just a set of interim recommendations, and we aim to work with all software that reads or writes Parquet and supports spatial data to fully implement GeoParquet.

Ecosystem

The ecosystem of tools supporting GeoParquet continues to grow.

The coolest additions in recent months have been the web tools, like Scribble Maps and CARTO.

And I also discovered that Esri’s ArcGIS GeoAnalytics Engine can load or save GeoParquet with the Python library or the Spark plugin, see their GeoParquet page for more details. We’ve also seen more data in GeoParquet, like the Google Open Buildings Dataset and Eurocrops dataset.

Next Steps

Our objective is to launch GeoParquet 1.0.0 at the beginning of September, unless we hear any critical feedback. So this is a great time to try it out and make sure it works with your tools. Please do let us know if you add support to a new tool or make a new GeoParquet dataset, so we can add you to the 1.0.0 release announcement.

--

--

Chris Holmes

Product Architect @ Planet, Board Member @ Open Geospatial Consortium, Technical Fellow @ Radiant.Earth