get_usgs_gage {EcoHydRology} | R Documentation |
A function to grab daily stream flow measurements from the USGS waterdata.usgs.gov server.
get_usgs_gage(flowgage_id,begin_date="1979-01-01",end_date="2013-01-01")
flowgage_id |
|
begin_date |
|
end_date |
|
area |
The area above the gage [km2] |
declat |
Decimal Lat |
declon |
Decimal Lon |
flowdata |
Dataframe with the historical flow data - flow is in cubic meters per day |
Daniel R Fuka
flowgage_id="04216500" flowgage=get_usgs_gage(flowgage_id) ## The function is currently defined as