From edcb016ed95d0075483945a59e9078875da83d2a Mon Sep 17 00:00:00 2001 From: "Emilio J. Palacios-Garcia" Date: Mon, 29 Sep 2025 13:04:14 +0100 Subject: [PATCH] add mappings for Northern Ireland SONI CA --- entsoe/mappings.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/entsoe/mappings.py b/entsoe/mappings.py index 443152d..904b371 100644 --- a/entsoe/mappings.py +++ b/entsoe/mappings.py @@ -82,6 +82,7 @@ def has_code(cls, code:str)->bool: IS = 'IS', 'Iceland', 'Atlantic/Reykjavik', IE_SEM = '10Y1001A1001A59C', 'Ireland (SEM) BZ / MBA', 'Europe/Dublin', IE = '10YIE-1001A00010', 'Ireland, EirGrid CA', 'Europe/Dublin', + NIE = '10Y1001A1001A016', 'Northern Ireland, SONI CA', 'Europe/London', IT = '10YIT-GRTN-----B', 'Italy, IT CA / MBA', 'Europe/Rome', IT_SACO_AC = '10Y1001A1001A885', 'Italy_Saco_AC', 'Europe/Rome', IT_CALA = '10Y1001C--00096J', 'IT-Calabria BZ', 'Europe/Rome', @@ -344,6 +345,8 @@ def has_code(cls, code:str)->bool: 'SE_3': ['DK_1', 'FI', 'NO_1', 'SE_2', 'SE_4'], 'LV': ['EE', 'LT', 'RU'], 'IE_SEM': ['GB'], + 'IE': ['GB', 'NIE'], + 'NIE': ['GB', 'IE'], 'BA': ['HR', 'ME', 'RS'], 'NO_1': ['NO_2', 'NO_3', 'NO_5', 'SE_3'], 'SE_4': ['DE_AT_LU', 'DE_LU', 'DK_2', 'LT', 'PL', 'SE_3'],