aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Harvey <andrew@alantgeo.com.au>2021-06-21 16:25:01 +1000
committerAndrew Harvey <andrew@alantgeo.com.au>2021-06-21 16:25:01 +1000
commitd7b404916fb9a3ff565d18005f05d228775a7790 (patch)
tree501c151e69c1ee89e0090ebb1ddb5c5a15de66d5
parent7b4d2200869886c0269a08a4b543a074cb8a38f9 (diff)
document debug outputs
-rw-r--r--README.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/README.md b/README.md
index e2eaca2..90bcc63 100644
--- a/README.md
+++ b/README.md
@@ -56,9 +56,8 @@ Next, reduce some address points with the exact same coordinates but different a
Three debug outputs are produced from this step.
-1. multipleNonUnit
2. oneUnitOneNonUnit - where there is one address without a unit and one with a unit at the same point, with all the same address attributes except unit. In this case we just drop the non-unit address and keep the addr:unit one.
-3. sameGeometry
+3. sameGeometry - where other features shared the same geometry, but this one is unique in it's housenumber,street,suburb,state,postcode
Next, drop address ranges where the range endpoints are separately mapped (see [_Duplicates through mixed range and points_](#duplicates-through-mixed-range-and-points) below) (code at [`bin/reduceRangeDuplicates.js`](bin/reduceRangeDuplicates.js)).