aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Harvey <andrew@alantgeo.com.au>2021-06-09 14:12:08 +1000
committerAndrew Harvey <andrew@alantgeo.com.au>2021-06-09 14:12:08 +1000
commit37b24fb024783765e1f411350ded3408f0aadcbe (patch)
treeeef6eea1a44d17899062d17dc35f098974d6e52d
parente124e7e8b7ef52e8f04d55deaecd8e576b7ad637 (diff)
cut header from sort
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d85d1ff..3e55c5b 100644
--- a/Makefile
+++ b/Makefile
@@ -204,7 +204,7 @@ dist/vicmapSuburbDiffersWithOSM.geojson: dist/vicmap-osm-with-suburb.geojson dat
printDifferentSuburbs: dist/vicmapSuburbDiffersWithOSM.geojson
echo "OSM Suburb,Vicmap Suburb"
- ogr2ogr -f CSV -select '_osmSuburb,addr:suburb' /vsistdout/ $< | tail -n+1 | sort | uniq
+ ogr2ogr -f CSV -select '_osmSuburb,addr:suburb' /vsistdout/ $< | tail -n+2 | sort | uniq
dist/candidates: data/victoria-admin-level10.osm.geojson dist/conflate
mkdir -p $@