diff options
author | Andrew Harvey <andrew@alantgeo.com.au> | 2021-06-11 21:43:26 +1000 |
---|---|---|
committer | Andrew Harvey <andrew@alantgeo.com.au> | 2021-06-11 21:43:26 +1000 |
commit | e76e53cf087efedadb076a6fc6ab70d81993638f (patch) | |
tree | c99000c8bbf9bfda3493ab2bdb1e1eabc6a4919c /Makefile | |
parent | 4dca486627fdd2569ef2733b0cbd7b8378dc1287 (diff) |
build import of postal_code onto admin_level=10 boundaries
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |