Opened 7 years ago

Closed 7 years ago

Last modified 7 years ago

#7069 closed defect (fixed)

netCDF: raster read as nodata with Byte datatype, (valid_range={0,255} or _Unsigned = True) and negative _FillValue

Reported by: Even Rouault Owned by: warmerdam
Priority: normal Milestone: 2.2.3
Component: default Version: unspecified
Severity: normal Keywords:
Cc:

Description

In the above conditions, IReadBlock() will return blocks at the nodata value

Change History (4)

comment:1 by Even Rouault, 7 years ago

Resolution: fixed
Status: newclosed

In 40315:

netCDF: fix raster read as nodata with Byte datatype, (valid_range={0,255} or _Unsigned = True) and negative _FillValue (fixes #7069)

comment:2 by Even Rouault, 7 years ago

In 40316:

netCDF: fix raster read as nodata with Byte datatype, (valid_range={0,255} or _Unsigned = True) and negative _FillValue (fixes #7069)

comment:3 by Even Rouault, 7 years ago

In 40317:

netCDF: add test for refs #7069

comment:4 by Even Rouault, 7 years ago

In 40318:

netCDF: fix raster read as nodata with Byte datatype, (valid_range={0,255} or _Unsigned = True) and negative _FillValue (fixes #7069)

Note: See TracTickets for help on using tickets.