Sentinel EO4SD Toolbox License description:

EO4SD WRM supports the use of free near real-time environmental and Earth Observation data
and derived products for a worldwide user community. This capability provides the possibility 
to obtain a multitude of environmental and Earth Observation related data. 

This information is highly relevant for various application domains such as weather, atmosphere,
oceans, land, vegetation, water and environment. 

The installation is licensed under the GNU General Public License Version2 (June 1991) and user 
guide documentation provided are licensed under the Creative Commons Attribution-NonCommercial 3.0
License. You can find copies of both licenses within this release bundle (GPL-v2.txt, CC-BY-NC-3.0.txt)


The EO4SD Toolbox relies on several software components (libraries, programs) provided externally.
These other libraries and software used are all free-of-charge and publicly available, but may be subject 
to specific licensing terms and conditions such as open source licensing. 

--------------------------------------------------------------------------------

For informational purposes only, here is a list of these third-party software components, their license conditions
are available from the websites listed:

Python > Version 3.3


A number of plugins are used like tkinter, numpy, os, sys, shutil and glob. Other plug-ins which require
specific download are decribed below, like gdal, ilwis and netCDF4. Python extension packages, like Gdal 
and netCDF4 whl files can be downloaded from https://www.lfd.uci.edu/~gohlke/pythonlibs/

project site and source access at : http://www.pyhton.org/

--------------------------------------------------------------------------------


from osgeo import gdal

GDAL:

GDAL is a translator library for raster geospatial data formats that is released under an X/MIT style Open Source license
by the Open Source Geospatial Foundation. As a library, it presents a single abstract data model to the calling application for 
all supported formats. It also comes with a variety of useful commandline utilities for data translation and processing. 
Within the toolbox use is made of gdal_translate and gdal_warp. 
 

project site and source access at : http://www.gdal.org/

--------------------------------------------------------------------------------

import ilwis


ILWIS Python Extension:

In order to use Python with ILWIS via a Python editor and independent from ILWIS user interface, 
you also need to download and install ILWIS Python extension. 
 

project site and source access at : http://ilwis.itc.utwente.nl/wiki/index.php/Getting_started:_Download

--------------------------------------------------------------------------------

