GeoParquet
GeoParquet viewer in your browser
GeoParquet stores geospatial vector data — points, lines, polygons — inside standard Apache Parquet, combining columnar compression with standardized geo metadata. It is rapidly replacing shapefiles for cloud-native GIS work.
viewparquet treats GeoParquet as a first-class format. Drop a file in and it opens like any Parquet file: browse attribute columns in the grid, see the geometry column and its encoding, read the geo metadata from the file footer, and query everything with DuckDB SQL. Processing is local via DuckDB-WASM, so datasets are never uploaded — no QGIS install, no waiting on a desktop GIS to boot for a quick inspection.
Try it on your own file
Drop a Parquet, GeoParquet, CSV, or JSON file into viewparquet — browse rows, run DuckDB SQL, and export results, all locally in your browser. Nothing is uploaded.