Description Usage Arguments Value Examples
This function gathers precipitation, evapotranspiration and temperature data from the USGS Geo Data Portal (GDP), and calculates potential evapotranspiration. NOTE: Shapefile for geometry must already be uploaded to the GDP.
1 | getAtmoFlows(start, end, geometry, att, val = NA, latitude)
|
start |
start date in format 'YYYY-MM-DD' |
end |
end date in format 'YYYY-MM-DD' |
geometry |
name of geometry as displayed in GDP |
att |
attribute of geometry as displayed in GDP |
val |
values of attribute as displayed in GDP |
latitude |
(degrees) |
xts object consisting of:
prcp |
precipitation (mm) |
et |
evapotranspiration (mm) |
tmax |
max temperature (deg C) |
tmin |
min temperature (deg C) |
pet |
potential evapotranspiration (mm) |
1 2 3 4 5 | ## Not run:
atm <- getAtmoFlows('2010-01-01', '2010-12-31', 'sample:Counties', 'STATE','RI',
41.5801)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.