temp python path edit

This commit is contained in:
Ed Chalstrey 2022-03-14 09:39:29 +00:00
parent 7e8817d2c5
commit 8fccec6827

View File

@ -40,7 +40,7 @@ ogr2ogr -f CSV \
#
find $data_dir -type f -name '*.gml.csv' -printf "%f\n" | \
parallel \
python filter_addressbase_csv.py $data_dir/{}
colouringlondon/bin/python filter_addressbase_csv.py $data_dir/{}
#