powered by
This function retrieves monthly actual evapotranspiration for a given area from SSEBop model output hosted by the USGS Geo Data Portal (GDP)
getEvapotranspiration(start, end, geometry, att, val = NA)
start date in format 'YYYY-MM-DD'
end date in format 'YYYY-MM-DD'
name of geometry as displayed in GDP
attribute of geometry as displayed in GDP
values of attribute as displayed in GDP
monthly evapotranspiration, averaged spatially over geometry
et = getEvapotranspiration('2010-01-01', '2010-12-31', 'sample:Counties', 'STATE', 'RI')
Run the code above in your browser using DataLab