feat: enhance cinematic interaction description and add Multi-Model Forecast panel synchronization.

This commit is contained in:
2569718930@qq.com
2026-03-04 03:50:50 +08:00
parent 910c28eda0
commit 6823559bf4
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ PolyWeather is a weather analysis tool built for prediction markets like **Polym
- **Global Overview**: Real-time Leaflet-based dark-themed map pinpointed to official Polymarket settlement airport coordinates.
- **Progressive Background Loading**: Intelligently fetches multi-source data across all cities without hitting API rate limits.
- **Rich Visualization**: Chart.js-powered temperature trends with METAR scatter overlay, multi-model comparison bars, Gaussian probability distribution, and dynamic risk badges.
- **Cinematic Interaction**: City selection triggers a smooth fly-to zoom animation on the map.
- **Cinematic Interaction & Sync**: City selection triggers a smooth fly-to zoom animation. The **Multi-Model Forecast** panel automatically synchronizes with the selected day in the 5-day forecast table.
- **Dual-Engine Architecture**: Runs concurrently with the Telegram bot via a FastAPI backend, sharing the same data collection, analysis logic (`analyze_weather_trend`), and AI prompt pipeline.
### 2. 🧬 Dynamic Ensemble Blending (DEB Algorithm)
+1 -1
View File
@@ -27,7 +27,7 @@ PolyWeather 是一款专为 **Polymarket** 等预测市场打造的天气分析
- **全球纵览**:基于 Leaflet 的暗黑全屏实时地图,直接采用官方结算机场经纬度进行追踪与显示。
- **渐进式数据流加载**:进图后智能在后台无感知拉取,不触发 API 频率限制。
- **丰富的数据可视化**:Chart.js 温度走势图叠加 METAR 实测散点,多模型对比条形图,高斯概率分布条,实时风险等级色彩系统。
- **镜头联动**:点击城市触发平滑飞入缩放动画
- **镜头与日期联动**:点击城市平滑飞入。**多模型预报区域**会根据“逐日预报”选中的日期自动刷新(支持未来 3-5 天的各模型对比与 DEB 融合值切换)
- **双引擎共生**FastAPI 后端与 Telegram Bot 共享同一份分析逻辑(`analyze_weather_trend`)和 AI Prompt 管线,确保两端输出完全一致。
### 2. 🧬 动态权重集合预报 (DEB 算法)