Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Use a standard Python (CPython) installation
  2. Use the Jython approach. Note: For the most recent versions of SNAP we discourage the usage of Jython. As of SNAP 8 the Jython support is not part of the SNAP standard distribution anymore. Documentation about using and examples how to use Jython in older SNAP versions is are kept here.

With the recommended standard Python (CPython) approach, it is possible to call SNAP code from your Python programs/scripts and to extend SNAP by plugins written in Python. Use this approach if

...

For SNAP 10, esa_snappy is provided as external built-in plugin which allows you to access the SNAP Java API from Python.

...