Skip to content

DataArray to Zarr #5128

Answered by keewis
skgbanga asked this question in Q&A
Discussion options

You must be logged in to vote

you could also use the to_dataset method:

foo.to_dataset()
# or, if foo.name is None
foo.to_dataset(name="bar")

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by max-sixty
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
topic-zarr Related to zarr storage library
3 participants
Converted from issue

This discussion was converted from issue #5120 on April 07, 2021 19:31.