Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: implement pre-treatments at the Ennobling step. #601

Closed
wants to merge 13 commits into from
166 changes: 157 additions & 9 deletions public/data/textile/processes.json
Original file line number Diff line number Diff line change
Expand Up @@ -2923,13 +2923,13 @@
"alias": "dyeing-cellulosic-fiber"
},
{
"name": "Blanchiment",
"info": "Textile > Ennoblissement > Blanchiment",
"name": "Blanchiment (pré-traitement)",
"info": "Textile > Ennoblissement > Pré-traitement",
"unit": "kg",
"source": "Ecoinvent 3.9.1",
"correctif": "",
"source": "Ecobalyse",
"correctif": "non applicable",
"step_usage": "Ennoblissement",
"uuid": "blanchiment",
"uuid": "6976b6c6-e644-4e48-8ef8-705f281e3165",
"impacts": {
"acd": 0,
"cch": 0,
Expand All @@ -2950,15 +2950,163 @@
"swe": 0,
"tre": 0,
"wtu": 0,
"ecs": 11.066608295453653,
"pef": 12.122376319214194
"ecs": 0,
"pef": 0
},
"heat_MJ": 10.74,
"heat_MJ": 5.4,
"elec_pppm": 0,
"elec_MJ": 1.61,
"elec_MJ": 0.72,
"waste": 0,
"alias": "bleaching"
},
{
"name": "Dégraissage/Débouillissage",
"info": "Textile > Ennoblissement > Pré-traitement",
"unit": "kg",
"source": "Ecobalyse",
"correctif": "non applicable",
"step_usage": "Ennoblissement",
"uuid": "b3daab52-469f-4f44-9bcc-3cd26f03a464",
"impacts": {
"acd": 0,
"cch": 0,
"etf": 0,
"etf-c": 0,
"fru": 0,
"fwe": 0,
"htc": 0,
"htc-c": 0,
"htn": 0,
"htn-c": 0,
"ior": 0,
"ldu": 0,
"mru": 0,
"ozd": 0,
"pco": 0,
"pma": 0,
"swe": 0,
"tre": 0,
"wtu": 0,
"ecs": 0,
"pef": 0
},
"heat_MJ": 13.5,
"elec_pppm": 0,
"elec_MJ": 1.08,
"waste": 0,
"alias": "scouring"
},
{
"name": "Mercerisage",
"info": "Textile > Ennoblissement > Pré-traitement",
"unit": "kg",
"source": "Ecobalyse",
"correctif": "non applicable",
"step_usage": "Ennoblissement",
"uuid": "cd2d67be-bb9d-4e2f-b630-c29202d11c7d",
"impacts": {
"acd": 0,
"cch": 0,
"etf": 0,
"etf-c": 0,
"fru": 0,
"fwe": 0,
"htc": 0,
"htc-c": 0,
"htn": 0,
"htn-c": 0,
"ior": 0,
"ldu": 0,
"mru": 0,
"ozd": 0,
"pco": 0,
"pma": 0,
"swe": 0,
"tre": 0,
"wtu": 0,
"ecs": 0,
"pef": 0
},
"heat_MJ": 2.7,
"elec_pppm": 0,
"elec_MJ": 0.36,
"waste": 0,
"alias": "mercerising"
},
{
"name": "Lavage",
"info": "Textile > Ennoblissement > Pré-traitement",
"unit": "kg",
"source": "Ecobalyse",
"correctif": "non applicable",
"step_usage": "Ennoblissement",
"uuid": "4502296d-a860-470b-8934-8714d43506d5",
"impacts": {
"acd": 0,
"cch": 0,
"etf": 0,
"etf-c": 0,
"fru": 0,
"fwe": 0,
"htc": 0,
"htc-c": 0,
"htn": 0,
"htn-c": 0,
"ior": 0,
"ldu": 0,
"mru": 0,
"ozd": 0,
"pco": 0,
"pma": 0,
"swe": 0,
"tre": 0,
"wtu": 0,
"ecs": 0,
"pef": 0
},
"heat_MJ": 10.8,
"elec_pppm": 0,
"elec_MJ": 0.72,
"waste": 0,
"alias": "washing"
},
{
"name": "Désencollage",
"info": "Textile > Ennoblissement > Pré-traitement",
"unit": "kg",
"source": "Ecobalyse",
"correctif": "non applicable",
"step_usage": "Ennoblissement",
"uuid": "c0fc6425-9c6f-4418-94f3-e9f1e40bbc90",
"impacts": {
"acd": 0,
"cch": 0,
"etf": 0,
"etf-c": 0,
"fru": 0,
"fwe": 0,
"htc": 0,
"htc-c": 0,
"htn": 0,
"htn-c": 0,
"ior": 0,
"ldu": 0,
"mru": 0,
"ozd": 0,
"pco": 0,
"pma": 0,
"swe": 0,
"tre": 0,
"wtu": 0,
"ecs": 0,
"pef": 0
},
"heat_MJ": 3.2,
"elec_pppm": 0,
"elec_MJ": 0.36,
"waste": 0,
"alias": "desizing"
},
{
"name": "Impression (pigmentaire)",
"info": "Textile > Ennoblissement > Impression",
Expand Down
Loading