Skip to content

Commit

Permalink
Garder que les flux qui impactent les N20 et totals pour améliorer la…
Browse files Browse the repository at this point in the history
… vitesse
  • Loading branch information
hfroot committed Aug 21, 2023
1 parent a185879 commit 3fbd8aa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions calculations/flux/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ function getAnnualFluxes (communes, options) {
fluxes = replaceWithOverride(fluxes, areas, from, to, 'litière')
})

fluxes = fluxes.filter((f) => !!f.co2e)
fluxes.push(...getNitrousOxideEmissions(fluxes))
// TODO: aggregations for display
// - produits bois details
Expand Down

0 comments on commit 3fbd8aa

Please sign in to comment.