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.1
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"),
  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 = "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 = "https://ropensci.org")
	)
Maintainer: Alban Sagouis <sagouis@pm.me>
License: MIT + file LICENSE
URL: https://github.com/ropensci/parzer (devel)
        https://docs.ropensci.org/parzer/ (docs)
BugReports: https://github.com/ropensci/parzer/issues
Imports: Rcpp (>= 1.0.2), withr
Suggests: testthat, randgeo, knitr, rmarkdown, callr, pkgbuild, pkgload
LinkingTo: Rcpp
SystemRequirements: C++11
VignetteBuilder: knitr
Encoding: UTF-8
Language: en-US
RoxygenNote: 7.1.2
X-schema.org-applicationCategory: Geospatial
X-schema.org-keywords: geospatial, data, latitude, longitude, parser,
        coordinates
X-schema.org-isPartOf: https://ropensci.org
NeedsCompilation: yes
Packaged: 2021-12-20 09:35:29 UTC; as80fywe
Author: Scott Chamberlain [aut] (<https://orcid.org/0000-0003-1444-9135>),
  Alban Sagouis [aut, cre] (<https://orcid.org/0000-0002-3827-1063>),
  Alec L. Robitaille [ctb],
  Maëlle Salmon [ctb] (<https://orcid.org/0000-0002-2815-0399>),
  Hiroaki Yutani [ctb],
  Jeffrey Bogan [ctb] (C++ code originally from Jeffrey Bogan, but
    completely re-written),
  Julien Brun [rev] (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] (https://ropensci.org)
Repository: CRAN
Date/Publication: 2021-12-20 16:00:05 UTC
Built: R 4.2.0; x86_64-apple-darwin17.0; 2022-04-25 16:12:20 UTC; unix
Archs: parzer.so.dSYM
