ropensci / parzer

Parse geographic coordinates
https://docs.ropensci.org/parzer
Other
63 stars 6 forks source link

Scrub translated to cpp #25

Closed AlbanSagouis closed 4 years ago

AlbanSagouis commented 4 years ago

Description

scrub() now calls scrup.cpp to replace special characters with '. parse_lon and parse_lat call scrub before parsing instead of using gsub.

Example

scrub("40° 25.0999")
[1] "40' 25.0999"