-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgraph.xml
51 lines (51 loc) · 1.74 KB
/
graph.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
<graph>
<version>1.0</version>
<node id="Read">
<operator>Read</operator>
<sources/>
<parameters class="com.bc.ceres.binding.dom.XppDomElement">
<formatName>Sen3</formatName>
<file>/workspace/data/s3ol2/input_reference/S3A_OL_2_LFR____20200612T063015_20200612T063315_20200612T081703_0179_059_191_2700_LN1_O_NR_002/S3A_OL_2_LFR____20200612T063015_20200612T063315_20200612T081703_0179_059_191_2700_LN1_O_NR_002/S3A_OL_2_LFR____20200612T063015_20200612T063315_20200612T081703_0179_059_191_2700_LN1_O_NR_002.SEN3/xfdumanifest.xml</file>
</parameters>
</node>
<node id="Reproject">
<operator>Reproject</operator>
<sources>
<sourceProduct refid="Read"/>
</sources>
<parameters class="com.bc.ceres.binding.dom.XppDomElement">
<includeTiePointGrids>true</includeTiePointGrids>
<easting/>
<wktFile/>
<orthorectify>false</orthorectify>
<northing/>
<resamplingName>Nearest</resamplingName>
<addDeltaBands>false</addDeltaBands>
<referencePixelY/>
<pixelSizeX/>
<tileSizeX/>
<referencePixelX/>
<width/>
<height/>
<tileSizeY/>
<pixelSizeY/>
<noDataValue/>
<orientation>0</orientation>
<elevationModelName/>
<crs>EPSG:4326</crs>
</parameters>
</node>
<node id="Write">
<operator>Write</operator>
<sources>
<sourceProduct refid="Reproject"/>
</sources>
<parameters class="com.bc.ceres.binding.dom.XppDomElement">
<formatName>BEAM-DIMAP</formatName>
<clearCacheAfterRowWrite>false</clearCacheAfterRowWrite>
<writeEntireTileRows>true</writeEntireTileRows>
<file>s3_olci</file>
<deleteOutputOnFailure>true</deleteOutputOnFailure>
</parameters>
</node>
</graph>