Skip to content

Tags: GFZ/enpt

Tags

v1.4.3

Toggle v1.4.3's commit message
- !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).

v1.4.2

Toggle v1.4.2's commit message
- 159: Split enable_along_track_destriping parameter to have separate…

… options for VNIR and SWIR bands.

v1.4.1

Toggle v1.4.1's commit message
- !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)).

v1.4.0

Toggle v1.4.0's commit message
- !150: Implemented along-track destriping as optional image enhancem…

…ent processor.

v1.3.5

Toggle v1.3.5's commit message
- !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).

v1.3.4

Toggle v1.3.4's commit message
- !155: Fixed #158 (ERROR 1: Attempt to create ENVI .hdr labelled dat…

…aset with an illegal data type (Float16)).

v1.3.3

Toggle v1.3.3's commit message
- !153/!154: Reduced memory load by downcasting some arrays.

v1.3.2

Toggle v1.3.2's commit message
- !152: Fixed numpy warning due to invalid values when reading Copern…

…icus DEM elevation data within EnMAP extent.

v1.3.1

Toggle v1.3.1's commit message
- !149: Fixed #155 (RuntimeError when appending adjacent image: Coord…

…inate normalization yields significantly

  out-of-range values for longitudes).

v1.3.0

Toggle v1.3.0's commit message
- !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+.