1 | <?xml version="1.0" encoding="UTF-8"?>
|
---|
2 | <wcs:CoverageDescriptions xsi:schemaLocation="http://www.opengis.net/wcs/2.0 http://schemas.opengis.net/wcs/2.0/wcsAll.xsd" xmlns:wcs="http://www.opengis.net/wcs/2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:crs="http://www.opengis.net/wcs/service-extension/crs/1.0" xmlns:ows="http://www.opengis.net/ows/2.0" xmlns:gml="http://www.opengis.net/gml/3.2" xmlns:xlink="http://www.w3.org/1999/xlink">
|
---|
3 | <wcs:CoverageDescription gml:id="mean_summer_airtemp" xmlns="http://www.opengis.net/gml/3.2" xmlns:gmlcov="http://www.opengis.net/gmlcov/1.0" xmlns:swe="http://www.opengis.net/swe/2.0">
|
---|
4 | <boundedBy>
|
---|
5 | <Envelope srsName="http://localhost:8080/def/crs/EPSG/0/4326" axisLabels="Lat Long" uomLabels="degree degree" srsDimension="2">
|
---|
6 | <lowerCorner>-44.525 111.975</lowerCorner>
|
---|
7 | <upperCorner>-8.975 156.275</upperCorner>
|
---|
8 | </Envelope>
|
---|
9 | </boundedBy>
|
---|
10 | <wcs:CoverageId>mean_summer_airtemp</wcs:CoverageId>
|
---|
11 | <gmlcov:metadata/>
|
---|
12 | <domainSet>
|
---|
13 | <RectifiedGrid dimension="2" gml:id="mean_summer_airtemp-grid">
|
---|
14 | <limits>
|
---|
15 | <GridEnvelope>
|
---|
16 | <low>0 0</low>
|
---|
17 | <high>885 710</high>
|
---|
18 | </GridEnvelope>
|
---|
19 | </limits>
|
---|
20 | <axisLabels>Long Lat</axisLabels>
|
---|
21 | <origin>
|
---|
22 | <Point gml:id="mean_summer_airtemp-origin" srsName="http://localhost:8080/def/crs/EPSG/0/4326" axisLabels="Lat Long" uomLabels="degree degree" srsDimension="2">
|
---|
23 | <pos>-9 112</pos>
|
---|
24 | </Point>
|
---|
25 | </origin>
|
---|
26 | <offsetVector srsName="http://localhost:8080/def/crs/EPSG/0/4326" axisLabels="Lat Long" uomLabels="degree degree" srsDimension="2">0 0.05</offsetVector>
|
---|
27 | <offsetVector srsName="http://localhost:8080/def/crs/EPSG/0/4326" axisLabels="Lat Long" uomLabels="degree degree" srsDimension="2">-0.05 0</offsetVector>
|
---|
28 | </RectifiedGrid>
|
---|
29 | </domainSet>
|
---|
30 | <gmlcov:rangeType>
|
---|
31 | <swe:DataRecord>
|
---|
32 | <swe:field name="b1">
|
---|
33 | <swe:Quantity>
|
---|
34 | <swe:label>pixel_value</swe:label>
|
---|
35 | <swe:uom code="undefined"/>
|
---|
36 | </swe:Quantity>
|
---|
37 | </swe:field>
|
---|
38 | </swe:DataRecord>
|
---|
39 | </gmlcov:rangeType>
|
---|
40 | <wcs:ServiceParameters>
|
---|
41 | <wcs:CoverageSubtype>RectifiedGridCoverage</wcs:CoverageSubtype>
|
---|
42 | <CoverageSubtypeParent xmlns="http://www.opengis.net/wcs/2.0">
|
---|
43 | <CoverageSubtype>AbstractDiscreteCoverage</CoverageSubtype>
|
---|
44 | <CoverageSubtypeParent>
|
---|
45 | <CoverageSubtype>AbstractCoverage</CoverageSubtype>
|
---|
46 | </CoverageSubtypeParent>
|
---|
47 | </CoverageSubtypeParent>
|
---|
48 | <wcs:nativeFormat>application/octet-stream</wcs:nativeFormat>
|
---|
49 | </wcs:ServiceParameters>
|
---|
50 | </wcs:CoverageDescription>
|
---|
51 | </wcs:CoverageDescriptions>
|
---|