Project

General

Profile

1
<?xml version="1.0" encoding="UTF-8"?>
2

    
3
<!--Sample XML file generated by XMLSPY v5 U (http://www.xmlspy.com)-->
4

    
5
<ExecuteResponse 
6

    
7
		xmlns="http://www.opengis.net/wps" 
8

    
9
		xmlns:gml="http://www.opengis.net/gml" 
10

    
11
		xmlns:ows="http://www.opengis.net/ows" 
12

    
13
		xmlns:xlink="http://www.w3.org/1999/xlink" 
14

    
15
		xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
16

    
17
		xsi:schemaLocation="http://www.opengis.net/wps C:\DOCUME~1\adair\MYDOCU~1\wpsIE\schemas\0.2.4\wpsExecute.xsd" 
18

    
19
		version="0.2.4" statusLocation="http://www.altova.com">
20

    
21
	<ProcessName>Min Value</ProcessName>
22

    
23
			<Input>
24

    
25
				<ParameterValue>
26

    
27
					<Name>inputGridCoverage</Name>
28

    
29
					<Label>Input Grid Coverage</Label>
30

    
31
					<Description>Coverage that will be processed. This can be a reference URI to a GeoTiff or a WCS request when returning a GeoTiff</Description>
32

    
33
						<Reference xlink:href="anyURI" gml:remoteSchema="http://www.altova.com">
34

    
35
							<ows:Format>image/GeoTiff</ows:Format>
36

    
37
						</Reference>
38

    
39
				</ParameterValue>
40

    
41
			</Input>
42

    
43
			<Input>
44

    
45
				<ParameterValue>
46

    
47
					<Name>bbox</Name>
48

    
49
					<Label>Bounding Box</Label>
50

    
51
					<Description>bounding box to be processed</Description>
52

    
53
						<BoundingBox crs="EPSG:4326" dimensions="3">
54

    
55
							<ows:LowerCorner>-71.10285218349743 42.261800717452054</ows:LowerCorner>
56

    
57
							<ows:UpperCorner>-71.04767081931412 42.29490953596204</ows:UpperCorner>
58

    
59
						</BoundingBox>
60

    
61
				</ParameterValue>
62

    
63
			</Input>
64

    
65
			<Input>
66

    
67
				<ParameterValue>
68

    
69
					<Name>image</Name>
70

    
71
					<Label>image of interest</Label>
72

    
73
					<Description>number of image of interest, needed in case more than one image is encoded in a GeoTIFF: initial value is 1</Description>
74

    
75
						<LiteralValue ows:type="integer" uom="anyUri"/>
76

    
77
				</ParameterValue>
78

    
79
			</Input>
80

    
81
			<Input>
82

    
83
				<ParameterValue>
84

    
85
					<Name>band</Name>
86

    
87
					<Label>band of interest</Label>
88

    
89
					<Description>and for which the statistics shall be provided: initial value is 1</Description>
90

    
91
						<LiteralValue ows:type="integer">1
92

    
93
						</LiteralValue>
94

    
95
				</ParameterValue>
96

    
97
			</Input>
98

    
99
			<Input>
100

    
101
				<ParameterValue>
102

    
103
					<Name>valueToIgnore</Name>
104

    
105
					<Label>Value to ignore</Label>
106

    
107
					<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>
108

    
109
						<LiteralValue ows:type="decimal"/>
110

    
111
				</ParameterValue>
112

    
113
			</Input>
114

    
115
			<Output>
116

    
117
				<ParameterValue>
118

    
119
					<Name>minValueResult</Name>
120

    
121
					<Label>Minium Value</Label>
122

    
123
					<Description>The minimum value found in the dataset</Description>
124

    
125
						<LiteralValue ows:type="decimal">10.6</LiteralValue>
126

    
127
				</ParameterValue>
128

    
129
			</Output>
130

    
131
	<ows:Metadata xlink:href="http://www.altova.com" about="http://www.altova.com"/>
132

    
133
	<Status>
134

    
135
		<ProcessSucceeded>String</ProcessSucceeded>
136

    
137
	</Status>
138

    
139
</ExecuteResponse>
140

    
(2-2/21)