Python interface to PROJ library
Performs cartographic transformations and geodetic computations.
The Proj class can convert from geographic (longitude,latitude) to native map
projection (x,y) coordinates and vice versa, or from one map projection
coordinate system directly to another.
The Geod class can perform forward and inverse geodetic, or Great Circle,
computations. The forward computation involves determining latitude, longitude
and back azimuth of a terminus point given the latitude and longitude of an
initial point, plus azimuth and distance. The inverse computation involves
determining the forward and back azimuths and distance given the latitudes and
longitudes of an initial and terminus point.
Input coordinates can be given as python arrays, lists/tuples, scalars or
numpy/Numeric/numarray arrays. Optimized for objects that support the Python
buffer protocol (regular python and numpy array objects).
This project has a git repository https://github.com/pyproj4/pyproj
where you may access the most up-to-date source.
- Devel package for openSUSE:Factory
-
6
derived packages
- Links to openSUSE:Factory / python-pyproj
- Has a link diff
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout Application:Geo/python-pyproj && cd $_
- Create Badge
Source Files (show unmerged sources)
Filename | Size | Changed |
---|---|---|
pyproj-3.7.0.tar.gz | 0000225577 220 KB | |
python-pyproj.changes | 0000032356 31.6 KB | |
python-pyproj.spec | 0000003752 3.66 KB |
Latest Revision
- Update to 3.7.0 ## Dependencies: * DEP: Minimum PROJ version 9.2 by @snowman2 in #1394 ## Enhancements: * PERF: drop GIL during long-running proj database calls by @tpwrules in #1354 * PERF: thread local context by @snowman2 in #1419 * ENH: Add is_deprecated and get_non_deprecated() to CRS by @jjimenezshaw in #1383 * ENH: Add runtime & compiled PROJ versions by @snowman2 in #1427 ## Bug fixes: * BUG: Handle changes to HotineObliqueMercatorBConversion by @snowman2 in #1430 * BUG: Support azimuthal_equidistant coordinate operation to CF by @snowman2 in #1380 - Drop v3.6.1-BUG-Support-azimuthal_equidistant-coordinate-operati.patch - Drop v3.6.1-test-datum-ensemble-allowing-new-members.patch
Comments 0