From 45182d7e18e1a36965ad61f6b24ccf8ea5cd0f2f Mon Sep 17 00:00:00 2001 From: Andrew Harvey Date: Thu, 20 May 2021 12:34:11 +1000 Subject: update stages docs --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index ccfd4c1..7e958ac 100644 --- a/README.md +++ b/README.md @@ -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) -- cgit v1.2.3