.oO SearXNG Developer Documentation Oo.
Loading...
Searching...
No Matches
open_meteo.py File Reference

Go to the source code of this file.

Namespaces

namespace  searx
 
namespace  searx.engines
 ::1337x
 
namespace  searx.engines.open_meteo
 

Functions

 searx.engines.open_meteo.request (query, params)
 
 searx.engines.open_meteo.c_to_f (temperature)
 
 searx.engines.open_meteo.get_direction (degrees)
 
 searx.engines.open_meteo.generate_condition_table (condition)
 
 searx.engines.open_meteo.response (resp)
 

Variables

dict searx.engines.open_meteo.about
 
list searx.engines.open_meteo.categories = ["weather"]
 
str searx.engines.open_meteo.geo_url = "https://geocoding-api.open-meteo.com"
 
str searx.engines.open_meteo.api_url = "https://api.open-meteo.com"
 
str searx.engines.open_meteo.data_of_interest = "temperature_2m,relative_humidity_2m,apparent_temperature,cloud_cover,pressure_msl,wind_speed_10m,wind_direction_10m"