-
Notifications
You must be signed in to change notification settings - Fork 78
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 support for opening a dataset memory without writing it to disc #99
Comments
@labarababa I see the point for reading a GRIB from a string or from an opened file, however it is not a trivial update and I don't see it as high priority. Anyway I'll keep the issue open as a feature request. |
This is something that would be useful to me as well - the loading from memory part rather than the zip part. |
Note that this is really a limitation in either ecCodes or in the internal eccodes bindings. In the near feature I'll switch to use the new |
I'm also looking forward for this feature. In the best case scenario, |
I think ecmwf/eccodes-python#25 is the relevant issue in eccodes-python. https://confluence.ecmwf.int/display/UDOC/How+do+I+decode+messages+from+a+byte+stream+-+ecCodes+FAQ is maybe relevant. |
Is it possible to read a Dataset from a Zipfile without writing to disc?
This works like a charm:
I want something like that:
But i am getting the following error:
Any ideas?
Kind Regards.
The text was updated successfully, but these errors were encountered: