Skip to content

Values loaded by NCDatasets backend with "_Unsigned" CF attribute don't correspond to Xarray #735

@asinghvi17

Description

@asinghvi17

MWE:

using FilePathsBase, AWSS3
download(p"s3://noaa-goes16/ABI-L2-SSTF/2020/210/00/OR_ABI-L2-SSTF-M6_G16_s20202100000205_e20202100059513_c20202100105456.nc", "noaa.nc")
using Rasters
r1 = Raster("noaa.nc"; lazy = true)
heatmap(r1)

iTerm2 ZHWLfL

heatmap(read(r1))

iTerm2 LvJSGK

None of this agrees with what xarray loads:
download

but it looks like all CF conventions are applied...

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions