diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-13 14:58:25 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-13 14:58:25 -0400 |
commit | c8b0f9ddf94bde86833d67545f4da03fb79a6038 (patch) | |
tree | 145bdee8e76736c208d61ed9be73c910c6e3dae3 /gis | |
parent | 654d6a451934625ccc1e88282ff218a2107761ab (diff) |
gis/python3-pyproj: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'gis')
-rw-r--r-- | gis/python3-pyproj/README | 25 |
1 files changed, 13 insertions, 12 deletions
diff --git a/gis/python3-pyproj/README b/gis/python3-pyproj/README index b86dd367a69a4..e9c818dd2711b 100644 --- a/gis/python3-pyproj/README +++ b/gis/python3-pyproj/README @@ -1,16 +1,17 @@ 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 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. +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). +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). |