-
Notifications
You must be signed in to change notification settings - Fork 33
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
Using memory-based file-like object (BytesIO) #25
Comments
Dear Christopher, I hope this helps :) |
Hi shahramn, This is perfect, thank you for passing that along! I have 2 followup questions as a result:
Thank you again for the response! |
There is currently no support for the two cases you mentioned |
Is there a way to load a file-like object from memory? Looking for a way to work around local storage limitations and improve performance by using memory for input/output operations. The following example using a BytesIO object returns an error from the library.
This is with Python 3.6 and ecCodes 2.17.0.
Thanks!
The text was updated successfully, but these errors were encountered: