CurrentWeather
Represents the current weather of the Weather object.
Attributes
temperature
temperatureThe current temperature of location.
Type: str
skycode
skycodeThe sky code of weather.
Type: str
skytext
skytextThe sky text of weather.
Type: str
date
dateThe date of weather.
Type: str
day
dayThe day of weather.
Type: str
shortday
shortdayThe short-form of day attribute. For example, if day attribute is "Saturday" the shortday will be "Sat"
Type: str
observationtime
observationtimeThe observation time of the weather.
Type: str
observationpoint
observationpointThe observation point of the weather.
Type: str
feelslike
feelslikeThe 'feels like' temperature of the weather.
Type: str
humidity
humidityThe humidity of the weather.
Type: str
winddisplay
winddisplayThe wind display of the weather.
Type: str
windspeed
windspeedThe wind speed of the weather.
Type: str
imageUrl
imageUrlThe image URL of the weather.
Type: str
Last updated
Was this helpful?