Skip to content

troyhill/EvergladesEBM

Repository files navigation

EvergladesEBM

What you have here

EvergladesEBM is an R package to support ecosystem based management in south Florida.

Installation

remotes::install_github("troyhill/EvergladesEBM", ref = "main")

Usage

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)

           

Regional ascension/recession rates

 

Figure 1. Recession rates (inches/week; left side) and categorizations based on Everglades Ecosystem-Based Management recommendations (right).

 

Position analysis using EverForecast output

 

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.

AppVeyor Build Status codecov.io

About

Analytical tools supporting ecosystem based management in south Florida

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages