Learn R Programming

Open Range

The goal of this repository is to provide access to a proof-of-concept Open Range database. The intent behind this Open Range database is to provide Open Access species range maps, along with associated metadata needed to judge map quality and suitability for different purposes. The maps within the database are licensed under a CC-BY 4.0 license. The current database is focused on plants, primarily from the Americas, but we intend on expanding the scope in the future.

Disclaimer

These maps are a pre-alpha version intended primarily as a proof-of-concept and have not been fully assessed or undergone a thorough QA/QC. While the associated metadata can be used to judge performance, these maps should not be used without critical evaluation by the user.

Installation

This package can be installed using the install_github function in the devtools R package.

library(devtools)
install_github(repo = "MaitnerLab/OpenRange")

Copy Link

Version

Install

install.packages('OpenRange')

Monthly Downloads

138

Version

0.0.1

License

MIT + file LICENSE

Maintainer

Brian S. Maitner

Last Published

January 14th, 2025

Functions in OpenRange (0.0.1)

OpenRange_api_load_species

Load range maps for given species using the API.
OpenRange_api_species

Download range maps for given species using the API.
.is_char

Check that value is character
OpenRange_sf

Download range maps that intersect a user-supplied sf object.
OpenRange_species

Download range maps for given species.
OpenRange_list_scenarios

Download information on available climate change scenarios
OpenRange_load_species

Load Open Range maps for specified species.
OpenRange_get_license

Download license information
.is_log_or_null

Check that value is logical or null
.is_num

Check that value is numeric
OpenRange_get_stats

Download model performance statistics
ranges_sql

Run an SQL query on the OpenRange database.
.is_log

Check that value is logical