diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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)). |