巴黎温度行标注"AROME预报"以区分于站点实测
八城中仅巴黎为模型数据,其余七城为机场站点实测。 消息中明确标注避免混淆。 Tested: pytest 176 passed, ruff check 通过
This commit is contained in:
@@ -780,7 +780,8 @@ def _build_airport_status_message(
|
|||||||
for (r1, r2), (t, _d) in zip(runway_pairs, runway_temps):
|
for (r1, r2), (t, _d) in zip(runway_pairs, runway_temps):
|
||||||
lines.append(f"{r1}/{r2} {t:.1f}°C")
|
lines.append(f"{r1}/{r2} {t:.1f}°C")
|
||||||
elif station_temp is not None:
|
elif station_temp is not None:
|
||||||
lines.append(f"当前实测:{station_temp:.1f}°C")
|
label = "AROME预报" if city == "paris" else "当前实测"
|
||||||
|
lines.append(f"{label}:{station_temp:.1f}°C")
|
||||||
if deb_pred is not None:
|
if deb_pred is not None:
|
||||||
lines.append(f"今日DEB预报最高:{deb_pred:.1f}°C")
|
lines.append(f"今日DEB预报最高:{deb_pred:.1f}°C")
|
||||||
max_so_far, max_temp_time = _get_airport_daily_high(city_weather)
|
max_so_far, max_temp_time = _get_airport_daily_high(city_weather)
|
||||||
|
|||||||
Reference in New Issue
Block a user