home / github / issue_comments

Menu
  • GraphQL API
  • Search all tables

issue_comments: 524881403

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/issues/3251#issuecomment-524881403 https://api.github.com/repos/pydata/xarray/issues/3251 524881403 MDEyOklzc3VlQ29tbWVudDUyNDg4MTQwMw== 1197350 2019-08-26T14:25:04Z 2019-08-26T14:25:04Z MEMBER

It appears that GCSFS introduced a breaking API change with no deprecation cycle. (See https://github.com/dask/gcsfs/issues/166).

The old syntax is python gcsmap = mapping.GCSMap(gcs_bucket_name) ds = xr.open_zarr(gcsmap)

The new syntax is python gcs = gcsfs.GCSFileSystem(...) map = gcs.get_mapper() ds = xr.open_zarr(map)

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