Spaces:
Sleeping
Sleeping
| { | |
| "metadata": { | |
| "titre": "LOGIGRAMME OPTIMISE POUR UNE MP VEGETALE ET ANIMALE", | |
| "exclusion": "HORS PRODUIT DERIVE DU SOJA", | |
| "description": "Logigramme optimisé d'aide à l'application du Guide de calcul de l'impact carbone des aliments composés.", | |
| "regles_generales": [ | |
| "Attribuer une valeur de facteur d'emission a tous les intrants.", | |
| "Si provenance inconnue : retenir le facteur le plus defavorable.", | |
| "Si provenance connue mais donnee inexistante : prendre la donnee generique la plus pertinente.", | |
| "Si absence dans GFLI ou ECOALIM : possibilite d'utiliser une base reconnue (ex: Agribalyse) en justifiant le choix." | |
| ] | |
| }, | |
| "flowchart": { | |
| "start_node": "node_1", | |
| "nodes": [ | |
| { | |
| "id": "node_1", | |
| "type": "question", | |
| "text": "Connaissez-vous l'endroit ou l'intrant a ete cultive ou produit ?", | |
| "options": [ | |
| { | |
| "label": "Non", | |
| "next_node": "node_provenance_inconnue" | |
| }, | |
| { | |
| "label": "Oui", | |
| "next_node": "node_transformation" | |
| } | |
| ] | |
| }, | |
| { | |
| "id": "node_provenance_inconnue", | |
| "type": "question", | |
| "text": "Quel est le niveau de transformation de l'intrant ?", | |
| "options": [ | |
| { | |
| "label": "Intrant brut", | |
| "next_node": "node_base_gfli_defaut" | |
| }, | |
| { | |
| "label": "Intrant transforme ou coproduit", | |
| "next_node": "node_base_gfli_defaut" | |
| } | |
| ] | |
| }, | |
| { | |
| "id": "node_transformation", | |
| "type": "question", | |
| "text": "Quel est le niveau de transformation de l'intrant ?", | |
| "options": [ | |
| { | |
| "label": "Intrant brut", | |
| "next_node": "node_localisation_brut" | |
| }, | |
| { | |
| "label": "Intrant transforme ou coproduit", | |
| "next_node": "node_localisation_transforme" | |
| } | |
| ] | |
| }, | |
| { | |
| "id": "node_localisation_brut", | |
| "type": "question", | |
| "text": "L'intrant brut est-il cultive en France ?", | |
| "options": [ | |
| { | |
| "label": "Oui", | |
| "next_node": "node_base_ecoalim" | |
| }, | |
| { | |
| "label": "Non", | |
| "next_node": "node_base_gfli_pays" | |
| } | |
| ] | |
| }, | |
| { | |
| "id": "node_localisation_transforme", | |
| "type": "question", | |
| "text": "Ou l'intrant est-il transforme ?", | |
| "options": [ | |
| { | |
| "label": "Transforme en France avec MP francaise", | |
| "next_node": "node_base_ecoalim" | |
| }, | |
| { | |
| "label": "Transforme en France avec MP non francaise ou inconnue", | |
| "next_node": "node_base_gfli_fr" | |
| }, | |
| { | |
| "label": "Transforme hors France", | |
| "next_node": "node_base_gfli_pays" | |
| } | |
| ] | |
| }, | |
| { | |
| "id": "node_base_ecoalim", | |
| "type": "question", | |
| "text": "La valeur existe-t-elle dans ECOALIM ?", | |
| "options": [ | |
| { | |
| "label": "Oui", | |
| "next_node": "node_result_with_process_option" | |
| }, | |
| { | |
| "label": "Non", | |
| "next_node": "node_base_gfli_check" | |
| } | |
| ] | |
| }, | |
| { | |
| "id": "node_base_gfli_fr", | |
| "type": "question", | |
| "text": "La valeur France existe-t-elle dans le GFLI ?", | |
| "options": [ | |
| { | |
| "label": "Oui", | |
| "next_node": "node_result_with_process_option" | |
| }, | |
| { | |
| "label": "Non", | |
| "next_node": "node_mix_geo" | |
| } | |
| ] | |
| }, | |
| { | |
| "id": "node_base_gfli_pays", | |
| "type": "question", | |
| "text": "La valeur du pays existe-t-elle dans le GFLI ?", | |
| "options": [ | |
| { | |
| "label": "Oui", | |
| "next_node": "node_result_with_process_option" | |
| }, | |
| { | |
| "label": "Non", | |
| "next_node": "node_mix_geo" | |
| } | |
| ] | |
| }, | |
| { | |
| "id": "node_base_gfli_defaut", | |
| "type": "question", | |
| "text": "La valeur la plus defavorable existe-t-elle dans le GFLI ?", | |
| "options": [ | |
| { | |
| "label": "Oui", | |
| "next_node": "node_result_final" | |
| }, | |
| { | |
| "label": "Non", | |
| "next_node": "node_base_ecoalim_check" | |
| } | |
| ] | |
| }, | |
| { | |
| "id": "node_base_ecoalim_check", | |
| "type": "question", | |
| "text": "Existe-t-il une valeur pertinente dans ECOALIM ?", | |
| "options": [ | |
| { | |
| "label": "Oui", | |
| "next_node": "node_result_final" | |
| }, | |
| { | |
| "label": "Non", | |
| "next_node": "node_schema_proche" | |
| } | |
| ] | |
| }, | |
| { | |
| "id": "node_base_gfli_check", | |
| "type": "question", | |
| "text": "La valeur existe-t-elle dans le GFLI ?", | |
| "options": [ | |
| { | |
| "label": "Oui", | |
| "next_node": "node_result_with_process_option" | |
| }, | |
| { | |
| "label": "Non", | |
| "next_node": "node_schema_proche" | |
| } | |
| ] | |
| }, | |
| { | |
| "id": "node_mix_geo", | |
| "type": "question", | |
| "text": "L'intrant provient-il d'Europe ?", | |
| "options": [ | |
| { | |
| "label": "Oui", | |
| "next_node": "node_mix_rer" | |
| }, | |
| { | |
| "label": "Non", | |
| "next_node": "node_mix_glo" | |
| } | |
| ] | |
| }, | |
| { | |
| "id": "node_mix_rer", | |
| "type": "resultat", | |
| "actions_priorisees": [ | |
| "Utiliser la valeur Mix Europeen (RER) du GFLI", | |
| "Si inexistante, utiliser le schema le plus proche", | |
| "Documenter le choix" | |
| ] | |
| }, | |
| { | |
| "id": "node_mix_glo", | |
| "type": "resultat", | |
| "actions_priorisees": [ | |
| "Utiliser la valeur Mix Monde (GLO) du GFLI", | |
| "Si inexistante, utiliser le schema le plus proche", | |
| "Documenter le choix" | |
| ] | |
| }, | |
| { | |
| "id": "node_result_with_process_option", | |
| "type": "resultat", | |
| "actions_priorisees": [ | |
| "Utiliser la valeur identifiee dans la base prioritaire", | |
| "Documenter la source et les hypotheses" | |
| ] | |
| }, | |
| { | |
| "id": "node_schema_proche", | |
| "type": "resultat", | |
| "actions_priorisees": [ | |
| "Utiliser la valeur correspondant a l'intrant ayant le schema cultural ou le process le plus proche", | |
| "Justifier le choix methodologique", | |
| "Documenter l'hypothese retenue" | |
| ] | |
| }, | |
| { | |
| "id": "node_result_final", | |
| "type": "resultat", | |
| "actions_priorisees": [ | |
| "Utiliser la valeur identifiee dans la base prioritaire", | |
| "Documenter la source utilisee", | |
| "Conserver la tracabilite du choix" | |
| ] | |
| } | |
| ] | |
| } | |
| } |