Skip to content
Snippets Groups Projects
Commit c300bbb2 authored by Emmanuel Christophe's avatar Emmanuel Christophe
Browse files

ENH: cleanup

parent 9c67107a
No related branches found
No related tags found
No related merge requests found
......@@ -46,7 +46,6 @@ int generic_convert_to_tif(otb::ApplicationOptionsResult* parseResult, std::stri
return EXIT_SUCCESS;
}
int DEMConvert::Describe(ApplicationDescriptor* descriptor)
{
descriptor->SetName("DEMConvertApplication");
......@@ -58,11 +57,6 @@ int DEMConvert::Describe(ApplicationDescriptor* descriptor)
return EXIT_SUCCESS;
}
int temporaryMethod(std::string tempFilename, std::string output)
{
}
/* The main is simple : read image using OTB and write it as a tif.
* Read this tif using OSSIM and convert it as a general raster file (.ras, .geom and . omd)
* first write the image as a tif (supported by OSSIM) allows to not only be abble to work
......@@ -145,9 +139,7 @@ int DEMConvert::Execute(otb::ApplicationOptionsResult* parseResult)
std::cout<<"Enable to erase the output temporary file "<<tempFilename<<"."<<std::endl;
}
}
return EXIT_SUCCESS;
}
} // namespace otb
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment