File: datum.rst

package info (click to toggle)
python-pyproj 3.7.1-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 1,720 kB
  • sloc: python: 13,468; sh: 273; makefile: 90
file content (60 lines) | stat: -rw-r--r-- 1,021 bytes parent folder | download | duplicates (7)
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
.. _datum:

Datum
=====


.. note:: PROJ >= 7.0.0 will have better support for aliases for datum names.
          Until then, you will need to use the full name of the datum. There is support
          currently for the old PROJ names for datums such as WGS84 and NAD83.


Datum
---------

.. autoclass:: pyproj.crs.Datum
    :members:
    :inherited-members:


CustomDatum
------------

.. autoclass:: pyproj.crs.datum.CustomDatum
    :members:
    :show-inheritance:
    :special-members: __new__


Ellipsoid
----------

.. autoclass:: pyproj.crs.Ellipsoid
    :members:
    :inherited-members:


CustomEllipsoid
----------------

.. autoclass:: pyproj.crs.datum.CustomEllipsoid
    :members:
    :show-inheritance:
    :special-members: __new__


PrimeMeridian
--------------

.. autoclass:: pyproj.crs.PrimeMeridian
    :members:
    :inherited-members:


CustomPrimeMeridian
--------------------

.. autoclass:: pyproj.crs.datum.CustomPrimeMeridian
    :members:
    :show-inheritance:
    :special-members: __new__