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

Enable to load pyramids #9

Closed
felixcremer opened this issue Sep 8, 2023 · 2 comments
Closed

Enable to load pyramids #9

felixcremer opened this issue Sep 8, 2023 · 2 comments

Comments

@felixcremer
Copy link
Member

We should also be able to load pyramids that we either precomputed with pyramid schemes or that are available in for example a geotiff file.
This is linked to #6

@felixcremer
Copy link
Member Author

Geotiff pyramids will be read when #20 is finished. For zarr pyramids we have to follow the geozarr extension.

@felixcremer
Copy link
Member Author

This currently works following the zarr multi scale setup described here https://forum.image.sc/t/multiscale-arrays-v0-1/37930
We are currently not using the metadata neither for reading nor writing the data. We assume that the levels are in the original zarr folder and have integers as subpath according to the respective level.
We should read the metadata if available to see, whether a file has pyramids available.

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