Daily precip by catchment for selected Enterococcus stations
Format
A data frame with three columns:
- station
a character string of the Water Quality Portal station name
- date
a date
- rain
a number; inches of rain for that date, averaged across all pixels in the station's catchment
Source
Southwest Florida Management District radar-estimated daily rainfall data, ftp://ftp.swfwmd.state.fl.us/pub/radar_rainfall/Daily_Data/
Details
Daily precipitation data for multiple years, provided by the Southwest Florida Water Management District, were downloaded at the pixel level and averaged to the catchment level for key Enterococcus sampling stations. Created using read_importrainmany
.
Examples
if (FALSE) { # \dontrun{
catchprecip <- read_importrainmany(1995:2024, quiet = F)
save(catchprecip, file = 'data/catchprecip.RData')
} # }