home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 780926683

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/4918#issuecomment-780926683 https://api.github.com/repos/pydata/xarray/issues/4918 780926683 MDEyOklzc3VlQ29tbWVudDc4MDkyNjY4Mw== 10194086 2021-02-17T23:41:11Z 2021-02-17T23:41:11Z MEMBER

The error does not tell me anything, could you try to open the data also with xarray. You'll need to do something along the lines of

  • open the files with ds = xr.open_dataset(filename)
  • select windspeed da = ds.windspeed
  • subset the array using da.sel or da.isel (http://xarray.pydata.org/en/stable/indexing.html)
  • use one of the functions to combine the data: http://xarray.pydata.org/en/stable/combining.html
{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  809853736
Powered by Datasette · Queries took 0.717ms · About: xarray-datasette