fix filtering script
This commit is contained in:
parent
2163dc5812
commit
7bd78bf03a
@ -8,7 +8,7 @@ echo "Filter WHERE descriptiveGroup = '(1:Building)'... "
|
|||||||
python filter_mastermap.py $mastermap_dir
|
python filter_mastermap.py $mastermap_dir
|
||||||
|
|
||||||
echo "Transform to 3857 (web mercator)..."
|
echo "Transform to 3857 (web mercator)..."
|
||||||
find $mastermap_dir -type f -name '*.gml.csv' -printf "%f\n" | \
|
find $mastermap_dir -type f -name '*.filtered.csv' -printf "%f\n" | \
|
||||||
parallel \
|
parallel \
|
||||||
ogr2ogr \
|
ogr2ogr \
|
||||||
-f CSV $mastermap_dir/{}.3857.csv \
|
-f CSV $mastermap_dir/{}.3857.csv \
|
||||||
|
Loading…
Reference in New Issue
Block a user