.. _latlon: ******************************************************************************** Lat/long (Geodetic alias) ******************************************************************************** Passes geodetic coordinates through unchanged. +---------------------+--------------------------------------------------------+ | **Aliases** | latlon, latlong, lonlat, longlat | +---------------------+--------------------------------------------------------+ | **Domain** | 2D | +---------------------+--------------------------------------------------------+ | **Input type** | Geodetic coordinates | +---------------------+--------------------------------------------------------+ | **Output type** | Geodetic coordinates | +---------------------+--------------------------------------------------------+ .. note:: Can not be used with the :program:`proj` application. Parameters ################################################################################ No parameters will affect the output of the operation if used on it's own. However, the parameters below can be used in a declarative manner when used with :program:`cs2cs` or in a :ref:`transformation pipeline ` . .. include:: ../options/ellps.rst .. option:: +datum= Declare the datum used with the coordinates. See ``cs2cs -l`` for a list of available datums. .. option:: +towgs84= A list of three or seven :ref:`Helmert ` parameters that maps the input coordinates to the WGS84 datum.