撤回 METAR 兜底,改走 CWA 10min 实时数据(需配 API key)
This commit is contained in:
@@ -856,7 +856,7 @@ class WeatherDataCollector(OpenMeteoCacheMixin, SettlementSourceMixin, MetarSour
|
||||
if (
|
||||
city_lower not in self.CITY_METAR_CLUSTERS
|
||||
or "mgm_nearby" in results
|
||||
or settlement_source in {"hko"}
|
||||
or settlement_source in {"hko", "cwa"}
|
||||
):
|
||||
return
|
||||
cluster_icaos = self.CITY_METAR_CLUSTERS[city_lower]
|
||||
|
||||
Reference in New Issue
Block a user