better tags, list of pbf urls
This commit is contained in:
parent
fc00e77b33
commit
08eca3e042
5 changed files with 506 additions and 6 deletions
|
|
@ -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}}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue