-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* standardize zarr v3 and dmrpp readers behind dedicated open_virtual_dataset functions * refactor hdf5 reader behind open_virtual_dataset function * refactor netcdf3 * refactor tiff * refactor fits * refactored so create VirtualBackends * restore backend.py, but keep readers/common.py * oops I deleted a file * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * standardize open_virtual_dataset method signature, and raise NotImplemented * fix bug with zarr reader * remove todo * make open_virtual_dataset a staticmethod * try to fix mypy error about importing DataTree from versions of xarray where it doesn't exist * mypy * sanitize drop_variables and loadable_variables * implement drop_variables for kerchunk reader * sanitize drmpp args * pass all arguments to kerchunk reader * coerce kerchunk refs to our types * make sure all readers are passed the same set of args * fix bad merge, and refactor determine_chunk_grid_shape a bit * ensure decode_times is passed to each reader * remove match case statement in favour of mapping * ensure optional dependencies aren't imported * release note --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
- Loading branch information
1 parent
7053bc0
commit 29ca4ac
Showing
21 changed files
with
1,090 additions
and
687 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.