Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 536 Bytes

File metadata and controls

34 lines (24 loc) · 536 Bytes

DuckDB/Spatial, Quackosm schema

Prepare Docker

docker compose --profile '*' build

Prepare the data

docker compose run --rm quackosm
quackosm --no-sort /data/landes-latest.osm.pbf
mv files/*.parquet /data/

You can now remove the *.osm.pbf file.

Adjuste the DB filename in docker-compose.yaml.

docker compose run --rm api underpass-api init

You can now remove the QuackOSM *_nofilter_noclip_compact.parquet file.

Run the server

Run the HTTP server

docker compose up