Skip to content

Commit

Permalink
Merge pull request #1 from LorenzoStucchi/fix-bugs
Browse files Browse the repository at this point in the history
Fix bugs in graphs
  • Loading branch information
radosuav committed Jun 9, 2022
2 parents 614ee7a + 247375f commit 4bcfcc1
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion auxdata/graphs/add_elevation.xml
Expand Up @@ -28,7 +28,7 @@
<parameters class="com.bc.ceres.binding.dom.XppDomElement">
<sourceBands>elevation</sourceBands>
<region/>
<referenceBand>B2</referenceBand>
<referenceBand/>
<geoRegion/>
<subSamplingX>1</subSamplingX>
<subSamplingY>1</subSamplingY>
Expand Down
2 changes: 1 addition & 1 deletion auxdata/graphs/add_landcover.xml
Expand Up @@ -24,7 +24,7 @@
<sourceProduct refid="AddLandCover"/>
</sources>
<parameters class="com.bc.ceres.binding.dom.XppDomElement">
<sourceBands>CCILandCover-2015</sourceBands>
<sourceBands/>
<region/>
<referenceBand/>
<geoRegion/>
Expand Down
1 change: 1 addition & 0 deletions auxdata/graphs/sentinel_2_pre_processing.xml
Expand Up @@ -48,6 +48,7 @@
<sourceProduct refid="Subset"/>
</sources>
<parameters class="com.bc.ceres.binding.dom.XppDomElement">
<sensor>!INPUT_Sensor_S2!</sensor>
<computeLAI>true</computeLAI>
<computeFapar>true</computeFapar>
<computeFcover>true</computeFcover>
Expand Down
6 changes: 3 additions & 3 deletions auxdata/graphs/sentinel_3_pre_processing.xml
Expand Up @@ -4,7 +4,7 @@
<operator>Read</operator>
<sources/>
<parameters class="com.bc.ceres.binding.dom.XppDomElement">
<file>!INPUT_Sentinel-3_L2A!</file>
<file>!INPUT_Sentinel-3_LST!</file>
</parameters>
</node>
<node id="Subset">
Expand All @@ -31,7 +31,7 @@
</sources>
<parameters class="com.bc.ceres.binding.dom.XppDomElement">
<sourceBands/>
<region>0,0,0,0</region>
<region/>
<referenceBand/>
<geoRegion>!INPUT_AOI_WKT!</geoRegion>
<subSamplingX>1</subSamplingX>
Expand Down Expand Up @@ -91,7 +91,7 @@
<sourceProduct refid="Reproject"/>
</sources>
<parameters class="com.bc.ceres.binding.dom.XppDomElement">
<sourceBands>sat_zenith_tn,solar_zenith_tn,longitude_tx,latitude_tx</sourceBands>
<sourceBands>latitude_tx,longitude_tx,sat_zenith_tn,solar_zenith_tn</sourceBands>
<region/>
<referenceBand/>
<geoRegion/>
Expand Down

0 comments on commit 4bcfcc1

Please sign in to comment.