WARNING: This site is a work in progress.
Enum: CreditGenerationMethod
Enumeration of methods for generating credits in the carbon domain.
Permissible Values
Value | Meaning | Description |
---|---|---|
AVOIDED_EMISSIONS | None | Credits generated by preventing the release of greenhouse gases into the atmo… |
CARBON_DIOXIDE_REMOVAL | None | Credits generated by processes that result in net removal of carbon dioxide f… |
EMISSIONS_REDUCTION | None | Credits generated by reducing the amount of greenhouse gases emitted compared… |
Slots
Name | Description |
---|---|
hasCreditGenerationMethod | Method for generating credits |
Identifier and Mapping Information
Schema Source
- from schema: https://framework.regen.network/schema/
LinkML Source
```yaml
name: CreditGenerationMethod
description: Enumeration of methods for generating credits in the carbon domain.
from_schema: https://framework.regen.network/schema/
rank: 1000
permissible_values:
AVOIDED_EMISSIONS:
text: AVOIDED_EMISSIONS
description: Credits generated by preventing the release of greenhouse gases into
the atmosphere.
CARBON_DIOXIDE_REMOVAL:
text: CARBON_DIOXIDE_REMOVAL
description: Credits generated by processes that result in net removal of carbon
dioxide from the atmosphere.
EMISSIONS_REDUCTION:
text: EMISSIONS_REDUCTION
description: Credits generated by reducing the amount of greenhouse gases emitted
compared to a baseline scenario.
</details>