.oO SearXNG Developer Documentation Oo.
|
Functions | |
request (query, params) | |
c_to_f (temperature) | |
get_direction (degrees) | |
generate_condition_table (condition) | |
response (resp) | |
Variables | |
dict | about |
list | categories = ["weather"] |
str | geo_url = "https://geocoding-api.open-meteo.com" |
str | api_url = "https://api.open-meteo.com" |
str | data_of_interest = "temperature_2m,relative_humidity_2m,apparent_temperature,cloud_cover,pressure_msl,wind_speed_10m,wind_direction_10m" |
Open Meteo (weather)
searx.engines.open_meteo.c_to_f | ( | temperature | ) |
Definition at line 55 of file open_meteo.py.
searx.engines.open_meteo.generate_condition_table | ( | condition | ) |
Definition at line 72 of file open_meteo.py.
Referenced by searx.engines.open_meteo.response().
searx.engines.open_meteo.get_direction | ( | degrees | ) |
Definition at line 59 of file open_meteo.py.
searx.engines.open_meteo.request | ( | query, | |
params ) |
Definition at line 28 of file open_meteo.py.
searx.engines.open_meteo.response | ( | resp | ) |
Definition at line 100 of file open_meteo.py.
References searx.engines.open_meteo.generate_condition_table().
dict searx.engines.open_meteo.about |
Definition at line 11 of file open_meteo.py.
str searx.engines.open_meteo.api_url = "https://api.open-meteo.com" |
Definition at line 23 of file open_meteo.py.
list searx.engines.open_meteo.categories = ["weather"] |
Definition at line 20 of file open_meteo.py.
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" |
Definition at line 25 of file open_meteo.py.
str searx.engines.open_meteo.geo_url = "https://geocoding-api.open-meteo.com" |
Definition at line 22 of file open_meteo.py.