From 25c64346d529ec0a52ddb74d633fcfec5545d6de Mon Sep 17 00:00:00 2001 From: Andrew Harvey Date: Thu, 20 May 2021 12:59:08 +1000 Subject: stages --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'README.md') 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 -- cgit v1.2.3