GeoParquet 📊

GeoParquet (Apache Parquet)

Open Beta
.parquet · application/x-parquet

GeoParquet is a columnar geospatial format based on Apache Parquet. Ideal for big data analytics, data lake applications, and processing in DuckDB, Spark, BigQuery, and other analytical systems.

Export GeoParquet now ✨ Open Beta — free, no limits

Key Features

Columnar format
Compression (Snappy/Gzip/Zstd)
Fast analytical queries
Apache ecosystem compatible
Example GeoParquet export (central Moscow, 1x0.5 km)
Example: central Moscow, ~1×0.5 km, medium detail

About GeoParquet Format

Parquet is a columnar storage format from Apache: data lies by column, each one compressed separately, and block headers carry statistics, so the engine reads only the columns it needs and skips the rest of the rows. GeoParquet (the OGC standard, version 1.0) adds to that an agreement on how to store geometry and the coordinate system.

It is a format for analytics and long-term storage: a data lake in object storage, a data mart in BigQuery or Snowflake, heavy computation in DuckDB and GeoPandas. On large selections it is both smaller on disk and faster in queries than row-based formats.

The output is a single .parquet: all the layers merged into one table with a _layer column you can split them by. Geometry is stored in binary WKB form, and the WGS84 (EPSG:4326) coordinate system is described in the file metadata per the GeoParquet specification. The default compression is snappy.

You cannot look at such a file with your own eyes, it is binary. But it is read by DuckDB, GeoPandas, Spark, BigQuery, QGIS and ogr2ogr, usually without loading it into a database at all.

What Program Opens GeoParquet Files

The following programs and applications can open, edit, and work with GeoParquet (Apache Parquet) (.parquet) files exported from OSM2CDR:

💻DuckDB 💻Apache Spark 💻Google BigQuery 💻GeoPandas 🌎QGIS 💻Snowflake

Format specifications

Who Uses GeoParquet Maps

🏗
Big Data analytics
Millions of features are processed in DuckDB or Spark without loading them into a database.
💻
Data Lake
The file goes into the data lake next to the other tables and is read by the same tools.
📊
Machine learning
Spatial features for models in a format GeoPandas reads in one line.
🎨
Cloud storage
The data sits in object storage and is read directly, with no server.
🗺
Columnar queries
Only the columns you need are read — a query on one field does not pull up the whole file.

How to Export GeoParquet

1
Select area
Draw a rectangle or polygon on the interactive map at osm2cdr
2
Choose GeoParquet
Select GeoParquet (Apache Parquet) from the list of 127 available export formats
3
Export
Click Export and receive your .parquet file in 1-5 minutes
4
Download
Download the ready GeoParquet file and open it in DuckDB

How to Open After Export

Popular maps in GeoParquet

Free

Get GeoParquet (Apache Parquet) map exports

Download professional GeoParquet maps from OpenStreetMap. Instant generation, any area.

Free / export
Export GeoParquet now →

Frequently Asked Questions

Why is GeoParquet better than Shapefile?
Can I open GeoParquet in DuckDB?
How do I split the export by layer?
In what form is the geometry stored?
What compression is the file packed with?

Related Formats

Frequently Exported Together

Related Articles