This repository houses experiments for visualizing various cloud native vector
formats, with a focus on exploring options for rendering GeoParquet. The web
directory contains a nextjs application visualizing building footprint data
using four methods:
- a single geoparquet
- a quadkey partitioned geoparquet store
- flatgeobuf
- pmtiles
The processing
folder contains recipes for how the underlying GeoParquet data
was created.
We presented our findings at the 2025 Cloud Native Geo conference. Our slides can be found here.
To run the web visualization locally
cd web/
npm install
npm run dev
and then visit http://localhost:4000/
in your browser.
All the code in this repository is MIT-licensed, but we request that you please provide attribution if reusing any of our digital content (graphics, logo, articles, etc.).
CarbonPlan is a nonprofit organization that uses data and science for climate action. We aim to improve the transparency and scientific integrity of climate solutions with open data and tools. Find out more at carbonplan.org or get in touch by opening an issue or sending us an email.