
Epidemiological Disturbance Agents (EDA) Extension
EDA.RdEpidemiological Disturbance Agents (EDA) Extension
References
LANDIS-II Base EDA v3 Extension User Guide https://github.com/LANDIS-II-Foundation/Extension-Base-EDA/blob/master/docs/LANDIS-II%20Base%20EDA%20v3%20User%20Guide.pdf
Super class
LandisExtension -> EDA
Active bindings
AgentsList of
EDAAgentobjects.MapNamesCharacter. Output map filename pattern; must contain the literal
{agentName}and{timestep}placeholders – LANDIS-II replaces them with the agent name and simulation year, e.g."eda/{agentName}-{timestep}.tif".MORTMapNames(Optional) Character. Mortality output map filename pattern; must contain the literal
{agentName}and{timestep}placeholders, e.g."eda/{agentName}-MORT-{timestep}.tif".LogFileCharacter. Relative file path.
output_filesCharacter vector of output files (relative paths from the scenario directory) that this extension is expected to produce at run time. Subclasses override this to return their extension-specific log files, event CSVs, etc. These paths are collected by
scenario()and written tooutput_manifest.txtsotar_landis()can track them explicitly without relying onlist.files()discovery.Map files whose names depend on the timestep (e.g.
BiomassC-10.tif) are NOT included here; they are discovered bytar_landis()'soutput_dirscan instead.
Methods
Inherited methods
EDA$new()
Arguments
pathCharacter. Directory path.
TimestepInteger. Years between updates.
AgentsList of
EDAAgentobjects (seeedaAgent()).MapNamesCharacter. Output map filename pattern; must contain the literal
{agentName}and{timestep}placeholders.MORTMapNames(Optional) Character. Mortality output map filename pattern; must contain the literal
{agentName}and{timestep}placeholders.LogFileCharacter. Relative file path for the EDA CSV log.