clarify
This commit is contained in:
parent
e421e52c8e
commit
8f6d23e7c5
@ -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
|
./load_new_geometries.sh /path/to/mastermap_dir
|
||||||
```
|
```
|
||||||
|
|
||||||
Drop geometries outside London boundary.
|
Drop new geometries outside London boundary.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
cd ~/colouring-london/app/public/geometries
|
cd ~/colouring-london/app/public/geometries
|
||||||
@ -153,13 +153,13 @@ Add new geometries to existing geometries table.
|
|||||||
./add_new_geometries.sh
|
./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
|
```bash
|
||||||
./create_new_building_records.sh
|
./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
|
```bash
|
||||||
./mark_demolitions.sh
|
./mark_demolitions.sh
|
||||||
|
Loading…
Reference in New Issue
Block a user