Description Usage Format Source Examples
Irrigation entities of the Wood River Valley and surrounding areas transferred to raster cells.
1 |
An object of RasterStack class containing a 192 RasterLayer objects, one layer for each month in the 1995-2010 time period. Geographic coordinates are in units of meters, in conformance with the North American Datum of 1983 (NAD 83), and placed in the Idaho Transverse Mercator projection (IDTM). For each raster layer, indexed cell values are linked to a raster attribute table (RAT). The RAT is an object of data.frame class with the following components:
cell index
frequency of the cell index in the raster grid.
name of the irrigation entity served by a group of diversions.
Calculated by transferring the entity.components
dataset to grid cells
in the land.surface
dataset using the rasterize function;
see the appendix C. Package Dataset Creation for the R code used in this calculation.
1 2 3 | names(rs.entities)
sp::plot(rs.entities[["199507"]])
print(levels(rs.entities[["199507"]])[[1]])
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.