ssapy_toolkit.Time_Functions.convert_dd_and_dms
Functions
|
Convert Decimal Degrees (DD) to Degree-Minute-Second (DMS). |
|
Convert Degree-Minute-Second (DMS) to Decimal Degrees (DD). |
- ssapy_toolkit.Time_Functions.convert_dd_and_dms.dd_to_dms(degree_decimal)[source]
Convert Decimal Degrees (DD) to Degree-Minute-Second (DMS).
- Parameters:
degree_decimal (float) – The decimal degree value.
- Returns:
str – The corresponding DMS string in the format ‘deg:min:sec’.
Author (Travis Yeager (yeager7@llnl.gov))