Skip to content

Commit

Permalink
Fix feet/meters conversion constant
Browse files Browse the repository at this point in the history
  • Loading branch information
mutability committed Nov 2, 2017
1 parent 2d5a434 commit 7e35c9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mlat/constants.py
Expand Up @@ -31,7 +31,7 @@
RTOD = 180.0 / math.pi

# feet to metres
FTOM = 0.3038
FTOM = 0.3048
# metres to feet
MTOF = 1.0/FTOM

Expand Down

0 comments on commit 7e35c9a

Please sign in to comment.