DBHYDRO.meta.bysite | R Documentation |
South Florida Water Management District online database (DBHYDRO) metadata
DBHYDRO.meta.bysite(
site = NA,
station = NA,
data_type = NA,
cat = NA,
freq = NA,
stat = NA,
returnlink = F,
add_arg = NA
)
site |
SFWMD station id |
cat |
data category ("SW","RAIN","ETP"); default is "SW" |
add_arg |
other html parameters as a list (i.e. list(v_basin="L_OKEE", v_dbkey_list_flag="Y",v_order_by="STATION") |
type |
data type ("FLOW","STG","GATE", etc) |
This function returns water quality dataset from the SFWMD monitoring network (https://apps.sfwmd.gov/WAB/EnvironmentalMonitoring/index.html). This function assumes some familiarity with the District monitoring network and data management. .
# Water Quality Data
# DBHYDRO.meta.bysite(site="S333",data_type="FLOW")
# DBHYDRO.meta.bysite(c("S11A", "S11B", "S11C"),data_type = "FLOW",freq="DA",add_arg=list(v_agency="COE",v_order_by="STATION", v_dbkey_list_flag="Y"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.