| name | data type | description |
|---|---|---|
| temperature | Temperature | |
| temperatureInformationExtension | ExtensionType | |
Properties inherited from WeatherValue |
||
| weatherValueExtension | ExtensionType | |
Properties inherited from BasicDataValue |
||
| accuracy | number | |
| computationalMethod | ComputationMethodEnum | |
| fault | boolean | |
| faultReason | FaultReason | |
| numberOfIncompleteInputs | number | |
| numberOfInputValuesUsed | number | |
| period | number | |
| smoothingFactor | number | |
| standardDeviation | number | |
| supplierCalculatedDataQuality | number | |
| time | DateTime | |
| affectedLocation | GroupOfLocations | |
| basicDataValueExtension | ExtensionType | |
Example
{
"temperature" : {
"airTemperature" : 12345.0,
"dewPointTemperature" : 12345.0,
"maximumTemperature" : 12345.0,
"minimumTemperature" : 12345.0,
"temperatureExtension" : {
"anies" : [ { }, { } ]
}
},
"temperatureInformationExtension" : {
"anies" : [ {
"tagName" : "...",
"schemaTypeInfo" : { },
"ownerDocument" : { },
"firstChild" : { },
"prefix" : "...",
"nextSibling" : { },
"parentNode" : { },
"nodeType" : 12345,
"nodeValue" : "...",
"nodeName" : "...",
"namespaceURI" : "...",
"childNodes" : { },
"baseURI" : "...",
"localName" : "...",
"attributes" : { },
"lastChild" : { },
"textContent" : "...",
"previousSibling" : { }
}, {
"tagName" : "...",
"schemaTypeInfo" : { },
"ownerDocument" : { },
"firstChild" : { },
"prefix" : "...",
"nextSibling" : { },
"parentNode" : { },
"nodeType" : 12345,
"nodeValue" : "...",
"nodeName" : "...",
"namespaceURI" : "...",
"childNodes" : { },
"baseURI" : "...",
"localName" : "...",
"attributes" : { },
"lastChild" : { },
"textContent" : "...",
"previousSibling" : { }
} ]
},
"weatherValueExtension" : {
"anies" : [ {
"tagName" : "...",
"schemaTypeInfo" : { },
"ownerDocument" : { },
"firstChild" : { },
"prefix" : "...",
"nextSibling" : { },
"parentNode" : { },
"nodeType" : 12345,
"nodeValue" : "...",
"nodeName" : "...",
"namespaceURI" : "...",
"childNodes" : { },
"baseURI" : "...",
"localName" : "...",
"attributes" : { },
"lastChild" : { },
"textContent" : "...",
"previousSibling" : { }
}, {
"tagName" : "...",
"schemaTypeInfo" : { },
"ownerDocument" : { },
"firstChild" : { },
"prefix" : "...",
"nextSibling" : { },
"parentNode" : { },
"nodeType" : 12345,
"nodeValue" : "...",
"nodeName" : "...",
"namespaceURI" : "...",
"childNodes" : { },
"baseURI" : "...",
"localName" : "...",
"attributes" : { },
"lastChild" : { },
"textContent" : "...",
"previousSibling" : { }
} ]
},
"accuracy" : 12345.0,
"computationalMethod" : "movingAverageOfSamples",
"fault" : true,
"faultReason" : {
"value" : [ {
"value" : "...",
"lang" : "..."
}, {
"value" : "...",
"lang" : "..."
} ]
},
"numberOfIncompleteInputs" : 12345,
"numberOfInputValuesUsed" : 12345,
"period" : 12345.0,
"smoothingFactor" : 12345.0,
"standardDeviation" : 12345.0,
"supplierCalculatedDataQuality" : 12345.0,
"time" : {
"value" : "..."
},
"affectedLocation" : {
"locationContainedInGroup" : [ {
"locationExtension" : { }
}, {
"locationExtension" : { }
} ],
"routeDestination" : [ { }, { } ],
"groupOfLocationsExtension" : {
"anies" : [ { }, { } ]
}
},
"basicDataValueExtension" : {
"anies" : [ {
"tagName" : "...",
"schemaTypeInfo" : { },
"ownerDocument" : { },
"firstChild" : { },
"prefix" : "...",
"nextSibling" : { },
"parentNode" : { },
"nodeType" : 12345,
"nodeValue" : "...",
"nodeName" : "...",
"namespaceURI" : "...",
"childNodes" : { },
"baseURI" : "...",
"localName" : "...",
"attributes" : { },
"lastChild" : { },
"textContent" : "...",
"previousSibling" : { }
}, {
"tagName" : "...",
"schemaTypeInfo" : { },
"ownerDocument" : { },
"firstChild" : { },
"prefix" : "...",
"nextSibling" : { },
"parentNode" : { },
"nodeType" : 12345,
"nodeValue" : "...",
"nodeName" : "...",
"namespaceURI" : "...",
"childNodes" : { },
"baseURI" : "...",
"localName" : "...",
"attributes" : { },
"lastChild" : { },
"textContent" : "...",
"previousSibling" : { }
} ]
}
}