remove python environment not needed
This commit is contained in:
parent
cf30f71d0a
commit
8398bcea3a
@ -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` -->
|
||||
|
||||
Ensure you have the `colouringlondon` environment activated.
|
||||
|
||||
```bash
|
||||
source colouringlondon/bin/activate
|
||||
```
|
||||
|
||||
Filter MasterMap 'building' polygons.
|
||||
|
||||
```bash
|
||||
|
@ -12,7 +12,7 @@ mastermap_dir=$1
|
||||
# - WHERE descriptiveGroup = '(1:Building)'
|
||||
# - OR toid in addressbase_toids
|
||||
#
|
||||
colouringlondon/bin/python filter_mastermap.py $mastermap_dir
|
||||
python filter_mastermap.py $mastermap_dir
|
||||
|
||||
#
|
||||
# Transform to 3857 (web mercator)
|
||||
|
Loading…
Reference in New Issue
Block a user