Project

General

Profile

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

    
3
<Capabilities 
4

    
5
xmlns="http://www.opengis.net/wps" 
6

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

    
9
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
10

    
11
xmlns:xlink="http://www.w3.org/1999/xlink" 
12

    
13
xsi:schemaLocation="http://www.opengis.net/wps file:///C:/Docume~1/adair/MYDOCU~1/wpsIE/schemas/0.2.4/wpsGetCapabilities.xsd"
14

    
15
version="0.2.4">
16

    
17
	<ows:ServiceIdentification>
18

    
19
		<ows:ServiceType>OGC:WPS</ows:ServiceType>
20

    
21
		<ows:ServiceTypeVersion>0.2.1</ows:ServiceTypeVersion>
22

    
23
		<ows:Title>PCI Remote Sensing Calculations</ows:Title>
24

    
25
		<ows:Abstract>Image processing tasks to be defined (Coordinate Transformation, filtering, classification,etc…)</ows:Abstract>
26

    
27
		<ows:Keywords>
28

    
29
			<ows:Keyword>PACE</ows:Keyword>
30

    
31
		</ows:Keywords>
32

    
33
		<ows:Fees>NONE</ows:Fees>
34

    
35
		<ows:AccessConstraints>NONE</ows:AccessConstraints>
36

    
37
	</ows:ServiceIdentification>
38

    
39
	<ows:ServiceProvider>
40

    
41
		<ows:ProviderName>PCI</ows:ProviderName>
42

    
43
		<ows:ProviderSite xlink:type="simple" xlink:href="http://www.pcigeomatics.com/"/>
44

    
45
		<ows:ServiceContact>
46

    
47
			<ows:IndividualName>Steve Keens</ows:IndividualName>
48

    
49
			<ows:PositionName>Systems Scientist</ows:PositionName>
50

    
51
			<ows:ContactInfo>
52

    
53
				<ows:Phone>
54

    
55
					<ows:Voice>+01-905-336-4409</ows:Voice>
56

    
57
					<ows:Facsimile>+01-905-336-4499</ows:Facsimile>
58

    
59
				</ows:Phone>
60

    
61
				<ows:Address>
62

    
63
					<ows:DeliveryPoint>867 Lakeshore Road</ows:DeliveryPoint>
64

    
65
					<ows:City>Burlington</ows:City>
66

    
67
					<ows:AdministrativeArea>Ontario</ows:AdministrativeArea>
68

    
69
					<ows:PostalCode>L7R4A6</ows:PostalCode>
70

    
71
					<ows:Country>Canada</ows:Country>
72

    
73
					<ows:ElectronicMailAddress>tom.kralidis@ec.gc.ca</ows:ElectronicMailAddress>
74

    
75
				</ows:Address>
76

    
77
				<ows:OnlineResource xlink:type="simple" xlink:href="http://www.pcigeomatics.com/"/>
78

    
79
				<ows:HoursOfService>0700h - 1500h (EST), Monday - Friday</ows:HoursOfService>
80

    
81
				<ows:ContactInstructions>Just call or email</ows:ContactInstructions>
82

    
83
			</ows:ContactInfo>
84

    
85
			<ows:Role>Systems Scientist</ows:Role>
86

    
87
		</ows:ServiceContact>
88

    
89
	</ows:ServiceProvider>
90

    
91
	<ows:OperationsMetadata>
92

    
93
		<ows:Operation name="GetCapabilities">
94

    
95
			<ows:DCP>
96

    
97
				<ows:HTTP>
98

    
99
					<ows:Get xlink:href="http://gws2.pcigeomatics.com/wps/wps?"/>
100

    
101
				</ows:HTTP>
102

    
103
			</ows:DCP>
104

    
105
		</ows:Operation>
106

    
107
		<ows:Operation name="DescribeProcess">
108

    
109
			<ows:DCP>
110

    
111
				<ows:HTTP>
112

    
113
					<ows:Get xlink:href="http://gws2.pcigeomatics.com/wps/wps?"/>
114

    
115
					<ows:Post xlink:href="http://gws2.pcigeomatics.com/wps/wps?"/>
116

    
117
				</ows:HTTP>
118

    
119
			</ows:DCP>
120

    
121
		</ows:Operation>
122

    
123
		<ows:Operation name="Execute">
124

    
125
			<ows:DCP>
126

    
127
				<ows:HTTP>
128

    
129
					<ows:Get xlink:href="http://gws2.pcigeomatics.com/wps/wps?"/>
130

    
131
				</ows:HTTP>
132

    
133
			</ows:DCP>
134

    
135
		</ows:Operation>
136

    
137
	</ows:OperationsMetadata>
138

    
139
	<ProcessOfferings>
140

    
141
		<Process>
142

    
143
			<Name>FIMPORT</Name>
144

    
145
			<Description>
146

    
147
        Transfers all the image, and auxiliary information from a source file to a newly created PCIDSK file. All GDB supported file types may be imported.
148

    
149
      </Description>
150

    
151
			<Application>
152

    
153
				<ows:Keywords>
154

    
155
					<ows:Keyword>FIMPORT</ows:Keyword>
156

    
157
				</ows:Keywords>
158

    
159
			</Application>
160

    
161
			<Category>
162

    
163
				<ows:Keywords>
164

    
165
					<ows:Keyword>PACE</ows:Keyword>
166

    
167
				</ows:Keywords>
168

    
169
			</Category>
170

    
171
		</Process>
172

    
173
		<Process>
174

    
175
			<Name>SATMODEL</Name>
176

    
177
			<Description>Calculate the model (SATMODEL).</Description>
178

    
179
			<Application>
180

    
181
				<ows:Keywords>
182

    
183
					<ows:Keyword>SATMODEL</ows:Keyword>
184

    
185
				</ows:Keywords>
186

    
187
			</Application>
188

    
189
			<Category>
190

    
191
				<ows:Keywords>
192

    
193
					<ows:Keyword>PACE</ows:Keyword>
194

    
195
				</ows:Keywords>
196

    
197
			</Category>
198

    
199
		</Process>
200

    
201
		<Process>
202

    
203
			<Name>REGPRO</Name>
204

    
205
			<Description>
206

    
207
        Performs image registration of an input image to an output image.
208

    
209
      </Description>
210

    
211
			<Application>
212

    
213
				<ows:Keywords>
214

    
215
					<ows:Keyword>REGPRO</ows:Keyword>
216

    
217
				</ows:Keywords>
218

    
219
			</Application>
220

    
221
			<Category>
222

    
223
				<ows:Keywords>
224

    
225
					<ows:Keyword>PACE</ows:Keyword>
226

    
227
				</ows:Keywords>
228

    
229
			</Category>
230

    
231
		</Process>
232

    
233
		<Process>
234

    
235
			<Name>ORTHO</Name>
236

    
237
			<Description>Ortho correct the file (ORTHO).</Description>
238

    
239
			<Application>
240

    
241
				<ows:Keywords>
242

    
243
					<ows:Keyword>ORTHO</ows:Keyword>
244

    
245
				</ows:Keywords>
246

    
247
			</Application>
248

    
249
			<Category>
250

    
251
				<ows:Keywords>
252

    
253
					<ows:Keyword>PACE</ows:Keyword>
254

    
255
				</ows:Keywords>
256

    
257
			</Category>
258

    
259
		</Process>
260

    
261
		<Process>
262

    
263
			<Name>FEXPORT</Name>
264

    
265
			<Description>
266

    
267
        Transfers all the requested image, and auxiliary information from a source file to an output file. Only some supported GDB formats may be exported to.
268

    
269
      </Description>
270

    
271
			<Application>
272

    
273
				<ows:Keywords>
274

    
275
					<ows:Keyword>FEXPORT</ows:Keyword>
276

    
277
				</ows:Keywords>
278

    
279
			</Application>
280

    
281
			<Category>
282

    
283
				<ows:Keywords>
284

    
285
					<ows:Keyword>PACE</ows:Keyword>
286

    
287
				</ows:Keywords>
288

    
289
			</Category>
290

    
291
		</Process>
292

    
293
		<Process>
294

    
295
			<Name>CDSPOT5</Name>
296

    
297
			<Description>CD SPOT 5 imports SPOT 5 data into pix.</Description>
298

    
299
			<Application>
300

    
301
				<ows:Keywords>
302

    
303
					<ows:Keyword>CDSPOT5</ows:Keyword>
304

    
305
				</ows:Keywords>
306

    
307
			</Application>
308

    
309
			<Category>
310

    
311
				<ows:Keywords>
312

    
313
					<ows:Keyword>PACE</ows:Keyword>
314

    
315
				</ows:Keywords>
316

    
317
			</Category>
318

    
319
		</Process>
320

    
321
	</ProcessOfferings>
322

    
323
</Capabilities>
324

    
(5-5/21)