Skip to content

Resolve "No data management"

Luc Hermitte requested to merge 87-no-data-management into develop

Closes #87 (closed)

  • Workaround valid with OTB <= 8.1

    • Apply a BandMath to replace null values with a vary small and positive value like 1e-7
    • Document how thermal noise will be handled regarding nodata
  • Optimized solution from OTB 8.2 onward

    • OTB 8.2 Orthorectification application will be able to take "nan" value as "nodata" parameter
    • OTB 8.2 Synthetize application will be able to accept (and set) "nan" values as nodata parameter
Edited by Luc Hermitte

Merge request reports