aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Harvey <andrew@alantgeo.com.au>2021-06-14 22:10:25 +1000
committerAndrew Harvey <andrew@alantgeo.com.au>2021-06-14 22:10:25 +1000
commit0af79949d1ad1d9a124c6500fec467db07b094b6 (patch)
tree48acf081c94cd78bf5f70b71b9bb45c998a73dbd
parentee94b42a66bf6ebd084f086d962e4788433165ca (diff)
finding abbreviated addr:street
-rw-r--r--Makefile3
-rw-r--r--README.md6
2 files changed, 9 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 3acd27b..07c56b0 100644
--- a/Makefile
+++ b/Makefile
@@ -114,6 +114,9 @@ data/victoria-named-features.osm.pbf: data/victoria.osm.pbf
data/victoria-named-features.osm.geojson: data/victoria-named-features.osm.pbf
osmium export --config=config/osmium-export-config-names.json --output-format=geojsonseq --format-option=print_record_separator=false --output=$@ --overwrite $<
+data/abbrStreetsMR.geojson: data/victoria-addr.osm.geojson
+ ./bin/findAbbrStreets.js $< $@
+
data/asgs.zip:
wget -O $@ 'https://www.abs.gov.au/AUSSTATS/subscriber.nsf/log?openagent&1270055001_ASGS_2016_vol_1_geopackage.zip&1270.0.55.001&Data%20Cubes&C406A18CE1A6A50ACA257FED00145B1D&0&July%202016&12.07.2016&Latest'
diff --git a/README.md b/README.md
index f351dc1..a2df434 100644
--- a/README.md
+++ b/README.md
@@ -305,6 +305,12 @@ Split into the following candidate categories, then again split into suburb/loca
The dedicated import account used for the import is [`vicmap_import`](https://www.openstreetmap.org/user/vicmap_import).
+
+### Stage 0 - Find abbreviated addr:street on existing addresses
+`make data/abbrStreetsMR.geojson` generates a MapRoulette challenge file with possible abbreviated street names in existing `addr:street` tags in OSM and suggests fixes. Where the suggested fix matched the unabbreviated road name then this can be safely applied.
+
+- [x] MapRoulette challenge completed
+
### Stage 1 - postal_code
For background see [Inclusion of `addr:suburb`, `addr:postcode` and `addr:state`](#inclusion-of-addrsuburb-addrpostcode-and-addrstate).