aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Harvey <andrew@alantgeo.com.au>2021-05-20 12:59:08 +1000
committerAndrew Harvey <andrew@alantgeo.com.au>2021-05-20 12:59:08 +1000
commit25c64346d529ec0a52ddb74d633fcfec5545d6de (patch)
tree2babb17fb0733d6c4987be03854ebf37c07c185e
parent45182d7e18e1a36965ad61f6b24ccf8ea5cd0f2f (diff)
stages
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index 7e958ac..382432c 100644
--- a/README.md
+++ b/README.md
@@ -20,10 +20,12 @@ We use GitLab CI/CD to automate data processing.
## Build candidate files (pre-conflation)
-Download source Vicmap data and convert to GeoJSON:
+Download source Vicmap data and convert to GeoJSON (_prepare_ stage):
make data/vicmap.geojson
+The following steps are built into the _build vicmap_ stage.
+
Next, convert into [OSM address schema](https://wiki.openstreetmap.org/wiki/Key:addr), and omit addresses which don't meet our threshold for import (see [_Omitted addresses_](#omitted-addresses)) (code at `bin/vicmap2osm.js`):
make dist/vicmap-osm.geojson