LogoSailfishOS Open Build Service > Projects > home:MartinK:sailfish:geo > python-pyproj
Log In

python-pyproj

Python interface to PROJ.4 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).
  

Source Files

Filename Size Changed Actions
pyproj-285.tar.bz2 2.22 MB over 10 years ago Download File
python-pyproj.changes 150 Bytes over 10 years ago Download File
python-pyproj.spec 1.84 KB over 10 years ago Download File

Latest Revision

Martin Kolman Martin Kolman (MartinK) committed over 10 years ago (revision 3)

Comments for home:MartinK:sailfish:geo (0)