Skip to content
Snippets Groups Projects
footwear.json 3.02 KiB
Newer Older
Sam Calisch's avatar
Sam Calisch committed
{
	"comment":"From Lynette Cheah: Manufacturing-focused emissions reductions in footwear production.,  units_produced are parts necessary for a pair of shoes.  electricity used is  kWh, coal used in tons",
	"shoe_mass":{"value":850,"unit":"g"},
	"shoe_component_mass":[
		{"Component":"Upper", "Mass":0.230000, "Unit":"Percent"},
		{"Component":"Midsole", "Mass":0.180000, "Unit":"Percent"},
		{"Component":"Outsole", "Mass":0.140000, "Unit":"Percent"},
		{"Component":"Trusstic", "Mass":0.070000, "Unit":"Percent"},
		{"Component":"Gel", "Mass":0.070000, "Unit":"Percent"},
		{"Component":"Other sole", "Mass":0.030000, "Unit":"Percent"},
		{"Component":"Socklining", "Mass":0.060000, "Unit":"Percent"},
		{"Component":"Other (Packaging)", "Mass":0.220000, "Unit":"Percent"}
	],
	"shoe_material_mass":[
		{"Material":"Polyester", "Mass":0.110000, "Unit":"Percent"},
		{"Material":"EVA", "Mass":0.060000, "Unit":"Percent"},
		{"Material":"Other", "Mass":0.110000, "Unit":"Percent"},
		{"Material":"Thermoplastic Elastomer", "Mass":0.030000, "Unit":"Percent"},
		{"Material":"Nylon", "Mass":0.030000, "Unit":"Percent"},
		{"Material":"Pulp", "Mass":0.210000, "Unit":"Percent"},
		{"Material":"PPG", "Mass":0.010000, "Unit":"Percent"},
		{"Material":"Polyurethane", "Mass":0.250000, "Unit":"Percent"},
		{"Material":"Carbon Black", "Mass":0.020000, "Unit":"Percent"},
		{"Material":"Olefin Copolymer", "Mass":0.090000, "Unit":"Percent"},
		{"Material":"Diene rubber", "Mass":0.080000, "Unit":"Percent"}
	],

	"shoe_material_gwp_by_component":[
		{"Component":"Upper","Percent":41},
		{"Component":"Midsole","Percent":11},
		{"Component":"Outsole","Percent":9},
		{"Component":"Trusstic","Percent":9},
		{"Component":"Gel","Percent":10},
		{"Component":"Other (sole)","Percent":4},
		{"Component":"Socklining","Percent":10},
		{"Component":"Other (packaging)","Percent":6}
	],

	"shoe_material_gwp_by_material":[
		{"Material":"Polyester", "Percent":23},
		{"Material":"EVA", "Percent":3},
		{"Material":"Other", "Percent":12},
		{"Material":"Thermoplastic Elastomer", "Percent":4},
		{"Material":"Nylon", "Percent":6},
		{"Material":"Pulp", "Percent":4},
		{"Material":"PPG", "Percent":1},
		{"Material":"Polyurethane", "Percent":34},
		{"Material":"Carbon Black", "Percent":1},
		{"Material":"Olefin Copolymer", "Percent":6},
		{"Material":"Diene rubber", "Percent":6}
	],

	"shoe_process_energy":[
		{"Process":"making midsole", "Units_Produced":3031249, "Electricity":{"Used":11636850,"Unit":"kWh"}, "Coal":{"Used":10158,"Unit":"ton"}},
		{"Process":"injection molding trusstic", "Units_Produced":3714036, "Electricity":{"Used":1391566,"Unit":"kWh"}, "Coal":{"Used":0,"Unit":"ton"}},
		{"Process":"making outsole", "Units_Produced":3239882, "Electricity":{"Used":2026545,"Unit":"kWh"}, "Coal":{"Used":2074,"Unit":"ton"}},
		{"Process":"assembly", "Units_Produced":3640833, "Electricity":{"Used":7393934,"Unit":"kWh"}, "Coal":{"Used":0,"Unit":"ton"}},
		{"Process":"making cardboard box", "Units_Produced":9176255, "Electricity":{"Used":113702,"Unit":"kWh"}, "Coal":{"Used":0,"Unit":"ton"}}
	]
}