tasmania_modifier | R Documentation |
A raster dataset (11 timesteps) defining the intensity land-use cover for each grid-cell in the Tasmania study region. NB. This dataset is projected and will not natively overlay the other raster datasets contained in poems.
A raster::RasterBrick object:
36 rows, 34 columns, 11 layers
10km by 10km grid cells
-211571.8, 128428.2, -182583.2, 177416.8 (xmin, xmax, ymin, ymax)
+proj=laea +lat_0=-42.2 +lon_0=147 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs
region defined by 1224 cells with values between 0-1. Values of 1 indicate extensive land use modification)
https://doi.org/10.1111/2041-210X.13720
data(tasmania_raster)
data(tasmania_modifier)
tasmania_region <- Region$new(
template_raster = tasmania_modifier[[1]]
)
tasmania_region$raster_is_consistent(tasmania_raster)
raster::plot(tasmania_modifier)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.