GeoParquet to Shapefile Converter

Handing a GeoParquet dataset from a data-engineering pipeline to a GIS analyst whose tool only ingests Shapefiles.

Convert GeoParquet to Shapefile now

Common issues converting GeoParquet to Shapefile

Frequently asked questions

Why move modern GeoParquet back to an old format?

Interoperability. Many desktop GIS tools and procurement workflows still standardize on Shapefile; the converter bridges the two.

What files do I get?

The standard set — .shp, .shx, .dbf and .prj — delivered together as a zip.

Are data types preserved?

Mostly. The .dbf type system is limited, so some precise numeric or temporal types are coerced to the nearest Shapefile-compatible type.

Is the CRS kept?

Yes — GeoParquet's CRS metadata is written to the .prj. Set a different target CRS to reproject on export.

Related conversions