blob: 00fa5db338cbc388be4e4e488cea5b9205fa476f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
|
.. _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 <pipeline>` .
.. include:: ../options/ellps.rst
.. option:: +datum=<value>
Declare the datum used with the coordinates. See ``cs2cs -ld`` for a
list of available datums.
.. option:: +towgs84=<list>
A list of three or seven :ref:`Helmert <helmert>` parameters that maps
the input coordinates to the WGS84 datum.
|