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

Zarr rechunk issue in combine_echodata #961

Closed
Tracked by #976
leewujung opened this issue Mar 8, 2023 · 1 comment
Closed
Tracked by #976

Zarr rechunk issue in combine_echodata #961

leewujung opened this issue Mar 8, 2023 · 1 comment
Labels
enhancement This makes echopype better

Comments

@leewujung
Copy link
Member

Currently in combine_echodata when a destination path if given, the combined data is written directly into the destination zarr store. This means that the echodata.to_zarr() scenario where auto_chunk is used in #939 is invoked, even though rechunking is most likely going to be useful to boost efficiency when data from multiple files are combined together.

This issue is related to:

@leewujung leewujung added the enhancement This makes echopype better label Mar 8, 2023
@leewujung
Copy link
Member Author

This is now addressed in #1042.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement This makes echopype better
Projects
Status: Done
Development

No branches or pull requests

1 participant