From 8f6d23e7c5a35b78aca4794b89c1e7ed1b2a7591 Mon Sep 17 00:00:00 2001 From: Ed Chalstrey Date: Fri, 22 Apr 2022 14:17:00 +0100 Subject: [PATCH] clarify --- etl/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/etl/README.md b/etl/README.md index 6b8fc13f..60ae5bbf 100644 --- a/etl/README.md +++ b/etl/README.md @@ -138,7 +138,7 @@ Load all new geometries. This step will only load geometries that are not alread ./load_new_geometries.sh /path/to/mastermap_dir ``` -Drop geometries outside London boundary. +Drop new geometries outside London boundary. ```bash cd ~/colouring-london/app/public/geometries @@ -153,13 +153,13 @@ Add new geometries to existing geometries table. ./add_new_geometries.sh ``` -Create building record to match each new geometry (TOID) that doesn't already have a linked building. +Create building record to match each new geometry that doesn't already have a linked building. ```bash ./create_new_building_records.sh ``` -Mark TOIDs not present in the update as demolished. +Mark buildings with geometries not present in the update as demolished. ```bash ./mark_demolitions.sh