mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-06 00:05:02 -05:00
5 lines
3.8 KiB
HTML
5 lines
3.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>GenerateRPCSensorModel</h1><h2>Brief Description</h2>Generate a RPC sensor model from a list of Ground Control Points.<h2>Tags</h2>Geometry<h2>Long Description</h2>This application generates a RPC sensor model from a list of Ground Control Points. At least 20 points are required for estimation wihtout elevation support, and 40 points for estimation with elevation support. Elevation support will be automatically deactivated if an insufficient amount of points is provided. The application can optionnaly output a file containing accuracy statistics for each point, and a vector file containing segments represening points residues. The map projection parameter allows to define a map projection in which the accuracy is evaluated.<h2>Parameters</h2><ul><li><b>[param] -outgeom</b> <string> Geom file containing the generated RPC sensor model. Mandatory: True. Default Value: ""</li><li><b>[param] -inpoints</b> <string> Input file containing tie points. Points are stored in following format: row col lon lat. Line beginning with # are ignored.. Mandatory: True. Default Value: ""</li><li><b>[param] -outstat</b> <string> Output file containing the following info: ref_lon ref_lat elevation predicted_lon predicted_lat x_error_ref(meters) y_error_ref(meters) global_error_ref(meters) x_error(meters) y_error(meters) overall_error(meters). Mandatory: False. Default Value: ""</li><li><b>[param] -outvector</b> <string> File containing segments representing residues. Mandatory: False. Default Value: ""</li><li><b>[param] -elev</b> <string> 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: "0"</li><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 to define 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>None<h2>Authors</h2>OTB-Team<h2>See Also</h2>OrthoRectication,HomologousPointsExtraction,RefineSensorModel<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;">outgeom: output.geom</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">inpoints: points.txt</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">map: epsg</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">map.epsg.code: 32631</p></li></ul></body></html> |