Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 2 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,7 @@ Sen2VM SNAP plugin that calls the Sen2VM-Core standalone jar. For more details a
* create zip archive with the following structure
```
sen2vm.zip
src/main/resources/orekit-data/
sen2vm-core/
sen2vm-core/sen2vm-core-1.0.0.jar
sen2vm-core/configuration_example.json
sen2vm-core/params.json
sen2vm-core-1.0.1.jar
```

### Prebuilt plugin
Expand Down Expand Up @@ -49,7 +45,7 @@ Otherwise, you can choose local installation in the SNAP menu bundle installatio

Continue by **Downloaded → Add Plugins** and search for the nbm file in:

sen2vm-snap-plugin/target/sen2vm-snap-plugin-1.0.0.nbm
sen2vm-snap-plugin/target/sen2vm-snap-plugin-1.0.1.nbm



Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.esa</groupId>
<artifactId>sen2vm</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>
<description>Sentinel-2 Viewing Model tool goal is to compute and add geolocation information to L1B product images</description>
<name>sen2vm</name>
<url>https://github.com/sen2vm/sen2vm-snap-plugin</url>
Expand Down
6 changes: 3 additions & 3 deletions resources/META-INF/descriptor.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<operatorClass>org.esa.snap.core.gpf.operators.tooladapter.ToolAdapterOp</operatorClass>
<alias>Sen2VM</alias>
<label>Sen2VM</label>
<version>1.0.0</version>
<version>1.0.1</version>
<description>Sentinel-2 Viewing Model tool goal is to compute and add geolocation information to
L1B product images</description>
<authors>CSGroup</authors>
Expand Down Expand Up @@ -46,10 +46,10 @@

<osvariable>
<key>SEN2VM_JAR</key>
<value>$SEN2VM_PLUGIN_DIR/sen2vm-core/sen2vm-core-1.0.0.jar</value>
<value>$SEN2VM_PLUGIN_DIR/sen2vm-core-1.0.1.jar</value>
<isShared>false</isShared>
<windows></windows>
<linux>$SEN2VM_PLUGIN_DIR/sen2vm-core/sen2vm-core-1.0.0.jar</linux>
<linux>$SEN2VM_PLUGIN_DIR/sen2vm-core-1.0.1.jar</linux>
<macosx></macosx>
<isTransient>false</isTransient>
</osvariable>
Expand Down
2 changes: 1 addition & 1 deletion resources/sen2vm-template.vm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
-jar
sen2vm-core/sen2vm-core-1.0.0.jar
sen2vm-core-1.0.1.jar
esa.sen2vm.Sen2VM
#if ($configurationFile && $parametersFile)
--config
Expand Down
8 changes: 4 additions & 4 deletions src/main/nbm/manifest.mf
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
Manifest-Version: 1.0
OpenIDE-Module-Specification-Version: 1.0.0
OpenIDE-Module-Implementation-Version: 1.0.0
OpenIDE-Module-Name: Sentinel-2 Sen2VM v1.0.0
OpenIDE-Module-Specification-Version: 1.0.1
OpenIDE-Module-Implementation-Version: 1.0.1
OpenIDE-Module-Name: Sentinel-2 Sen2VM v1.0.1
OpenIDE-Module-Display-Category: SNAP Supported Plugins
AutoUpdate-Show-In-Client: false
AutoUpdate-Essential-Module: false
OpenIDE-Module-Java-Dependencies: Java > 11
OpenIDE-Module-Type: STA
OpenIDE-Module-Short-Description: Sen2VM v1.0.0
OpenIDE-Module-Short-Description: Sen2VM v1.0.1
OpenIDE-Module: org.esa.sen2vm
OpenIDE-Module-Alias: Sen2VM
OpenIDE-Module-Module-Dependencies: org.esa.snap.snap.sta, org.esa.snap.snap.sta.ui