Description Usage Arguments Value Examples
This function retrieves monthly actual evapotranspiration for a given area from SSEBop model output hosted by the USGS Geo Data Portal (GDP)
1 | getEvapotranspiration(start, end, geometry, att, val = NA)
|
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 |
monthly evapotranspiration, averaged spatially over geometry
1 2 3 4 5 | ## Not run:
et = getEvapotranspiration('2010-01-01', '2010-12-31', 'sample:Counties',
'STATE', 'RI')
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.