Cartographic to geographic coordinates conversion
Brief Description
Convert cartographic coordinates to geographic ones.
Tags
Geometry, Coordinates
Long Description
This application computes the geographic coordinates from cartographic ones. User has to give the X and Y coordinate and the cartographic projection (see mapproj parameter for details).
Parameters
Input cartographic coordinates (carto):
X cartographic coordinates (carto.x): X cartographic coordinates in the projection defined by mapproj parameter
Y cartographic coordinates (carto.y): Y cartographic coordinates in the projection defined by mapproj parameter
Map Projection (mapproj): Defines the map projection to be used.
Universal Trans-Mercator (UTM) (utm): A system of transverse mercator projections dividing the surface of Earth between 80S and 84N latitude.
Zone number (mapproj.utm.zone): The zone number ranges from 1 to 60 and allows defining the transverse mercator projection (along with the hemisphere)
Northern Hemisphere (mapproj.utm.northhem): 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.
Lambert II Etendu (lambert2): This is a Lambert Conformal Conic projection mainly used in France.
Lambert93 (lambert93): This is a Lambert 93 projection mainly used in France.
WGS 84 (wgs): This is a Geographical projection
EPSG Code (epsg): This code is a generic way of identifying map projections, and allows specifying a large amount of them. See www.spatialreference.org to find which EPSG code is associated to your projection;
EPSG Code (mapproj.epsg.code): See www.spatialreference.org to find which EPSG code is associated to your projection
Output long (long): Point longitude coordinates in decimal degrees.
Output lat (lat): Point latitude coordinates in decimal degrees.
Load otb application from xml file (inxml): Load otb application from xml file
Save otb application to xml file (outxml): Save otb application to xml file
Limitations
None
Authors
OTB-Team
See also
Example of use
carto.x: 367074.625
carto.y: 4835740
mapproj: utm
mapproj.utm.northhem: true
mapproj.utm.zone: 31
otbcli_ConvertCartoToGeoPoint -carto.x 367074.625 -carto.y 4835740 -mapproj utm -mapproj.utm.northhem true -mapproj.utm.zone 31