Scroll to navigation

OTBCLI_CONVERTCARTOTOGEOPOINT(1) User Commands OTBCLI_CONVERTCARTOTOGEOPOINT(1)

NAME

otbcli_ConvertCartoToGeoPoint - OTB ConvertCartoToGeoPoint application

DESCRIPTION

This is the ConvertCartoToGeoPoint application, version 5.2.0 Convert cartographic coordinates to geographic one.

Complete documentation: http://www.orfeo-toolbox.org/Applications/ConvertCartoToGeoPoint.html

Parameters:

<boolean> Report progress


-carto.x <float> X cartographic coordinates (mandatory)
-carto.y <float> Y cartographic coordinates (mandatory)

<string> Output Cartographic Map Projection [utm/lambert2/lambert93/wgs/epsg] (mandatory, default value is utm)
<int32> Zone number (mandatory, default value is 31)
Northern Hemisphere (optional, off by default)
<int32> EPSG Code (mandatory, default value is 4326)
<string> Load otb application from xml file (optional, off by default)

EXAMPLES

otbcli_ConvertCartoToGeoPoint -carto.x 367074.625 -carto.y 4835740 -mapproj utm -mapproj.utm.northhem true -mapproj.utm.zone 31

SEE ALSO

The full documentation for otbcli_ConvertCartoToGeoPoint is maintained as a Texinfo manual. If the info and otbcli_ConvertCartoToGeoPoint programs are properly installed at your site, the command

info otbcli_ConvertCartoToGeoPoint

should give you access to the complete manual.

December 2015 otbcli_ConvertCartoToGeoPoint 5.2.0