From a4a86859e7b373c9a68a5503e47511c2e8537d72 Mon Sep 17 00:00:00 2001 From: Andrew Harvey Date: Fri, 21 May 2021 16:05:04 +1000 Subject: report postcodes per osm suburb --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3