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):