home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 204765160

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/pull/814#issuecomment-204765160 https://api.github.com/repos/pydata/xarray/issues/814 204765160 MDEyOklzc3VlQ29tbWVudDIwNDc2NTE2MA== 6215361 2016-04-02T17:48:01Z 2016-04-02T17:48:01Z NONE

There is a problem when it comes to bounds. Xarray adds the bounds as another DataArray to the DataSet, i.e.:

Data variables: votemper (dim0, dim1) float64 nan nan nan nan nan nan nan nan nan ... deptht_bnds (bnds) float64 0.0 10.0

I can get the name of this variable from the Coord attribute in the DataArray for another variable, i.e. ds['votemper'].coords['deptht'].bounds but can't get the bound array from the DataArray? is that correct?

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