Skip to content

How to implement custom backend without explicit variable decoding #9942

Closed Answered by keewis
pyvelepor asked this question in General
Discussion options

You must be logged in to vote

this is normal, you need to call ds.load() or ds.compute() to get the same result: open_dataset only reads the metadata of a file into memory, which allows opening files that are too big to fit into memory. As a second step you can (implicitly or explicitly) load the data into memory (or use dask to allow computing with larger-than-memory arrays).

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@pyvelepor
Comment options

Answer selected by pyvelepor
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants