-
Notifications
You must be signed in to change notification settings - Fork 2
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
Add option to store data as a different data type #2
Comments
A few notes on things to explore: Omit writing chunks entirely containing nodata values
Use optimal data type for storage on disk while preserving relevant decimal precision
Example synthetic dataset
Helper functions to examine dataset and disk usage
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently, data are stored as
float64
by default, which is excessive precision for most analyses. Other data types should be made optional to reduce the size of the Zarr stack on disk.The text was updated successfully, but these errors were encountered: