GNRS: Access the 'Geographic Name Resolution Service'

Provides tools for interacting with the 'geographic name resolution service' ('GNRS') API <https://github.com/ojalaquellueva/gnrs> and associated functionality. The 'GNRS' is a batch application for resolving & standardizing political division names against standard name in the geonames database <http://www.geonames.org/>. The 'GNRS' resolves political division names at three levels: country, state/province and county/parish. Resolution is performed in a series of steps, beginning with direct matching to standard names, followed by direct matching to alternate names in different languages, followed by direct matching to standard codes (such as ISO and FIPS codes). If direct matching fails, the 'GNRS' attempts to match to standard and then alternate names using fuzzy matching, but does not perform fuzzing matching of political division codes. The 'GNRS' works down the political division hierarchy, stopping at the current level if all matches fail. In other words, if a country cannot be matched, the 'GNRS' does not attempt to match state or county.

Version: 0.1.0
Depends: R (≥ 3.4.0)
Imports: rjson, RCurl, jsonlite
Suggests: knitr, rmarkdown, testthat, devtools, BIEN
Published: 2020-04-28
Author: Brad Boyle [aut], Brian Maitner [aut, cre]
Maintainer: Brian Maitner <bmaitner at gmail.com>
License: MIT + file LICENSE
NeedsCompilation: no
Materials: NEWS
CRAN checks: GNRS results

Downloads:

Reference manual: GNRS.pdf
Vignettes: GNRS R package
Package source: GNRS_0.1.0.tar.gz
Windows binaries: r-devel: GNRS_0.1.0.zip, r-release: GNRS_0.1.0.zip, r-oldrel: GNRS_0.1.0.zip
macOS binaries: r-release: GNRS_0.1.0.tgz, r-oldrel: GNRS_0.1.0.tgz

Linking:

Please use the canonical form https://CRAN.R-project.org/package=GNRS to link to this page.