diff options
author | Andrew Harvey <andrew@alantgeo.com.au> | 2021-06-21 16:25:37 +1000 |
---|---|---|
committer | Andrew Harvey <andrew@alantgeo.com.au> | 2021-06-21 16:25:37 +1000 |
commit | b543964a8b7bec12d719765d4df59068d50b9565 (patch) | |
tree | 0d89f0f899b1cf1551753b2560b271819cd659ce | |
parent | d7b404916fb9a3ff565d18005f05d228775a7790 (diff) |
build with suburb first because our code base needs suburb for duplicate detection, they are subsequently removed
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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)): |