aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAndrew Harvey <andrew@alantgeo.com.au>2021-06-10 23:03:38 +1000
committerAndrew Harvey <andrew@alantgeo.com.au>2021-06-10 23:03:38 +1000
commit73d2dafdf6a6e42784c45d081982e76cb0317370 (patch)
tree3fa2151f28e07fa15dd24c6300c1c983b9f52a1d /README.md
parentfc2b28841d32c52e5ca60d3baca95f06f7a9977c (diff)
explode unit/number into addr:unit and addr:housenumber
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index d7dc902..ab02694 100644
--- a/README.md
+++ b/README.md
@@ -255,6 +255,10 @@ This produces outputs in `dist/conflate`:
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.
+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`.
+
+This is outputted as a MapRoulette challenge (`dist/conflate/mr_explodeUnitFromNumber.geojson`), however because we are confident in this change it isn't uploaded into MapRoulette, instead we further process this and upload it as `addrUnitFromHousenumber` in the import candidates.
+
These results are in GeoJSON format, for easier viewing in QGIS convert to FGB with:
make convertConflationResultsToFGB