missing colon

This commit is contained in:
Ed Chalstrey 2022-03-18 14:48:19 +00:00
parent f6cb0c488e
commit b875e27fb8

View File

@ -17,7 +17,7 @@ def main(mastermap_path):
filter_mastermap(mm_path)
def filter_mastermap(mm_path)
def filter_mastermap(mm_path):
output_path = "{}.filtered.csv".format(str(mm_path).replace(".gml.csv", ""))
output_fieldnames = ('WKT', 'fid', 'descriptiveGroup')
# Open the input csv with all polygons, buildings and others