Table of Contents

pfDryMatterMeasureType

Description

Specifies the dry matter yield in terms of a mass measurement and a spatialMetric.

Properties

Name Description Required Type
Measure The dry matter in mass units. No massOrVolumeMeasurementType
AreaMetric The area in area units. No areaMeasureType

Examples

Example 1

{
  "measure": {
    "measurement": 6574,
    "resolution": 1,
    "units": "KGM"
  },
  "areaMetric": {
    "measurement": 1,
    "units": "HAR"
  }
}