temp hard code python path
This commit is contained in:
parent
5796df69a1
commit
5b06b12f98
@ -9,19 +9,17 @@
|
||||
addressbase_dir=$1
|
||||
mastermap_dir=$2
|
||||
|
||||
PATH+=:~/colouring-london/etl/colouringlondon/bin/python
|
||||
|
||||
#
|
||||
# Check which TOIDs are matched against UPRNs
|
||||
#
|
||||
python check_ab_mm_match.py $addressbase_dir $mastermap_dir
|
||||
colouringlondon/bin/python check_ab_mm_match.py $addressbase_dir $mastermap_dir
|
||||
|
||||
#
|
||||
# Filter
|
||||
# - WHERE descriptiveGroup = '(1:Building)'
|
||||
# - OR toid in addressbase_toids
|
||||
#
|
||||
python filter_mastermap.py $addressbase_dir $mastermap_dir
|
||||
colouringlondon/bin/python filter_mastermap.py $addressbase_dir $mastermap_dir
|
||||
|
||||
#
|
||||
# Transform to 3857 (web mercator)
|
||||
|
Loading…
Reference in New Issue
Block a user