Fetch Overture Maps data (Building footprints, Boundaries, Places...) for regions by text input or by Overture Maps division id. Supports GeoJSON/GeoParquet output.
As simple as:
npx fetch_overture manhattan_buildings.geojson --theme=buildings --type=building --location=Manhattan,NY
Install Node.js:
npx fetch_overture manhattan_buildings.zstd.parquet --theme=buildings --type=building --location=Manhattan,NY
or by division id (Manhattan)
npx fetch_overture manhattan_buildings.zstd.parquet --theme=buildings --type=building --division_id=0856cf5cbfffffff01a25549e3bf0e4c
GeoJSON format:
npx fetch_overture manhattan_buildings.geojson --theme=buildings --type=building --division_id=0856cf5cbfffffff01a25549e3bf0e4c
npx fetch_overture manhattan_buildings.zstd.parquet --theme=<theme> --type=<type> --location=Manhattan,NY
Theme: "addresses"
Theme: "base"
Theme: "buildings"
Theme: "divisions"
Theme: "places"
Theme: "transportation"