mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-06-24 15:32:07 +08:00
57b9ddf20e
git-subtree-dir: pyextra git-subtree-split: 4eda4dd765c2bc719da9064774de6b2c14c322d1
3 lines
136 B
Python
3 lines
136 B
Python
from utm.conversion import to_latlon, from_latlon, latlon_to_zone_number, latitude_to_zone_letter
|
|
from utm.error import OutOfRangeError
|