operationEnvironmentType
Description
Provides environmental information about the conditions at the location.
Properties
Name | Description | Required | Type |
---|---|---|---|
WindSpeed | Wind speed (velocity) | No | velocityMeasureType |
WindDirectionCompass | Wind direction in compass points at the time of activity. | No | windDirectionType |
WindDirectionDegrees | Wind direction in decimal degrees at the time of activity. | No | Number |
AirTemperature | Air temperature at the time of activity. | No | temperatureMeasureType |
Humidity | Humidity at the time of activity. | No | humidityMeasureType |
SoilTemperature | Soil temperature at or near the time of activity. | No | temperatureMeasureType |
SolarRadiation24hr | Cumulative solar radiation over 24 hour period (units B13 - J/m2). | No | irradianceMeasureType |
Rainfall24hr | Cumulative rainfall over 24 hour period. | No | distanceMeasureType |
Examples
Example 1
{
"windSpeed": {
"measurement": 7.1,
"resolution": 0.1,
"units": "MTS"
},
"windDirectionCompass": "WSW",
"windDirectionDegrees": 247.5,
"airTemperature": {
"measurement": 25.7,
"resolution": 0.1,
"units": "CEL"
},
"humidity": {
"measurement": 74,
"units": "P1"
},
"soilTemperature": {
"measurement": 23.3,
"resolution": 0.1,
"units": "CEL"
},
"solarRadiation24hr": {
"measurement": 5483,
"units": "B13"
},
"rainfall24hr": {
"measurement": 3.4,
"units": "MMT"
}
}