Project

General

Profile

1 3032 perry
<?xml version="1.0" encoding="UTF-8"?>
2
3
<Execute service="WPS" version="0.2.4" store="false"
4
5
		xmlns="http://www.opengis.net/wps"
6
7
		xmlns:gml="http://www.opengis.net/gml"
8
9
		xmlns:ows="http://www.opengis.net/ows"
10
11
		xmlns:xlink="http://www.w3.org/1999/xlink"
12
13
		xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
14
15
		xsi:schemaLocation="http://www.opengis.net/wps file:///C:/Docume~1/adair/MYDOCU~1/wpsIE/schemas/0.2.4/wpsExecute.xsd" >
16
17
	<ProcessName>minValue</ProcessName>
18
19
	<Input>
20
21
		<ParameterValue>
22
23
			<Name>inputGridCoverage</Name>
24
25
			<Label>Input Grid Coverage</Label>
26
27
			<Description>Coverage that will be processed. This can be a reference URI to a GeoTiff or a WCS request when returning a GeoTiff</Description>
28
29
			<Reference xlink:href="http://triangulum.uni-muenster.de:8080/cdd/wcs?REQUEST=GetCoverage&amp;SERVICE=WCS&amp;VERSION=1.0.0&amp;BBOX=-30,55,80,85&amp;TIME=2005-03&amp;CRS=EPSG:4326&amp;COVERAGE=TEMPERATURE">
30
31
				<ows:Abstract>This is the GeoTIFF online source</ows:Abstract>
32
33
			</Reference>
34
35
		</ParameterValue>
36
37
	</Input>
38
39
	<Input>
40
41
		<ParameterValue>
42
43
			<Name>valueToIgnore</Name>
44
45
			<Label>Value to ignore</Label>
46
47
			<Description>Some values might be known to not be the minimum value. They should be ignored in output statistics (e.g. 0 or -9999), Example: valueToIgnore = -9999</Description>
48
49
			<LiteralValue>-9999</LiteralValue>
50
51
		</ParameterValue>
52
53
	</Input>
54
55
	<Output>
56
57
		<Name>minValueResult</Name>
58
59
	</Output>
60
61
</Execute>