We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5c6158 commit 6d2c6f7Copy full SHA for 6d2c6f7
install_ost.sh
@@ -13,10 +13,10 @@ TBX="esa-snap_sentinel_unix_${TBX_VERSION}_${TBX_SUBVERSION}.sh"
13
# get Snap
14
wget "${SNAP_URL}/${TBX}"
15
chmod 755 ${TBX}
16
-wget https://raw.githubusercontent.com/ESA-PhiLab/OpenSarToolkit/master/snap8.varfile
+wget https://raw.githubusercontent.com/ESA-PhiLab/OpenSarToolkit/master/snap.varfile
17
18
# install snap
19
-./${TBX} -q -varfile snap8.varfile
+./${TBX} -q -varfile snap.varfile
20
rm ${TBX}
21
22
# OTB installation
0 commit comments