You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"title": "Weather Observed schema - Smart Data Models",
7
+
"description": "An observation of weather conditions at a certain place and time. This data model has been developed in cooperation with mobile operators and the GSMA.",
"description": "Property. Model:'https://schema.org/Number'. Amount of water rain registered. Units:'Liters per square meter'. "
35
+
},
36
+
"solarRadiation": {
37
+
"type": "number",
38
+
"minimum": 0,
39
+
"description": "Property. Model:'https://schema.org/Number'. The solar radiation observed measured in Watts per square. Units:'w/m2'"
40
+
},
41
+
"directIrradiation": {
42
+
"type": "number",
43
+
"minimum": 0,
44
+
"description": "Property. Model:'https://schema.org/Number'. Direct irradiance is the part of the solar irradiance that directly reaches a surface. Units:'w/m2'"
55
45
},
56
-
"additionalInfoURL": {
46
+
"diffuseIrradiation": {
47
+
"type": "number",
48
+
"minimum": 0,
49
+
"description": "Property. Model:'https://schema.org/Number'. Diffuse irradiance is the part of the solar irradiance that is scattered by the atmosphere. Units:'w/m2'"
50
+
},
51
+
"pressureTendency": {
52
+
"oneOf": [
53
+
{
54
+
"type": "string",
55
+
"enum": [
56
+
"falling",
57
+
"raising",
58
+
"steady"
59
+
]
60
+
},
61
+
{
62
+
"type": "number"
63
+
}
64
+
],
65
+
"description": "Property. Enum:'falling, raising, steady'. Is the pressure rising or falling? It can be expressed in quantitative terms or qualitative terms"
66
+
},
67
+
"dewPoint": {
68
+
"type": "number",
69
+
"description": "Property. Model:'https://schema.org/Number'. Units:'Celsius degrees'. The dew point encoded as a number. Observed temperature to which air must be cooled to become saturated with water vapor"
70
+
},
71
+
"refDevice": {
57
72
"anyOf": [
58
73
{
59
74
"type": "string",
@@ -68,87 +83,63 @@
68
83
"description": "Property. Identifier format of any NGSI entity"
69
84
}
70
85
],
71
-
"description": "Relationship. URL from which additional information of the subject can be obtained"
86
+
"description": "Relationship. Model:'https://schema.org/URL'. A reference to the device(s) which captured this observation"
72
87
},
73
-
"zoneName": {
74
-
"type": "string",
75
-
"description": "Property. Zone name of the entity corresponding to this observation"
88
+
"streamGauge": {
89
+
"type": "number",
90
+
"minimum": 0,
91
+
"description": "Property. Model:'https://schema.org/Number'. The water level surface elevation observed by Hydrometric measurement sensors, namely a [Stream Gauge](https://en.wikipedia.org/wiki/Stream_gauge) expressed in centimeters. Units:'centimeters'"
76
92
},
77
-
"municipalityInfo": {
78
-
"type": "object",
79
-
"description": "Property. Model:'https://schema.org/Text. Municipality information corresponding to this observation.",
80
-
"properties": {
81
-
"district": {
82
-
"type": "string",
83
-
"description": "Property. Model:'https://schema.org/Text'. District name corresponding to this observation."
84
-
},
85
-
"ulbName": {
86
-
"type": "string",
87
-
"description": "Property. Model:'https://schema.org/Text'. Name of the Urban Local Body corresponding to this observation."
88
-
},
89
-
"cityID": {
90
-
"type": "string",
91
-
"description": "Property. Model:'https://schema.org/Text'. City ID corresponding to this observation."
92
-
},
93
-
"wardID": {
94
-
"type": "string",
95
-
"description": "Property. Model:'https://schema.org/Text'. Ward ID corresponding to this observation."
96
-
},
97
-
"stateName": {
98
-
"type": "string",
99
-
"description": "Property. Model:'https://schema.org/Text'. Name of the state corresponding to this observation."
100
-
},
101
-
"cityName": {
102
-
"type": "string",
103
-
"description": "Property. Model:'https://schema.org/Text'. City name corresponding to this observation"
104
-
},
105
-
"zoneName": {
106
-
"type": "string",
107
-
"description": "Property. Model:'https://schema.org/Text'. Zone name corresponding to this observation."
108
-
},
109
-
"zoneID": {
110
-
"type": "string",
111
-
"description": "Property. Model:'https://schema.org/Text'. Zone ID corresponding to this observation."
112
-
},
113
-
"wardName": {
114
-
"type": "string",
115
-
"description": "Property. Model:'https://schema.org/Text'. Ward name corresponding to this observation."
116
-
},
117
-
"wardNum": {
118
-
"type": "number",
119
-
"description": "Property. Model:'https://schema.org/Number'. Ward number corresponding to this observation."
120
-
}
121
-
}
93
+
"snowHeight": {
94
+
"type": "number",
95
+
"minimum": 0,
96
+
"description": "Property. Model:'https://schema.org/Number'. The snow height observed by generic snow depth measurement sensors, expressed in centimeters. Units:'centimeters'"
122
97
},
123
-
"title": {
98
+
"uVIndexMax": {
99
+
"type": "number",
100
+
"minimum": 0,
101
+
"description": "Property. Model:'https://schema.org/Number'. The maximum UV index for the period, based on the World Health Organization's UV Index measure. [http://www.who.int/uv/intersunprogramme/activities/uv_index/en/](http://www.who.int/uv/intersunprogramme/activities/uv_index/en/) the values between 1 and 11 are the valid range for the index. The value 0 is for describing that no signal is detected so no value is stored"
102
+
},
103
+
"aqiMajorPollutant": {
124
104
"type": "string",
125
-
"description": "Property. This property contains a name given to the Point of interest beyond specific name."
105
+
"description": "Property. Model:'https://schema.org/Text'. Major pollutant in the Air Quality Index (AQI)"
126
106
},
127
-
"relevance": {
107
+
"aqiMajorPollutantForecast": {
108
+
"type": "string",
109
+
"description": "Property. Model:'https://schema.org/Text'. Forecasted major air pollutant in the Air Quality Index (AQI) over a certain duration in future"
110
+
},
111
+
"airTemperatureForecast": {
128
112
"type": "number",
129
-
"description": "Property. Relevance of the point of interest in order to be presented in different zoom levels. 0 is best larger values means lower relevance"
113
+
"description": "Property. Model:'https://schema.org/Number'. Forecasted value of air temperature over a certain duration in future"
0 commit comments