1 | <?xml version="1.0" encoding="UTF-8"?>
|
---|
2 | <gmlcov:GridCoverage
|
---|
3 | xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'
|
---|
4 | xmlns='http://www.opengis.net/gml/3.2'
|
---|
5 | xmlns:gml='http://www.opengis.net/gml/3.2'
|
---|
6 | xmlns:gmlcov='http://www.opengis.net/gmlcov/1.0'
|
---|
7 | xmlns:swe='http://www.opengis.net/swe/2.0'
|
---|
8 | xmlns:wcs='http://www.opengis.net/wcs/2.0' gml:id="mean_summer_airtemp"
|
---|
9 | xsi:schemaLocation= 'http://www.opengis.net/gmlcov/1.0 gmlcov/1.0/gmlcovAll.xsd'>
|
---|
10 |
|
---|
11 | <boundedBy>
|
---|
12 | <Envelope axisLabels="x" uomLabels=""srsName="WGS84" srsDimension="1">
|
---|
13 | <lowerCorner>20</lowerCorner>
|
---|
14 | <upperCorner>29</upperCorner>
|
---|
15 | </Envelope>
|
---|
16 | </boundedBy>
|
---|
17 |
|
---|
18 | <domainSet>
|
---|
19 | <Grid dimension="1" gml:id="mean_summer_airtemp-grid">
|
---|
20 | <limits>
|
---|
21 | <GridEnvelope>
|
---|
22 | <low>20</low>
|
---|
23 | <high>29</high>
|
---|
24 | </GridEnvelope>
|
---|
25 | </limits>
|
---|
26 | <axisLabels>x</axisLabels>
|
---|
27 |
|
---|
28 | </Grid>
|
---|
29 | </domainSet>
|
---|
30 |
|
---|
31 | <rangeSet>
|
---|
32 | <DataBlock><rangeParameters/><tupleList>0,0,0,0,0,0,0,0,0,0</tupleList></DataBlock>
|
---|
33 | </rangeSet>
|
---|
34 |
|
---|
35 | <gmlcov:rangeType>
|
---|
36 | <swe:DataRecord>
|
---|
37 | <swe:field name="pan">
|
---|
38 | <swe:Quantity definition="urn:ogc:def:dataType:OGC:1.1:unsigned int">
|
---|
39 | <swe:description></swe:description>
|
---|
40 | <swe:uom code="unknown"/>
|
---|
41 | <swe:constraint>
|
---|
42 | <swe:AllowedValues>
|
---|
43 | <swe:interval>0 4294967295</swe:interval>
|
---|
44 | </swe:AllowedValues>
|
---|
45 | </swe:constraint>
|
---|
46 | </swe:Quantity>
|
---|
47 | </swe:field>
|
---|
48 | </swe:DataRecord>
|
---|
49 | </gmlcov:rangeType>
|
---|
50 | </gmlcov:GridCoverage>
|
---|