forked from doclements/Operational_async_course
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig_template.xml
65 lines (64 loc) · 2.02 KB
/
config_template.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
<graph id="Graph">
<version>1.0</version>
<node id="Read">
<operator>Read</operator>
<sources/>
<parameters class="com.bc.ceres.binding.dom.XppDomElement">
<file>SOURCE_PRODUCT</file>
</parameters>
</node>
<node id="Subset">
<operator>Subset</operator>
<sources>
<sourceProduct refid="Read"/>
</sources>
<parameters class="com.bc.ceres.binding.dom.XppDomElement">
<sourceBands/>
<geoRegion>POLYGON((14.391601683646597 -27.640419760356615,17.59882493859188 -33.509908808563864,19.81231372966467 -32.935335413380294,16.069391329188573 -26.938952081046942,14.391601683646597 -27.640419760356615,14.391601683646597 -27.640419760356615))</geoRegion>
<subSamplingX>1</subSamplingX>
<subSamplingY>1</subSamplingY>
<fullSwath>false</fullSwath>
<tiePointGridNames/>
<copyMetadata>true</copyMetadata>
</parameters>
</node>
<node id="idepix">
<operator>Idepix.Olci</operator>
<sources>
<sourceProduct refid="Subset"/>
</sources>
<parameters>
<computeCloudBuffer>true</computeCloudBuffer>
<cloudBufferWidth>2</cloudBufferWidth>
</parameters>
</node>
<node id="c2rcc">
<operator>c2rcc.olci</operator>
<sources>
<sourceProduct refid="Subset"/>
</sources>
<parameters>
<outputAsRrs>true</outputAsRrs>
<thresholdRtosaOOS>0.05</thresholdRtosaOOS>
<validPixelExpression>!quality_flags.invalid AND (!quality_flags.land || quality_flags.fresh_inland_water)</validPixelExpression>
</parameters>
</node>
<node id="final_merge">
<operator>Merge</operator>
<sources>
<masterProduct>c2rcc</masterProduct>
<sourceProducts>idepix</sourceProducts>
</sources>
</node>
<node id="Write">
<operator>Write</operator>
<sources>
<sourceProduct refid="final_merge"/>
</sources>
<parameters class="com.bc.ceres.binding.dom.XppDomElement">
<file>OUTPUT_PRODUCT</file>
<formatName>NetCDF4-CF</formatName>
</parameters>
</node>
-->
</graph>