diff options
author | Andrew Harvey <andrew@alantgeo.com.au> | 2021-07-01 21:52:02 +1000 |
---|---|---|
committer | Andrew Harvey <andrew@alantgeo.com.au> | 2021-07-01 21:52:02 +1000 |
commit | 6592ab7a3c3e71f075b0a065ff5e649139d67ca2 (patch) | |
tree | ef34b27e196d7f67ac575e32e00d7cf9c2f8b61f /README.md | |
parent | cd06d38cfe45334eca54c7563d0407ab416a85fb (diff) |
sketch out more import stages
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -357,6 +357,23 @@ The changeset comment used is Vicmap Import CANDIDATE_CATEGORY_DESCRIPTION: SUBURB_NAME. See https://wiki.openstreetmap.org/wiki/Imports/Vicmap_Address +- [ ] Changeset not yet uploaded + +### Stage 4 - New addresses in blocks with existing addresses + + +### Stage 5 - Complete incomplete existing addresses + +Adding `addr:street` and other tags where none exists but the `addr:housenumber` matches. + +Flag whether within the same property parcel or not. + +### Stage 6 - Matched addresses with conflicting attributes + +Adding `addr:street` where none exists but the `addr:housenumber` matches, it's within the same property parcel. + +### Stage 6 - Delete addr:interpolation ways + ### Changeset tags - `source=Vicmap Address` |