refactor: Implement structured data collection and configuration modules, replacing legacy city-specific files and updating documentation.

This commit is contained in:
2569718930@qq.com
2026-02-08 20:30:17 +08:00
parent 6505cc9528
commit e5ae0b527a
7 changed files with 50 additions and 4526 deletions
+2 -1
View File
@@ -8,6 +8,7 @@
- **Python 3.11+**
- 依赖安装: `pip install -r requirements.txt`
- **环境变量**: 需在 `.env` 中配置 `METEOBLUE_API_KEY` 以激活伦敦高精度预报。
### 本地运行 (Windows/Linux)
@@ -88,7 +89,7 @@ graph TD
subgraph "Data Engine"
Collector --> OM[Open-Meteo API]
Collector --> MB[Meteoblue Scraper]
Collector --> MB[Meteoblue Weather API]
Collector --> NOAA[METAR Data Center]
Collector --> MGM[Turkish MGM API]
Collector --> NWS[US NWS API]