From c7cd05da90e6370ea43d7bff3bf7a5433a4c1b90 Mon Sep 17 00:00:00 2001 From: "2569718930@qq.com" <2569718930@qq.com> Date: Sun, 8 Feb 2026 02:32:18 +0800 Subject: [PATCH] feat: Implement multi-source weather data collection with OpenWeatherMap, Visual Crossing, and NOAA METAR support. --- src/data_collection/weather_sources.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/data_collection/weather_sources.py b/src/data_collection/weather_sources.py index 28d64a32..e16b0e03 100644 --- a/src/data_collection/weather_sources.py +++ b/src/data_collection/weather_sources.py @@ -39,7 +39,7 @@ class WeatherDataCollector: self.config = config self.wunderground_key = config.get("wunderground_api_key") - self.timeout = 10 + self.timeout = 20 # 增加超时以支持多模型请求 self.session = requests.Session() # 设置代理