Skip to content

boiro9/wrm

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wildfire Resources Management.

Determine optimal planning that includes the number and type of resources needed to extinguishing a forest fire is a difficult task In this app, a general integer programming model is programed which also includes the allocation of resources to different periods of time in a day embedded in extinguishing a fire, with the goal of meeting the Spanish regulations regarding non-neglect of fronts and periods of rest of the resources.

Installation

We recommend the installation of the wrm package from the hubgit repository. So, first of all, install de devtools R package:

install.packages("devtools")

Then install the following packages typing in your R console:

devtools::install_github('jorgerodriguezveiga/romo')
devtools::install_github('jorgerodriguezveiga/WildfireResources')
devtools::install_github('jorgerodriguezveiga/wrm')

Once the installation is complete, you should be able to execute the command line that the interface loads:

wrm::shinyapp()

To check the installation download the example folder and from the opened interfaz, try to load the example stored in the feasible subfolder.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • R 100.0%