# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "parzer" in publications use:' type: software license: MIT title: 'parzer: Parse Messy Geographic Coordinates' version: 0.4.1.9001 doi: 10.32614/CRAN.package.parzer abstract: 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: - family-names: Chamberlain given-names: Scott email: sckott@protonmail.com orcid: https://orcid.org/0000-0003-1444-9135 - family-names: Sagouis given-names: Alban email: sagouis@pm.me orcid: https://orcid.org/0000-0002-3827-1063 repository: https://ropensci.r-universe.dev repository-code: https://github.com/ropensci/parzer commit: 80ee90bdbabceae7c240b1d2aefbae1406ed23d4 url: https://docs.ropensci.org/parzer/ contact: - family-names: Sagouis given-names: Alban email: sagouis@pm.me orcid: https://orcid.org/0000-0002-3827-1063 keywords: - geospatial - data - latitude - longitude - parser - coordinates