mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-04 00:30:59 -05:00
5 lines
2.8 KiB
HTML
5 lines
2.8 KiB
HTML
<html><head>
|
|
<style type="text/css">
|
|
dl { border: 3px double #ccc; padding: 0.5em; } dt { float: left; clear: left; text-align: left; font-weight: bold; color: green; } dt:after { content: ":"; } dd { margin: 0 0 0 220px; padding: 0 0 0.5em 0; }
|
|
</style>
|
|
</head><body><h1>GeneratePlyFile</h1><h2>Brief Description</h2>Generate a 3D Ply file from a DEM and a color image.<h2>Tags</h2>Geometry<h2>Long Description</h2>Generate a 3D Ply file from a DEM and a color image.<h2>Parameters</h2><ul><li><b>[param] -indem</b> <string> The input DEM. Mandatory: True. Default Value: ""</li><li><b>[param] -incolor</b> <string> The input color image. Mandatory: True. Default Value: ""</li><li><b>[param] -out</b> <string> The output Ply file. Mandatory: True. Default Value: ""</li><li><b>[param] -inxml</b> <string> Load otb application from xml file. Mandatory: False. Default Value: ""</li><li><b>[param] -outxml</b> <string> Save otb application to xml file. Mandatory: False. Default Value: ""</li><b>[choice] -mode</b> dem,3dgrid. Mandatory: True. Default Value: "dem"<ul><li><b>[group] -dem</b></li><ul></ul><li><b>[group] -3dgrid</b></li><ul></ul></ul><b>[choice] -map</b> Parameters of the output map projection to be used. utm,lambert2,lambert93,wgs,epsg. Mandatory: True. Default Value: "utm"<ul><li><b>[group] -utm</b></li><ul><li><b>[param] -map.utm.zone</b> <int32> The zone number ranges from 1 to 60 and allows defining the transverse mercator projection (along with the hemisphere). Mandatory: True. Default Value: "31"</li><li><b>[param] -map.utm.northhem</b> <boolean> The transverse mercator projections are defined by their zone number as well as the hemisphere. Activate this parameter if your image is in the northern hemisphere.. Mandatory: False. Default Value: "True"</li></ul><li><b>[group] -lambert2</b></li><ul></ul><li><b>[group] -lambert93</b></li><ul></ul><li><b>[group] -wgs</b></li><ul></ul><li><b>[group] -epsg</b></li><ul><li><b>[param] -map.epsg.code</b> <int32> See www.spatialreference.org to find which EPSG code is associated to your projection. Mandatory: True. Default Value: "4326"</li></ul></ul></ul><h2>Limitations</h2> <h2>Authors</h2>OTB-Team<h2>See Also</h2> <h2>Example of use</h2><ul><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">indem: image_dem.tif</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">out: out.ply</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">incolor: image_color.tif</p></li></ul></body></html> |