QGIS/python/plugins/processing/algs/otb/description/5.0.0/doc/ConvertCartoToGeoPoint.html
Juergen E. Fischer 00633811c9 spelling fixes
2016-01-21 10:42:25 +01:00

5 lines
3.1 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>ConvertCartoToGeoPoint</h1><h2>Brief Description</h2>Convert cartographic coordinates to geographic one.<h2>Tags</h2>Coordinates,Geometry<h2>Long Description</h2>This application computes the geographic coordinates from a cartographic one. User has to give the X and Y coordinate and the cartographic projection (UTM/LAMBERT/LAMBERT2/LAMBERT93/SINUS/ECKERT4/TRANSMERCATOR/MOLLWEID/SVY21).<h2>Parameters</h2><ul><li><b>[param] -carto</b> &lt;string&gt; . Mandatory: True. Default Value: &quot;0&quot;</li><li><b>[param] -long</b> &lt;float&gt; Point longitude coordinates.. Mandatory: True. Default Value: &quot;0.0&quot;</li><li><b>[param] -lat</b> &lt;float&gt; Point latitude coordinates.. Mandatory: True. Default Value: &quot;0.0&quot;</li><li><b>[param] -inxml</b> &lt;string&gt; Load otb application from xml file. Mandatory: False. Default Value: &quot;&quot;</li><li><b>[param] -outxml</b> &lt;string&gt; Save otb application to xml file. Mandatory: False. Default Value: &quot;&quot;</li><b>[choice] -mapproj</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] -mapproj.utm.zone</b> &lt;int32&gt; The zone number ranges from 1 to 60 and allows defining the transverse mercator projection (along with the hemisphere). Mandatory: True. Default Value: &quot;31&quot;</li><li><b>[param] -mapproj.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] -mapproj.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></ul><h2>Limitations</h2>None<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;">carto.x: 367074.625</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">carto.y: 4835740</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">mapproj: utm</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">mapproj.utm.northhem: true</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">mapproj.utm.zone: 31</p></li></ul></body></html>