Replies: 1 comment
-
I have created a pull request to expose the memory argument here: #6956 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to open a NetCDF file from memory with
but this fails with
According to netCDF4 API docs for Dataset, I can pass a
memory
keyword argument to create a dataset from memory like so:Is there another way to create a netcdf dataset from memory?
Beta Was this translation helpful? Give feedback.
All reactions