Skip to content

Commit

Permalink
Merge pull request #49 from chlxt/master
Browse files Browse the repository at this point in the history
Improve accuracy of `to_latlon()`
  • Loading branch information
Turbo87 authored Aug 22, 2020
2 parents ffad1de + 17e570c commit a6c77c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utm/conversion.py
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ def to_latlon(easting, northing, zone_number, zone_letter=None, northern=None, s
n = R / ep_sin_sqrt
r = (1 - E) / ep_sin

c = _E * p_cos**2
c = E_P2 * p_cos**2
c2 = c * c

d = x / (n * K0)
Expand Down

0 comments on commit a6c77c4

Please sign in to comment.