diff options
author | Andrew Harvey <andrew@alantgeo.com.au> | 2021-07-01 21:51:41 +1000 |
---|---|---|
committer | Andrew Harvey <andrew@alantgeo.com.au> | 2021-07-01 21:51:41 +1000 |
commit | cd06d38cfe45334eca54c7563d0407ab416a85fb (patch) | |
tree | c0302018488ecb340ea618819b30e92260122093 /README.md | |
parent | 451379d87c85390da2617ea7bc59b163bcd8cea1 (diff) |
fuzzy matches in conflation
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -271,6 +271,8 @@ This produces outputs in `dist/conflate`: 3. `notFoundInBlocks` - some areas of the state didn't have blocks created, particularly in the coastal region, so these are handled manually. 4. `exactMatch` - `addr:housenumber` and `addr:street` match an existing address within the same block. These should be reviewed for import. 5. `noExactMatch` - the Vicmap addresses exists within a block with existing OSM addresses, however no exact match on the `addr:housenumber` and `addr:street` was found. This likely can be imported automatically, but may want to be manually reviewed. +6. `fuzzyStreetMatchesSingle` - matched an existing address within the same block, however it was not an exact match, so these are reviewed for import. +7. `fuzzyStreetMatchesMultiple` - matched multiple existing addresses within the same block and these weren't exact matches, so reviewed for import. Some addresses in OSM are mapped with `addr:housenumber=unit/number`, in the conflation process where matched with a corresponding unit/number/street, then the OSM address is modified into `addr:unit=unit`, `addr:housenumber=number`. |