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 <sagouis@pm.me>
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
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
NeedsCompilation: yes
Packaged: 2025-07-23 12:38:28 UTC; as80fywe
Author: Scott Chamberlain [aut] (ORCID:
    <https://orcid.org/0000-0003-1444-9135>),
  Alban Sagouis [aut, cre] (ORCID:
    <https://orcid.org/0000-0002-3827-1063>),
  Alec L. Robitaille [ctb] (ORCID:
    <https://orcid.org/0000-0002-4706-1762>),
  Maëlle Salmon [ctb] (ORCID: <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] (ORCID: <https://orcid.org/0000-0002-7751-6238>,
    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: <https://ror.org/019jywm96>),
  German Centre for Integrative Biodiversity Research (iDiv)
    Halle-Jena-Leipzig [fnd] (ROR: <https://ror.org/01jty7g66>)
Repository: CRAN
Date/Publication: 2025-07-24 13:20:02 UTC
Built: R 4.5.2; x86_64-w64-mingw32; 2025-11-08 02:51:21 UTC; windows
Archs: x64
