Commit Graph

84 Commits

Author SHA1 Message Date
2569718930@qq.com 7926cedc97 feat: Introduce a web interface with an interactive map and implement a Dynamic Ensemble Blending (DEB) algorithm for weather prediction. 2026-03-03 21:27:57 +08:00
2569718930@qq.com 7615ac9656 feat(analysis): add AI analyzer module for weather data processing. 2026-03-03 19:57:52 +08:00
2569718930@qq.com c8a7fe8548 fix(ci): format code and fix ruff lintings issues 2026-03-03 00:12:16 +08:00
2569718930@qq.com d3a0f79533 refine(ai): remove dead market conditions from output template to prevent literal copying 2026-03-01 23:19:26 +08:00
2569718930@qq.com 439dfed3f6 refine(ai): priority-ordered analysis P1-P4 with quantitative trigger thresholds 2026-03-01 22:14:48 +08:00
2569718930@qq.com 875c54d27a refine(ai): relax to 3-5 sentences, soften forecast downweight, add quantitative dead-market triggers 2026-03-01 22:13:19 +08:00
2569718930@qq.com 3ed775816b fix: cast to float in get_deb_accuracy to fix str subtraction error 2026-03-01 19:02:20 +08:00
2569718930@qq.com 5fa15e0b1d feat: implement shock_score (wind/cloud/pressure) as soft sigma amplifier 2026-03-01 18:56:50 +08:00
2569718930@qq.com ee535e9efa feat: DEB accuracy tracking - save predictions, compute WU hit rate and MAE 2026-03-01 15:53:29 +08:00
2569718930@qq.com 2b1c7f3209 fix(ai): don't use beaten forecasts to argue 'hard to rise' when actual already exceeds them 2026-02-28 19:16:53 +08:00
2569718930@qq.com 305e2e7a6b feat: auto-prune DEB records older than 14 days to prevent unbounded growth 2026-02-27 22:08:13 +08:00
2569718930@qq.com 97cd48726c fix: extract obs time from rawOb instead of rounded reportTime for precision 2026-02-27 20:32:10 +08:00
2569718930@qq.com fdb6d88697 fix: filter MGM -9999 sentinel values and skip display for missing data 2026-02-27 18:55:39 +08:00
2569718930@qq.com bcc0824e6d feat: real-time μ correction when actual exceeds forecast + Ankara METAR aggressive rounding info for AI 2026-02-27 18:44:46 +08:00
2569718930@qq.com 60463a7eeb fix(ai): require explicit reference to Open-Meteo and DEB forecast values in logic 2026-02-27 18:06:13 +08:00
2569718930@qq.com c56100f3d7 fix(ai): require time-awareness in logic analysis - hours until peak 2026-02-27 16:15:02 +08:00
2569718930@qq.com ef9cd4c9d4 feat: replace AI-computed probability with math-based normal distribution from ensemble data 2026-02-27 14:24:17 +08:00
2569718930@qq.com 37949c222c refactor: remove user-facing forecast warnings, deepen AI logic analysis 2026-02-27 14:19:15 +08:00
2569718930@qq.com b512e692d1 fix(ai): teach WU rounding logic for accurate probability estimation 2026-02-27 14:09:04 +08:00
2569718930@qq.com 42f1a94a7c feat(ai): anchor probability distribution on DEB blended forecast 2026-02-27 14:05:16 +08:00
2569718930@qq.com 8f2b40ae76 feat(ai): add settlement probability distribution to AI output 2026-02-27 14:02:35 +08:00
2569718930@qq.com 652774c127 feat(ai): add retry + fallback model for Groq 500 errors 2026-02-27 13:26:53 +08:00
2569718930@qq.com 78173765c5 feat: Add initial AI analyzer module for weather data analysis. 2026-02-27 02:07:25 +08:00
2569718930@qq.com 596d8144a7 perf(deb): add file lock & caching for high concurrency queries 2026-02-27 01:47:38 +08:00
2569718930@qq.com f60f5601d9 feat(ai): integrate Dynamic Ensemble Blending & simplify user output 2026-02-27 01:43:46 +08:00
2569718930@qq.com ae59fc8278 feat: Add AI analyzer module. 2026-02-27 01:17:15 +08:00
2569718930@qq.com eae41966e2 feat: Introduce AI analysis module and refactor bot_listener.py to prepare weather data for AI-driven insights. 2026-02-27 01:11:28 +08:00
2569718930@qq.com 3aee0e7832 feat: Implement AI analysis and integrate with the bot listener. 2026-02-27 00:14:32 +08:00
2569718930@qq.com be0784ea53 feat: Implement AI analysis and integrate with bot listener. 2026-02-26 23:58:39 +08:00
2569718930@qq.com 9820f7b2a2 feat: add AI analysis module 2026-02-26 23:09:05 +08:00
2569718930@qq.com 98451ff9e5 feat: Implement AI analysis using Groq, replacing Gemini API key configuration. 2026-02-26 23:02:41 +08:00
2569718930@qq.com 59655b4088 feat: Add AI-based weather analysis module. 2026-02-26 22:48:06 +08:00
2569718930@qq.com 989f0f4fd1 feat: implement AI analyzer module 2026-02-26 22:35:44 +08:00
2569718930@qq.com 21a5bcb481 feat: Add ai_analyzer.py, update requirements.txt, and modify bot_listener.py. 2026-02-26 22:24:32 +08:00
2569718930@qq.com 766aa76b71 feat: implement multi-source weather data collection for OpenWeatherMap, Visual Crossing, and NOAA METAR, including Polymarket settlement sources. 2026-02-26 18:20:54 +08:00
2569718930@qq.com 4f3cd3290f feat: introduce WeatherDataCollector for fetching multi-source weather data from OpenWeatherMap, Visual Crossing, and NOAA METAR. 2026-02-23 22:19:20 +08:00
AmandaloveYang 6cc16c938d feat: introduce WeatherDataCollector for multi-source weather data retrieval from OpenWeatherMap, Visual Crossing, and METAR. 2026-02-22 09:54:47 +08:00
AmandaloveYang 6f0eaad6a8 feat: Add a multi-source weather data collection module supporting OpenWeatherMap, Visual Crossing, and METAR. 2026-02-21 10:37:37 +08:00
AmandaloveYang 6ffbdd97f7 feat: Add multi-source weather data collection with OpenWeatherMap, Visual Crossing, and NOAA METAR, including city-to-ICAO mapping and local high temperature calculation. 2026-02-20 20:03:49 +08:00
AmandaloveYang 30f86eab89 refactor: remove legacy trading engine, streamline project to weather-only bot 2026-02-18 09:56:50 +08:00
AmandaloveYang 3f4f31d24b fix: add Paris LFPG to ICAO mapping for METAR data 2026-02-18 09:37:55 +08:00
AmandaloveYang c89ea41441 feat: add Paris (CDG) weather query support 2026-02-18 09:35:34 +08:00
AmandaloveYang d4314ff5d7 feat: show max temperature time in METAR display 2026-02-16 11:09:56 +08:00
AmandaloveYang 22a578f98f feat: plain language analysis + sunrise sunset + MGM pressure cloud data 2026-02-14 13:48:35 +08:00
2569718930@qq.com 694b2f87c4 refactor: Implement structured data collection and configuration modules, replacing legacy city-specific files and updating documentation. 2026-02-08 20:30:17 +08:00
2569718930@qq.com c97265c4e5 feat: Add multi-source weather data collection module and clarify Meteoblue coverage in documentation. 2026-02-08 20:00:59 +08:00
2569718930@qq.com 6560696a37 feat: Implement multi-source weather data collection from OpenWeatherMap, Visual Crossing, and NOAA METAR, and add NYC market-specific data handling. 2026-02-08 19:57:44 +08:00
2569718930@qq.com 9533dea272 feat: Add multi-source weather data collection with OpenWeatherMap, Visual Crossing, and NOAA METAR APIs. 2026-02-08 19:51:42 +08:00
2569718930@qq.com b0e9677815 feat: Add a multi-source weather data collection module with support for OpenWeatherMap, Visual Crossing, and NOAA METAR. 2026-02-08 19:44:41 +08:00
2569718930@qq.com 3bfd1b7c7b feat: Add multi-source weather data collection supporting OpenWeatherMap, Visual Crossing, and NOAA METAR, and include a utility for checking MGM weather data freshness. 2026-02-08 18:15:25 +08:00