home / github / issue_comments

Menu
  • GraphQL API
  • Search all tables

issue_comments: 345574445

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/1528#issuecomment-345574445 https://api.github.com/repos/pydata/xarray/issues/1528 345574445 MDEyOklzc3VlQ29tbWVudDM0NTU3NDQ0NQ== 1197350 2017-11-20T02:21:08Z 2017-11-20T02:21:08Z MEMBER

Those following this thread will probably be very excited to learn that the following code works with my zarr_backend branch: python import gcsfs fs = gcsfs.GCSFileSystem(project='pangeo-181919', token=None) gcsmap = gcsfs.mapping.GCSMap('zarr_store_test', gcs=fs, check=True, create=False) ds.to_zarr(store=gcsmap) ds_gcs = xr.open_zarr(gcsmap, mode='r')

I never doubted this would be possible, but seeing it in action is quite exciting!

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