CurrentWeather

Represents the current weather of the Weather object.

Attributes

temperature

The current temperature of location.

Type: str

skycode

The sky code of weather.

Type: str

skytext

The sky text of weather.

Type: str

date

The date of weather.

Type: str

day

The day of weather.

Type: str

shortday

The short-form of day attribute. For example, if day attribute is "Saturday" the shortday will be "Sat"

Type: str

observationtime

The observation time of the weather.

Type: str

observationpoint

The observation point of the weather.

Type: str

feelslike

The 'feels like' temperature of the weather.

Type: str

humidity

The humidity of the weather.

Type: str

winddisplay

The wind display of the weather.

Type: str

windspeed

The wind speed of the weather.

Type: str

imageUrl

The image URL of the weather.

Type: str

Last updated