From 0af79949d1ad1d9a124c6500fec467db07b094b6 Mon Sep 17 00:00:00 2001 From: Andrew Harvey Date: Mon, 14 Jun 2021 22:10:25 +1000 Subject: finding abbreviated addr:street --- Makefile | 3 +++ README.md | 6 ++++++ 2 files changed, 9 insertions(+) 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). -- cgit v1.2.3