diff --git "a/rules/infrastructures/b\303\242timents.publicodes" "b/rules/infrastructures/b\303\242timents.publicodes" index afa6c24..56fb5de 100644 --- "a/rules/infrastructures/b\303\242timents.publicodes" +++ "b/rules/infrastructures/b\303\242timents.publicodes" @@ -1,4 +1,4 @@ -bâtiments: +infrastructures . bâtiments: titre: Bâtiments formule: somme: @@ -7,47 +7,47 @@ bâtiments: - temporaire unité: kgCO2e -bâtiments . facteur amortissement: +infrastructures . bâtiments . facteur amortissement: formule: informations . nombre de jours / (commun . jours par an * 50) note: | Bâtiments amortis sur 50 ans. On fait l'hypothèse que le bâtiment reste "non amorti" même s'il date de plus de 50 ans pour limiter les paramètres, au vu de l'impact négligeable. -bâtiments . béton: +infrastructures . bâtiments . béton: formule: surface * empreinte par m2 * facteur amortissement unité: kgCO2e -bâtiments . béton . surface: +infrastructures . bâtiments . béton . surface: titre: Surface des bâtiments béton question: Quelle est la surface des bâtiments "structure béton" utilisés pour l'événement ? plancher: 0 par défaut: 0 unité: m2 -bâtiments . béton . empreinte par m2: +infrastructures . bâtiments . béton . empreinte par m2: formule: 825 unité: kgCO2e/m2 note: | Facteur d'émission issu de la base empreinte "Bâtiment industriel/structure en béton". -bâtiments . métallique: +infrastructures . bâtiments . métallique: formule: surface * empreinte par m2 * facteur amortissement unité: kgCO2e -bâtiments . métallique . surface: +infrastructures . bâtiments . métallique . surface: titre: Surface des bâtiments structure métallique question: Quelle est la surface des bâtiments "structure métallique" utilisés pour l'événement ? plancher: 0 par défaut: 500 unité: m2 -bâtiments . métallique . empreinte par m2: +infrastructures . bâtiments . métallique . empreinte par m2: formule: 275 unité: kgCO2e/m2 note: | Facteur d'émission issu de la base empreinte "Bâtiment industriel/structure métallique". -bâtiments . temporaire: +infrastructures . bâtiments . temporaire: titre: Barnums formule: 0 unité: kgCO2e diff --git "a/rules/infrastructures/sc\303\251nographie.publicodes" "b/rules/infrastructures/sc\303\251nographie.publicodes" index 8c26f7f..81936c9 100644 --- "a/rules/infrastructures/sc\303\251nographie.publicodes" +++ "b/rules/infrastructures/sc\303\251nographie.publicodes" @@ -4,7 +4,6 @@ infrastructures . scénographie: somme: - fret - matériel - - décor unité: kgCO2e infrastructures . scénographie . nombre petites scènes: @@ -22,6 +21,7 @@ infrastructures . scénographie . nombre grandes scènes: unité: scène infrastructures . scénographie . fret: + titre: Transport des scènes formule: tonnes km total * empreinte par tonnes km note: | On considère que l'empreinte des scènes réside dans le fret. @@ -79,6 +79,7 @@ infrastructures . scénographie . fret . charge moyenne: Charge moyenne des semi-remorques pour le transport du matériel de scène. infrastructures . scénographie . matériel: + titre: Location de matériel formule: dépenses * ratio monétaire * facteur amortissement unité: kgCO2e note: | diff --git a/ui.yaml b/ui.yaml index 08f3e6c..e86aca7 100644 --- a/ui.yaml +++ b/ui.yaml @@ -20,7 +20,12 @@ categories: sub: [transport . public, transport . artistes] infrastructures: index: 3 - sub: [bâtiments, infrastructures . scénographie] + sub: + [ + infrastructures . bâtiments, + infrastructures . scénographie . fret, + infrastructures . scénographie . matériel, + ] hébergement: index: 4 sub: [hébergement . bénévoles, hébergement . public, hébergement . artistes]