diff --git a/docs/release-notes.md b/docs/release-notes.md index 7810748..00bf715 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -6,7 +6,9 @@ SPDX-License-Identifier: MIT # Release Notes - +## Upcoming Version + +* Updated Global Energy Monitor / Transition Zero datasets to the latest versions (February 2026) for wind and solar power plants. ## [v0.8.0](https:://github.com/PyPSA/powerplantmatching/releases/tag/v0.8.0) (13th Januarary 2026) diff --git a/powerplantmatching/data.py b/powerplantmatching/data.py index abc5456..01bc996 100644 --- a/powerplantmatching/data.py +++ b/powerplantmatching/data.py @@ -2067,9 +2067,7 @@ def GSPT(raw=False, update=False, config=None): config = get_config() if config is None else config fn = get_raw_file("GSPT", update=update, config=config) - large = pd.read_excel(fn, sheet_name="20 MW+") - small = pd.read_excel(fn, sheet_name="1-20 MW") - df = pd.concat([large, small], ignore_index=True) + df = pd.read_excel(fn, sheet_name="Utility-Scale (1 MW+)") if raw: return df diff --git a/powerplantmatching/package_data/config.yaml b/powerplantmatching/package_data/config.yaml index 4c0090a..79c847c 100644 --- a/powerplantmatching/package_data/config.yaml +++ b/powerplantmatching/package_data/config.yaml @@ -195,14 +195,14 @@ GWPT: net_capacity: false reliability_score: 6 status: ["operating", "retired", "construction"] - fn: Global-Wind-Power-Tracker-February-2025.xlsx - url: https://tubcloud.tu-berlin.de/s/L4AssxsisA6ENRb/download/Global-Wind-Power-Tracker-February-2025.xlsx + fn: Global-Wind-Power-Tracker-February-2026.xlsx + url: https://tubcloud.tu-berlin.de/s/mN7sbGDAQqd8yLD/download/Global-Wind-Power-Tracker-February-2026.xlsx GSPT: net_capacity: false reliability_score: 6 status: ["operating", "retired", "construction"] - fn: Global-Solar-Power-Tracker-February-2025.xlsx - url: https://tubcloud.tu-berlin.de/s/iWZ7j3zsCGfyJ5f/download/Global-Solar-Power-Tracker-February-2025.xlsx + fn: Global-Solar-Power-Tracker-February-2026.xlsx + url: https://tubcloud.tu-berlin.de/s/Lx8KRcKBMPd2QrZ/download/Global-Solar-Power-Tracker-February-2026.xlsx GBPT: net_capacity: false reliability_score: 6