Skip to content

v4.4.0

Compare
Choose a tag to compare
@telespazio-tim telespazio-tim released this 03 Aug 09:29
· 10 commits to master since this release

Breaking changes

  • New mandatory parameters in GIPP XML and INI configuration file:
    • new section with new params : DEMRepository
    • new section with new params : TopographicCorrection
    • new section with new params : Sbaf
  • Docker image build is now done in two step. Dockerfile is based on a docker image that comes from Dockerfile-base for reuse purpose.

New features

  • Add topographic correction (Experimental)
  • Add DEM Downloader aux data utility to generate DEM in MGRS extent for topographic correction
  • New adaptative SBAF capability (Experimental)

Fix

  • useless NDVI extraction

Improvements

  • Design : Change the way to initialise processing block and to allow dependency injection in processing block classes.