Description Usage Format Source Examples
Irrigation entities and their components in the Wood River Valley and surrounding areas. An irrigation entity is defined as an area served by a group of surface-water and/or groundwater diversion(s).
1 |
An object of list class with components of SpatialPolygonsDataFrame-class. There are a total of 192 components, one for each month in the 1995–2010 time period. Linked data.frame objects have the following variables:
concatenation of the EntityName
and Source
character strings.
mean evapotranspiration (ET) on irrigated and semi-irrigated lands in meters.
area of irrigated and semi-irrigated lands in square meters.
name of the precipitation zone;
see precip.zones
dataset for details.
volume of ET on irrigated and semi-irrigated lands in cubic meters.
volume of precipitation on irrigated and semi-irrigated lands in cubic meters.
volume of crop irrigation requirement in cubic meters (ET minus precipitation).
name of the irrigation entity.
water source, either “Mixed” for a mixture of surface water and groundwater, “SW Only” for surface water only, or “GW Only” for groundwater only.
Calculated from the irr.entities
, wetlands
,
public.parcels
, irr.lands.year
, et
, and
precipitation
datasets;
see the ‘package-datasets’ vignette for the R code used in this calculation.
1 2 3 | names(entity.components)
sp::plot(entity.components[["199506"]])
print(entity.components[["199506"]])
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.