remove python environment not needed

This commit is contained in:
Ed Chalstrey 2022-03-24 09:51:41 +00:00
parent cf30f71d0a
commit 8398bcea3a
2 changed files with 1 additions and 7 deletions

View File

@ -66,12 +66,6 @@ sudo ./extract_mastermap.sh ./mastermap_dir
<!-- Didn't throw an error - did Ctrl-C after an hour, so I then ran: `sudo rm ~/map_data/*.gml` --> <!-- Didn't throw an error - did Ctrl-C after an hour, so I then ran: `sudo rm ~/map_data/*.gml` -->
Ensure you have the `colouringlondon` environment activated.
```bash
source colouringlondon/bin/activate
```
Filter MasterMap 'building' polygons. Filter MasterMap 'building' polygons.
```bash ```bash

View File

@ -12,7 +12,7 @@ mastermap_dir=$1
# - WHERE descriptiveGroup = '(1:Building)' # - WHERE descriptiveGroup = '(1:Building)'
# - OR toid in addressbase_toids # - OR toid in addressbase_toids
# #
colouringlondon/bin/python filter_mastermap.py $mastermap_dir python filter_mastermap.py $mastermap_dir
# #
# Transform to 3857 (web mercator) # Transform to 3857 (web mercator)