@zerocarbon/erp-config-sdk 1.0.35 → 1.0.36
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/bulk-bill-agent.esm.js +21 -17
- package/dist/bulk-bill-agent.esm.js.map +1 -1
- package/dist/bulk-bill-agent.js +21 -17
- package/dist/bulk-bill-agent.js.map +1 -1
- package/dist/index.d.ts +187 -232
- package/dist/index.esm.js +603 -821
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +603 -821
- package/dist/index.js.map +1 -1
- package/package.json +3 -2
package/dist/index.js
CHANGED
|
@@ -32921,441 +32921,6 @@ var shipping = /*#__PURE__*/Object.freeze({
|
|
|
32921
32921
|
WATER_USAGE: WATER_USAGE$2
|
|
32922
32922
|
});
|
|
32923
32923
|
|
|
32924
|
-
const ELECTRIC_PRODUCTS$1 = [
|
|
32925
|
-
{
|
|
32926
|
-
name: "Diesel",
|
|
32927
|
-
unit: "kl",
|
|
32928
|
-
type: "direct",
|
|
32929
|
-
renewable: false,
|
|
32930
|
-
calorificValue: 38.6,
|
|
32931
|
-
emissionFactor: 2.6923,
|
|
32932
|
-
},
|
|
32933
|
-
{
|
|
32934
|
-
name: "HSD/Diesel-Company Owned Vehicle",
|
|
32935
|
-
unit: "Kl",
|
|
32936
|
-
type: "direct",
|
|
32937
|
-
renewable: false,
|
|
32938
|
-
calorificValue: 38.6,
|
|
32939
|
-
emissionFactor: 2.7,
|
|
32940
|
-
},
|
|
32941
|
-
{
|
|
32942
|
-
name: "Grease",
|
|
32943
|
-
unit: "Tonnes",
|
|
32944
|
-
type: "direct",
|
|
32945
|
-
renewable: false,
|
|
32946
|
-
calorificValue: 1,
|
|
32947
|
-
emissionFactor: 3.1,
|
|
32948
|
-
},
|
|
32949
|
-
{
|
|
32950
|
-
name: "Furnace Oil (FO) combustion",
|
|
32951
|
-
unit: "Kl",
|
|
32952
|
-
type: "direct",
|
|
32953
|
-
renewable: false,
|
|
32954
|
-
calorificValue: 40.7,
|
|
32955
|
-
emissionFactor: 3.14,
|
|
32956
|
-
},
|
|
32957
|
-
{
|
|
32958
|
-
name: "Lubrication Oil",
|
|
32959
|
-
unit: "Kl",
|
|
32960
|
-
type: "direct",
|
|
32961
|
-
renewable: false,
|
|
32962
|
-
calorificValue: 43.3,
|
|
32963
|
-
emissionFactor: 2.9,
|
|
32964
|
-
},
|
|
32965
|
-
{
|
|
32966
|
-
name: "CNG (compressed natural gas) combustion",
|
|
32967
|
-
unit: "Tonnes",
|
|
32968
|
-
type: "direct",
|
|
32969
|
-
renewable: false,
|
|
32970
|
-
calorificValue: 50,
|
|
32971
|
-
emissionFactor: 2.75,
|
|
32972
|
-
},
|
|
32973
|
-
{
|
|
32974
|
-
name: "Coking coal",
|
|
32975
|
-
unit: "Tonnes",
|
|
32976
|
-
type: "direct",
|
|
32977
|
-
renewable: false,
|
|
32978
|
-
calorificValue: 28.2,
|
|
32979
|
-
emissionFactor: 2.69,
|
|
32980
|
-
},
|
|
32981
|
-
{
|
|
32982
|
-
name: "Ironmaking coal",
|
|
32983
|
-
unit: "Tonnes",
|
|
32984
|
-
type: "direct",
|
|
32985
|
-
renewable: false,
|
|
32986
|
-
calorificValue: 28.2,
|
|
32987
|
-
emissionFactor: 2.98,
|
|
32988
|
-
},
|
|
32989
|
-
{
|
|
32990
|
-
name: "Sinter/BOF coal",
|
|
32991
|
-
unit: "Tonnes",
|
|
32992
|
-
type: "direct",
|
|
32993
|
-
renewable: false,
|
|
32994
|
-
calorificValue: 28.2,
|
|
32995
|
-
emissionFactor: 2.64,
|
|
32996
|
-
},
|
|
32997
|
-
{
|
|
32998
|
-
name: "Steam coal",
|
|
32999
|
-
unit: "Tonnes",
|
|
33000
|
-
type: "direct",
|
|
33001
|
-
renewable: false,
|
|
33002
|
-
calorificValue: 28.2,
|
|
33003
|
-
emissionFactor: 2.48,
|
|
33004
|
-
},
|
|
33005
|
-
{
|
|
33006
|
-
name: "Charcoal",
|
|
33007
|
-
unit: "Tonnes",
|
|
33008
|
-
type: "direct",
|
|
33009
|
-
renewable: false,
|
|
33010
|
-
calorificValue: 29,
|
|
33011
|
-
emissionFactor: 3.48,
|
|
33012
|
-
},
|
|
33013
|
-
{
|
|
33014
|
-
name: "Petroleum coke",
|
|
33015
|
-
unit: "Tonnes",
|
|
33016
|
-
type: "direct",
|
|
33017
|
-
renewable: false,
|
|
33018
|
-
calorificValue: 32.5,
|
|
33019
|
-
emissionFactor: 3.26,
|
|
33020
|
-
},
|
|
33021
|
-
{
|
|
33022
|
-
name: "EAF coal",
|
|
33023
|
-
unit: "Tonnes",
|
|
33024
|
-
type: "direct",
|
|
33025
|
-
renewable: false,
|
|
33026
|
-
calorificValue: 28.2,
|
|
33027
|
-
emissionFactor: 3.28,
|
|
33028
|
-
},
|
|
33029
|
-
{
|
|
33030
|
-
name: "CO2 Fire Extinguisher Refilling ( Tonnes)",
|
|
33031
|
-
unit: "Tonnes",
|
|
33032
|
-
type: "direct",
|
|
33033
|
-
renewable: false,
|
|
33034
|
-
calorificValue: 1,
|
|
33035
|
-
emissionFactor: 1,
|
|
33036
|
-
},
|
|
33037
|
-
{
|
|
33038
|
-
name: "LPG Usage",
|
|
33039
|
-
unit: "Tonne",
|
|
33040
|
-
type: "direct",
|
|
33041
|
-
renewable: false,
|
|
33042
|
-
calorificValue: 46,
|
|
33043
|
-
emissionFactor: 2.984,
|
|
33044
|
-
},
|
|
33045
|
-
{
|
|
33046
|
-
name: "LPG Usage",
|
|
33047
|
-
unit: "Kl",
|
|
33048
|
-
type: "direct",
|
|
33049
|
-
renewable: false,
|
|
33050
|
-
calorificValue: 46,
|
|
33051
|
-
emissionFactor: 1.611,
|
|
33052
|
-
},
|
|
33053
|
-
{
|
|
33054
|
-
name: "SF6 usage",
|
|
33055
|
-
unit: "Tonne",
|
|
33056
|
-
type: "direct",
|
|
33057
|
-
renewable: false,
|
|
33058
|
-
calorificValue: 1,
|
|
33059
|
-
emissionFactor: 23500,
|
|
33060
|
-
},
|
|
33061
|
-
{
|
|
33062
|
-
name: "Electricity Purchased from Grid",
|
|
33063
|
-
unit: "kWh",
|
|
33064
|
-
type: "indirect",
|
|
33065
|
-
renewable: false,
|
|
33066
|
-
calorificValue: 0.036,
|
|
33067
|
-
emissionFactor: 0.00071,
|
|
33068
|
-
},
|
|
33069
|
-
{
|
|
33070
|
-
name: "Electricity Purchased from Renewable Sources",
|
|
33071
|
-
unit: "kWh",
|
|
33072
|
-
type: "indirect",
|
|
33073
|
-
renewable: true,
|
|
33074
|
-
calorificValue: 0.036,
|
|
33075
|
-
emissionFactor: 0,
|
|
33076
|
-
},
|
|
33077
|
-
{
|
|
33078
|
-
name: "Electricity Purchased from Open Access",
|
|
33079
|
-
unit: "kWh",
|
|
33080
|
-
type: "indirect",
|
|
33081
|
-
renewable: false,
|
|
33082
|
-
calorificValue: 0.036,
|
|
33083
|
-
emissionFactor: 0.00071,
|
|
33084
|
-
},
|
|
33085
|
-
{
|
|
33086
|
-
name: "Electricity Purchased from RECs",
|
|
33087
|
-
unit: "kWh (REC)",
|
|
33088
|
-
type: "indirect",
|
|
33089
|
-
renewable: true,
|
|
33090
|
-
calorificValue: 0.036,
|
|
33091
|
-
emissionFactor: 0,
|
|
33092
|
-
},
|
|
33093
|
-
{
|
|
33094
|
-
name: "Wind Energy",
|
|
33095
|
-
unit: "kWh",
|
|
33096
|
-
type: "indirect",
|
|
33097
|
-
renewable: true,
|
|
33098
|
-
calorificValue: 0.036,
|
|
33099
|
-
emissionFactor: 0,
|
|
33100
|
-
},
|
|
33101
|
-
{
|
|
33102
|
-
name: "Solar Energy",
|
|
33103
|
-
unit: "kWh",
|
|
33104
|
-
type: "indirect",
|
|
33105
|
-
renewable: true,
|
|
33106
|
-
calorificValue: 0.036,
|
|
33107
|
-
emissionFactor: 0,
|
|
33108
|
-
},
|
|
33109
|
-
];
|
|
33110
|
-
const WATER_PRODUCTS$1 = [
|
|
33111
|
-
{
|
|
33112
|
-
name: "Botteled Water",
|
|
33113
|
-
unit: "m3",
|
|
33114
|
-
type: "direct",
|
|
33115
|
-
calorificValue: 1,
|
|
33116
|
-
emissionFactor: 0.222,
|
|
33117
|
-
},
|
|
33118
|
-
{
|
|
33119
|
-
name: "Ground Water",
|
|
33120
|
-
unit: "m3",
|
|
33121
|
-
type: "direct",
|
|
33122
|
-
calorificValue: 1,
|
|
33123
|
-
emissionFactor: 0.00038,
|
|
33124
|
-
},
|
|
33125
|
-
{
|
|
33126
|
-
name: "Rain Water",
|
|
33127
|
-
unit: "m3",
|
|
33128
|
-
type: "direct",
|
|
33129
|
-
calorificValue: 1,
|
|
33130
|
-
emissionFactor: 0.0005,
|
|
33131
|
-
},
|
|
33132
|
-
{
|
|
33133
|
-
name: "Municipal Water",
|
|
33134
|
-
unit: "m3",
|
|
33135
|
-
type: "direct",
|
|
33136
|
-
calorificValue: 1,
|
|
33137
|
-
emissionFactor: 0.0005,
|
|
33138
|
-
},
|
|
33139
|
-
{
|
|
33140
|
-
name: "Tanker Water",
|
|
33141
|
-
unit: "m3",
|
|
33142
|
-
type: "direct",
|
|
33143
|
-
calorificValue: 1,
|
|
33144
|
-
emissionFactor: 0,
|
|
33145
|
-
},
|
|
33146
|
-
{
|
|
33147
|
-
name: "Surface Water",
|
|
33148
|
-
unit: "m3",
|
|
33149
|
-
type: "direct",
|
|
33150
|
-
calorificValue: 1,
|
|
33151
|
-
emissionFactor: 0.00042,
|
|
33152
|
-
},
|
|
33153
|
-
{
|
|
33154
|
-
name: "Desalinated Water",
|
|
33155
|
-
unit: "m3",
|
|
33156
|
-
type: "direct",
|
|
33157
|
-
calorificValue: 1,
|
|
33158
|
-
emissionFactor: 0.00246,
|
|
33159
|
-
},
|
|
33160
|
-
{
|
|
33161
|
-
name: "RecycledWater",
|
|
33162
|
-
unit: "m3",
|
|
33163
|
-
type: "direct",
|
|
33164
|
-
calorificValue: 1,
|
|
33165
|
-
emissionFactor: 0,
|
|
33166
|
-
},
|
|
33167
|
-
{
|
|
33168
|
-
name: "Reused Water",
|
|
33169
|
-
unit: "m3",
|
|
33170
|
-
type: "direct",
|
|
33171
|
-
calorificValue: 1,
|
|
33172
|
-
emissionFactor: 0,
|
|
33173
|
-
},
|
|
33174
|
-
{
|
|
33175
|
-
name: "Discharged to Sewage",
|
|
33176
|
-
unit: "m3",
|
|
33177
|
-
type: "discharge",
|
|
33178
|
-
calorificValue: 1,
|
|
33179
|
-
emissionFactor: 0,
|
|
33180
|
-
},
|
|
33181
|
-
{
|
|
33182
|
-
name: "Discharge to Surface Water Bodies",
|
|
33183
|
-
unit: "m3",
|
|
33184
|
-
type: "discharge",
|
|
33185
|
-
calorificValue: 1,
|
|
33186
|
-
emissionFactor: 0,
|
|
33187
|
-
},
|
|
33188
|
-
{
|
|
33189
|
-
name: "Discharge to groundwater",
|
|
33190
|
-
unit: "m3",
|
|
33191
|
-
type: "discharge",
|
|
33192
|
-
calorificValue: 1,
|
|
33193
|
-
emissionFactor: 0,
|
|
33194
|
-
},
|
|
33195
|
-
{
|
|
33196
|
-
name: "Discharge to Third Part Treatmenr Facilities",
|
|
33197
|
-
unit: "m3",
|
|
33198
|
-
type: "discharge",
|
|
33199
|
-
calorificValue: 1,
|
|
33200
|
-
emissionFactor: 0,
|
|
33201
|
-
},
|
|
33202
|
-
{
|
|
33203
|
-
name: "Discharge with Treated Effluents",
|
|
33204
|
-
unit: "m3",
|
|
33205
|
-
type: "discharge",
|
|
33206
|
-
calorificValue: 1,
|
|
33207
|
-
emissionFactor: 0,
|
|
33208
|
-
},
|
|
33209
|
-
{
|
|
33210
|
-
name: "Total Dissolved Solid (TDS)",
|
|
33211
|
-
unit: "PPM",
|
|
33212
|
-
type: "quality",
|
|
33213
|
-
calorificValue: 1,
|
|
33214
|
-
emissionFactor: 0,
|
|
33215
|
-
},
|
|
33216
|
-
{
|
|
33217
|
-
name: "Chemical Oxygen Demand",
|
|
33218
|
-
unit: "mg/L",
|
|
33219
|
-
type: "quality",
|
|
33220
|
-
calorificValue: 1,
|
|
33221
|
-
emissionFactor: 0,
|
|
33222
|
-
},
|
|
33223
|
-
{
|
|
33224
|
-
name: "Biological Oxygen Demand",
|
|
33225
|
-
unit: "mg/L",
|
|
33226
|
-
type: "quality",
|
|
33227
|
-
calorificValue: 1,
|
|
33228
|
-
emissionFactor: 0,
|
|
33229
|
-
},
|
|
33230
|
-
];
|
|
33231
|
-
const WASTE_PRODUCTS$1 = [
|
|
33232
|
-
{
|
|
33233
|
-
name: "Lime and Dolomite Fines",
|
|
33234
|
-
unit: "tonnes",
|
|
33235
|
-
type: "landfilled-reused",
|
|
33236
|
-
calorificValue: 1,
|
|
33237
|
-
emissionFactor: 0.08,
|
|
33238
|
-
},
|
|
33239
|
-
{
|
|
33240
|
-
name: "Desulphurization Slag",
|
|
33241
|
-
unit: "tonnes",
|
|
33242
|
-
type: "landfilled",
|
|
33243
|
-
calorificValue: 1,
|
|
33244
|
-
emissionFactor: 0.12,
|
|
33245
|
-
},
|
|
33246
|
-
{
|
|
33247
|
-
name: "Spent Shot Blasting Media",
|
|
33248
|
-
unit: "tonnes",
|
|
33249
|
-
type: "landfilled-recycled",
|
|
33250
|
-
calorificValue: 1,
|
|
33251
|
-
emissionFactor: 0.14,
|
|
33252
|
-
},
|
|
33253
|
-
{
|
|
33254
|
-
name: "Used Paints / Coatings",
|
|
33255
|
-
unit: "tonnes",
|
|
33256
|
-
type: "incinerated-haz",
|
|
33257
|
-
calorificValue: 1,
|
|
33258
|
-
emissionFactor: 3.1,
|
|
33259
|
-
},
|
|
33260
|
-
{
|
|
33261
|
-
name: "Solvent Waste",
|
|
33262
|
-
unit: "tonnes",
|
|
33263
|
-
type: "incinerated-haz",
|
|
33264
|
-
calorificValue: 1,
|
|
33265
|
-
emissionFactor: 2.6,
|
|
33266
|
-
},
|
|
33267
|
-
{
|
|
33268
|
-
name: "Tar Sludge / Coke Oven Waste",
|
|
33269
|
-
unit: "tonnes",
|
|
33270
|
-
type: "incinerated-landfilled",
|
|
33271
|
-
calorificValue: 1,
|
|
33272
|
-
emissionFactor: 2.1,
|
|
33273
|
-
},
|
|
33274
|
-
{
|
|
33275
|
-
name: "Waste Insulation Material",
|
|
33276
|
-
unit: "tonnes",
|
|
33277
|
-
type: "landfilled",
|
|
33278
|
-
calorificValue: 1,
|
|
33279
|
-
emissionFactor: 0.98,
|
|
33280
|
-
},
|
|
33281
|
-
{
|
|
33282
|
-
name: "Damaged Reels / Steel Coils",
|
|
33283
|
-
unit: "tonnes",
|
|
33284
|
-
type: "sold-as-scrap",
|
|
33285
|
-
calorificValue: 1,
|
|
33286
|
-
emissionFactor: 0,
|
|
33287
|
-
},
|
|
33288
|
-
{
|
|
33289
|
-
name: "Laboratory Waste",
|
|
33290
|
-
unit: "tonnes",
|
|
33291
|
-
type: "incinerated-haz",
|
|
33292
|
-
calorificValue: 1,
|
|
33293
|
-
emissionFactor: 1.8,
|
|
33294
|
-
},
|
|
33295
|
-
{
|
|
33296
|
-
name: "Empty Chemical Containers",
|
|
33297
|
-
unit: "tonnes",
|
|
33298
|
-
type: "rinsed-recycled-or-landfill",
|
|
33299
|
-
calorificValue: 1,
|
|
33300
|
-
emissionFactor: 1.8,
|
|
33301
|
-
},
|
|
33302
|
-
{
|
|
33303
|
-
name: "Carbon Dust / Fines",
|
|
33304
|
-
unit: "tonnes",
|
|
33305
|
-
type: "landfilled",
|
|
33306
|
-
calorificValue: 1,
|
|
33307
|
-
emissionFactor: 0.9,
|
|
33308
|
-
},
|
|
33309
|
-
{
|
|
33310
|
-
name: "Spent Resins",
|
|
33311
|
-
unit: "tonnes",
|
|
33312
|
-
type: "landfilled-haz",
|
|
33313
|
-
calorificValue: 1,
|
|
33314
|
-
emissionFactor: 1.2,
|
|
33315
|
-
},
|
|
33316
|
-
{
|
|
33317
|
-
name: "Grit Chamber / Drain Sludge",
|
|
33318
|
-
unit: "tonnes",
|
|
33319
|
-
type: "landfilled",
|
|
33320
|
-
calorificValue: 1,
|
|
33321
|
-
emissionFactor: 0.06,
|
|
33322
|
-
},
|
|
33323
|
-
{
|
|
33324
|
-
name: "Contaminated PPE / Uniforms",
|
|
33325
|
-
unit: "tonnes",
|
|
33326
|
-
type: "incinerated",
|
|
33327
|
-
calorificValue: 1,
|
|
33328
|
-
emissionFactor: 1.85,
|
|
33329
|
-
},
|
|
33330
|
-
{
|
|
33331
|
-
name: "Plastic Straps & Film",
|
|
33332
|
-
unit: "tonnes",
|
|
33333
|
-
type: "landfilled",
|
|
33334
|
-
calorificValue: 1,
|
|
33335
|
-
emissionFactor: 1.58,
|
|
33336
|
-
},
|
|
33337
|
-
{
|
|
33338
|
-
name: "Worn Conveyor Belts",
|
|
33339
|
-
unit: "tonnes",
|
|
33340
|
-
type: "landfilled",
|
|
33341
|
-
calorificValue: 1,
|
|
33342
|
-
emissionFactor: 1.25,
|
|
33343
|
-
},
|
|
33344
|
-
{
|
|
33345
|
-
name: "Waste Tyres (mobile equipment)",
|
|
33346
|
-
unit: "tonnes",
|
|
33347
|
-
type: "reused-incinerated",
|
|
33348
|
-
calorificValue: 1,
|
|
33349
|
-
emissionFactor: 2.94,
|
|
33350
|
-
},
|
|
33351
|
-
{
|
|
33352
|
-
name: "E-waste (controls / sensors)",
|
|
33353
|
-
unit: "tonnes",
|
|
33354
|
-
type: "e-waste-recycler",
|
|
33355
|
-
calorificValue: 1,
|
|
33356
|
-
emissionFactor: 0.75,
|
|
33357
|
-
},
|
|
33358
|
-
];
|
|
33359
32924
|
const REFRIGERANTS$1 = [
|
|
33360
32925
|
{
|
|
33361
32926
|
name: "R-22",
|
|
@@ -33407,60 +32972,37 @@ const REFRIGERANTS$1 = [
|
|
|
33407
32972
|
emissionFactor: 1774,
|
|
33408
32973
|
},
|
|
33409
32974
|
];
|
|
33410
|
-
|
|
33411
|
-
|
|
33412
|
-
|
|
33413
|
-
|
|
33414
|
-
|
|
33415
|
-
|
|
33416
|
-
|
|
33417
|
-
},
|
|
33418
|
-
{
|
|
33419
|
-
|
|
33420
|
-
|
|
33421
|
-
|
|
33422
|
-
|
|
33423
|
-
|
|
33424
|
-
},
|
|
33425
|
-
{
|
|
33426
|
-
|
|
33427
|
-
|
|
33428
|
-
|
|
33429
|
-
|
|
33430
|
-
|
|
33431
|
-
},
|
|
33432
|
-
|
|
33433
|
-
|
|
33434
|
-
{
|
|
33435
|
-
|
|
33436
|
-
|
|
33437
|
-
type: "process",
|
|
33438
|
-
calorificValue: 1,
|
|
33439
|
-
emissionFactor: 0.2,
|
|
33440
|
-
},
|
|
33441
|
-
{
|
|
33442
|
-
name: "EAF",
|
|
33443
|
-
unit: "tonnes",
|
|
33444
|
-
type: "process",
|
|
33445
|
-
calorificValue: 1,
|
|
33446
|
-
emissionFactor: 0.3,
|
|
33447
|
-
},
|
|
32975
|
+
|
|
32976
|
+
const ELECTRIC_PRODUCTS$1 = [
|
|
32977
|
+
{ name: "Diesel", unit: "kl", type: "direct", renewable: false, calorificValue: 38.6, emissionFactor: 2.6923 },
|
|
32978
|
+
{ name: "HSD/Diesel-Company Owned Vehicle", unit: "Kl", type: "direct", renewable: false, calorificValue: 38.6, emissionFactor: 2.7 },
|
|
32979
|
+
{ name: "Grease", unit: "Tonnes", type: "direct", renewable: false, calorificValue: 1, emissionFactor: 3.1 },
|
|
32980
|
+
{ name: "Furnace Oil (FO) combustion", unit: "Kl", type: "direct", renewable: false, calorificValue: 40.7, emissionFactor: 3.14 },
|
|
32981
|
+
{ name: "Lubrication Oil", unit: "Kl", type: "direct", renewable: false, calorificValue: 43.3, emissionFactor: 2.9 },
|
|
32982
|
+
{ name: "CNG (compressed natural gas) combustion", unit: "Tonnes", type: "direct", renewable: false, calorificValue: 50, emissionFactor: 2.75 },
|
|
32983
|
+
{ name: "Coking coal", unit: "Tonnes", type: "direct", renewable: false, calorificValue: 28.2, emissionFactor: 2.69 },
|
|
32984
|
+
{ name: "Ironmaking coal", unit: "Tonnes", type: "direct", renewable: false, calorificValue: 28.2, emissionFactor: 2.98 },
|
|
32985
|
+
{ name: "Sinter/BOF coal", unit: "Tonnes", type: "direct", renewable: false, calorificValue: 28.2, emissionFactor: 2.64 },
|
|
32986
|
+
{ name: "Steam coal", unit: "Tonnes", type: "direct", renewable: false, calorificValue: 28.2, emissionFactor: 2.48 },
|
|
32987
|
+
{ name: "Charcoal", unit: "Tonnes", type: "direct", renewable: false, calorificValue: 29, emissionFactor: 3.48 },
|
|
32988
|
+
{ name: "Petroleum coke", unit: "Tonnes", type: "direct", renewable: false, calorificValue: 32.5, emissionFactor: 3.26 },
|
|
32989
|
+
{ name: "EAF coal", unit: "Tonnes", type: "direct", renewable: false, calorificValue: 28.2, emissionFactor: 3.28 },
|
|
32990
|
+
{ name: "Petrol", unit: "kl", type: "direct", renewable: false, calorificValue: 1, emissionFactor: 2.71 },
|
|
32991
|
+
{ name: "CO2 for operations(Eg.Welding)", unit: "tonnes", type: "direct", renewable: false, calorificValue: 1, emissionFactor: 1 },
|
|
32992
|
+
{ name: "CO2 Fire Extinguisher Refilling ( Tonnes)", unit: "Tonnes", type: "direct", renewable: false, calorificValue: 1, emissionFactor: 1 },
|
|
32993
|
+
{ name: "LPG Usage", unit: "Tonne", type: "direct", renewable: false, calorificValue: 46, emissionFactor: 2.984 },
|
|
32994
|
+
{ name: "LPG Usage", unit: "Kl", type: "direct", renewable: false, calorificValue: 46, emissionFactor: 1.611 },
|
|
32995
|
+
{ name: "SF6 usage", unit: "Tonne", type: "direct", renewable: false, calorificValue: 1, emissionFactor: 23500 },
|
|
32996
|
+
{ name: "Electricity Purchased from Grid", unit: "kWh", type: "indirect", renewable: false, calorificValue: 0.036, emissionFactor: 0.00071 },
|
|
32997
|
+
{ name: "Electricity Purchased from Renewable Sources", unit: "kWh", type: "indirect", renewable: true, calorificValue: 0.036, emissionFactor: 0 },
|
|
32998
|
+
{ name: "Electricity Purchased from Open Access", unit: "kWh", type: "indirect", renewable: false, calorificValue: 0.036, emissionFactor: 0.00071 },
|
|
32999
|
+
{ name: "Electricity Purchased from RECs", unit: "kWh (REC)", type: "indirect", renewable: true, calorificValue: 0.036, emissionFactor: 0 },
|
|
33000
|
+
{ name: "Wind Energy", unit: "kWh", type: "indirect", renewable: true, calorificValue: 0.036, emissionFactor: 0 },
|
|
33001
|
+
{ name: "Solar Energy", unit: "kWh", type: "indirect", renewable: true, calorificValue: 0.036, emissionFactor: 0 },
|
|
33448
33002
|
];
|
|
33449
33003
|
const FLUX_CALCINATION_PRODUCTS = [
|
|
33450
|
-
{
|
|
33451
|
-
|
|
33452
|
-
unit: "tonnes",
|
|
33453
|
-
type: "process",
|
|
33454
|
-
calorificValue: 1,
|
|
33455
|
-
emissionFactor: 0.44,
|
|
33456
|
-
},
|
|
33457
|
-
{
|
|
33458
|
-
name: "Dolomite",
|
|
33459
|
-
unit: "tonnes",
|
|
33460
|
-
type: "process",
|
|
33461
|
-
calorificValue: 1,
|
|
33462
|
-
emissionFactor: 0.44,
|
|
33463
|
-
},
|
|
33004
|
+
{ name: "Limestone", unit: "tonnes", type: "process", calorificValue: 1, emissionFactor: 0.44 },
|
|
33005
|
+
{ name: "Dolomite", unit: "tonnes", type: "process", calorificValue: 1, emissionFactor: 0.44 },
|
|
33464
33006
|
];
|
|
33465
33007
|
const OPERATION_PRODUCTS$1 = ELECTRIC_PRODUCTS$1.filter((product) => product.type === "direct" &&
|
|
33466
33008
|
!product.name.includes("Fire Extinguisher") &&
|
|
@@ -33469,6 +33011,7 @@ const OPERATION_PRODUCTS$1 = ELECTRIC_PRODUCTS$1.filter((product) => product.typ
|
|
|
33469
33011
|
const FIRE_EXTINGUISHER_PRODUCTS$3 = ELECTRIC_PRODUCTS$1.filter((product) => product.name.includes("Fire Extinguisher"));
|
|
33470
33012
|
const LPG_PRODUCTS$1 = ELECTRIC_PRODUCTS$1.filter((product) => product.name.includes("LPG Usage"));
|
|
33471
33013
|
const SF6_PRODUCTS$1 = ELECTRIC_PRODUCTS$1.filter((product) => product.name.includes("SF6"));
|
|
33014
|
+
|
|
33472
33015
|
const SCOPE1_STEEL = [
|
|
33473
33016
|
{
|
|
33474
33017
|
name: "Operation",
|
|
@@ -33479,133 +33022,267 @@ const SCOPE1_STEEL = [
|
|
|
33479
33022
|
desc: "Operational fuel consumption and direct combustion emissions",
|
|
33480
33023
|
},
|
|
33481
33024
|
{
|
|
33482
|
-
name: "
|
|
33025
|
+
name: "Flux calcination",
|
|
33483
33026
|
icon: gi.GiElectric,
|
|
33484
33027
|
scope: "scope1",
|
|
33485
33028
|
unit: "tonnes",
|
|
33486
|
-
subProducts:
|
|
33487
|
-
desc: "
|
|
33029
|
+
subProducts: FLUX_CALCINATION_PRODUCTS,
|
|
33030
|
+
desc: "Flux calcination process emissions from the steel source workbook",
|
|
33031
|
+
},
|
|
33032
|
+
{
|
|
33033
|
+
name: "Refrigerants",
|
|
33034
|
+
icon: cg.CgSmartHomeRefrigerator,
|
|
33035
|
+
scope: "scope1",
|
|
33036
|
+
unit: "Tonnes",
|
|
33037
|
+
subProducts: REFRIGERANTS$1,
|
|
33038
|
+
desc: "Refrigerant emissions",
|
|
33488
33039
|
},
|
|
33489
33040
|
{
|
|
33490
|
-
name: "
|
|
33041
|
+
name: "Fire Extinguisher Refilling",
|
|
33491
33042
|
icon: gi.GiElectric,
|
|
33492
33043
|
scope: "scope1",
|
|
33493
|
-
unit: "
|
|
33494
|
-
subProducts:
|
|
33495
|
-
desc: "
|
|
33044
|
+
unit: "Tonnes",
|
|
33045
|
+
subProducts: FIRE_EXTINGUISHER_PRODUCTS$3,
|
|
33046
|
+
desc: "Fire extinguisher CO2 refilling emissions",
|
|
33496
33047
|
},
|
|
33497
33048
|
{
|
|
33498
|
-
name: "
|
|
33049
|
+
name: "LPG Usage",
|
|
33499
33050
|
icon: gi.GiElectric,
|
|
33500
33051
|
scope: "scope1",
|
|
33501
|
-
unit: "
|
|
33502
|
-
subProducts:
|
|
33503
|
-
desc: "
|
|
33052
|
+
unit: "various",
|
|
33053
|
+
subProducts: LPG_PRODUCTS$1,
|
|
33054
|
+
desc: "LPG usage emissions",
|
|
33055
|
+
},
|
|
33056
|
+
{
|
|
33057
|
+
name: "SF6",
|
|
33058
|
+
icon: gi.GiElectric,
|
|
33059
|
+
scope: "scope1",
|
|
33060
|
+
unit: "Tonne",
|
|
33061
|
+
subProducts: SF6_PRODUCTS$1,
|
|
33062
|
+
desc: "SF6 usage emissions",
|
|
33063
|
+
},
|
|
33064
|
+
];
|
|
33065
|
+
|
|
33066
|
+
const PURCHASED_ELECTRICITY_PRODUCTS$2 = [
|
|
33067
|
+
{ name: "Electricity Purchased from Grid", unit: "kWh", type: "indirect", renewable: false, calorificValue: 0.036, emissionFactor: 0.00071 },
|
|
33068
|
+
{ name: "Electricity Purchased from Renewable Sources", unit: "kWh", type: "indirect", renewable: true, calorificValue: 0.036, emissionFactor: 0 },
|
|
33069
|
+
{ name: "Electricity Purchased from Open Access", unit: "kWh", type: "indirect", renewable: false, calorificValue: 0.036, emissionFactor: 0.00071 },
|
|
33070
|
+
{ name: "Electricity Purchased from RECs", unit: "kWh (REC)", type: "indirect", renewable: true, calorificValue: 0.036, emissionFactor: 0 },
|
|
33071
|
+
];
|
|
33072
|
+
const RENEWABLE_ENERGY_PRODUCTS$2 = [
|
|
33073
|
+
{ name: "Wind Energy", unit: "kWh", type: "indirect", renewable: true, calorificValue: 0.036, emissionFactor: 0 },
|
|
33074
|
+
{ name: "Solar Energy", unit: "kWh", type: "indirect", renewable: true, calorificValue: 0.036, emissionFactor: 0 },
|
|
33075
|
+
];
|
|
33076
|
+
|
|
33077
|
+
const SCOPE2_STEEL = [
|
|
33078
|
+
{
|
|
33079
|
+
name: "Purchased Electricity",
|
|
33080
|
+
icon: gi.GiElectric,
|
|
33081
|
+
scope: "scope2",
|
|
33082
|
+
unit: "kWh",
|
|
33083
|
+
subProducts: PURCHASED_ELECTRICITY_PRODUCTS$2,
|
|
33084
|
+
desc: "Purchased electricity emission factors from the steel source workbook",
|
|
33085
|
+
},
|
|
33086
|
+
{
|
|
33087
|
+
name: "Renewable Energy",
|
|
33088
|
+
icon: gi.GiElectric,
|
|
33089
|
+
scope: "scope2",
|
|
33090
|
+
unit: "kWh",
|
|
33091
|
+
subProducts: RENEWABLE_ENERGY_PRODUCTS$2,
|
|
33092
|
+
desc: "Renewable electricity inputs from the steel source workbook",
|
|
33093
|
+
},
|
|
33094
|
+
];
|
|
33095
|
+
|
|
33096
|
+
const BUSINESS_TRAVEL$3 = [
|
|
33097
|
+
{
|
|
33098
|
+
category: "Air Travel",
|
|
33099
|
+
items: [
|
|
33100
|
+
{ item: "Domestic Flights (km)", emissionFactor: 0.0004, unit: "Ton CO2 / passenger-km" },
|
|
33101
|
+
{ item: "International Flight", emissionFactor: 0.000146, unit: "Ton CO2 / passenger-km" },
|
|
33102
|
+
],
|
|
33103
|
+
},
|
|
33104
|
+
{
|
|
33105
|
+
category: "Car - Gasoline",
|
|
33106
|
+
items: [
|
|
33107
|
+
{ item: "Small (<800 CC) - Gasoline", emissionFactor: 0.000103, unit: "(Tonn CO2/km)" },
|
|
33108
|
+
{ item: "Hatchback (<1000 CC) - Gasoline", emissionFactor: 0.000117, unit: "(Tonn CO2/km)" },
|
|
33109
|
+
{ item: "Hatchback (<1400 CC) - Gasoline", emissionFactor: 0.00013, unit: "(Tonn CO2/km)" },
|
|
33110
|
+
{ item: "Premium Hatchback (<1600 CC) - Gasoline", emissionFactor: 0.00015, unit: "(Tonn CO2/km)" },
|
|
33111
|
+
{ item: "Compact SUV (<1600 CC) - Gasoline", emissionFactor: 0.000153, unit: "(Tonn CO2/km)" },
|
|
33112
|
+
{ item: "Gypsy (1298 CC) - Gasoline", emissionFactor: 0.000189, unit: "(Tonn CO2/km)" },
|
|
33113
|
+
{ item: "Sedan (<1400 CC) - Gasoline", emissionFactor: 0.000142, unit: "(Tonn CO2/km)" },
|
|
33114
|
+
{ item: "Sedan (<1600 CC) - Gasoline", emissionFactor: 0.000142, unit: "(Tonn CO2/km)" },
|
|
33115
|
+
{ item: "Sedan (<2000 CC) - Gasoline", emissionFactor: 0.000149, unit: "(Tonn CO2/km)" },
|
|
33116
|
+
{ item: "Sedan (<2500 CC) - Gasoline", emissionFactor: 0.000163, unit: "(Tonn CO2/km)" },
|
|
33117
|
+
{ item: "SUV (<3000 CC) - Gasoline", emissionFactor: 0.000197, unit: "(Tonn CO2/km)" },
|
|
33118
|
+
{ item: "MUV (<2000 CC) - Gasoline", emissionFactor: 0.000213, unit: "(Tonn CO2/km)" },
|
|
33119
|
+
{ item: "Premium SUV (<2000 CC) - Gasoline", emissionFactor: 0.000193, unit: "(Tonn CO2/km)" },
|
|
33120
|
+
{ item: "Premium SUV (<3000 CC) - Gasoline", emissionFactor: 0.000258, unit: "(Tonn CO2/km)" },
|
|
33121
|
+
{ item: "Premium SUV (>3000 CC) - Gasoline", emissionFactor: 0.000267, unit: "(Tonn CO2/km)" },
|
|
33122
|
+
{ item: "Premium Sedan (<2000 CC) - Gasoline", emissionFactor: 0.000191, unit: "(Tonn CO2/km)" },
|
|
33123
|
+
{ item: "Premium Sedan (<3000 CC) - Gasoline", emissionFactor: 0.000194, unit: "(Tonn CO2/km)" },
|
|
33124
|
+
{ item: "Premium Sedan (>3000 CC) - Gasoline", emissionFactor: 0.00025, unit: "(Tonn CO2/km)" },
|
|
33125
|
+
{ item: "Hybrid (<2000 CC) - Gasoline", emissionFactor: 9.5e-05, unit: "(Tonn CO2/km)" },
|
|
33126
|
+
],
|
|
33504
33127
|
},
|
|
33505
33128
|
{
|
|
33506
|
-
|
|
33507
|
-
|
|
33508
|
-
|
|
33509
|
-
|
|
33510
|
-
|
|
33511
|
-
desc: "Refrigerant emissions",
|
|
33129
|
+
category: "Car - Other Fuels",
|
|
33130
|
+
items: [
|
|
33131
|
+
{ item: "Small (<800 CC) - CNG", emissionFactor: 6.3e-05, unit: "(Tonn CO2/km)" },
|
|
33132
|
+
{ item: "Small (<800 CC) - LPG", emissionFactor: 0.000138, unit: "(Tonn CO2/km)" },
|
|
33133
|
+
],
|
|
33512
33134
|
},
|
|
33513
33135
|
{
|
|
33514
|
-
|
|
33515
|
-
|
|
33516
|
-
|
|
33517
|
-
|
|
33518
|
-
|
|
33519
|
-
|
|
33136
|
+
category: "Car - Diesel",
|
|
33137
|
+
items: [
|
|
33138
|
+
{ item: "Hatchback (<1000 CC) - Diesel", emissionFactor: 0.000105, unit: "(Tonn CO2/km)" },
|
|
33139
|
+
{ item: "Hatchback (<1400 CC) - Diesel", emissionFactor: 0.000117, unit: "(Tonn CO2/km)" },
|
|
33140
|
+
{ item: "Hatchback (<1600 CC) - Diesel", emissionFactor: 0.000136, unit: "(Tonn CO2/km)" },
|
|
33141
|
+
{ item: "Sedan (<1400 CC) - Diesel", emissionFactor: 0.000121, unit: "(Tonn CO2/km)" },
|
|
33142
|
+
{ item: "Sedan (<1600 CC) - Diesel", emissionFactor: 0.000131, unit: "(Tonn CO2/km)" },
|
|
33143
|
+
{ item: "Sedan (<2000 CC) - Diesel", emissionFactor: 0.000148, unit: "(Tonn CO2/km)" },
|
|
33144
|
+
{ item: "Premium Sedan (<2000 CC) - Diesel", emissionFactor: 0.000164, unit: "(Tonn CO2/km)" },
|
|
33145
|
+
{ item: "Premium Sedan (<2500 CC) - Diesel", emissionFactor: 0.000151, unit: "(Tonn CO2/km)" },
|
|
33146
|
+
{ item: "Premium Sedan (<3000 CC) - Diesel", emissionFactor: 0.00023, unit: "(Tonn CO2/km)" },
|
|
33147
|
+
{ item: "MUV (<1400 CC) - Diesel", emissionFactor: 0.000145, unit: "(Tonn CO2/km)" },
|
|
33148
|
+
{ item: "MUV (<2500 CC) - Diesel", emissionFactor: 0.0002, unit: "(Tonn CO2/km)" },
|
|
33149
|
+
{ item: "Maxi Van (-) - Diesel", emissionFactor: 0.000209, unit: "(Tonn CO2/km)" },
|
|
33150
|
+
{ item: "SUV (<2000 CC) - Diesel", emissionFactor: 0.000186, unit: "(Tonn CO2/km)" },
|
|
33151
|
+
{ item: "SUV (<2500 CC) - Diesel", emissionFactor: 0.000195, unit: "(Tonn CO2/km)" },
|
|
33152
|
+
{ item: "SUV (<3000 CC) - Diesel", emissionFactor: 0.000203, unit: "(Tonn CO2/km)" },
|
|
33153
|
+
{ item: "Premium SUV (<2000 CC) - Diesel", emissionFactor: 0.000167, unit: "(Tonn CO2/km)" },
|
|
33154
|
+
{ item: "Premium SUV (<2500 CC) - Diesel", emissionFactor: 0.000199, unit: "(Tonn CO2/km)" },
|
|
33155
|
+
{ item: "Premium SUV (<3000 CC) - Diesel", emissionFactor: 0.000222, unit: "(Tonn CO2/km)" },
|
|
33156
|
+
{ item: "Premium SUV (>3000 CC) - Diesel", emissionFactor: 0.000269, unit: "(Tonn CO2/km)" },
|
|
33157
|
+
],
|
|
33520
33158
|
},
|
|
33521
33159
|
{
|
|
33522
|
-
|
|
33523
|
-
|
|
33524
|
-
|
|
33525
|
-
|
|
33526
|
-
|
|
33527
|
-
|
|
33160
|
+
category: "Train",
|
|
33161
|
+
items: [
|
|
33162
|
+
{ item: "Domestic (electric) - Electric", emissionFactor: 4.6e-06, unit: "Ton CO2 / passenger-km" },
|
|
33163
|
+
{ item: "Domestic (diesel) - Diesel", emissionFactor: 6.7e-05, unit: "Ton CO2 / passenger-km" },
|
|
33164
|
+
{ item: "International (electric) - Electric", emissionFactor: 6e-06, unit: "Ton CO2 / passenger-km" },
|
|
33165
|
+
{ item: "International (diesel) - Diesel", emissionFactor: 8e-05, unit: "Ton CO2 / passenger-km" },
|
|
33166
|
+
],
|
|
33528
33167
|
},
|
|
33168
|
+
];
|
|
33169
|
+
|
|
33170
|
+
const EMPLOYEE_COMMUTING$3 = [
|
|
33529
33171
|
{
|
|
33530
|
-
|
|
33531
|
-
|
|
33532
|
-
|
|
33533
|
-
|
|
33534
|
-
|
|
33535
|
-
|
|
33172
|
+
category: "Standard Commute Modes",
|
|
33173
|
+
items: [
|
|
33174
|
+
{ item: "Auto", emissionFactor: 0.000055, unit: "tCO2e/km" },
|
|
33175
|
+
{ item: "Bike", emissionFactor: 0.00004, unit: "tCO2e/km" },
|
|
33176
|
+
{ item: "Scooty", emissionFactor: 0.000039, unit: "tCO2e/km" },
|
|
33177
|
+
{ item: "Metro", emissionFactor: 0.000015, unit: "tCO2e/km" },
|
|
33178
|
+
],
|
|
33536
33179
|
},
|
|
33537
|
-
];
|
|
33538
|
-
const PURCHASED_ELECTRICITY_PRODUCTS$2 = [
|
|
33539
33180
|
{
|
|
33540
|
-
|
|
33541
|
-
|
|
33542
|
-
|
|
33543
|
-
|
|
33544
|
-
|
|
33545
|
-
|
|
33181
|
+
category: "Car - Gasoline",
|
|
33182
|
+
items: [
|
|
33183
|
+
{ item: "Small (<800 CC) - Gasoline", emissionFactor: 0.000103, unit: "(Tonn CO2/km)" },
|
|
33184
|
+
{ item: "Hatchback (<1000 CC) - Gasoline", emissionFactor: 0.000117, unit: "(Tonn CO2/km)" },
|
|
33185
|
+
{ item: "Hatchback (<1400 CC) - Gasoline", emissionFactor: 0.00013, unit: "(Tonn CO2/km)" },
|
|
33186
|
+
{ item: "Premium Hatchback (<1600 CC) - Gasoline", emissionFactor: 0.00015, unit: "(Tonn CO2/km)" },
|
|
33187
|
+
{ item: "Compact SUV (<1600 CC) - Gasoline", emissionFactor: 0.000153, unit: "(Tonn CO2/km)" },
|
|
33188
|
+
{ item: "Gypsy (1298 CC) - Gasoline", emissionFactor: 0.000189, unit: "(Tonn CO2/km)" },
|
|
33189
|
+
{ item: "Sedan (<1400 CC) - Gasoline", emissionFactor: 0.000142, unit: "(Tonn CO2/km)" },
|
|
33190
|
+
{ item: "Sedan (<1600 CC) - Gasoline", emissionFactor: 0.000142, unit: "(Tonn CO2/km)" },
|
|
33191
|
+
{ item: "Sedan (<2000 CC) - Gasoline", emissionFactor: 0.000149, unit: "(Tonn CO2/km)" },
|
|
33192
|
+
{ item: "Sedan (<2500 CC) - Gasoline", emissionFactor: 0.000163, unit: "(Tonn CO2/km)" },
|
|
33193
|
+
{ item: "SUV (<3000 CC) - Gasoline", emissionFactor: 0.000197, unit: "(Tonn CO2/km)" },
|
|
33194
|
+
{ item: "MUV (<2000 CC) - Gasoline", emissionFactor: 0.000213, unit: "(Tonn CO2/km)" },
|
|
33195
|
+
{ item: "Premium SUV (<2000 CC) - Gasoline", emissionFactor: 0.000193, unit: "(Tonn CO2/km)" },
|
|
33196
|
+
{ item: "Premium SUV (<3000 CC) - Gasoline", emissionFactor: 0.000258, unit: "(Tonn CO2/km)" },
|
|
33197
|
+
{ item: "Premium SUV (>3000 CC) - Gasoline", emissionFactor: 0.000267, unit: "(Tonn CO2/km)" },
|
|
33198
|
+
{ item: "Premium Sedan (<2000 CC) - Gasoline", emissionFactor: 0.000191, unit: "(Tonn CO2/km)" },
|
|
33199
|
+
{ item: "Premium Sedan (<3000 CC) - Gasoline", emissionFactor: 0.000194, unit: "(Tonn CO2/km)" },
|
|
33200
|
+
{ item: "Premium Sedan (>3000 CC) - Gasoline", emissionFactor: 0.00025, unit: "(Tonn CO2/km)" },
|
|
33201
|
+
{ item: "Hybrid (<2000 CC) - Gasoline", emissionFactor: 9.5e-05, unit: "(Tonn CO2/km)" },
|
|
33202
|
+
],
|
|
33546
33203
|
},
|
|
33547
33204
|
{
|
|
33548
|
-
|
|
33549
|
-
|
|
33550
|
-
|
|
33551
|
-
|
|
33552
|
-
|
|
33553
|
-
emissionFactor: 0,
|
|
33205
|
+
category: "Car - Other Fuels",
|
|
33206
|
+
items: [
|
|
33207
|
+
{ item: "Small (<800 CC) - CNG", emissionFactor: 6.3e-05, unit: "(Tonn CO2/km)" },
|
|
33208
|
+
{ item: "Small (<800 CC) - LPG", emissionFactor: 0.000138, unit: "(Tonn CO2/km)" },
|
|
33209
|
+
],
|
|
33554
33210
|
},
|
|
33555
33211
|
{
|
|
33556
|
-
|
|
33557
|
-
|
|
33558
|
-
|
|
33559
|
-
|
|
33560
|
-
|
|
33561
|
-
|
|
33212
|
+
category: "Car - Diesel",
|
|
33213
|
+
items: [
|
|
33214
|
+
{ item: "Hatchback (<1000 CC) - Diesel", emissionFactor: 0.000105, unit: "(Tonn CO2/km)" },
|
|
33215
|
+
{ item: "Hatchback (<1400 CC) - Diesel", emissionFactor: 0.000117, unit: "(Tonn CO2/km)" },
|
|
33216
|
+
{ item: "Hatchback (<1600 CC) - Diesel", emissionFactor: 0.000136, unit: "(Tonn CO2/km)" },
|
|
33217
|
+
{ item: "Sedan (<1400 CC) - Diesel", emissionFactor: 0.000121, unit: "(Tonn CO2/km)" },
|
|
33218
|
+
{ item: "Sedan (<1600 CC) - Diesel", emissionFactor: 0.000131, unit: "(Tonn CO2/km)" },
|
|
33219
|
+
{ item: "Sedan (<2000 CC) - Diesel", emissionFactor: 0.000148, unit: "(Tonn CO2/km)" },
|
|
33220
|
+
{ item: "Premium Sedan (<2000 CC) - Diesel", emissionFactor: 0.000164, unit: "(Tonn CO2/km)" },
|
|
33221
|
+
{ item: "Premium Sedan (<2500 CC) - Diesel", emissionFactor: 0.000151, unit: "(Tonn CO2/km)" },
|
|
33222
|
+
{ item: "Premium Sedan (<3000 CC) - Diesel", emissionFactor: 0.00023, unit: "(Tonn CO2/km)" },
|
|
33223
|
+
{ item: "MUV (<1400 CC) - Diesel", emissionFactor: 0.000145, unit: "(Tonn CO2/km)" },
|
|
33224
|
+
{ item: "MUV (<2500 CC) - Diesel", emissionFactor: 0.0002, unit: "(Tonn CO2/km)" },
|
|
33225
|
+
{ item: "Maxi Van (-) - Diesel", emissionFactor: 0.000209, unit: "(Tonn CO2/km)" },
|
|
33226
|
+
{ item: "SUV (<2000 CC) - Diesel", emissionFactor: 0.000186, unit: "(Tonn CO2/km)" },
|
|
33227
|
+
{ item: "SUV (<2500 CC) - Diesel", emissionFactor: 0.000195, unit: "(Tonn CO2/km)" },
|
|
33228
|
+
{ item: "SUV (<3000 CC) - Diesel", emissionFactor: 0.000203, unit: "(Tonn CO2/km)" },
|
|
33229
|
+
{ item: "Premium SUV (<2000 CC) - Diesel", emissionFactor: 0.000167, unit: "(Tonn CO2/km)" },
|
|
33230
|
+
{ item: "Premium SUV (<2500 CC) - Diesel", emissionFactor: 0.000199, unit: "(Tonn CO2/km)" },
|
|
33231
|
+
{ item: "Premium SUV (<3000 CC) - Diesel", emissionFactor: 0.000222, unit: "(Tonn CO2/km)" },
|
|
33232
|
+
{ item: "Premium SUV (>3000 CC) - Diesel", emissionFactor: 0.000269, unit: "(Tonn CO2/km)" },
|
|
33233
|
+
],
|
|
33562
33234
|
},
|
|
33563
33235
|
{
|
|
33564
|
-
|
|
33565
|
-
|
|
33566
|
-
|
|
33567
|
-
|
|
33568
|
-
|
|
33569
|
-
emissionFactor: 0,
|
|
33236
|
+
category: "Rail",
|
|
33237
|
+
items: [
|
|
33238
|
+
{ item: "Train travel(domestic)/ Subway/metro (km) - Domestic (electric)", emissionFactor: 4.6e-06, unit: "(Tonn CO2/km)" },
|
|
33239
|
+
{ item: "Train travel(domestic)/ Subway/metro (km) - Domestic (diesel)", emissionFactor: 6.7e-05, unit: "(Tonn CO2/km)" },
|
|
33240
|
+
],
|
|
33570
33241
|
},
|
|
33571
|
-
];
|
|
33572
|
-
const RENEWABLE_ENERGY_PRODUCTS$2 = [
|
|
33573
33242
|
{
|
|
33574
|
-
|
|
33575
|
-
|
|
33576
|
-
|
|
33577
|
-
|
|
33578
|
-
calorificValue: 0.036,
|
|
33579
|
-
emissionFactor: 0,
|
|
33243
|
+
category: "Bus",
|
|
33244
|
+
items: [
|
|
33245
|
+
{ item: "Public Bus/ Company buses", emissionFactor: 1.5161e-05, unit: "(Tonn CO2/km)" },
|
|
33246
|
+
],
|
|
33580
33247
|
},
|
|
33581
33248
|
{
|
|
33582
|
-
|
|
33583
|
-
|
|
33584
|
-
|
|
33585
|
-
|
|
33586
|
-
|
|
33587
|
-
|
|
33249
|
+
category: "Other- 2 wheeler",
|
|
33250
|
+
items: [
|
|
33251
|
+
{ item: "Scooter (<110 CC) - Petrol", emissionFactor: 3.34e-05, unit: "(Tonn CO2/km)" },
|
|
33252
|
+
{ item: "Scooter (<150 CC) - Petrol", emissionFactor: 3.51e-05, unit: "(Tonn CO2/km)" },
|
|
33253
|
+
{ item: "Motorcycle (<100 CC) - Petrol", emissionFactor: 3.25e-05, unit: "(Tonn CO2/km)" },
|
|
33254
|
+
{ item: "Motorcycle (<125 CC) - Petrol", emissionFactor: 2.9e-05, unit: "(Tonn CO2/km)" },
|
|
33255
|
+
{ item: "Motorcycle (<135 CC) - Petrol", emissionFactor: 3.24e-05, unit: "(Tonn CO2/km)" },
|
|
33256
|
+
{ item: "Motorcycle (<200 CC) - Petrol", emissionFactor: 4.17e-05, unit: "(Tonn CO2/km)" },
|
|
33257
|
+
{ item: "Motorcycle (<300 CC) - Petrol", emissionFactor: 5.4e-05, unit: "(Tonn CO2/km)" },
|
|
33258
|
+
{ item: "Motorcycle (<500 CC) - Petrol", emissionFactor: 5.42e-05, unit: "(Tonn CO2/km)" },
|
|
33259
|
+
],
|
|
33588
33260
|
},
|
|
33589
33261
|
];
|
|
33590
|
-
|
|
33262
|
+
|
|
33263
|
+
const UPSTREAM_EMISSIONS_PURCHASED_FUELS$1 = [
|
|
33591
33264
|
{
|
|
33592
|
-
|
|
33593
|
-
|
|
33594
|
-
|
|
33595
|
-
|
|
33596
|
-
|
|
33597
|
-
|
|
33265
|
+
category: "Upstream emissions of purchased fuels",
|
|
33266
|
+
items: [
|
|
33267
|
+
{ item: "Coal", emissionFactor: 2.46, unit: "Tonne" },
|
|
33268
|
+
{ item: "Coke", emissionFactor: 34, unit: "Tonne" },
|
|
33269
|
+
{ item: "Diesel", emissionFactor: 2.6923, unit: "kl" },
|
|
33270
|
+
{ item: "LPG", emissionFactor: 3, unit: "Tonne" },
|
|
33271
|
+
{ item: "Natural Gas (m3)", emissionFactor: 0.0019, unit: "m3" },
|
|
33272
|
+
{ item: "Petrol (Gasoline) Lt", emissionFactor: 2.35372, unit: "Kl" },
|
|
33273
|
+
{ item: "Propane", emissionFactor: 3, unit: "Tonne" },
|
|
33274
|
+
{ item: "CNG", emissionFactor: 2.75, unit: "Tonne" },
|
|
33275
|
+
{ item: "Coal (KWH)", emissionFactor: 0.345, unit: "KWH" },
|
|
33276
|
+
],
|
|
33598
33277
|
},
|
|
33599
33278
|
{
|
|
33600
|
-
|
|
33601
|
-
|
|
33602
|
-
|
|
33603
|
-
|
|
33604
|
-
subProducts: RENEWABLE_ENERGY_PRODUCTS$2,
|
|
33605
|
-
desc: "Renewable electricity inputs from the steel source workbook",
|
|
33279
|
+
category: "T&D losses of purchased electricity",
|
|
33280
|
+
items: [
|
|
33281
|
+
{ item: "Electricity", emissionFactor: 0.000727, unit: "Kwh" },
|
|
33282
|
+
],
|
|
33606
33283
|
},
|
|
33607
33284
|
];
|
|
33608
|
-
|
|
33285
|
+
|
|
33609
33286
|
const PURCHASED_GOODS_AND_SERVICES$3 = [
|
|
33610
33287
|
{
|
|
33611
33288
|
category: "Purchased Goods",
|
|
@@ -33616,6 +33293,11 @@ const PURCHASED_GOODS_AND_SERVICES$3 = [
|
|
|
33616
33293
|
{ item: "DRI", emissionFactor: 0.7, unit: "Tonne" },
|
|
33617
33294
|
{ item: "Iron Ore", emissionFactor: 0.03, unit: "Tonne" },
|
|
33618
33295
|
{ item: "Scrap Steel", emissionFactor: 0.3, unit: "Tonne" },
|
|
33296
|
+
{ item: "Mild steel", emissionFactor: 2.03, unit: "Tonne" },
|
|
33297
|
+
{ item: "Stainless Steel", emissionFactor: 4.2, unit: "Tonne" },
|
|
33298
|
+
{ item: "Galvanised Steel", emissionFactor: 2.2, unit: "Tonne" },
|
|
33299
|
+
{ item: "Aluminium", emissionFactor: 20.88, unit: "Tonne" },
|
|
33300
|
+
{ item: "Scrap Aluminium", emissionFactor: 0.5, unit: "Tonne" },
|
|
33619
33301
|
{ item: "Pig Iron", emissionFactor: 1.9, unit: "Tonne" },
|
|
33620
33302
|
{ item: "DRI (Gas-based)", emissionFactor: 1.3, unit: "Tonne" },
|
|
33621
33303
|
{ item: "DRI (Coal-based)", emissionFactor: 2.3, unit: "Tonne" },
|
|
@@ -33639,41 +33321,19 @@ const PURCHASED_GOODS_AND_SERVICES$3 = [
|
|
|
33639
33321
|
{ item: "Lubricants( Oils)", emissionFactor: 2.8, unit: "Tonne" },
|
|
33640
33322
|
{ item: "Grease", emissionFactor: 3.2, unit: "Tonne" },
|
|
33641
33323
|
{ item: "Industrial Cleaners", emissionFactor: 1.5, unit: "Kl" },
|
|
33642
|
-
{ item: "Descalling agents", emissionFactor: 2.3, unit: "Tonne" },
|
|
33643
|
-
{ item: "Rust Preventative", emissionFactor: 2, unit: "liter" },
|
|
33644
|
-
{ item: "Anti-wear Additives", emissionFactor: 2.5, unit: "Tonne" },
|
|
33645
|
-
{ item: "Sealants and gaskets", emissionFactor: 3, unit: "Tonne" },
|
|
33646
|
-
{ item: "Refractories", emissionFactor: 0.7, unit: "Tonne" },
|
|
33647
|
-
{ item: "Steel and Metal Parts", emissionFactor: 1, unit: "Tonne" },
|
|
33648
|
-
{ item: "Filters ( Air, water and dust)", emissionFactor: 1.2, unit: "Tonne" },
|
|
33649
|
-
{ item: "Conveyor Belts", emissionFactor: 0.6, unit: "Meter" },
|
|
33650
|
-
{ item: "V-Belts and drive belts", emissionFactor: 2.5, unit: "Tonne" },
|
|
33651
|
-
],
|
|
33652
|
-
},
|
|
33653
|
-
];
|
|
33654
|
-
const HOTEL_EQUIPMENT_EMISSIONS$1 = [];
|
|
33655
|
-
const UPSTREAM_EMISSIONS_PURCHASED_FUELS$1 = [
|
|
33656
|
-
{
|
|
33657
|
-
category: "Upstream emissions of purchased fuels",
|
|
33658
|
-
items: [
|
|
33659
|
-
{ item: "Coal", emissionFactor: 2.46, unit: "Tonne" },
|
|
33660
|
-
{ item: "Coke", emissionFactor: 34, unit: "Tonne" },
|
|
33661
|
-
{ item: "Diesel", emissionFactor: 2.6923, unit: "kl" },
|
|
33662
|
-
{ item: "LPG", emissionFactor: 3, unit: "Tonne" },
|
|
33663
|
-
{ item: "Natural Gas (m3)", emissionFactor: 0.0019, unit: "m3" },
|
|
33664
|
-
{ item: "Petrol (Gasoline) Lt", emissionFactor: 2.35372, unit: "Kl" },
|
|
33665
|
-
{ item: "Propane", emissionFactor: 3, unit: "Tonne" },
|
|
33666
|
-
{ item: "CNG", emissionFactor: 2.75, unit: "Tonne" },
|
|
33667
|
-
{ item: "Coal (KWH)", emissionFactor: 0.345, unit: "KWH" },
|
|
33668
|
-
],
|
|
33669
|
-
},
|
|
33670
|
-
{
|
|
33671
|
-
category: "T&D losses of purchased electricity",
|
|
33672
|
-
items: [
|
|
33673
|
-
{ item: "Electricity", emissionFactor: 0.000727, unit: "Kwh" },
|
|
33324
|
+
{ item: "Descalling agents", emissionFactor: 2.3, unit: "Tonne" },
|
|
33325
|
+
{ item: "Rust Preventative", emissionFactor: 2, unit: "liter" },
|
|
33326
|
+
{ item: "Anti-wear Additives", emissionFactor: 2.5, unit: "Tonne" },
|
|
33327
|
+
{ item: "Sealants and gaskets", emissionFactor: 3, unit: "Tonne" },
|
|
33328
|
+
{ item: "Refractories", emissionFactor: 0.7, unit: "Tonne" },
|
|
33329
|
+
{ item: "Steel and Metal Parts", emissionFactor: 1, unit: "Tonne" },
|
|
33330
|
+
{ item: "Filters ( Air, water and dust)", emissionFactor: 1.2, unit: "Tonne" },
|
|
33331
|
+
{ item: "Conveyor Belts", emissionFactor: 0.6, unit: "Meter" },
|
|
33332
|
+
{ item: "V-Belts and drive belts", emissionFactor: 2.5, unit: "Tonne" },
|
|
33674
33333
|
],
|
|
33675
33334
|
},
|
|
33676
33335
|
];
|
|
33336
|
+
|
|
33677
33337
|
const UPSTREAM_TRANSPORTATION$2 = [
|
|
33678
33338
|
{
|
|
33679
33339
|
category: "Air",
|
|
@@ -33726,6 +33386,8 @@ const UPSTREAM_TRANSPORTATION$2 = [
|
|
|
33726
33386
|
},
|
|
33727
33387
|
];
|
|
33728
33388
|
const RAW_MATERIAL_TRANSPORTATION$1 = UPSTREAM_TRANSPORTATION$2;
|
|
33389
|
+
const TOTAL_DOWNSTREAM_EMISSIONS = UPSTREAM_TRANSPORTATION$2;
|
|
33390
|
+
|
|
33729
33391
|
const WASTE_DISPOSAL_EMISSIONS$1 = [
|
|
33730
33392
|
{
|
|
33731
33393
|
category: "Landfilled / Reused",
|
|
@@ -33871,239 +33533,347 @@ const WASTE_FROM_OPERATIONS = [
|
|
|
33871
33533
|
],
|
|
33872
33534
|
},
|
|
33873
33535
|
];
|
|
33874
|
-
|
|
33536
|
+
|
|
33537
|
+
const ALL_SCOPES_3_STEEL = [
|
|
33875
33538
|
{
|
|
33876
|
-
|
|
33877
|
-
|
|
33878
|
-
|
|
33879
|
-
|
|
33880
|
-
|
|
33881
|
-
|
|
33882
|
-
|
|
33883
|
-
{ item: "Gypsy (1298 CC) - Gasoline", emissionFactor: 0.000189, unit: "(Tonn CO2/km)" },
|
|
33884
|
-
{ item: "Sedan (<1400 CC) - Gasoline", emissionFactor: 0.000142, unit: "(Tonn CO2/km)" },
|
|
33885
|
-
{ item: "Sedan (<1600 CC) - Gasoline", emissionFactor: 0.000142, unit: "(Tonn CO2/km)" },
|
|
33886
|
-
{ item: "Sedan (<2000 CC) - Gasoline", emissionFactor: 0.000149, unit: "(Tonn CO2/km)" },
|
|
33887
|
-
{ item: "Sedan (<2500 CC) - Gasoline", emissionFactor: 0.000163, unit: "(Tonn CO2/km)" },
|
|
33888
|
-
{ item: "SUV (<3000 CC) - Gasoline", emissionFactor: 0.000197, unit: "(Tonn CO2/km)" },
|
|
33889
|
-
{ item: "MUV (<2000 CC) - Gasoline", emissionFactor: 0.000213, unit: "(Tonn CO2/km)" },
|
|
33890
|
-
{ item: "Premium SUV (<2000 CC) - Gasoline", emissionFactor: 0.000193, unit: "(Tonn CO2/km)" },
|
|
33891
|
-
{ item: "Premium SUV (<3000 CC) - Gasoline", emissionFactor: 0.000258, unit: "(Tonn CO2/km)" },
|
|
33892
|
-
{ item: "Premium SUV (>3000 CC) - Gasoline", emissionFactor: 0.000267, unit: "(Tonn CO2/km)" },
|
|
33893
|
-
{ item: "Premium Sedan (<2000 CC) - Gasoline", emissionFactor: 0.000191, unit: "(Tonn CO2/km)" },
|
|
33894
|
-
{ item: "Premium Sedan (<3000 CC) - Gasoline", emissionFactor: 0.000194, unit: "(Tonn CO2/km)" },
|
|
33895
|
-
{ item: "Premium Sedan (>3000 CC) - Gasoline", emissionFactor: 0.00025, unit: "(Tonn CO2/km)" },
|
|
33896
|
-
{ item: "Hybrid (<2000 CC) - Gasoline", emissionFactor: 9.5e-05, unit: "(Tonn CO2/km)" },
|
|
33897
|
-
],
|
|
33539
|
+
name: "Purchased Goods and Services",
|
|
33540
|
+
displayName: "Purchased Goods and Services",
|
|
33541
|
+
icon: fa.FaRegBuilding,
|
|
33542
|
+
scope: "scope3",
|
|
33543
|
+
unit: "various",
|
|
33544
|
+
subProducts: PURCHASED_GOODS_AND_SERVICES$3,
|
|
33545
|
+
desc: "Total purchased goods and services used",
|
|
33898
33546
|
},
|
|
33899
33547
|
{
|
|
33900
|
-
|
|
33901
|
-
|
|
33902
|
-
|
|
33903
|
-
|
|
33904
|
-
|
|
33548
|
+
name: "Fuel and Energy Related Activities",
|
|
33549
|
+
displayName: "Fuel and Energy Related Activities",
|
|
33550
|
+
icon: ri.RiDeleteBin5Line,
|
|
33551
|
+
scope: "scope3",
|
|
33552
|
+
unit: "various",
|
|
33553
|
+
subProducts: UPSTREAM_EMISSIONS_PURCHASED_FUELS$1,
|
|
33554
|
+
desc: "Fuel and energy related emissions",
|
|
33905
33555
|
},
|
|
33906
33556
|
{
|
|
33907
|
-
|
|
33908
|
-
|
|
33909
|
-
|
|
33910
|
-
|
|
33911
|
-
|
|
33912
|
-
|
|
33913
|
-
|
|
33914
|
-
|
|
33915
|
-
|
|
33916
|
-
|
|
33917
|
-
|
|
33918
|
-
|
|
33919
|
-
|
|
33920
|
-
|
|
33921
|
-
|
|
33922
|
-
|
|
33923
|
-
|
|
33924
|
-
|
|
33925
|
-
|
|
33926
|
-
|
|
33927
|
-
|
|
33928
|
-
|
|
33557
|
+
name: "Upstream Transportation and Distribution",
|
|
33558
|
+
displayName: "Upstream Transportation and Distribution",
|
|
33559
|
+
icon: gi.GiElectric,
|
|
33560
|
+
scope: "scope3",
|
|
33561
|
+
unit: "various",
|
|
33562
|
+
subProducts: UPSTREAM_TRANSPORTATION$2,
|
|
33563
|
+
desc: "Upstream transportation and distribution emissions",
|
|
33564
|
+
},
|
|
33565
|
+
{
|
|
33566
|
+
name: "Downstream Transportation and Distribution",
|
|
33567
|
+
displayName: "Downstream Transportation and Distribution",
|
|
33568
|
+
icon: gi.GiElectric,
|
|
33569
|
+
scope: "scope3",
|
|
33570
|
+
unit: "various",
|
|
33571
|
+
subProducts: TOTAL_DOWNSTREAM_EMISSIONS,
|
|
33572
|
+
desc: "Downstream transportation and distribution emissions",
|
|
33573
|
+
},
|
|
33574
|
+
{
|
|
33575
|
+
name: "Waste Treatment and Disposal",
|
|
33576
|
+
displayName: "Waste Treatment and Disposal",
|
|
33577
|
+
icon: ri.RiDeleteBin2Line,
|
|
33578
|
+
scope: "scope3",
|
|
33579
|
+
unit: "various",
|
|
33580
|
+
subProducts: WASTE_DISPOSAL_EMISSIONS$1,
|
|
33581
|
+
desc: "Waste treatment and disposal emissions",
|
|
33582
|
+
},
|
|
33583
|
+
{
|
|
33584
|
+
name: "Waste Generated in Operations",
|
|
33585
|
+
displayName: "Waste Generated in Operations",
|
|
33586
|
+
icon: ri.RiDeleteBin2Line,
|
|
33587
|
+
scope: "scope3",
|
|
33588
|
+
unit: "various",
|
|
33589
|
+
subProducts: WASTE_FROM_OPERATIONS,
|
|
33590
|
+
desc: "Waste generated in operations emission factors",
|
|
33591
|
+
},
|
|
33592
|
+
{
|
|
33593
|
+
name: "Business Travel",
|
|
33594
|
+
displayName: "Business Travel",
|
|
33595
|
+
icon: ci.CiPlane,
|
|
33596
|
+
scope: "scope3",
|
|
33597
|
+
unit: "various",
|
|
33598
|
+
subProducts: BUSINESS_TRAVEL$3,
|
|
33599
|
+
desc: "Business travel emissions",
|
|
33600
|
+
},
|
|
33601
|
+
{
|
|
33602
|
+
name: "Employee Commuting",
|
|
33603
|
+
displayName: "Employee Commuting",
|
|
33604
|
+
icon: io5.IoCarOutline,
|
|
33605
|
+
scope: "scope3",
|
|
33606
|
+
unit: "various",
|
|
33607
|
+
subProducts: EMPLOYEE_COMMUTING$3,
|
|
33608
|
+
desc: "Employee commuting emissions",
|
|
33609
|
+
},
|
|
33610
|
+
];
|
|
33611
|
+
|
|
33612
|
+
const HOTEL_EQUIPMENT_EMISSIONS$1 = [];
|
|
33613
|
+
const PROCESSING_OF_SOLD_PRODUCTS = [];
|
|
33614
|
+
const USE_OF_SOLD_PRODUCTS = [];
|
|
33615
|
+
const END_OF_LIFE_TREATMENT = [];
|
|
33616
|
+
|
|
33617
|
+
const WASTE_PRODUCTS$1 = [
|
|
33618
|
+
{
|
|
33619
|
+
name: "Lime and Dolomite Fines",
|
|
33620
|
+
unit: "tonnes",
|
|
33621
|
+
type: "landfilled-reused",
|
|
33622
|
+
calorificValue: 1,
|
|
33623
|
+
emissionFactor: 0.08,
|
|
33624
|
+
},
|
|
33625
|
+
{
|
|
33626
|
+
name: "Desulphurization Slag",
|
|
33627
|
+
unit: "tonnes",
|
|
33628
|
+
type: "landfilled",
|
|
33629
|
+
calorificValue: 1,
|
|
33630
|
+
emissionFactor: 0.12,
|
|
33631
|
+
},
|
|
33632
|
+
{
|
|
33633
|
+
name: "Spent Shot Blasting Media",
|
|
33634
|
+
unit: "tonnes",
|
|
33635
|
+
type: "landfilled-recycled",
|
|
33636
|
+
calorificValue: 1,
|
|
33637
|
+
emissionFactor: 0.14,
|
|
33638
|
+
},
|
|
33639
|
+
{
|
|
33640
|
+
name: "Used Paints / Coatings",
|
|
33641
|
+
unit: "tonnes",
|
|
33642
|
+
type: "incinerated-haz",
|
|
33643
|
+
calorificValue: 1,
|
|
33644
|
+
emissionFactor: 3.1,
|
|
33645
|
+
},
|
|
33646
|
+
{
|
|
33647
|
+
name: "Solvent Waste",
|
|
33648
|
+
unit: "tonnes",
|
|
33649
|
+
type: "incinerated-haz",
|
|
33650
|
+
calorificValue: 1,
|
|
33651
|
+
emissionFactor: 2.6,
|
|
33652
|
+
},
|
|
33653
|
+
{
|
|
33654
|
+
name: "Tar Sludge / Coke Oven Waste",
|
|
33655
|
+
unit: "tonnes",
|
|
33656
|
+
type: "incinerated-landfilled",
|
|
33657
|
+
calorificValue: 1,
|
|
33658
|
+
emissionFactor: 2.1,
|
|
33659
|
+
},
|
|
33660
|
+
{
|
|
33661
|
+
name: "Waste Insulation Material",
|
|
33662
|
+
unit: "tonnes",
|
|
33663
|
+
type: "landfilled",
|
|
33664
|
+
calorificValue: 1,
|
|
33665
|
+
emissionFactor: 0.98,
|
|
33666
|
+
},
|
|
33667
|
+
{
|
|
33668
|
+
name: "Damaged Reels / Steel Coils",
|
|
33669
|
+
unit: "tonnes",
|
|
33670
|
+
type: "sold-as-scrap",
|
|
33671
|
+
calorificValue: 1,
|
|
33672
|
+
emissionFactor: 0,
|
|
33673
|
+
},
|
|
33674
|
+
{
|
|
33675
|
+
name: "Laboratory Waste",
|
|
33676
|
+
unit: "tonnes",
|
|
33677
|
+
type: "incinerated-haz",
|
|
33678
|
+
calorificValue: 1,
|
|
33679
|
+
emissionFactor: 1.8,
|
|
33680
|
+
},
|
|
33681
|
+
{
|
|
33682
|
+
name: "Empty Chemical Containers",
|
|
33683
|
+
unit: "tonnes",
|
|
33684
|
+
type: "rinsed-recycled-or-landfill",
|
|
33685
|
+
calorificValue: 1,
|
|
33686
|
+
emissionFactor: 1.8,
|
|
33687
|
+
},
|
|
33688
|
+
{
|
|
33689
|
+
name: "Carbon Dust / Fines",
|
|
33690
|
+
unit: "tonnes",
|
|
33691
|
+
type: "landfilled",
|
|
33692
|
+
calorificValue: 1,
|
|
33693
|
+
emissionFactor: 0.9,
|
|
33694
|
+
},
|
|
33695
|
+
{
|
|
33696
|
+
name: "Spent Resins",
|
|
33697
|
+
unit: "tonnes",
|
|
33698
|
+
type: "landfilled-haz",
|
|
33699
|
+
calorificValue: 1,
|
|
33700
|
+
emissionFactor: 1.2,
|
|
33701
|
+
},
|
|
33702
|
+
{
|
|
33703
|
+
name: "Grit Chamber / Drain Sludge",
|
|
33704
|
+
unit: "tonnes",
|
|
33705
|
+
type: "landfilled",
|
|
33706
|
+
calorificValue: 1,
|
|
33707
|
+
emissionFactor: 0.06,
|
|
33708
|
+
},
|
|
33709
|
+
{
|
|
33710
|
+
name: "Contaminated PPE / Uniforms",
|
|
33711
|
+
unit: "tonnes",
|
|
33712
|
+
type: "incinerated",
|
|
33713
|
+
calorificValue: 1,
|
|
33714
|
+
emissionFactor: 1.85,
|
|
33715
|
+
},
|
|
33716
|
+
{
|
|
33717
|
+
name: "Plastic Straps & Film",
|
|
33718
|
+
unit: "tonnes",
|
|
33719
|
+
type: "landfilled",
|
|
33720
|
+
calorificValue: 1,
|
|
33721
|
+
emissionFactor: 1.58,
|
|
33722
|
+
},
|
|
33723
|
+
{
|
|
33724
|
+
name: "Worn Conveyor Belts",
|
|
33725
|
+
unit: "tonnes",
|
|
33726
|
+
type: "landfilled",
|
|
33727
|
+
calorificValue: 1,
|
|
33728
|
+
emissionFactor: 1.25,
|
|
33729
|
+
},
|
|
33730
|
+
{
|
|
33731
|
+
name: "Waste Tyres (mobile equipment)",
|
|
33732
|
+
unit: "tonnes",
|
|
33733
|
+
type: "reused-incinerated",
|
|
33734
|
+
calorificValue: 1,
|
|
33735
|
+
emissionFactor: 2.94,
|
|
33736
|
+
},
|
|
33737
|
+
{
|
|
33738
|
+
name: "E-waste (controls / sensors)",
|
|
33739
|
+
unit: "tonnes",
|
|
33740
|
+
type: "e-waste-recycler",
|
|
33741
|
+
calorificValue: 1,
|
|
33742
|
+
emissionFactor: 0.75,
|
|
33929
33743
|
},
|
|
33744
|
+
];
|
|
33745
|
+
|
|
33746
|
+
const WATER_PRODUCTS$1 = [
|
|
33930
33747
|
{
|
|
33931
|
-
|
|
33932
|
-
|
|
33933
|
-
|
|
33934
|
-
|
|
33935
|
-
|
|
33748
|
+
name: "Botteled Water",
|
|
33749
|
+
unit: "m3",
|
|
33750
|
+
type: "direct",
|
|
33751
|
+
calorificValue: 1,
|
|
33752
|
+
emissionFactor: 0.222,
|
|
33936
33753
|
},
|
|
33937
33754
|
{
|
|
33938
|
-
|
|
33939
|
-
|
|
33940
|
-
|
|
33941
|
-
|
|
33755
|
+
name: "Ground Water",
|
|
33756
|
+
unit: "m3",
|
|
33757
|
+
type: "direct",
|
|
33758
|
+
calorificValue: 1,
|
|
33759
|
+
emissionFactor: 0.00038,
|
|
33942
33760
|
},
|
|
33943
33761
|
{
|
|
33944
|
-
|
|
33945
|
-
|
|
33946
|
-
|
|
33947
|
-
|
|
33948
|
-
|
|
33949
|
-
{ item: "Motorcycle (<125 CC) - Petrol", emissionFactor: 2.9e-05, unit: "(Tonn CO2/km)" },
|
|
33950
|
-
{ item: "Motorcycle (<135 CC) - Petrol", emissionFactor: 3.24e-05, unit: "(Tonn CO2/km)" },
|
|
33951
|
-
{ item: "Motorcycle (<200 CC) - Petrol", emissionFactor: 4.17e-05, unit: "(Tonn CO2/km)" },
|
|
33952
|
-
{ item: "Motorcycle (<300 CC) - Petrol", emissionFactor: 5.4e-05, unit: "(Tonn CO2/km)" },
|
|
33953
|
-
{ item: "Motorcycle (<500 CC) - Petrol", emissionFactor: 5.42e-05, unit: "(Tonn CO2/km)" },
|
|
33954
|
-
],
|
|
33762
|
+
name: "Rain Water",
|
|
33763
|
+
unit: "m3",
|
|
33764
|
+
type: "direct",
|
|
33765
|
+
calorificValue: 1,
|
|
33766
|
+
emissionFactor: 0.0005,
|
|
33955
33767
|
},
|
|
33956
|
-
];
|
|
33957
|
-
const BUSINESS_TRAVEL$3 = [
|
|
33958
33768
|
{
|
|
33959
|
-
|
|
33960
|
-
|
|
33961
|
-
|
|
33962
|
-
|
|
33963
|
-
|
|
33769
|
+
name: "Municipal Water",
|
|
33770
|
+
unit: "m3",
|
|
33771
|
+
type: "direct",
|
|
33772
|
+
calorificValue: 1,
|
|
33773
|
+
emissionFactor: 0.0005,
|
|
33964
33774
|
},
|
|
33965
33775
|
{
|
|
33966
|
-
|
|
33967
|
-
|
|
33968
|
-
|
|
33969
|
-
|
|
33970
|
-
|
|
33971
|
-
{ item: "Premium Hatchback (<1600 CC) - Gasoline", emissionFactor: 0.00015, unit: "(Tonn CO2/km)" },
|
|
33972
|
-
{ item: "Compact SUV (<1600 CC) - Gasoline", emissionFactor: 0.000153, unit: "(Tonn CO2/km)" },
|
|
33973
|
-
{ item: "Gypsy (1298 CC) - Gasoline", emissionFactor: 0.000189, unit: "(Tonn CO2/km)" },
|
|
33974
|
-
{ item: "Sedan (<1400 CC) - Gasoline", emissionFactor: 0.000142, unit: "(Tonn CO2/km)" },
|
|
33975
|
-
{ item: "Sedan (<1600 CC) - Gasoline", emissionFactor: 0.000142, unit: "(Tonn CO2/km)" },
|
|
33976
|
-
{ item: "Sedan (<2000 CC) - Gasoline", emissionFactor: 0.000149, unit: "(Tonn CO2/km)" },
|
|
33977
|
-
{ item: "Sedan (<2500 CC) - Gasoline", emissionFactor: 0.000163, unit: "(Tonn CO2/km)" },
|
|
33978
|
-
{ item: "SUV (<3000 CC) - Gasoline", emissionFactor: 0.000197, unit: "(Tonn CO2/km)" },
|
|
33979
|
-
{ item: "MUV (<2000 CC) - Gasoline", emissionFactor: 0.000213, unit: "(Tonn CO2/km)" },
|
|
33980
|
-
{ item: "Premium SUV (<2000 CC) - Gasoline", emissionFactor: 0.000193, unit: "(Tonn CO2/km)" },
|
|
33981
|
-
{ item: "Premium SUV (<3000 CC) - Gasoline", emissionFactor: 0.000258, unit: "(Tonn CO2/km)" },
|
|
33982
|
-
{ item: "Premium SUV (>3000 CC) - Gasoline", emissionFactor: 0.000267, unit: "(Tonn CO2/km)" },
|
|
33983
|
-
{ item: "Premium Sedan (<2000 CC) - Gasoline", emissionFactor: 0.000191, unit: "(Tonn CO2/km)" },
|
|
33984
|
-
{ item: "Premium Sedan (<3000 CC) - Gasoline", emissionFactor: 0.000194, unit: "(Tonn CO2/km)" },
|
|
33985
|
-
{ item: "Premium Sedan (>3000 CC) - Gasoline", emissionFactor: 0.00025, unit: "(Tonn CO2/km)" },
|
|
33986
|
-
{ item: "Hybrid (<2000 CC) - Gasoline", emissionFactor: 9.5e-05, unit: "(Tonn CO2/km)" },
|
|
33987
|
-
],
|
|
33776
|
+
name: "Tanker Water",
|
|
33777
|
+
unit: "m3",
|
|
33778
|
+
type: "direct",
|
|
33779
|
+
calorificValue: 1,
|
|
33780
|
+
emissionFactor: 0,
|
|
33988
33781
|
},
|
|
33989
33782
|
{
|
|
33990
|
-
|
|
33991
|
-
|
|
33992
|
-
|
|
33993
|
-
|
|
33994
|
-
|
|
33783
|
+
name: "Surface Water",
|
|
33784
|
+
unit: "m3",
|
|
33785
|
+
type: "direct",
|
|
33786
|
+
calorificValue: 1,
|
|
33787
|
+
emissionFactor: 0.00042,
|
|
33995
33788
|
},
|
|
33996
33789
|
{
|
|
33997
|
-
|
|
33998
|
-
|
|
33999
|
-
|
|
34000
|
-
|
|
34001
|
-
|
|
34002
|
-
{ item: "Sedan (<1400 CC) - Diesel", emissionFactor: 0.000121, unit: "(Tonn CO2/km)" },
|
|
34003
|
-
{ item: "Sedan (<1600 CC) - Diesel", emissionFactor: 0.000131, unit: "(Tonn CO2/km)" },
|
|
34004
|
-
{ item: "Sedan (<2000 CC) - Diesel", emissionFactor: 0.000148, unit: "(Tonn CO2/km)" },
|
|
34005
|
-
{ item: "Premium Sedan (<2000 CC) - Diesel", emissionFactor: 0.000164, unit: "(Tonn CO2/km)" },
|
|
34006
|
-
{ item: "Premium Sedan (<2500 CC) - Diesel", emissionFactor: 0.000151, unit: "(Tonn CO2/km)" },
|
|
34007
|
-
{ item: "Premium Sedan (<3000 CC) - Diesel", emissionFactor: 0.00023, unit: "(Tonn CO2/km)" },
|
|
34008
|
-
{ item: "MUV (<1400 CC) - Diesel", emissionFactor: 0.000145, unit: "(Tonn CO2/km)" },
|
|
34009
|
-
{ item: "MUV (<2500 CC) - Diesel", emissionFactor: 0.0002, unit: "(Tonn CO2/km)" },
|
|
34010
|
-
{ item: "Maxi Van (-) - Diesel", emissionFactor: 0.000209, unit: "(Tonn CO2/km)" },
|
|
34011
|
-
{ item: "SUV (<2000 CC) - Diesel", emissionFactor: 0.000186, unit: "(Tonn CO2/km)" },
|
|
34012
|
-
{ item: "SUV (<2500 CC) - Diesel", emissionFactor: 0.000195, unit: "(Tonn CO2/km)" },
|
|
34013
|
-
{ item: "SUV (<3000 CC) - Diesel", emissionFactor: 0.000203, unit: "(Tonn CO2/km)" },
|
|
34014
|
-
{ item: "Premium SUV (<2000 CC) - Diesel", emissionFactor: 0.000167, unit: "(Tonn CO2/km)" },
|
|
34015
|
-
{ item: "Premium SUV (<2500 CC) - Diesel", emissionFactor: 0.000199, unit: "(Tonn CO2/km)" },
|
|
34016
|
-
{ item: "Premium SUV (<3000 CC) - Diesel", emissionFactor: 0.000222, unit: "(Tonn CO2/km)" },
|
|
34017
|
-
{ item: "Premium SUV (>3000 CC) - Diesel", emissionFactor: 0.000269, unit: "(Tonn CO2/km)" },
|
|
34018
|
-
],
|
|
33790
|
+
name: "Desalinated Water",
|
|
33791
|
+
unit: "m3",
|
|
33792
|
+
type: "direct",
|
|
33793
|
+
calorificValue: 1,
|
|
33794
|
+
emissionFactor: 0.00246,
|
|
34019
33795
|
},
|
|
34020
33796
|
{
|
|
34021
|
-
|
|
34022
|
-
|
|
34023
|
-
|
|
34024
|
-
|
|
34025
|
-
|
|
34026
|
-
{ item: "International (diesel) - Diesel", emissionFactor: 8e-05, unit: "Ton CO2 / passenger-km" },
|
|
34027
|
-
],
|
|
33797
|
+
name: "RecycledWater",
|
|
33798
|
+
unit: "m3",
|
|
33799
|
+
type: "direct",
|
|
33800
|
+
calorificValue: 1,
|
|
33801
|
+
emissionFactor: 0,
|
|
34028
33802
|
},
|
|
34029
|
-
];
|
|
34030
|
-
const TOTAL_DOWNSTREAM_EMISSIONS = [];
|
|
34031
|
-
const PROCESSING_OF_SOLD_PRODUCTS = [];
|
|
34032
|
-
const USE_OF_SOLD_PRODUCTS = [];
|
|
34033
|
-
const END_OF_LIFE_TREATMENT = [];
|
|
34034
|
-
const WATER_MANAGEMENT_STEEL = {
|
|
34035
|
-
name: "Water Management",
|
|
34036
|
-
icon: gi.GiElectric,
|
|
34037
|
-
scope: "other",
|
|
34038
|
-
unit: "m3",
|
|
34039
|
-
subProducts: WATER_PRODUCTS$1,
|
|
34040
|
-
desc: "Water withdrawal, discharge, and quality tracking for steel operations",
|
|
34041
|
-
};
|
|
34042
|
-
const ALL_SCOPES_3_STEEL = [
|
|
34043
33803
|
{
|
|
34044
|
-
name: "
|
|
34045
|
-
|
|
34046
|
-
|
|
34047
|
-
|
|
34048
|
-
|
|
34049
|
-
subProducts: PURCHASED_GOODS_AND_SERVICES$3,
|
|
34050
|
-
desc: "Total purchased goods and services used",
|
|
33804
|
+
name: "Reused Water",
|
|
33805
|
+
unit: "m3",
|
|
33806
|
+
type: "direct",
|
|
33807
|
+
calorificValue: 1,
|
|
33808
|
+
emissionFactor: 0,
|
|
34051
33809
|
},
|
|
34052
33810
|
{
|
|
34053
|
-
name: "
|
|
34054
|
-
|
|
34055
|
-
|
|
34056
|
-
|
|
34057
|
-
|
|
34058
|
-
subProducts: UPSTREAM_EMISSIONS_PURCHASED_FUELS$1,
|
|
34059
|
-
desc: "Fuel and energy related emissions",
|
|
33811
|
+
name: "Discharged to Sewage",
|
|
33812
|
+
unit: "m3",
|
|
33813
|
+
type: "discharge",
|
|
33814
|
+
calorificValue: 1,
|
|
33815
|
+
emissionFactor: 0,
|
|
34060
33816
|
},
|
|
34061
33817
|
{
|
|
34062
|
-
name: "
|
|
34063
|
-
|
|
34064
|
-
|
|
34065
|
-
|
|
34066
|
-
|
|
34067
|
-
subProducts: UPSTREAM_TRANSPORTATION$2,
|
|
34068
|
-
desc: "Upstream transportation and distribution emissions",
|
|
33818
|
+
name: "Discharge to Surface Water Bodies",
|
|
33819
|
+
unit: "m3",
|
|
33820
|
+
type: "discharge",
|
|
33821
|
+
calorificValue: 1,
|
|
33822
|
+
emissionFactor: 0,
|
|
34069
33823
|
},
|
|
34070
33824
|
{
|
|
34071
|
-
name: "
|
|
34072
|
-
|
|
34073
|
-
|
|
34074
|
-
|
|
34075
|
-
|
|
34076
|
-
subProducts: WASTE_DISPOSAL_EMISSIONS$1,
|
|
34077
|
-
desc: "Waste treatment and disposal emissions",
|
|
33825
|
+
name: "Discharge to groundwater",
|
|
33826
|
+
unit: "m3",
|
|
33827
|
+
type: "discharge",
|
|
33828
|
+
calorificValue: 1,
|
|
33829
|
+
emissionFactor: 0,
|
|
34078
33830
|
},
|
|
34079
33831
|
{
|
|
34080
|
-
name: "
|
|
34081
|
-
|
|
34082
|
-
|
|
34083
|
-
|
|
34084
|
-
|
|
34085
|
-
subProducts: WASTE_FROM_OPERATIONS,
|
|
34086
|
-
desc: "Waste generated in operations emission factors",
|
|
33832
|
+
name: "Discharge to Third Part Treatmenr Facilities",
|
|
33833
|
+
unit: "m3",
|
|
33834
|
+
type: "discharge",
|
|
33835
|
+
calorificValue: 1,
|
|
33836
|
+
emissionFactor: 0,
|
|
34087
33837
|
},
|
|
34088
33838
|
{
|
|
34089
|
-
name: "
|
|
34090
|
-
|
|
34091
|
-
|
|
34092
|
-
|
|
34093
|
-
|
|
34094
|
-
subProducts: BUSINESS_TRAVEL$3,
|
|
34095
|
-
desc: "Business travel emissions",
|
|
33839
|
+
name: "Discharge with Treated Effluents",
|
|
33840
|
+
unit: "m3",
|
|
33841
|
+
type: "discharge",
|
|
33842
|
+
calorificValue: 1,
|
|
33843
|
+
emissionFactor: 0,
|
|
34096
33844
|
},
|
|
34097
33845
|
{
|
|
34098
|
-
name: "
|
|
34099
|
-
|
|
34100
|
-
|
|
34101
|
-
|
|
34102
|
-
|
|
34103
|
-
|
|
34104
|
-
|
|
33846
|
+
name: "Total Dissolved Solid (TDS)",
|
|
33847
|
+
unit: "PPM",
|
|
33848
|
+
type: "quality",
|
|
33849
|
+
calorificValue: 1,
|
|
33850
|
+
emissionFactor: 0,
|
|
33851
|
+
},
|
|
33852
|
+
{
|
|
33853
|
+
name: "Chemical Oxygen Demand",
|
|
33854
|
+
unit: "mg/L",
|
|
33855
|
+
type: "quality",
|
|
33856
|
+
calorificValue: 1,
|
|
33857
|
+
emissionFactor: 0,
|
|
33858
|
+
},
|
|
33859
|
+
{
|
|
33860
|
+
name: "Biological Oxygen Demand",
|
|
33861
|
+
unit: "mg/L",
|
|
33862
|
+
type: "quality",
|
|
33863
|
+
calorificValue: 1,
|
|
33864
|
+
emissionFactor: 0,
|
|
34105
33865
|
},
|
|
34106
33866
|
];
|
|
33867
|
+
const WATER_MANAGEMENT_STEEL = {
|
|
33868
|
+
name: "Water Management",
|
|
33869
|
+
icon: gi.GiElectric,
|
|
33870
|
+
scope: "other",
|
|
33871
|
+
unit: "m3",
|
|
33872
|
+
subProducts: WATER_PRODUCTS$1,
|
|
33873
|
+
desc: "Water withdrawal, discharge, and quality tracking for steel operations",
|
|
33874
|
+
};
|
|
33875
|
+
|
|
33876
|
+
const ALLSCOPES_STEEL = [...SCOPE1_STEEL, ...SCOPE2_STEEL];
|
|
34107
33877
|
|
|
34108
33878
|
var steel = /*#__PURE__*/Object.freeze({
|
|
34109
33879
|
__proto__: null,
|
|
@@ -34113,18 +33883,26 @@ var steel = /*#__PURE__*/Object.freeze({
|
|
|
34113
33883
|
ELECTRIC_PRODUCTS: ELECTRIC_PRODUCTS$1,
|
|
34114
33884
|
EMPLOYEE_COMMUTING: EMPLOYEE_COMMUTING$3,
|
|
34115
33885
|
END_OF_LIFE_TREATMENT: END_OF_LIFE_TREATMENT,
|
|
33886
|
+
FIRE_EXTINGUISHER_PRODUCTS: FIRE_EXTINGUISHER_PRODUCTS$3,
|
|
33887
|
+
FLUX_CALCINATION_PRODUCTS: FLUX_CALCINATION_PRODUCTS,
|
|
34116
33888
|
HOTEL_EQUIPMENT_EMISSIONS: HOTEL_EQUIPMENT_EMISSIONS$1,
|
|
33889
|
+
LPG_PRODUCTS: LPG_PRODUCTS$1,
|
|
33890
|
+
OPERATION_PRODUCTS: OPERATION_PRODUCTS$1,
|
|
34117
33891
|
PROCESSING_OF_SOLD_PRODUCTS: PROCESSING_OF_SOLD_PRODUCTS,
|
|
33892
|
+
PURCHASED_ELECTRICITY_PRODUCTS: PURCHASED_ELECTRICITY_PRODUCTS$2,
|
|
34118
33893
|
PURCHASED_GOODS_AND_SERVICES: PURCHASED_GOODS_AND_SERVICES$3,
|
|
34119
33894
|
RAW_MATERIAL_TRANSPORTATION: RAW_MATERIAL_TRANSPORTATION$1,
|
|
34120
33895
|
REFRIGERANTS: REFRIGERANTS$1,
|
|
33896
|
+
RENEWABLE_ENERGY_PRODUCTS: RENEWABLE_ENERGY_PRODUCTS$2,
|
|
34121
33897
|
SCOPE1_STEEL: SCOPE1_STEEL,
|
|
34122
33898
|
SCOPE2_STEEL: SCOPE2_STEEL,
|
|
33899
|
+
SF6_PRODUCTS: SF6_PRODUCTS$1,
|
|
34123
33900
|
TOTAL_DOWNSTREAM_EMISSIONS: TOTAL_DOWNSTREAM_EMISSIONS,
|
|
34124
33901
|
UPSTREAM_EMISSIONS_PURCHASED_FUELS: UPSTREAM_EMISSIONS_PURCHASED_FUELS$1,
|
|
34125
33902
|
UPSTREAM_TRANSPORTATION: UPSTREAM_TRANSPORTATION$2,
|
|
34126
33903
|
USE_OF_SOLD_PRODUCTS: USE_OF_SOLD_PRODUCTS,
|
|
34127
33904
|
WASTE_DISPOSAL_EMISSIONS: WASTE_DISPOSAL_EMISSIONS$1,
|
|
33905
|
+
WASTE_FROM_OPERATIONS: WASTE_FROM_OPERATIONS,
|
|
34128
33906
|
WASTE_PRODUCTS: WASTE_PRODUCTS$1,
|
|
34129
33907
|
WATER_MANAGEMENT_STEEL: WATER_MANAGEMENT_STEEL,
|
|
34130
33908
|
WATER_PRODUCTS: WATER_PRODUCTS$1
|
|
@@ -37817,10 +37595,10 @@ const BULK_BILL_AGENT_PROFILES = {
|
|
|
37817
37595
|
process_emissions: {
|
|
37818
37596
|
id: 'process_emissions',
|
|
37819
37597
|
label: 'Process emissions',
|
|
37820
|
-
description: 'Cement clinker calcination,
|
|
37598
|
+
description: 'Cement clinker calcination, flux calcination and other configured process quantities.',
|
|
37821
37599
|
documentTypes: ['production_log', 'material_invoice'],
|
|
37822
|
-
itemSignals: ['calcination', 'clinker', '
|
|
37823
|
-
documentSignals: ['clinker', 'calcination', 'limestone', 'dolomite', '
|
|
37600
|
+
itemSignals: ['calcination', 'clinker', 'flux', 'process emissions', 'limestone', 'dolomite'],
|
|
37601
|
+
documentSignals: ['clinker', 'calcination', 'limestone', 'dolomite', 'production', 'tonne'],
|
|
37824
37602
|
preferredUnits: ['Tonnes', 'Kg'],
|
|
37825
37603
|
extractionRules: ['Extract production/process input quantity tied to the selected process item.'],
|
|
37826
37604
|
rejectRules: ['Reject financial totals, quality percentages, and composition values unless explicitly configured as activity data.'],
|
|
@@ -38142,10 +37920,6 @@ const processEmissionLabel = (line) => {
|
|
|
38142
37920
|
return 'Calcination Process';
|
|
38143
37921
|
if (/\b(?:limestone|dolomite|flux)\b/i.test(line))
|
|
38144
37922
|
return 'Flux calcination';
|
|
38145
|
-
if (/\b(?:hot\s+metal|ironmaking)\b/i.test(line))
|
|
38146
|
-
return 'Process Emissions- Ironmaking';
|
|
38147
|
-
if (/\bsteelmaking\b/i.test(line))
|
|
38148
|
-
return 'Process Emissions- Steelmaking';
|
|
38149
37923
|
return '';
|
|
38150
37924
|
};
|
|
38151
37925
|
const genericMaterialLabel = (line, allowedItems) => {
|
|
@@ -38154,18 +37928,26 @@ const genericMaterialLabel = (line, allowedItems) => {
|
|
|
38154
37928
|
const best = bestAllowedItemForQuery(line, allowedItems);
|
|
38155
37929
|
return (best === null || best === void 0 ? void 0 : best.item.itemName) || line.split('|').map((part) => part.trim()).find((part) => /[A-Za-z]/.test(part) && !metadataOnlyPattern.test(part)) || '';
|
|
38156
37930
|
};
|
|
38157
|
-
const
|
|
37931
|
+
const preferredAllowedItemName = (allowedItems, preferredName, fallbackName) => {
|
|
37932
|
+
const exact = allowedItems.find((item) => normalize(item.itemName) === normalize(preferredName));
|
|
37933
|
+
return (exact === null || exact === void 0 ? void 0 : exact.itemName) || fallbackName;
|
|
37934
|
+
};
|
|
37935
|
+
const commuteModeLabel = (line, allowedItems = []) => {
|
|
38158
37936
|
const text = normalize(line);
|
|
38159
|
-
if (/\b(bike|bikt|motorcycle)\b/.test(text))
|
|
38160
|
-
return 'Motorcycle';
|
|
38161
|
-
|
|
38162
|
-
|
|
38163
|
-
|
|
38164
|
-
|
|
37937
|
+
if (/\b(bike|bikt|motorcycle)\b/.test(text)) {
|
|
37938
|
+
return preferredAllowedItemName(allowedItems, 'Bike', 'Motorcycle');
|
|
37939
|
+
}
|
|
37940
|
+
if (/\b(scooty|scoow|scooter)\b/.test(text)) {
|
|
37941
|
+
return preferredAllowedItemName(allowedItems, 'Scooty', 'Scooter');
|
|
37942
|
+
}
|
|
37943
|
+
if (/\b(auto|byauto|auio)\b/.test(text)) {
|
|
37944
|
+
return preferredAllowedItemName(allowedItems, 'Auto', 'Small Car Gasoline');
|
|
37945
|
+
}
|
|
38165
37946
|
if (/\b(car|eycar|hatchback)\b/.test(text))
|
|
38166
37947
|
return 'Hatchback Gasoline';
|
|
38167
|
-
if (/\b(metro|14etro|train|rail)\b/.test(text))
|
|
38168
|
-
return 'Train Domestic Electric';
|
|
37948
|
+
if (/\b(metro|14etro|train|rail)\b/.test(text)) {
|
|
37949
|
+
return preferredAllowedItemName(allowedItems, 'Metro', 'Train Domestic Electric');
|
|
37950
|
+
}
|
|
38169
37951
|
if (/\b(cycle|cycl|cyct)\b/.test(text))
|
|
38170
37952
|
return 'Employee commute cycle';
|
|
38171
37953
|
if (/\b(bus)\b/.test(text))
|
|
@@ -38228,7 +38010,7 @@ const extractElectricityCandidates = (group, lines, allowedItems) => {
|
|
|
38228
38010
|
const extractEmployeeCommutingCandidates = (group, lines, allowedItems) => {
|
|
38229
38011
|
const totals = new Map();
|
|
38230
38012
|
for (const { pageNumber, text } of lines) {
|
|
38231
|
-
const mode = commuteModeLabel(text);
|
|
38013
|
+
const mode = commuteModeLabel(text, allowedItems);
|
|
38232
38014
|
if (!mode)
|
|
38233
38015
|
continue;
|
|
38234
38016
|
const distanceValues = parsePositiveNumbers(text)
|