QGIS/tests/testdata/qgis_server/wcs_describecoverage.txt
Even Rouault e0beec4dfb [Server, WCS] Fix several non compliance errors in CoverageDescription output
There were several non-compliance in the CoverageDescription output to a
DescribeCoverage request. The corrected result has been validated against the
OGC WCS 1.0.0 schema.

Fixes #36504
2020-05-27 19:09:30 +02:00

59 lines
1.8 KiB
Plaintext

Content-Length: 1676
Content-Type: text/xml; charset=utf-8
<CoverageDescription xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:gml="http://www.opengis.net/gml" xmlns="http://www.opengis.net/wcs" xsi:schemaLocation="http://www.opengis.net/wcs http://schemas.opengis.net/wcs/1.0.0/describeCoverage.xsd" version="1.0.0" xmlns:xlink="http://www.w3.org/1999/xlink" updateSequence="0">
<CoverageOffering>
<name>dem</name>
<label>dem</label>
<lonLatEnvelope srsName="urn:ogc:def:crs:OGC:1.3:CRS84">
<gml:pos>-30 29.999999</gml:pos>
<gml:pos>0.000001 60</gml:pos>
</lonLatEnvelope>
<domainSet>
<spatialDomain>
<gml:Envelope srsName="EPSG:4326">
<gml:pos>-30 29.999999</gml:pos>
<gml:pos>0.000001 60</gml:pos>
</gml:Envelope>
<gml:RectifiedGrid dimension="2">
<gml:limits>
<gml:GridEnvelope>
<gml:low>0 0</gml:low>
<gml:high>3600 3600</gml:high>
</gml:GridEnvelope>
</gml:limits>
<gml:axisName>x</gml:axisName>
<gml:axisName>y</gml:axisName>
<gml:origin>
<gml:pos>-30 29.999999</gml:pos>
</gml:origin>
<gml:offsetVector>0.00833333 0</gml:offsetVector>
<gml:offsetVector>0 0.00833333</gml:offsetVector>
</gml:RectifiedGrid>
</spatialDomain>
</domainSet>
<rangeSet>
<RangeSet>
<name>Bands</name>
<label>Bands</label>
<axisDescription>
<AxisDescription>
<name>bands</name>
<label>bands</label>
<values>
<singleValue>1</singleValue>
</values>
</AxisDescription>
</axisDescription>
</RangeSet>
</rangeSet>
<supportedCRSs>
<requestResponseCRSs>EPSG:4326</requestResponseCRSs>
<nativeCRSs>EPSG:4326</nativeCRSs>
</supportedCRSs>
<supportedFormats nativeFormat="raw binary">
<formats>GeoTIFF</formats>
</supportedFormats>
</CoverageOffering>
</CoverageDescription>