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

Offer the option in high-level APIs to write xarray-compatible zarr stores #67

Closed
emileten opened this issue Apr 18, 2024 · 0 comments
Closed
Assignees

Comments

@emileten
Copy link
Collaborator

Currently, by default, we write 'raw' zarr arrays without the coordinate labels in the metadata, which makes the output unusable natively with xarray. However, we do have methods in this code base to write xarray-compatible zarr stores from the output we produce. See context : #66.

This ticket is about adding options to the module's APIs (namely, the command line interface and services API) to actually make use of this existing method and ensure the output of a given run is readable with xarray.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant