better tags, list of pbf urls

This commit is contained in:
randogoth 2025-02-26 18:12:46 +00:00
parent fc00e77b33
commit 08eca3e042
5 changed files with 506 additions and 6 deletions

View file

@ -1,5 +1,5 @@
extract input output:
quackosm {{input}} --osm-tags-filter-file tags.json --silent --compact --output {{output}}
quackosm {{input}} --osm-tags-filter-file tags.json --compact --output {{output}}
download region output:
quackosm --geom-filter-geocode {{region}} --osm-extract-source Geofabrik --osm-tags-filter-file tags.json --compact --output {{output}}
@ -25,4 +25,4 @@ process file:
lookup lat lon:
#!/usr/bin/env bash
lat=$(echo "{{lat}}" | tr ',' ' ')
python3 lookup.py $lat {{lon}}
python3 lookup.py $lat {{lon}}