All Projects → ropensci → Rgbif

ropensci / Rgbif

Licence: other
Interface to the Global Biodiversity Information Facility API

Programming Languages

r
7636 projects

Projects that are alternatives of or similar to Rgbif

Taxize
A taxonomic toolbelt for R
Stars: ✭ 209 (+84.96%)
Mutual labels:  api, data, r-package, rstats
Dataspice
🌶 Create lightweight schema.org descriptions of your datasets
Stars: ✭ 137 (+21.24%)
Mutual labels:  data, r-package, rstats
Getlandsat
get landsat 8 images and metadata
Stars: ✭ 47 (-58.41%)
Mutual labels:  data, r-package, rstats
Charlatan
Create fake data in R
Stars: ✭ 209 (+84.96%)
Mutual labels:  data, r-package, rstats
Qualtrics
Download ⬇️ Qualtrics survey data directly into R!
Stars: ✭ 151 (+33.63%)
Mutual labels:  api, r-package, rstats
rsnps
Wrapper to a number of SNP web APIs
Stars: ✭ 44 (-61.06%)
Mutual labels:  data, rstats, r-package
Rcrossref
R client for various CrossRef APIs
Stars: ✭ 137 (+21.24%)
Mutual labels:  api, r-package, rstats
kaggler
🏁 API client for Kaggle
Stars: ✭ 50 (-55.75%)
Mutual labels:  data, rstats, r-package
Rtimes
R wrapper for NYTimes API for government data - ABANDONED
Stars: ✭ 55 (-51.33%)
Mutual labels:  api, data, rstats
Ssh
Native SSH client in R based on libssh
Stars: ✭ 111 (-1.77%)
Mutual labels:  r-package, rstats
Spelling
Tools for Spell Checking in R
Stars: ✭ 82 (-27.43%)
Mutual labels:  r-package, rstats
Rzmq
R package for ZMQ
Stars: ✭ 83 (-26.55%)
Mutual labels:  r-package, rstats
Qcoder
Lightweight package to do qualitative coding
Stars: ✭ 82 (-27.43%)
Mutual labels:  r-package, rstats
Zhihu Oauth
尝试解析出知乎官方未开放的 OAuth2 接口,并提供优雅的使用方式,作为 zhihu-py3 项目的替代者,目前还在实验阶段
Stars: ✭ 1,237 (+994.69%)
Mutual labels:  api, data
Starters
R Package 📦 for initializing projects for various R activities 🔩
Stars: ✭ 111 (-1.77%)
Mutual labels:  r-package, rstats
Hydrogen
🎈 Hydrogen. Voted (by me) the world's lightest static-site generator built with TypeScript ❤ It uses 🔥 lit-html inspired templating for super duper performant template generation.
Stars: ✭ 80 (-29.2%)
Mutual labels:  api, data
Core
Open source Dota 2 data platform
Stars: ✭ 1,266 (+1020.35%)
Mutual labels:  api, data
Trackmd
Tools for tracking changes in Markdown format within RStudio
Stars: ✭ 89 (-21.24%)
Mutual labels:  r-package, rstats
Pkgsearch
Search R packages on CRAN
Stars: ✭ 73 (-35.4%)
Mutual labels:  r-package, rstats
Git2rdata
An R package for storing and retrieving data.frames in git repositories.
Stars: ✭ 84 (-25.66%)
Mutual labels:  r-package, rstats

rgbif

Project Status: Active – The project has reached a stable, usable state and is being actively developed. cran checks R-CMD-check real-requests codecov.io rstudio mirror downloads cran version DOI

rgbif gives you access to data from GBIF via their REST API. GBIF versions their API - we are currently using v1 of their API. You can no longer use their old API in this package - see ?rgbif-defunct.

Please cite rgbif. Run the following to get the appropriate citation for the version you're using:

citation(package = "rgbif")

To get started, see:

Check out the rgbif paper for more information on this package and the sister Python, Ruby, and PHP clients.

Note: Maximum number of records you can get with occ_search() and occ_data() is 100,000. See https://www.gbif.org/developer/occurrence

Installation

install.packages("rgbif")

Or, install development version

pak::pkg_install("ropensci/rgbif")
# OR
install.packages("rgbif", repos="https://dev.ropensci.org")
library("rgbif")

Screencast

Contributors

This list honors all contributors in alphabetical order. Code contributors are in bold.

adamdsmith - AgustinCamacho - AldoCompagnoni - AlexPeap - andzandz11 - AshleyWoods - AugustT - barthoekstra - benmarwick - cathynewman - cboettig - coyotree - damianooldoni - dandaman - djokester - dlebauer - dmcglinn - dnoesgaard - DupontCai - ecology-data-science - EDiLD - elgabbas - emhart - fxi - ghost - gkburada - hadley - Huasheng12306 - ibartomeus - JanLauGe - jarioksa - jeroen - jhnwllr - jhpoelen - jivelasquezt - jkmccarthy - johnbaums - jtgiermakowski - jwhalennds - karthik - kgturner - Kim1801 - ljuliusson - ljvillanueva - luisDVA - martinpfannkuchen - MattBlissett - MattOates - maxhenschell - mdsumner - no-la-ngo - Octoberweather - Pakillo - peterdesmet - PhillRob - poldham - qgroom - raymondben - rossmounce - sacrevert - sagitaninta - sckott - scottsfarley93 - simon-tarr - SriramRamesh - stevenpbachman - stevensotelo - stevenysw - TomaszSuchan - tphilippi - vandit15 - vervis - vijaybarve - willgearty - Xuletajr - yvanlebras - zixuan75

Meta

  • Please report any issues or bugs.
  • License: MIT
  • Get citation information for rgbif in R doing citation(package = 'rgbif')
  • Please note that this package is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.

This package is part of spocc, along with several other packages, that provide access to occurrence records from multiple data sources.


Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].