Package: parzer 0.4.4

Alban Sagouis

parzer: Parse Messy Geographic Coordinates

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.

Authors:Scott Chamberlain [aut], Alban Sagouis [aut, cre], Alec L. Robitaille [ctb], Maëlle Salmon [ctb], Hiroaki Yutani [ctb], Jeffrey Bogan [ctb], Julien Brun [rev], Maria Munafó [rev], rOpenSci [fnd], German Centre for Integrative Biodiversity Research Halle-Jena-Leipzig [fnd]

parzer_0.4.4.tar.gz
parzer_0.4.4.zip(r-4.6)parzer_0.4.4.zip(r-4.5)parzer_0.4.4.zip(r-4.4)
parzer_0.4.4.tgz(r-4.5-x86_64)parzer_0.4.4.tgz(r-4.5-arm64)parzer_0.4.4.tgz(r-4.4-x86_64)parzer_0.4.4.tgz(r-4.4-arm64)
parzer_0.4.4.tar.gz(r-4.6-arm64)parzer_0.4.4.tar.gz(r-4.6-x86_64)parzer_0.4.4.tar.gz(r-4.5-arm64)parzer_0.4.4.tar.gz(r-4.5-x86_64)
parzer_0.4.4.tgz(r-4.5-emscripten)
parzer.pdf |parzer.html
parzer/json (API)
NEWS

# Install 'parzer' in R:
install.packages('parzer', repos = c('https://packages.ropensci.org', 'https://cloud.r-project.org'))

Reviews:rOpenSci Software Review #341

Bug tracker:https://github.com/ropensci/parzer/issues

Pkgdown site:https://docs.ropensci.org

Uses libs:
  • c++– GNU Standard C++ Library v3

On CRAN:

Conda:

geospatialdatalatitudelongitudeparsercoordinatesgeocpp

9.45 score 63 stars 3 packages 167 scripts 863 downloads 13 exports 2 dependencies

Last updated from:5bb18443d0 (on main). Checks:14 OK. Indexed: yes.

TargetResultTotal timeArtifact
linux-devel-arm64OK150
linux-devel-x86_64OK140
pkgdown docsOK184
source / vignettesOK208
linux-release-arm64OK145
linux-release-x86_64OK138
macos-release-arm64OK85
macos-release-x86_64OK175
macos-oldrel-arm64OK143
macos-oldrel-x86_64OK204
windows-develOK198
windows-releaseOK158
windows-oldrelOK116
wasm-releaseOK128

Exports:parse_hemisphereparse_latparse_llstrparse_lonparse_lon_latparse_parts_latparse_parts_lonpz_dpz_degreepz_mpz_minutepz_spz_second

Dependencies:Rcppwithr

Introduction to the parzer package

Rendered fromparzer.qmdusingquarto::htmlon Aug 22 2025.

Last update: 2025-05-14
Started: 2025-05-14

Parzer use cases

Rendered fromuse_cases.qmdusingquarto::htmlon Aug 22 2025.

Last update: 2025-05-14
Started: 2025-05-14

Readme and manuals

Help Manual

Help pageTopics
parzer: Parse Messy Geographic Coordinatesparzer-package parzer
extract degree, minutes, and seconds*.pz +.pz -.pz /.pz dms print.pz pz_d pz_degree pz_m pz_minute pz_s pz_second
get hemisphere from long/lat coordinatesparse_hemisphere
Parse latitude valuesparse_lat
parse string with lat and lon togetherparse_llstr
Parse longitude valuesparse_lon
parse longitude and latitudeparse_lon_lat
parse coordinates into degrees, minutes and secondsparse_parts parse_parts_lat parse_parts_lon