geonames

R package for accessing the geonames.org API

https://github.com/ropensci/geonames

Science Score: 36.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
    1 of 8 committers (12.5%) from academic institutions
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (5.9%) to scientific vocabulary

Keywords

r r-package rstats

Keywords from Contributors

geos geocoder species spreadsheet
Last synced: 10 months ago · JSON representation

Repository

R package for accessing the geonames.org API

Basic Info
Statistics
  • Stars: 38
  • Watchers: 7
  • Forks: 7
  • Open Issues: 3
  • Releases: 0
Topics
r r-package rstats
Created about 12 years ago · Last pushed about 1 year ago
Metadata Files
Readme Changelog License

README.md

Build Status

geonames

R package for accessing the geonames.org API

Install from here using devtools:

  • install.packages("devtools") -- if you don't have devtools yet
  • require(devtools)
  • install.packages("rjson") -- gets this dependency from CRAN
  • install_github("ropensci/geonames")

A version of this will be pushed to CRAN.

To enable all of the functions of this package, register for a geonames.org username at http://www.geonames.org/login/ and then enable access to the geonames free webservices by clicking http://www.geonames.org/enablefreewebservice Once that's done, in your R session, run options(geonamesUsername="myusername") to authenticate with the webservice. More information about the parameters for many of the functions in this package can be found here: http://www.geonames.org/export/ws-overview.html

Part of ROpenSci

Owner

  • Name: rOpenSci
  • Login: ropensci
  • Kind: organization
  • Email: info@ropensci.org
  • Location: Berkeley, CA

GitHub Events

Total
  • Watch event: 1
Last Year
  • Watch event: 1

Committers

Last synced: about 2 years ago

All Time
  • Total Commits: 32
  • Total Committers: 8
  • Avg Commits per committer: 4.0
  • Development Distribution Score (DDS): 0.625
Past Year
  • Commits: 0
  • Committers: 0
  • Avg Commits per committer: 0.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
Barry Rowlingson b****n@l****k 12
Barry Rowlingson b****n@g****m 11
Karthik Ram k****m@g****m 4
computermacgyver c****r@g****m 1
Ben Marwick b****k@h****m 1
Chris Black c****s@c****g 1
Roel Hogervorst R****t 1
robinlovelace r****x@g****m 1
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: 11 months ago

All Time
  • Total issues: 14
  • Total pull requests: 7
  • Average time to close issues: 5 months
  • Average time to close pull requests: 6 months
  • Total issue authors: 10
  • Total pull request authors: 7
  • Average comments per issue: 3.36
  • Average comments per pull request: 1.14
  • Merged pull requests: 6
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • barryrowlingson (4)
  • sckott (2)
  • shellylac (1)
  • rsbivand (1)
  • paleolimbot (1)
  • Torvaney (1)
  • markusdumke (1)
  • jonesor (1)
  • Mirrorlkj (1)
  • Robinlovelace (1)
Pull Request Authors
  • RMHogervorst (1)
  • benmarwick (1)
  • sckott (1)
  • infotroph (1)
  • Robinlovelace (1)
  • karthik (1)
  • computermacgyver (1)
Top Labels
Issue Labels
Pull Request Labels

Packages

  • Total packages: 1
  • Total downloads:
    • cran 893 last-month
  • Total docker downloads: 194,313
  • Total dependent packages: 4
  • Total dependent repositories: 35
  • Total versions: 6
  • Total maintainers: 1
cran.r-project.org: geonames

Interface to the "Geonames" Spatial Query Web Service

  • Versions: 6
  • Dependent Packages: 4
  • Dependent Repositories: 35
  • Downloads: 893 Last month
  • Docker Downloads: 194,313
Rankings
Dependent repos count: 4.4%
Stargazers count: 8.3%
Forks count: 8.7%
Dependent packages count: 9.3%
Average: 11.4%
Downloads: 12.8%
Docker downloads count: 24.9%
Maintainers (1)
Last synced: 11 months ago

Dependencies

DESCRIPTION cran
  • R >= 2.2.0 depends
  • rjson * imports