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

Chunks skipped in l3.build_dataset if coordinate non-contiguous #37

Open
j-haacker opened this issue Feb 3, 2025 · 0 comments
Open
Assignees
Labels
bug Something isn't working

Comments

@j-haacker
Copy link
Owner

Describe the bug
For chunks at the margin of glacierized areas, some time steps are missing because they
don't hold data. In that case, an error occurs and a fallback routine dumps the data to a
temporary file.

To Reproduce
Steps to reproduce the behavior:

  1. l3.build_dataset on virtually any region

Errormsg

The auto-detected region of coordinate 'time' for writing new data to the original store
had non-contiguous indices. Writing to a zarr region slice requires that the new data
constitute a contiguous subset of the original store.

@j-haacker j-haacker added the bug Something isn't working label Feb 3, 2025
@j-haacker j-haacker self-assigned this Feb 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant