aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Harvey <andrew@alantgeo.com.au>2021-06-21 16:25:37 +1000
committerAndrew Harvey <andrew@alantgeo.com.au>2021-06-21 16:25:37 +1000
commitb543964a8b7bec12d719765d4df59068d50b9565 (patch)
tree0d89f0f899b1cf1551753b2560b271819cd659ce
parentd7b404916fb9a3ff565d18005f05d228775a7790 (diff)
build with suburb first because our code base needs suburb for duplicate detection, they are subsequently removed
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 90bcc63..0b5b6c5 100644
--- a/README.md
+++ b/README.md
@@ -36,7 +36,7 @@ The following steps are built into the _build vicmap_ stage.
Next, convert into [OSM address schema](https://wiki.openstreetmap.org/wiki/Key:addr), and omit addresses which don't meet our threshold for import (see [_Omitted addresses_](#omitted-addresses)) (code at [`bin/vicmap2osm.js`](bin/vicmap2osm.js)):
- make dist/vicmap-osm.geojson
+ make dist/vicmap-osm-with-suburb.geojson
Next, remove duplicates where all address attributes match at the same location or within a small proximity (code at [`bin/reduceDuplicates.js`](bin/reduceDuplicates.js), see [_Removing duplicates_](#removing-duplicates)):