pfGreenhouseGasMassType
Description
Specifies the mass of the gas and its mass in CO2 equivalents.
Properties
Name | Description | Required | Type |
---|---|---|---|
MassGas | The mass of the gas in mass units. | No | massMeasureType |
MassCO2e | The CO2 equivalents of the gas in mass units. | No | massMeasureType |
QualitativeValue | For non-numeric value for the mass. For example '<0.1'. | No | string |
Examples
Example 1
{
"massGas": {
"measurement": 175,
"units": "TNE"
},
"massCO2e": {
"measurement": 4369,
"units": "TNE"
}
}
Example 2
{
"qualitativeValue": "<0.1"
}