Other packages > Find by keyword >

gbif.range  

Species Range Mapping from GBIF Using Ecoregion Constraints
View on CRAN: Click here


Download and install gbif.range package within the R console
Install from CRAN:
install.packages("gbif.range")

Install from Github:
library("remotes")
install_github("cran/gbif.range")

Install by package version:
library("remotes")
install_version("gbif.range", "1.9.1")



Attach the package and use:
library("gbif.range")
Maintained by
Yohann Chauvier
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2026-08-07
Latest Update: 2026-08-07
Description:
Provides a workflow to retrieve, filter, and analyze 'GBIF' occurrence records and to generate ecologically informed species range maps using downloaded or custom ecoregions. The package includes tools for querying the 'GBIF' backbone taxonomy with get_status(), counting or downloading occurrences with get_gbif_count() and get_gbif(), creating custom ecoregion layers with make_ecoreg(), building range maps with get_range(), and evaluating them against independent validation data with evaluate_range() and cv_range(). A disk-based batch workflow (split_gbif_by_species(), species_csvs_to_ranges(), read_range_rds()) supports large multi-species 'GBIF' exports without loading the full table into memory. Bundled ecoregion layers cover terrestrial (Olson et al. 2001 <doi:10.1641/0006-3568(2001)051[0933:TEOTWA]2.0.CO;2>), marine (Spalding et al. 2007 <doi:10.1641/B570707>), and freshwater (Abell et al. 2008 <doi:10.1641/B580507>) realms. The 'GBIF' API is accessed via the 'rgbif' package, and coordinate cleaning uses 'CoordinateCleaner' (Zizka et al. 2019 <doi:10.1111/2041-210X.13152>). The 'GBIF' API is described at <https://www.gbif.org/developer/summary>.
How to cite:
Yohann Chauvier (2026). gbif.range: Species Range Mapping from GBIF Using Ecoregion Constraints. R package version 1.9.1, https://cran.r-project.org/web/packages/gbif.range. Accessed 20 Sep. 2026.
Previous versions and publish date:
(2026-09-03 14:00), 1.9.1 (2026-08-07 22:50)
Other packages that cited gbif.range R package
View gbif.range citation profile
Other R packages that gbif.range depends, imports, suggests or enhances
Complete documentation for gbif.range
Functions, R codes and Examples using the gbif.range R package
Full gbif.range package functions and examples
Downloads during the last 30 days

Today's Hot Picks in Authors and Packages

migration.indices  
Migration Indices
Calculate various indices, like Crude Migration Rate, different Gini indices or the Coefficient of ...
Download / Learn more Package Citations See dependency  
RWmisc  
Miscellaneous Spatial Functions
Contains convenience functions for working with spatial data across multiple UTM zones, raster-vect ...
Download / Learn more Package Citations See dependency  
WASP  
Wavelet System Prediction
The wavelet-based variance transformation method is used for system modelling and prediction. It ref ...
Download / Learn more Package Citations See dependency  
relimp  
Relative Contribution of Effects in a Regression Model
Functions to facilitate inference on the relative importance of predictors in a linear or generalize ...
Download / Learn more Package Citations See dependency  
MatchThem  
Matching and Weighting Multiply Imputed Datasets
Provides essential tools for the pre-processing techniques of matching and weighting multiply impute ...
Download / Learn more Package Citations See dependency  
quickcode  
Quick and Essential 'R' Tricks for Better Scripts
The NOT functions, 'R' tricks and a compilation of some simple quick plus often used 'R' codes to im ...
Download / Learn more Package Citations See dependency  

28,565

R Packages

239,283

Dependencies

75,677

Author Associations

28,566

Publication Badges

© Copyright since 2022. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA