easyconfigs-it4i/s/Sen2Cor/Sen2Cor-2.3.1-Python-2.7.13.eb
Lukáš Krupčík c809a96fcc new file: e/Embree/Embree-2.16.2.eb
new file:   g/GDAL/GDAL-2.1.3-Python-2.7.13-without-intel.eb
	new file:   i/ispc/ispc-1.9.1.eb
	new file:   o/OSPRay/OSPRay-1.3.0.eb
	new file:   p/ParaView/ParaView-5.1.2-intel-2017a-mpi-OSPRay.eb
	new file:   p/ParaView/Paraview-5.1.2-intel-2017a-OSPRay.eb
	new file:   s/Sen2Cor/Sen2Cor-2.3.1-Python-2.7.13.eb
	new file:   s/Sen2Cor/Sen2Cor-2.3.1-Python-2.7.13.patch
	new file:   v/VASP/VASP-5.4.4-intel-2017a-03.eb
	modified:   v/VASP/VASP-5.4.4-intel-2017a.eb
2017-06-19 12:56:34 +02:00

36 lines
1.3 KiB
Plaintext

easyblock = "PythonPackage"
name = 'Sen2Cor'
version = '2.3.1'
homepage = 'http://step.esa.int/main/third-party-plugins-2/sen2cor/'
description = """Sen2Cor is a processor for Sentinel-2 Level 2A product generation and formatting;
it performs the atmospheric-, terrain and cirrus correction of Top-Of- Atmosphere Level 1C input data.
Sen2Cor creates Bottom-Of-Atmosphere, optionally terrain- and cirrus corrected reflectance images;
additional, Aerosol Optical Thickness-, Water Vapor-, Scene Classification Maps and Quality Indicators
for cloud and snow probabilities. Its output product format is equivalent to the Level 1C User Product:
JPEG 2000 images, three different resolutions, 60, 20 and 10 m."""
toolchain = {'name': 'dummy', 'version': ''}
source_urls = ['http://step.esa.int/thirdparties/sen2cor/%(version)s/']
sources = ['%(namelower)s-%(version)s.tar.gz']
python = "Python"
python_version = "2.7.13"
versionsuffix = '-%s-%s' % (python, python_version)
patches = ['%(name)s-%(version)s-Python-2.7.13.patch']
dependencies = [
(python, python_version),
('GDAL', '2.1.3', '-%s-%s' % (python, python_version)),
]
sanity_check_paths = {
'files': ['bin/L2A_Process', 'bin/L2A_Process-02.03.01', 'bin/L2A_Process-2.3.1'],
'dirs': ['lib']
}
moduleclass = 'phys'