dms2decdegrees: Converts dms to decimal degrees

View source: R/helpers.R

dms2decdegreesR Documentation

Converts dms to decimal degrees

Description

Converts degrees, minutes and seconds to decimal degrees.

Usage

dms2decdegrees(input = NULL)

Arguments

input

Character string as DMS coordinates.

Value

A numeric value.

Note

Code modified from project https://github.com/SevillaR/aemet

See Also

Other helpers: climaemet_news(), first_day_of_year()

Examples

dms2decdegrees("055245W")

climaemet documentation built on Aug. 30, 2023, 9:06 a.m.