Learn R Programming

parzer (version 0.4.4)

Parse Messy Geographic Coordinates

Description

Parse messy geographic coordinates from various character formats to decimal degree numeric values. Parse coordinates into their parts (degree, minutes, seconds); calculate hemisphere from coordinates; pull out individually degrees, minutes, or seconds; add and subtract degrees, minutes, and seconds. C++ code herein originally inspired from code written by Jeffrey D. Bogan, but then completely re-written.

Copy Link

Version

Install

install.packages('parzer')

Monthly Downloads

662

Version

0.4.4

License

MIT + file LICENSE

Issues

Pull Requests

Stars

Forks

Maintainer

Alban Sagouis

Last Published

July 24th, 2025

Functions in parzer (0.4.4)

parse_parts

parse coordinates into degrees, minutes and seconds
parzer-package

parzer: Parse Messy Geographic Coordinates
parse_llstr

parse string with lat and lon together
dms

extract degree, minutes, and seconds
parse_hemisphere

get hemisphere from long/lat coordinates
parse_lat

Parse latitude values
parse_lon_lat

parse longitude and latitude
parse_lon

Parse longitude values