pyforestry.base.timber.timber_base package¶
Submodules¶
pyforestry.base.timber.timber_base.timber module¶
Basic container class for individual tree parameters.
- class pyforestry.base.timber.timber_base.timber.Timber(species: str, diameter_cm: float, height_m: float, double_bark_mm: float | None = None, crown_base_height_m: float | None = None, over_bark: bool | None = None, stump_height_m: float | None = 0.3)[source]¶
Bases:
object
Representation of a single tree with minimal attributes.
pyforestry.base.timber.timber_base.timber_volume_integrator module¶
Module contents¶
- class pyforestry.base.timber.timber_base.Timber(species: str, diameter_cm: float, height_m: float, double_bark_mm: float | None = None, crown_base_height_m: float | None = None, over_bark: bool | None = None, stump_height_m: float | None = 0.3)[source]¶
Bases:
object
Representation of a single tree with minimal attributes.