Image to KMZ Export Application
Brief Description
Export the input image in a KMZ product.
Tags
KMZ, Export
Long 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] Input image (-in): Input image
[param] Output .kmz product (-out): Output Kmz product directory (with .kmz extension)
[param] Tile Size (-tilesize): Size of the tiles in the kmz product, in number of pixels.
[param] Image logo (-logo): Path to the image logo to add to the KMZ product.
[param] Image legend (-legend): Path to the image legend to add to the KMZ product.
[param] DEM directory (-dem): Path to the directory that contains elevation information.
Limitations
None
Authors
OTB-Team
See also
Conversion
Example of use
Input image: qb_RoadExtract.img
Output .kmz product: otbKmzExport.kmz
Image logo: cnes.png
Image legend: otb_big.png
otbcli_KmzExport -in qb_RoadExtract.img -out otbKmzExport.kmz -logo cnes.png -legend otb_big.png