Skip to contents

The points show projected population changes along rivers. Projections generated in TACAR (https://github.com/darrennorris/TACAR). The population projections are an updated and extended version of those published by Norris et. al. 2019 (https://doi.org/10.1016/j.biocon.2019.02.022).

location

South America.

coord. ref

WGS 84 (EPSG:3395).

Usage

points_bau

Format

points_bau is a dataframe with 215849 points and 13 fields, including:

BASIN_N

Name of major basin.

subbasn

Name of subbasn.

geometry

sf geometry.

Details

A lot of points along rivers.

References

Norris, D., et. al. (2019). Prospects for freshwater turtle population recovery are catalyzed by pan-Amazonian community-based management. Biological Conservation, 233, https://doi.org/10.1016/j.biocon.2019.02.022.

Examples

if (FALSE) { # \dontrun{
# convert to sf object
sf_points_bau <- sf::st_as_sf(points_bau, crs = 3395)
} # }