DEM Conversion
Brief Description
Converts a geo-referenced DEM image into a general raster file compatible with OTB DEM handling.
Tags
Image Manipulation
Long Description
In order to be understood by the Orfeo ToolBox and the underlying OSSIM library, a geo-referenced Digital Elevation Model image can be converted into a general raster image, which consists in 3 files with the following extensions: .ras, .geom and .omd. Once converted, you have to place these files in a separate directory, and you can then use this directory to set the "DEM Directory" parameter of a DEM based OTB application or filter.
Parameters
Input geo-referenced DEM (in): Input geo-referenced DEM to convert to general raster format.
Prefix of the output files (out): will be used to get the prefix (name withtout extensions) of the files to write. Three files - prefix.geom, prefix.omd and prefix.ras - will be generated.
Load otb application from xml file (inxml): Load otb application from xml file
Save otb application to xml file (outxml): Save otb application to xml file
Limitations
None
Authors
OTB-Team
See also
Example of use
in: QB_Toulouse_Ortho_Elev.tif
out: outputDEM
otbcli_DEMConvert -in QB_Toulouse_Ortho_Elev.tif -out outputDEM