diff options
author | Andrew Harvey <andrew@alantgeo.com.au> | 2021-05-20 22:32:51 +1000 |
---|---|---|
committer | Andrew Harvey <andrew@alantgeo.com.au> | 2021-05-20 22:32:51 +1000 |
commit | f699c397841eeb47b4e803ec6185f94585bb4e39 (patch) | |
tree | 40efa1b2b4c2e5d1f30e9912f428b3b6639efb62 /Makefile | |
parent | 51e2657da1d126ff96fc579294c91455b7f2d03b (diff) |
report which suburbs differer in vicmap / osm
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |