This commit is contained in:
Ed Chalstrey 2022-03-28 13:54:00 +01:00
parent d060ebf4bb
commit 5f9aaf7f0b

View File

@ -59,7 +59,7 @@ chmod +x *.sh
Extract the MasterMap data (this step could take a while). Extract the MasterMap data (this step could take a while).
```bash ```bash
sudo ./extract_mastermap.sh ./mastermap_dir sudo ./extract_mastermap.sh /path/to/mastermap_dir
``` ```
<!-- Note: I removed sudo here before because I addd the chmod +x above - now have had to re-add it, unsure why/ what changed --> <!-- Note: I removed sudo here before because I addd the chmod +x above - now have had to re-add it, unsure why/ what changed -->
@ -69,7 +69,7 @@ sudo ./extract_mastermap.sh ./mastermap_dir
Filter MasterMap 'building' polygons. Filter MasterMap 'building' polygons.
```bash ```bash
sudo ./filter_transform_mastermap_for_loading.sh ./mastermap_dir sudo ./filter_transform_mastermap_for_loading.sh /path/to/mastermap_dir
``` ```
<!-- Didn't throw an error - did Ctrl-C after a miniute --> <!-- Didn't throw an error - did Ctrl-C after a miniute -->
@ -77,7 +77,7 @@ sudo ./filter_transform_mastermap_for_loading.sh ./mastermap_dir
Load all building outlines. Load all building outlines.
```bash ```bash
./load_geometries.sh ./mastermap_dir ./load_geometries.sh /path/to/mastermap_dir
``` ```
Index geometries. Index geometries.
@ -91,7 +91,7 @@ TODO: Drop outside limit.
<!-- But what is the boundary file? --> <!-- But what is the boundary file? -->
```bash ```bash
./drop_outside_limit.sh ./path/to/boundary_file ./drop_outside_limit.sh /path/to/boundary_file
```` ````
Create a building record per outline. Create a building record per outline.