Project

General

Profile

1
<!-- Performs a get coverage.  Feel free to play with the elements,        -->
2
<!-- to get different results.                                             -->
3
<GetCoverage service="WCS" version="1.0.0"
4
  xmlns="http://www.opengis.net/wcs" 
5
  xmlns:nurc="http://www.nurc.nato.int"
6
  xmlns:ogc="http://www.opengis.net/ogc"
7
  xmlns:gml="http://www.opengis.net/gml" 
8
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
9
  xsi:schemaLocation="http://www.opengis.net/wcs http://schemas.opengis.net/wcs/1.0.0/getCoverage.xsd">
10
<sourceCoverage>nurc:Pk50095</sourceCoverage>
11
	<domainSubset>
12
		<spatialSubset>
13
			<gml:Envelope srsName="EPSG:32633">
14
				<gml:pos>347649.93086859107 5176214.082539256</gml:pos>
15
        <gml:pos>370725.976428591 5196961.352859256</gml:pos>
16
			</gml:Envelope>
17
			<gml:Grid dimension="2" srsName="EPSG:4326">
18
				<gml:limits>
19
					<gml:GridEnvelope>
20
						<gml:low>0 0</gml:low>
21
                        <gml:high>545 490</gml:high>
22
					</gml:GridEnvelope>
23
				</gml:limits>
24
			</gml:Grid>
25
		</spatialSubset>
26
	</domainSubset>
27
	<rangeSubset>
28
		<axisSubset name="Band">
29
			<singleValue>1</singleValue>
30
		</axisSubset>
31
	</rangeSubset>
32
	<output>
33
	    <crs>EPSG:32633</crs>
34
	    <responseCrs>EPSG:32633</responseCrs>
35
		<format>TIFF</format>
36
	</output>
37
</GetCoverage>
(3-3/46)