SliDEM-project / SliDEM-python

Python package for the SliDEM project
https://hub.docker.com/repository/docker/loreabad6/slidem
Apache License 2.0
17 stars 2 forks source link

Add progress bar to download script #12

Closed loreabad6 closed 2 years ago

loreabad6 commented 2 years ago

Currently 4 files are downloaded in parallel, however they all take quite a while and it would be good to be aware of how download is going. Check tqdm module.

loreabad6 commented 2 years ago

This will be hard to implement since the download wraps around asf-search. But, they have an issue open for this on the ASF repo: https://github.com/asfadmin/Discovery-asf_search/issues/56