R/utils.R
dot-make_raster.Rd
Create a raster grid for UD computation
.make_raster(x, cell_size = NULL, dim_size = 10, ext = 0.3)
A move2 or sf object to derive the extent from.
Numeric cell size in map units, or NULL to auto-compute.
Number of cells along the longest dimension (used if cell_size is NULL).
Extension factor for the bounding box.
A terra::SpatRaster with the appropriate extent, resolution, and CRS.
terra::SpatRaster