forked from FIWARE/data-models
-
Notifications
You must be signed in to change notification settings - Fork 0
/
example-normalized.json
71 lines (71 loc) · 1.39 KB
/
example-normalized.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"id": "Spain-WeatherObserved-Valladolid-2016-11-30T07:00:00.00Z",
"type": "WeatherObserved",
"dateObserved": {
"type": "DateTime",
"value": "2016-11-30T07:00:00.00Z"
},
"illuminance": {
"value": 1000
},
"temperature": {
"value": 3.3
},
"precipitation": {
"value": 0
},
"atmosphericPressure": {
"value": 938.9
},
"pressureTendency": {
"value": 0.5
},
"refDevice": {
"type": "Relationship",
"value": "device-0A3478"
},
"source": {
"value": "http://www.aemet.es"
},
"windSpeed": {
"value": 2
},
"location": {
"type": "geo:json",
"value": {
"type": "Point",
"coordinates": [
-4.754444444,
41.640833333
]
}
},
"stationName": {
"value": "Valladolid"
},
"address": {
"type": "PostalAddress",
"value": {
"addressLocality": "Valladolid",
"addressCountry": "ES"
}
},
"stationCode": {
"value": "2422"
},
"dataProvider": {
"value": "TEF"
},
"windDirection": {
"value": -45
},
"relativeHumidity": {
"value": 1
},
"streamGauge": {
"value": 50
},
"snowHeight": {
"value": 20
}
}