Commit Graph

108 Commits

Author SHA1 Message Date
2569718930@qq.com 42b9c2780e feat: Introduce initial web application structure with dark theme styling, data collection, and client-side logic. 2026-03-05 21:40:37 +08:00
2569718930@qq.com e4a5be660f feat: Implement PolyWeather web application with FastAPI backend for weather data analysis and a Leaflet-based frontend. 2026-03-05 18:02:11 +08:00
2569718930@qq.com c6cf2c79a1 feat: Implement initial PolyWeather map application frontend with dark theme UI and data collection module. 2026-03-05 17:10:52 +08:00
2569718930@qq.com 1df14c6d3b feat: Implement city risk profiles data collection. 2026-03-05 17:00:24 +08:00
2569718930@qq.com 5bbbd33e2b feat: Add multi-source weather data collector with support for OpenWeatherMap, Visual Crossing, and NOAA METAR. 2026-03-05 16:55:29 +08:00
2569718930@qq.com eabdb5e772 feat: introduce WeatherDataCollector class for multi-source weather data collection from OpenWeatherMap, Visual Crossing, and NOAA METAR. 2026-03-05 16:42:57 +08:00
2569718930@qq.com 5f04506aad feat: Implement PolyWeather web map API with FastAPI, integrating existing weather data collection and analysis modules. 2026-03-05 16:33:00 +08:00
2569718930@qq.com a1416d1324 feat: introduce PolyWeather application with an interactive map, detailed city weather, trend analysis, and a supporting API. 2026-03-05 04:28:35 +08:00
2569718930@qq.com 7c087b2c81 feat: Implement PolyWeather web map API and its multi-source weather data collection module. 2026-03-05 01:50:38 +08:00
2569718930@qq.com eee159c533 feat: introduce dark theme styling for the web UI and a module for weather data sources. 2026-03-05 01:41:14 +08:00
2569718930@qq.com 620a3f49a3 feat: Add multi-source weather data collection including OpenWeatherMap, Visual Crossing, and NOAA METAR. 2026-03-05 01:34:35 +08:00
2569718930@qq.com 880aa2ca1e feat: Implement initial web application with a Leaflet map, city weather details, and temperature trend visualization. 2026-03-05 01:21:04 +08:00
2569718930@qq.com 30c530c345 feat: Implement multi-source weather data collection from OpenWeatherMap, Visual Crossing, and NOAA METAR, alongside new project documentation. 2026-03-04 22:26:19 +08:00
2569718930@qq.com 9f02b4c452 feat: add WeatherDataCollector for multi-source weather data from OpenWeatherMap, Visual Crossing, and NOAA METAR. 2026-03-04 19:50:03 +08:00
2569718930@qq.com 9e5fc418de feat: Extract weather trend analysis into a new shared module and add initial web application and data collection components. 2026-03-04 19:47:19 +08:00
2569718930@qq.com 36d438e811 feat: Introduce PolyWeather web application with multi-source weather data collection from various APIs. 2026-03-04 19:00:51 +08:00
2569718930@qq.com bd03f5c05a feat: Implement initial PolyWeather web map API with comprehensive weather data collection, analysis, and Polymarket integration. 2026-03-04 18:20:15 +08:00
2569718930@qq.com 0917f8d010 feat: Add multi-source weather data collection and a web application for display. 2026-03-04 17:11:20 +08:00
2569718930@qq.com 7329dd728e refactor: extract trend_engine, unify probability engine across bot and web, add unit tests 2026-03-04 02:52:31 +08:00
2569718930@qq.com 3c2749544f feat: record mu and probability snapshots in daily_records for accuracy tracking 2026-03-04 02:41:21 +08:00
2569718930@qq.com 0ce9ec25c3 fix: sync reality-anchored mu to bot, add graded severity, prohibit P0-P4 output 2026-03-04 02:09:29 +08:00
2569718930@qq.com ccd362d6e5 refactor: remove weather anim, rewrite AI prompt with graded severity and 6-point fix 2026-03-04 02:05:39 +08:00
2569718930@qq.com fd24d369aa fix: reality-anchored probability engine and forecast bust AI detection 2026-03-04 01:52:21 +08:00
2569718930@qq.com 706b4eda3f fix: explicitly pass proxies to Groq AI requests and add detailed logging 2026-03-03 23:10:10 +08:00
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