Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 375 Bytes

File metadata and controls

24 lines (18 loc) · 375 Bytes

DuckDB/Spatial, Quackosm schema

Prepare Docker

docker compose --profile '*' build

Prepare the data

docker compose run --rm quackosm
quackosm /data/landes-latest.osm.pbf
mv files/landes-latest_nofilter_noclip_compact.parquet /data/extract_nofilter_noclip_compact.parquet

Run the server

Run the HTTP server

docker compose up