File: index.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 (40 lines) | stat: -rw-r--r-- 860 bytes parent folder | download | duplicates (2)
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`