diff options
author | Andrew Harvey <andrew@alantgeo.com.au> | 2021-05-20 12:59:08 +1000 |
---|---|---|
committer | Andrew Harvey <andrew@alantgeo.com.au> | 2021-05-20 12:59:08 +1000 |
commit | 25c64346d529ec0a52ddb74d633fcfec5545d6de (patch) | |
tree | 2babb17fb0733d6c4987be03854ebf37c07c185e | |
parent | 45182d7e18e1a36965ad61f6b24ccf8ea5cd0f2f (diff) |
stages
-rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 |