Hourly forecast

class python_weather.forecast.HourlyForecast

Represents a weather forecast of a specific hour.

property chances_of_fog: int

Chances of a fog in percent.

property chances_of_frost: int

Chances of a frost in percent.

property chances_of_high_temperature: int

Chances of a high temperature in percent.

property chances_of_overcast: int

Chances of an overcast in percent.

property chances_of_rain: int

Chances of a rain in percent.

property chances_of_remaining_dry: int

Chances of remaining dry in percent.

property chances_of_snow: int

Chances of a snow in percent.

property chances_of_sunshine: int

Chances of a sunshine in percent.

property chances_of_thunder: int

Chances of a thunder in percent.

property chances_of_windy: int

Chances of windy in percent.

property cloud_cover: int

The cloud cover value in percent.

property description: str

The description regarding the forecast. This can be localized in different languages depending on the localization used.

property dew_point: int

The dew point in either Celcius or Fahrenheit.

property feels_like: int

What it felt like, in Celcius or Fahrenheit.

property heat_index: HeatIndex

The heat index in either Celcius or Fahrenheit.

property humidity: int

The humidity value in percent.

property kind: Kind

The kind of the forecast.

property locale: Locale

The localization used to display information in this object.

property precipitation: float

The precipitation in either Millimeters or Inches.

property pressure: float

The pressure in either Pascal or Inches.

property temperature: int

The temperature in either Celcius or Fahrenheit.

property time: time

The local time in hours and minutes.

property ultraviolet: UltraViolet

The ultra-violet (UV) index.

property unit: auto

The measuring unit used to display information in this object.

property visibility: int

The visibility distance in either Kilometers or Miles.

property wind_chill: int

The wind chill value in either Celcius or Fahrenheit.

property wind_direction: WindDirection

The wind direction.

property wind_gust: int

The wind gust value in either Kilometers per hour or Miles per hour.

property wind_speed: int

The wind speeds in either Kilometers per hour or Miles per hour.

class python_weather.enums.HeatIndex

Represents a heat index.

property index: int

The index value.

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

The index value.