GeoParquet to GeoJSON Converter

The reverse of the cloud-native migration: turning a query result from BigQuery, Carto, or Sedona into a portable JSON file you can hand to a web map or partner.

Convert GeoParquet to GeoJSON now

Common issues converting GeoParquet to GeoJSON

Frequently asked questions

Does the converter stream large Parquet files?

The browser converter loads the file fully into memory. For multi-gigabyte Parquet, use the async API which streams via DuckDB-spatial server-side.

What if the GeoParquet file uses a non-WKB encoding?

GeoParquet 1.1 also supports WKT and a native Arrow encoding. We read all three; output is always GeoJSON regardless of source encoding.

Are nested struct columns flattened?

Top-level only. A struct column appears as a JSON object on each feature's properties, preserving its shape.

Can I export only a subset of features?

The browser tool converts everything. For server-side filtered exports ("only features in this bbox") use the workflow editor, which composes a filter step before write.

Related conversions