aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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