-
Notifications
You must be signed in to change notification settings - Fork 8
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
Add non-streaming download option to address Payload Incomplete issue #202
Comments
I don't see any harm in providing that option ... it'd probably be additional logic in stac-asset/src/stac_asset/client.py Lines 83 to 120 in e295611
|
stac-asset utilizes the Streaming API, but it occasionally encounters the "Response payload is not completed" issue, which the aiohttp team is aware of. Do you think it would be worthwhile to introduce an alternative (non-streaming based) method for downloading assets, even if it means loading them into memory?
The text was updated successfully, but these errors were encountered: