aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAndrew Harvey <andrew@alantgeo.com.au>2021-06-11 21:43:26 +1000
committerAndrew Harvey <andrew@alantgeo.com.au>2021-06-11 21:43:26 +1000
commite76e53cf087efedadb076a6fc6ab70d81993638f (patch)
treec99000c8bbf9bfda3493ab2bdb1e1eabc6a4919c /Makefile
parent4dca486627fdd2569ef2733b0cbd7b8378dc1287 (diff)
build import of postal_code onto admin_level=10 boundaries
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f15f954..b9604ba 100644
--- a/Makefile
+++ b/Makefile
@@ -220,7 +220,8 @@ data/victoria-admin-level10.osm.fgb: data/victoria-admin-level10.osm.geojson
ogr2ogr -f FlatGeobuf $@ $<
dist/vicmapSuburbDiffersWithOSM.geojson: dist/vicmap-osm-with-suburb.geojson data/victoria-admin-level10.osm.geojson
- ./bin/compareSuburb.js $^ $@ dist/suburbsWithPostcodeCounts.geojson
+ rm -f dist/postalCodeURLs.txt
+ ./bin/compareSuburb.js $^ $@ dist/suburbsWithPostcodeCounts.geojson dist/postalCodeInstructions.json dist/postalCodeURLs.txt
wc -l $@
printDifferentSuburbs: dist/vicmapSuburbDiffersWithOSM.geojson