Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updates to upsampling, downsampling, level, and other fixes (#12)
* updates to upsampling, and adds rechunk again as was getting errors without it.. * changed behaviour of level selected in from_path() - now also applies downsampling (in xy and z) if necessary - also supports level > max_level * updates for passing storage_options and path as store * update downsample func, move static methods downsample() now takes level as an argument, and has an option do_normalized_sum, which is used for field fraction calculation TODO: use member variable for the z_level_offset also moved a couple global helper functions to staticmethods * limit to python3.10 or greater (| in type hints) - remove unnecessary normalized sum (same as mean) in downsample - add simple downsample test
- Loading branch information