BIEN_ranges_shapefile_to_skinny function

Extract range data and convert to smaller "skinny" format

Extract range data and convert to smaller "skinny" format

BIEN_ranges_shapefile_to_skinny converts ranges to a "skinny" format to save space.

BIEN_ranges_shapefile_to_skinny(directory, raster, skinny_ranges_file = NULL)

Arguments

  • directory: The directory where range shapefiles will be stored. If NULL, a temporary directory will be used.
  • raster: A raster (which must have a CRS specified) to be used for rasterizing the ranges.
  • skinny_ranges_file: A filename that will be used to write the skinny ranges will be written to (RDS format). If NULL, this will not be written.

Returns

Matrix containing 2 columns: 1) Species name; and 2) the raster cell number it occurs within.

Examples

## Not run: BIEN_ranges_shapefile_to_skinny(directory = BIEN_ranges_species_bulk(species = c("Acer rubrum")), raster = terra::rast(crs = "+proj=laea +lat_0=15 +lon_0=-80 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs +ellps=WGS84 +towgs84=0,0,0", extent = terra::ext(c(-5261554,5038446,-7434988,7165012 )), resolution =c(100000,100000) ) ) ## End(Not run)

See Also

Other range functions: BIEN_ranges_box(), BIEN_ranges_genus(), BIEN_ranges_intersect_species(), BIEN_ranges_list(), BIEN_ranges_load_species(), BIEN_ranges_sf(), BIEN_ranges_skinny_ranges_to_richness_raster(), BIEN_ranges_species(), BIEN_ranges_species_bulk()

  • Maintainer: Brian Maitner
  • License: MIT + file LICENSE
  • Last published: 2025-01-31

Useful links