home / github / issue_comments

Menu
  • GraphQL API
  • Search all tables

issue_comments: 620943840

This data as json

html_url issue_url id node_id user created_at updated_at author_association body reactions performed_via_github_app issue
https://github.com/pydata/xarray/pull/4003#issuecomment-620943840 https://api.github.com/repos/pydata/xarray/issues/4003 620943840 MDEyOklzc3VlQ29tbWVudDYyMDk0Mzg0MA== 8241481 2020-04-29T01:43:43Z 2020-04-29T01:44:46Z CONTRIBUTOR

Following your advise, open_dataset can now open zarr files. This is done: python ds = xarray.open_dataset(store, engine="zarr", chunks="auto")

NOTE: xr.open_dataset has chunks=None by default, whereas it used to be chunks="auto" on xarray.open_zarr.

Additional feature: As a result of these changes, open_mfdataset can now (automatically) open multiple zarr files (e.g. in parallel) when given a glob. This is, python paths='directory_name/*/subdirectory_name/*' ds = xarray.open_mfdataset(paths, enginne="zarr", chunks="auto", concat_dim="time", combine="nested") does yield the desired behavior.

This is different from fsspec.open_local vs fsspec.mapper on intake-xarray when opening files with a glob. But agreed, that can be addressed in a different PR.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  606683601
Powered by Datasette · Queries took 0.505ms · About: xarray-datasette