home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 1520363622

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/7782#issuecomment-1520363622 https://api.github.com/repos/pydata/xarray/issues/7782 1520363622 IC_kwDOAMm_X85anuhm 5821660 2023-04-24T15:10:24Z 2023-04-24T15:11:00Z MEMBER

Then you are somewhat deadlocked. mask_and_scale=False will also deactivate the Unsigned decoding.

You might be able to achieve what want by using decode_cf=False (completely deactivate cf decoding). Then you would have to remove _FillValue attribute as well as missing_value attribute from the variables. Finally, you can run xr.decode_cf(ds) to correctly decode your data.

I'll add a code example tomorrow if no one beats me to it.

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