GeoParquet
GeoParquet viewer in your browser
GeoParquet stores geospatial vector data — points, lines, and polygons — in Apache Parquet, with a specification for identifying geometry columns and related geospatial metadata.
viewparquet opens GeoParquet through its Parquet reader. You can browse the attribute table, inspect column names and DuckDB types, see geometry values in their stored form, filter non-spatial attributes with SQL, and export results. It does not currently render geometries on a map, decode them into GIS features, or validate GeoParquet CRS and metadata fields; use a geo-aware tool when you need those checks.
Inspect a GeoParquet tableTry it on your own file
Drop a Parquet, GeoParquet, CSV, or JSON file into viewparquet: browse rows, run DuckDB SQL, and export results in-browser without uploading the dataset to viewparquet. Optional AI sends messages and applicable context directly to the provider you choose; review Settings → AI before use.