aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAndrew Harvey <andrew@alantgeo.com.au>2021-05-21 16:05:04 +1000
committerAndrew Harvey <andrew@alantgeo.com.au>2021-05-21 16:05:04 +1000
commita4a86859e7b373c9a68a5503e47511c2e8537d72 (patch)
treeec5ed2a68d530ce5ec514a8bb4fa9f77e8f0ff15 /Makefile
parent9cc8b035da93c7e6bdf92735c3f671081a40fc3e (diff)
report postcodes per osm suburb
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6f781cc..f8cf98c 100644
--- a/Makefile
+++ b/Makefile
@@ -161,7 +161,7 @@ data/victoria-admin-level10.osm.geojson: data/victoria-admin-level10.osm.pbf
osmium export --overwrite --geometry-types=polygon --output-format=geojsonseq --format-option=print_record_separator=false --output $@ $<
dist/vicmapSuburbDiffersWithOSM.geojson: dist/vicmap-osm.geojson data/victoria-admin-level10.osm.geojson
- ./bin/compareSuburb.js $^ $@
+ ./bin/compareSuburb.js $^ $@ dist/suburbsWithPostcodeCounts.geojson
printDifferentSuburbs: dist/vicmapSuburbDiffersWithOSM.geojson
ogr2ogr -f CSV -select '_osmSuburb,addr:suburb' /vsistdout/ $< | sort | uniq