diff options
author | Andrew Harvey <andrew@alantgeo.com.au> | 2021-05-04 17:48:04 +1000 |
---|---|---|
committer | Andrew Harvey <andrew@alantgeo.com.au> | 2021-05-04 17:48:04 +1000 |
commit | 588b35cef949a27fe938e38d7710965405ffdac1 (patch) | |
tree | 1e679b3421ef372ea40938562495a0cfe1acf83d /README.md | |
parent | c44dca4697a768c452a9bf48ef5d9e326dfd652c (diff) |
don't include building / property name
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -77,3 +77,15 @@ Data consumers can still easily explode `addr:flats` out into overlapping nodes ### null values Values `UNNAMED` and `NOT NAMED` appear as street name and locality names. These values are treated as null/empty values rather than proper names. + +### name +Source data contains a field for building / property name. This appears to be a mixed bag sometimes it might fit better as `addr:housename` othertimes simply `name`. Further it's not too clear the distinction between these tags and how house names, property names, building names or the name of the venue at the site should be tagged. + +It's common for the source data to use what we'd consider a description like "Shop", "Public Toilets" or "Reserve". + +For these reasons this building / property name is not included, however it could be a useful point of reference for mappers considering manually adding this data at a later stage. + +### Complex Name +Source data sometimes includes a complex name, for example _CHADSTONE SHOPPING CENTRE_ or _MELBOURNE UNIVERSITY_. These attributes are not used as these names should appear on the actual feature like `shop=mall` or `amenity=university`. + +They might be of interest for mappers as an additional data source, externally to this import. |