KmzExport
Brief Description
Export the input image in a KMZ product.Tags
KMZ,ExportLong Description
This application exports the input image in a kmz product that can be display in the Google Earth software. The user can set the size of the product size, a logo and a legend to the product. Furthemore, to obtain a product that fits the relief, a DEM can be used.Parameters
- [param] -in <string> Input image. Mandatory: True. Default Value: ""
- [param] -out <string> Output Kmz product directory (with .kmz extension). Mandatory: True. Default Value: ""
- [param] -tilesize <int32> Size of the tiles in the kmz product, in number of pixels (default = 512).. Mandatory: False. Default Value: "512"
- [param] -logo <string> Path to the image logo to add to the KMZ product.. Mandatory: False. Default Value: ""
- [param] -legend <string> Path to the image legend to add to the KMZ product.. Mandatory: False. Default Value: ""
- [param] -elev <string> This group of parameters allows to manage elevation values. Supported formats are SRTM, DTED or any geotiff. DownloadSRTMTiles application could be a useful tool to list/download tiles related to a product.. Mandatory: True. Default Value: "0"
- [param] -inxml <string> Load otb application from xml file. Mandatory: False. Default Value: ""
- [param] -outxml <string> Save otb application to xml file. Mandatory: False. Default Value: ""
Limitations
NoneAuthors
OTB-TeamSee Also
ConversionExample of use
in: qb_RoadExtract2.tif
out: otbKmzExport.kmz
logo: otb_big.png