dms2decdegrees {climaemet}R 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")

[Package climaemet version 1.2.1 Index]