latDMS (deg,
form='dms',
prec=None,
sep='',
**s_D_M_S)
|
|
Convert latitude to a string, optionally suffixed with N or S.
- Arguments:
deg - Latitude to be formatted (scalar degrees).
form - Format specifier for deg (str or
F_...).
prec - Number of decimal digits (0..9 or None for default).
sep - Separator between degrees, minutes, seconds, suffix
(str).
s_D_M_S - Optional keyword arguments to override any or cancel all DMS
symbol suffixes, see function pygeodesy.toDMS.
- Returns:
- Degrees in the specified form (
str).
See Also:
Function pygeodesy.toDMS and its
Notes for further details.
|