ssapy_toolkit.Time_Functions.convert_dd_and_hms
Functions
|
Convert Decimal Degrees (DD) to Hour-Minute-Second (HMS). |
|
Convert Hour-Minute-Second (HMS) to Decimal Degrees (DD). |
- ssapy_toolkit.Time_Functions.convert_dd_and_hms.dd_to_hms(degree_decimal)[source]
Convert Decimal Degrees (DD) to Hour-Minute-Second (HMS).
- Parameters:
degree_decimal (float) – The decimal degree value.
- Returns:
str – The corresponding HMS string in the format ‘hour:minute:second’.
Author (Travis Yeager (yeager7@llnl.gov))