diff options
author | Andrew Harvey <andrew@alantgeo.com.au> | 2021-06-23 14:38:35 +1000 |
---|---|---|
committer | Andrew Harvey <andrew@alantgeo.com.au> | 2021-06-23 14:38:35 +1000 |
commit | 23417e2c8ce83c790c0dae5a0a4aac99e4e98b36 (patch) | |
tree | 0a2e709e05648bc0ead1c1d6cf13b14ed666dfbe | |
parent | 46318c340f6cb2b68cc51940d18e9ffa7f8dcb07 (diff) |
import limitations
-rw-r--r-- | README.md | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -291,6 +291,13 @@ These outputs are described in the [Building Name](#building-name) and [Complex - [ ] we need to deal with addresses represented in OSM as interpolation ways. If there is community consensus to replace these existing interpolation ways with individual point nodes or leave the existing interpolation ways. - [ ] we need a better way to review matches where some attributes differ, potentially as a quick fix MapRoulette for tricky cases, or done as a bulk import for easy cases (eg. simply adding `addr:suburb`, `addr:state` and `addr:postcode`) +### Limitations + +- When matching Vicmap with OSM addresses, only points within the same city block are compared, so addresses falling on opposite sides of a street aren't matched. +- When a match is found between Vicmap and OSM, we don't compare geometry. When OSM is considered more accurate it's not a problem, but we won't pick up on issues where the OSM geometry is out by a lot, but Vicmap is spot on. +- Vicmap data isn't perfect, OSM data isn't perfect. While looking over the two datasets for QA this became obvious. Sometimes Vicmap has it right and OSM wrong, sometimes vice versa. This import is done with the community support knowing it won't be perfect 100% of the time, but most of the time it will help get these addresses into OSM where they can be further refined independently of Vicmap. +- `openstreetmap-carto` currently renders `addr:flats` as a label which would create poor rendering based on how we are planning on populating `addr:flats`. This issue is with `openstreetmap-carto` to fix as our tagging matches current practice and the wiki. See https://github.com/gravitystorm/openstreetmap-carto/issues/4160. + ## Prepare Final Import Candidates After conflation, import candidate .osm files are produced with |