home / github / issue_comments

Menu
  • GraphQL API
  • Search all tables

issue_comments: 729793908

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/4591#issuecomment-729793908 https://api.github.com/repos/pydata/xarray/issues/4591 729793908 MDEyOklzc3VlQ29tbWVudDcyOTc5MzkwOA== 1197350 2020-11-18T16:27:30Z 2020-11-18T16:27:30Z MEMBER

I finally found a permutation that works, which makes me think this is an fsspec error.

```python import gcsfs

gcs = gcsfs.GCSFileSystem() url = 'gs://ldeo-glaciology/bedmachine/BedMachineAntarctica_2019-11-05_v01.nc'
openfile = gcs.open(url, mode='rb') dsgcs = xr.open_dataset(openfile, chunks=3000) dsgcs.surface.mean().compute() ```

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