Proj
====


`pyproj.Proj` is functionally equivalent to the `proj` command line tool in PROJ.

The PROJ docs say::

    The `proj` program is limited to converting between geographic and
    projection coordinates within one datum.


pyproj.Proj
-----------

.. autoclass:: pyproj.Proj
    :members:
    :inherited-members:
    :special-members: __init__, __call__
    :show-inheritance:


pyproj.proj.Factors
-------------------

.. autoclass:: pyproj.proj.Factors
    :members:
