home / github / issue_comments

Menu
  • GraphQL API
  • Search all tables

issue_comments: 1323743039

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/7292#issuecomment-1323743039 https://api.github.com/repos/pydata/xarray/issues/7292 1323743039 IC_kwDOAMm_X85O5rc_ 85085 2022-11-22T14:12:57Z 2022-11-22T14:12:57Z CONTRIBUTOR

You can work around this by specifying either decode_cf=False or mask_and_scale=False. For example:

python ds = xarray.open_zarr("test.zarr", consolidated=False, decode_cf=False) ds['array'].dtype

prints dtype('int8').

Does that help?

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