Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Download does not reach the end #1

Closed
PedroAQCoutinho opened this issue Jul 25, 2018 · 3 comments
Closed

Download does not reach the end #1

PedroAQCoutinho opened this issue Jul 25, 2018 · 3 comments
Labels
bug Something isn't working

Comments

@PedroAQCoutinho
Copy link

Hello Yann,

Thanks so much for this module; helped me so much. Here's the thing: I'm running the code for download landsat_8 images, simple as you described in the description for usage; but my downloads don't finish... They stop in 96%, do you know why this is happening ?

@yannforget
Copy link
Owner

Hello,

If the file size cannot be retrieved from the HTTP headers, the progress bar uses an estimation based on the dataset ; so your image could have been fully downloaded. Did you check ?

Working on a way to improve this,

Yann

@yannforget yannforget added the bug Something isn't working label Jul 29, 2018
@PedroAQCoutinho
Copy link
Author

Ahh, you solved my problem... It is dowloading the full file, but is only showing until 96% in the prompt !!!

Thanks man, so much

@MrChebur
Copy link
Contributor

That pull request fix the problem.

yannforget pushed a commit that referenced this issue Apr 11, 2023
Add download resume/skip on partly completed files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants