Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

correctly parse XK, MD, MK countries with pycountry #198

Merged
merged 1 commit into from
Aug 30, 2024
Merged
Show file tree
Hide file tree
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
13 changes: 11 additions & 2 deletions doc/release-notes.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,17 @@
Release Notes
==============

.. Upcoming Version
.. ----------------
Upcoming Version
----------------

Version 0.5.18 (30.08.2024)
---------------------------

* Treat Kosovo as separate country and do not assign powerplants to Serbia.

* Correctly reference North Macedonia and Moldova for ``pycountry`` matching.

* See full list of changes `here <https://github.com/PyPSA/powerplantmatching/releases/tag/v0.5.18>`__.

Version 0.5.17 (23.08.2024)
---------------------------
Expand Down
5 changes: 3 additions & 2 deletions powerplantmatching/package_data/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -243,11 +243,12 @@ target_countries:
- Hungary
- Ireland
- Italy
- Kosovo
- Latvia
- Lithuania
- Luxembourg
- Macedonia, Republic of
- Moldova
- North Macedonia
- Moldova, Republic of
- Montenegro
- Netherlands
- Norway
Expand Down
4 changes: 2 additions & 2 deletions powerplantmatching/package_data/parsed_locations.csv
Original file line number Diff line number Diff line change
Expand Up @@ -1994,15 +1994,15 @@ Gasturbiner Malmö,Sweden,55.604981,13.003822
Gasturbiner Halmstad,Sweden,56.6743748,12.8577884
TENT B,Serbia,44.6540082,20.0084405
HE DJERDAP II,Serbia,44.016521,21.005859
TE KOSOVO B,Serbia,42.6937069,21.0583365
TE KOSOVO B,Kosovo,42.6937069,21.0583365
TETO ZRENJANIN,Serbia,45.3834283,20.3906166
HE BAJINA BASTA,Serbia,43.9636192,19.409811
HE ZVORNIK,Serbia,44.016521,21.005859
TE MORAVA,Serbia,44.20574536720186,21.22756176735834
TE KOSTOLAC A,Serbia,44.7230391,21.1707377
TENT A,Serbia,44.6715234,20.1562261
TETO NOVI SAD,Serbia,45.2396085,19.8227056
TE KOSOVO A,Serbia,44.016521,21.005859
TE KOSOVO A,Kosovo,42.6937069,21.0583365
HE Kokin Brod,Serbia,43.5187092,19.8115693
RHE BAJINA BASTA,Serbia,43.9711484,19.5661113
TE KOLUBARA,Serbia,44.4611502789004,20.09957550924858
Expand Down
Loading