You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* add in api.open_dataset dispatching to stub apiv2
* remove in apiv2 check for input AbstractDataStore
* bugfix typo
* add kwarg engines in _get_backend_cls needed by apiv2
* add alpha support for h5netcdf
* style: clean not used code, modify some variable/function name
* Add ENGINES entry for cfgrib.
* Define function open_backend_dataset_cfgrib() to be used in apiv2.py.
Add necessary imports for this function.
* Apply black to check formatting.
* Apply black to check formatting.
* add dummy zarr apiv2 backend
* align apiv2.open_dataset to api.open_dataset
* remove unused extra_coords in open_backend_dataset_*
* remove extra_coords in open_backend_dataset_cfgrib
* transform zarr maybe_chunk and get_chunks in classmethod
- to be used in apiv2 without instantiate the object
* make alpha zarr apiv2 working
* refactor apiv2.open_dataset:
- modify signature
- move default setting inside backends
* move dataset_from_backend_dataset out of apiv2.open_dataset
* remove blank lines
* remove blank lines
* style
* Re-write error messages
* Fix code style
* Fix code style
* remove unused import
* replace warning with ValueError for not supported kwargs in backends
* change zarr.ZarStore.get_chunks into a static method
* group `backend_kwargs` and `kwargs` in `extra_tokes` argument in apiv2.dataset_from_backend_dataset`
* remove in open_backend_dayaset_${engine} signature kwarags and the related error message
* black
* Change signature of open_dataset function in apiv2 to include explicit decodings.
* Set an alias for chunks='auto'.
* Allign empty rows with previous version.
* reverse changes in chunks management
* move check on decoders from backends to open_dataset (apiv2)
* update documentation
* Change signature of open_dataset function in apiv2 to include explicit decodings.
* Set an alias for chunks='auto'.
* Allign empty rows with previous version.
* reverse changes in chunks management
* move check on decoders from backends to open_dataset (apiv2)
* update documentation
* change defaut value for decode_cf in open_dataset. The function bahaviour is unchanged.
* Review docstring of open_dataset function.
* bugfix typo
* - add check on backends signatures
- add plugins.py cotaining backneds info
* - black isort
* - add type declaration in plugins.py
* Fix the type hint for ENGINES
* Drop special case and simplify resolve_decoders_kwargs
* isort
Co-authored-by: TheRed86 <m.rossetti@bopen.eu>
Co-authored-by: Alessandro Amici <a.amici@bopen.eu>
0 commit comments