catchprecip | R Documentation |
Daily precip by catchment for selected Enterococcus stations
catchprecip
A data frame with three columns:
a character string of the Water Quality Portal station name
a date
a number; inches of rain for that date, averaged across all pixels in the station's catchment
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
.
Southwest Florida Management District radar-estimated daily rainfall data, ftp://ftp.swfwmd.state.fl.us/pub/radar_rainfall/Daily_Data/
## Not run:
catchprecip <- read_importrainmany(1995:2024, quiet = F)
save(catchprecip, file = 'data/catchprecip.RData')
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.