summaryrefslogtreecommitdiff
path: root/searx/engines/open_meteo.py
AgeCommit message (Collapse)Author
2025-05-31[mod] weather results: add types, i18n/l10n, symbols & unit conversionsMarkus Heiser
The types necessary for weather information such as GeoLocation, DateTime, Temperature,Pressure, WindSpeed, RelativeHumidity, Compass (wind direction) and symbols for the weather have been implemented. There are unit conversions and translations for weather property labels. Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2025-05-31[feat] open meteo: use new weather answererBnyro
2025-02-07[chore] engines: replace datetime.utcfromtimestamp with datetime.fromtimestampBnyro
2024-04-07[feat] engine: implementation of Open MeteoBnyro