diff options
author | Andrew Harvey <andrew@alantgeo.com.au> | 2021-05-20 12:34:11 +1000 |
---|---|---|
committer | Andrew Harvey <andrew@alantgeo.com.au> | 2021-05-20 12:34:11 +1000 |
commit | 45182d7e18e1a36965ad61f6b24ccf8ea5cd0f2f (patch) | |
tree | d2791c52534ebadad675f2f7d9e7d96755b9cbfc | |
parent | a7329b5968caa79a6623a0bc57007327f8db59f9 (diff) |
update stages docs
-rw-r--r-- | README.md | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -10,9 +10,13 @@ This import proposal has been supported by the National Heavy Vehicle Regulator We use GitLab CI/CD to automate data processing. -The _prepare_ stage downloads Vicmap Address data and converts it into GeoJSON, because this takes around 45 minutes, it's cached through Gitlab for future use, and only needs to be re-run when source Vicmap data changes. +- _prepare_ stage downloads Vicmap Address data and converts it into GeoJSON, because this takes around 45 minutes, it's cached through Gitlab for future use, and only needs to be re-run when source Vicmap data changes. -The _build_ stage does all the processing to produce the import candidate data and intermediate datasets and reports. +- _build vicmap_ stage converts Vicmap data into OSM ready data. + +- _build osm_ stage downloads existing OSM address data and prepares it for conflation with Vicmap data. + +- _conflate_ takes the Vicmap OSM ready data and existing OSM address data from the _build_ stage and conflates the two into import candidates. ## Build candidate files (pre-conflation) |