Ticket #163: request.zcfg

File request.zcfg, 5.3 KB (added by rdirienzo, 6 years ago)
Line 
1[geohazards_tep_dcs_rss_snap_s1_insar_snap_s1_ifg_overall_1_2]
2        Title = SNAP Sentinel-1 IW SLC Interferogram and Displacements
3        Abstract = This service provides the interferometric processor for the Sentinel-1 TOPSAR IW data performed through SNAP. SNAP is a common architecture for all Sentinel Toolboxes, which is ideal for Earth Observation processing and analysis. WARNING: the TIFF output products will be automatically deleted after 2 weeks; this does not apply to results published on Zenodo.
4        processVersion = 1.2
5        storeSupported = true
6        statusSupported = true
7        serviceType = C
8        serviceProvider = geohazards_tep_dcs_rss_snap_s1_insar_snap_s1_ifg_overall_1_2.zo
9<DataInputs>
10        [master]
11        Title = Master product reference
12        Abstract = Define the master product reference to be processed with SNAP
13        minOccurs = 1
14        maxOccurs = 1
15        <LiteralData>
16                dataType = string
17                <Default>
18                </Default>
19        </LiteralData>
20</DataInputs>
21<DataInputs>
22        [slave]
23        Title = Slave product reference
24        Abstract = Define the slave product reference to be processed with SNAP
25        minOccurs = 1
26        maxOccurs = 1
27        <LiteralData>
28                dataType = string
29                <Default>
30                </Default>
31        </LiteralData>
32</DataInputs>
33<DataInputs>
34        [polarisation]
35        Title = Product polarisation
36        Abstract = Define the product polarisation
37        minOccurs = 1
38        maxOccurs = 1
39        <LiteralData>
40                dataType = string
41                AllowedValues = VV,VH,HH,HV
42                <Default>
43                        value = VV
44                </Default>
45        </LiteralData>
46</DataInputs>
47<DataInputs>
48        [orbittype]
49        Title = Orbit type
50        Abstract = Define the orbit source for the Orbit Correction. NOTE: Precise orbit is available after 20 days of the data acquisition time.
51        minOccurs = 1
52        maxOccurs = 1
53        <LiteralData>
54                dataType = string
55                AllowedValues = Sentinel Precise (Auto Download),Sentinel Restituted (Auto Download)
56                <Default>
57                        value = Sentinel Restituted (Auto Download)
58                </Default>
59        </LiteralData>
60</DataInputs>
61<DataInputs>
62        [cohWinAz]
63        Title = Azimuth coherence window size
64        Abstract = Define the coherence estimation azimuth window size for the Interferogram processing [integer number of pixels]
65        minOccurs = 1
66        maxOccurs = 1
67        <LiteralData>
68                dataType = string
69                <Default>
70                        value = 6
71                </Default>
72        </LiteralData>
73</DataInputs>
74<DataInputs>
75        [cohWinRg]
76        Title = Range coherence window size
77        Abstract = Define the coherence estimation range window size for the Interferogram processing [integer number of pixels]
78        minOccurs = 1
79        maxOccurs = 1
80        <LiteralData>
81                dataType = string
82                <Default>
83                        value = 20
84                </Default>
85        </LiteralData>
86</DataInputs>
87<DataInputs>
88        [demtype]
89        Title = DEM type
90        Abstract = Define the DEM source for the Back-Geocoding Coregistration, Topographic Phase Removal and Terrain Correction processing. NOTE: SRTM valid in the [-56 deg,+60 deg] range of latitudes.
91        minOccurs = 1
92        maxOccurs = 1
93        <LiteralData>
94                dataType = string
95                AllowedValues = SRTM 3Sec
96                <Default>
97                        value = SRTM 3Sec
98                </Default>
99        </LiteralData>
100</DataInputs>
101<DataInputs>
102        [performPhaseFiltering]
103        Title = Perform phase filtering
104        Abstract = Select if the Goldstein phase filtering has to be performed
105        minOccurs = 1
106        maxOccurs = 1
107        <LiteralData>
108                dataType = string
109                AllowedValues = true,false
110                <Default>
111                        value = true
112                </Default>
113        </LiteralData>
114</DataInputs>
115<DataInputs>
116        [nAzLooks]
117        Title = Azimuth Multilook factor
118        Abstract = Define the multilook factor applied for Azimuth direction in the Multilooking processing [integer]
119        minOccurs = 1
120        maxOccurs = 1
121        <LiteralData>
122                dataType = string
123                <Default>
124                        value = 1
125                </Default>
126        </LiteralData>
127</DataInputs>
128<DataInputs>
129        [nRgLooks]
130        Title = Range Multilook factor
131        Abstract = Define the multilook factor applied for Range direction in the Multilooking processing [integer]
132        minOccurs = 1
133        maxOccurs = 1
134        <LiteralData>
135                dataType = string
136                <Default>
137                        value = 4
138                </Default>
139        </LiteralData>
140</DataInputs>
141<DataInputs>
142        [performPhaseUnwrapping]
143        Title = Perform phase unwrapping
144        Abstract = Select if the phase unwrapping (through SNAPHU) has to be performed
145        minOccurs = 1
146        maxOccurs = 1
147        <LiteralData>
148                dataType = string
149                AllowedValues = true,false
150                <Default>
151                        value = false
152                </Default>
153        </LiteralData>
154</DataInputs>
155<DataInputs>
156        [SubsetBoundingBox]
157        Title = Subset Bounding Box for Unwrapping
158        Abstract = xxxxxDefine the area of interest for the Phase Unwrapping processing [lon_min,lat_min,lon_max,lat_max]. NOTE: Area is limited to 0.25*0.25 degrees around the center.
159        minOccurs = 1
160        maxOccurs = 1
161        <BoundingBoxData>
162                <Default>
163                        CRS = urn:ogc:def:crs:EPSG:6.6:4326
164                </Default>
165                <Supported>
166                        CRS = urn:ogc:def:crs:EPSG:6.6:4326
167                <Supported>
168        </BoundingBoxData>
169</DataInputs>
170<DataInputs>
171        [pixelSpacingInMeter]
172        Title = Pixel spacing in meters
173        Abstract = Define the pixel spacing for the Terrain-Correction processing [meters]
174        minOccurs = 1
175        maxOccurs = 1
176        <LiteralData>
177                dataType = string
178                <Default>
179                        value = 15.0
180                </Default>
181        </LiteralData>
182</DataInputs>
183
184<DataInputs>
185        [_T2Username]
186        Title = User name
187        Abstract = Valid username
188        minOccurs = 1
189        maxOccurs = 1
190        <LiteralData>
191                dataType = string
192                <Default>
193                </Default>
194        </LiteralData>
195</DataInputs>
196
197<DataOutputs>
198        [result_osd]
199        Title = OpenSearch Description to the Results
200        Abstract = OpenSearch Description to the Results
201<ComplexOutput>
202        <Default>
203                MimeType = application/opensearchdescription+xml
204        </Default>
205        <Supported>
206                        MimeType = application/opensearchdescription+xml
207        </Supported>
208</ComplexOutput>
209</DataOutputs>

Search

Context Navigation

ZOO Sponsors

http://www.zoo-project.org/trac/chrome/site/img/geolabs-logo.pnghttp://www.zoo-project.org/trac/chrome/site/img/neogeo-logo.png http://www.zoo-project.org/trac/chrome/site/img/apptech-logo.png http://www.zoo-project.org/trac/chrome/site/img/3liz-logo.png http://www.zoo-project.org/trac/chrome/site/img/gateway-logo.png

Become a sponsor !

Knowledge partners

http://www.zoo-project.org/trac/chrome/site/img/ocu-logo.png http://www.zoo-project.org/trac/chrome/site/img/gucas-logo.png http://www.zoo-project.org/trac/chrome/site/img/polimi-logo.png http://www.zoo-project.org/trac/chrome/site/img/fem-logo.png http://www.zoo-project.org/trac/chrome/site/img/supsi-logo.png http://www.zoo-project.org/trac/chrome/site/img/cumtb-logo.png

Become a knowledge partner

Related links

http://zoo-project.org/img/ogclogo.png http://zoo-project.org/img/osgeologo.png