unify_coords: Unify coordinates in different format to decimal coordinates

Description Usage Arguments Details Value Examples

Description

This function can convert from various (and mixed) coordinate specifications into the unified decimal degree format.

Usage

1

Arguments

x

coordinates as a string vector

Details

Examples for supported formats:

Degree-minute-second formats

Degree-decimal-minute formats

Decimal degrees

Value

unified, numeric decimal coordinates

Examples

1
unify_coords(c("49<c2><b0>40'46.148``N", "E 48.232<c2><b0>"))

cszang/corduroy documentation built on May 28, 2019, 4 p.m.