Skip to content

Commit 161f7b1

Browse files
committed
updated SNAP version
1 parent 66a3e60 commit 161f7b1

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

CHANGES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
### Updates from version 1.5.5 to 1.5.6
22
* added support for SLSTR subset data processed by UoR
3-
* updated to use SNAP 9.0.0
3+
* updated to use SNAP 9.0.2 / S3TBX 9.0.3
44
* corrected TAI 1993 to UTC conversion for MODIS data
55
* added support for MODIS MxD035 cloud data
66
* updated H2 database driver

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,31 +27,31 @@
2727
<dependency>
2828
<groupId>org.esa.snap</groupId>
2929
<artifactId>snap-core</artifactId>
30-
<version>9.0.0</version>
30+
<version>9.0.2</version>
3131
</dependency>
3232

3333
<dependency>
3434
<groupId>org.esa.snap</groupId>
3535
<artifactId>snap-engine-utilities</artifactId>
36-
<version>9.0.0</version>
36+
<version>9.0.2</version>
3737
</dependency>
3838

3939
<dependency>
4040
<groupId>org.esa.snap</groupId>
4141
<artifactId>snap-envisat-reader</artifactId>
42-
<version>9.0.0</version>
42+
<version>9.0.2</version>
4343
</dependency>
4444

4545
<dependency>
4646
<groupId>org.esa.s3tbx</groupId>
4747
<artifactId>s3tbx-avhrr-reader</artifactId>
48-
<version>9.0.0</version>
48+
<version>9.0.3</version>
4949
</dependency>
5050

5151
<dependency>
5252
<groupId>org.esa.s3tbx</groupId>
5353
<artifactId>s3tbx-sentinel3-reader</artifactId>
54-
<version>9.0.0</version>
54+
<version>9.0.3</version>
5555
<!--<exclusions>-->
5656
<!--<exclusion>-->
5757
<!--<groupId>edu.ucar</groupId>-->

0 commit comments

Comments
 (0)