optigob.other_land.baseline_other_land
This module provides the BaselineOtherLand class, which calculates various emissions and areas related to wetland restoration and organic soil management.
- Class:
BaselineOtherLand: Calculates baseline emissions and areas for wetland restoration and organic soils.
- Methods in BaselineOtherLand:
__init__(self, optigob_data_manager): Initializes the BaselineOtherLand instance with the provided data manager. get_wetland_restoration_emission_co2e(self): Returns the CO2e emissions from wetland restoration (kiloton). get_wetland_restoration_emission_ch4(self): Returns the CH4 emissions from wetland restoration (kiloton). get_wetland_restoration_emission_n2o(self): Returns the N2O emissions from wetland restoration (kiloton). get_wetland_restoration_emission_co2(self): Returns the CO2 emissions from wetland restoration (kiloton). get_drained_organic_soil_area(self): Returns the area of drained organic soil in hectares. get_rewetted_organic_area(self): Returns the area of rewetted organic soil in hectares. get_drained_wetland_area(self): Returns the area of drained wetland in hectares. get_rewetted_wetland_area(self): Returns the area of rewetted wetland in hectares. get_total_other_land_area(self): Returns the total area of other land, including drained and rewetted organic soil and wetland (hectares). get_rewetted_organic_hnv_area(self): Returns the area of rewetted high nature value (HNV) wetland. get_rewetted_wetland_hnv_area(self): Returns the area of rewetted high nature value (HNV) wetland. get_near_natural_wetland_hnv_area(self): Returns the area of near-natural high nature value (HNV) wetland. get_total_other_land_hnv_area(self): Returns the total area of other land, including rewetted organic soil, rewetted wetland, and near-natural wetland, that is high nature value (HNV).
Classes
Module Contents
- class optigob.other_land.baseline_other_land.BaselineOtherLand(optigob_data_manager)
- data_manager_class
- baseline_year
- wetland_restored_fraction
- organic_soil_under_grass_fraction
- get_wetland_restoration_emission_co2e()
Returns the CO2e emissions from wetland restoration.
- Returns:
The CO2e emissions value in kiloton.
- Return type:
float
- get_wetland_restoration_emission_ch4()
Returns the CH4 emissions from wetland restoration.
- Returns:
The CH4 emissions value in kiloton.
- Return type:
float
- get_wetland_restoration_emission_n2o()
Returns the N2O emissions from wetland restoration.
- Returns:
The N2O emissions value in kiloton.
- Return type:
float
- get_wetland_restoration_emission_co2()
Returns the CO2 emissions from wetland restoration.
- Returns:
The CO2 emissions value in kiloton.
- Return type:
float
- get_drained_organic_soil_area()
Returns the area of drained organic soil in hectares.
- Returns:
The area of drained organic soil in hectares.
- Return type:
float
- get_rewetted_organic_area()
Returns the area of rewetted organic soil in hectares.
- Returns:
The area of rewetted organic soil in hectares.
- Return type:
float
- get_drained_wetland_area()
Returns the area of drained wetland in hectares.
- Returns:
The area of drained wetland in hectares.
- Return type:
float
- get_rewetted_wetland_area()
Returns the area of rewetted wetland in hectares.
- Returns:
The area of rewetted wetland in hectares.
- Return type:
float
- get_near_natural_wetland_area()
Returns the area of near-natural wetland in hectares.
- Returns:
The area of near-natural wetland in hectares.
- Return type:
float
- get_total_other_land_area()
Returns the total area of other land, including drained and rewetted organic soil and wetland.
- Returns:
The total area of other land in hectares.
- Return type:
float
- get_rewetted_organic_hnv_area()
Returns the area of rewetted high nature value (HNV) wetland.
- Returns:
The area of rewetted HNV wetland in hectares.
- Return type:
float
- get_rewetted_wetland_hnv_area()
Returns the area of rewetted high nature value (HNV) wetland.
- Returns:
The area of rewetted HNV wetland in hectares.
- Return type:
float
- get_near_natural_wetland_hnv_area()
Returns the area of near-natural high nature value (HNV) wetland.
- Returns:
The area of near-natural HNV wetland in hectares.
- Return type:
float
- get_total_other_land_hnv_area()
Returns the total area of other land, including rewetted organic soil, rewetted wetland, and near-natural wetland, that is high nature value (HNV).
- Returns:
The total HNV area of other land in hectares.
- Return type:
float