Open
Description
Running CityGMLParser.parse_and_download()
takes so long time. Is it possible to show a progress bar while parsing CityGML?
My suggestion is adding progressbar at the line 180 of city_gml_parser.py
(there might be better location to add progress bar).
#city_gmle_parser.py
from progressbar import progressbar # anywhere before
for city_object_member in progressbar(city_object_members): # line 180
Regards,
Akito
Metadata
Metadata
Assignees
Labels
No labels