Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions entsoe/mappings.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down Expand Up @@ -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'],
Expand Down