You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- !160: Fixed bug in generation of EnMAP spectral responses as gaussi…
…an distributions
(only affects TOA reflectance, no effect on BOA reflectance).
Fixes #109 (calc_solar_irradiance_CWL_FWHM_per_band delivers too smooth irradiances).
- !158: Switched from multiprocessing.Pool to joblib.Parallel when co…
…mputing geolayer with keystone in parallel.
This speeds up the geolayer computation (29s -> 20s for the SWIR on Linux) and should fix potential deadlocks on
Windows. Fixes #142 (Windows] Multi threading error when running under windows (spyder, python 3.12.11)).
- !156: Adapted conda environment files to now install enmapbox from …
…conda-forge.
Adapted installation instructions accordingly.
- 157: Fixed #161 (ValueError within orthorectification of SICOR retrieval maps if gdal<3.11 is installed).
- !137: Updated environment files (integrated updated EnMAP-Box requi…
…rements, dropped deprecated environments and added environment_enpt_enmapbox_requirements.yml).
- !141/!146: Removed all initial implementations tailored to the GFZ-internal preliminary (pre-launch) EnMAP format.
- !142: Implemented processing of TESTFLAGS-VNIR and TESTFLAGS-SWIR layers in Level-1B reader.
- !143: Updated copyright.
- !147: Replaced the user-provided average_elevation by the mean ground elevation provided in the EnMAP metadata.
- !140: Implemented automatic Copernicus DEM download to ensure high L2A quality, also if users do not provide a DEM.
- !148: Replaced usages of typing package with built-in types as supported in Python 3.10+.