onstove.OnStove.maximum_net_benefit#

OnStove.maximum_net_benefit(techs: list[onstove.technology.Technology], restriction: bool = True)#

Extracts the technology or technology combinations producing the highest net-benefit in each cell.

It saves the technology with highest net-benefit in the max_benefi_tech column of the gdf GeoDataframe.

Parameters:
techs: list of Technology like objects

Technologies to compare and select the one, or combination of two, that produces the highest net-benefit in each cell.

restriction: bool, default True

Whether to have the restriction to only select technologies that produce a positive benefit compared to the baseline.

See also

run