Skip to content

Remove stale examples

Victor Poughon requested to merge remove_stale_examples into develop

Summary

  • Remove examples that are not included in the Software Guide, disabled, do not work or don't have a BeginCommandLineArgs section (can't be run):
JHMIChDet.cxx
LHMIChDet.cxx
KullbackLeiblerSupervizedDistanceChDet.cxx
GeometriesFilter.cxx
GeometriesChangeSpatialReference.cxx
HDFReaderExample.cxx
ImageToKmzAndMapFileProductExample.cxx
CoordinateToNameExample.cxx
TreeContainer.cxx
Image6.cxx
  • Remove associated tests and otb-data inputs/baselines
  • Rename Examples/DataRepresentation/Image -> Examples/Image

otb-data MR: otb-data!13 (merged)

Rationale

Cleanup examples before migration to CookBook, cleanup of otb-data. See also #1679, #1834 (closed). We can always add them back in the future from the git history if it turns out they are important.

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 Victor Poughon

Merge request reports