Skip to content
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

Implementing Zarr I/O #6

Open
sethaxen opened this issue Aug 20, 2022 · 1 comment
Open

Implementing Zarr I/O #6

sethaxen opened this issue Aug 20, 2022 · 1 comment
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@sethaxen
Copy link
Member

sethaxen commented Aug 20, 2022

As noted in arviz-devs/ArviZ.jl#207 (comment), we should support I/O to/from Zarr files using Zarr.jl.

@sethaxen sethaxen added the enhancement New feature or request label Feb 17, 2023
@sethaxen
Copy link
Member Author

sethaxen commented Feb 17, 2023

The right way to go here is probably to implement a simple package InferenceDataZarr, similar to InferenceDataNetCDF with just two methods:

  • from_zarr
  • to_zarr.

This is probably pretty straightforward by patterning the design off of InferenceDataZarr and following the Zarr API, so this is a good first issue for someone who's registered a Julia package before.

@sethaxen sethaxen added the good first issue Good for newcomers label Feb 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant