-
Notifications
You must be signed in to change notification settings - Fork 41
robust/ranged download support #747
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
Comments
Some notes on getting more production-like code:
|
we solved that in the WEED project for cases were we have to download the data locally in this way: if you have questions to the |
Pointer to where this probably needs to be added: openeo-python-client/openeo/rest/job.py Line 405 in 9b92d6f
|
EO data downloads can be pretty big, and big transfers can be brittle in some situations.
If the server supports ranged downloads, it's possible to do this more robustly.
The text was updated successfully, but these errors were encountered: