Skip to content
Snippets Groups Projects
Commit 2e330134 authored by Guillaume Pasero's avatar Guillaume Pasero
Browse files

DOC: most Utils applications have their example files located in OTB-Data/Examples

parent db5ad3ce
Branches
Tags
No related merge requests found
......@@ -57,7 +57,7 @@ private:
SetDocName("Band Math Application");
SetDocLongDescription("This application performs a mathematical operation on monoband images."
" Mathematical formula interpretation is done via MuPasrer libraries http://muparser.sourceforge.net/");
" Mathematical formula interpretation is done via MuParser libraries http://muparser.sourceforge.net/");
SetDocLimitations("None");
SetDocAuthors("OTB-Team");
SetDocSeeAlso(" ");
......
......@@ -84,7 +84,7 @@ private:
MandatoryOff("ram");
// Doc example parameter settings
SetDocExampleParameterValue("il", "verySmallFSATSW_b.tif verySmallFSATSW_g.tif verySmallFSATSW_r.tif verySmallFSATSW_nir.tif");
SetDocExampleParameterValue("il", "GomaAvant.png GomaApres.png");
SetDocExampleParameterValue("out", "otbConcatenateImages.tif");
}
......
......@@ -64,7 +64,7 @@ private:
AddParameter(ParameterType_OutputVectorData, "out", "Concatenated VectorData");
// Doc example parameter settings
SetDocExampleParameterValue("vd", "waterways.shp france_coastline.shp");
SetDocExampleParameterValue("vd", "ToulousePoints-examples.shp ToulouseRoad-examples.shp");
SetDocExampleParameterValue("out", "ConcatenatedVectorData.shp");
}
......
......@@ -87,8 +87,8 @@ private:
ElevationParametersHandler::AddElevationParameters(this, "elev");
// Doc example parameter settings
SetDocExampleParameterValue("io.in", "QB_Toulouse_Ortho_XS.tif");
SetDocExampleParameterValue("io.vd", "roads.shp");
SetDocExampleParameterValue("io.in", "qb_RoadExtract.tif");
SetDocExampleParameterValue("io.vd", "qb_RoadExtract_classification.shp");
SetDocExampleParameterValue("io.out", "apTvUtVectorDataExtractROIApplicationTest.shp");
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment