Skip to content

Commit

Permalink
Modify docstrings of wgs84_to_osgb36 and osgb36_to_wgs84
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeqfu committed Jun 23, 2022
1 parent 076d2c0 commit d67062a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyhelpers/geom.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ def wgs84_to_osgb36(longitudes, latitudes, as_array=False, **kwargs):
:type as_array: bool
:param kwargs: [optional] parameters of `pyproj.Transformer.transform`_
:return: geographic Cartesian coordinate (Easting, Northing) or (X, Y)
:rtype: tuple
:rtype: tuple or numpy.ndarry
.. _`pyproj.Transformer.transform`:
https://pyproj4.github.io/pyproj/stable/api/transformer.html?
Expand Down Expand Up @@ -185,7 +185,7 @@ def osgb36_to_wgs84(eastings, northings, as_array=False, **kwargs):
:type as_array: bool
:param kwargs: [optional] parameters of `pyproj.Transformer.transform`_
:return: geographic coordinate (Longitude, Latitude)
:rtype: tuple
:rtype: tuple or numpy.ndarry
.. _`pyproj.Transformer.transform`:
https://pyproj4.github.io/pyproj/stable/api/transformer.html?
Expand Down

0 comments on commit d67062a

Please sign in to comment.