You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 29, 2023. It is now read-only.
The LC CCI NetCDF product uses the _Unsigned attribute to indicate that the int8 data type should be interpreted as uint8 in the range 1 to 220 indicated by valid_minand valid_max.
Actual behavior
All unsigned LC dataset variables contain illegal negative values making the data product useless in Cate.
The reason is that xarray doesn't (yet) support the _Unsigned attribute used in the dataset, see #1579. The issue may also be solved by regenerating the LC NetCDF product, see bcdev/lc-cci-toolbox#3.
Specifications
Cate 0.9.0.dev7
The text was updated successfully, but these errors were encountered:
Expected behavior
The LC CCI NetCDF product uses the
_Unsigned
attribute to indicate that theint8
data type should be interpreted asuint8
in the range 1 to 220 indicated byvalid_min
andvalid_max
.Actual behavior
All unsigned LC dataset variables contain illegal negative values making the data product useless in Cate.
The reason is that xarray doesn't (yet) support the
_Unsigned
attribute used in the dataset, see #1579. The issue may also be solved by regenerating the LC NetCDF product, see bcdev/lc-cci-toolbox#3.Specifications
Cate 0.9.0.dev7
The text was updated successfully, but these errors were encountered: