From 178860af4a2ec6b4355e3202f69a8f50a5ff7572 Mon Sep 17 00:00:00 2001 From: Fabian Neumann Date: Sun, 16 Aug 2026 17:53:16 +0200 Subject: [PATCH] include OSM in matching --- powerplantmatching/package_data/config.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/powerplantmatching/package_data/config.yaml b/powerplantmatching/package_data/config.yaml index aced4f37..1c8eb6ce 100644 --- a/powerplantmatching/package_data/config.yaml +++ b/powerplantmatching/package_data/config.yaml @@ -31,6 +31,7 @@ matching_sources: - GEM: Capacity >= 3 and not (Country == 'Germany' and Fueltype == 'Wind') # do not match units below 1 MW (2 MW for biogas, 3 MW for solar), exclude wind in Germany from any matching - MASTR: (Fueltype != 'Wind') and ((Fueltype == 'Solar' and Capacity >= 3) or (Fueltype == 'Biogas' and Capacity >= 2) or (Fueltype not in ['Solar', 'Biogas'] and Capacity >= 1)) + - OSM: Capacity >= 1 - EESI - GHR