home / github / commits

Menu
  • GraphQL API
  • Search all tables

commits: cc271e61077c543e0f3b1a06ad5e905ea2c91617

This data as json

sha message author_date committer_date raw_author raw_committer repo author committer
cc271e61077c543e0f3b1a06ad5e905ea2c91617 WIP: Proposed refactor of read API for backends (#4477) * 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 * Try add a strategy with an environment variable * Try add a strategy with an environment variable * black Co-authored-by: TheRed86 <m.rossetti@bopen.eu> Co-authored-by: Alessandro Amici <a.amici@bopen.eu> 2020-10-22T15:06:38Z 2020-10-22T15:06:38Z 1c23ee020f875c83a25f902c0d72d85cbd48eee3 cd792325681cbad9f663f2879d8b69f1edbb678f 13221727 35919497 19864447
Powered by Datasette · Queries took 1.025ms · About: xarray-datasette