
Biomass Harvest Extension
BiomassHarvest.RdBiomass Harvest Extension
References
LANDIS-II Biomass Harvest v7 Extension User Guide https://github.com/LANDIS-II-Foundation/Extension-Biomass-Harvest/blob/master/docs/LANDIS-II%20Harvest%20v7%20User%20Guide.pdf
See also
Other Biomass Harvest helpers:
harvestPrescription(),
insertCohortsRemoved(),
insertEconomicRankTable(),
insertFireHazardTable(),
insertForestTypeTable(),
insertHarvestImplementations(),
insertMultipleRepeat(),
insertPlant(),
insertPrescription(),
insertSingleRepeat(),
insertSiteSelection(),
insertStandRanking()
Super class
LandisExtension -> BiomassHarvest
Active bindings
ManagementAreasCharacter. Relative file path.
StandsCharacter. Relative file path.
PrescriptionsList of
HarvestPrescriptionobjects.HarvestImplementationsdata.framewith required columnsMgmtArea,Prescription,HarvestArea, and optional columnsBeginTime,EndTime.PrescriptionMaps(Optional) Character. File pattern with literal
{timestep}.BiomassMaps(Optional) Character. File pattern with literal
{timestep}.EventLogCharacter. Relative file path.
SummaryLogCharacter. 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
BiomassHarvest$new()
Usage
BiomassHarvest$new(
path,
Timestep = NULL,
ManagementAreas = NULL,
Stands = NULL,
Prescriptions = list(),
HarvestImplementations = NULL,
PrescriptionMaps = NULL,
BiomassMaps = NULL,
EventLog = "biomass-harvest/log.csv",
SummaryLog = "biomass-harvest/summarylog.csv"
)Arguments
pathCharacter. Directory path.
TimestepInteger.
ManagementAreasCharacter. Relative file path to the management areas raster.
StandsCharacter. Relative file path to the stands raster.
PrescriptionsList of
HarvestPrescriptionobjects (seeharvestPrescription()).HarvestImplementationsdata.framewith columnsMgmtArea,Prescription,HarvestArea, and optionallyBeginTimeandEndTime.PrescriptionMaps(Optional) Character. Filename pattern for prescription output maps; must contain the literal
{timestep}.BiomassMaps(Optional) Character. Filename pattern for biomass-removed output maps; must contain the literal
{timestep}.EventLogCharacter. Relative file path for the event-level CSV log.
SummaryLogCharacter. Relative file path for the summary CSV log.