From 3f4f31d24b4ce0abbecf138383598a9ea6e7b267 Mon Sep 17 00:00:00 2001 From: AmandaloveYang <2569718930@qq.com> Date: Wed, 18 Feb 2026 09:37:55 +0800 Subject: [PATCH] fix: add Paris LFPG to ICAO mapping for METAR data --- src/data_collection/weather_sources.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/data_collection/weather_sources.py b/src/data_collection/weather_sources.py index c0fc4c91..1ca3fcaf 100644 --- a/src/data_collection/weather_sources.py +++ b/src/data_collection/weather_sources.py @@ -33,6 +33,7 @@ class WeatherDataCollector: "toronto": "CYYZ", # Toronto Pearson "wellington": "NZWN", # Wellington International "buenos aires": "SAEZ", # Ezeiza International + "paris": "LFPG", # Charles de Gaulle } def __init__(self, config: dict):