home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 1242793638

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/7018#issuecomment-1242793638 https://api.github.com/repos/pydata/xarray/issues/7018 1242793638 IC_kwDOAMm_X85KE4am 64621312 2022-09-10T19:34:26Z 2022-09-10T19:34:26Z NONE

I found a functional workaround is to chunk by one of the spatial dimensions instead. I'd still like to know why the code above fails though. I'm assuming there's a scheduled task with dask the occurs before to_netcdf but I haven't been able to figure out what that is.

python ds = xr.open_dataset(fldr_in_grib, engine="cfgrib", chunks={"latitude":875}, backend_kwargs={'indexpath': ''})

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