[Geoserver-devel] [jira] (GEOS-6165) Release Data sf:dem units

Jody Garnett created BugGEOS-6165
Release Data sf:dem units

Issue Type:

BugBug

Assignee:

Andrea Aime

Created:

16/Nov/13 9:34 PM

Description:

Was looking at filling in the units for sf:sfdem…it currently was reporting back integer height using DescribeCoverage, and no unit information.

Going in and adding the units “m” and clicking “reload bands” results in the bands being REAL 32.

GRAY_INDEX	Real 32 bits	-9.999999933815813E36

Problems:

  • Layer Preview (i.e. GetFeatureInfo) still reports height in integers
  • DescribeCoverage is now confused

WCS 1.1.1 The band description for WCS 1.1.1 is impossible:

<wcs:Field>
   <wcs:Identifier>contents</wcs:Identifier>
   <wcs:Definition>
      <ows:AllowedValues>
         <ows:Range>
            <ows:MinimumValue>-9.999999933815813E36</ows:MinimumValue>
            <ows:MaximumValue>-9.999999933815813E36</ows:MaximumValue>
         </ows:Range>
      </ows:AllowedValues>
   </wcs:Definition>
   <wcs:NullValue>-9.999999933815813E36</wcs:NullValue>
   <wcs:InterpolationMethods>
      <wcs:InterpolationMethod>linear</wcs:InterpolationMethod>
      <wcs:InterpolationMethod>cubic</wcs:InterpolationMethod>
   </wcs:InterpolationMethods>
   <wcs:Axis identifier="Bands">
      <wcs:AvailableKeys>
         <wcs:Key>GRAY_INDEX</wcs:Key>
      </wcs:AvailableKeys>
   </wcs:Axis>
</wcs:Field>

The range and null value are impossible, and the description does not include the units “m”.

Project:

GeoServer

Priority:

MajorMajor

Reporter:

Jody Garnett

This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: [http://www.atlassian.com/software/jira](http://www.atlassian.com/software/jira)