EvergladesEBM
is an R package to support ecosystem based management in south Florida.
remotes::install_github("troyhill/EvergladesEBM", ref = "main")
EvergladesEBM can be used for post-processing EverForecast model output and making direct comparisons between observed conditions and ecological recommendations.
library(EvergladesEBM)
### map of recession rates over past two weeks
### function is highly flexible - see ?plotEDENChange for options
eden_end <- fireHydro::getEDEN(Sys.Date(), returnType = 'terra')
eden_begin <- fireHydro::getEDEN(Sys.Date() - 8, returnType = 'terra')
rec_rates <- plotEDENChange(EDEN_begin = eden_begin, EDEN_end = eden_end,
addToPlot = sfwmd.shp)
Figure 1. Recession rates (inches/week; left side) and categorizations based on Everglades Ecosystem-Based Management recommendations (right).
EverForecast model simulations can be downloaded here: https://s3.amazonaws.com/jem.models.headless/index.html
Figure 2. Distribution of future water levels predicted by EverForeCast simulations (colored lines), along with observed water levels (black line) at the three-gage average in Water Conservation Area 3.