Skip to content

Commit a5630c1

Browse files
committed
Remove mentions of Stanford-licensed components
These will no longer be available through a WinSAR membership, and are determined to be deprecated in future versions of isce2.
1 parent 8af43d2 commit a5630c1

File tree

2 files changed

+1
-26
lines changed

2 files changed

+1
-26
lines changed

README.md

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ TERRASARX, UAVSAR and SAOCOM1A.
3131
- [Installing dependencies with Anaconda](#with-anaconda)
3232
- [Installing dependencies with Macports](#with-macports)
3333
- [Note On 'python3' Exectuable Convention](#python3-convention)
34-
- [License required for dependencies to enable some workflows in ISCE](#license-required-for-dependencies-to-enable-some-workflows-in-isce)
3534
2. [Building ISCE](#building-isce)
3635
- [SCons](#scons-recommended)
3736
- [Configuration control: SCONS\_CONFIG\_DIR and SConfigISCE](#configuration-control)
@@ -171,24 +170,6 @@ have the command 'python3' on your path. Then you will be able to execute an
171170
ISCE application such as 'stripmapApp.py as "> stripmapApp.py" rather than as
172171
"> /path-to-Python3/python stripmapApp.py".
173172

174-
### License required for dependencies to enable some workflows in ISCE
175-
176-
Some of the applications, or workflows (such as insarApp.py and isceApp.py),
177-
in ISCE that may be familiar to users will not work with this open source version
178-
of ISCE without obtaining licensed components. WinSAR users who have downloaded
179-
ISCE from the UNAVCO website (https://winsar.unavco.org/software/isce) have signed
180-
the licence agreement and will be given access to those licensed components. Others
181-
wanting to use those specific workflows and components may be able to sign the
182-
agreement through UNAVCO if they become members there. Further instructions will
183-
be available for a possible other procedure for obtaining a license directly from
184-
the supplier of those components.
185-
186-
ISCE provides workflows that do not require the licensed components that
187-
may be used effectively and that will be supported going forward by the ISCE team.
188-
Users that need to work with newly processed data along with older processed data
189-
may require those licensed components as a convenience unless they also reprocess
190-
the older data with the same workflows available in this open source release.
191-
192173

193174
-------
194175

__init__.py

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,4 @@
5252
try:
5353
from . license import stanford_license
5454
except:
55-
print("This is the Open Source version of ISCE.")
56-
print("Some of the workflows depend on a separate licensed package.")
57-
print("To obtain the licensed package, please make a request for ISCE")
58-
print("through the website: https://download.jpl.nasa.gov/ops/request/index.cfm.")
59-
print("Alternatively, if you are a member, or can become a member of WinSAR")
60-
print("you may be able to obtain access to a version of the licensed sofware at")
61-
print("https://winsar.unavco.org/software/isce")
55+
pass

0 commit comments

Comments
 (0)