aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 3e55c5b..8ad352a 100644
--- a/Makefile
+++ b/Makefile
@@ -101,6 +101,12 @@ data/victoria-addr.osm.fgb: data/victoria-addr.osm.geojson
data/victoria-addr.osm.centroids.fgb: data/victoria-addr.osm.fgb
qgis_process run native:centroids -- INPUT='$<|layername=victoria-addr.osm|option:VERIFY_BUFFERS=NO' OUTPUT=$@
+data/victoria-named-features.osm.pbf: data/victoria.osm.pbf
+ osmium tags-filter --output=$@ --overwrite $< name
+
+data/victoria-named-features.osm.geojson: data/victoria-named-features.osm.pbf
+ osmium export --config=config/osmium-export-config-names.json --output-format=geojsonseq --format-option=print_record_separator=false --output=$@ --overwrite $<
+
data/asgs.zip:
wget -O $@ 'https://www.abs.gov.au/AUSSTATS/subscriber.nsf/log?openagent&1270055001_ASGS_2016_vol_1_geopackage.zip&1270.0.55.001&Data%20Cubes&C406A18CE1A6A50ACA257FED00145B1D&0&July%202016&12.07.2016&Latest'
@@ -209,3 +215,7 @@ printDifferentSuburbs: dist/vicmapSuburbDiffersWithOSM.geojson
dist/candidates: data/victoria-admin-level10.osm.geojson dist/conflate
mkdir -p $@
./bin/candidates.js $^ $@
+
+dist/vicmap-complex-site: dist/vicmap-complex.geojson data/victoria-named-features.osm.geojson
+ mkdirp -p $@
+ ./bin/complex.js $^ $@