File tree Expand file tree Collapse file tree 3 files changed +14
-3
lines changed Expand file tree Collapse file tree 3 files changed +14
-3
lines changed Original file line number Diff line number Diff line change @@ -3,11 +3,17 @@ pyproj Documentation
3
3
4
4
Python interface to `PROJ <https://proj.org/ >`_ (cartographic projections and coordinate transformations library).
5
5
6
+ GitHub Repository: https://github.com/pyproj4/pyproj
7
+
6
8
.. note :: Minimum supported PROJ version is 7.2.0
7
9
8
10
.. note :: Minimum supported Python version is 3.6
9
11
10
- GitHub Repository: https://github.com/pyproj4/pyproj
12
+ .. warning :: pyproj 3 wheels do not include transformation grids.
13
+ For migration assistance see: :ref: `transformation_grids `
14
+
15
+ .. warning :: pyproj 3+ no longer supports manylinux1 wheels.
16
+ pip>=19.0 is required to install manylinux2010 wheels.
11
17
12
18
13
19
.. toctree ::
Original file line number Diff line number Diff line change @@ -12,7 +12,12 @@ The easiest methods for installing pyproj are:
12
12
13
13
pip install pyproj
14
14
15
- .. note :: pip>=19.0 is required to install manylinux2010 wheels
15
+ .. warning :: pyproj 3+ no longer supports manylinux1 wheels.
16
+ pip>=19.0 is required to install manylinux2010 wheels.
17
+
18
+ .. warning :: pyproj 3+ wheels do not include transformation grids.
19
+ For migration assistance see: :ref: `transformation_grids `
20
+
16
21
17
22
- The MacOS and Linux wheels are powered by `multibuild by Matthew Brett <https://github.com/matthew-brett/multibuild >`__
18
23
- The Windows wheels are built by `Christoph Gohlke <https://www.lfd.uci.edu/~gohlke/pythonlibs/ >`__
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ documentation.
11
11
12
12
`pyproj ` API for managing the :ref: `data_directory ` and :ref: `network `.
13
13
14
- .. warning :: pyproj 2 includes datumgrid 1.8 in the wheels. pyproj 3 will not include any datum grids.
14
+ .. warning :: pyproj 3 wheels do not include any transformation grids.
15
15
16
16
17
17
Downloading data
You can’t perform that action at this time.
0 commit comments