aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 52ce59b..6e61053 100644
--- a/Makefile
+++ b/Makefile
@@ -162,3 +162,6 @@ data/victoria-admin-level10.osm.geojson: data/victoria-admin-level10.osm.pbf
dist/vicmapSuburbDiffersWithOSM.geojson: dist/vicmap-osm.geojson data/victoria-admin-level10.osm.geojson
./bin/compareSuburb.geojson $^ $@
+
+printDifferentSuburbs: dist/vicmapSuburbDiffersWithOSM.geojson
+ ogr2ogr -f CSV -select '_osmSuburb,addr:suburb' /vsistdout/ $< | sort | uniq