GWeather.Conditions¶
Fields¶
Name |
Type |
Access |
Description |
---|---|---|---|
phenomenon |
r/w |
the main weather phenomenon |
|
qualifier |
r/w |
a modifier for phenomenon |
|
significant |
r/w |
Methods¶
|
|
|
Details¶
- class GWeather.Conditions¶
A convenient way to describe the current or forecast weather phenomenon, if significant, and its associated modifier. If the value is not significant, the weather conditions are described by
GWeather.Info.get_sky
() instead.In general it is discouraged to use this value directly to compute the forecast icon: applications should instead use
GWeather.Info.get_icon_name
() orGWeather.Info.get_symbolic_icon_name
().- to_string_full(options)¶
- Parameters:
options (
GWeather.FormatOptions
) –- Return type: