Skip to content

Nodata extended filename

@CSSI_OTB requested to merge cs-si/otb:nodata_extended_filename into develop

Summary

This branch supplies an extended filename for image writer to specify the nodata flags.

Rationale

It is sometimes useful to override the nodata values automatically estimated by the pipeline.

Implementation Details

Classes and files

M       Modules/IO/ExtendedFilename/include/otbExtendedFilenameToWriterOptions.h
M       Modules/IO/ExtendedFilename/src/otbExtendedFilenameToWriterOptions.cxx

Support a new extended filename nodata.

M       Modules/IO/IOGDAL/include/otbGDALImageIO.h
M       Modules/IO/IOGDAL/src/otbGDALImageIO.cxx
M       Modules/IO/ImageIO/include/otbImageFileWriter.txx

Handle user-defined nodata at writer level.

Applications

Tests

None

Documentation

Additional notes

Copyright

The copyright owner is CS Systemes d'Information (CS SI) and has signed the ORFEO ToolBox Contributor License Agreement

Merge request reports