From a923c9f996926c7543a48c6f77783eb51af17173 Mon Sep 17 00:00:00 2001 From: Andrew Harvey Date: Wed, 9 Jun 2021 21:45:11 +1000 Subject: flag Vicmap complex data for manual maproulette review --- Makefile | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'Makefile') 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 $^ $@ -- cgit v1.2.3