Remove convert app
Summary
This merge request removes the Convert
application.
Rationale
Convert
is deprecated and will be removed in OTB 7.0.
Implementation Details
The following modifications have been made :
- The
Convert
application has been removed from theAppImageUtils/app
CMakeLists and theotbConvert.cxx
has been deleted - The extended filename tests
apTuUtConvertExtendedFilename_writer
andapTvUtConvertExtendedFilename_readerGEOM
now useDynamicConvert
instead ofConvert
. They have been renamed inapTuUtDynamicConvertExtendedFilename_writer
andapTvUtDynamicConvertExtendedFilename_readerGEOM
. The baseline is unchanged. Note that those are the only test in OTB using the extended filename mechanism in an application. - The other tests using
Convert
have been removed, along with their baseline. -
Convert
was used in the cookbook as an example application (forotbcli
,otbgui
and extended filenames). It has been replaced byDynamicConvert
. - Convert has been removed from the
SetDocSeeAlso
method of applicationsConcatenateImages
andDynamicConvert
- The python test
Bug440
has been removed, as it tests the same thing as, for instance, PythonRescaleTest. This test was using theConvert
application.
Additional notes
Convert
is replaced by DynamicConvert
(https://www.orfeo-toolbox.org/CookBook/Applications/app_DynamicConvert.html)
Copyright
The copyright owner is CNES and has signed the ORFEO ToolBox Contributor License Agreement.
Check before merging:
- All discussions are resolved
- At least 2
👍 votes from core developers, no👎 vote. - The feature branch is (reasonably) up-to-date with the base branch
- Dashboard is green
- Copyright owner has signed the ORFEO ToolBox Contributor License Agreement
Edited by Cédric Traizet