aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Harvey <andrew@alantgeo.com.au>2021-05-19 21:27:05 +1000
committerAndrew Harvey <andrew@alantgeo.com.au>2021-05-19 21:27:05 +1000
commitf1ace9166b1fe42b299b52c1a1dd2067bdd785c6 (patch)
tree860075045b50196c6d33ec62f2e5d12fbc93bf37
parente54a17fe254c21af7afd48348e5adaf9e3af468e (diff)
clarify unit type is omitted but unit value is retained
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index cb14429..e8facbb 100644
--- a/README.md
+++ b/README.md
@@ -134,7 +134,7 @@ One potential solution is to encode this in the `addr:` key like `addr:unit`, `a
Another solution is use a new tag like `addr:unit:prefix=Unit`, although there is no existing usage of this tagging scheme ([taginfo](https://taginfo.openstreetmap.org/search?q=addr%3Aunit#keys)).
-In the current codebase this information is omitted.
+In the current codebase this information about the unit type is omitted (the unit value is retained).
## Conflation with existing OSM address data
Given some addresses are already mapped in OSM we first break the state down into city blocks. Where a block contains no addresses in OSM then we consider it low risk to automatically import all address in the block. The only risk is the address in either OSM or the source data is in the wrong block, but this is less likely and would be hard to detect otherwise.