Package: parzer Type: Package Title: 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. Version: 0.4.4 Authors@R: c( person("Scott", "Chamberlain", role = "aut", email = "sckott@protonmail.com", comment = c(ORCID = "0000-0003-1444-9135")), person("Alban", "Sagouis", role = c("aut","cre"), email = "sagouis@pm.me", comment = c(ORCID = "0000-0002-3827-1063")), person("Alec L.", "Robitaille", role = "ctb", comment = c(ORCID = "0000-0002-4706-1762")), person("Maëlle", "Salmon", role = "ctb", comment = c(ORCID = "0000-0002-2815-0399")), person("Hiroaki", "Yutani", role = "ctb"), person("Jeffrey", "Bogan", role = "ctb", comment = "C++ code originally from Jeffrey Bogan, but completely re-written"), person("Julien", "Brun", role = "rev", comment = c(ORCID = "0000-0002-7751-6238", "Julien Brun reviewed the package, see https://github.com/ropensci/onboarding/issues/341")), person("Maria", "Munafó", role = "rev", comment = "Maria Munafó reviewed the package, see https://github.com/ropensci/onboarding/issues/341"), person("rOpenSci", role = "fnd", comment = c(ROR = "019jywm96")), person("German Centre for Integrative Biodiversity Research (iDiv) Halle-Jena-Leipzig", role = "fnd", comment = c(ROR = "01jty7g66")) ) Maintainer: Alban Sagouis License: MIT + file LICENSE URL: https://github.com/ropensci/parzer, https://docs.ropensci.org/parzer/ BugReports: https://github.com/ropensci/parzer/issues Imports: Rcpp (>= 1.0.2), withr Suggests: testthat (>= 3.0.0), quarto, sf, leaflet, callr, pkgbuild, pkgload Config/testthat/edition: 3 Config/testthat/parallel: false Config/testthat/start-first: *utils*, *parse_parts*, *dms* LinkingTo: Rcpp VignetteBuilder: quarto Roxygen: list(markdown = TRUE) Encoding: UTF-8 Language: en-US RoxygenNote: 7.3.2 X-schema.org-applicationCategory: Geospatial X-schema.org-keywords: geospatial, data, latitude, longitude, parser, coordinates X-schema.org-isPartOf: https://ropensci.org Repository: https://ropensci.r-universe.dev Date/Publication: 2026-07-01 07:47:44 UTC RemoteUrl: https://github.com/ropensci/parzer RemoteRef: main RemoteSha: 409b55f609587997794a04a79d9a8ba3be41b92f NeedsCompilation: yes Packaged: 2026-07-01 09:35:30 UTC; root Author: Scott Chamberlain [aut] (ORCID: ), Alban Sagouis [aut, cre] (ORCID: ), Alec L. Robitaille [ctb] (ORCID: ), Maëlle Salmon [ctb] (ORCID: ), Hiroaki Yutani [ctb], Jeffrey Bogan [ctb] (C++ code originally from Jeffrey Bogan, but completely re-written), Julien Brun [rev] (ORCID: , Julien Brun reviewed the package, see https://github.com/ropensci/onboarding/issues/341), Maria Munafó [rev] (Maria Munafó reviewed the package, see https://github.com/ropensci/onboarding/issues/341), rOpenSci [fnd] (ROR: ), German Centre for Integrative Biodiversity Research (iDiv) Halle-Jena-Leipzig [fnd] (ROR: )