Skip to content

Want to see the progress bar while parsing CityGML #51

Open
@aDAVISk

Description

@aDAVISk

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions