mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-02-19 13:34:01 +08:00
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
|