home / github / issue_comments

Menu
  • GraphQL API
  • Search all tables

issue_comments: 739557498

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/4655#issuecomment-739557498 https://api.github.com/repos/pydata/xarray/issues/4655 739557498 MDEyOklzc3VlQ29tbWVudDczOTU1NzQ5OA== 12728415 2020-12-06T20:18:20Z 2020-12-06T20:18:58Z NONE

I finally found the source of my problem. The data I read from the zarr store was initially stored in tiff files that I opened using the open_rasterio method. It seems that open_rasterio systematically adds the attributes scale_factor=1 and add_offset=0. By removing them everything work as I expected, so the problem would come from open_rasterio.

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