From b543964a8b7bec12d719765d4df59068d50b9565 Mon Sep 17 00:00:00 2001 From: Andrew Harvey Date: Mon, 21 Jun 2021 16:25:37 +1000 Subject: build with suburb first because our code base needs suburb for duplicate detection, they are subsequently removed --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)): -- cgit v1.2.3