Opened 20 years ago

Closed 14 years ago

Last modified 14 years ago

#655 closed enhancement (fixed)

Missing nullValue element in DescribeCoverage

Reported by: warmerdam Owned by: warmerdam
Priority: high Milestone: 6.0 release
Component: WCS Server Version: unspecified
Severity: minor Keywords:
Cc:

Description (last modified by warmerdam)

The DescribeCoverage result should be extended to include null values when
available from the GDAL datasource. 

It appears that the NullValues element is coverage wide ... not specific to 
a particular band as it is in GDAL.  We would likely need logic to only return
a  NullValues element if all bands have a matching null value. 

I'll take this bug myself as time permits.

Change History (4)

comment:1 by warmerdam, 14 years ago

Description: modified (diff)
Status: newassigned

comment:2 by warmerdam, 14 years ago

I have implemented support for returning the NullValues in DescribeCoverage and actually setting the output image background to this value and returning the null value setting within the data file where supported (r10099). Also documented (r10098) and added tests (r10100).

comment:3 by warmerdam, 14 years ago

Resolution: fixed
Status: assignedclosed

comment:4 by warmerdam, 14 years ago

Milestone: 6.0 release
Note: See TracTickets for help on using tickets.