spectre.area {gecko} | R Documentation |
Get SPECTRE raster segments.
Description
Downloads SPECTRE segments according to a bounding box selection.
Usage
spectre.area(
index,
ext = c(-180, 180, -60, 90),
normalize = FALSE,
filepath = NULL
)
Arguments
index |
numeric. A vector of integers specifying the layers. Refer to the list. |
ext |
numeric or SpatExtent. A vector of |
normalize |
character or logical. Either logical on whether data should be normalized
for the given interval or a character specifying a type of normalization. Type
default to "standard". Check |
filepath |
character. An optional user defined path for the final output. If |
Value
SpatRaster.
Examples
## Not run:
regional_threats = spectre.area(3, terra::ext(-17.3,-16.6,32.6,32.9), normalize = FALSE)
terra::plot(regional_threats[[1]], main = "Human Density")
## End(Not run)
[Package gecko version 1.0.0 Index]