R/DBHYDRO_daily.R
DBHYDRO_daily.Rd
Data retrieval from South Florida Water Management District online database (DBHYDRO)
DBHYDRO_daily(
SDATE,
EDATE,
DBK,
dataonly = TRUE,
period = "uspec",
v_target_code = "file_csv",
vert_datum = 1,
...
)
input start date as.Date (YYYY-MM-DD)
input end date as.Date (YYYY-MM-DD)
SFWMD daily data site and data type identifier
DEFAULT is TRUE to return a data.frame of data, if set to FALSE it will return a nested list of two data.frame labeled METADATA and REPORT.
DEFAULT set to "uspec" for URL query
DEFAULT set to "file_csv" to return a CSV file
DEFAULT set to 1 for NGVD29 vertical datum; 2 = NAVD88 vertical datum
to allow for more functionality and flexibility in building URL queries
This function returns daily hydrometerological (discharge, stage(WL) and meterological parameters) 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.