LCA-ActivityBrowser / activity-browser

GUI for brightway2
GNU Lesser General Public License v3.0
144 stars 55 forks source link

contribution analysis, add another cutoff method #1269

Open marc-vdm opened 5 months ago

marc-vdm commented 5 months ago

Feature request

In (process and EF) contribution analysis, we have two cutoff types: image Relative shows processes with at least that % relative contribution Top # shows that amount of highest contributors Both are useful, I'd like to suggest a third method:

I'd like to suggest adding Top % (name suggestions welcome) which would show all contributors that together add up to at least that percentage. e.g. if this was set to 80%, then all processes would be shown until at least 80% of the cumulative impact was shown, and the remainder would be put under 'rest'.

This is just another way of filtering the data that could be useful.