home / github / issue_comments

Menu
  • GraphQL API
  • Search all tables

issue_comments: 1146119478

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/6662#issuecomment-1146119478 https://api.github.com/repos/pydata/xarray/issues/6662 1146119478 IC_kwDOAMm_X85EUGU2 1197350 2022-06-03T16:04:21Z 2022-06-03T16:05:40Z MEMBER

The http.server apparently does not accept range requests. That could definitely be related. However, I don't understand why that would affect only the pickled version. If the server doesn't support range requests, how are we able to load the file at all? This works:

python with fsspec.open('http://127.0.0.1:8000/tiny.nc', mode='rb') as fp: with xr.open_dataset(fp, engine='h5netcdf') as ds1: ds1.load()

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