flake8
This commit is contained in:
parent
f49e378fe3
commit
f1946ea35b
@ -19,7 +19,8 @@ def main(mastermap_path):
|
|||||||
|
|
||||||
|
|
||||||
def filter_mastermap(mm_path):
|
def filter_mastermap(mm_path):
|
||||||
output_path = "{}.filtered.csv".format(str(mm_path).replace(".gml.csv", ""))
|
output_path = str(mm_path).replace(".gml.csv", "")
|
||||||
|
output_path = "{}.filtered.csv".format(output_path)
|
||||||
output_fieldnames = ('WKT', 'fid', 'descriptiveGroup')
|
output_fieldnames = ('WKT', 'fid', 'descriptiveGroup')
|
||||||
# Open the input csv with all polygons, buildings and others
|
# Open the input csv with all polygons, buildings and others
|
||||||
with open(mm_path, 'r') as fh:
|
with open(mm_path, 'r') as fh:
|
||||||
|
Loading…
Reference in New Issue
Block a user