Table of Contents

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

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"
}

Example 3

{
  "value": {
    "measurement": 1.4,
    "units": "KGM"
  },
  "denominator": "MilkSolids",
  "denominatorUnits": "KGM"
}