pfGreenhouseGasIntensityType
Description
Records the intensity of the greenhouse gas emission on the specified basis.
Properties
Name | Description | Required | Type |
---|---|---|---|
Value | The intensity of the greenhouse gas emission per the basis specified in denominator. | No | massMeasureType |
Denominator | The basis on which the greenhouse gas intensity has been determined. For example, per farmed area, per head, per product weight. | No | pfGreenhouseGasIntensityBasisType |
DenominatorUnits | The units of the denominator. For example, HAR (hectares), KGM (kilograms) or TNE (tonnes). | No | uncefactMassOrAreaUnits |
Product | Name of the product associated with this greenhouse gas intensity. | No | pfGreenhouseGasProductType |
HarmonisedCode | The product code based on World Trade Organisation / World Customs Organisation harmonised system. | No | string |
Examples
Example 1
{
"value": {
"measurement": 7.65,
"units": "TNE"
},
"denominator": "Area",
"denominatorUnits": "HAR"
}
Example 2
{
"value": {
"measurement": 0.22,
"units": "KGM"
},
"denominator": "ProductWeight",
"denominatorUnits": "TNE",
"product": "Maize",
"harmonisedCode": "10.05"
}
Example 3
{
"value": {
"measurement": 1.4,
"units": "KGM"
},
"product": "Milk Solids",
"harmonisedCode": "4.01",
"denominatorUnits": "KGM"
}