missing colon
This commit is contained in:
parent
f6cb0c488e
commit
b875e27fb8
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user