QGIS/python/plugins/processing/algs/otb/description/doc/OrthoRectification-epsg.html

7 lines
3.9 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>OrthoRectification</h1><h2>Brief Description</h2>This application allows to ortho-rectify optical images from supported sensors.
<h2>Tags</h2>Geometry<h2>Long Description</h2>An inverse sensor model is built from the input image metadata to convert geographical to raw geometry coordinates. This inverse sensor model is then combined with the chosen map projection to build a global coordinate mapping grid. Last, this grid is used to resample using the chosen interpolation algorithm. A Digital Elevation Model can be specified to account for terrain deformations.
In case of SPOT5 images, the sensor model can be approximated by an RPC model in order to speed-up computation.<h2>Parameters</h2><ul><li><b>[param] -io</b> &lt;string&gt; This group of parameters allows to set the input and output images.. Mandatory: True. Default Value: &quot;0&quot;</li><li><b>[param] -outputs</b> &lt;string&gt; This group of parameters allows to define the grid on which the input image will be resampled.. Mandatory: True. Default Value: &quot;0&quot;</li><li><b>[param] -elev</b> &lt;string&gt; This group of parameters allows to manage elevation values. Supported formats are SRTM, DTED or any geotiff processed by the DEM import application. Mandatory: True. Default Value: &quot;0&quot;</li><li><b>[param] -opt</b> &lt;string&gt; This group of parameters allows to optimize processing time.. Mandatory: True. Default Value: &quot;0&quot;</li><b>[choice] -map</b> Parameters of the output map projection to be used. utm,lambert2,lambert93,wgs,epsg. Mandatory: True. Default Value: &quot;utm&quot;<ul><li><b>[group] -utm</b></li><ul><li><b>[param] -map.utm.zone</b> &lt;int32&gt; The zone number ranges from 1 to 60 and allows to define the transverse mercator projection (along with the hemisphere). Mandatory: True. Default Value: &quot;31&quot;</li><li><b>[param] -map.utm.northhem</b> &lt;boolean&gt; 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: &quot;True&quot;</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> &lt;int32&gt; See www.spatialreference.org to find which EPSG code is associated to your projection. Mandatory: True. Default Value: &quot;4326&quot;</li></ul></ul><b>[choice] -interpolator</b> This group of parameters allows to define how the input image will be interpolated during resampling. bco,nn,linear. Mandatory: True. Default Value: &quot;bco&quot;<ul><li><b>[group] -bco</b></li><ul><li><b>[param] -interpolator.bco.radius</b> &lt;int32&gt; This parameter allows to control the size of the bicubic interpolation filter. If the target pixel size is higher than the input pixel size, increasing this parameter will reduce aliasing artefacts.. Mandatory: True. Default Value: &quot;2&quot;</li></ul><li><b>[group] -nn</b></li><ul></ul><li><b>[group] -linear</b></li><ul></ul></ul></ul><h2>Limitations</h2>Supported sensors are Pleiades, SPOT5 (TIF format), Ikonos, Quickbird, Worldview2, GeoEye.<h2>Authors</h2>OTB-Team<h2>See Also</h2>Ortho-rectification chapter from the OTB Software Guide<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;">io.in: QB_TOULOUSE_MUL_Extract_500_500.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;">io.out: QB_Toulouse_ortho.tif</p></li></ul></body></html>