Skip to content

Commit

Permalink
Merge pull request #550 from glostis/docstring-duplicates
Browse files Browse the repository at this point in the history
Remove duplicated lines from docstrings in geod.py
  • Loading branch information
snowman2 committed Feb 25, 2020
2 parents 0910f97 + 27ad0bb commit 632c398
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions pyproj/geod.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,6 @@ class Geod(_Geod):
performs forward and inverse geodetic, or Great Circle,
computations. The forward computation (using the 'fwd' method)
involves determining latitude, longitude and back azimuth of a
computations. The forward computation (using the 'fwd' method)
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 (using
the 'inv' method) involves determining the forward and back
Expand Down Expand Up @@ -203,8 +201,6 @@ def fwd(self, lons, lats, az, dist, radians=False):
azimuths of terminus points given longitudes (lons) and
latitudes (lats) of initial points, plus forward azimuths (az)
and distances (dist).
latitudes (lats) of initial points, plus forward azimuths (az)
and distances (dist).
Works with numpy and regular python array objects, python
sequences and scalars.
Expand Down

0 comments on commit 632c398

Please sign in to comment.