home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 410781556

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/2304#issuecomment-410781556 https://api.github.com/repos/pydata/xarray/issues/2304 410781556 MDEyOklzc3VlQ29tbWVudDQxMDc4MTU1Ng== 1217238 2018-08-06T17:13:27Z 2018-08-06T17:13:27Z MEMBER

I'm not following why the data are scaled twice.

We automatically scale the data from int16->float32 upon reading it in xarray (if decode_cf=True). There's no way to turn that off and still get automatic scaling, so the best you can do is layer on int16->float32->float64, when you might prefer to only do int16->float64.

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