13 lines
No EOL
467 B
Makefile
13 lines
No EOL
467 B
Makefile
extract input output:
|
|
quackosm {{input}} --osm-tags-filter-file tags.json --silent --compact --output {{output}}
|
|
|
|
download region output:
|
|
quackosm --geom-filter-geocode {{region}} --osm-extract-source Geofabrik --osm-tags-filter-file tags.json --compact --output {{output}}
|
|
|
|
convert input output:
|
|
python3 slice.py --input {{input}} --output {{output}}
|
|
|
|
plot file:
|
|
#!/usr/bin/env bash
|
|
stem=$(basename {{file}} .parquet)
|
|
python3 plot.py -i {{file}} -o ${stem}.png
|