Hourly forecast

class python_weather.forecast.HourlyForecast

A weather forecast for a specific hour.

chances_of_fog: int

Chances of a fog in percent.

chances_of_frost: int

Chances of a frost in percent.

chances_of_high_temperature: int

Chances of a high temperature in percent.

chances_of_overcast: int

Chances of an overcast in percent.

chances_of_rain: int

Chances of a rain in percent.

chances_of_remaining_dry: int

Chances of remaining dry in percent.

chances_of_snow: int

Chances of a snow in percent.

chances_of_sunshine: int

Chances of a sunshine in percent.

chances_of_thunder: int

Chances of a thunder in percent.

chances_of_windy: int

Chances of windy in percent.

cloud_cover: int

The cloud cover value in percent.

description: str

The description regarding the forecast depending on the localization used.

dew_point: int

The dew point in either celcius or fahrenheit.

feels_like: int

What it felt like in either celcius or fahrenheit.

heat_index: HeatIndex

The heat index in either celcius or fahrenheit.

humidity: int

The humidity value in percent.

kind: Kind

The kind of the forecast.

precipitation: float

The precipitation in either millimeters or inches.

pressure: float

The pressure in either pascal or inches.

temperature: int

The temperature in either celcius or fahrenheit.

time: time

The local time in hours and minutes.

ultraviolet: UltraViolet

The ultra-violet index.

visibility: int

The visibility distance in either kilometers or miles.

wind_chill: int

The wind chill value in either celcius or fahrenheit.

wind_direction: WindDirection

The wind direction.

wind_gust: int

The wind gust value in either kilometers/hour or miles/hour.

wind_speed: int

The wind speeds in either kilometers/hour or miles/hour.

class python_weather.enums.HeatIndex

A heat index.

CAUTION = None
DANGER = None
EXTREME_CAUTION = None
EXTREME_DANGER = None
index: int

The index value.