Skip to content

v0.1.0

Choose a tag to compare

@tijptjik tijptjik released this 09 Apr 17:04
· 21 commits to main since this release
e89f4f2

Overturist v0.1.0

Initial public release of Overturist, a CLI for downloading and filtering Overture Maps data from S3.

image

Highlights

  • Interactive CLI for searching Overture administrative divisions
  • Non-interactive get workflow for scripted downloads
  • DuckDB-powered bbox and boundary filtering for Overture Parquet data
  • Release-aware caching for divisions, searches, themes, and release metadata
  • Support for place, bounding box, or world-wide extraction targets
  • Lookups by name, GERS ID, or OSM relation ID
  • Theme- and type-based downloads
  • Spatial filtering with intersects and within
  • Geometry output modes including preserve, selective clipping, and full clipping
  • Localized result presentation and storage

Run

Requires Bun >=1.3.0.

bunx @saanseoi/overturist

Or install globally, and run with overturist

bun install -g @saanseoi/overturist
overturist

Notes

  • This release currently supports Linux x64 only.
  • npm package: @saanseoi/overturist

Links