o2r-project / geoextent

Python library for extrating geospatial extent of files and directories with multiple data formats
https://o2r.info/geoextent/
MIT License
1 stars 4 forks source link

Communicate progress in the Python API #97

Open nuest opened 3 years ago

nuest commented 3 years ago

If iterating over a list of files (even with multiprocessing #96) it would be nice to communicate the progress to the calling code.

nuest commented 3 years ago

One way to approach this could be to first create a list of all files that fill be checked in the provided directories and use that as the target for "100%". The way to capture progress should be compatible with #96

nuest commented 3 years ago

We definitely need something better to track progress, ideally this also works in the Jupyter Notebook.