home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 702643539

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/4471#issuecomment-702643539 https://api.github.com/repos/pydata/xarray/issues/4471 702643539 MDEyOklzc3VlQ29tbWVudDcwMjY0MzUzOQ== 500246 2020-10-02T10:07:17Z 2020-10-02T10:07:34Z CONTRIBUTOR

My last comment was inaccurate. Although the open succeeds, the non-scalar scale factor does trigger failure upon accessing data (due to lazy loading) even without any open file:

python import xarray fn = "OR_ABI-L1b-RadF-M3C07_G16_s20170732006100_e20170732016478_c20170732016514.nc" with xarray.open_dataset(fn, engine="h5netcdf") as ds: print(ds["Rad"][400, 300])

The data file is publicly available at:

s3://noaa-goes16/ABI-L1b-RadF/2017/073/20/OR_ABI-L1b-RadF-M3C07_G16_s20170732006100_e20170732016478_c20170732016514.nc

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