Project

General

Profile

1
<?xml version="1.0" encoding="UTF-8"?>
2
<ProcessDescription xmlns="http://www.opengis.net/wps" xmlns:ows="http://www.opengis.net/ows" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xlink="http://www.w3.org/1999/xlink" version="0.0.1">
3
  <Process>
4
    <name>SATMODEL</name>
5
    <label/>
6
    <description>Calculate the model (SATMODEL).</description>
7
    <Application>
8
      <ows:Keywords>
9
        <ows:Keyword>SATMODEL</ows:Keyword>
10
      </ows:Keywords>
11
    </Application>
12
    <Category>
13
      <ows:Keywords>
14
        <ows:Keyword>PACE</ows:Keyword>
15
      </ows:Keywords>
16
    </Category>
17
    <input>
18
      <Parameter>
19
        <name>mapunits</name>
20
        <label/>
21
        <description/>
22
        <minimumOccurs>1</minimumOccurs>
23
        <datatype>http://www.w3.org/2001/XMLSchema#string</datatype>
24
      </Parameter>
25
    </input>
26
    <input>
27
      <Parameter>
28
        <name>mmseg</name>
29
        <label/>
30
        <description/>
31
        <minimumOccurs>1</minimumOccurs>
32
        <datatype>http://www.w3.org/2001/XMLSchema#int</datatype>
33
      </Parameter>
34
    </input>
35
    <input>
36
      <Parameter>
37
        <name>mfile</name>
38
        <label/>
39
        <description/>
40
        <minimumOccurs>1</minimumOccurs>
41
        <datatype>http://www.w3.org/2001/XMLSchema#string</datatype>
42
      </Parameter>
43
    </input>
44
    <input>
45
      <Parameter>
46
        <name>report</name>
47
        <label/>
48
        <description/>
49
        <minimumOccurs>1</minimumOccurs>
50
        <datatype>http://www.w3.org/2001/XMLSchema#string</datatype>
51
      </Parameter>
52
    </input>
53
    <input>
54
      <Parameter>
55
        <name>orbit</name>
56
        <label/>
57
        <description/>
58
        <minimumOccurs>1</minimumOccurs>
59
        <datatype>http://www.w3.org/2001/XMLSchema#int</datatype>
60
      </Parameter>
61
    </input>
62
  </Process>
63
</ProcessDescription>
(7-7/21)