Commit Graph

90 Commits

Author SHA1 Message Date
2569718930@qq.com b3f46430ad feat: Introduce comprehensive weather data querying, analysis, and display services, integrate Polymarket data collection, and add Telegram notification utilities. 2026-03-11 10:23:33 +08:00
2569718930@qq.com b1e75d13d8 feat: introduce WeatherDataCollector class for multi-source weather data retrieval, caching, and rate limiting. 2026-03-11 07:11:17 +08:00
2569718930@qq.com f7e7e0ea20 feat: Add multi-source weather data collection with a new Flask API and refine the bot's forecast display logic. 2026-03-11 06:33:25 +08:00
2569718930@qq.com 8712335ffd feat: Implement PolyWeather web map API by reusing existing analysis logic and centralize weather data collection. 2026-03-11 05:42:05 +08:00
2569718930@qq.com 41efaa1140 feat(weather_sources): parse Retry-After header from Open-Meteo 429 response to dynamically adjust cooldown instead of hardcoded 15m 2026-03-11 05:10:53 +08:00
2569718930@qq.com 535b2b0446 feat: add disk-based cache persistence for Open-Meteo to eliminate cold-start empty cache gaps 2026-03-11 04:39:20 +08:00
2569718930@qq.com 7f84314bcc fix: add Open-Meteo 429 shared cooldown timer to break retry death spiral on cold start 2026-03-11 04:32:32 +08:00
2569718930@qq.com 4b51e0dd15 feat: add 10min function-level cache to fetch_metar with stale fallback on error 2026-03-11 04:23:13 +08:00
2569718930@qq.com ffb88ae61d feat: implement multi-source weather data collection including OpenWeatherMap, Visual Crossing, and METAR with caching. 2026-03-11 03:40:25 +08:00
2569718930@qq.com 4e6cb1071c feat: Implement Telegram push notifications for weather and market conditions and a Polymarket read-only data interface. 2026-03-11 02:13:38 +08:00
2569718930@qq.com d6434bf174 feat: Add weather alert engine, Polymarket data reader, and Telegram notification utility. 2026-03-11 01:56:22 +08:00
2569718930@qq.com fb1c88463f feat: Add multi-source weather data collection (OpenWeatherMap, Meteoblue, Visual Crossing, METAR) and Polygon wallet watching functionality, introducing new configuration variables. 2026-03-10 11:51:43 +08:00
2569718930@qq.com 396c373cba feat: implement PolyWeather dashboard with map UI, data collection, analysis, and comprehensive documentation. 2026-03-10 09:02:56 +08:00
2569718930@qq.com aab4477ab3 feat: Implement the PolyWeather dashboard including frontend components, data collection, analysis, and API endpoints. 2026-03-10 04:45:40 +08:00
2569718930@qq.com d184bc323c feat: introduce PolyWeather web map API and frontend with integrated weather data collection and analysis. 2026-03-09 04:41:24 +08:00
2569718930@qq.com 0417387c0b feat: introduce PolyWeather web API and frontend for interactive weather data display, centralizing data collection and analysis. 2026-03-08 12:59:45 +08:00
2569718930@qq.com 1655a026e8 feat: Implement multi-source weather data collection from OpenWeatherMap, Visual Crossing, and NOAA METAR sources. 2026-03-08 09:57:08 +08:00
2569718930@qq.com 43b7c1b480 feat: Implement PolyWeather application with a map-based frontend, Python web services, market alert engine, and supporting utilities. 2026-03-06 12:31:15 +08:00
2569718930@qq.com 86c15d2fd2 feat: introduce PolyWeather web map API for interactive weather data visualization, analysis, and market-related data collection. 2026-03-06 10:04:00 +08:00
2569718930@qq.com d9876256b3 feat: Implement initial PolyWeather application with interactive map UI, backend API, and Polymarket data client. 2026-03-06 09:38:28 +08:00
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 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 c8a7fe8548 fix(ci): format code and fix ruff lintings issues 2026-03-03 00:12:16 +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 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 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