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
|
pyproj Documentation
====================
Python interface to `PROJ <https://proj.org/>`_ (cartographic projections and coordinate transformations library).
GitHub Repository: https://github.com/pyproj4/pyproj
.. note:: Minimum supported PROJ version is 9.2
.. note:: Minimum supported Python version is 3.10
.. note:: Linux (manylinux2014) wheels require pip 19.3+
.. note:: pyproj 3 wheels do not include transformation grids.
For migration assistance see: :ref:`transformation_grids`
.. toctree::
:maxdepth: 1
:caption: Contents:
installation
examples
transformation_grids
gotchas
api/index
cli
advanced_examples
build_crs
build_crs_cf
crs_compatibility
optimize_transformations
history
past_versions
Indices and tables
==================
* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`
|