home / github / issue_comments

Menu
  • GraphQL API
  • Search all tables

issue_comments: 641410484

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/2233#issuecomment-641410484 https://api.github.com/repos/pydata/xarray/issues/2233 641410484 MDEyOklzc3VlQ29tbWVudDY0MTQxMDQ4NA== 6598749 2020-06-09T16:18:21Z 2020-06-09T16:18:21Z NONE

I had to go around this issue and not use xarray but pandas instead or plain netdcf4

nc = netCDF4.Dataset(input_file) h = nc.variables[vname] times = nc.variables['time'] jd = netCDF4.num2date(times[:],times.units) hs = pd.Series(h[:,station],index=jd)

I would love to know if there is a way to do it over xarray since it is so nice to use. Best regards

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