aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Harvey <andrew@alantgeo.com.au>2023-10-02 21:23:25 +1100
committerAndrew Harvey <andrew@alantgeo.com.au>2023-10-02 21:23:25 +1100
commit0e92206b7980b2de40cfb1c3186106b0afbca668 (patch)
tree9f9484d631e821e1db20c2e88ffbeb8e731ae4c0
parentd356fe07f1be877ce76b9721bc06fd89eb535cc6 (diff)
executed Stage 1 - postal_code
-rw-r--r--README.md7
1 files changed, 6 insertions, 1 deletions
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.