powerplantmatching icon indicating copy to clipboard operation
powerplantmatching copied to clipboard

Return unit level aggregation instead of power plant level

Open KaneM2 opened this issue 4 years ago • 2 comments

I was wondering is there a way of returning unit level aggregation of the power plants without the vertical aggregation? e.g instead of returning Belleville, Nuclear, 2620 MW there would be two rows , Belleville 1 , Nuclear , 1310 MW and Belleville 2 , Nuclear , 1310 MW

KaneM2 avatar Nov 11 '21 19:11 KaneM2

I think most of the matching depends on aggregated units. A hack would be in the config.yaml to mark datasets that have individual units as aggregated_units: True. Any one dataset, e.g. pm.data.GEM() would return non-aggregated units.

fneum avatar Aug 21 '25 06:08 fneum

Ok, I implemented something experimental for this in #256 and tested it for nuclear power plants.

fneum avatar Aug 23 '25 06:08 fneum