From 0e92206b7980b2de40cfb1c3186106b0afbca668 Mon Sep 17 00:00:00 2001 From: Andrew Harvey Date: Mon, 2 Oct 2023 21:23:25 +1100 Subject: executed Stage 1 - postal_code --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f637630..768fa85 100644 --- a/README.md +++ b/README.md @@ -374,7 +374,12 @@ make printDifferentSuburbs The tag changes are created by [`bin/compareSuburb.js`](bin/compareSuburb.js) which creates the JOSM RemoteControl URLs into the file at `dist/postalCodeURLs.txt`, [https://gitlab.com/alantgeo/vicmap2osm/-/snippets/2133851](https://gitlab.com/alantgeo/vicmap2osm/-/snippets/2133851). -- [ ] Changeset uploaded at XXX (~2473 features) +Import procedure: + +- Open the first URL from `dist/postalCodeURLs.txt` and in JOSM choose to "Accept all tags from localhost for this session", "Add all tags". +- `wget --input-file=dist/postalCodeURLs.txt --output-document=/dev/null` + +- [x] Changeset uploaded at https://www.openstreetmap.org/changeset/142031616 (2424 features) ### Stage 2 - Set unit from housenumber During the conflation stage, Vicmap addresses which were deemed to match OSM addresses where in OSM it was represented as `addr:housenumber=X/Y` whereas in Vicmap it was represented as `addr:unit=X`, `addr:housenumber=Y`, then an automated tag change to move the unit into `addr:unit` is performed. -- cgit v1.2.3