From 309f0abeb773a286b1045cc3abef626b4faa9620 Mon Sep 17 00:00:00 2001 From: romainsacchi Date: Mon, 15 Jul 2024 07:38:35 +0200 Subject: [PATCH] Update docs on batteries. --- conda/meta.yaml | 2 +- docs/extract.rst | 42 +- docs/transform.rst | 77 + premise/__init__.py | 2 +- premise/battery.py | 181 + .../lci-batteries-LiO2.xlsx | Bin 32405 -> 33097 bytes .../lci-batteries-LiS.xlsx | Bin 45220 -> 45782 bytes .../lci-batteries-NMC622-LTO.xlsx | Bin 33702 -> 35699 bytes .../lci-batteries-SIB.xlsx | Bin 28864 -> 30811 bytes .../lci-battery-capacity.xlsx | Bin 0 -> 16510 bytes ...fuels-from-methanol-from-electrolysis.xlsx | Bin 27937 -> 28096 bytes premise/data/battery/energy_density.yaml | 94 + .../data/utils/export/simapro_categories.csv | 35123 +++++++--------- .../utils/export/simapro_classification.csv | 79 +- premise/data_collection.py | 16 +- premise/export.py | 135 +- premise/external.py | 12 +- premise/external_data_validation.py | 43 +- .../electricity_variables.yaml | 2 +- .../iam_variables_mapping/extract_mapping.py | 193 + .../fuels_variables.yaml | 10 +- premise/new_database.py | 16 +- premise/report.py | 5 +- premise/transport.py | 2 - 24 files changed, 15235 insertions(+), 20799 deletions(-) create mode 100644 premise/battery.py create mode 100644 premise/data/additional_inventories/lci-battery-capacity.xlsx create mode 100644 premise/data/battery/energy_density.yaml create mode 100644 premise/iam_variables_mapping/extract_mapping.py diff --git a/conda/meta.yaml b/conda/meta.yaml index c3169dd3..6ff70aac 100644 --- a/conda/meta.yaml +++ b/conda/meta.yaml @@ -24,7 +24,7 @@ requirements: - constructive_geometries>=0.9.5 - cryptography - datapackage - - numpy + - numpy <2.0.0 - pandas - platformdirs - prettytable diff --git a/docs/extract.rst b/docs/extract.rst index 1b755a8b..34546922 100644 --- a/docs/extract.rst +++ b/docs/extract.rst @@ -893,29 +893,31 @@ Li-ion batteries ---------------- When using ecoinvent 3.8 as a database, *premise* imports new inventories for lithium-ion batteries. -NMC-111, NMC-6222 NMC-811 and NCA Lithium-ion battery inventories are originally +NMC-111, NMC-622 NMC-811 and NCA Lithium-ion battery inventories are originally from Dai_ et al. 2019. They have been adapted to ecoinvent by Crenna_ et al, 2021. LFP and LTO Lithium-ion battery inventories are from Schmidt_ et al. 2019. -Li-S battery inventories are from Wickerts_ et al. 2023. -Li-O2 battery inventories are from Wang_ et al. 2020. -Finally, SIB battery inventories are from Zhang22_ et al. 2024. +Li-S (Lithium-sulfur) battery inventories are from Wickerts_ et al. 2023. +Li-O2 (Lithium-air) battery inventories are from Wang_ et al. 2020. +Finally, SIB (Sodium-ion) battery inventories are from Zhang22_ et al. 2024. +Ecoinvent provides also inventories for LMO (Lithium Maganese Oxide) batteries. They introduce the following datasets: - ========================================================== =========== ====================================== - Battery components location source - ========================================================== =========== ====================================== - battery management system production, for Li-ion battery GLO Schmidt et al. 2019 - battery cell production, Li-ion, NMC111 GLO Dai et al. 2019, Crenna et al. 2021 - battery cell production, Li-ion, NMC622 GLO Dai et al. 2019, Crenna et al. 2021 - battery cell production, Li-ion, NMC811 GLO Dai et al. 2019, Crenna et al. 2021 - battery cell production, Li-ion, NCA GLO Dai et al. 2019, Crenna et al. 2021 - battery cell production, Li-ion, LFP GLO Schmidt et al. 2019 - battery cell production, Li-ion, LTO GLO Schmidt et al. 2019 - battery cell production, Li-S GLO Wickerts et al. (2023) - battery cell production, Li-O2 GLO Wang et al. (2020) - battery cell production, SIB GLO Zhang et al. (2024) - ========================================================== =========== ====================================== + ============================================================= =========== ====================================== + Battery components location source + ============================================================= =========== ====================================== + battery management system production, for Li-ion battery GLO Schmidt et al. 2019 + bmarket for battery, Li-ion, NMC111, rechargeable, prismatic GLO Dai et al. 2019, Crenna et al. 2021 + market for battery, Li-ion, NMC622, rechargeable, prismatic GLO Dai et al. 2019, Crenna et al. 2021 + market for battery, Li-ion, NMC811, rechargeable, prismatic GLO Dai et al. 2019, Crenna et al. 2021 + market for battery, Li-ion, NCA, rechargeable, prismatic GLO Dai et al. 2019, Crenna et al. 2021 + market for battery, Li-ion, LFP, rechargeable, prismatic GLO Schmidt et al. 2019 + market for battery cell, Li-ion, LTO GLO Schmidt et al. 2019 + market for battery, Li-sulfur, Li-S GLO Wickerts et al. (2023) + market for battery, Li-oxygen, Li-O2 GLO Wang et al. (2020) + market for battery, Sodium-ion, SiB GLO Zhang et al. (2024) + market for battery, NaCl, rechargeable, prismatic GLO Galloway & Dustmann (2003) + ============================================================= =========== ====================================== These battery inventories are mostly used by battery electric vehicles, stationary energy storage systems, etc. (also imported by *premise*). @@ -926,8 +928,8 @@ Li-S inventories can be found here: LCI_batteries3_. Li-O2 inventories can be found here: LCI_batteries4_. And SIB inventories can be found here: LCI_batteries5_. -When using ecoinvent 3.9 and above, the NMC-111, NMC-811, LFP and NCA battery inventories are not imported -(as are already present the ecoinvent database). +When using ecoinvent 3.9 and above, the NMC-111, NMC-811, LFP and NCA battery inventories +are not imported (as are already present the ecoinvent database). Graphite -------- diff --git a/docs/transform.rst b/docs/transform.rst index ac694a56..0ac7346e 100644 --- a/docs/transform.rst +++ b/docs/transform.rst @@ -4,6 +4,83 @@ TRANSFORM A series of transformations are applied to the Life Cycle Inventory (LCI) database to align process performance and technology market shares with the outputs from the Integrated Assessment Model (IAM) scenario. +Battery +""""""" + +Inventories for several battery technologies are provided in *premise*. +See EXTRACT/Import of additional inventories/Li-ion batteries for additional information. + +*premise* adjusts the mass of battery packs throughout the database +to reflect progress in specific energy density (kWh/kg cell). + + +Run + +.. code-block:: python + + from premise import * + import brightway2 as bw + + bw.projects.set_current("my_project) + + ndb = NewDatabase( + scenarios=[ + {"model":"remind", "pathway":"SSP2-Base", "year":2028} + ], + source_db="ecoinvent 3.7 cutoff", + source_version="3.7.1", + key='xxxxxxxxxxxxxxxxxxxxxxxxx' + ) + ndb.update("battery") + + +The table below shows the **current** specific energy density of +different battery technologies. + +====================== ==================================== ==================== ================== ================= =================== +Type Specific energy density (current) BoP mass share [%] Battery energy kg battery/kWh kg CO2-eq./kWh + [kWh/kg cell] density [kWh/kg + battery] +====================== ==================================== ==================== ================== ================= =================== +Li-ion, NMC111 0.15 73% 0.11 7.0 177 +Li-ion, NMC622 0.20 73% 0.15 6.9 108 +Li-ion, NMC811 0.22 71% 0.16 6.7 108 +Li-ion, NCA 0.23 71% 0.16 6.3 100 +Li-ion, LFP 0.14 73% 0.10 9.8 118 +Li-ion, LiMn2O4 0.13 80% 0.10 9.6 92 +Li-ion, LTO 0.09 64% 0.05 18.4 450 +Li-sulfur, Li-S 0.15 75% 0.11 8.9 352 +Li-oxygen, Li-O2 0.36 55% 0.20 5.1 125 +Sodium-ion, SiB 0.16 75% 0.12 8.5 72 +====================== ==================================== ==================== ================== ================= =================== + +And the table below shows the **projected** (2050) specific energy density +of different battery technologies. + +====================== ==================================== ==================== ================== ================ +Type Specific energy density (2050) BoP mass share [%] Battery energy kg battery/kWh + [kWh/kg cell] density [kWh/kg + battery] +====================== ==================================== ==================== ================== ================ +Li-ion, NMC111 0.2 73% 0.15 6.9 +Li-ion, NMC811 0.5 71% 0.36 2.8 +Li-ion, NCA 0.35 71% 0.25 4.0 +Li-ion, LFP 0.25 73% 0.18 5.5 +Li-ion, LiMn2O4 0.2 80% 0.16 6.3 +Li-ion, LTO 0.15 75% 0.11 8.9 +Li-sulfur, Li-S 0.5 75% 0.38 2.7 +Li-oxygen, Li-O2 0.50 64% 0.20 5.1 +Sodium-ion, SiB 0.22 75% 0.17 6.1 +====================== ==================================== ==================== ================== ================ + + +For example, in 2050, the mass of NMC811 batteries (cells and Balance of Plant) is expected to +be 0.5/0.22 = 2.3 times lower for a same energy capacity. The report of changes +shows the new mass of battery packs for each activity using them. + +The target values used for scaling can be modified by the user. +The YAML file is located under premise/data/battery/energy_density.yaml. + Biomass """"""" diff --git a/premise/__init__.py b/premise/__init__.py index c97a291b..01802a69 100644 --- a/premise/__init__.py +++ b/premise/__init__.py @@ -5,7 +5,7 @@ "clear_inventory_cache", "get_regions_definition", ) -__version__ = (2, 1, 1, "dev2") +__version__ = (2, 1, 1, "dev4") from premise.new_database import NewDatabase diff --git a/premise/battery.py b/premise/battery.py new file mode 100644 index 00000000..a31094c6 --- /dev/null +++ b/premise/battery.py @@ -0,0 +1,181 @@ +""" +module to adjust the battery inputs to reflect progress in +terms of cell energy density. + +""" + +import yaml + +from .filesystem_constants import DATA_DIR +from .logger import create_logger +from .transformation import BaseTransformation, IAMDataCollection, List, np, ws + +logger = create_logger("battery") + + +def load_cell_energy_density(): + """ + Load cell energy density data. + """ + with open(DATA_DIR / "battery/energy_density.yaml", "r") as file: + data = yaml.load(file, Loader=yaml.FullLoader) + + result = {} + for key, value in data.items(): + names = value["ecoinvent_aliases"]["name"] + if isinstance(names, list): + for name in names: + result[name] = value["target"] + else: + result[names] = value["target"] + + return result + + +def _update_battery(scenario, version, system_model): + battery = Battery( + database=scenario["database"], + iam_data=scenario["iam data"], + model=scenario["model"], + pathway=scenario["pathway"], + year=scenario["year"], + version=version, + system_model=system_model, + cache=scenario.get("cache"), + index=scenario.get("index"), + ) + + battery.adjust_battery_mass() + + scenario["database"] = battery.database + scenario["index"] = battery.index + scenario["cache"] = battery.cache + + return scenario + + +class Battery(BaseTransformation): + """ + Class that modifies the battery market to reflect progress + in terms of cell energy density. + + """ + + def __init__( + self, + database: List[dict], + iam_data: IAMDataCollection, + model: str, + pathway: str, + year: int, + version: str, + system_model: str, + cache: dict = None, + index: dict = None, + ) -> None: + super().__init__( + database, + iam_data, + model, + pathway, + year, + version, + system_model, + cache, + index, + ) + self.system_model = system_model + + def adjust_battery_mass(self) -> None: + """ + Adjust vehicle components (e.g., battery). + Adjust the battery mass to reflect progress in battery technology. + Specifically, we adjust the battery mass to reflect progress in + terms of cell energy density. + We leave the density unchanged after 2050. + """ + + energy_density = load_cell_energy_density() + + filters = [ws.contains("name", x) for x in energy_density] + + for ds in ws.get_many( + self.database, + ws.exclude( + ws.either( + *[ + ws.contains("name", x) + for x in [ + "market for battery", + "battery production", + "battery cell production", + "cell module production", + ] + ] + ) + ), + ): + + for exc in ws.technosphere(ds, ws.either(*filters)): + name = [x for x in energy_density if x in exc["name"]][0] + + scaling_factor = energy_density[name][2020] / np.clip( + np.interp( + self.year, + list(energy_density[name].keys()), + list(energy_density[name].values()), + ), + 0.1, + 0.5, + ) + + if "log parameters" not in ds: + ds["log parameters"] = {} + + ds["log parameters"]["battery input"] = exc["name"] + ds["log parameters"]["old battery mass"] = exc["amount"] + exc["amount"] *= scaling_factor + ds["log parameters"]["new battery mass"] = exc["amount"] + + self.write_log(ds, status="modified") + + for ds in ws.get_many( + self.database, + ws.contains("name", "market for battery capacity"), + ): + + for exc in ws.technosphere(ds, ws.either(*filters)): + name = [x for x in energy_density if x in exc["name"]][0] + + scaling_factor = energy_density[name][2020] / np.clip( + np.interp( + self.year, + list(energy_density[name].keys()), + list(energy_density[name].values()), + ), + 0.1, + 0.5, + ) + + if "log parameters" not in ds: + ds["log parameters"] = {} + + ds["log parameters"]["battery input"] = exc["name"] + ds["log parameters"]["old battery mass"] = exc["amount"] + exc["amount"] *= scaling_factor + ds["log parameters"]["new battery mass"] = exc["amount"] + + self.write_log(ds, status="modified") + + def write_log(self, dataset, status="created"): + """ + Write log file. + """ + + logger.info( + f"{status}|{self.model}|{self.scenario}|{self.year}|" + f"{dataset['name']}|{dataset['location']}|" + f"{dataset.get('log parameters', {}).get('battery input', '')}|" + f"{dataset.get('log parameters', {}).get('old battery mass', '')}|" + f"{dataset.get('log parameters', {}).get('new battery mass', '')}" + ) diff --git a/premise/data/additional_inventories/lci-batteries-LiO2.xlsx b/premise/data/additional_inventories/lci-batteries-LiO2.xlsx index d2b338f01833b54434f5c2f013e1bdd04e171003..90ae1bf971d74e02022061e45bac58da0d22734e 100644 GIT binary patch delta 23699 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 delta 22959 zcmZ6Sb8sNRm&apU8{67=W81dvWMfZk+uqp5#{Ceg;!S`}-(TQPcbBKehl{w)Z{<;;$WQUZ9FjOx_r%E}DBA z3M?CHIV+(;%G~;!l2MPD36)n!AFQ^-(e_(6O27=#VEc5L7S1lP5$vbKQv@xRw22C@Ezm6fQi z(4=fTuyKW&Eu-?q5NJUiu2rt%o9?rc1Q^jCB2ICyv|ztts^0lh0g!B>$UzUBNu^$86Q2Yzm_2o<;s3Zo!Jlf#cn1KTKS z*wxe`=)MUkL}oU>K!6zi{$G#A; zP-IM_1x`L({QXPR2q6@17{3>T2DNEGsi7DEg z#fv&d45^KICz%cR9r^@OsS?Xm3Bc68LxQ~vjYCyU>*l<W~6z5GT80%A;9F&_pjV z`(l30C^I8~5Ompzq?zZ~8f||dMB-&-d##ysFZXTk-cjI*q+8CS&7_@H*x8il%I})Y z3>mU+C}~XeIna@v@^r1(QOnC?2&yZ8A*V>NGApKI!A};W>}jno8lZdnfv=cT zEyHHXKYNXq#&re9#haVJ(uo?H%RNHVl2iVauj5Lg_9F-jXLhiLAm*~%X6-(~qCKhH zL~b*|WNLFT!+YP8C5}&z?1K;HbFh51S(M4gl5HXorWu3WJ9uUxu*QT`NYz)c_nBgC zHEZw*hPs1Bp5dE<9bK&NitSyZ%R$UfmMrhnfGQ;5W0=({u%nbliGi*0YTusVgn8@o z>c`5*aE*TL+jmWJ?(5D{;P3^f@cU`R^yy_pY@@=;#5uZe?a{>F&Ii@w6K?s!g^!{k z(zlN6FV^2+A8Z9>bZvw@8HGZW-@cOOpfKU6Q6Eu2(Lg}7q>|{g@qrDe4G!GyoeW>- zXp8lF3v#VQl~Ok(p4feSZmBJ)d2_F3aHaU*baG8X`pShU-x%MduALuiRBPAJf^g)b z(oSB-`c3sxAcMOCK3~sYHw(a~7)d9l6{Xtyg&`X@ArmUJHSPXuV^E$z*BJoxHe`>e z5LRgN@@Pg}{2`k80zO+ywNhChVj3-=qj(jjb#SO=eK+oiv-@Pupzsls^!_EvY z?7zP*n0T4zDtP2ZxjfD&9>Hsg`ntAeMzyV-k&Yf#PijmZ0|AkwsK-+y1#lj*TbBI5 z$5qEGwbW8m?+L9rZ=ux>ykcWY<%?3o7OO_k)C<>+go4acUh9@A)dZ+*LftJ$c)}U6 zWn04gQJdeMshYLvm8x$h2bF_(``jtcIQLAt^;#9APdEnG^%_Bh-ZUqr2Db~XywbUK z2JnQ>tB3vsKy29l?wo&D5^G|UL>rsS8`CL`k1k2C>4pu)A(^^{~hg@fm&F5DC$!CWXo z*x!j-S`sfH)~4Y66!8qdY;#reV70ER1BzCvuF-%ipbW+t=MGambBt--0Z!50796?p zqeG0h3$=YaTQsCn2dB1QOH;7FG?&f2`Le!zvJTo5FN-QU$`G}ZUQ4itPsq}*$tFJ{ zx|GxoK)O9Wdz^UIm@1t%73^3YR?={+o zfYl(f22saTcqzKaxa828eGnzoRxL^Y4HC&Rvl%bKBA77X@zd35v6|fbIf9rYsXQEh z=F9E379PGfLCLrYrqe1Tu+Z9NfNYj+ggkxQD(rPP_rU=k81y`QES=RQCEUFsA^iCO zfL0gFL$axu_v`GmJZp%-En>)wonw^*{hCoCGn^s04u=F&%;>fW?*?A9w3bJ)Gu~ia=rrX@OFnBYB3ne6JPtL-e!N>dV+v2zNqrqqVKX-Crf7XJoL;x_Z0Z~dZICp5H zwF)$Yx#nmQ1nbk_U2nE#c~}%cFRl}G-_~L7k^n0nuO-Ui#QH@k#3>RnmAMUNH7DPb zcm0ZkNZwS&V|P>=HXM^W6g#k#K?imE&+V=zuXm4y^S3fI*8ydSg4tQZLZwJVzQzU_ zGK*Q-X@5jn3jJOJ6OY5)lN`M6E{_RD!+WX5;W!4wpO0q?L#gHJL??Lz|5D5$5+CWo9 z8w3RfgLrmMQBBe*dm{;f=^_O`IY6c`psCBMX4uo!LE4OA{|^YJ>JzDtfPmGvl^S)_ z7nS$`SY&%nNiogTY7(!;C<_@g+Eup02_%t_6NJfF`#+ZSTHj~n-_;$XTT$^wU*NI1 zz!d)Yi5O4v?beS@bIU_-x>R_~zcPL+7v`5s@^*UO3Ge~_FhXhuQSn5iV51H;O3#uVBF4Lq8q}a!8Q4xV3nuaqfHV> zoS=amcnRw5`fDpC@fa}!!Z_>G?pUv}m$rUI6mg2?0=g}JCjEUO%0eB&fk?`fB6E2d zTzS%U10VDTB)vn$n3yfNm1EL8I1Mrors4*V4o^#N zvWKLlT0GSYm|q;-7mDzF+lxJq4%;Q|>e_hP7GwS8u>2m}G7`Nf)?dk}e5<>__jf5+ zn^-!u+reD0&(Ng{$PE!*zA@8$Q{>CX_8XToZHM~1LDT!!x2XLm;J`*y*>i*=ak@4EPv$a} zS{M2k^sM#!w%1cq?yid=Z=dShL#>EdQ@W<%uf!@#s{(;~4cs>V@(--jL{c|l?~>Xs z$SodQtI|VB5%=B0mztUekvM{L@of|%s`fC!5+M@MRmB&f#Xq4HQ6JhodF6(r`0`bB zFx20I(*zUzKnvNHz+{xPjqc8`BRVZ3aKJn@dK`IOVVWSz0Z?p9au(misj@88yF0jR1%QyFbpN=L~{!q&AWa67A5 zOA_LIh-TJ-9{anQGOSbkgJFC;7R*nwQjuONk~(Ets${d)o|v!?QPQ*GHxTknxUaJ7 zwQ7+d>t^vS+(qW`%=CH-m+J)j^R5l1Eom7etJE=_i$?T9TaH3*?Ak@&)?6Wm!1bAx zUofv_z^b_cGR_1}e>9&=Rnz^bOO-Nc>IZ+er0KN<%L>Aaet0lkHfe?V{=x_UT2-L6 z#;5qi5onsuF6@U{3v+^g%4iDs zLp+*`_bdG*{%`Zpfh-X5CWpd>3N9 zYm1Pymyy6L^(qBS>_BN$dW%>PP$MoiOe~n$-SQeR3e^6;Vm(CEeRTG_k1om1znsl+ z`n^qOJ<2MLB&fZyF)nIxT%~H83`wF;c}bdRA?_(B=WKRqI7<*h zK{}!Ni|fv`P8K8u1^ta%SjX)}Kh)s!Z(an#n$68mRpZ4C(ocnW0}5h5iJw0#p$U-ThnOV>Khh|W^3q62P$bSoF3OJLc9B2j ztw$xj)WRuEu;gb5Kd=nj%9O>9#ilGKapx?hesJB?l3wZcQcs>QXx_NkQ+w1UwrPs= z^fAst;^@X{=>#_8jBH`qjR0Rx$8Ga_!r2nY=zH<$=M6Rl8=+!w;>dk)ThofYF?G#K zfeo-pLnI_MXp?4m^MQ1aNK29OL-fs6TMx`|OP{}*RU{J?wZAuiE{pa>SQn$9lf>bi z{YJNz{41%lk*V`^#qjVLf91NCG;~?9d%_I#Z{JWvvX42Vlq|(5o{Uv<8PvHtG|^oxUZZ(`NRcKP_4b1t-XaXNacp~)!Ob3BnJU0JOfq|CdQoFiH?`rx z=Q(-)`Z0Y%SwfbE-T`iu=4G5>#@rx|pwVB zD0P_?bdJprw?WBZ9Z}x71(sm$E;MrV^Ey9o-buJASbDD@nP@ALaRxWrEzVRC8VB6( zSbqCK_=Mo;;u2`6;a5MOuNJiDhshry4frdKb{q+hqx9xT(g2t2l@jd451w{@Q~BCw zue_AG+6IkcDb$Ps@~59w_P96Lk6^NLwmzXA{sUg?i?ksvM^6fNDFRN7(({Mr5zT8s zWJOI>syd2#ol91J#N}CB&S6PE12@dWddfVn+WblM?tXpzc#e+AaV*U^gq!V4;5R@u6IfBrYB}Rl|h2MeQGyUT)S)a$bthpPn=<7`C&ZFZB z-}$3-`ZF8;1kMSq?&46krAX&_zvSrGAcQ5!!Tv|RJN6E0HK5AxGGm+%bl>#~y2Rf{ zHaTD3`iHF0l#vk1t7#pQ=*wy4-I3Q%*UQa8ZitGLgYoNg9aa~|2b97*bA%pPH z3S#*RHEbokF#Pb4bY;$3>Go$R0gECs45+nE(VB>bJn?1CJ`U6LxYWGcgs0k%`5x`U zLXIsbo>F}QAqpK8ds4|(Qg=kXk=6zC;gp`oRsM_Ol!0h~=mOTxs#JVy?E zY~!D7d7g4_8aTDekufT~D=bxQvRccUHh>n2O18Pvx^+CsF zv5g5gfM}3=9z-r_KKLh2VAY%N>E(gBfaP7^Z`~MMC&zPom};kSCdy=ClqF`0qlmRs zjtk{=89!xNvsZBfCFUn5E-$~>M$Oj4504b=lJ>vbB(J8|qoe`yXYI;A564Y!m$ zQ2a!gV}j=OmgPD|(v-jfPX8RL04X#&A(()o%b-H>)%2*6CaznGW zpf3eb#v3Bo&NMS#f$~62RL!Yln?fHl6NwG3Zx1P$P=@nZG%m{jDG?r!$@Abq*WN-P z7op=AnYCoTg|1zVS|8u+5(Yw%fVN+1R)lD)q?*#f0 zkB!aUyS}=Q>GcmqxafV!VXrG7*!~jeWsL;7X3z+-H7^h*wqYj}n0oZgeyv5ILOs6hzDbBYq5D<{B|G52Z@z0R2>8D5EA;H}0beig z6X$Ubv0+bBodUkHRbM=}N4UzLdeUFFS1+YRpSM>E0zTQC+wdd8HdyP(^UL#wc$Q4J z#zB{}m6RbCRt*GDopS&o-iMYoTWQQ(3AaEu=xv47k>#}8UlGIE{!WB46^7KNrvo-h z@Qsfoxa;}!+_l7`$#bsRXbJIs(KmWa!PQNl-ki z-U(8~sooXP_bG`XC5I{`mn>PN_Z2cjWIJt-v^HqBSru1qZyI^}W7mPD6V5y1My$-u>=xUnkPC3=FzI9yUf+W_J8u z2d44_dOqOgJgkA+ksnm9PzUu}92JmjGVLM%yn48?W02du7w2BPW=3cFG$QZ?$wg#7 zU9a|d&S%XfTpGaDsePK+A&z;Z=6$MCkApeM$y_?{=tch(`nT1ZWU~Y=s_k)cjMWoa zRP7!#yjq(tPEyVJ5wv{U=$lf2T=_ASZ!FbWgZ?yhb_!tP{H4xNr-LG~pxm-lS~^3&pzqD*Bu1z&<`wTK`T}>Gk zC-16XI;*Fco3W`!Wrwk0S7ou88-suB)rqaEp+o^f8W)-B7G%ZN`=bIj{?_9H7s@R3 zkCUQZE_qR)tryn(w7Df&!X}^m4i}_Hz1AINldIc62RCxVB=4fl*1mbYcBTo^9M*OGjroA9!_~qE&E)nf2NV%c`wOHK1{bu;` z#KB8(_26`TmJx_^;bV_Iw<0>hi>@c(V>1mxW$s=uQCF~cc2qIoiH0SB6_2~A9F1>5?%RDbAjkkhrdb{iMHf& zL~nPk#mkLia&saWO(70#j6g^bUO)J+&{qV`3>CFc;quF*jjteSgk8dT{xp{itM%)- z7A4^I;nFO+e^XWn*H!S)yvtISH1#%D-mg)cQ~bWw`Q>Qm`b%%f#9W<+Py}&;5J(TR z7%}RIch6|k=#rxQ`N$~Hb)GrU{I>v=kI%J$hixVHku7|Y5)P$#4Ng>fVO6b}_}N&;_V0b&a;En#&Wi@W!6#2S(0%p!9X*-)%{>s z4FW;bc*F44-RagT6T+eFXpeWDDd25FY0Xd9QeDlJf5#Hw#}g_?#KMO5%#FG3JJxU% zWWuT2ah1$5_E2i#L@aZSWGfkmSH@bu?5g|-v zC2gZGTp`dWGpgaIlX*Vv45Z6u{n%T)Tx#1&`>daCD*MdPb`YBA{7nJhFW_HjB95?v z8?=Jo6ovB2_2JCcE6;4I$l*-{x>U&dgePKcLA=bfVKtY~cPU}0V*3+$tD#YagfOUNQ)lcq#3xW)_LCHlABb#TWx(0XqVMRs?B@ANvp}L51LZ*hA4gZLbPxzGour1vB)ICK z9J1@m6jZk~Q3E3SGqRa*kL0wB`n0N8KVx>Ex=E{T*Y=*C|l^*6R#lA04 z$f$I>>%>_>bcI#9Fay_bRi!q7MB&ZT#&#j9`^aDZ{j!MF?$2Y*F0jzqD#6vEu;Sbv zwljXqC^i&98L4L=X^3Z?wF&+xdau-#AUHP7LPQEn8R3a|rMNfeMM82f)Nxr|v?*Ao zk1SYx3!c)#^|U;9DMG$W!Cbq)Qo$FMiTuzyV8j_{KSN=79#yg;kK81fq{K0kq@?W0 zl7AjsK_spAJ(jw?`5wCJEDLpA;gOMjz(a0d5 zz)H$$B1}s$#K0@Vlq!8yc91JgSay&g&7VwBhoO*A+%{Py4*bf|jgrW7fQpM9(l&OX zU;Z;!uPGB9JA}*2jb&5ES-+}sN?~u;KA5e3h#x6OGr^_)dU$_6lL!3ux_^9qgk9Kc z32bQpAlh*;kHl~O0j-sT&$XAAbihf?)3`3Ag~nzv)+cy*b0Jk;R8gIpzT(S&GOF^g z3&xUvWrted0mzaIUfAK>FEFCY1FI8B=w93@(u&D~zJGq@@|^!M!D_CG9H<|a#Yv(< zA7F7{o6nShW%n$eWf;K~NLhDx&i@tIWf{g2<&*|6L@+GrHh095gQZBo`rgThDxW&U zHmJUR<2D)5fwD+SQ#&mU-hjt7TZ-Zp%EOm=Q_aNB0*dJ6VxwA$8_Ql>FObtq(;9S} z2z%t%d9(Hi!cVgD7;?)*~%dGk)3mVm?W~b+C*Zi(R)snXLbZvNXIMhb+z1xPfalM8FHd9XoA0HWR#bQtj z_?;}jCuOieUa_e+Ijm7zYgO0MT_RM0v;>}_%Dn6`p7qEi^vt&vhp^(*hoJtE zid`LvNLU@oz^sjl$NLZZSlVv!t4uWK^2qOv>wiBtCQ3`=X2ifQQ@N)vz0NdSopTyB zb0iraZI%o1%X75sTxAhw+ADc`5mS6(Hp?lF9!D1eTCOPVk_w&^Td=BXH5TP&X(-xq z)2j2bgUb1^B|$r5eTfP(0j))r`GwPbw>1X!m0iC7p7M72s?JY@#uf%8zB(u4>eaVC z>pZw664*whTJV)NF)uF;!~UH{q2 zj{%!CTLFvP?HiV{2`WFFJ4>LIwoK zbPi+Nui8%nq6iBl8NR~1w(!xPL)VO0tU3pb=R?D2By|X}k~sKeh1Q?y(wlCLZaJ6# zy~6`5qq9liU@^NUImZwj2ljz21LWz z3q-G&Wwsyt@&!AFCcyRpbJGe;-$l)3V}vx_-mZUQCTR7$oY^ejk&u?UBo3dme6yUTPm)c7y5&Yn>irT8d4F$R2x?F z8M7EGDsv;?K$tg<0p)TL8jY$9L8D=&ks8x_-643|Q7N^S5mrUSUo>-9efaZ-AcAD5 zFs?C6rd4>rOmeC}65dhAgzAl9<=9V6En%2#C*(C$kQis9OZ}Pnq#=WCwbMyva+O&8 z#F)n}DjE6hI&n5W!FyfUCMNiM^g}0;bM2DbK$p-aaF)1lz~3YC33i-eO4|~JKR?u1 zxAtz|3!=HvuZKL24cHf`c=1+W^b0kU`gGhjQX)3uu*jAgO+g{d@7W*`FuA3JwWF}W z4aeP74x{J9p`y{gL9q^mU*t{S{Z{tg^#va#(r?0!7ibC7B!sao0e=^7NTwwBVY34@ zGHD!x6)CbW0lv#tX2^@VBVxjW+`NQ4H*Z2dX?%lSc2FuFM(fDSaAY>5Kd97^H7&vW zhfd(A?2q(O*;a^z411=3+<2IC3p(0aI(GeE z>CTgk42551;99dCbU!)Ps!=Q!j^k{%5~t7fT$g#!Sgl8{Sh4-t$U|jV70uU_IB~3# znzf-{Ed6Z}zU78v@~KE@j*>u$B5`O?B_m%8Ndzs8`G~-vMv{ZCVLMvs>2BuzIEW#o zg$6Pz(Q8I{^*?=g`!M2K->_tugyEdWu)lk>byg;{!4->#Y2^9q|{A(dq~|1Oledv|UxSyou(S?#$kQeWg8r6{UPhj+qV{Ae9yn zL~^#eYlhSbA4Cx!zK-VkqIsPuA@}lsfZDxO28hKaj@5*?aY;j)=1MHtxUTw0+R4=3 z_kGvVk_P_BDs9-dJ)ll)t1l zD{1FW({r(Sx6+O0;NT=!tP2vB!In6!@LeL>&(G>h!(tk+u8`6jFc(W{(bi*1(y@2l%;w_-o3 zi#Q`@=n%OdpkW}z-a_Yr{PsKLBa{2Inm?nh#zrh?2FL|q(wVXX~uo0Joe6h!Y)Z|x0EMs55k5X&E|bSZ+WcILYJQS1R%%;T?#gENEG1ZkNJ(o z)GKesLrB#XH#ChMS7vlrAIA-hM$X&WR5z<}I((sFu)Fgx?>Log{d&zX6fjIrXzoP7 zr*P3BTi+_|)*{O_wnf>)ObiSwsGZ4Nw2<>z5}_rImo58y#9n{^u&w*uzB~JvALP8v zhpy_0F{eS^0M7?byDi4wdn(P^sY7M^u}b&!9JM+dgXHfk>*4I$yt%A?>Obppy0D#Z zD>U}CScb_yG|3FdY;!LnHhOR+DtJCfD6;*{-!+RAZR&@E&l|oTAThAHeFDyW4XZ%o z(=Shhlhm$NdgE`Wi5OC%I9C zZ6~OaH>QxhnN#(qSJj$DL!$NKK@r9=sl<`&xUv{FO%O^|bB3f@qknE=TTyQ0liEmv z9(j9|-`+OTR%Q%x{nF@{5rojBbusJB2NSZgY74u<$yU+{sL1v>S>s|B#5gB17hIPN z2@IHmfzJi=dYSBz9#JDr!&|(Y4RZ`~O;op*8u@ zKpK@MPa1_&E=C&Fz&hTZZL)ngeC7iREO*ueQ@y;M=qMnv68adHdQ=Z%&0K-4j)&z8 zawxg$iPDTl1UC{#MVqwM>mV%dT(*TlD6h&g-HRS4adtc3IGS30MV@9L-~Xlth6(4X z8-?W&Q>;Lf-wvt;p(w7b{$7=W!#$EuJZ6>KRN|jl&aHvWFSFpXuKV>SX1}M8%#XAK z!1!jjFTh&FB6nLm@iz^~)DVXB$~(PKy3c2|>vyZT{dPN_Y#-;u2$AenIM3N;aguUp=6Bcsi)suy!Z04ur6 zg2K+w$p2NeANmD?M@ujSij*BgqE{__|DXupvG}# z?M_HZ6M`dZq!n5!FbN_QcP$SYF7|e3`?`|%Dw5Prc3w~weeNx`EaXm}M38S?JAv_J zhZndpz8NA{%rGk2x+0BJG5drhz2wHB9AhMmQS7{3*^CQqla|4>T%kjUrLe#yu99_A z<2F*w`pmMm-Y9PE?PN@52SY&T-1!U=d8SEeC;n?4PjGY-s4+_{!<;BaEZ{b~TKZB- zfGg%W6**h}Th9^fp4`5IK(bW~ZV;@)2EqI<_Yp;lGVLo)gyM;WA z9mj>xj9$T{?7j(24{pLo<=qLa8BJ!!%vKYF7{v_eQBpdTCB$|anzHLG^&Y$v#Sxsu zc6*Er=v+U5QtIm!2Z4_#vEId8{?Czx9f7aAXFK|4^2tTkMagv#b`16+o%@ggqom0_ zf~?>$>I%lzny?cBh6Ip8)8}L(CITvtyc1`vq{tmZwfPa^^ao}|Euu>OQ^oVuN`-6k zp%0U7rq2{X|Vrl|b-)a3RP<&?YSC8`fQZV&`?*vaAy2>)tsJBf-9#?o;E3%Rc ziTCIvYvO#&iKb2~6cTb-` zpHT*QSk38_p?U=Y_ug)}{SU!BMDB&|QGwG=K zNc?4a#3#4Fjz3K$CCm%Aa_fR)s*y(YM{NN!g0RWocNxP#DyP)O&#_?V`7G0##q2mW zLfQogGyRurHzoBfQ$km2aXNa=rk7K^o%a{GKV3u&`u&n7*b01x+-ztIS|;hT+x-(G z)is~~#KANIdi!>T^xAf_Xf#OqcNgXMiDrqNrBqAH3JgH7 zk=_C#Qc*!1;GJVfA5oB`3V)=VfS_i|EIOZs98O3=stSKtA3HlbN^_)@0pI%JY|-5dh^Q|}ADW;PpnqTS_Fr>SGUe0jhb%!rRoPA&H0QAZ<$2p! zS4dlqrw700ZoP1)6Mr*yxwkrwK1u>NK4Oc~rGHz6^RA-QN)TRMh$EtYSt=gw^TfRGw6GISMQKSAujroCl_p)IOe}FpdS7cLyexoe*?);vp9b zk#@p%CJp23kc<7i8b=G^W_g4ZIs3E{h2&skbRjAl8I|!x0gAxy$)hHSoL+zgxia#X z(9Vu%!_P7`bksVx4kYSJ2`!ByoA9Af9u7ML>g7yrL@or7za!-rV{v1x=T2ELE9XuE zzSV#%cc{c8&-PSuG?6?;WQ9neML%G0lTSaN;{o!x+==h6I7*HmuL;yN07p(Ytb(9Z|)NX1#DzcAgd55o!}7( zXRHwd5L;L?|3oK}93Np+$R?aAwrPuI>{{C!$A)@ooahdGos6)6QR)8M@|bkT&o9Ce z=8Ux4tARA4iXJ$<;dOZt2k!I)VKR~h%~)YatJc(@X)d^3nRH~XwQjd<|2Av>6XRXMn7`9D$mHysY- z9$QrC%7H5laHgSn>ARH&ZY@->1`$-rvSrRhLNGYv-TJ~ixGS1+pWunz5aL99TBWD7{cej0X~ zsPB;6>JX@+WSr8XImh)+kzgD9o>gJgsur)|_&hoWkps_)=Hop|(E-eGV++;&UvK)lHXlL#e5Y^hgnwX0hQcrV>Ln^O!xc>#jCkdURC? z3pmAF>9W|da2_I!0e-ESWeeGweKCaxC++DU9)8JH z$a-%7;s>~uJ8DhBGYNV3IA8+D1F+YJhX;QKkR5R)5jA$yibHKcwU->0T5LDj;1`N1 z?+?L_CUp7~&!JzDcIwX$6UNo}WsV%y0l4a>oOsE~dZM7xQ-bg$j$rl7_K#KM{FF$7 zV@^yGplu%OkF=CK=~C23u%e7kF9ihw*`oFZ6@UUx;zZ>O z=raBP+@rkeZ=L(GAo*l0K%zRg9C%#JYH6fxBJiJnZz3@G*sB|-SnO9jtCVRZ&}uAz zg+AnmKpFX=8A$zP!lZODf+qT}N)g6@092d>bOn#_eoI>E%GBx*1w%xxZIO#ljXgM`;i?1zXWn|?Qs*B69&)N%|&&Da2r))!SJ_oKNYPA zwplKyhdhOyL-^K1m>e>m;MX-$FY~~3`r4vxDldLvWUwD)a+GB<=AHyg=y>Kp6zty= zKYP|!p5P7|>zdy*#E>aUbYCP261cu0o|P5z3nKO4Ku7a*u!Tk?k451~KL6LTR7S92laF4XuLWw)i3SbhLtYV#r428!UT zc5GUNJO^y#TH-8Fgi<7B+!4~MIZ))@&?3Tl8vxV4l?eQPh?OgD*-6c>LT^T|KZO$1 z$_w8jZ_Q4AGnDojla}@w{sT=^KB(^>6ye!WK@tBLamHmk+Uds6)`kB`Hoo8_?Tg8H zFTdIch2H~8TmU#9re|A>9Nf+TLf%?fsN{4Bmop9K0>(eBKHpz24X9@!jl}?uQpwR2 zF@ItH_Tl_LUl$N)7X}I=1MROX6T2+$=fpq9Ro<>2?|S^=v*#f1-&BvZq&OI9Y%Sw4 zI22EFA287IBgg6ddh`<^= zYtG^*|9M$!)nTRrrjKj9%ZCd`%xQxSM_7URNS?AN%#6%PE85G32!nh<6(ptTN${v# zvFmBk8OFa}Y_uOt+#)v;wZ{BtNJg0}0ya<$A_f!Jo%#!xrpEEnx0B z)mK|8p4{i&)w`|dC^sstnOH)B7kLpt%R$;=BP;fSL{yKekgHW%5C3d+p(|r`v8Qgj zO|##Mxy>4E&87F=kvH%AH;+S(93T%wU^MGjlSNEKxxqMDQ-L>Xe*KJ_ z{G>;zT9@*8VhZ2sS(D5tm+aVug z*#jtsx;$k43_ql44#`YJe1Ol#)5Fupjftt1QUkxg4-dDGt!cj0*rW?CB<0nW(FKu# zeeC9~^MZYXjyz6uTFV#ejAW1UXF&W&y5PlfQs$nAaIRCzgGQpgPMP!@cG8@=s|6x1*sKDKlf%jBHP| z01bGqvqcB%o20&Tnj%?LbFZ{<6W`yxp!!$OuwVh0M(~jGA*VRieaEsA?(^7&J;{L< zE|SgC*)CX+pU3~!meEBWhL0h( zb)aBCLoxIda1DN=J?6%cQfL97x5o)isT5U1|ykbmc*2JOh} zM!{AyXR|IIYCmQdWI$sH|2zkqt`%Gnedp@cAfJLzm2z~|9SzoOxS%kNMQyWkkx-C-$+q+{7&4IQ`{v(4-%5Xa1bG9jPb zs$+De?d2W3#Ui*)|e!2y;Z%6-UExYMN0@1+e>_Co~A?uQjm*}Fqic!4ZkChY) zpB4D8U_AfRC~71E-W~SX=4(4ksqd(*E;~!5>gnU_6(~SvFAlACbi7hrmy%UJS)})<(y9a!0wiwt+=t+oIA!%*};Dh!1;Hc!33@s$Y9)q zw1yLg64t?mxf3E)wkoP^6}>t6@%=n04|G0e=XaGY0`}h{!W0tLUyvfjFEB6Zd2B?Tz~iKV1d_^;pp`+L8?cjmeC%$alNJa^9A znYs6TK66TQ*S*3?X^Ugu!2*@e#Y;hv`Y+6#yGU|=EQZ;fm6U8dKCFi>IDf;Wl#nG; zH^rMR%lutkn*N;q0a93w+*=oHx1mL?x}jwdJdiJ#hAv*>LQGg&Y`PBLQTp#Z?331!Q9f1~lmJzgUEGn^@q{P*)T=k@ATucDxivcC4wW}Zqyn9WD+_fNNt$<_(KRerC)vgQ?dF?bEc5MMi1 zM|@E#8E!zJGK&-C@C=RDOrAyhNhSoGkfqy(TT_5UXZDRKy5x9iSDEBaZfPNhA3d3k zyQ3Ev!~jra5r+_r^|jHyntv?|X65oJFa`H*$Bv%=2~pdJUv-ph6`1-+@CwD3@zdUj zg%d8j8t)TIhDZ{O5VajcpM_U9nI;z1SW}70?T76NA%}iLrjfI3~}+X7^8EFm;{d zE{0#MD>!iEm1IJ!1>mr4vB?l`Uag%AJZdu39W9-AZSJV&Pf#A@)qT;k&=;BOdSFgj zvj-4UpNO|viYGN@$KAZ+F^&oZ&^rr9kkW4Hk%Yrc$%?_W#>TjNF|6uo)-y_Z*qz|T z+!Du7d%{lI{6(Ui>%<;Vfqq1%>2<`pS(kGH(_21_1RjqE=^78p5tOrpUAFFk0EI+( ztR)w|RM~AXU8ibdE|#uS6}x@$9}}u~s#@h3gIV~GWqnYB7huP}?m9(sINu7yhK70O1DCd)ay%Fk{q`%Yer|L`Jp*Sr!*u^w$&MhHqow3? zKWa>W&4fpgq*c`mLZjwc)0O*tepR|K5{9WcPp(C$Gb81u-*!n=wa~$of)BFhxv_|9 zZ&|;lVX!^1pO$!UpF#An(Mn_yberL~&>DdJRH(;WpDRhb5_zDQP9wdE9SEJfB>CCl z9(dn}STNB4rA=D~=ZfBTaYGVAA)SQ_oMuWhe2-PaaMDDtxSO933KlGhuiiQ5!8RTT z$N-tW2~Ytq&LhC0L+5*h#8i#rG}#l&rL#@gyl)ClN=%udG_2)9_a+P_?ZTB>6DX^f zIU!oobjanl0N}ualO*utBff?s^Ej*62@|I8=rIUf%uC)~ovgsxulgJLsx)Beox4{3 zU#1ZD=E&!2F19XL%b6$s?Qt);9&A{sv$(;p9V`^ogF4+|ovxd80%rZZ9m(m_Yh(7R z0#NN*m9D3`v2kh(9Ea4E=!_{#G=OQ#~!%l|9>{pY72~ImVOhP3h--d+wwUX&5OTASll+qX#0x+3% zZzVR`A`4jpyQ#-EeK@th@3U@9+!4#&9o=1kiMN)9)8t)f{cei;Gso2IE({*f#1xmf za^|YoJ@$~EOdxx&V0APkSe0QTEu8ATr0RM@Ak}hOjd$qqXFI($sa;6rsra)`5wXDS zZouF(DC?9#(ZF(;41?_U@Zzo!{XRUd8~kJOGWc^+4(6s3dn3hQU)seY^(l3}qtiPV z*ro}5oXgZI`FXs-q=0)n3BfAH+#df-ljN}5%138#w)yvHjKdZtD!ZA_x|Z~QS6gWW z{<80X(20*P9uQ+_FVO}|$`oQ}VCj{P)p8FXr_7LP+p368mc6f_?;JVB&nQVj!2J70 z7CPcy|LJ~7$=hBPr?A4|Rnh5}8d2kcg4J+;E$`YP>M}lyWG>|4QSk6Pll&>T&j8t6 zZepTRU@!U=9vE}b^dDSu`c$Fv)eU|uGNTG2xC037EpWn9mAMY@d^h<5tBBEG&P-s3 z78uk2Qaf{C=5=<{upgc1i{jNAgwy@iN;9KUQUxI}zgJZL@GXc+7#bo1qr@Vt{ZtDX zNHUcgUOQU&jCs}WYfbsiwx*%ul}${NB;)LomgWn$Q`R}>PrL;+HmPDA3q%DCiF;vj zzQjS`H*8V94z*L>z4>)BG&9wY8`IGpV&Q>k`LIViDzg~9WYBkl%Ho2hb7)zu%4a=|yryJ0k;id^GRU5)e zyrJBMFeM*{`uH<|{KFz??(AYbh+Lo4%xEKkkpgi+Rv{T;wSVpfxQSjQ&GGRS4pQ5{ zzy@8SC05^qS2!^XQhfpgU~KwCQuR&orO7`zc`rBrgHFATWzs}SqDS8cw6R7nGW zsts9S7hlboFTRq?A4H&`zKE`M0~Myd(tz;zj1%__`K*zn_?345M2+iPp=M>}(j6aX zJJ+JbEg$FDd5L#;Nf!KZyInPwFL3%%O?1Ws=IV=KqZL)$H{1^Oif-X&4wk;%rlc5R^u8bGDuxA6lo% ze5L`PPFI!5Z5MQ0Ta*M}`?k^JHs`u)#3ZOiZhQLavzmu>43**dskrFNh`%hCwv2fA za*MhPpWms2?89%L$MAv4=(N!DiCoDD7;B*Y9vmf6?I&8MYwD;ZyWX;YqVHNk9Php+ z6F;L&bs#rjo&MuOpR8mgWN1%L3Hn#SARIZbW17zBrwLv~VQfY}=hgf* z;k-8p!UK~wX%|3)P!6-8P2G4-^^MQW^HWc#Q*0Xh#mq%!Bxb{G+W7PHT47oLL4NT@ z^FSUtQszQ4d?VcK$NI$R!XvZsnMQTvGn(oHK~sGoXsS;IwQMNLO1iigqDISY%Gf6U z=TsC1Kc7SV1u>7#P8v<`oKKY7wQjb?o$e=>Z})f3&aQrW(uqItE~*;Zx4$ZVo4-~D zL6iT{A2#EiJcc9(W}?WJxcmh$$U#C&{(Z6agO-@{_OR)oLbvfRJ&8ov^*4bS ztQ=Qa+{AOuf(n70beynb%TcHaTb_VPKSka$`XPv^rVG~DRf&Qt_?|VjN zj`z2Nd^V2`VL8~43HL^wv+-KUgC^}uBNPA1dUJIRacgy74;8#GNL(-WKaVky0e1#? zZAjcx_CK=5T5Yw0SZmXmst?kqWGm9An0^=0ucmKT18sK|QL?|)BvyqIMTvC}LkWUj zoJIN0!|YC5WD=JwXvCPgtC_XE38!q;b-o#EC|tZf?No@@3?<;fvYWO-2VWUuqDE{& z(B(BKeF_I{K9y0h7|q8jMgvD5NxEpxgv2J^sTaqSTDo5EPVr?+`QIGt5IuQ<|7_pJ zmQyBcE+?DkMWPv)55oxMB`;+3SQ8=s_pvUvojR^GtTKA({cU#UcErpMPbGIWp zW*RePv{HO{s6T(r575xE#S-hP0MvJt3B7EjQB#1cltd zG4k{o>9bK3h)9Q&Uloexj|!E^S*uE{@+2Cdi4X>KvgRlZtEgvWnno9bA~GC2Pi;C2+%Hdcq~wVA-%wjP2ARLYbWTKXl0h7j)9<5w7;BZI zpmT8~KVcMSf!GBdL&uWvnA;pW>r$1x_7EhH(%d);W3Swb&3YiiKb_&hGc{t>`fRU> zqVthaqT3qZUl>V*^V5+hYnB0_fp2|!48Fawrzaq!=U}2rq1V(LD0*Z&S~M2P(kk&z z8pM=IbEL4i*G+WwxkFhb!CKP69whuJ_Zg3T4LfHEdDtCvGK1^X90YbW>wDKjOCvywiks?V zi|;%+>elSP-CbYJZDnd?o0?9AgejfBO0t>%p=eZlw)g#qB5}Gz|FTKiK7t^;942~E z@EGY}McS{_`P8+ldALn-Qqjh)RJyy0M@QaKEAY8wqRKbknU;oLx2?x1BGw={>SfqS zTU=V;vsX3>E?DtRBTnc^xX!8GuK2r9u&WDh1js~X(BB;O#ed23P&PCUkX$+nRo1|V-GIwj=#2< z$$utQL9+|@41%sxhHv=&i7%n&b-qWPc6BWU4i zX|bRz6*Fdzi#0Bb)>D!`P&aB|ad_3*oW(HwBF$>x^3e@UR)jAlB+-J0&Sg$@yHnPl zVBd^L>HP5r(DNStASvCD^QTiNGww5V81a7x9rY(Hck}!|#n4Lj2clHrtS8zDO*H+UZ$YWAC!vY(Le^mTP^gW+&&`^47hXX;X}|+n zhh{K(JDXkO#%gI_@S=Y#Ta|(E#7=@C9~xMvw=iJ&ZhALNuT9Yt1c>|AjjS9V37adW zXSvvbh>Fpx^64#}*)1{zKIwHO&Th?5Y<+Gu6_HxW9{$j3eL>IB%%RD*P6XA4UUlwU zWKU?n^4PUXYs&?D%pV#9KtxM3AG)6`Q-C?X(wJL%Nz5(1qBx-DV0xB;ab)=&eJWZv zEoS9JFwmE%H(J_1)~taa4x&=utn}6~SP)5Me($R-A{_x_Jp=zz_{L&Vlg?qy;9zG`K9xXxgY z$r`&(2Gd$iH_J+-q0*xxV@M4496(K_5=%P+**GVb6AKUtPF1*Ni`k?!zebP+Qo6ZQ z0tcc-zrlNpz8o*t9UFJ|uhl*zNHICZ^jqi%C$%g;#QkU$tm7Eu4LR`zTh{?bz04=v zn=NK@aMu}GtcrYc*<1t2JUUVt9Z9ZgwN!2Ew4fg;1z9?X&6TE*pRj;o$#wf~+9o%R zo@JtAQzF!gN1V|SWl&W({yypQ?v>Q?9P$UDyXq020G<31qY7@BmukctHxW^mEPyxs zW=mtRvB3(En^1qtu(+K|(xcip%H&Jjn>^bLjH`l$+1dt-bN zKOKzjF7Nh-Te$n|UVL%uKbdeEUiqUhDdm56+O!+@a^5o{cYudzyd=%j=6&NK zOk?TNIp8qjcH_)X)P3&u@Rx%?yXp0T#p1=EGjx#tSB=3(7tCK%>y=IR!)9+XYeY6U zht@7H4&MbNKx71guovA!M}-EBB7IV`Dn6b?&@cpfonIJJ5*N^$;piTo2)zMPG* zu)Cmtnr)d}6f2Xrb}6EzUx_@4gRQZ023F0Ytdy1fHvf%KQs{f)q|5aDi2pGW`erdJ2kI2#(gA!Qz;8?= zdt6{fSG=v*yTpUAFPvlg+lVeh_3K!-4jh}#V6?&hwlIXG30Jae zvwCau6OX~Zs$Trr^h`%MhI+m~RTUyz?!|aEDsTHoHMZ>2-^&W0BmC!H^l&e5Bev-Qv+y#-*MnI z0o;%O$u^7$08HTl0Ho+t1^+IO@!{?POppJ~i3$Kv{HsOpwGhGi3?ISuU?BLkJ&5RE z-9A114kiq@fYAUC8Q?)MhR6Rmr^dfE0RUe%bcPLipcfP_4P%4j_>z$Px0c5a&J;ue ze*+_V`p>Hi0|4+qKUie{T?c^W2mnBxAet^t&aQkACl?F27K{Qu>+s)A%5sKl1d7W4 w`(y$Dp#NjU)C&Ocvgd=C+e756&21ccy&UW{Ut{C^twfAop=ck``u>&vA3~-<0p*B3Mk}_n5!mrZj?caK-0R_|O<6e4TxlVz5u)b=IlM|` zCaT8~`gWJNedK7vs*Dw~;v@9JHTpFE^N-o z3Rad{0G5E9^$i3)8ILUjs;TrNe*W0}?^ugn%i@q!tkuXC}| zEn1nL0#`EiRIl7rmMef*h(ef`1{67E8eTkBQn5t=W^btPY!v(g_)`K+r#%Ulj*cot zs-%`na}LmWOZv!uN-(7dF4!FV;D0nE4=esGYz+6TRPat#!5%Ak1*7D*(I`l((Mkx; zdncN|=hi{v;ZhX*ek)yvtyW)IX(Lr2r(oL5GGTZ&LOmGDH9we8^(v}G0jrb*WPtE^ zFXw9o1Bm^kFkDs4@Tsf}NNq>`cV*RJPjd+(c5e9JwNM;#2P6dMK+DpQEr0YiGr3c% zVubKF4fbIrZKB}M!hES07}BT|n(zCJ8HQN~_CowwF&EV{5SB`Cjo*lr9cRRUkSR;8 zmoRu{%YOU*vzNdK6}D2mHp+qbi}(`4am$_|I3R&+m%A6%``vk!s*ujV$3a2{B=+5D z98uRBcwKkU^#YfYfj{->q<`zrf*)Xv3c^&f+T^>qTj&w;Ajn5cS8UU+P!iT6d!_N6 z>>k(lKQ-;z4{NZkaQA|*^{Ybc(AhkQDwFHRqL=o)7l3{1X5m3(CLf_L>3I9OFI+t4 zz?Sy=eVYraV_A*R0h@TsCV|Jb%>f(yhE7vQfmYKyRipig8Bpzu<9|Ar!o7vUZEJ1g zXymBSo~14_+61!wJmX7I@yzB9fV~;*Am^K+D$nPMu=x;!(iTi}n^Gw&Zd-V;CKp-8 z?G1v)9}j7K{BSloqv6?KXO#5m5WhJCM09vQfTq{Vv0X!ZKuM=bPrfmi+Kh+LLuLqY z8uiGeM+TltW?kR)`hSCt+xNO1ck0ERncthmv&grKvA0wBf7IwELBsaivn+F_%$;KC z6I_-zd>MgftOIPG0MEB%BflS!E>QFmnz$Yv5I2ef&-LS^>-T6po%zWtS!@3CofWc= zo3A-DHIx=xRhn^V+hjMppImMycA-9~2H{O?4cUGDZyRsH`YVE;xH-8$apUys)!o&J zdoO2q^M~Zr&6BGrp6vGHUwUU7J=->#!)?sR|C8|y6|?3BL;?yp&d+2UYXAWKz>`}o zA%BkAFc60CEA<^L-;=}v!a=~Q-4*IeRn>NTxHirNEaEt|&1tK?d&ee$m5>m-QR0aY z^UXi@cyhN_CE0?pQdd*TqJ$EtgwAEPoYJ2^=A9uW*6}LmrLJH~4`Aut?ESmRPMft| z0XTw$%1-IZxq2MOR;)mA8|fMXjLO(Axr5F0ZNGyO0~>%|7P(jVX%mA*|9>wlkE z=^562BP=_?{C1h~M&?ucH));@TIQSN+_ZE5=xmZpJYk;|F;GnD2R8o3l0in}*(8+E zF9|#Q;-5Iac!Cmy0}R6`ak~Btg}aBcMEBlsK*_V#>Pc{apd(yy>VEN6imO)j`i%aubH91Ybs&JPb@1zrc#8l`@Ngf1~4wnRyP zt+AT4}txjdfbJq8ii@f&~#EXd4LYM%gPNSbqosg0_Y9 z&PuLC?=_C7w{c9fSErCQ5VQ@Xn?*>x5*Ldm2u9nw49;0!aU3;{XdB0o4|RRB<8W~Q z0RRC1{{R30|No?Y+mdBDZr!hR)RQ#fI(_!-Tolt4(V3N*WlOf~@Vg?$pS$_S?m;3eiKmO&*?|=N`R^&yBoW%Jc{wS>-O$vkNCR5qefB3*?qcU^g>&@iO3gq!7&vPUC}lgHA=XCTqDqcJIaG?lW^a-|!->_SmMP7ZeSdoF6lUJw=Uoe zA+>drnf>L<{JY`$51*4V_$ApN^99Af4sS}dHpy%1MWlP*fJjqsYw{34ha-(=k3IRj zJoWb68~qtOB!5pB`kvj`l>aanZtAF7`kb zE=@-4xLVcLR`;iCrpPn~HrHqmt>!+gRyk}xZ^$ZRXMgO5mh5OxmfHGDg+p5wh=J)h zT8&<9&FV^T&I+fb$)d5f8noJuRY?AT94+x4XsfYDTcyIGO$)@ps2zJ$Mk*W{wLlyr zqjv1rxIb%Q^mcu##&#CYs1{t+T^+qjFy-^E9GHQY9jaqEg8?`_URN`dah1xPr zg^k_ncYnQ*aYL+jE7bCKE3$NUD-g+UMZVD#J2hK8#V6~T%-(=YR5=hLW^bE19)=Ht_m-+?>_8*}b3 zpI)?Z&ZD0@tdkcloaN$9M2!oGcFCD^$pKw2_~ulra=pbxCKI25K*{V5qqZBi_1Gx} z29$AYU|{Y!DpKJvFaX5BxSV?~g;L>j_qtmlAr=AyOV5Q+Dtu~3e_aT-MS*Lu^nct3 zrNUug0EmI=UwW>IQsFQ#0K_mbu=HHJXyK;7z~U}DivCn890vxF>H`Bn^??B(QeXh6 zJ}`i-`oI8C{cRWWeV%pk2E6BDWI-3jAM!%Z#SNgAKg^M(Gsl5QaRZ<}qHWW20kVK& zGJ0P#kq>)(B$pa$lbpcX%UN_gfPe2Ja61;O>4RhDIAv1dQ|tNoh_W&+wZGAV+9W4< z7CuA*Rmoz(ZaMSf8&D^c_k!!$o;B5RD7qz!bxWqpQgusGh4bk0ZV6DyEdeTzOp9Bx z^c;MtaO{>St0P2qp%swNmsoGGfiu~xNcHA9_9{4=ZaoKYDjdfel+{n4(tkbuFJG?b zRi+5se!B@x_;3TZ@Af?qY0|N3u#qQTnO6fqq(y*KzX-6G zfsc0UF;G(B*hf=VKYg0@@cR6`xC?!`&?eDKp3EDx#UT0 zD!YQ2B9pON;9$J<9E_>(X$m`cML9{wtY)2!b%xFM97;EPu26!bB?i9Vz2|61g+t#@ zhy~y8-lKI>;n4R3Vr1Oidz4)&9QuAh49?ekk9tXkL*EaG<1@(3x_|dLXJ{Ik-&-W?~v-(1zi1jBND3y2K1xns7!^8(0+d?uhocDH%e~sq{t?>{LL0L zFeKTrIk&Lifl4#(x*E7mkDe=@RJbJlntY#vUrGAme!Ysa-hWp9_CJ_-;K#zlt&WeN zKwTCddm0JfbLsQ2=EO+PjS|^x`ulacpTg_^j2G!oPT=j&2OyFgg;c)-T&JU_Dm~dY z4{PXT#$nB-JQl%t9Ys^^i(vg9E`m}54mL&`z*glofE|rw?@7UV*vR;ec7I}JcK&w1d5l#-S%?=V1-NG3{}9b(qLT4UFUSelGv?KS=7p%CEqihM^QVhnl<- zu+M?d_~=R4Nrlg&;O=h-guJbUQS7bl0OY{2k0$|F8h-#VO`RbCHF*HAw~-~#b3Oa8 zCg4Ol0ErB`;I@ZSB?WPYfMQNBSmqR4f~GmP1mq~T^yo?5Nrg@5%;$Cp`S1!J`*c72 zJ%JcMK70;*Sxhi6DG>rI2NvzKCvztiKI0(Cc7d%efMu%lKy_m??M+$+; zvx$`>F@JlkxMwj@Cs9-4#d;O+SMugX`*~iOpT$PNG87Bq~rNQF{!zr!|V^tIy#`oJ8PoXxWl!>h7mq%+$qP$9dd1nx5IUfVpt=Q05A43w$L;NZq;yg zCs5O^?^>&ZFS8d)Z-mW?i7)`JJ?F!aN}n#SI|-2*c+|tSM{8^8QwnOZh&D4^dw&$D zmOh%|4Q7?tGq9nCYmXMw(npK_^#@Wf1-`8`ex2 zY^IDhQ-PZSa=2XpZ>B!u*6Em12!9=75rc3`7tQj3sGOXZ3Z7cbht!bj&vvAer-kGw z?|1;jnY!GVS?!&z#4X8vmH2}To@zsfhG9v8v5OvJ-HfERa)ekg0LDyRQi$iWg8Db0 z%#>kf$~ZIl+QkQ9R7MjD%x6>#iVw46`PD}P{0AR)OU%}#p7AKPrSp*X7k}nRW~`YC z*bL&>M0THI#Iy@*&(;(zb^CgI{K>1^*5lP}sf;uOC^ebo4Sfoa->&mMq0O8Y2J5fY zZCR(5@=6D&&C;yDmBerpZf#hB#2J-9G0a+N~Zgr_CABTIC$n zAyZ}=qs^2saIF2;*o`eHWseRzB9(RPlf;6W(*2FTT0%s|aRa9Y;!cImmB7#uJRZ`Mt>RRWx!4aZ@`BxpcgHDT7SNDoC>q=#)$=Z7N05a z8upsG4E*9MM`v*t^veJcD~uK^5*`5T zrW!~EKpTpq0yVN}0Pm*WAl$q9Sf=nQdFKFiQ*R3N5q~vhsnPq&0Z?%2Ekd$CwV3yv z9N2!>=0qG9YS8Y#*gIEjmS*dFLvm^H&H-4ZK6uuGX73#FPskDkGI{4fb<6y1K-T1) z1DQ@ztQ-V+6c43+h#^tjsGQBi5pKCBqXPh;xO4I=Qps#W5EZ)D19H4ux~zUcEXl+m zHYAk;+kevE-a&m9*BbvUF1QA6QswIrO`$tLQ>m_Rz$95H6tUr{tkRAb@?D`iNsDkO zWI`3uQr-vbT4W7&;iU`!MdEFPmqh;lPhwabp7uI6>;pGN{1h1pyqXBMa~Fcj0H7vp z|8E#7>%_|&NQ%!ueV%zp^x&BXGA(rMTR8JJ-+w}sQ#p+WkxIxq-e6PKhhKtcdjC^G zb6_lz?`X_qnZh>vv;jzE<&38EWU$2Du-Kfl`bvUGl{aqyX=OJ1#x-dVrFxTA^OHdg zD1R%FLEMF;B9ENyJ+POtjHNPkfvITe___+r1R>9hIN|wP@urgW1Wq1{=?6mVYCslC5dW4lWb)~hO zJ8gB*W1viCxab?fi}fnUnx?LY6}j zU1b0&N8NxN`U?ts()9(Y8&L%rTcm z56t5M={llWTsCvcI=<-C!-+%2< z0BgED!G`_HC}XO)UPqTF0IE_oQV>;ztQ2K-LXgtF$Li!81DP`*%P=YfGLLRh6#Jxk z=L04Qdr%vY%AWM;A5#xStQ4eXKDk$Npgyp6c#)DoN!q_92@odqU4%iI9iW>64v=}i zge>Tq0mvDdizq4Dfzyt3ZwtO5d4HZFyDkBabc~4&o{naqx3f;U?SpdnPxdm;F9!fT zA-5W+GsVM@9IkR3%&qKd`Eca=RF*L?2Zab}+%3XqP5I05=`b&Z&uTv8_&6`F%{tov zE{e~@GG!(M;DW9QAW}5@v|6in=aMTF-?;#0L{)nue1rG+fEu}&3c1j%K7SEmfg1Fm ztaINBwa<>~vRQ5E)Q)^k6m)6y<&8lx1Dd1d@VKACsz8lYQP<=C0p8G)83NSNpuD(Y z?Yiel&)~(9Z@F~QSLp472YJEtOblMU4|M4QWO6a_xjfyv0GV7&Y?)FbfgD}x>#Ozl zp+Ikn;+DcKd+P#^)yb;>Dt{d#KxMBH$?<-%>bQCj0dLjEJ1^kG?fizp!y`4l4yD)b zZ%Ac{A*4rsgX>&mF6$Ha_L+s49(^lr*dE01i43!VZoxl)@dU5mdB)3GXHc0PXCRM{ zAZuKn@O3-})zXK-M)q?erBxTOT^|EYJ%8#O_|}Qn(&yU) zf*ecq?P;LDbit}DDqIsej}Yt96#HHU+DmW`yQbKl4Rqa>nEhK|c(pUfNO}husea2N zH8UL0^I*r1*PbW8TKb%L?;x+tP8B!Kq5|wcx8WT-?=T~o9A+eEoGCL>C`xr>}J_b_h*%gw#kKtPOJ_eHgHI}O!%|Oq6&Ipgktx8&BTuK+q zJfHoAwaH>Z-ri!tSMBbA`#{$6YBiG9g@uZ@S0lVIXNyJO$gkg*`pcI&gGuF61YeOO z87bHvjX=>aaeti+H(by4%?K~n=?R3AkJ*;%EFZ>q^~oy1=k)#|1lDG&1UnZ5I7fK$ zUR4C}mVBZMyp`L&zU9jYK6zdX#8wHi_Y+)x=Z>r=k4X2;(}T315gx+V2gJG&605B1Aldg zWcIzF`G1Vaws+ABq0vK4ln?S$+9(FMWM5Wp=M=NRB_LF-eU2wjaSIgc*aKN19gZ%( z#vUXJ;j>0k`2tM>jP0=<;gd?|vN}f(9?|9`YpsftoGCL+Q8dy+N;Gz3!woM%lZ?u` z6`Ex10-Dg$=fd?)a^iJRBPY2FfMNs`2s-VBT7Pnqy8s?W09)`EaY&8ssK$g-(2O{! zrDGpCfK$MevO*~>zk=N94TK}Rd3|@}aPxFM`IjiWRj7AT zO3Lk&nC=~s0ZR<-3%LTthyNlmc8)?Ijvk$aUC00B+{w94$<9+ZuN^?7^1r3`P6(w&XWImDwQ z*RTs&V1)Pm?D{LSBh66|>ghTf7_h+B)yZf;AhQMpM~MzT#3nFX7p;rA13vs^)PK@h zJAdx5QiMEi zBEZ;=mN0gqC1~k_!%#*`z}jRTKx<{bR4aigyt|IkrCI={;PgXJLfZ(~1Xk&6mUIA@ zfc5A=M6NzoUW7~dK-Pu*(&ZN+UIP0?8(zYm#zsJYV+kfF;z$g&Q0CP}9ooeA8H+ZOe|uFJBJznzO^2v=z1J55$Y=eZf7WmZ-Y$O7e2XviGBum z>3?<{$egnW9OwCKY z&M)y~*~}JOECpGcKp*0crsUoPbPT1W?(F05V-WV9Vr106Dt1PZ$L4&LP4b z7^Sm$5kk*B|B-M16+k19O7{q}U@E_oOS(zPv0xn1q z)*gwpm=WQCg)QgFA@6WeYXq9*W2G&w;4dr%*VvJt-WhbVHVStrAu7B$XlHFsiple?jLkM)7>16e~a@@PqZH)ng|BD)Z?H;xcm0olc6WCP?qy1vPJ-%d6QhdTLB_J97ZDJEf3U9^9f z`RzYue)~_E-~K-H+kejd_FwQfP=pg;F;wSBi=TmM9{^mr?K@C1ot*39s{6P$k}0l@ zWLlJtd0@N9-FVMwqs7l{;(GkDa@z&=kK9~kXQI9#nS2*V_7=Ni9>kI41nd(RE|us* z1}nQr#VR%2fk^fK34c;ElZzb-k~k(n8mKL2nZ9It<6v6)R5#95Kx%N^FaZWa%|X!8 zM}z*6L!uVU^$Ac8s!ajPflpdeUgzy~gbzLe&OyCN>x}s827l$1*}ZsP0NO#lLAz^x zC}c{!%ymOFgMfBWZ!+CjH@$M00M($*7*jd?V#G`jI{AR?uN$-{=d$z99FXj<8<0wt zI+7#(0B8&Kp|JU-R_UyU_$1tN*A40SbHaV(5~*}PKwUDyvGNe_m!1T;2_hBdvjDr8 z`(^ct!z7;?EPrP2AUhTxJV9@uVr4!bv8zFpdP*l^^R1GWHadumAK|u1?wt>;%A$fJ z=Pq1avt;)m+`|yrc?!YMe9!>C!i^OF9;3W0h_#e~W}Sc)i*B7dUgSj}2V`x&5bIQQ zPh#E#SP3_u)R4&Q9FGqa-6v}yBbFQ9MbVU7YG!d;@_#L|{Q%FQs>2X)feu4u7G1$i zP?=;cVmV-4mK7^U8yTP)>as!*lIB>LZTr~0_bfI+pdB(X)QUEII#v{jftENBQ^sj<%%cOk3#VZMoQBCmsmOxgKM_B$4zq?8 z1wxTCM`57hj1~jtk$K$%;qbG3P0-$KlG!EXG=I;Z2l^H<*5q@^^36yJWM0wGt4PxC zLQ@cMhH83cuFMpD!Au@fd`EiaTB{cCP}Z%W4w3-cv%>*nfsQYrM#{AdX+bVg3XilB zwG{8@f>;nYvG7O>slyl`TFQiX4X53lWa0tHLS$$uXhO3akxCzGm5wT)O6)P8N;GwW zFMq71+u|KvNCs0XeR_XnG$NVe9YCgd2T!bpaP> z>C^V1g{{B^fB8Zy8ju6%Y%PHjyknDWM1MeKbGwLsy?>A07Q^4(WtUzqOqnuM^y!<) zKj&`jMv6Suj@Iq%H^j2ytAx2Hb$CjpwIXNAzK#h*puIJ9(fB9)I;s7yyIwoFGWkbTk*wj9NC;L&@1pzxx>Y2BAexMfcy zcn(jx8XwF1gBPfL@FF?hP1aDY%L%dnf%nsT)3CpezESWsJ=KqI-hoO-Fi`n$Lb7oi zo%*m>3w435p*+(WtZ)JbF6LVP#(%*C5A%7xi`NZ^Hb8DK;t7Py+MY#q=^@NNur^y$ zyH@Y(cF6^B;0-@ZT)bt#_x~(0_AZKD>5KhVi2cdE|K}BMv%BO&^24osmsW%WaIMh} zFW)vGT0m%810Fzi%JFSJz0jJJTgQqAel-6@Bmiye^z3N<5hx&fxitY2K!06+Yk+d> zazg@0&$oV&&);6JxA7@3SqZ#NQL=6qcmG7@IlSkm*8~*{ zk9G`z3DidnvLh%8sLWP~`E|suGmMx(kW(ZS9{qD96fptl2D*$WFd=iY4v-v=k&Tzt z#|S{5=@>~b`!&65TUEm?!GF;mi)y%C@XDTUg%BEm68MU+15+7x0LdnYR$~gXrr<$N zJYM!Lr9NKpW`@_)o(`w+<@~_|-~z08z_R5fRK7GpT!YAn2V{bZ$S>1|Ou#tC@@;h! zORV!*O|TpvclNhA#0`i7Qx;Jmc$7B*qJVU%u^SCb$aCQqnC1i_#Du!*zTsw({cFc&fC`sumk8U zEy5CDUA9=U@-2$N0W3j%+98R{eA;@u2iaf=cKHeRSxn>N{1ZXo1Flc zpeisx1Mo+!R&G1Y>u|Z(vjc%6O*yvbcR(4aKs$44ujoTp6MrBT)JFjD0=!@KvT`#> z-{f-?(F(Ns*=MpB5zK(*9Ldq=CnrT1XpU3>CV-E$iNGnd;KXoqI^b35aU`w`SAdmy zQ)Aa6Hxu9r>Jto^WR!ED%ntDCXRzWs=t#|@9VhX~tpX;|Q9%zF6O~f?d-BR|hkU5zN zNRG$MrmWS+%m(o34ePWaCddnq;{(6b4aZEPRh2P=I|3dvAd^b9)Xav1?)zt-+WphI zjfbqu(G1ZarbkDJT@=-NlZRIzrAOE`@rAueglvunuXO`a)k&P!rpAm6|&dfTjK6kOrCt5 z!tTFWVfnZBiGTaR-<+`ak!*F7DW6IT5=KTLm?7BGTPru8_Rp^_ul8W`tbhE`KN_{U$=vZz81q%?a5RqfvYn5z_jK z{zHY+Ug%tLGHq)B*Yy5t=C`-ZZz2)Z6^ZO`PNJ^6@C~*EA2`xoMz$2)g5^q4C@NQo zGevTxC@_`n73GcON=4Cqg*9n*);16n7(22PUZ%5HUNdju9eaSe9U*JwC}gx)rXuB6 zHUKa*q6 zHhNyTz&V!tzK($KTH0yU!GB-*WiKXA_xAU&-crqS@ znE@!JW+1Jly$$HPDFe0IW9LB01&{sb^?zBGEe{)8h}nvMXJ!l00?UgQ+``R(w^ARq zj9F>kw5(y(m8Uon`|=vE?isQ>y!Q&F=k{MsA+y+W{c%2XmV0K@a;$h zt@#6UFLjLC?S^a32Vb&md9AT6o2|%e?Wkx}9`Ddhspu|a2C$p@T06{4la}mVYJb_H zN3rbzsdv&$iSRB*Ru>z@*@`?)nQmrQS56p{M+m3o3}8O>fg8UKXhpZN@gxov z?Zs@U==cqUC7V`+rQbwY`x&Vb0T(`P>QKl2^Gz` zLL4eG#f*>{GwEb!=8;2w$j=Gc6Y`rC->VWTItrOkQRcU=ncrmlafC1Pn{2-@!Z!o( zR$aFo=0)LY?#k19t>jv1%YWrnE>dS2q)<_|ln)iQ4&D`71siht&Z6#|H&Ei#1& zg(F{zM?rXTd5U^X}BzJpXp2Yk`TfR#{&^%3(=tEII-Uh=weH> zYye%XJ{n|;z0S%3Tz}BF%x~}b8)~xT2(_|bBW-$ckvBnf_V zLb^y&*?1i@28K^@m~(|#M2Z1@H5JeMf|J?l((!My599dJ*kz(<>6+hq7TS9yXF(=h z#J|a;Q8}5kOn?tbj?ZK3t148qO00cJGh)3J2DDhR;IcQvT8WT zg>JIWLg#+YHt!wPTp`M5FkLjE3ZqQj3hRnqDX5-5jepIzo;FYAES4Xo%v~FgQYMg< zYo6@!Tp_l{^OBs*+$eR0zZ413kJ6LwNzY>WQOex3@hD|(`*O|mC^g;o5aOCC6Q-(Q)E0lPjAoi8pceaJa?Tb=SX{8`9s!%Uxe=yI_@@{)6X7$Z!F8Q>M` zLq`^yXn&^6JtO}nCsoEOR-uABg3~AhkcIY|`Ar1KSbY4O2#~S( z;5R2gm&K=0k-Gqnk+ZAXoH>Pv6ow|c#0q0Ghb+9=9DrHQ0JPZbKx-}O2E;u5mfQ*f zK<_+9x)YEPt4kYT34Jd64Aii}uJ{E&0Md0KVSf_hT+dynXDS_{#mNA|yq>bVCcBQJ zSxO&Gl1l>AC`D-Q^4C-8qd|(y0aZRD6a)nUaIwB*R!wCi98r7?AQbD2MT5kz(&xnN zB$EXVWHOzB$~H5Q$ymmg$w~$?-Qi&6Xa>5pA%Hl}MkQ_bpwP1>4%DNNbpQ>iJl|)a zvVRrqx)koFE+-g}CHXs;v*J|l&_MUg{A0qr`Q2X)Kgy%T`S#Zvq>_Ma-L8+@bGa?! zaF?et^jupRg>PArO6Cc4k_}%Zn@?u0@Hfa@GK+!*0yvq~odigj{N18ix$OfdHeNVz zK1d6UX$4`k-km~tPBP#edZ*iE-?Y!i9DfxCs>_83{7wr6yX_>!3f%{47@~0+)2h18 z0vY=l(^{hxkN_uieYH1ZFKFDXk-`fMDqGakZGi#3Fm7F^IKq$;F2<~or~9~#*J#|% z5!2o2;nH4}PrNa)7c_46gvyK?kojH>m>0&a%OpuitLM!)C#7yktot+JVaku(cz;>f z*`d>JZ=Wdu4{h;Yg`UvZS!!nNfb1W~$zBE9DpqP;wiSS~W@1GOO?v{x4P!KRcp8k4 z+}K$=j>pbY=|DhiS=Mv5GDY2G>@2;o?z+rGM1mz8(pk}J4anZ@nIAm4-NmOeV{Y(@ z*#SjRTJ6Yb3RfVSn(tE{p&ec5#O1%bdt^<+twHDLf-?YI>MMg3i`r zP7R{dQcg)3+gAH{xtDuZ4ZkoR!|V}h+d@7Y@@z5WlPM!XkU*R+VAvU;RY{2e zb)KF7`b}$#lF@rH3{Z4|tO7R}VE{(+QvUmXAlj1!>Euaw22`96CuOX_YkD>up zUNuD0*>hDCLir{-fo{g}9)F;Q4cfD)-k{ag6z@q$pQjF(qpP}`)#LRh*T8N|yhm|7 zTR$Q+r_zOZ50dF905ZjUfa=!yn`@ckJy4l!5bRg9jI64w53x=0vkGT(Lk03Q8_-Em zsF8d0bp|S(l|c0Yop-DpZx_Hot;z`~r;$t6hZaa_pqnJ*6vDbPdf#N?QJ4?FgC2C|18dqZ+&RDiit+aFk4 zGI@hd03fpUL9-f0z9i%oxN?)b5`&?Yd=UwG(CCfcO_|?5Q|=GI(vkuJDs3Kwv~?;% z78S%6JP5vwAEXDy<9}yQ+RFI7%!;4;)2EER1VFdKr_El{T9qrZOc^_KXsH1BZGAa_ zt4E6g96j^x7}sRi;R*nv52AMBuVcHtUGgo3e+kTd=Zr;3zf= z)-~C6ssU0dU4{izY!FaPt1<#^C>ckHIcg&Du1Om}t~a^ngnzdfM}W>*XACNY?xqo6 zlZ+z-(8SI2bp|RKN64CtBOsG;gsh*@aSG6#^|63hC7%q!Eo(LaIwom&#LmPqdYciK zlY)GX9H|2U-mJ@sp+S%KG;he8>*sRhz6()!GuWhBBl1sV9Tei2G6K*WI^&Q$MGsCC z`Lfw1NTpAgV1FVvdBf3M?>FxP(h5T$BS2Ab;K*wL@(*bZKyP>iu(RP>?>d7LD&}d{ z(IK>fW^P8%I9~=u5fwXVyX_q14RreFql?Jb4U;Sd+bo-lKxT6hnUlE)Wck=bU@ije zXMMBSvy;9vG;gS&`jqXLFZ1Ivxq*@$o*yXS>tvCEvVUYBN0UthWL`4BoV6#A%_Bs2 zM0K6~3D@*kQ3OppZ?LD^KrPS9ig|plsO7oh$4B!cL-54YIOW&%1mKKmV$E{71-E~?X_7kHEhTIgt*TT<)|r;X0t9% zrB6-d4S#T;M#rCmTDCU`w}#YUIaH|NlI=~|vyH6b#On;B8Fh!-P@x{%n=FP36R%7p z$2Hh>k|f;5bKlc&f;VHHEx0CS+Z++t^vMFsxb*IC0z*?*v*)k<41QP^dz<z2qcUFPBT)B6Vxx-$&!3VonHv?`2#*SM0X6o!cHmTT-gb24DcoZ=rkF;h$r@P{ zxX>l4%jeYHsj?SK9;$w<@!^)vBp)Ia9DnG?^0>-Zr$=$$*kw~Dp&~*mFP&oI5>_4z z0;O9z_TI5!>3|>2gR;K;x$B^eqHw$l8r*(z9Aq<<(vgtLBT{nXKU`(EB>%mV(|h*m zfHeOP`)}eg>@Ru#7JqYtX>U{;1{1w%|3GQkkO%kCYUzU5WQJi_LAd4YezS_#PE z0oG+@E(wy*M2UQyOzG(>X6sFnTn5pGtF95-0_$mT(@9U4LIAQxfE+=2E{a6hx<+2s z;RxQnhog{du#&3#MoH#$gNm-$lXn z+V>s6n)pbZGCQrPNNAf?UDtgH3h$JIgdI!CGK<2_wF1g(>7yw!b`r0%BL?yZRlDN7 zwKr)`B041#uZ&uD4cfCrCcWs5ieX>yfRQ>!$udh9uG(5!&P&rUsVC)_%6}ZF4QI6j zX@h@y4Q?VOPT7pGM3;(xY)j$+oE-OZz)BpX4U;pQye*58`t zDvAPaNCxupMsWuO{rLEoanF&LPuCXdi(w0(W~9fC2G@m47aW|HHV3tvk(WeY;q6E9 zgznG#ZGXSPGY_^$M)qQG0#VV(4M03JbHC_jz9+SKNeFL7b~0jwzRE6Nk+=@aV}5R{ zoc&ESRSq7ZJ4w$#U3Iz2iOgTalVGm+ZPq8)L~j3}A=nKDy^ zhp;H3SuZyHTC0MGkS%1f;oW$289n=9tSg6XexL@IUW;OYH5oiPI zUa`p!)Htfz1^Tt5(nphI@&h$G@fCxrc{o$)qd__cfjUK5gMSj3?09ytmX1t*oG(Q| zYL^9KnY0}fv(qyseGX(Yw}HxrHjv50#+J#r1~Qq|SUE8B6bPw(pdkLr7aGDXYv!d^ zVxt(SWa+Z>lq8RH;)iYtP6%|C8pDU8gKBzpJ>msKXo%>vl>Le_v zvrS$DiCNz!DEh|G98Y*DkLhE8x~PR zZr!5rJMD~%Pfe6r!OsAk9P%@O>Yti8*5qeE<$q|QC}d8%toW3KR;O^wx(X#Qov#bR z`rvMULn^(r_2f`at8eS;6S6+oRoK9Cb|b-`^RElQ(D)~}NOdQg2wY5kb8sik^YACu zCAsh}wr%rb+qQkd1smJ8F1GDlY}>Yd$-Q~LRd3brpXu$|o!RcLnV#O+h8NfFaGsgE zO!{M378NKkNbM%avgde>_V|Bf= z6;)Szz;0Iok7@pvFHyg8wm`z7`r@kAG3+p`fw}w{LJaFbpd|s=wHGX==gL>JN2(`7 z-LzZ(BNAo3YcG>gX-#}$#z(qv4DeJLZ{-xe97LI-nqq|L=wa*9j$-Lgh_F9AqbQN` z_yVQxulkUjR|m$Ri+_ABpTg4>li(%uNca6y-F{q#c#^{oR-T1!uQ`{t*lL3+3N zK|+Vj$wLe5_*~fvK@tqT;*Aj9KZCpT{d^%ZOx4jhH3Qc>iNk^HSmdw^`A6em+W`ZB z9ztkaKxh_oZ-NsQaK}CcP-tQb<(@Zn7AFXck9$`A#J%*(m7EiRTO`#E}ZB6iEvtG0I(`0m2 zbOvejreN}cRnw^T{?-U4N|AzOOPHDo)(HE@C6GOdZ57-3*K1#Pl7HGN)6CEqODG3;2lT99q60i*myZ_r&@Ia{dLp=Rr27kS5zXZ!8&mN`VX%@<mCpnn*U7Qm7qaUL-qgjwXHB=-8i86I2jL za7dWeKpcBwA_79c1#Ep~st}uGR{R8`$M@(hlAwB&D}JpgwC-mNiJY=r@lFFklCd7r3Lt9K|s@6KHWDLCo{lbi^GRgv=Sy=0Sj^m*tbLuEO5$w%Vh z$L{OVlJAudz)8-x*hiPQo~fO~D^?issGXGKMFiJ;NwfGAvFYfxhF_Yvb2Lnzg&&!O zLpVFX*pbYB`)dA&rrCK-fO2G}oPU3qMB&$V&`%Z;-)toVyDfCFK~8MZ1QqF=_MSCs zntEHbg0b#$fsI%&1f5?C2iQksNYxDB375&f+UWs;fYvIm9Y1V?)0(-?tkzAPau?Vj zOLQ9NM~ySxY#D>_kikK(*Y}aiUvGq!U8h9hvijO>SkEclURd@EmZ>E} zJkIib@G&0bl8T^RS)qN0YX`?r^x~|n^%}XTJoXZ(*j!WbroSN(JG=9FPnZr8!XAEp z_O(PtI;2;y07=?plcr13GePa)nKuN-Kl+dKh?x2rgjFL%S_s=M{baZc1Nv&hE}lkYobzhU1A31 z*n@H6+z!(B^+oVu9V0Ms?>^v~vR%K+mSSIQ8>E21ohu@$0JU_8nfH>=_kP+-DkrWQr__%H*(Um1M0AKpJ9E z9crq%8`&;(NNKK($@08yCZ$F=aoNI|PJ@^y{HVS|(B6F2D1WIOqL`;&-MvoLiJiZO zPP@+xME*+5gT@#$P{igHvfPuN=7Gb2^5Gq}**tbS-gFRNALUwAHkRtEZS)PRBznH) zpV(CBysrl>+l7*=1Y-VWJzpvYuwHBI4jJb$3$Ueg|gjNCwDo0)8{UVdS&IhpOQETHvk?8;x|(~BrL zNWK{0|4|h+h*aw*&s8tB{JwH0lvG|Xw)FNRs3@&CcLO;};o%opMF<-pym2O4khAia zoO!LM5NQBfLeRDrYEXb+cA#7UC*i2Wg(HAh6Gq#kLN8l!QQyFbt;bewfhT)h$l z>F6cV%MPFd)Yw*3ZT#(jhcWHQ!BZgN1tQ6sGWEH*l&lTMr)O&Ux*4i3#QZa1o`(u? zXj<=!RG>o+&%2i~MtumvA}mlbcOW=>vp0)KU>!`c>z&$V?i`>-{-o~sOVSK8%T(p2 z^p=C#sN54ORK79xROGtcT{YSRDirP$8F$bq9=Or1RgLj2%T;6fG)_S+Y_1C^S5f~b2YnP%iTS1)r` zwH8~ZreOmP&?hHC;1H=4^J=sNW2AU+cz!GB+h)93kS<8@46dXyiQab*1shj(E&%Pj z6b>mv$?^;(CR5;%%3q=O=iD(nTVa{$c9A5J`gIbM47jB8(u));9YWec`pPXNqpwfa zivb^FwCn3!ab5Y~11^!^F3FHhO_P3x_;@PdI%=K;+i99HKg8My2xZ;)C?I_{nXbXM z!)54mZ#OVV?`V7M;vwKB>~Cnl&sKv1$zrHiNs7KyKMYO1XpWgREqU?kmq7QBok3-a zkc=SzFjEvdOKMUGdVj%z|D4+k_6g4MJb9-E%Zd6i3T$@LfvTvG`INfq4? z;ym_gA(+)YbGKP4O;TW+(NntRSh88A{P0bHfqp1ID6c*N8ElK)*5U}h&Nrlz7TDjI|4Nt z!p9{RA{g}Xcz@_gkBBg_v+P+fQ|1-f>SWru2}FSR>LEJ)KQ~&S;BF~qQGrI3j^_f zd+6D04|AB?w$&M46R=EX#ytNLP5{)QgAjf*K_u%gx|H&q;ADR+dK5>)l!Ax7qM(O8 zGh59olLlz&M>~F*-SYf!?^U}5tbkb4opJE_S|mfu_V_5xon%uo`BuGwS%ws2pW!r& zLp_gR0MSn-FldO+6-$k1SVUvmw$9iWH^a+UVUdW2k(HzF1u3%5$y`YK9N1)Qrw*aD zX92~Q^1K{uo2zvqu4^aNkB%+RME!a)m^`SnL9cmhFaW}G%%kjguvnrtRLnP zW=6)pk``_51XHbKdroQXDf7TdW&?Z8PlQp^q|-S4Tt`O@~~FH`bMdT>+BiRMsLv>GPj;{1vYn*yQ}mG z^Hv6QMjM?9zL++C(`K4sCEz1c_w4rzfuzXSfAM4A2fK6#o2&wCUn7I5#nmK(`0qC^ zI>Dk)Dut+lM}89P@Ko@$3f0e*Bm$OLK?mnhJHM!0L9^4O&+nNG{5Cj=1&Y7-_E&7& zu&c+7#7Y_11mhN+nbOu?qRR^YYqJxZXK)rGr%B1Hk`>2%#?n?CM1I;n_eMC6I2nau z@3J%N^Ts~RBjbWJVJDgX9x{p$zv81PXeRd4)i>c_JUSePf(BY!dkl5N@YxG?!A8u0 zscSO5HS4;O%3L=C2=St+3U><5`8}+GcQF3AaIVJ8cde#lLWh`_I}u7OCe#A~X)7P1 zLmK+!2p*l_hpQO4{WBZSx2-rCSc9T!MH>g$8yo0pCZszPvje&9907`1Le&ly6T7`5 z=JnN;-jEZm0)~+5Ni)!wb|=Oo5HC&Dtao2e&^lJ*2bgdyK&0w(J&MSR0y;cj!|QcP z#)M=>ei}o0uGe=i^Uh9B@X(!}LHb#T?d?Q14YMu&3RyDwrBs*iGwRH{&{&gjsO#Ws z#hQ-6MrJu>c~|&Cjk?~U&YCQJBcYAAoR-~!1pLp_b@WJ>U`e#p^hxTg^WZ(78&d4s z8B|DZ4$g}&fUj*wP5=_z7kOV>wEDVBIS?a`hlOyZhXrV9@k3=n2!fGg1R+$c`0A!f zK=WY=RCA%T&KU=)s(kM)b4zy5Ql}@mKEv`|U(Gpxngn51PPANR5s6@(EMjx6u62EpKnO4C%(+G9b8Fm-zcL@2ln}FGP59Y}gT)YaqnR9#G??Aey`p`YNRRsL$B3oi6Sy zqNg`q?I@6#1v^KO?V|Md%^|EM4sO&tiPshkl(j)86>JC27tViO!>-0Bx8AG>9NGC% z>h^NF57E-9mcPdn!65j6CDuP4H!3o%+^3}gSsB<}8?(+q*O9QLf1TBJacwHLu-VVF zx4f*7zuPfVQQq*WwV6z_Hg-+OKc~~EKu5N6kxPX}WkKQpoQ!nuS$l0Hon~(Qodz}{ zuLH7TKnliTKRk)VqGHt=@8`g7pQ)XaakD3&{XuEo+O)buo4hkg*ZO-!Lb_SqU3sYq z_#TmGR+=_-SGE{s>UpD^VhVdqyQJ35b!Fx0I+{0RKal}397m?mzIGoSm1SA2Eib<_ zY1VODX5U6?(4Y*-d*&wK^>2nuHi;H18zKou#{QXW^Q7#?er}1dtsQi$d8Rx*!%g;F8f%`h!!U?K< z(*;&q@#a2GPdn~=M`O#$aT^XikoF~K6ni1q^=LAwWBI|H~CX-eja?$PXM&Ol#6CxKEgU#6VkE-QW3|9)4V)EZ~3f0Y;5}L4#ysO z5k`dOT}N8^3SU$boe`!+$US@+jvRvZ z-2O|hP~ry{BV>c=i)8c!C+NJ71>*W1OsfnU<~^!yj=MwfRhLbu+19*~e2*u};C>oT z>1?t_C5O%3%=z>=|CGN-JQT>U&9-g5%utK_r`_odrj8+~cWx`{{k|dGuoj&YA5sBH zb}UkOuCgC=8zeIZvK@@{l1KwB!lxw*SEeO{@@7AIyjX64JY{RM>jo`Ly(RqOAQp{t zXOkUUn^sHujA)z{gPPa2&;m!2agKyqEgWiqG)Q4LzJ4458f3<)i^yU}8X&1Nk_E}< zP`hP5QIa{-T+`Kj-|t|Z-y2~$mKq?Zv1VDoNGGyw65UTNzG>;@1mjkH6Kt@IL6eI) ze?KE*@zh9u8p}jRR;Fa$66{`kPQVqMW@$?sG2V=Ag-hi&@%lU=XCN#Ov|lF#^C+f6 zb*MR(Od;sY#$_m4)DO1@$4X1JwaFS0EL0(5>e7*O5le8#C4;C{wIAE*bX{eTK+dD5^yE^^ zZUMf*BWYIBS2oP@9{mJQvvH8l=7wXqx1mkA)UrZlb{=27%hPVnV>&BFEt%ge$n zNoWhR5##uZoIG=a7*vtxYsJs$qJ+r!%>PrztnFc`8~3ih^3GCq)Hcx(=hQPGy^`OEX#ppue&#J6TN1orPV6*tI00Opua3Cpb4+==jTWDiO&kEh$DOSzQo6^j6GYy zYEnJb-{j6{Fctm`@Y}3PvI6-yFtFjT6LdHz=qiWmX;4_-`_iDMqt~JKtqv5Ryq`5< zaXYg+KqWssGu;`b-4vKhe*997y_{Ph#MuO#7>G$u@JjziK%7y1h=#Zj`{J)3PsEEJ zk37|CmQ{x-q^%Ao`^;Lgqts>3XUWcg2H55T<}khiBZncKw8B$z_#1@febfbJr|ANS z4L+um_f%~}a3$~;tq9Gt!;h4y2u|=>!92R8{^LKYQc;=1Xndk%cGLAq#xQ=l*+Bt^ z#dx7kBPueDb7Wu$o9!U4AI+v-AeIvSb3RhmO93U@)>-J_4oY&4c=Hh zILW?P8YuD`A?Fe2?H*EJ%xii5pCYI3un4jJJ)}KE4W{5jvAC(|b|3co51hc))E+IG zpYs7wBRdP`f@~JibGg{lMGW^gfL=Bhnw#GsBe`P}{G3HXVYK?#=j=t$S@S4dy(b+T=n=MclgXAsS-o!>&M$ zPMNy?a$rx3@Tv2?{j4%mrWE)y=7=yc9P&7yi1yE5q`b^T9x^UJkM|MkcG>c2koL*J z4R_Q;pD-ayhALOAXkLN;4IJytL<;Nya}z;|>v+$ZqxqDjF!*-q+pxls21WcxA~^Gj za&A0TP{rq^Q^OS!*(5`0QyZVe2$Znfldgq07S!-UnR0F&71TbJ9`JqeqpEnufSvE` zTVAmvzb@^s^D}T+j}nZYb2po@IGVZgV|NDA-Y4@uqdq>vAO^Cie+E^n`J&O#|y1|FvR*qFD)E`b<>S}^uT z8wti%%9IPB}>}PI{t(3_BrW&XJYIahgaF4w445o!MnHz}8kvsx%M zv|XTzznIChJjV$ z-#34#eo3z_i#?4b5FU1+4WBr`I5p@)Hf5@crEsrD_8%6Z{02L*izakTdA||66)ThK z9Be~}vPM(?MF61VYZ0uCHsSafZKMfy%|Bu@+!{jFw7?ik$akF#w#||R`$j;b?1?wh zofy|Axo9#King(Fkc-FgvATopGlxata)O!pQoTg9N4UUmOD82EwSLRVAa*m%P^SHv zo(vzV>8DtD7QCFCdPeAqIq|+4BF$Q^&HuMrZ@>U^=B zE!Uy7Q~Hxql4S|0UpY*xzBnYFWl4pnso0NugV^4X($+a>UaGFx4|~H-BczVxvrBF; z?_h?%6#JaY+t$Y9c3f;p0d8r0V)~N3!VhACfnqh%1R+F|RWDyDXtp}?0PJBC1rqBA z_h^*ISil)9%n7w+Eh^GzL&dXCKJMRRf!1B4E6W`>_g^aBQC8vGFm;PvV)%WfzUqR+eCI zDpMuSY;r)JsDAW_YYEC=STT=1P^)zRtxgrqQ8Yg6qYCMf*wNzBT|mHA?-&Za4hlnWeSH= zW7jFF5j<;J6O9NGU4Es@%8MMpa6+=b2jryk-$(|QeHVm#)UFIYyQqDV`>mFFaZePs z!JMEetP49T$h2!y{g=iblCOd!k1YVE6Q?W?rQ<=yWZIDN=JId;f>qdPk*g$1zQ~2O=z`2Y(hwf;-U&>F+v+oMNWR^rpS?o~|2sQ%7<40}%v&`K5X#> z3OYn=s#dDC`;V*m+e7eFS$)Ow2M20Vuv(=Mtxr}wKWYo+Cqh~mx1#3DOgW6yECTOq zg+I)Hs$3&~$FTlWcdwDQ%TFjjR5e=fQ+d^Oxf>u_b>Qjc!dQjcu$f6%U4qS&KRqPVrf ze~d0xbQzOzU1EE=)j_)a8b%W~*1+P=bC=O;o@AF0HH=#BjS1jg$zbE7{>^vdlxa1$ z>#bLLx;d?{M|ca$v7Ujcv#Rl_Tof~@{40TksXaD9Hxiz-ME$vbljrW2T=K02Di5xt zF?qEyT#4g?XXVjpnv_b@<8&!M$h%>-x{vXw1fY1p4S9n~qUS6{ur|$FoN#FE&nu(q z1ahWJEWy%7)E?lW-;xo1>#q4}*<6Nm&w`sh8UU4;a#1%c;m?s|;J}pAH8PiH%$O$kih)ctfjZ@xgzskM&*>aFc%2 z4G}=l{CUBYl&ZIp!?zh<`BwiatoKi0z5fS4g#|o$HcC9TSAcII+aEMR(Xvfi_EO8Y zytEO_B1=9&B(Zzv)?LEX=|yXP^R7&N`F`p%>}Z1kP9Hd4G*x$ZslE#6ER7lMsG!~? z65}z0l7hfIwp~_WvA6mSa7@(MVIr;|X>^|QFUF*M1r8&m?5Wk)0@lZ5y!HL0jG?G; zxPc;VMM^YOi1w$F^|GDaPm{%pI=3$1$?dH@j&@e<4|hF#k`Wv7Clg!vlV%luD7;SA zVpaAppEJW4zTog6Z8<$XW zhEV$P4G5^{*=%iZK6Sd`7=E;VxAU|G&N{TeZB?6QDK#gn-r12U-PzHVAHM5pvRy6K zS#AE)bLn;o_&eAXnnfADx%QX^n5P49>K8P>O0G9m$l$uK!h3Bk9s;z(&LNtU^(NcX zd^;IwCNtZAW_j2hP$_j-^R400sgBhppxdw@>aj#zvx6&Xaa2M&2<11tBO2 zbf)31IUEP8H-+;ea`~}eZ0o^AQQh78GGhr>HU-}WnXyoVJsbqTHPPZC~;OphD)T?%H&Abvy#Lt92~ym@-~)&?KcaeYb>ahp4U^v{Q#1dJB>teT$O zx#xg!fKB(Id{i|!HX79(w=Oxbg|J3gT=m|ob?dRK$`r>gVPy?ST@f#ejCM>u;C4>d z3HfM#eovNae?ITjB*GGRZ@T#i^8j8S7mHXVV?*4#7yRzr3`x5h7fZ*-y4*c?xGIY_ zQYlIvuO1;oT8)|^p-0CYx2_i#w!c7(HuA1#K`i8I;JIo5>x=F=0t>9;VR9p`Y$u81 zKnhZyxLS;1BF8q`4XJ`_hED7VWA54(bqXF2M6cL<3`5&mRt&FX{x#5E+?ZbG|9A|l zG-iRWBU#J$9Ybb+>@+ny+JLDuCG?&>H0V4!jP6^$+8|y)f!Q2`ok!d^YYIV7zqKi` zrWr~5`+JXud(k9-gcQga`-p4FrVn6|Gr(WR+9G6X;FGIVv*mvsn>>Hkyh_~2JUO~D zYl3*uq=7qQUdLvB^3uz9KCrxPH&a3?LBEY>1F%pfxTMk`x3CG^lIAe=R1??%q-B3B`rX0?qNrA;D}DLlvZ%&VCl>uff;3)@|b+H*s2Pl(A4Q%3i)k zQ>Xd4JJh#TfCHjPCkeJ-{dx2m4t*2Id%e<$Cf!h1DwqLKB{t>YX%`%XLytHn_Du&M zbL>Z|h?L5X051J;_J?%Jn-M%E$ulAC#b3{?<_?41LX#Grxefw%E1R>j>$g?XQ_1^R ze@^lAuJ-*-tGOWtnk}-*Zh$CTW|DP*W)wxfP^h8e39A&rdhm97FMsUj}}p7<>P=N=tS%Su2~73L-stKaU7}uP-e3kHEpE5HtGQmfnj9@&qP8dP8U#*ERq9=A5FRA& zmI8uNxig!RNsl_wHS>k5#0hPJe;;a188N1J>=^@~n3tWA%MM;9|965%Y z3oRfO_Rv@}qSu;9oy(8o6<1VaxTj8pT8!8oSJnniujE!jlpjwLy$#b|ghDzp_9hli zI}ax+Mb#43BZx`#$f6_N8!4H0AHzQpfG#|;rNV!BSb_N73}2k>^^R=jeOTf`NIi{r z8Kg2081zI>c=0uUX}- zBhpm<-WMBd<_Fd-&VEk<3f+7<3SS~tx6maI){J1MIOEYR=i6{J?8=pi2m~8*zO9+p z2An^K*+?j~m5s=n&P!LTCuv0c(sVd9C)%hyN&46(JH4mdD1T<1eDOH~Fy@elbWmyE z>U!rsQzaoTmqE0>5v=N%rj(dZIp@O2}3Q4u6)YS zqGHuHv^{$9+j>;**&bgLkUxeqpsU8(B_pH88v9~_G-AR+bT=F>C;!4&Eh{YdxE;hLsERx`B}a=3~l8PQTu_Bb~5QHi3d06|5# zuHcEp-@}6w^Uf5k*{GeX3bR9a9JQ3dQca%|GtS_Mq#gS!?kaIF5E4k`=1xkf!A?6PLvZVBKC~4OGru;_R5Y< zC#c?dlJj)o1hG4Rzcu1rsi~vocSu3zlEkmxbsb>d6M@B{CxsQ1drv5Nh+pE zgpZ0SwT(+iQLKKEuz~^g@@y^|(@oiv%*Xm0)A{|~OS*IhK0*uNdtk@^PY)IH_M**`iQ&Lvsd@VUx%{ub?KORK*RmgAiK5I23g?YK8#Z9H= zB^gRbvWOFf)}x9MN2ew5r+HA0D5O;|QKNkViQrKY=FhP|dqjSYJtMw=$3meBaKsxv z?5fNPYK8>jFC+$j(l264OhkenIqrHC z!JVD*M1sQeQ|(XHSmg3UXGSzsjrQoXFm;+OjLzKUwp$R`6!~i{a;EaFG%tTOyIQd{ zF6I66onrYK!UtK&H)7XMs?V57T+h^4&EERY)imW3!DAh(@io|V!G`O@jBKE3jR3a} z#A>n-$_*`aKL^j=_UOIe4pSoMwK2roT0ho0kA6FF(m21rH?s(M6`g?3&-*K@exP20-AeL#o?%=mN`;e=z z=g|9@(b7M_OnFtKl*)eC5F!R{?}&VDqFzh7t0R`3ZH!duO>M}SAV0N zS+2li9OfV6y;?(l!?JTAa9SznChRfnXf%8#KPEbB&DkTlSkcpN;}-%~`B&o10?fyn z&uXk&ZU9#s1 z;Z1wPXdb*~jgxi8%>mGOuUFgXv*Ms?-?SSt{ z@bu|_Ty6b(T>>^gZgM^?3*di+j{et(MEAn?F@6cwFWj%PMwvn6xh8i1itOn>T35-L z5^qWwesx)fb9ham4-R}};RGUeVVDePXf9`*+uSeuTKsZgf1d4=mT&y-i7ooiw5yY7 z#I1M1-AU)IN}W#4NQi+WcX?@o7a{1%74cM<*d?P>NS#<*%daeSP*5P%3n7uHWEVQ_ZwurYO}cek}U*W9w-<^1X+aPk2|Bk#st_#zY!4OxLLQIPalcDkBy z$wnHib+$arq`N%#amC>Z{$0zWxu zqv0R=(k0Vc;shtlEPY zfgV9s^lC5CF;1Q`we8-&Lr|Ilm0v6Tfwb*ug%^Vgvie0u&kxWGkuNUjnVPuZ)}>%* zN*BC)WA(_}d*!j#4|lVI$Mwqzb;@BouNO^HtrLUNXXL7>;?OO5xvhmH5cdnhu8wqv z<7`!@|4VDm=OxbWCG_ZPaW8Z4yZw-D@H*6cLiGA5!$-XCZK(@`>5Az0fg3o8R2<~E zoa59aItO9wau3||vwQ@Zp5pYteW$54?EVPPc7o^2)^h8m`XbCG|;uBiADVB~3D^-tGJAQpb< z7!wczZm7-QUWCl!vQ%=n{rj~y6_|}>QA@uiw0$+9{|PW_wqNuq;5%ic%0jCpm);f1 z-k6X2U1>fKM7~^3`1we?x4ynRm~qI(MhHL0AEbngzz!nF6mdu(QqbhN^apaECI&|v z5=i|1<8L}Gc=6V6g=EeO;j`v0GS*4VhxRgh*WZj>!bMhCXT&}`o~!Et-EC$qvx*#; zoKn5ue#o^X_SlEK z$M3UDI+c-Y#8~JH+WJv-s{j4SIYIItEA2&O^D|OXlzM=7ZLE&!Dgt{&MpSaSu?=9Y zwl?GDg*~|A(xp-=y0FyB1=gfkHP)Ks(lOX!)&V$rN1_K^2{iGczJ?~%MAGP6{F2`owFt+mUw%#1tckMq63;DlCxcymKNfwpb2O{` z_&l!pEbz5!sUY^6?&3=Okaan(74_3Ir1|-2=yx8%x@l2_x9+ch_))gt$Iim-7kE#V2QO%Y`c#*Hi(Hm)8@BFT!Q6>@{{6 zX}JnP)-P!3w6IBmw#)Nl5ML|mvA}uFsD1$m;F%Bl91lE(>sTusme^|?daiBZvFd1rm12eP4iPcyJa4r zhF*Mp|D210b>L>vDYwdqLDKH|L4>}N={jyhmWOM#8Gl@-d-FCB6Ke6Gf1B`5wpCq4 zcVQ*nqn#eNT_c~bApBwrvTC>ZwuTLKU*Kqn{bthFkL_Cmc2A ziRRAB3d$CU_9sQGpRVEaGVk2@$y-fWx=yp#pB_U-WW2j=YYx@L))k6*|+kc zZu(5{Uui^m!hLy27i$DQah{4pHYu=vuuSu>h4dv zZ2Ja&J1i%Jzg5*=Cw1)7FngwotjwA$=#JcV>HK5H8gj-xIP^Rhod!8mt%L_TNksZ; z&2DFJNE>M>OX~RDsKBRD?o1+-oTp*#2Sbgd^(GgVQJds;0PUL*nfdY$N4$`<<{I|U z;hn)T=Gs3m927M}pXtQZnC}2#M>Gm`jqFrUA54nHyr0%8DE-_>9L(Bw!dQ}VI|WN) zHYY)PD~QCT`t z3}+FVv9pF|;BLgBW?b(R2yeuI?sAhY1smD28oz;;dUzr_t2PUeGwGuAH} zI?XIlM}s5VknalJH823e!*vE`H=~nuQ9Jg6V@mQ90Tr$_sYtR`5Vy?cs7?$Lg>2IA zRh3h+{0N3QGjh6ffO@a_`Zw*q142{H%Uj5`_Y4_f3yj4X7pzGyZ~RGT9i5$*N3-H~ z{IgB-!S0OMyVVZpRC^HY5fqFGj*c#WQZK`^_#(h%Qw|g6Fu%j zO{h}iF`;s%vS|jE2Me@uGP}9bI|RI*`g!b!tp9S7KOkTR$zUQ~crPhiBkxXkS`A$# z;mR702r~WFHBsvpMYr*`+iaKlrI0{`Bh^~M24!t(u%w&8-;yYvuubGz$Hitr$XY3T z%+SvnHV67Un{V&^<*Gx{*Dw7CuR;vd>!k6hNwT}w?sg%NZOY!r%id&xS<-5iZ!1@P z;K-(J&CnB(;u77JB4d1PvdHfROJsEX%j-LV)|$b1jf#ENe9ha*{=tfY*Q|!h8Pws% zo?o81AG~9Ni6n4S{QyZG;|SJrHT=o0uWr%-x0#t?B*UuIO$7(Da7e%V9t9V0shjZ+4h{+=)yE8KX*hbufFok z%;p!RQ0!wWa(FRLu-Ib?!r>IGKu^lR`4et7)X5r8b(@Os9mvHXVA2)Uri|CvT2iae zDeT5@z|_X(#O=I@%3V^?SPF2uKOw2KDQGWc;n+q$6IZ~qLG(9O0LcE``#U!i6QynGB{J5+zY>IKup2xj48Pud|D8u#yPPi@Eo2BlwC zcBEmO_!zn8=9iby1C)hJ8zUo|j*6_wGvn&LW%FAZ$Y&A~c1BiqEuQyz2@vIza7z-G z8$!pHHEp_vz3?|lNQgsFKw7Z*(Yhbj0rv9vea`>k)!F79>x9IKn%o7{MrF%2Qj zcz6W7k<&HxNqfoJv9Dpx&}aVDf#@Q) zVcg*8o@`BevqNo}$&J{qXU2Ejn$n|uvtn696-0A@ zZJzdv zt?9N_?(EL)n7P?-hJFRik>ZSZ9Db$U;z-%ng~!E`DQSE)7%#9B$GR<*$i$CZG*CWlzC{5#M}F2uSJ8YKKYL)TGxT;EO~qJJy<>1uRy zD~vFCJr!Nf%y%plBvpa`EQ%YaoGD`b!&Cg1(-~PK>^(k?0(Ty$s`Sq24F@&th?Cvm z2^B=ch^OR0+VoSwLXQwAwguKU8Ao<8e!A8$rzdwIl~}Avey3tr?e{0~i^juZwZjWu z=e;~<{V}t$S(0(T`9sMyY-3eYOYPj1e8=ufRgx^t51vs=QI;!uN2nb|}TOK*BAYyLWmsh9?Br80?l zQ_-{)^DYV&?JDJjZr3`q)?8s@DSjN19KR8+??Ko4%{X=+m8u7`o!^;Cf>NUfM?k*9 za5D6-8fxP^`rF(2@6;MAe8WJy-p^oFQgF_BeG=K8hxu)Q0Npb>FR7GJHoNCZb|mT= zMGM?_Zys+=OFPTYhcm3g!%CYVQ=17e2NHzCWmFH?YLAVdjFsgJMSiw??QyHn-6nmc zn~EeFm#DsdL=`xg-)44PT%<3zS*!AnRL8tIQ~JJa_XA^lb9Fny#&q-m&Qq$nZIjpW~`)-n%o$GgpDsZ;mVo^4?-Q8su3Ssr^-W9-{iHa zI`BrN1rKa8cw`*=ngjk1Udtt%kb^ZX&)tEOoA(zdIzj9fM19PUv2VRP;dfEUPp4R3 z1eQ`{NQt!$dCZv5S`c2E1&Os$Y<|e7t`Ml}f2=2gCRDU%-#996bn_!LCLuAFFOavh zq0UkuG5NUL60 zq*zl2q}uCe;_`nNIFAqyxFITn-y}1K*x$oZ#Z83d3{axshve`0skr{lp7DeLT%{P& zguwgH7P%7r@l=8nSHkyF-6Jo;J>`l+#KPZ!o9NmSX%8l)DwaE6CEV|n{YYhAAtnr> zt&kU+`->tyv&SpCy-VG+0Fh$Xqj4RBBjSCqus>04OeU#>#x%@jo3=>m zL_3>;+ZigDh@2c`>AUo$DAw$l-awi=Of{{N*ETM^qs{*R>*~6rnr@nP2)zdrib#zV zDN&^N5=6QL2t*+CCPkWP5YQhT=|}*P;v0GZ=^)Yt1d-mmG^wI=rHF9xyXSoGxp(KE z*)y}d|Lo45J+%YaVZ;yq*fi#Bt-tk27IrJ9+Mi!Yq-G`ftEQ~rTEN6lG4a|OA!{e%;sY9Iu<%rB zpiQmYVep@O&=y9j9&S$VpPfrzzqV!D_g;k6Eps<&*Bz9REgU6tfj{R$?L!vszk%ao z-d?^x0$3tn5s#=ZxuYXW?fN&b@p?u|6y4Yz;GFN=9GUg<>CV4U3j3Tyww9~8kzB6r zPs}Wd=o9~>(i~~tneenS+^ zqL<#Va=fR`^*F>%-!Dl|+&_@Jn>g1R^8pLY?kU}$MK%3XMGF+LMILnT1V1z6S~BzD z>>Gh)jt`Ma{yB$5dea=hB1lFL47BR+t=4M(8aZCEGTd)gS)arPXXQ+E%dY?SvhSSk zvoMCU)1LnJkGH;tL6XrrDHgfdNEJe=xQQXMj?#zP6ucMrzRmv0-#UG{u<+P)p4kVG zG2}_Fs_!+YK6W4JY20OCPoul|-MXen?fhbd6cQe_bo)hcQfn(qi0S}or|lyL6n~9( zBd);TwcD@YpY?&-yu5#nh#GfnT#{4-5( zJ_zdUk=}mfv{!^!(WIjbx+zoeL#zPbNxqfH!W~vMG5M!o0{F=q!)JV@G|%GBPl5n_Mk~c!y>baO{~h$`e$%Tp zV8pUt}xTP)ax%NDdiN2IvII3 zJ-F_54 zU6>1YoYv)pt0p~@Pb0#AAL`N)6Q9YOY#Lm`Uj_!2qcsMs)m0or4`DHU23=V2KoUyA z0@lkO+oilCWh?n>(;4~b`=~*v8R|9J{u`Pm%vr=KO`d@d0Q9)#7 zmw6EkY?L|>35bySz3)%!>tv6knBD%IpUz&x-FW1$*ZWRODX z$w$*9MPYQkH%GSM$0z-K8?4ifpwEpT7Jd*0#JwLl%k zErna$+fm!^W_x@^j!B#Xm)#Hjpi&(HuTGUBSIvUHR{|Ww{8l12LHFgt?+z=nSM#mM zP>Qs;f)e+bZ$#99Q+6z^%B>ghxod0sU$*I*qF&@)mVPHQ}`*P)d5rGRtXiFW0T!9-sXvZU)b{UR<5Cn52hdn%eq)%v3~>vWwx22s<`6=U}O{u-x= z(#+&So7>NIA#>TX+$rKm>mRRFg9nx?AN6xpSP|&dB`B{n!d2%<2*}}KP#dHTE39p6 z!^E-z!m2TA;AaqLlc`65k?b}*@IIm#g*+t%enKDL>X+GkLv2!G5o?w$YP_cg6Unpq zkn)U!BOx7O?IP9--kYGGFIjj@njhsIUW6W|5b!U|uFTj;BibpigIo0SD(oOa#401) zQ!!;Wdd*LTj0o@cBf5|{6S)xw7QVF&&wdve1F8Q+VPZC$R`<)M~vtTaf!C+koN|hvJ5&v|6qALSg3b5_N6%Z$hE(0dnzv?1Dwdc zE48RFrbRDw#)et0h;q}J3-8&Z?RXkeGgCwzkiC3X)OKyWUuSGUV{k)EKa{dTG~!#g zDo1n;T&0hs5}czZVDWPL&Vp=?A?Q61@+tiVX_vs7`bDSu8%Ep0U3K&p_8#!&l`Oqg zm^rfS4jLjzERhFJn${G$lecW9mVd8{?e0L?S|-t$1P-)b&_kwvy?rV1JF4(x!6f*S zaM^0|C<#W!WJ^E4vF&x6FxMQR!u7MfN*_1LK{PdFa+WRHg^?d?-B~(l1ydMc2&%L0 zuc9p?7eHFYktnCBZ|foy0K&7-n8gDG>$)@fcoSkXyiV^W^@mCLi&Cl){psQ3Fy?Dr z`H*k4r3=u`{uliIOs>Sl-Mp49Q!iEh)gkiRaqaC+H2gZ{GmJD>bvYMGgk0~LVPVVV zVag>6Lel+58W|2s&S0d0qU>pJe;a*II`hRC_E@Bz3QBIWw#66-h`pdwWqcF8_gO2@ zoC}*x;4pi4Xe;ymMo(TgCs;{GDF;Ey|MAB293S5_s)I}>w~KR}<@r7GQN;xTX;Zc>U6l!u2avz7sef5eO37kTP)tOU&Id;q8+=PygFl^}s;5#)i9yu(_xTG< zQTcNCfK{bJLhZU}gW3C2mWEz2o!MHZ3%^@B~koz;2vLnY$;E;~x)rWQdMxM0g#xA@yHFrReTae1u@tma=yN12 z2q|@F6g<3r3PjH%8uE1YQs6v#gJI!4R=SSTbsxW?t)DT&VvDQ#O4=j3PUi&lBE1`) zwRcG+3P|QoLCz(?1atJeO+FoYE1Xbe?6H-Kk%&U9oykX;flhwD3Y(xbU{WzQYP_mBTSn(yc8KoOl8m$$;VA8Kb6M}p&3>)6)&zsjoSI4M z4nK-10HI(UzRIwX1kXXDd>ukCf1-?8>Aj*46E{O!6hp6@`0(~%K9oA9alBs<@*j-V zYlO-I4EfEnQi9MGzOe-}mu*ZA#+JfmtT;QUN#`VnTtrJCxqR6C7A1;J zhi-s7-folAY6e zU$8iF$qi{HFpTUSZyXMT9#Rsi1AXP$qCOQ2W=zb!8Pud>^ZK(wKF(l#JxgueEh%>F ztb|g8B3td$m7*!r3$Wkks9-*ZU>tC3GA5pmN z85edUUru@5wyGempV0j3^&zriu=XLT`1_BzEZx9|5py2Jpt7SU8%|AA6+5*m3;jd= zPa;x%5(}ndF7Vj|=4vrPFiEvaZW|@wwW-W}6$}DV(ttpa|3$~`ZQbqFAK1Eh`~}E; zQ-?h=R3RD*B0sqyJJc185~3;IFw8@M@COv8?M{8k+jPBXsS(y)4z-3mvOF1_3&8De zZ%*dNJ(uqA+inye;2M>6ZD>$=(>N)9zV~Mm!)x6YX)%p`3!JYQBv~m zJg|7cQgUY~&M`2(V5^Yt>Xz}NqOMQpGrk8sx+>UWmvfw-e%ICz`qSQ+OWUb?H# zYnc~Ejq>b0#~BU>w(GCq@iVOe{({zeB0T@FZ=`MZ>iNP}uQ8=(bU!EKO_^ER*E0d0 zefM{8x6X|G2Lo>GuTBA~Mk~6WZrVFyuz`mXeu76Vu+qk}cggt>BF_!EO2gpMXma-- z9-FqMqCI7oiSo6`moCC-N`HkJTuu2`9%;3)D~L%z`qUYms3X3R=^0fyC*EYe!N1wX zi@Iw>#VeGY2s6^6p%Uzkl2MWkcDom}OqL~2k_8=-BLTAT^z!#tISw3mu)bSr&R5~R zuxT+T3e->2`i>p15a^pAc^{q&N&kEa*!gvB_`K2~F`3{(|NW(|A7C&Rg4^ zU>>Fsy57dHN_n?~(&->DBT3qiySpGh zfiI;7Rh2N!PA-9h6jyJ4sBnXfIh6bTxu!-xg_OQ{rwyqU>NnYjKJG#)Ma{O!I^f@&)82*XYUR zgES8I_u=b^)wp26(HfgfvTJ@x?~?1tXXGc1Vi5}=cGCL{KRO@V!ycUj52W8ao`pUH z33@Ab&~QNeZqJc)JmJf^ZnVoZ{XD&ak}5u%f_%nI4;}(EUH$|DFdX)LEXq@;X&Jq} zos2l;jXZElJN+o2Z^ToPe#i7%>=DYJ7%XC_}3QOPzZh(|%MB=N;MUlwRc z9Vt0%4!Ce{iIK+=?V~TE%-F0W`AWKDlVY9fpv%;#U-g5nnkV$t@3IcTc+t`qWWK&( z#z|!?_<>SNJZBjPevN{G;qrj~x7E<#he|~`WCsQvuDO9ge?EXgZ2vX>RgUTK)(CdI zQn@f#+Yj$j&d>4xsWAV#(*yX8GH#B4VPFsl_OJC)lMTb0l&ON}-{6%6`SDF<5Ik)K zJ9zOQyne0_9#sKR|NnvH-_hBH{~_J{pRj_`B>^KYm!JSqT{`lD{>(;nsH>GkNAt(Vu|c!bg=r}#TH{iQgNfh1|NT;I23(fY5xO*D$Nr$<|_m>86^Q` zDz&p!+i4#o2b^LRaMm_Ws?q%Sy@rq`lhG>MS(MoLgX44WJ@@+J)21qo7b+y<^~l8M zwrS8h<2kFJM&`Hs)Cx^QDpKd9<}Vx3I<;;Sw>@?H5IK@2O?-m z6wsFiTge`+%1(i+hrFpKrC3v)N2cB8dVluKGj^1MG0nauy1Sx`~vu68ycrS z36_qIs#qqt$~x&~RTzLH8usx*y~NR{MF(R^eMV93|>U_vyjX~Rlb z#kPk%6ODIrz7a5h*iTADMNJf)@mhh@w$y)DRxS3d;2>h-mj2x^K_PcQLSPQGB#VE@ zLf#Nn7>y`LCi*79J|wtK6!e*?FU$5RpDhT;{k9WdC_im#n6_&K&^T8*L%yo3gIX=PA?q5QEYdL{gnn87c32 zc(A5mc~12WVvau^()jq{Y;uO9v%k);J#a73-WedG!}9?&yAg)&TG~TwJ44NvZq$`j zZ4a5jz-idCCj)!vS$5+3mIr@ou|m&vteF=(i9blRyoS87|9Px}1V%v;%aW0N;JGQ$L*AE>QGRoLU|p+SYU$c$Ochu0O!>Eb&`;cVxBs z%Xe1D5Vc=Zq8cbIx~jC}NVn;Bb~m}~CbpqIs0Pt(tPR-GKhiF>b-`}t#f>gLJyG@fktqhETbi=J*<&7nT#6A`aLP9L82|uPf0Iyz z-+w$l>4`iF{+7#g_0#e3quz^WY4GA%_TtRXg6kmLJUhr zmtj54-@m_j-~4Hv#Iqcu$C2<>^x|fNM9yV`9g#veZ8pH9txi`#7%viU)oh!_dE(3F zudhG*OD|f;wD}AUq*4dUSczv!*w0wWBh5yOoHfFsSX0?5EA`08@IPG7RIzDk~j=8QomZKbtFWS z9op%k7ucjV@0<)V-6ZfqmVL33Gwh+bj>F7bSQ|v-aN}i}SmOMf6WC)MV|go?d4Hj} ziIXcVPs}|(ixcb6x;3hZVI7AXnJqV=jHJkL((7fm^g=I_eF1Wga`i`$V6w(iEPDOY z{vTg|+(97G1{_G7T9?HAv+t!DpZqlOQfsEhPA;XF^~Eem=`b^aI}t>)oc`v8eGz$C zo?xdJo;`+Kc)x;Ft>eD^i1nku1%F=iSs1%-@h==%mv+X2iAx7Q)}*PXk2Np6DDbTn zc5i76PegDX;IQUl9w))f=1Xl2z`W%GU2TTw1=jVM23xq2pHBlH7ZY@Bvthoi%gro_ zKVydAeL)6-&IE3$O!}YzaWeXgNaHYP(EtIMS?e&l=xP;5fd@7d@t}Fy7k?pSSunGB zW#^X0@He1ksi)>aRy$ZshbFZFd6_c_xfi6;nx%f%*5@Xlg|N?Pr>^P0tKc*4i!I@D zkg_ayd4lc!O(r3<3hQXP3}?PR59c{9uJC+&v(sG?2=!^u>GA^qkbYY1}SF0Vel(`hPTYqe0(ya~7-yBWe zAHMtHowwsPejJnf1&cx^3y1c;>#4N|ap+#P}ER>xE z-7^hR5znEYX_BJb<&eqxxit~F_7V@))(*Be52f@W6is`m*}O{|kjXN(6=+NSu{Vp9 zq8$^2xPjP)$PH}kW#_ZPTL24q#}3=q^VR!{=5)%twg@+V9Kr%q+)m(uObTy{!;7=K zWAil^!Mpbs`F|;CyuktG{<7I4f?Wr96D(kF+I+Ug_1*T&)F2Y+2QZLH?!eH34=I2I zw8R7iewSt@`(md9GdlRb)=<5mbZ@c#HNg{8Y;6ne97Ii`y4ad6gH{UgG*73V!yMx! zgT)DV13zBlU0WX3rLBbh4adoV9a6TD0wLSdqOL+z{(lnKY08RXM-Gou(3@Dn%|UC2 zQDJ+aY7UiKkMiMnunC6)`3!sDz(rg1~ zrUXF{Z(7-=vFG2iqw#X5#|4WP)7VR9*tRs4t7$0l$D4y#$j{J>Bb<&OM-hB#HfwEj z;q3PHynlW9c7i*CJ;fcgd>nAp60O=ZgLvpLwQ^Z7?q*^puLGD2eR#6VMOw`HZ@HI9 zw`0QCMBjr^5MVR@2Z^fa%5=#lfv4rK9^mR{xT*Yag;9|%DyU87w z!+2|#<~6kuQVvcoSX1c$sz8UA&4RtVSZtITqkkqjQju^fe(0^%mZZ|2-iknXwKiTu z<^j<&voUcE-idS1!wj1I20YMT2G+Z7(Z%^fa_W=oQi=puKZbfG5n74-P0L&N>*stm zF-~k1?dCGRQY72l(rTGqTGw6!-ylSloC!Zj{5*i~R$XCN2qcL1Y2EUgm4x4W!#B`g zj(`209nFmwg>-)f9I_cpUncA3=v~?vL&A#yXEsq??Z(;yv~xpKEW>r@FZ&{k7mLt+ zwrP74V?bD*QOEi2(bRaszd_B9|D6m+58+5TU|lG;J&#@6nSw6QHX%HZQ1Wb*7eaUY z!y5A|{rBL2tO~=K9Gl8;lOSfn-d#-EPJiR2{Os^01lt}MooQ<9Yl^`sq10MNM%#1K zH51Or*}f*x+!vGR$;t5KY;iPva-NTdr%Db~N^DxhWo&Otd`ANr>s)%jL02Iao;~Yo zGC|~%9`B4T@7>`w`So`CuE4n0TRhu49vO=;0<)c+pS}mptS^#a3P%h4E&R8`(SKka zz&A@_60r{Rg&iuoT{mO0+Av7{#9M=P!B;{GBKbre0gAmETQBKjT~5nd4ZHQRc@NC^ zYuys4Oe7tFzqL(qcO&Wj`qBw0`={F|)kW8V+rhTbt^L5*XtGm~b$~I*ZXqxDmXKm= zBU6fPA~+ey$DicWsUtwx^4yePfq(5UwSO`?xXf~9f+>6sWI3d3cm?KxEw69ivoPut z&%fH?7SgwU#}wLI7%QE7U>T&$uj3o2yJ@~&hZ{=rp?JGYud;Z}o{8KMqWzM-v`R{~ zpvcXR)nZnVKbQf<|Jey(dwbei%*kk=g%O*gBqF!%uH4peap`cgJ2o6dh<`JO$gyxZ zy-fKHr8Zf`NXQZ?EC?`WQn#ZF`BWrMk4J-fY{$1q72dyB?X~ckaM<`{G`g}fd4g!? zaeRFEc5;QOZJM)(LV0l;zUj%}^2&Okq$MAkgDtq;zv zn7^~XNg+k1s`8px^s)P~si#t+I$Q|gJJv3668n~C#t>$tS9yDhpK@w&nK)}}msPfH z*FMH8i}-aZ3~aZd3UF_2@Wnj)oU<`1wRRpuVcI3XDuY&Yq<=`>G^gFAjmc>0`P*BV zR+mQS?qUK2$yKtPPHKTdiR5S4qh;=t(1|N=9yZtVJ_!~9LR&C*GAc_aRcXveo`k4Z{or$vjQ zn6T+fITAeMS2D$BgVW`G@oI>F5PafJpOC`Y7nfMV_{ozomhf(%wrMa$-v^FeL;Bh# zd?zxtvLi)UI$T-2l`h2jY z2J+H$M<@8#=<&&5JbLnI*d(D+?QhLjB zu-Y~Hz<#F*-v2k-J6K zIe+dwi^EIQ`vkv6Cg~pGCYOznx5JrK6nN(j@8WdnZ8$mP(*GX9WJv<^(Ia%q*Cahu z&Q(KZnd6_{L#^V+yx798Ya7ZNOXUhWV+fjXuqFyCHLfOWgkk~@-7N4-t&!BAA0%=n zO+6UBkj*@(6f2K zVr3imIkWiG7V;wo20)h^({>o$D}N2DZL{u^(rm8vexE8Fy`SM0SIX7>Bw;Hyx<{m` zme)gWu!{ioRU8qr@}sL#{qDUIg55%Gx|$>YM*n=kzorK-o>8XP8LAQ@s%d%NOY^C6 zV)XDV{Z0KiKBT{)uoH8GXk7u{U`)RxZ;+~{nw-P?HBAEgb&h0m1j%?f?tjQwVp9Ep zJo7lARtG$T?1ir9Y|QG9crz;X|6lINp>tM$#E!iCp`EC3PzGpQg?O+J5j)Wk_N3?Y zH+OP)$zuAv_vX!r|M$n!^zZWeiAKiz!khlP%&j|d|1Pfwb_RiK{DXAd+}NE3sk0pa z4_I`S3(%P-{w`#rQr|7HTz}_^$E-omI0`*f(`x9rnV zfwJtS4iO;9J{?R{k$w851ysmBovQRFg4o!nr><$*r;Axx4(K+DMUp3DE&*prsF^K_ zWerASpZA(D8vFD!p*i;Hr@<_!OaggN1>P%Gs&OwU&9UQJRl@r1PJdJ(V(im*N}wpn zA1mQB_96%qYGa>{n^)XuJ#$itWw#hpOv2OECp)aF|z_nBL)jD3sQ*L zWwHt1D-cH=T)1`k+UlyJo9-v6S=?>9`jmB07PMd`t+VAGT2e9!H!cV2!J2(qO{ALpLi|k#16` zQI_fAW=X$Y-B?Ie9XkK~BlW%fvH9K$4S|m2S%MbVLCPKw(0kOO2Q2R1Q2b1A-W2AD zVu42}R4#$Rkvoo{*B0FMk4;c?DsLgo59~fzN$Vy+|7z~S)q;Q84%&-@QE13wXAxzN zWX<&w*#fPUXMd*ecN;s334v$nfo0R~=v-9VKX3Lc60EV!Sk@BYQb-Lhv_{3_=~4m# zpW-D*{3#1__~C7~i_qnnYOD%Zi)aQm#dYs|1VKRfWf}vYig(pnn`A|kN!_z?(;=vj znmh3L_aJ#>j5>*&2pNOB(B=u?pIJkZS<9LNpw0>09)B_zJo3YI0IZxsqi7zDS(5X` zgB4#j0Lb_X6hm5p%J(iWEir!&cq`)d+in+p$J(o_-K`qgSSr|+pCAlQp*Sj)LGcz) z#1@&wusSz9o6T@pzA47}h7N4oN{c|A0#M>i`pH{$%YYOKjEaKoAPajo13Vw9AW(5Z zrSu@y8h`)0{G?dzCu`VoFHnY|nFEPk5g_jXP@(8(fMAGVE|sJ( zum}rs0Ir~lqDk!*{%gzoKPen{jXzvNRVX3-fq(jmx|imgbkBsU)h))XP?o9qAc_^z zE#S&N4vt67majCJWr29>2JhAHx`EQfxWZJbXaf_y)6m$>cT7|f>I43voRfJTae_J6DsLp2Tl72X zY-gw~%HjcT7&MA0(FV%9P-#`FAvaR-!Lk@e^t#z7O827_bZ~NL5>=fNVG~kW7K*e` zTO(omqR^z4n42-7s`aMQ-Qdh%6%TGuShZxGALfsMdBp^X>un6hw1*O|uj1BcFNz&! z2f*8}X4!?*0uv#x#sDA8A@`-09e>ci!A0=-mW%VVf@89*x ze8P$i<5CFqh1Tzh;%3AWy$Cf_NO)4;bt^cargG?lm_}h?GldeRSM3LdjHQn6)f6?S zEG`Q1S3;lFofMnq`=U*uf9WzC9zYA*bhT!e{&D)aRRK7SZQ2A~H| z#rR|-J}nQfP*9F6Tl%mYb`)jO&<=qfr5@3iff8aAKT$b4OoVyPh_!$JyDopHf@vOW zB=8&6hoUKdIXpZOS8DjLWTUkhW}R7!@TN{#H|BJN%EcC1 zJ!U-(EIRT&=!9g+Og+Ptw%5dn*2>!4xO%>a4{g7v%7#Y-8mX$Xb!2In_EuV9) z8853v3bl$gelnQ~iyS+upRo}p(%?5K9vqKJ+e@TMo6chX_8&ukBYy)OcVY2RITq`v zTC6)3`WS!8aQ2!W!7@I+CRx5|7P^B@^A3A?sg(&lmn_H$`+J&dNxv-Yz-%xw@ z0)10##W&3^hEJi012>zzj*+E6&fijBnMw_hm%^X{{G2rpsK4yGG=mlvIaIzgMuP>s;|BZ3Px2~=2c-sV|{KD zro%YhK4Ie;NE4b-Yth{EPQBcntbJ2&YYhl&*>y9X);31>t*k}qcI?BY3;l}#^6Bdr z--(jzD|`%sDj{x3iWAW$8sb z-ohHhbZ2}<>IQ*qB1osdyEYF(>pL0voJ5yqH7;ld{Vsxm<(4uVHy3fHZkJ}H;NQom zVo}=bgkd}b?7xUYwef333wZ@2oWUE77YkgEVT@P(WU#{KbHbJn3^u0Iup4BooTl zXswq6C=4YA=MP7*>4V7>(ZI|JW)c`bz63ZCKGq4+@jZ&tY1a`&xd|QCtx75?X4b7# z>=-@Ev0!?U`E@ir#s9w+>$66=8c`Exj0n4BexzDV*{TG z&|LhLI)(#^171!zDEQkun_lI7EzEmBJu7VtUCVSGgDMZwG<)&Clkp4{ zv+SM%0e`fGM?mxh001%=000dD004MwFLQKxY-MvUcx`O#SpRS0HWdGT(*6f4KW&=Q z#34xo0!|GO>7-j#t(~-ALt?0Pj*T4CgPZPu-?I})poMZRoF;AjKw{_l`F;1tum53H zF!V%ZNd+HR_{y~q;hD%OpAW1*9}+vVP^nU$r+-XvGO*U9v_1@f{;6N8H6!Vewv{b4yA`ya4Ay#Qf(eNf zuTE56DECXx`IM5>q)2DVQ(Kp|NlPLzszn^?ZqDy z3p;!L=i=dk7NkVC1%bk3`!E0@zUlXRg>@@?F9VSiH| za+{n_2Ue2kdR&*pGu4c@D1I?vzB@V4FR{qizaFlHt%`e56TT$*<;~Oz#tUp_5~PHa zh%&ZC4jp}}!Njl+AWIR+6BwZS{b9X;GmQfttUO}qUZI}Lbd9~>^aZ70G}lthN9H80 zHBaDIrN*@WKzUA91b_|T8huo@1b@~CrxDIPK*y<&IbhulKGJ7*H8t!rGE=Zz()pu) zDzSk7sZa{=;IN<5bS`+x^ah(1^$W1g2xIpe5C1jWvEXXf!cqosaHS!beg(Pe*NR^? z0RD#-Y1DSwB7=jfoenQT>0-gw8pIfRsuA#SMzJwgGd4xDAngTrQYexsbANX*K+9>H zqB2a&CY}bQ-)|JOn!Rcr4L)DC&USTMV^c5=Nun|DyLbTt1aSG9ulEGIT^3U!6LVdv z5#x@4I5b%N%v`+-NZN{Y4fWq=%FtXZ&TdO{2Rbv?mfrf_a;|V}RSWP|yISmrwn^Wk zp^Xoho)hx~hvxcrc88do-hbsBf_0#u%OkjRMrQBkg~L|CKiR*pmYd5K27KgX+LZg_ z1-n(bPWQ*Y*2lMK*YQj3(JC7F{RdCg*0|)!^8@T~)>M5%rWz0fu%!j;c3|BW;~?GA z8CbXa%x2IWs$mM6E-6!#Z$Zn;3lQj8EdjW&lD#DbX!y4~@j5}&8GqR~lSyRXV1HuA z@nmdIk|gr|DDk}re=`lH4d|?;xFZr}fX*7Wn*WCFI0)h-N+LTBea{|^{IMNJU1;x4 zI&SC&e)l?Z4ci96f&Tfb0kj6+DcxE%PIWB*5M{^y5j81TEQvH@1OY2ji-ttc4GH3R)wK@)V7)HXdrvf|Fo)LYoN z9}FommemETR1H&l07LI)@83;!O0Ufdz!D_XW=dDqHsdffd4~v;mUCR`YrKqi_^5 zek7gee-$RqLJeEt4)BCZ-XYf4G*fr6q>F55@ z*`yG7!Y(VKp`6kW@%URD&_lv7iTop%H|E{tZO08XhM?^&^#(1z3!?+b&XrUjoJb%OM@y84F z9TXQH)xG@hmCpTr_^Qc*8Ms%~Z&BEl3rtA?CEHZ?G&l@~X%eMzg37ze?`ro6#BycP z1xJ1Ljf=wr7>?HgwFZgXAg(G5h%J%AU2Cjnw)b||#>;PmIM1Top%-B6TsR^nd}FMV zy{Hb=La-n_1Z@Y2(;$B(1b+*`L(uk+?4;yEblhj}hRV{{R30|No?Y*^XpMa^0^C>WOTiqT_C{ z5M2dyW@ToHlt}3Z1{jQ{!6!=K3|i9P%iQi}$BvsXHTlr!3UfDi^MBPgKlhiv{`+74 z^0#k)`rDtr{_>yy>;L@WKfin$KK@mKl3e|miS!~Y%TKmGZi{^$Su_Lsl@ z`7i(Rw=bWrm+{lrU;dnm{+h~u`80m|gZ%zi`Stg&_vbbPo~h9K3^K|7@MBfur5@hk&EEI-hJ zRA=qy(SyOwL8i!jedOmtoPYRr_!6gc8lS-)9lFj1 zJ{X>X7(IJ`uqVwxCk;^D9(aYiZoIz%adu1j4XBRzj(u{}51_gw^&P7QLh=XhQ1NokKmN>YU-k~bX4UB`^C0(cO+6CMpbZp&ZW`FxS|1@0x_&FU0za{-+zM%Nm;Z2EF zCwWc1h|bf)BkJ5X6r;2hl;_Uf$)3U{yT>x)R31YOtoXVF02NW7*3@v62&Ue!RQ-3{YUQx~ zydtZNoqw_$YOa1`|Cs{PM_5`iAV-F;ML5`Mq z4^FGG=d?+jFj53W8?m+h0)p#25sut$-kz;hZv;PBGoIk zK=n#35J{;8s#j{URjI{YcAB5X)0{=R)4?ig^U|w)mx#K*ISXL(_4W^dMomc zrq~^`#an!`mdWfDxI~o;VYOo2CVhpfBqUfoUR{H#bcJJ|0(EV22YFdaYkfStuA;1V zDTj;K#uGWbz=7yhG9a>;(5c|;o_cPIRQNo0{Nb&vPHmj54yaA@X<3t;mdJ8KucA%a zbALxo_Ksp>GLa9J?0PXL?6x~gb_VkHyAzBMuaH62(5jqzZpl>mJbt{Lp{zvbNM6q$ zGdF<0TljC-xF3q5xq(%qgR18OpX>$x@G4-Uo(I+CY;c=#TX}LD;|*BT+O}1BZ9}gD zy=dxD9a7;_+oPjuwKi6(YPgI~{CoTCx_|$Q?7X1`R5G-H%A!L@14C=-(PC2J^Z4?P zM`g92()Wwo3$IX_PA|)u%q*zNazd{H?Qrf}7Cl&po18z4#8)$>hD@dbW2>bsUOj z$zsit>9SPKl2qZmy1ZEeR5D9|$|KWamMlFNUn(4%CCch>kzHs73{orJwuryaC>wUn(*!hY~SsBAkw5`)nMP>denkc zIJVK0m9^0@vg<>Dz|0>5K%_;0RKEzYmw}CT>rqfr;n+q~R$o5NdU<_*UR*$50@@^c z$&z`4)>wA%A(QNu8X0Z39%U&NE*NdfYZtyrcFS+}Rvfg(RveHcD}V0Rp|rhd;hg<- z>riZ7v~ZS7hx+hxTlE8uG~e9i++>DnrLrlQDKZ(Y1un*0&&8MupQ^AkSCo@<%$}^X z(ax~ho=fRw?-fdLw8X&nyZ2lTsc>lf39(@N-Fr^mR5-N#fEX!v_nyNp6%K7bAO`pA zz2|sIg+tp9h~qQJ&40T07-?F#$@aVVST?C}Z2KYA+kQaxwjU75_5-T7{jgPU`vKM4 zepof1>3Hw4j8ftA79q<>$T`aoYIzj_Svt)Kh-CQzHQY2k7SSDIDc-Xw)W1hT1m<2r z#FqUq6yr2l)w!O(19cvv&DV1++>7>7qHYn&q)cm*szs;&M}Oixx150LLs>v1 z9U2)2ZsU8;9hC~7M&8XE&&q36qJR53UQ&m24A%dJtVrNQ@jImYbpfFtuS86sXI>V^1UDdxAa>t4@sc+$fRFroUg8`zgHs z%UF^A<^^&(s59=Af(e6*I%3bax#+YIzL6oYuc>d89Q^OxnR-N8`|wv-7YD;F$I}ygE!| za}12*^L{S>^e;&2z{;<{n}(s}IER|N6R^*L&G_g^*hz)YtKjY<1VY|c!YKOIb^)^E z*!z=!D}N0DsHRR4fSNo2*xN`G=n2n0tO__$4nQKqS#aB3sgi;?gF`WQE?DN|TY{$9 zw*=(KxAf>q-ARRw>&)kN2>GxI9{Y4Ze4Id(AMZW~zAPpvn3M>Cl>?3T*^{}G3ZH(E zq`Sb@7V;_PzNsIV3BAKIn_f)h>pg`)<=Mo_k$;#yTHLdksFSEE@nQ`H{DZuCQTc}Z zZMi=GaofwEhl~FE?Xyp(Mdm(@2dH$VA=RrgK#e@Y&mN5~6^^~(%IX-1eH^aW=P;(^ zT0PUmNuK^?R>1Q1+1qs33=IjYm2N!Wp)#FoKn=&FN4tB1SKIIOL_HVBF(!|By3NO! zJby0fpXRW?y?u6P`71UE1hHZP3AF0vV(4*x&tu`gsls^JjHE%l{L{@coZ))CvC*j2EE^sGN zp=lBosFA2WirmvGMf26?a3u1%)J4=`pMTWh^2~^4xshnl6p04ZNVFd1>)!?Rrfkq=~ayJO}^!FLt`YPmH>Ma z7F>UK5*E4^3EQK5Js~si>dwlSM25+neoAN1KA%(OS+ZmCiY<_S0`1e{1!^GgaDVMl z!?d(HaJ|GUH+$j^$@{q3*|$5dUdPc(h~$yx)Kw3K>`=m9hU=Y@M~nXT2U5>7 z6(73;@{EjZ8NdL-@`T~giapa~SPcqQ(-e~(5(LYEM^Tpra%E^cBAyEY(3BBqDiAbf z44MiEO@Kn*_QqD?mgK&Q|G_y=wV~sL zVM&3p^B!W|jHI@5gjg^D#!OvO@aOUY^>?7mlwoGdI5YU##XDhCM&k<1XH*P|53^(W z)kgyC2k&-E%+{rzu_(2r^M8`|0dpiX)=UL#261d6y-zV>+J&`uYx0)5eZ4*YNS*MorN(ZRT(n8eVn_yTuBQ5kSQd)aJ zaef_A>DZN+$Y}{D0HFt-*KS}0Ee<$&&lr+0yTW0I4EpP^L@90%vb{^2*VFupf6hbm=MO~M06IiiGb{L zRgpKtazbUFt?D}F(^Zii-9BBwFauz_*fVE`-&~Ca9)zN8fLy)C4Acw+r)3>)m!8+ET`43 z9+9fp0}Au&kV+TqcOk1qyU?3xtjUr>&Mw*R&@3O!*ng|&yy^k25lJDx!>7C?@@BhF zKC{PFC1V{pXJ)mS!i&s9V}0&Yp;GCRu`cv=r)Fe@3=Fc)fpf+>2YQs1C>hf~Vis$y ziglhTGmTN85Fl+t7ihE2wN@=+nJW|`2@e2vQ+1>Qpbhy^fg0&FfOk`G5aO=hmnpnT z);U1k)PI|T^N5X%j-1WH5pKCB zqXPh;xO?&&Qb}z>5EY8+0Xg0+U0OdNmSlVo8-J3@fo3#NgaRQY;D zlj{!9RI2M6Fi942MQnH~tF+^VY*(mG(jpuRsZd3EHA^g8UoU0x6b2_DZyTG^O+g zP?kWD4!(UU2-}{{<%jop7ZS@5La_{8SS)Ml92kq_I~p}vrm#&vZ2(ePIio5)87y%( zEH>w?zLLOG<<%QNTA9thaZTDwsotbL`F}|v29%XZA?`v_kw?xp4(w$tW2p>XU@BTV z4p#x3%4A;W<8XEXstiR$6{JRoPZy@jPy|&$YOE1=!Kw`HxGF;zu!@#0#H-5CDp;Ft z$uhVKRwj+O46lNf-Rb<@Nfq3%9$}^JxYAnAoVI7trauReEAn8il=xNzUBS8>+<(H# z@#b=;bmfCv)?%`*iCxab?fi}fsgwY7LYhMnU1b0&d)+6xMM()AI@`tc1fR8=lJc$u&Pm^2xPg z@C2yri9|A4#n`ndc+v%=G9d5?1y@gm{KFOnu%_S%HtbhM8B@jeItrcus7h5yK~xpe zQk2;VK}!1`tCMXEWX^yr!>A0%Jc^(w_DS>32TT&Spf(_tJ?YawrXGq|DM-zHa<61S zePHb{kdxdY7=I|t0OX9!MU)inz^O;Nw*}vkJWr8cmjFjP#>6^LM>EjdU8mgkLAm=U zdzt5#0|1_oSq;>g{9#BASGjfOR(7>~IC6a|%NUr0LWDH#7U8p|{N?y`s29R#RUdME zoE6umooxUY#b;ufGLr#tK~n?}DVl9styPP;kx$lMAXGe9}>}lza9r>InoTbs1HwMKFX!e%F<9>3h0yR2{x*qor@P?k$ z5TK3*<;4waSDYt3gBMM{CFr8B(Ax(O@`CA^7`%8NDCh!YGBNSFJVjlAOeQ9_Oev8- zj)MC7YJa_bDA1ZBzol@?MqS{sI$0G!rE3JJY&9Y|-Y@nzuErtYt@?Q91)R8@-!OQ1 zq^8%Q^xFLmsVp(L^vG^-or~0EeZt;8v*6RCZ^aGUgZMp>VHVIW`164$c>T^ZUd}p$ z%4|3Td3*#}B<1wg~J`^_6pA$K)?B#Mrxqp2|67unaBbAg&NA@%C`WT$lqrQP} zop>#MzC9qwu|(gV2Kt~2R%KBkOyn#=tV>hudlj5sf_vCC#rAHXa9d*b_rUOKXO5Bd z1~O9pmPcx4IH2djjvuc*Pky!ZIq}{=UYVUo+&Ie-VE^2PckH~ujASyHk(`m=8e0(r z{eP(V3GEBtT1)gr!IjzZxr*W9fy-XCM3^a!)XYvVW~pKAC0zdQQfvD-ykZ)Z^SZ`N znQ00j3r2t}XtgocS``~3TPXfQJU|)L^zaeE3Y^N1)WF6V6`G*c#?aEog7L4e619-m zH3GCjUAB^qp}fwZNrW&mrWg3l-Ulrm9e;l>NR4hTc+6jy(QYBHqK)uEUzC-65M_jS z^z|m2ZHy6~t=AbBZ4700PMEhbknC*?q|&o1Bzqgfwd`#SB>OOys~pWhPdsOY$K&=$ zT76tf7tK7M{e`tjV?o|tW5HML?t=S3*79mKlGeF}iqWePUYN7SqHpBa?@Rsub$`xa zQu!3YSL8@a3bschP_#>2XTuHG6TTVY#X3EKQ1UU`63+5&d{>{e5`0eYA3|Vl)=IE* zfrE2|C-2pR0N#>M6u?`#?dw~L-#tA@`x)UOe0@Ny z88JTS+Ei})fJ`1YR*)gdY=IZ=bbkoo!+RQ`;?o!v?bN9s(IJq4wc0OMfZ-ZhQ&n!~ zk}%Ig*O=}I3|Qb&a@;#s<~@L&Gj=n$^2V`Cl}M!vwzx7o1$Gj>YGZ{hP<$$bl{4}} z*CIt`?1|fqsdUK%S8l}#F1Sl;Fj#m%I%zD7Pth2sxBcMRgZ7xY+->H~4_NDlW)7Z$(>kM4~RXOmKyoj&S`RDG!L^H-2Ny@7CKH?QxG9B!VjC;#GQ zw+HH-4khJwN=$J_WWW-G`9h{Z@!`KnjGZGFh@(e0VHYyM2#@sH1)|6RzkQv58m@o* zoZKDz*OBOj4EsWWHGdrm*f8FFZ`dubL&{J!1#G&o14ekI&%O|4cHno*2LW|RWRACQ zCWszQmJ+gb6Z#EX^g$aLgW@A0*WbuJ(uFE8!rOn2(kioadr&q8*5~a3K^fj2rI?M( zIryU^)36I!V1)PmZ2Bv+Bh66|>M0xz3|L@m>SRtpAoB?bhJO-We27h8wk~QHa|e9* z%c!NZdj8y@r3jzUe)%D=gs}lEAy;NHcNPxI4}m3&Eno@RLUB;73oKzQf+Zj|vKP9* z62?^ew0*sSQU*&9XIhWal}aB?(bWu8`4B-60O&$X7*pxkU;t`#;3WKmcEz%YmM{W! zie>EiBEZ;=mVYpIp(SYPg27NmOTgNs9YAFcs+GVL-d)Eis1|@JxbvYWp=|_g0(_7)31b-TYB8TBrjzZPt z0Eh(i$ZJ$)GDurcm_lYyofbKwAvp58GCvO)Qi8B+!6UB`z!K`>Ld1qX)UINH{D(LFu)72NhstWedIO*YYLBJ!~VQ0VkXGSx7x!Lg~tIC zp}rCzI)6hsd>drKzVONXOZ3yZOVM#4bIu-+GgA-DBl8ci8!Ga?j9NO`J3oK@#jT(& zE8@03|KZO&jer4B>5t6mYDMJu{7`CMf@?^h9W&EHe$GspX^M2|1jf(}h(2nqT54Xd zP;5m2;6rs?1K*43R)p{>MSmRt?xEgPF*OgsAmnpcffWIO5A`PP z(c_>0i~t7_SrGvDP;ao9nwNN;ZsyR603e8ZlkKT_0Gv=~Tu#jc)B<)m0hz1_pt2PK zWC}ZA%Vb3WIf~mS41#v!5aABYp|e>LLeD+_k#GMMKqHV!`XquVkk1*(@qX#DmJo@+ zhkq4b%F+zzaqIFGxKpXZsb= z3zS(kX$sH_8d@ycFT$*3za+?kLkVnXt7yO=e!(^Ja{zupLz_hlrUk%2knH-TESfNY zU@#enD|#gqlVIOS4N|t-FaTlDz`1P1lret{#v+CRQrUah_3mHGAra`?_4fDRhu1*8N2Asu-s2=e+DIImhDHUbd3fb`-rvH^ec z9$nvLy>B<0g+rbECwu?J6cab8F53T^`R%`De*4$VZ~vD0?Z0P!`ycol9E1~KF;wSB zi=U2Z?*Lr6?K@C1ot)|7s(ZgSlF6@)WLlJtd7!&UY`o{T(cI%1U??m(n^`vj?($;FNZNgNX(4b+yi zOkYwxa$$?<+L4?gd{+H{!ynVtg+H1!<+WBh+>k3XP2n8oG9_Ln+z`zmpdHkkOcCp*R}K@P8q^tMDu-W; znCU?`ACP^xL3?s8JO9i9$v)hGRMOOu9Gwq^1Vi&h1NaIzI{0@VTPWvI-e5X=OXN!B8k1J-3(v2wJL0ji-cD>xx(j)mE_kKK#! z*Qp4}fK*z{P&XqebSj+Go>0>Spa(ZHPldcKW;(EnPz=bI1qIuL4lL|cq~!n*Lw!a8 zcg=qQ{AChutE48MZ4G~`BvRoL1}aNhdRX*|JRjkMnik#UC0}W?RF<>64*FAp_4!_FR1Z`xK)Gi^X zdHy`mw}`PO-%FNnMp7X2iiTcAlKv2yf`Btr(<^gjrsxZ1@{r;O(ks_mHGhY)ZUuFa z1kj!x4j2n`eE~H(T)U7KB#2UYq?M>8e@7R@f|!YgM_Nc7#sJY$CcJAn?dBvE4?q?o zMN2^wn$3t*`Z#}9>8b*%_#X4AL{k^|!dkk`-_eC+Fs0I`^+!r0lF8ozWb$_al_Hba zH2FKQWuIP&m7`;-3+-S6v;uqRY>oh-XZ;-|l!G_N)tf|6m;D_`4);qJ$iaj#17rmY zIWJ}@Aq|<58dXF#_;5W6lCGyN-~ugu>OQov6}aH{ue5)n0Xcx~))FYeJ2uHm1XMQB zMYQYvd+atJ{`M}r^m1X!l$oMW-%S2FcVjn_=c#tJZg0QAmlcN+=AP8yDV2^x2|$gm zR{sFKm}@kp(s3w3sHLmbKQb>jl}aB?Q78eZgIRsJyti6Y6Y@S z`oWeXe-1o)uMZRk8r-S-G6}crjReo(>8!@b^8VrlDqp-vj(3w)RO@nr?|j}zNV-8apWDSbOi&IFDE1$v(X(NHndO|*eZX@Gu^=oCt%=WuH|nWOz<$D=erng zK(qledl63{T-Nq3s!I=U{((=kHMMKCzHXPC0|(ylv&6+H1HS)fiLrN)?@C|nw?gbs z?)^WnaGTvFACez#liK(v5RwFW$Z>XhT#e0rfZDYuRl5BzBUi%0<4 z)@gs)(flJ&K=g8J0wjRC{8j;F-{pn`ke+Y-CZE5(UT@=5V6qZ;o1$dhE-wB=>N&jU zr`H17+fzmIuLY3IXCN|nwZCKS=^pJE028Q>7-UC~7f_k45cBJZU1u0EfgmSOC_MUS zPbgvnPz1V+C@>*&(hiUukCFA4)yD`xpXq-ZNiX{~y=z-l!!5zl9gAwXT`*)%Q6Yo| zpai}m?7&op9YC_lp;e!PtSNYq6OWgTrPRj@-puft+SB3Gzns5#09=3%9?)!g36+B; zh-(lj@qkQF5&31>kO>&aSiY@pe2H~Fs|uFm@8gSY`vV9Fv21dsA2KopQJHFkfa z;Z4rUy4mFohyv9mSws|=S`Y;$KoqDqSbC9@c$MsOKoqDqReF#!A)-L&_5nnJdXuI1 zI8zIvzyyc_^#)7Nag>)y@rxXIfGALJviUWR6u{c#@-8C^U}dt) z%ZLJ4nQmUJ9C$_mZ=gN{U{Mj$&lG>)4W!=-W-6i>c&)vRH-M~%csKpfVVxfNd+(*( zA3g_kE4G{I@^l>j+6>hhB3gk~Kl@DjB7zyvoFh5<{N$tv1I?Zazy$D~ zHW4^w7MvJv?hJTUdhCfS!xdm<-qhH&$jk(|g8BqQCK=@%D6<2+I$7q|t6=n6Gitod z_e_cr01mK04rER-D#H~_$ee!+a)d$%jVFLJsE-t+bdmA2!x^mj4mwivXvaw`a`{lO z{d4`6#RE-{y@{9xyj#lF6*4C^0m<>0*_5^Vm{|utys5s`m>6A|riPDGm_SQl}<^+80+k5RY|9fxdC@+2GK4!-AN<#Hk% zl@sCYZ%()_FRDU*xcQ?jf?T0tB=zSkW`tbburhc?Ncv5Lq~AnH`W6IT5=qTLm?7B2sKIS4e-}@cNVWEM|mU{VpgZ z{U$=vZz81q%?a7%qfvYn5z^X<{zHY+Ug%tLGHt5^*Yy5d=C`-ZZz2)Z6^ZO`PNJ?@ z_y${o4;(3$ku610uv{r}Mdb={rbw<7Ii|9`qP&q@smQypuqMsM+6ICGV@GHUJ(FY4I(lBXz&Mt8Ux!0@E$vR!!GB-*WiKXA_xAU&UQ^9- z@nE@!JrXa1Qy$SO0XNr1=x`SUExmWPcs z#B4>sGqZ(gf#pRDqHr_dt<*;?qgI+XEvs8~T@4Z6lx&1d&$Sk&8 zf1J&n<(?U}9IL<$JzsnD)wQ%=YyQIAOC6(jyWv{%&X+7(UTdt&W-IbqJ1UwZk9TOM zR20jY0qlRKzSa&k)1)PPlUlauQEYoa>Wws0B8=t8>SBdBTam{p)6LB4$_Zog2;sJz z0nDd9P^7-fsL*e(ncqZgR*^Hmy=Q*=z~7tzJu337m_xch_MI&PkOnIPutuEu?Je`0 z2*4UK{^kU58gY}WXx^cPO0J@8A$eOvXX5q%!FYd9j;h8m&HN_9ZgtOcGF$dHCv4IR zjSAZ+?5ax^T}9#*TG4H+KZ#vMdok-OI(`FTNv9QI={FJ9{^o@3(L`rOW2(4{vW55* zBDGR>AFG;~-$XQKlaTU$ELhLFs#f*>{HR)t$=8;`~$j=Gcc#(Itm$A zQRcUAncrmlv4=17n{2<(!#4x)R{d-_)Qf+@)7+J(w_3@x(w57sT%^u4NUox6Deo%E z_sYA9vZZ{eGS4cX*fgidg!VEndP>&PZcs>>cuB?b=XU8Cjxs;Ph2E?}Saf&a$r`e( z?P=2D&xizM0|f2 zr<*qvuq$CLCyM5W6iT4V|l3P-*akAm4((!My z4`ct)*rlRq>6+bo7TS9ycR_!~UBti1q)|DUw2Zq5e#1$dxmyc)%bF<1YeMw->mZIA)SIXxzWLdG1nqx&qYPMHoq~=Nm`3y54 z(N%S+9bC?i9VrDbD^uMD*<(1zg(6vJp>scHoA-ult`Oxjm@XPug*ksr-3sgSUMZ-a zzm3heo;FM6ES4XoOstJZDdWh>HBb6@t`O_vc}Y%YZj`#*Uy20iN9jp%(z958lroVv z9;HmQFV{SeQd6`qFG*zk11w>E$7MWR^1#8{{>oGo*!6knd~sRnL(aI{>XgIqXCbo< zGkxNr%lQJyO3w9Rj4*#4W`I|$4;^W2ax!J&jQpG2R2i+1f0LUkqZPt$ZijSfg$nKn zMxzKo8ro~-HxVGC@$qjWKt|((-<$wl8lOT%?gBVQPOoY+<`g1Q7#i;q9~hfDWZ})` z0L*d*pv7hbT5Cx+z~||=j(dgnPhI{^u?y0ih7(C4zxKn;Hz?DAg#1R#YA36l`# zdhWVCQ|S;bP6iO>^_1N;*>x4oQu=6;OcJ0*DME9Xy`D-R4U%ULsPY-1z$plTi}fY5 zo>bPu5&72uLb1+RPLTLj`ka`ZWYVC4OsX?bS!V_^Da+V0X~{sQ7!FpBW}xdd1Q5sB z97&r#DDfBG|>Gr|C}&ye)@;u zXL*!3-~MrfR1%P_+x2mKF1KYI?($TIo@*K&} z04KA$lK=^mzgsjbw|(G5#|sC}J86M2tsrdHn^OqSNeX|QL+^CE?7Q~)n4`i#b(!#h z-)W&>x1FR|q5D7$Lo`lfT2cEij-L z#;xlXM;KDV#h4ZHbRW0z8jagIV!As$T-vMhi8m(pg2v6>P?>Q9GRM_`d12hTRFZ_W zdPc@MDRqBCV%?t!4^w{R#>=|Sjx+7{_L&^;&=&7i=n0LTrDnzs$o_Gh>{ZaM;zO-V zw*pYsjIT(cX-}ZIVT{HOZ-eoX8#}AV@z_}^T?mLR%jcY}OkQ^xJ4-LDyDl{mkzfgj zbXK%l1G0B}<_AxryZBUQ%ne>KJD>I~hDnFAQE+zzBe07pHi> z%!w=^zje<};T>^P)x%s8bhj3BY7m{4a!ShBw%W(j6ym$pHeDFDE~f(k$`TUhyg}cd zkO=dQR5w!ck*C{wZ_4u&(}Q0kIdiI610w=inG>jNd$=ATXgyG+teq`hwBmt&j#kg- z>!p9be1z4hAGw_)Lu1LDjZ=oo#oCMWl*qQT%mwc)Qer!_e;J$A{la(*a}Ofz%UU|^ zPw_jVZSQeP+gwK*AZgKclqn<5lwepCy|eWt=!|Ha-d6}lxn0p^6JY3z{5jdQbSWxYvz z^pM{u@yckyPDXn!)f==smi$HukMopqjzWHb#9420-Onw4BS6-yG6w8S4!|Ort`s1X z->8Jz`8FeK@*4q}bQ!E1oDBf^Ssw{|DA@yNGiM3(b46U4Q!9~~^$n?X=R#fY7bvYruiXC8rIGS~U0TL+%_khZBmdr_!6T1{$fdFz^m($u&tU@WX6_YMO zV~^uP8q|DwplgC2Yy(uPhcA=K2Pe8mokFr#sbo|@09X41$&wKqEe?A%)dvl%Gw&SI-$`Uy}2{LeWrgLqQvjmJbZu@Y(+Uhz!-E#gbW{$J(#|XAJ~fV z_*q-AGJY~XYrHk1cLB(3ozH3)<@mU(s!i|Ou}MoIyG$ARCRMbotU6j>RyGZrj6gu; zlowh-lYq)uZ4z)WNy!Q@G*K%65X^dmaDR9uOL!F^qh~;$tT$!POH#5BKGJ_Id?%fC zzSWzwhY=}R0HqkY;Q>go-k{x{q+}rup@|GQ89O%buk!{p*rH@9{$A@BALmrM5S&9Y zDOo_KGZLt7oxi!3Ny&oBq+}uMXLJ+*;$VGVrNrsQ^M;tXe!hQ4;%|rwoWV-f8if%6Hv%3%vJRj(bXOvIiXOlyYGV7U zheLm&V}HY7T;r{G0gZ(rkP#rSe5z3x0ZZjI0KMT6z|KZ%9RMDyYao?A`pYWlj<>if zQ{#LY6xCGpsV(|C%A4%;=e?cC*NOUV2C_%ZeM2&C2}aALkZp)5CW>z>*%GDKmu`Yl@n;i<91xHTFZ!uG*JY z=N*v`oOVN$#0QvssV8NhWGa51jb2>_YIGqhsGF6&(xN@$DSJ+s6%=%d+?mKlRXQzx z22-4LNR@}``7?9@aJ7au?P=y!bY)iagDwC}*3csCY?2ZV4dZ`XgadE^Sg(dQ*PY#< zq%Qz{)xa4X20o)zxt&V9*V2*fwREIX3LTQYmhM{iDRfBoDRi!Kw9>4d)G$)`^2FcQ zivV2Zbolgp=qi0fs?Q8SD&^22xv-_|sofwb9DV-X?aQ(OTqSXT`zioPKWXyZ&!Wmb z6Y79|mGFAGFT;QG93Jy+kq76G$K8X2|C}`P_<#Cm7 zbB|(FvLUHV3LCCqNXj6U3`rRzG$aFO*aC22^`(=FpBsuU_YEm5xlVrjI?93LkD$Tr zC&%Gc`xAeU2sZCG6Hs|GVP&@@|I0cO@@PtP40I>_^ZuKFq3rLS{sn)-eW*ZR?WYq! zE)0`@#kn?|G*Jp9nkoqB&+bb%?ZSZkihl1iUEDb-Zz$$Z*8 zH$SpOYzsUfr36#gJG%0*^AXoV9m8w`Au7{%oM$8TRgZ_lU=^ns=R5-7P9!B?kMO;9Q$>FPbT=V8BznYeCdKo z($as&RwG4m17;3Fg7PM%BcD)9$3}VLW%hjF=2*HAhqUy;l&)<+x(Tv77LP7ebaH6v zqd_{z6R-22jUug!BH}b3mOE^ZVI7^qicQnb7!sDrAWzH+204()AO|WN-rDX%j zSz~I?3kH<3He{+1YidB{5rE#%H4K%9C=YN^)SLDZuofDj$*s%|y=1tgFWLW55#`hs zAwS>?gd8G)GKtQtH>C2Ilr6|4?0Eu*r$pC{l|Xh5o+De;8wk(-y^<$+?tlUBf}(#h z2zA-?aea%7!7ebMC6zwUJv!qzc%P0<01RmWfJzgNouN&DYbDyMl5q|)bvUw!_| zvH|bJ6Albm-cnHTUAdp5&jLrCL#3<>@JHMj_LL&6Y{%MJt&y7s{bbkg4oLZdcRlR_ zXv1BXZ`cD~1Z4{iyYFg$cf6xClSO|~aGLFv4Ks%WcZ=f0wDXAqfQyGgX;bibSdu~j zaOI4)$Q0fm3KP<8?(E{J2eLDOb>wab%oEwqm9>eXJGwlDTQ+nD zXed7We?hDimmh*uO26~uP)-}VtIG)|8=DFW+j4%A-aqPll?Y308OXF2VsdXtrGywq z4o`LffT;^?t&xlxtlUn4M>l`-B5=VJ5`iIYlV-SN3cX|H(ZqC6DM~mf$F8jl3^#~R zl6zT{+m}zP9{iAK8vIR}&{+xMMMj{MV2RYslw)Tjf0lx>>{nWS1iJimZG;y3Kevf-<2L5S({Kx2Qp+;PcEw3x8vl}Tjm%a9a8RWc-{P}Mt zigwaIB=+_nujJ|4uv7LWz^5D_lhBecfue}KB{N6l#lA)Nn8K8_3yhDzC|0?Fo*Z9e zmAnA^N2h!V*hJ>L5O;qP`AfhiB0qFB0xnq;YNTC$tDBj}@mtEohFh}jfk6|4!Qr*$ z1t0dWKyGCAKh_BUgTtnfof%^VBR{qPjDA+*XVDEmGPp(&b1K7!{-i0oA!{-xi?qjfdpWxb1?!SW;=@@+S|tayyON2Mb)ZbbvhzTuS(R_kD|w z^e$MA1@SG&(otsRDFzNS#Xu#Av2}OMzq`&wwoVuN#sYsx7$aNr%FXy|NU<%#a3Fh@ zw`|C`zD34+La}Jy#ejJ+&OF75+Y!p0eJEFcz@UyeG+48RM(6-9Vs$C%0J*I)JPTj!pvHm zrO^PYv1CCtB0V($VRW1za4&f~!+~l9Pr4;bzNg6|sD|>YM(w&lHI`I5Hf_qF8cP?b zhL(<_b_l8w!O<-V2%~)l1K5mBUu^-^Sh_$pwDf-=BV9QNs$s%WxLFh?qxpzy2h~`* zKsB`VX>5{dQwG(*+H^BQWzG&PVQ##;j!|}CfVttu*yhDmuMtGQpzqQw0j5U!{oGxY z^HIXo5Gf(#<8F=*M~?SPm*s;n6>Rxzm>S!ch#wcc9a91zJ-q{#lnVq@N_#1SYRC|v zofdx?xm}55UAOkF|mU&s^!4#PrsKDOW=W4PK#7MbBrGAj|6cNdJt z0+15}KMC7#G}cI;yw`Elp0R&{Bh5Ot=g9A_JCp(DdK&;_$b-G0P5gv8KGGovx~}47Mh^rXRpO z66`tuT><40g}&a9N?X4Oc_BlBj?i-tx-sd}780h#sa~F7)C7dC;V@{E^EA(?R`N9up} zvj>oDNu^H}hx9dNwz&w>VeiACGUdew_dsQVp>aOufE+o26w9PpS4^eP8TU}xGUIE+ zYCY&Btrdfv@*M}BaqxfhWrr=&s>j;?vV+Ql0k?O%yi1o$petq!JZhEz_^4lK^JQOH z;zAmaoN9$M9=X{{X*{yVfgC~7EC7E5Q`KDo>1E)jmdb5?jQjgnNphf5t@z$Oz>!f4 zOXMxTRzPz2kP={M>heNX4Vf*m{c)7yXdVxF`X550j%wKg`~{5J&osJ00}89s?$nVrW-xR?+N zqu!=HKD>r`1Eh?}#J8QC_I#+1?FJ{&kjO6}8)kttaE1&uf4M5Ra|nH;1j*hfh*a_k zBH5=qxR$+75XtV8{_ZLVhX}wqG>jA&JKjt5auW_4z|K8=5mK(5^#y;aQ@>IB@zKxkiKtJkrV0uZyw*-~var>{w z)6qVKrY2H(REm}tRvs2!F7U+T9t4|ifVa^wYG@1b@wD1z+o%l!J(?M{@o^5B44=sm zTOZSCrwYRc_Mx-Zur7bAc9;;jI7Lc!88DBB&02E}!-ggmpRlJn_uJP+z9#CI+TD4v z9~scETf#gk3|q=W}4G1@k8d!5T(#d}kxXTtC&~Kj5n28t7 zo@(;{44!rah#0a*fXYW((cVPX!_8HfVFP0>FRr@URuFUxf7GVM77vMu6&5JZyd1FM$3G{&UAKHw73vhV7O<&CTk^ z^R{aq>wYEuBY+lKUoB`G@!5twdw?z)?sOw4OwtJ{%7eCC zjJ}peO)}pMzLUKV;eN zF8n2YTC#sxSXTq&zz^@{3s$>D*eG6MHx@oO^_AfF zrB=NXRFSPr4_RtB06sVSt^`BKS90Eg)aW9WxgCE>+HYT^;43`Ws#gN+AxjMhKo==! zUePx6l|We5%$TwQca7h%p^sorz0Czw%Hv~TL;7s!2V{}@P3c5;>S%{2G(lQ)pw4dW zPYl&q!MQ*Q^~DO#Bk)4Ma_#dm%=qvkHF`a`=|_ylgpd#FbAWC-Lao`*E#y(%gq~{0 zCUk$GUL#Mj*}@w&KB;#e+E^2>4h#AakkJfKMYJm+kWpwrAA&NPbL}o5oOuYiDAzs( zL<a7#_V>=_W1*bOt$y;wtR=jedQ z*Xn>kCCp93JX}%$^wcp_xb9KTsae=1JNbX|q7CFJog4f)3GGtLiq#S^q(~GsEQT*+ zeO1Y~${iJ%FVVv{0918|3hsyYG30F)cK)nDUy<7;2=W!nN(ZQS$VzJolp}E# zpsloItkd^+#&OL7Qladj~H6(iW`7yU02ehgq~#shm4p-SqZ7W>C`a1 zWKzHljV^Gek92`U=CNepO{Xmx{p7*cVuA2V>%%@;$oi^eEb;w4) zWGF}EJ(6%1ZrPP#GRsE=Yn0a(fb^oX7y-ZNe5vAreWhNg`=C(+zL9)WlF42B?@X7+ z%bX_2OeA=KX|5=Q@ltrhhqQKu_Qy?c!#{3TqxGIfYv^J!u|Q{K@zqsY(`_<@BX(Il zv*6jKEiA2ivPLVIUukCjkc@v*DOGWCkNMG)&w8#wk%_QCCuU)x%53#MXw5D%h;tUp z3f@}UvI1RnBem}UD=SV5T4MLE*;RRE`H#vXfmQMM%l zuMR48?6K7LcPDXTGAfV#$=>Jm<;cZF1`lQ}dOt@p4<0?HqT3+AtF?bN<+r)ut9cui zRslrc>N8dzm}NDasZ-~s;%IQ+1X#1~Zsb-izhkdb>~}l_cQymu8Tq&XHL{rwfu79( zYeuVDs5P7E5ZKuaaArmWeM4#(a5N9Wo#ookg+-SVfIHI$D>Ie!1zDz2UE5D^XU|WP zt`F4M>39eTZO*m(Y^HxhsADrie34d)WV)^ZnQW#&H8cHTzDzb#XiS$G>{nnE9l|A> z5jKpX_Y!?~DSnlAVCj(WP;B7E%vSzkzJlkz$ONu%bPgEiQ9#oWIN1#7Vb_gU?fwRL zc*Zubu)xnKJ~DoAfur%)E^eQ;t7gJ|8Rns0G=ya~Bi0x}7G!^ViGNC7iPhO*kjZFv zRB_F)Cj{|i$f5mw2-s`}@USa;vKC;o1Hm?ht!rI~9pb7$XZSfXBx7gHO#QTdHM`Z9 zVIEJ9kx>5`fyC%M&!}p}9qx~xi%a=-CXo zV{G6lm}hzS_~U=)L?;L|r`-ZU&FDg3$2>D#3u3(IA;_~_`+Q^E=)gQM&&nm~KH<$k z+(oT16hYLG`hnl$1yOrGkOhG^I$jWcx2B9~)*A&sr`qScxeWl%MD7vq0819n>C&klp57+l?<>lIMR^r<~vBT-)dKTlce!-qwf< zb?V#{k_U>#Vzc#K6LYK9{miQr-_M3H+h)LQqx~GH(fw=)xork)HoBh)wRS%nLTsA> zlZ`Yzph`$UpjHoIw#|UbM)xzIo{QT|q@mkcLTrm~XFv^8JIzB_ZhP&%+gZXL>qgj{ z5v7a{8zg_z*;>O#`#|1wJ44oVI|K4Lk<9O=AJLk(Y6L4Ie4ttAuJ=I=0!>C)@p*h8 zmGG|(IbINEzpYyj5M#`Oz`o5HP)$JvlfnQD=s-mFq%u_j&_46WPcvn7!5qRrn-NiL zBZEo7KYQl+G5gXxGN1tid(x2b<8);(eT#I&A+&$9834x^3_8Qs6-Jxus3`sFr5v5@}Wx+0EkVL+G#HMXU{x06vzS$c)WjL~Kr56#z2=Hw#;AZ8TJOSF9{NSYY0zWdW)xgf=2d}*?$@qaB0p86+U}w4Z zc`bk9C7xcQ)ShPZINLi>4e9IyKgK_Q{Z52PXW@b$QaJ#LjMF;J1?lXW*^9RH8qk@H z7v6WQ%?wf2c!$%CCzWp4On2?})I6&JI&4z8lFGwaK{|V`Z?l4BOViU`1$8!#0R381LKxI6+iwVE*YKJRa7$> zZM9=x`!HR9WL&l9v2dcvG)9H_0roYHC%iGm!!q&LgZd0o)tWz5zaL zdf{Ddw~Qa>_zi(uJ(uAc*qKNGtlvBl>c(-?+hAvtT-pO7$hFVI($4yw+3}-Ggere& zGIkCiL%Z;iYIk;|k|tyN8oYupL*Qq*_Bno=q2g`lcEY`hvZw!?IC|vB0;s8S*wzt% zZahV~ot6x6*1PfL+ULoB<0+67!|J+67ChvdGG{(-PdD4U@JH8PL#@+oNyu&LN4GYh zOn(mf<^VSHtk)b_0u}%G2lmGK(XoHCfk|o^!JPY*Ybyy@qtwprnD*C;bLJrn9x_;- z%>j>XogwSSlcIx4vsie%YN+8}+cT#w7T>PHXAc_YP{YNd#dX<3_f~bYtXJn2;khn= zB-iUUv$txPW!*}lS#|+|2ytVvZnIn=x&zCAD{eubNTr|!Bu^?F1ota|)oQMB z1f`-4tAJ`9NjorI!;7c*R{^w^Du5PJSpeAA=;oIJt-613K#$_f?^1u@u|@=-4^&$6 z2zF)2pZRm=o=S7x^fna1fED{~DNt69DwolkdSB|7g6-t-(H{DZDfzV&up{=!UH}WI zTc<0SKl*2(v&^Y;Q~6uW3NuE;J`K0P>{L-K7OzsQS^}a?d#Qs7&8lAk){GhX&|v~t zDWqBowWeBTOqBj*tT%sF`{KVOUTReZX+IVKTWN|j)s9t5pq|Sd#d(uC*{_47+RqQt zP7T!X#ed0gE!|=*;4WHkkM`|%{_|NGX0rzf-YFlniLJ7@?fix z^`>LdJHrC7KkW&i&z~!sSTnaH!v>F5x8~7mDvuVvOj;Ep4&5T_Dj*IuM*Ftp+ODAu zV1(Ly_SY9js{(&8oNjF>w`v&LoH{oZ>xWYwfNJ`?vD?$@+E8X~tZ}h61TZko*$99u zWM~VpT+GM^)Y@MQfS8arl#y8e_!;=6ED6=4UsC`K5ZY;hIw?#7^7a(qzxhdMQA%uU=YKpWtQ9umr$e?C6I-IF@b-cN?H-(J1*?|)BM`)(;bz0b-TYj4Y z)^|45Abo#|Zd?fsp?`TGb^;|(UWD#y%FvFk3&_>J(IK7#J&5t_!re@Vtb@;_j#prL+}pLNNtqr`vO1+ zJkaX1E3|c{Haxp3%ql#s0Ary&P`Lcq_%K=61=4@h3`GX28}dMFE_2w{87THCGN1#V zLVKX#l}5TpL0iZUq7o-}5eqU8S+n5fs;RtfRek1`^!amToxIIYtF?m0h~*bbwUd*8 zg)UzJxk32!*$EF&h6;eh&KWh3n_4|M9Kdbp??$pswO+zA>uv=d@En>m3Gf_9K?iE| z5)OZ;4($)>4UiOc;Z-wN0-8hnQ+kh~MFMCJQ@8^q1cv@Y1@IbZqXlYYt^_QH_89eA zBLzM2Iv-TkLz|hq`cBY4cT=lA1s%W>+G7I$OH$AgxPTONAk)SMR8r89HJL4e9N8rS zFrhtGc&p^IS-82{RuvdQl0oa=-Rd9+(m;PYH<06n0l){%aRL~@M2j&qQ+CPMl?;=Z z(_G>l*f0qnp`X5rhp-ql1?wh&{g2KxfJ11@1hjuPObR#mx38ieEI_5ByN-H*jjy3e zG6NAD?;GuL0#bm23MltV;g~*zxMiuT$ry(heGN8_lp!qg!?jv2N@1 zD#fCreVLgj!RjAdbELDgEox?u}9I;j;}y zvbR5}moBMN5a%ALQV`GH{-9n%q)LB5Jo_#53xas|?j@94^{G-R=DgpS0}<*Rae!n} zrGQN5DNsq3Le`{80Xb5oh63l8R9kru(!MKnci)9}boocFR+R!O#e8Fzrg&it+2k>r zo?rNcp2qodvAD7C3pC}SR-X4B*p}@ardQGPUJ9Wfn7$CkMKIw@3FCjcSg?O|8EP#) z45=3LS;h)C5VA)Cd77f_CkG}gFOa@-tb{XHk5i}4?KKj)4LnuApPKcxjm$0^2~PT}u5v}-_UCmp8& z74@>A7|#WwDCs!G0L}1u)W&~UcFx`XHD52G;OS5_@xu6=q;S<8eW+v60;_BchV zJx&d4dz>QKJ{_9IzV5jW#WLpF>aexHZ=!pLEw*DB)FKwKEgiN#XO$!S*>=N=y}4M86twv4ey5h zfn?G|4B2WTwpV5uep!0B3yxeW))Wg_QM401uL+wUOJq@dXES_hQq(*LKe2JBYOf>l zm%noD^CfGtZ^Vi2?{a_oeCNdv7Zn<(raF^flc!to=D)s-Ck_*mRW5eW|xYvx2iknd3A0ou`eh`>rjwpu6-&J##V&X`%AQH zhk`U$2-39rG*Sb7dL0VV%(X-FRH9b&>2)YLGuM88iq7c7OU-}oaCEY=`p-+SGg^Im z1#0xRxDG`}=GxC;kiwOCotv_PN;cEywp%>3{&YXC*SX!j2! z^U;mWO>2>kW`2)s>FY>fnNYONjsnlZa@NBAp9EiL$ z)jrQ5)e)C&JlVUK$O|q!;c=3~8b|Go>k$lD@r3f~++HKK#KueZDP*}-!``@hl|p;t znj$0n4|Is5B>f1fw*c;b9g3&SwPOuQc-1tdp*YGFA|**f0&0ZizYYab=GxD}k%9z) zl;MmXilcvAQ|(wm0_rVPkZgoy-|Wq;x*qV>p}56dyP_ar3?W$@flMbLP$`5HKTQe} ze%X+}uyOFdw+@9i=Gw~aK$mgh=ITf3D@y&hC%qw?!|D@1OHrIij+f5R-2$TuDNo8O zbbq918=#RQnMYc)JjhQ9&7&P~C|Yrapuov$DQ|z7eyW1k%k`H1!o>QvXH2?WCjd%Z z+0z-nVPhIi56q;JUteFV*wkqHANYl>BSDS7a&0wX$<$ba9*;CRmvt8H7*K$(d)cYe zIIzI>Ge+TgAf0XosT1eML^mWLPs+Cq72uI5O%V)u*jSsp%$D-*vzw}abGGPjklh-3 zK#6}Pv4hGcj)T4ryg9wCxweP7y4ujxDwf<{+vj5*3i^(`90=O5pp`oC*rB#FBNk(i z@9aiu)zTX=DpY~5njQ?9!7;+q-o}s`DvT*+vtLJr2v7S&y_Wp&(R&A^Xm16{tq|Ku z3L{X%Q_lu|Rs*tD$Qe!wBTz$y5h6ilhiZR(QLlBfsA1~vP+^3SOZjBqv^_#D)g~I< zry#hoIi_4&)&snj&`Y&ji_}N27HN@QB~~WATBK9Dy&~1pt7RtW_j*>c0YfW7^ zZC=G#6@)|PuT->72x*+u_OQnSV{_Izv3aD6K|o}Cq-cd814`!hM2--voOL~WUm<_? z(V8M3mP`sL=D8-F0=Y*SRMuDh^wqy0Ihuu64cECTLlYh*Ib!Xw#`Jfi!;5(>!Eo@% z5Su}A9%R*#`kt6-pYzt9YCw&w!4Q$xoOY>pYy=T%%?JWfckNHryqH(ar5r&$in6Uv z?Di*XUd)-7V<92-F(&aQjz=2m@15QwU4k16S8%`+|Yw6*9= z^J>wV=2hY|&8tOcn%gTn)4W=Arn#&F=N5<}Yzr7X64-Vw+|nxi!P2ZaIy_bkKg7M{ z6RCW}L1QwCe`E8zasW1~$D9WB-49Yh-)1rc3w;;F?Zuo9?`ti8waB943L$^8sGAuu z`E_`)gfPqgWxF3a_$Z^E`ii2HQ&!6yNa&>aQ_9eV#d9Ac6ALE8rfHztvV|p&$*k&o zc%6a(ylx2`d53FHAWj`UKXB4Pd|ZDwI?$TdBL{Go%k>J8Yt3x{!o+Cq2N7sy9x9d1QG`taLlmKNZT3x;y8ET?_R6#Qep zsPLxZb``{4W~%(~71#Dpq&j28Zbha{2n_5#UvsO5#oDQJQ&RyCJIKG=-;H8LfY&yA z_GQ+_tQ}wRA*!zZ+iQP~i;npq$*mc=M%-(EP}>y9Y%N)2YsWm~hi!feaBg z@71DX-mApNyjP2kdAC<|%zL%yn0LPy`jJAzhH)=7?zma*YH9;=Z_N;;^4LVJPSrUarXqy!%lEC;5>#YLhS9&X` zW-|RU%%cYqh-iOp4^^L=w=4hbd#(i;D|(Zvw9rL^g6LOrG5{(&86Y_r+6G~cy%T(I zRacR`IybcjV4ZCcgxKGWj^Oj1b+3xFLC(U~Pn~OruOLVbUO_g<7})-x-csz$O1vs6 z(gs0o?N8}l#HvV{*E#YiJIe;~W$jPurEXQE%*(MJnu&iTA9*@Tv_Ghqs!$sc)+6#nR(PK6nKe9oZ zNo(>)Dvy6vf0v8^*w`k2`$lr8#%vHB*%k#jKUg(pXLkBNSY0O5V{Z>6vp8ztZC{3W zblyX3W_!30&2CLyZJlR0TzeD1*IG3pgb*!y4N*ggPLznYTJ*ZgDy!w{77@{+t+rPe zqK74V4T4pp_ZnS@&Z_U`e#w2`=biKA{O6f7&zyN?PWgYBpE1$kDkH<+$h8BNfke$h zBxP2Z)BN+eQj_2V`k=P&r_WAM&>zE#HT^%&4S!LWl-gbRXzhD1KeBL2pPE9heXnjC zsg`>JA3k+m*6T6avuRqha&LV`w02a>GfUk>K59{7Kw%RQTOnRUZzpkaT2Tw-D$@Y% zIFqj27Y(=El|IMTH|O?XgR#Rqz{q-eY;bm0ZXKQ~v)davCcDeG7j=0ZVDIt7iF7j5 zB%ecvw<2wtwANUJC4Rwm`s~}1&dX+JvIJ^4Ajny~+v=9=WKUJXab-NGO8&5GuV{zO z_HL857@?5U9XGMmv1VaRu)1iuRh)5_#*1#UT0}7+Ldl^4qaz4+PSBrYU*!7jv44SC7-+L6MQzg#cqZX0qnF<-`0j0I z&7dqwX9L_$@=#tsjrCjhm;o64t|g6XcW3RAY87vuWLTv-PAx0!6_n>MHB0c{s89W* z^L{d69Y&5DvmD0(rNrE@T6PXFIr*R}%U%KP7Skp6xXW6j3_`u?>ZdYR^gs9d^ zNYuraE_8n+g96vTEQDA$^Q&xTE-xdUB0;Tku^ypWaXT-GXLTSC=JCPHZ>vR~eeyz@ z=9@ZoVCA_w(Qv#Ptx_Q$FPSGehfDGDv`kTHLD5?z0Q4Y?xc_66Fo?Mp4z7b&$8#Tr z%hlX4(<#y%jlHweyipDAm*GC<1}o{D@3n=2#8l}Vo7V_e;n!EptqvjWeP8QjCi?Dv zt((m_xYAKu+krXQu&!yCb1jf;nuG;0TLowQ!V8ppHJ4k~mQ*`_etTs?SPK6^a)|w<7#U$byC07hYc+5L zCAz@@noAIrFMMhZ3SF*|(F>64U^2y{jUZ+T{ZS)h7$Eo7b#4<7WDlP^B{&ITcLXW^ z2-8qXBkA6a{4j6)!c7rkFpyq_UUC)if!Fw{tFE{=-z)gJoERVhG1r(DOJ2SQ#SJcr z=a?l2n7r{mbd0B3J7DPxH;CY4HRG#{t_vublq{z*R5H;IhS+eC`3j@82QZlA%@#;r z^7oTqCo~hld0NQo0&X)_44d6hdCnMVu^^zITC;M$?aDX)s%C$K3&sJRuKT%^^4hfA z*5_L2I$8shle$iVKqV06V0R5oIfCGR!&HVDg@ROtKUrc(z-tPwwkQA8b~qlK3dRMgOfh)1ND!e3Yn>sJ{HD# z;zDlGgO9dMBcNUN&fw~D+ej9QUN^O@pL2Waeb2V~3yLM=BA*oPStLA9QX8_kZ=Kj& zp1Q`JwtZ^+^~kTp(+Y9_+E{ykmVC)fCpSaljF8Q@N^n0QQpIK5cle0sUFOBCmXrTy zhQ=JZRsTFi1$d~xJ9BXfI~hpR=!=%4kw|Elm%kbv5RC!34=u1}ACct#c-~?dF#dM` zTqQPa={$yCKkJ0)j&rGsLX-c6?IK8;rOVXo+Wl_2_F4hQ0ECe)MJl~gv*2eR_hpyR zSRS)?vqHORY&6p0D1Nx)Me!Gd2t9{#s-h8>a+Rc0C_J8Lw~|P&G`Af6oE*(8^4!xubaNC4b<$UVxg(xQg!((Sal z?6T>weVh#W^t`9_!JP}fPMubhk z<=%pg0GtEit!jCtTVTGv+EG(7dbD;5#rd=qg2R|y4em3$s@JQchBNyRKY+?=ZpMWN zN_vWH1Cene+t)=FW|`E{n98;jt448y&qldFy2Fa19b$Ba8KP7wj^YDJR7e?Ef@{?y znHPwC6(Y*qGeJ!Af|@|r^fl(mYiRHpWtbBHZmZZG_thg=N=vBm+N^pgB(dAloNBU9 zZFU_{LBShOyw|`R)nLcBV%i`7Hf%{Nnm)Pc0+T9NKUfQNWQN&owOn@($=q%+elx*j z+9!4UXCMA}nBZU_a!ssU0!wTz{&d{LWr-nu9bK+G?GTrwcd0u;`bH;^g9mY<3R%>E zPn%~{wp!8@Cj$zH%T*XLC60#TV&xYP>XK53qaknUA0_Ty)a|slxN-!6V#%Y;%R;DU%}d zuypeLzUVwp0sro>EvCQYShkh};1A!a*^VF(f2-TJrnCSj8zYtLUf|0pOSLWg!+A*xT2R~N3?DGyJ*o|&oSe+qYfwJbJzeXkk=O-a zC91yE^}2`uAh8`Ku$uB6vYt{w>@_bBXQJFK=76lpYg(PF^kW!XNmDfoxU-xQkf5GN2% zYv<=eHKqXytrtldUP^&)&d#fvzwhGR-XFU|{yZt-_l1qk`XaWMI=lMAnl?WD=LQ%> zO{-r*vYG0X*1{I#&*wolIL}O1`s$3M_Euf^y(iuFxaNe({rus|M$U}zHbs6p9a6l_z^_RqUze~6#DoCob<)SIe&9-k0>aFBTfJ5yFvZ$Lz2=)Xi8}*)1<%$C;eL~6N3_%>lxCf z$17e*pknCtnGo+lq;>brgjX_m{^aAUePTwlfBLo?SE>Amn+xC) z@QTW1xHi&hPM2erAqich4q1F{E84dB(uj%PLHT_2_WGC1E#_Bj>+L1>JJ>XQYN@Nh7D0ne^#N@Fh_dZ|)yPh7Y{w_@IT( zI2Sq%2M7Fv*)#C&#IFi0T>_Hhf+zv_075Jah#6qd_e~94by>uL12L8}4=og&B?f8o&mleEEG#&W2FMu#62On?7 zkX~8v=0HNA_eNZR%T9xRKIbGO#%*XiBz9$W!C0K8@pDvzXZZ3__qp>)-J{|#@LA(Z zP_Kz=FNwfps{6pRMf6g=_N#6BEbeP6N89;cet%ZEIfmZh2Wrv6;y2Fwt2sU41mx%T zp1kg0v(d}<(1_kpHn)eI%t$@K9K)Bek+YlYD2(*BcTNoV4W}(Lx}B}0C!M2K1eryy z8RXs*fRXBj{gd#$tgi&{6kJtFVjuu8NCW_oVKa{98d_UASu5CEI$%eQIy-qLn|>Y@ zAbYnMKc%qh<+74R^Sp2?N!ALlBB+q0Hfbgg$^&ZTWctSKk5M6O8Y2z*-`g4KgQwOu-+;^TaUM4;#I;KWfve7++ zmeYCq&k?_Z-WtQDFc-J%#^ksOP~GAU1?pAd7S1OYVhCe*uBEve_V?{L9>8_Q)3)>= zaUv1ibx=Q1Dun>2MNAugusEeBcc|8-fUNZ#;`~`)sAn9G~Ph zqh6dmVxyPNNi#gvdeD+F{h~7bV-sB7kHPe~y5oT6F;tVa4?#+iHD>PU#rRdfBp*tF zG#RY6%a>y$UmXhdVTKwt6}W?6Bf`_ksgF6(239uL;%)T{-C1ZQ=*)*mdh zOY<8>09S4hX=4IsYXJe2DiI zioo+^#6Sf*BB7F2wkZPuuz^`?xx-vN_$^&s|6gGLJZ*3Q07q;`kpIgY08p5XfK{?0 p+EBDW!HOXymI_v-d diff --git a/premise/data/additional_inventories/lci-batteries-NMC622-LTO.xlsx b/premise/data/additional_inventories/lci-batteries-NMC622-LTO.xlsx index bf59be6343fdc13e26dcad95b8c374d68e40233c..777ae11d02cb76bf5b4aebabba838433a62203f5 100644 GIT binary patch delta 28652 zcmV)tK$pL!hXV7K0vAwA0|XQR1^@^E001EXbT(S1dI10cgs~SS0)Nd;0x=N2oA?f! zUJYCDV2okmfO=FC@BwN&unpa|=?n;O?`%P03_=K8w%NAx{Y+=3KU_DiSV2M?d?k8i zR}|oNFxJm2@iBevJcBto7!Gc4`qNDWEI8U@C2FGhBqiz^8ii$u;Q3@0 zQlp4}(_BWS7itdjzJJ?&kUDq*PaSG8#GwBSGqrS7ysUY9tK`#qQH-|tTB=H@7@gIM zSg2fi^M|ApW;3h71ifq+y2O}38LR=Qab--F8Pf!a*cb|VkTZe9^GJ8DN{-CJu(lEJ z*!n*V?aBYHc5(0g9LX9e#wyX9YS_D6JNXsT;xmLrc^u^2)PLj@m5s9gNB0r_d>Lh4 zdRG?G`pdv4bP(4V$o#!rLWVg(h_rEl*G_u|J;hwB1ZF~9z4NOJ_>Fx+hgMFHYA%s0 zCt;6!jGtS2oI*sN8VSx9@YAAgbSE+pB(kt?(nH0*XXKG{v14dwngMfwTjm)$_yzy~ z|NjF3P)h>@6tk=YE(3qSi)?PL0{{Rk2><{O0001ZY%h0ja%*C5Z)+}iZEUPnU2mf} z6n$T5{{xFE%@egvfDn{q6avgtYPwb1X&)m8oMIJl)|e*MX#V?NlaMBp)hgRrl-T%# z<8$vl_j>qwQx?W6lQkFB$RwB8G+332j91Si^V>sW`KD1TT4jH<5EUDlZ>%;ykAMGd zxEAtdA;gOT098FQbEQ@RLUo$6lGc}E#VS}?3RzMGL-~yAm1H!lbH-FzARA*3m6TWJ z79o)5V2I_Crz{d_Q?g2JK_n}v0{V5%S9OP0rsu$wRK7GTD;4DmAQrsf>a7JejWP|c zo+}~gq5!iu#5I355`G^135Le*PJ*SAqe`AiQH!Oz1ZcD+ePTbsh>#-}Y)*Y}9+HD3 zd*wQYdsfo>AS-W=<-LOu{L5$rq}6IA0Ox%W&E0de&GB%_3--8`u0dC;8(Qi}6{b

YGJnvl&ZYr`$>PHn5?K`Q&B09+K&3K%Bsbl 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 delta 26668 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෵xMm8B2u(k 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 diff --git a/premise/data/additional_inventories/lci-batteries-SIB.xlsx b/premise/data/additional_inventories/lci-batteries-SIB.xlsx index fd835a0542a545148432141146362bf16ab3422c..4f468f02c84da3d67ac7a2557dfce38326f38622 100644 GIT binary patch delta 22819 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%0DWrc+gO8kD;W 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

%nKgVV(9YnP8ZQk(#XZsuQ4Pfa)QDO4hq z(%-vQ%JsMw^a#L|a?dli@)%_;|7VBVOmbQNZ%J!C99fn~D3#Dsu-dysyQU@q$0kVn zy0ypS*|ta+VN|w50Y}YSQe*1GB1Xiqn0P;}f>b{e)51aD5){YiPXxce<;!{dYM!Kc zSZ+*ZfGbkh3nZswPa98SE$+?^{d#L0l)s7=v84fZ;#+OGZw+hE^M zxLwWU5x>F-{bd_-8}|@`E$t*fT;jk()^jV+%9nGo1FRFZr;nF7XEdS1V1LHgy==H; z%|UBX<^}1u-1Vlp9#07e)(dkzG7TN{w=F0;F_jpiVj+Eeqc=JWe;~olD|+hkTxEr} z{WrScYf%|Iv-UelWc=qvtIfI0)%9(6ei5Hp$4&+5-1)1Ol!vghi;u&ufD4MlPnh0c zu2X%8;9u!IGi-TB7FP+KC8PbPgx`|5V@Sarj?t0Ts^c zLIt06CPmD^fFC-ulKqPjMF73}Z`nWRRV=uKt1RNG8azRt2%h1J$MA2C2Le4O4F9V| zYyZOz_Vn^~vi5{axe${5-x%V5NkIhq&!L1QVuCfi-h~eyX@!UN?_IbJJk5#;?&OBY z{QsTwuSnbFpU(crSO4_)&zO2Po(Uodg#WMhxe9ZIBfHT&zadg)bPo{7%GFZC!`01` c!`#j7Z%1mVprHP($9_Jno?W})_4n0(076*LO#lD@ delta 20841 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 diff --git a/premise/data/additional_inventories/lci-battery-capacity.xlsx b/premise/data/additional_inventories/lci-battery-capacity.xlsx new file mode 100644 index 0000000000000000000000000000000000000000..588f711541c648e96d3ccafe0c6e78bd2cc98015 GIT binary patch literal 16510 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 diff --git a/premise/data/battery/energy_density.yaml b/premise/data/battery/energy_density.yaml new file mode 100644 index 00000000..47a4dffa --- /dev/null +++ b/premise/data/battery/energy_density.yaml @@ -0,0 +1,94 @@ +# Battery cell energy densities, in kWh/kg cell +--- + +NMC111: + ecoinvent_aliases: + name: + - market for battery cell, Li-ion, NMC111 + - market for battery, Li-ion, NMC111, rechargeable, prismatic + target: + 2020: 0.150 + 2050: 0.200 + +NMC622: + ecoinvent_aliases: + name: + - market for battery cell, Li-ion, NMC622 + - market for battery, Li-ion, NMC622, rechargeable, prismatic + target: + 2020: 0.200 + 2050: 0.350 + +NMC811: + ecoinvent_aliases: + name: + - market for battery cell, Li-ion, NMC811 + - market for battery, Li-ion, NMC811, rechargeable, prismatic + target: + 2020: 0.220 + 2050: 0.500 + +NCA: + ecoinvent_aliases: + name: + - market for battery cell, Li-ion, NCA + - market for battery, Li-ion, NCA, rechargeable, prismatic + target: + 2020: 0.250 + 2050: 0.350 + +LFP: + ecoinvent_aliases: + name: + - market for battery cell, Li-ion, LFP + - market for battery, Li-ion, LFP, rechargeable, prismatic + target: + 2020: 0.140 + 2050: 0.250 + +LTO: + ecoinvent_aliases: + name: + - market for battery cell, Li-ion, LTO + - market for battery, Li-ion, LTO + target: + 2020: 0.080 + 2050: 0.150 + +LMO: + ecoinvent_aliases: + name: + - market for battery cell, Li-ion, LiMn2O4 + - market for battery, Li-ion, LiMn2O4, rechargeable, prismatic + + target: + 2020: 0.130 + 2050: 0.200 + +Li-O2: + ecoinvent_aliases: + name: market for battery, Li-oxygen, Li-O2 + target: + 2020: 0.360 + 2050: 0.500 + +Li-S: + ecoinvent_aliases: + name: market for battery, Li-sulfur, Li-S + target: + 2020: 0.150 + 2050: 0.500 + +SiB: + ecoinvent_aliases: + name: market for battery, Sodium-ion, SiB + target: + 2020: 0.160 + 2050: 0.220 + +BoP: + ecoinvent_aliases: + name: market for battery management system + target: + 2020: 0.200 + 2050: 0.500 diff --git a/premise/data/utils/export/simapro_categories.csv b/premise/data/utils/export/simapro_categories.csv index c067a83f..b9470c7b 100644 --- a/premise/data/utils/export/simapro_categories.csv +++ b/premise/data/utils/export/simapro_categories.csv @@ -1,20683 +1,14440 @@ -name;category;sub_category -[sulfonyl]urea-compound production;material;Chemicals\Pesticides\Transformation -[sulfonyl]urea-compound production;material;Chemicals\Pesticides\Transformation -[thio]carbamate-compound production;material;Chemicals\Pesticides\Transformation -[thio]carbamate-compound production;material;Chemicals\Pesticides\Transformation -1,1-difluoroethane production, HFC-152a;material;Chemicals\Organic\Transformation -1,1-difluoroethane production, HFC-152a;material;Chemicals\Organic\Transformation -1,1-dimethylcyclopentane to generic market for solvent, organic;material;Chemicals\Organic\Transformation -1-propanol production;material;Chemicals\Organic\Transformation -1-propanol production;material;Chemicals\Organic\Transformation -2,3-dimethylbutan to generic market for solvent, organic;material;Chemicals\Organic\Transformation -2,4-dichlorophenol production;material;Chemicals\Pesticides\Transformation -2,4-dichlorophenol production;material;Chemicals\Pesticides\Transformation -2,4-dichlorotoluene production;material;Chemicals\Pesticides\Transformation -2,4-dichlorotoluene production;material;Chemicals\Pesticides\Transformation -2,4-dinitrotoluene production;material;Chemicals\Organic\Transformation -2,4-dinitrotoluene production;material;Chemicals\Gases\Transformation -2,4-di-tert-butylphenol production;material;Chemicals\Organic\Transformation -2,5-dimethylhexane-2,5-dihydroperoxide production;material;Chemicals\Organic\Transformation -2,6-di-tert-butylphenol production;material;Chemicals\Organic\Transformation -2-butanol production by hydration of butene;material;Chemicals\Organic\Transformation -2-butanol production by hydration of butene;material;Chemicals\Organic\Transformation -2-butanol production by hydration of butene;material;Chemicals\Organic\Transformation -2-butanol production by hydration of butene;material;Chemicals\Organic\Transformation -2-methyl-2-butanol production;material;Chemicals\Organic\Transformation -2-methyl-2-butanol production;material;Chemicals\Organic\Transformation -2-methylpentane to generic market for solvent, organic;material;Chemicals\Organic\Transformation -2-nitroaniline production;material;Chemicals\Organic\Transformation -2-nitroaniline production;material;Chemicals\Organic\Transformation -2-pyridinol production;material;Chemicals\Organic\Transformation -2-pyridinol production;material;Chemicals\Organic\Transformation -3-methyl-1-butyl acetate production;material;Chemicals\Organic\Transformation -3-methyl-1-butyl acetate production;material;Chemicals\Organic\Transformation -3-methylpyridine production;material;Chemicals\Organic\Transformation -3-methylpyridine production;material;Chemicals\Organic\Transformation -4-methyl-2-pentanone production;material;Chemicals\Organic\Transformation -4-methyl-2-pentanone production;material;Chemicals\Organic\Transformation -4-tert-butylbenzaldehyde production;material;Chemicals\Organic\Transformation -4-tert-butylbenzaldehyde production;material;Chemicals\Organic\Transformation -4-tert-butyltoluene production;material;Chemicals\Organic\Transformation -4-tert-butyltoluene production;material;Chemicals\Organic\Transformation -absorption chiller production, 100kW;energy;Cogeneration\Gas\Transformation\Infrastructure -absorption chiller production, 100kW;energy;Cogeneration\Gas\Transformation\Infrastructure -acetaldehyde oxidation;material;Chemicals\Acids (organic)\Transformation -acetaldehyde oxidation;material;Chemicals\Acids (organic)\Transformation -acetaldehyde oxidation;material;Chemicals\Organic\Transformation -acetaldehyde oxidation;material;Chemicals\Organic\Transformation -acetaldehyde production;material;Chemicals\Organic\Transformation -acetaldehyde production;material;Chemicals\Organic\Transformation -acetamide-anillide-compound production, unspecified;material;Chemicals\Pesticides\Transformation -acetamide-anillide-compound production, unspecified;material;Chemicals\Pesticides\Transformation -acetanilide production;material;Chemicals\Organic\Transformation -acetanilide production;material;Chemicals\Organic\Transformation -acetic acid production, product in 98% solution state;material;Chemicals\Acids (organic)\Transformation -acetic acid production, product in 98% solution state;material;Chemicals\Acids (organic)\Transformation -acetic anhydride production, ketene route;material;Chemicals\Organic\Transformation -acetic anhydride production, ketene route;material;Chemicals\Organic\Transformation -acetoacetic acid production;material;Chemicals\Organic\Transformation -acetoacetic acid production;material;Chemicals\Organic\Transformation -acetone cyanohydrin production;material;Chemicals\Organic\Transformation -acetone cyanohydrin production;material;Chemicals\Organic\Transformation -acetone production, from isopropanol;material;Chemicals\Organic\Transformation -acetone production, from isopropanol;material;Chemicals\Organic\Transformation -acetone production, liquid;material;Chemicals\Organic\Transformation -acetone production, liquid;material;Chemicals\Organic\Transformation -acetonitrile to generic market for solvent for chromatography analysis;material;Chemicals\Organic\Transformation -acetyl chloride production;material;Chemicals\Organic\Transformation -acetyl chloride production;material;Chemicals\Organic\Transformation -acetylene production;material;Others\Obsolete -acetylene production;material;Chemicals\Organic\Transformation -acetylene production;material;Chemicals\Organic\Transformation -aclonifen production;material;Chemicals\Pesticides\Transformation -aclonifen production;material;Chemicals\Pesticides\Transformation -acrolein production;material;Chemicals\Organic\Transformation -acrolein production;material;Chemicals\Organic\Transformation -acrylic acid production;material;Chemicals\Acids (organic)\Transformation -acrylic acid production;material;Chemicals\Acids (organic)\Transformation -acrylic binder production, product in 34% solution state;material;Chemicals\Organic\Transformation -acrylic binder production, product in 34% solution state;material;Chemicals\Organic\Transformation -acrylic dispersion production, product in 65% solution state;material;Chemicals\Organic\Transformation -acrylic dispersion production, product in 65% solution state;material;Chemicals\Organic\Transformation -acrylic filler production;material;Construction\Coverings\Transformation -acrylic filler production;material;Construction\Coverings\Transformation -acrylic varnish production, product in 87.5% solution state;material;Construction\Paints\Transformation -acrylic varnish production, product in 87.5% solution state;material;Construction\Paints\Transformation -acrylonitrile-butadiene-styrene copolymer production;material;Plastics\Rubbers\Transformation -acrylonitrile-butadiene-styrene copolymer production;material;Plastics\Rubbers\Transformation -activated bentonite production;material;Chemicals\Inorganic\Transformation -activated bentonite production;material;Chemicals\Inorganic\Transformation -activated carbon production, granular from hard coal;material;Chemicals\Organic\Transformation -activated carbon production, granular from hard coal;material;Chemicals\Organic\Transformation -activated silica production;material;Chemicals\Inorganic\Transformation -activated silica production;material;Chemicals\Inorganic\Transformation -adhesive mortar production;material;Construction\Binders\Transformation -adhesive mortar production;material;Construction\Binders\Transformation -adhesive production, for metal;material;Chemicals\Others\Transformation -adhesive production, for metal;material;Chemicals\Others\Transformation -adipic acid production;material;Chemicals\Acids (organic)\Transformation -adipic acid production;material;Chemicals\Acids (organic)\Transformation -Adsorption and desorption unit, carbon dioxide capture process {RER}| Cut-off,;transport;carculator\synthetic fuels\direct air capture -agricultural machinery production, tillage;processing;Agricultural\Transformation\Infrastructure -agricultural machinery production, tillage;processing;Agricultural\Transformation\Infrastructure -agricultural machinery production, unspecified;processing;Agricultural\Transformation\Infrastructure -agricultural machinery production, unspecified;processing;Agricultural\Transformation\Infrastructure -agricultural trailer production;transport;Road\Transformation\Infrastructure -agricultural trailer production;transport;Road\Transformation\Infrastructure -air compressor production, screw-type compressor, 300kW;processing;Compressed air\Transformation\Infrastructure -air compressor production, screw-type compressor, 300kW;processing;Compressed air\Transformation\Infrastructure -air compressor production, screw-type compressor, 4kW;processing;Compressed air\Transformation\Infrastructure -air compressor production, screw-type compressor, 4kW;processing;Compressed air\Transformation\Infrastructure -air distribution terminal panel production, steel, 120 m3/h;material;Construction\Ventilation\Transformation -air distribution terminal panel production, steel, 120 m3/h;material;Construction\Ventilation\Transformation -air filter production, central unit, 600 m3/h;material;Construction\Ventilation\Transformation -air filter production, central unit, 600 m3/h;material;Construction\Ventilation\Transformation -air filter production, decentralized unit, 180-250 m3/h;material;Construction\Ventilation\Transformation -air filter production, decentralized unit, 180-250 m3/h;material;Construction\Ventilation\Transformation -air filter production, decentralized unit, 250 m3/h;material;Construction\Ventilation\Transformation -air filter production, decentralized unit, 250 m3/h;material;Construction\Ventilation\Transformation -air filter production, in exhaust air valve;material;Construction\Ventilation\Transformation -air filter production, in exhaust air valve;material;Construction\Ventilation\Transformation -air input/output unit production, heat and power co-generation unit, 160kW;energy;Cogeneration\Gas\Transformation\Infrastructure -air input/output unit production, heat and power co-generation unit, 160kW;energy;Cogeneration\Gas\Transformation\Infrastructure -air separation facility construction;material;Chemicals\Gases\Transformation\Infrastructure -air separation facility construction;material;Chemicals\Gases\Transformation\Infrastructure -air separation, cryogenic;material;Chemicals\Gases\Liquified\Transformation -air separation, cryogenic;material;Chemicals\Gases\Liquified\Transformation -air separation, cryogenic;material;Chemicals\Gases\Liquified\Transformation -air separation, cryogenic;material;Chemicals\Gases\Liquified\Transformation -air separation, cryogenic;material;Chemicals\Gases\Liquified\Transformation -air separation, cryogenic;material;Chemicals\Gases\Liquified\Transformation -air separation, cryogenic;material;Chemicals\Gases\Transformation -air separation, cryogenic;material;Chemicals\Gases\Transformation -air separation, cryogenic;material;Chemicals\Gases\Transformation -air separation, xenon krypton purification;material;Chemicals\Gases\Transformation -air separation, xenon krypton purification;material;Chemicals\Gases\Transformation -air separation, xenon krypton purification;material;Chemicals\Gases\Transformation -air separation, xenon krypton purification;material;Chemicals\Gases\Transformation -air separation, xenon krypton purification;material;Chemicals\Gases\Transformation -air separation, xenon krypton purification;material;Chemicals\Gases\Transformation -aircraft production, belly-freight aircraft, long haul;transport;Air\Transformation\Infrastructure -aircraft production, belly-freight aircraft, medium haul;transport;Air\Transformation\Infrastructure -aircraft production, belly-freight aircraft, short haul;transport;Air\Transformation\Infrastructure -aircraft production, belly-freight aircraft, very short haul;transport;Air\Transformation\Infrastructure -aircraft production, dedicated freight aircraft, long haul;transport;Air\Transformation\Infrastructure -aircraft production, dedicated freight aircraft, medium haul;transport;Air\Transformation\Infrastructure -aircraft production, dedicated freight aircraft, short haul;transport;Air\Transformation\Infrastructure -aircraft production, dedicated freight aircraft, very short haul;transport;Air\Transformation\Infrastructure -aircraft production, long haul;transport;Others\Obsolete -aircraft production, long haul;transport;Others\Obsolete -aircraft production, medium haul;transport;Others\Obsolete -aircraft production, medium haul;transport;Others\Obsolete -aircraft production, passenger aircraft, long haul;transport;Air\Transformation\Infrastructure -aircraft production, passenger aircraft, medium haul;transport;Air\Transformation\Infrastructure -aircraft production, passenger aircraft, short haul;transport;Air\Transformation\Infrastructure -aircraft production, passenger aircraft, very short haul;transport;Air\Transformation\Infrastructure -airport construction;transport;Air\Transformation\Infrastructure -airport construction;transport;Air\Transformation\Infrastructure -alfalfa/grass silage production;material;Agricultural\Plant production\Roughage\Transformation -alfalfa/grass silage production;material;Agricultural\Plant production\Roughage\Transformation -alfalfa/grass silage production;material;Agricultural\Plant production\Roughage\Transformation -alfalfa-grass mixture production, Swiss integrated production;material;Agricultural\Plant production\Roughage\Transformation -Algae cultivation | algae broth production {RER}| Cut-off,;transport;carculator\biofuels\transformation -Algae harvesting| dry algae production {RER}| Cut-off,;transport;carculator\biofuels\transformation -alkyd paint production, white, solvent-based, product in 60% solution state;material;Construction\Paints\Transformation -alkyd paint production, white, solvent-based, product in 60% solution state;material;Construction\Paints\Transformation -alkyd paint production, white, water-based, product in 60% solution state;material;Construction\Paints\Transformation -alkyd paint production, white, water-based, product in 60% solution state;material;Construction\Paints\Transformation -alkyd resin production, long oil, product in 70% white spirit solution state;material;Chemicals\Organic\Transformation -alkyd resin production, long oil, product in 70% white spirit solution state;material;Chemicals\Organic\Transformation -alkyl sulphate (C12-14) production;material;Chemicals\Organic\Transformation -alkylbenzene production, linear;material;Chemicals\Organic\Transformation -alkylbenzene production, linear;material;Chemicals\Organic\Transformation -alkylbenzene production, linear;material;Chemicals\Organic\Transformation -alkylbenzene sulfonate production, linear, petrochemical;material;Chemicals\Washing agents\Tensides\Transformation -alkylbenzene sulfonate production, linear, petrochemical;material;Chemicals\Washing agents\Tensides\Transformation -alkylketene dimer sizing agent production, for paper production;material;Chemicals\Others\Transformation -alkylketene dimer sizing agent production, for paper production;material;Chemicals\Others\Transformation -allyl chloride production, reaction of propylene and chlorine;material;Chemicals\Organic\Transformation -allyl chloride production, reaction of propylene and chlorine;material;Chemicals\Organic\Transformation -allyl chloride production, reaction of propylene and chlorine;material;Chemicals\Inorganic\Transformation -allyl chloride production, reaction of propylene and chlorine;material;Chemicals\Inorganic\Transformation -allyl chloride production, reaction of propylene and chlorine;material;Chemicals\Acids (inorganic)\Transformation -allyl chloride production, reaction of propylene and chlorine;material;Chemicals\Acids (inorganic)\Transformation -almond production;material;Agricultural\Food\Transformation -almond production;material;Agricultural\Food\Transformation -almond production;material;Agricultural\Food\Transformation -alpha-naphthol production;material;Chemicals\Organic\Transformation -alpha-naphthol production;material;Chemicals\Organic\Transformation -alpha-picoline production;material;Chemicals\Organic\Transformation -alpha-picoline production;material;Chemicals\Organic\Transformation -aluminium alloy production, AlLi;material;Metals\Alloys\Transformation -aluminium alloy production, AlLi;material;Metals\Alloys\Transformation -aluminium alloy production, AlLi;material;Metals\Non ferro\Transformation -aluminium alloy production, AlLi;material;Metals\Non ferro\Transformation -aluminium alloy production, AlMg3;material;Metals\Alloys\Transformation -aluminium alloy production, AlMg3;material;Metals\Alloys\Transformation -aluminium alloy production, Metallic Matrix Composite;material;Metals\Alloys\Transformation -aluminium alloy production, Metallic Matrix Composite;material;Metals\Alloys\Transformation -aluminium alloy production, Metallic Matrix Composite;material;Metals\Non ferro\Transformation -aluminium alloy production, Metallic Matrix Composite;material;Metals\Non ferro\Transformation -aluminium around steel bi-metal stranded cable production, 3x3.67mm external;material;Metals\Alloys\Transformation -aluminium around steel bi-metal stranded cable production, 3x3.67mm external;material;Metals\Alloys\Transformation -aluminium around steel bi-metal wire production, 3.67 mm external diameter;material;Metals\Alloys\Transformation -aluminium around steel bi-metal wire production, 3.67 mm external diameter;material;Metals\Alloys\Transformation -aluminium casting facility construction;material;Metals\Non ferro\Transformation\Infrastructure -aluminium casting facility construction;material;Metals\Non ferro\Transformation\Infrastructure -aluminium chloride production;material;Chemicals\Inorganic\Transformation -aluminium drilling, computer numerical controlled;processing;Metals\Chipping\Transformation -aluminium drilling, computer numerical controlled;processing;Metals\Chipping\Transformation -aluminium drilling, conventional;processing;Metals\Chipping\Transformation -aluminium drilling, conventional;processing;Metals\Chipping\Transformation -aluminium electrolysis facility construction;material;Metals\Non ferro\Transformation\Infrastructure -aluminium electrolysis facility construction;material;Metals\Non ferro\Transformation\Infrastructure -aluminium fluoride production;material;Chemicals\Inorganic\Transformation -aluminium fluoride production;material;Chemicals\Inorganic\Transformation -aluminium hydroxide factory construction;material;Metals\Non ferro\Transformation\Infrastructure -aluminium hydroxide factory construction;material;Metals\Non ferro\Transformation\Infrastructure -aluminium hydroxide production;material;Chemicals\Inorganic\Transformation -aluminium hydroxide production;material;Others\Obsolete -aluminium hydroxide production;material;Chemicals\Inorganic\Transformation -aluminium hydroxide production;material;Chemicals\Inorganic\Transformation -aluminium hydroxide production;material;Chemicals\Inorganic\Transformation -aluminium hydroxide production IAI Area, Asia, without China and;material;Chemicals\Inorganic\Transformation -aluminium hydroxide production IAI Area, EU27 &;material;Chemicals\Inorganic\Transformation -aluminium hydroxide production IAI Area, Russia & RER w/o EU27 &;material;Chemicals\Inorganic\Transformation -aluminium hydroxide production IAI Area, South;material;Chemicals\Inorganic\Transformation -aluminium ingot, primary, to aluminium, cast alloy market;material;Metals\Alloys\Transformation -aluminium ingot, primary, to aluminium, wrought alloy market;material;Metals\Alloys\Transformation -aluminium melting furnace production;material;Metals\Non ferro\Transformation\Infrastructure -aluminium melting furnace production;material;Metals\Non ferro\Transformation\Infrastructure -aluminium milling, average;processing;Metals\Chipping\Transformation -aluminium milling, average;processing;Metals\Chipping\Transformation -aluminium milling, dressing;processing;Metals\Chipping\Transformation -aluminium milling, dressing;processing;Metals\Chipping\Transformation -aluminium milling, large parts;processing;Metals\Chipping\Transformation -aluminium milling, large parts;processing;Metals\Chipping\Transformation -aluminium milling, small parts;processing;Metals\Chipping\Transformation -aluminium milling, small parts;processing;Metals\Chipping\Transformation -aluminium oxide factory construction;material;Chemicals\Inorganic\Transformation\Infrastructure -aluminium oxide factory construction;material;Chemicals\Inorganic\Transformation\Infrastructure -aluminium oxide production;material;Others\Obsolete -aluminium oxide production;material;Others\Obsolete -aluminium oxide production;material;Others\Obsolete -aluminium oxide production;material;Others\Obsolete -aluminium oxide production;material;Chemicals\Inorganic\Transformation -aluminium oxide production;material;Chemicals\Inorganic\Transformation -aluminium oxide production;material;Chemicals\Inorganic\Transformation -aluminium oxide production;material;Chemicals\Inorganic\Transformation -aluminium oxide production;material;Chemicals\Inorganic\Transformation -aluminium oxide production;material;Chemicals\Inorganic\Transformation -aluminium oxide production IAI Area, Asia, without China and;material;Others\Obsolete -aluminium oxide production IAI Area, Asia, without China and;material;Chemicals\Inorganic\Transformation -aluminium oxide production IAI Area, Asia, without China and;material;Chemicals\Inorganic\Transformation -aluminium oxide production IAI Area, EU27 &;material;Others\Obsolete -aluminium oxide production IAI Area, EU27 &;material;Chemicals\Inorganic\Transformation -aluminium oxide production IAI Area, EU27 &;material;Chemicals\Inorganic\Transformation -aluminium oxide production IAI Area, Russia & RER w/o EU27 &;material;Others\Obsolete -aluminium oxide production IAI Area, Russia & RER w/o EU27 &;material;Chemicals\Inorganic\Transformation -aluminium oxide production IAI Area, Russia & RER w/o EU27 &;material;Chemicals\Inorganic\Transformation -aluminium oxide production IAI Area, South;material;Others\Obsolete -aluminium oxide production IAI Area, South;material;Chemicals\Inorganic\Transformation -aluminium oxide production IAI Area, South;material;Chemicals\Inorganic\Transformation -aluminium oxide, metallurgical, import from Northern America IAI Area, EU27 &;material;Chemicals\Inorganic\Transformation -aluminium oxide, metallurgical, import from Rest of Europe IAI Area, EU27 &;material;Chemicals\Inorganic\Transformation -aluminium oxide, metallurgical, import from South America IAI Area, EU27 &;material;Chemicals\Inorganic\Transformation -aluminium oxide, non-metallurgical to generic market for refractory material,;material;Chemicals\Inorganic\Transformation -aluminium oxide, non-metallurgical to generic market for refractory material,;material;Chemicals\Inorganic\Transformation -aluminium production, primary, cast alloy slab from continuous casting;material;Metals\Non ferro\Transformation -aluminium production, primary, cast alloy slab from continuous casting;material;Metals\Non ferro\Transformation -aluminium production, primary, ingot;material;Others\Obsolete -aluminium production, primary, ingot;material;Metals\Non ferro\Transformation -aluminium production, primary, ingot;material;Metals\Non ferro\Transformation -aluminium production, primary, ingot;material;Metals\Non ferro\Transformation -aluminium production, primary, ingot;material;Others\Obsolete -aluminium production, primary, ingot;material;Metals\Non ferro\Transformation -aluminium production, primary, ingot IAI Area;material;Others\Obsolete -aluminium production, primary, ingot IAI Area;material;Others\Obsolete -aluminium production, primary, ingot IAI Area;material;Others\Obsolete -aluminium production, primary, ingot IAI Area 2, without;material;Others\Obsolete -aluminium production, primary, ingot IAI Area 4&5 without;material;Others\Obsolete -aluminium production, primary, ingot IAI Area,;material;Metals\Non ferro\Transformation -aluminium production, primary, ingot IAI Area, Asia, without China and;material;Metals\Non ferro\Transformation -aluminium production, primary, ingot IAI Area, EU27 &;material;Metals\Non ferro\Transformation -aluminium production, primary, ingot IAI Area, Europe outside EU &;material;Others\Obsolete -aluminium production, primary, ingot IAI Area, Gulf Cooperation;material;Metals\Non ferro\Transformation -aluminium production, primary, ingot IAI Area, North America, without;material;Others\Obsolete -aluminium production, primary, ingot IAI Area, Russia & RER w/o EU27 &;material;Metals\Non ferro\Transformation -aluminium production, primary, ingot IAI Area, South;material;Metals\Non ferro\Transformation -aluminium production, primary, liquid, prebake;material;Others\Obsolete -aluminium production, primary, liquid, prebake;material;Metals\Non ferro\Transformation -aluminium production, primary, liquid, prebake;material;Metals\Non ferro\Transformation -aluminium production, primary, liquid, prebake;material;Metals\Non ferro\Transformation -aluminium production, primary, liquid, prebake;material;Others\Obsolete -aluminium production, primary, liquid, prebake;material;Metals\Non ferro\Transformation -aluminium production, primary, liquid, prebake IAI Area;material;Others\Obsolete -aluminium production, primary, liquid, prebake IAI Area;material;Others\Obsolete -aluminium production, primary, liquid, prebake IAI Area;material;Others\Obsolete -aluminium production, primary, liquid, prebake IAI Area 2, without;material;Others\Obsolete -aluminium production, primary, liquid, prebake IAI Area 4&5 without;material;Others\Obsolete -aluminium production, primary, liquid, prebake IAI Area,;material;Metals\Non ferro\Transformation -aluminium production, primary, liquid, prebake IAI Area, Asia, without China;material;Metals\Non ferro\Transformation -aluminium production, primary, liquid, prebake IAI Area, EU27 &;material;Metals\Non ferro\Transformation -aluminium production, primary, liquid, prebake IAI Area, Europe outside EU &;material;Others\Obsolete -aluminium production, primary, liquid, prebake IAI Area, Gulf Cooperation;material;Metals\Non ferro\Transformation -aluminium production, primary, liquid, prebake IAI Area, North America, without;material;Others\Obsolete -aluminium production, primary, liquid, prebake IAI Area, Russia & RER w/o EU27;material;Metals\Non ferro\Transformation -aluminium production, primary, liquid, prebake IAI Area, South;material;Metals\Non ferro\Transformation -aluminium production, primary, liquid, Söderberg;material;Others\Obsolete -aluminium production, primary, liquid, Söderberg;material;Metals\Non ferro\Transformation -aluminium production, primary, liquid, Söderberg;material;Others\Obsolete -aluminium production, primary, liquid, Söderberg IAI Area, Asia, without China;material;Metals\Non ferro\Transformation -aluminium production, primary, liquid, Söderberg IAI Area, EU27 &;material;Metals\Non ferro\Transformation -aluminium production, primary, liquid, Söderberg IAI Area, North America,;material;Others\Obsolete -aluminium production, primary, liquid, Söderberg IAI Area, Russia & RER w/o;material;Metals\Non ferro\Transformation -aluminium production, primary, liquid, Söderberg IAI Area, South;material;Metals\Non ferro\Transformation -aluminium production, primary, liquid, Soderberg;material;Others\Obsolete -aluminium production, primary, liquid, Soderberg IAI Area;material;Others\Obsolete -aluminium production, primary, liquid, Soderberg IAI Area 2, without;material;Others\Obsolete -aluminium production, primary, liquid, Soderberg IAI Area 4&5 without;material;Others\Obsolete -aluminium production, primary, liquid, Soderberg IAI Area, Europe outside EU &;material;Others\Obsolete -aluminium scrap, new, Recycled Content cut-off;material;Metals\Non ferro\Transformation -aluminium scrap, new, Recycled Content cut-off;material;Others\Obsolete -aluminium scrap, post-consumer, prepared for melting, Recycled Content cut-off;material;Metals\Non ferro\Market -aluminium scrap, post-consumer, Recycled Content cut-off;material;Metals\Non ferro\Market -aluminium sulfate production, powder;material;Chemicals\Inorganic\Transformation -aluminium sulfate production, powder;material;Chemicals\Inorganic\Transformation -aluminium sulfate production, without water, in 4.33% aluminium solution state;material;Chemicals\Inorganic\Transformation -aluminium sulfate production, without water, in 4.33% aluminium solution state;material;Chemicals\Inorganic\Transformation -aluminium turning, average, computer numerical controlled;processing;Metals\Chipping\Transformation -aluminium turning, average, computer numerical controlled;processing;Metals\Chipping\Transformation -aluminium turning, average, conventional;processing;Metals\Chipping\Transformation -aluminium turning, average, conventional;processing;Metals\Chipping\Transformation -aluminium turning, primarily dressing, computer numerical controlled;processing;Metals\Chipping\Transformation -aluminium turning, primarily dressing, computer numerical controlled;processing;Metals\Chipping\Transformation -aluminium turning, primarily dressing, conventional;processing;Metals\Chipping\Transformation -aluminium turning, primarily dressing, conventional;processing;Metals\Chipping\Transformation -aluminium turning, primarily roughing, computer numerical controlled;processing;Metals\Chipping\Transformation -aluminium turning, primarily roughing, computer numerical controlled;processing;Metals\Chipping\Transformation -aluminium turning, primarily roughing, conventional;processing;Metals\Chipping\Transformation -aluminium turning, primarily roughing, conventional;processing;Metals\Chipping\Transformation -aluminium, ingot, primary, import from Africa IAI Area, EU27 &;material;Metals\Non ferro\Transformation -aluminium, ingot, primary, import from Asia (excluding China) IAI Area, EU27 &;material;Metals\Non ferro\Transformation -aluminium, ingot, primary, import from Middle East (Gulf cooperation Council);material;Metals\Non ferro\Transformation -aluminium, ingot, primary, import from North America_Canada IAI Area, EU27 &;material;Others\Obsolete -aluminium, ingot, primary, import from Northern America IAI Area, EU27 &;material;Metals\Non ferro\Transformation -aluminium, ingot, primary, import from Oceania IAI Area, EU27 &;material;Metals\Non ferro\Transformation -aluminium, ingot, primary, import from Rest of Europe IAI Area, EU27 &;material;Metals\Non ferro\Transformation -aluminium, ingot, primary, import from South America IAI Area, EU27 &;material;Metals\Non ferro\Transformation -amination of chlorosilane;material;Chemicals\Inorganic\Transformation -amination of chlorosilane;material;Chemicals\Organic\Transformation -amine oxide production;material;Chemicals\Organic\Transformation -amine oxide production;material;Chemicals\Organic\Transformation -ammonia production, partial oxidation, liquid;material;Chemicals\Inorganic\Transformation -ammonia production, partial oxidation, liquid;material;Chemicals\Inorganic\Transformation -ammonia production, steam reforming, liquid;material;Chemicals\Inorganic\Transformation -ammonia production, steam reforming, liquid;material;Chemicals\Inorganic\Transformation -ammonium bicarbonate production;material;Chemicals\Inorganic\Transformation -ammonium bicarbonate production;material;Chemicals\Inorganic\Transformation -ammonium carbonate production;material;Chemicals\Organic\Transformation -ammonium carbonate production;material;Chemicals\Organic\Transformation -ammonium chloride production;material;Chemicals\Inorganic\Transformation -ammonium nitrate phosphate production;material;Chemicals\Fertilisers (inorganic)\Transformation -ammonium nitrate phosphate production;material;Chemicals\Fertilisers (inorganic)\Transformation -ammonium nitrate phosphate production;material;Chemicals\Fertilisers (inorganic)\Transformation -ammonium nitrate phosphate production;material;Chemicals\Fertilisers (inorganic)\Transformation -ammonium nitrate production;material;Chemicals\Fertilisers (inorganic)\Transformation -ammonium nitrate production;material;Chemicals\Fertilisers (inorganic)\Transformation -ammonium nitrite production;material;Chemicals\Pesticides\Transformation -ammonium nitrite production;material;Chemicals\Pesticides\Transformation -ammonium sulfate production;material;Chemicals\Fertilisers (inorganic)\Transformation -ammonium sulfate production;material;Chemicals\Fertilisers (inorganic)\Transformation -ammonium thiocyanate production;material;Chemicals\Organic\Transformation -anaerobic digestion of manure;material;Fuels\Biofuels\Biogas\Transformation -anaerobic digestion of manure;material;Fuels\Biofuels\Biogas\Transformation -anaerobic digestion plant construction, agricultural;material;Chemicals\Others\Transformation\Infrastructure -anaerobic digestion plant construction, agricultural;material;Chemicals\Others\Transformation\Infrastructure -anaerobic digestion plant construction, agriculture, with methane recovery;material;Chemicals\Others\Transformation\Infrastructure -anaerobic digestion plant construction, agriculture, with methane recovery;material;Chemicals\Others\Transformation\Infrastructure -anaerobic digestion plant construction, for biowaste;material;Chemicals\Others\Transformation\Infrastructure -anaerobic digestion plant construction, for biowaste;material;Chemicals\Others\Transformation\Infrastructure -anaerobic digestion plant construction, for sewage sludge;material;Chemicals\Others\Transformation\Infrastructure -anaerobic digestion plant construction, for sewage sludge;material;Chemicals\Others\Transformation\Infrastructure -anchovy, capture by steel purse seiner and landing whole, fresh;material;Agricultural\Animal production\Fish\Transformation -anchovy, capture by steel purse seiner and landing whole, fresh;material;Agricultural\Animal production\Fish\Transformation -anchovy, capture by steel purse seiner and landing whole, fresh;material;Agricultural\Animal production\Fish\Transformation -anchovy, capture by steel purse seiner and landing whole, fresh;material;Agricultural\Animal production\Fish\Transformation -anchovy, capture by steel purse seiner and landing whole, fresh;material;Agricultural\Animal production\Fish\Transformation -anchovy, capture by wooden purse seiner and landing whole, fresh;material;Agricultural\Animal production\Fish\Transformation -Ancillary bop {GLO}| Cut-off,;transport;carculator\energy storage\fuel cell stack -anhydrite floor production;material;Construction\Coverings\Transformation -anhydrite floor production;material;Construction\Coverings\Transformation -anhydrite production;material;Chemicals\Inorganic\Transformation -anhydrite production;material;Chemicals\Inorganic\Transformation -anhydrite production, burned;material;Chemicals\Inorganic\Transformation -anhydrite production, burned;material;Chemicals\Inorganic\Transformation -aniline production;material;Chemicals\Organic\Transformation -aniline production;material;Chemicals\Organic\Transformation -anionic resin production;material;Chemicals\Others\Transformation -anionic resin production;material;Chemicals\Others\Transformation -Anode {GLO}| Cut-off,;transport;carculator\energy storage\lithium-ion battery -Anode current collector, lfp {JP}| Cut-off,;transport;carculator\energy storage\lithium-ion battery -Anode current collector, nca {JP}| Cut-off,;transport;carculator\energy storage\lithium-ion battery -anode factory construction;material;Metals\Extraction\Transformation\Infrastructure -anode factory construction;material;Metals\Extraction\Transformation\Infrastructure -Anode paste, lfp {JP}| Cut-off,;transport;carculator\energy storage\lithium-ion battery -Anode paste, nca {JP}| Cut-off,;transport;carculator\energy storage\lithium-ion battery -anode production, for metal electrolysis;material;Metals\Extraction\Transformation -anode production, for metal electrolysis;material;Metals\Extraction\Transformation -anode production, graphite, for lithium-ion battery;material;Electronics\Component\Transformation -anode production, graphite, for lithium-ion battery;material;Electronics\Component\Transformation -anode production, paste, for aluminium electrolysis;material;Others\Obsolete -anode production, paste, for aluminium electrolysis;material;Metals\Extraction\Transformation -anode production, paste, for aluminium electrolysis;material;Metals\Extraction\Transformation -anode production, paste, for aluminium electrolysis IAI Area,;material;Metals\Extraction\Transformation -anode production, paste, for aluminium electrolysis IAI Area, Asia, without;material;Metals\Extraction\Transformation -anode production, paste, for aluminium electrolysis IAI Area, EU27 &;material;Metals\Extraction\Transformation -anode production, paste, for aluminium electrolysis IAI Area, Gulf Cooperation;material;Metals\Extraction\Transformation -anode production, paste, for aluminium electrolysis IAI Area, Russia & RER w/o;material;Metals\Extraction\Transformation -anode production, paste, for aluminium electrolysis IAI Area, South;material;Metals\Extraction\Transformation -anode production, prebake, for aluminium electrolysis;material;Others\Obsolete -anode production, prebake, for aluminium electrolysis;material;Metals\Extraction\Transformation -anode production, prebake, for aluminium electrolysis;material;Metals\Extraction\Transformation -anode production, prebake, for aluminium electrolysis;material;Metals\Extraction\Transformation -anode production, prebake, for aluminium electrolysis;material;Metals\Extraction\Transformation -anode production, prebake, for aluminium electrolysis IAI Area,;material;Metals\Extraction\Transformation -anode production, prebake, for aluminium electrolysis IAI Area, Asia, without;material;Metals\Extraction\Transformation -anode production, prebake, for aluminium electrolysis IAI Area, EU27 &;material;Metals\Extraction\Transformation -anode production, prebake, for aluminium electrolysis IAI Area, Gulf;material;Metals\Extraction\Transformation -anode production, prebake, for aluminium electrolysis IAI Area, Russia & RER;material;Metals\Extraction\Transformation -anode production, prebake, for aluminium electrolysis IAI Area, South;material;Metals\Extraction\Transformation -anode refinery construction;material;Metals\Extraction\Transformation\Infrastructure -anode refinery construction;material;Metals\Extraction\Transformation\Infrastructure -anode slime, silver and tellurium containing stockpiling;material;Metals\Extraction\Transformation -anode slime, silver and tellurium containing stockpiling;material;Metals\Extraction\Transformation -anodising, aluminium sheet;processing;Metals\Coating\Transformation -anodising, aluminium sheet;processing;Metals\Coating\Transformation -anodising, aluminium sheet;processing;Metals\Coating\Transformation -anthranilic acid production;material;Chemicals\Acids (organic)\Transformation -anthranilic acid production;material;Chemicals\Acids (organic)\Transformation -anthraquinone production;material;Chemicals\Organic\Transformation -anthraquinone production;material;Chemicals\Organic\Transformation -antimony production;material;Metals\Non ferro\Transformation -antimony production;material;Metals\Non ferro\Transformation -anti-reflex-coating, etching, solar glass;processing;Glass\Transformation -anti-reflex-coating, etching, solar glass;processing;Glass\Transformation -apple production;material;Agricultural\Plant production\Fruits\Transformation -apple production;material;Agricultural\Plant production\Fruits\Transformation -apple production;material;Others\Obsolete -apple production;material;Agricultural\Plant production\Fruits\Transformation -apple production;material;Agricultural\Plant production\Fruits\Transformation -apple production;material;Agricultural\Plant production\Fruits\Transformation -apple production;material;Agricultural\Plant production\Fruits\Transformation -application of plant protection product, by field sprayer;processing;Agricultural\Transformation -application of plant protection product, by field sprayer;processing;Agricultural\Transformation -application of plant protection product, by field sprayer;processing;Agricultural\Transformation -application of plant protection product, by field sprayer;processing;Agricultural\Transformation -application of plant protection product, by field sprayer;processing;Agricultural\Transformation -apricot production;material;Agricultural\Plant production\Fruits\Transformation -apricot production;material;Agricultural\Plant production\Fruits\Transformation -apricot production;material;Agricultural\Plant production\Fruits\Transformation -apricot production;material;Agricultural\Plant production\Fruits\Transformation -apricot production;material;Agricultural\Plant production\Fruits\Transformation -argon production, liquid;material;Chemicals\Gases\Liquified\Transformation -argon production, liquid;material;Chemicals\Gases\Liquified\Transformation -argon to generic market for inert gas for discharge lamps;material;Chemicals\Others\Transformation -arsine production;material;Chemicals\Inorganic\Transformation -asbestos production, crysotile type;material;Minerals\Transformation -ascorbic acid production;material;Chemicals\Acids (organic)\Transformation -ascorbic acid production;material;Chemicals\Acids (organic)\Transformation -ash, from combustion of bagasse from sugarcane, Recycled Content cut-off;processing;Agricultural\Transformation -asparagus seedling production, for planting;material;Agricultural\Plant seeds\Transformation -asparagus seedling production, for planting;material;Agricultural\Plant seeds\Transformation -assembly of generator and motor, auxilliaries and energy use, for mini CHP;processing;Electronics\Transformation -assembly of generator and motor, auxilliaries and energy use, for mini CHP;processing;Electronics\Transformation -assembly of generator and motor, auxilliaries and energy use, heat and power;processing;Electronics\Transformation -assembly of generator and motor, auxilliaries and energy use, heat and power;processing;Electronics\Transformation -assembly of liquid crystal display, auxilliaries and energy use;processing;Electronics\Transformation -Atr bm + ccs (mdea), 98 (average), with digestate incineration, 25 bar {CH}|;transport;carculator\synthetic fuels\transformation -Atr bm, with digestate incineration, 25 bar {CH}| Cut-off,;transport;carculator\synthetic fuels\transformation -Atr ng + ccs (mdea), 98 (average), 25 bar {RER}| Cut-off,;transport;carculator\synthetic fuels\transformation -Atr ng, 25 bar {RER}| Cut-off,;transport;carculator\synthetic fuels\transformation -atrazine production;material;Chemicals\Pesticides\Transformation -atrazine production;material;Chemicals\Pesticides\Transformation -aubergine production, in heated greenhouse;material;Agricultural\Plant production\Vegetables\Transformation -aubergine production, open field;material;Agricultural\Plant production\Vegetables\Transformation -aubergine production, open field;material;Agricultural\Plant production\Vegetables\Transformation -autoclaved aerated concrete block production;material;Construction\Concrete\Transformation -autoclaved aerated concrete block production;material;Construction\Concrete\Transformation -autoclaved aerated concrete block production;material;Construction\Concrete\Transformation -autoclaved aerated concrete block production;waste treatment;Others\Transformation -autoclaved aerated concrete block production;waste treatment;Others\Transformation -auxiliary heating unit production, electric, 5kW;energy;Heat\Solar\Transformation\Infrastructure -auxiliary heating unit production, electric, 5kW;energy;Heat\Solar\Transformation\Infrastructure -avocado production;material;Agricultural\Plant production\Fruits\Transformation -azodicarbonamide production;material;Chemicals\Inorganic\Transformation -azodicarbonamide production;material;Chemicals\Inorganic\Transformation -backlight production, for liquid crystal display;material;Electronics\Component\Transformation -bale loading;processing;Agricultural\Transformation -bale loading;processing;Agricultural\Transformation -bale loading;processing;Agricultural\Transformation -baling;processing;Agricultural\Transformation -baling;processing;Agricultural\Transformation -baling;processing;Agricultural\Transformation -banana production;material;Agricultural\Plant production\Fruits\Transformation -banana production;material;Agricultural\Plant production\Fruits\Transformation -banana production;material;Agricultural\Plant production\Fruits\Transformation -banana production;material;Others\Obsolete -banana production;material;Agricultural\Plant production\Fruits\Transformation -banana production;material;Agricultural\Plant production\Fruits\Transformation -barge production;transport;Water\Transformation\Infrastructure -barge production;transport;Water\Transformation\Infrastructure -barge tanker production;transport;Water\Transformation\Infrastructure -barge tanker production;transport;Water\Transformation\Infrastructure -barite production;material;Chemicals\Inorganic\Transformation -barite production;material;Chemicals\Inorganic\Transformation -barite production;material;Chemicals\Inorganic\Transformation -barium carbonate production;material;Chemicals\Inorganic\Transformation -barium hydroxide production;material;Chemicals\Inorganic\Transformation -barium oxide production;material;Chemicals\Inorganic\Transformation -barium sulfide production;material;Chemicals\Inorganic\Transformation -bark chips production, hardwood, at sawmill;material;Wood\Byproducts\Transformation -bark chips production, hardwood, at sawmill;material;Wood\Byproducts\Transformation -bark chips production, hardwood, at sawmill;material;Wood\Byproducts\Transformation -bark chips production, softwood, at sawmill;material;Wood\Byproducts\Transformation -bark chips production, softwood, at sawmill;material;Wood\Byproducts\Transformation -bark chips production, softwood, at sawmill;material;Wood\Byproducts\Transformation -bark chips, wet, measured as dry mass to generic market for residual hardwood,;material;Wood\Byproducts\Transformation -bark chips, wet, measured as dry mass to generic market for residual hardwood,;material;Wood\Byproducts\Transformation -barley grain to generic market for energy feed;material;Agricultural\Animal feed\Market -barley grain to generic market for energy feed;material;Agricultural\Animal feed\Transformation -barley grain, feed production;material;Agricultural\Animal feed\Transformation -barley grain, feed production;material;Agricultural\Animal feed\Transformation -barley grain, feed production, organic;material;Agricultural\Animal feed\Transformation -barley grain, feed production, organic;material;Agricultural\Animal feed\Transformation -barley grain, feed production, Swiss integrated production;material;Agricultural\Animal feed\Transformation -barley grain, feed production, Swiss integrated production;material;Others\Obsolete -barley production;material;Agricultural\Plant production\Cereals\Transformation -barley production;material;Agricultural\Plant production\Cereals\Transformation -barley production;material;Agricultural\Plant production\Cereals\Transformation -barley production;material;Agricultural\Plant production\Cereals\Transformation -barley production;material;Agricultural\Plant production\Cereals\Transformation -barley production, organic;material;Agricultural\Plant production\Cereals\Transformation -barley production, organic;material;Agricultural\Plant production\Cereals\Transformation -barley production, organic;material;Agricultural\Plant production\Roughage\Transformation -barley production, organic;material;Agricultural\Plant production\Roughage\Transformation -barley production, Swiss integrated production, extensive;material;Agricultural\Plant production\Cereals\Transformation -barley production, Swiss integrated production, extensive;material;Agricultural\Plant production\Roughage\Transformation -barley production, Swiss integrated production, intensive;material;Agricultural\Plant production\Cereals\Transformation -barley production, Swiss integrated production, intensive;material;Agricultural\Plant production\Roughage\Transformation -barley seed production, for sowing;material;Agricultural\Plant seeds\Transformation -barley seed production, organic, for sowing;material;Agricultural\Plant seeds\Transformation -barley seed production, organic, for sowing;material;Agricultural\Plant seeds\Transformation -barley seed production, Swiss integrated production, for sowing;material;Agricultural\Plant seeds\Transformation -basalt quarry operation;material;Minerals\Transformation -basalt quarry operation;material;Minerals\Transformation -base oil production, petroleum refinery operation;material;Fuels\Oil\Crude oil\Transformation -base oil production, petroleum refinery operation;material;Fuels\Oil\Crude oil\Transformation -base oil production, petroleum refinery operation;material;Fuels\Oil\Crude oil\Transformation -base oil production, petroleum refinery operation;material;Fuels\Oil\Crude oil\Transformation -base oil production, petroleum refinery operation;material;Fuels\Oil\Crude oil\Transformation -base oil production, petroleum refinery operation;material;Fuels\Oil\Crude oil\Transformation -base oil production, petroleum refinery operation Europe without;material;Fuels\Oil\Crude oil\Transformation -base plaster production;material;Construction\Coverings\Transformation -base plaster production;material;Construction\Coverings\Transformation -basic slag fertiliser production;material;Chemicals\Fertilisers (inorganic)\Transformation -batch dyeing, fibre, cotton;processing;Textiles\Transformation -batch dyeing, fibre, cotton;processing;Textiles\Transformation -batch dyeing, fibre, cotton;processing;Textiles\Transformation -batter wheat mix production;material;Agricultural\Food\Transformation -batter wheat mix production;material;Agricultural\Food\Transformation -Battery bop {GLO}| Cut-off,;transport;carculator\energy storage\lithium-ion battery -battery cell production, Li-ion;material;Electronics\Module\Transformation -battery cell production, Li-ion;material;Electronics\Module\Transformation -Battery cell, lfp {GLO}| Cut-off,;transport;carculator\energy storage\lithium-ion battery -Battery cell, nca {GLO}| Cut-off,;transport;carculator\energy storage\lithium-ion battery -Battery cell, nmc {GLO}| Cut-off,;transport;carculator\energy storage\lithium-ion battery -Battery management system {GLO}| Cut-off,;transport;carculator\energy storage\lithium-ion battery -Battery packaging {GLO}| Cut-off,;transport;carculator\energy storage\lithium-ion battery -battery production, Li-ion, rechargeable, prismatic;material;Electronics\Module\Transformation -battery production, NaCl, rechargeable;material;Electronics\Module\Transformation -battery production, NiMH, rechargeable, prismatic;material;Electronics\Module\Transformation -Battery retention {GLO}| Cut-off,;transport;carculator\energy storage\lithium-ion battery -battery separator production;material;Electronics\Component\Transformation -battery separator production;material;Electronics\Component\Transformation -Battery tray {GLO}| Cut-off,;transport;carculator\energy storage\lithium-ion battery -bauxite mine operation;material;Minerals\Transformation -beam, hardwood, raw, air drying;material;Others\Obsolete -beam, hardwood, raw, air drying;material;Others\Obsolete -beam, hardwood, raw, air drying to u=20%;material;Wood\Products\Transformation -beam, hardwood, raw, air drying to u=20%;material;Wood\Products\Transformation -beam, hardwood, raw, air drying to u=20%;material;Wood\Products\Transformation -beam, hardwood, raw, kiln drying;material;Others\Obsolete -beam, hardwood, raw, kiln drying;material;Others\Obsolete -beam, hardwood, raw, kiln drying to u=10%;material;Wood\Products\Transformation -beam, hardwood, raw, kiln drying to u=10%;material;Wood\Products\Transformation -beam, hardwood, raw, kiln drying to u=10%;material;Wood\Products\Transformation -beam, hardwood, raw, kiln drying to u=20%;material;Wood\Products\Transformation -beam, hardwood, raw, kiln drying to u=20%;material;Wood\Products\Transformation -beam, hardwood, raw, kiln drying to u=20%;material;Wood\Products\Transformation -beam, softwood, raw, air drying;material;Others\Obsolete -beam, softwood, raw, air drying;material;Others\Obsolete -beam, softwood, raw, air drying to u=20%;material;Wood\Products\Transformation -beam, softwood, raw, air drying to u=20%;material;Wood\Products\Transformation -beam, softwood, raw, air drying to u=20%;material;Wood\Products\Transformation -beam, softwood, raw, kiln drying;material;Others\Obsolete -beam, softwood, raw, kiln drying;material;Others\Obsolete -beam, softwood, raw, kiln drying to u=10%;material;Wood\Products\Transformation -beam, softwood, raw, kiln drying to u=10%;material;Wood\Products\Transformation -beam, softwood, raw, kiln drying to u=10%;material;Wood\Products\Transformation -beam, softwood, raw, kiln drying to u=20%;material;Wood\Products\Transformation -beam, softwood, raw, kiln drying to u=20%;material;Wood\Products\Transformation -beam, softwood, raw, kiln drying to u=20%;material;Wood\Products\Transformation -beef cattle production on pasture;material;Agricultural\Animal production\Bovine\Transformation -beef cattle production on pasture;material;Agricultural\Animal production\Bovine\Transformation -beef cattle production on pasture;material;Agricultural\Animal production\Bovine\Transformation -beef cattle production on pasture;material;Agricultural\Animal production\Bovine\Transformation -beef cattle production on pasture;material;Agricultural\Animal production\Bovine\Transformation -beef cattle production on pasture and feedlot;material;Agricultural\Animal production\Bovine\Transformation -beef cattle production on pasture and feedlot;material;Agricultural\Animal production\Bovine\Transformation -beef cattle production on pasture and feedlot;material;Agricultural\Animal production\Bovine\Transformation -beef cattle production on pasture and feedlot;material;Agricultural\Animal production\Bovine\Transformation -beef cattle production on pasture and proteic supplement;material;Agricultural\Animal production\Bovine\Transformation -beef cattle production on pasture and proteic supplement;material;Agricultural\Animal production\Bovine\Transformation -beef cattle production on pasture and proteic supplement;material;Agricultural\Animal production\Bovine\Transformation -beef cattle production on pasture and proteic supplement;material;Agricultural\Animal production\Bovine\Transformation -beet seed production, Swiss integrated production, for sowing;material;Agricultural\Plant seeds\Transformation -beet seed production, Swiss integrated production, for sowing;material;Others\Obsolete -beet sugar production;material;Agricultural\Intermediate Products\Transformation -beet sugar production;material;Agricultural\Intermediate Products\Transformation -beet sugar production;material;Agricultural\Plant production\Sugar Beets\Transformation -beet sugar production;material;Agricultural\Plant production\Sugar Beets\Transformation -beet sugar production;material;Agricultural\Food\Transformation -beet sugar production;material;Agricultural\Food\Transformation -bell pepper production, in heated greenhouse;material;Agricultural\Plant production\Vegetables\Transformation -bell pepper production, open field;material;Agricultural\Plant production\Vegetables\Transformation -bell pepper production, open field;material;Agricultural\Plant production\Vegetables\Transformation -bell pepper production, open field;material;Agricultural\Plant production\Vegetables\Transformation -bentonite quarry construction;material;Minerals\Transformation\Infrastructure -bentonite quarry construction;material;Minerals\Transformation\Infrastructure -bentonite quarry operation;material;Minerals\Transformation -bentonite quarry operation;material;Minerals\Transformation -benzal chloride production;material;Chemicals\Organic\Transformation -benzal chloride production;material;Chemicals\Organic\Transformation -benzaldehyde production;material;Chemicals\Organic\Transformation -benzaldehyde production;material;Chemicals\Organic\Transformation -benzaldehyde-2-sulfonic acid production;material;Chemicals\Acids (organic)\Transformation -benzene chlorination;material;Chemicals\Acids (inorganic)\Transformation -benzene chlorination;material;Chemicals\Acids (inorganic)\Transformation -benzene chlorination;material;Chemicals\Organic\Transformation -benzene chlorination;material;Chemicals\Organic\Transformation -benzene chlorination;material;Chemicals\Organic\Transformation -benzene chlorination;material;Chemicals\Organic\Transformation -benzene chlorination;material;Chemicals\Organic\Transformation -benzene chlorination;material;Chemicals\Organic\Transformation -benzene production;material;Chemicals\Organic\Transformation -benzene production;material;Chemicals\Organic\Transformation -benzimidazole-compound production;material;Chemicals\Pesticides\Transformation -benzimidazole-compound production;material;Chemicals\Pesticides\Transformation -benzo[thia]diazole-compound production;material;Chemicals\Pesticides\Transformation -benzo[thia]diazole-compound production;material;Chemicals\Pesticides\Transformation -benzoic-compound production;material;Chemicals\Pesticides\Transformation -benzoic-compound production;material;Chemicals\Pesticides\Transformation -benzyl alcohol production;material;Chemicals\Organic\Transformation -benzyl alcohol production;material;Chemicals\Organic\Transformation -benzyl chloride production;material;Chemicals\Organic\Transformation -benzyl chloride production;material;Chemicals\Organic\Transformation -beverage carton converting;processing;Cardboard\Transformation -bicycle production;transport;Road\Transformation\Infrastructure -bicycle production;transport;Road\Transformation\Infrastructure -Bimetallic busbars and washers {GLO}| Cut-off,;transport;carculator\energy storage\lithium-ion battery -Biodiesel from algae {RER}| Cut-off,;transport;carculator\biofuels\transformation -Biodiesel from cooking oil {RER}| Cut-off,;transport;carculator\biofuels\transformation -Biodiesel from palm oil {RER}| Cut-off,;transport;carculator\biofuels\transformation -Biodiesel from rapeseed oil {RER}| Cut-off,;transport;carculator\biofuels\transformation -biogas production from grass;material;Fuels\Biofuels\Biogas\Transformation -biogas production from grass;material;Others\Obsolete -biogas production from grass;material;Agricultural\Animal feed\Transformation -biogas production from grass;material;Others\Obsolete -biogas production from grass;material;Agricultural\Animal feed\Transformation -biogas production from grass;material;Others\Obsolete -biogas purification to methane 96 vol-%;material;Fuels\Biofuels\Methane\Transformation -biogas purification to methane 96 vol-%;material;Fuels\Biofuels\Methane\Transformation -Biogas upgrading - sewage sludge - amine scrubbing - best {CH}| Cut-off,;transport;carculator\biofuels\transformation -biogas, burned in micro gas turbine 100kWe;energy;Cogeneration\Biomass\Transformation -biogas, burned in micro gas turbine 100kWe;energy;Cogeneration\Biomass\Transformation -biogas, burned in polymer electrolyte membrane fuel cell 2kWe, future;energy;Cogeneration\Biomass\Transformation -biogas, burned in polymer electrolyte membrane fuel cell 2kWe, future;energy;Heat\Gas\Transformation -biogas, burned in solid oxide fuel cell 125kWe, future;energy;Cogeneration\Biomass\Transformation -biogas, burned in solid oxide fuel cell 125kWe, future;energy;Heat\Gas\Transformation -biogas, burned in solid oxide fuel cell, with micro gas turbine, 180kWe, future;energy;Cogeneration\Biomass\Transformation -biogas, burned in solid oxide fuel cell, with micro gas turbine, 180kWe, future;energy;Heat\Gas\Transformation -Biomethane from biogas upgrading - biowaste - amine scrubbing {CH}| Cut-off,;transport;carculator\biofuels\transformation -Bipolar plate {GLO}| Cut-off,;transport;carculator\energy storage\fuel cell stack -bipyridylium-compound production;material;Chemicals\Pesticides\Transformation -bipyridylium-compound production;material;Chemicals\Pesticides\Transformation -bisphenol A epoxy based vinyl ester resin production;material;Chemicals\Organic\Transformation -bisphenol A epoxy based vinyl ester resin production;material;Chemicals\Organic\Transformation -bisphenol A production, powder;material;Chemicals\Organic\Transformation -bisphenol A production, powder;material;Chemicals\Organic\Transformation -bitumen adhesive compound production, cold;material;Construction\Sealing\Transformation -bitumen adhesive compound production, cold;material;Construction\Sealing\Transformation -bitumen adhesive compound production, hot;material;Construction\Sealing\Transformation -bitumen adhesive compound production, hot;material;Construction\Sealing\Transformation -bitumen seal production;material;Construction\Sealing\Transformation -bitumen seal production;material;Construction\Sealing\Transformation -bitumen seal production, Alu80;material;Construction\Sealing\Transformation -bitumen seal production, Alu80;material;Construction\Sealing\Transformation -bitumen seal production, polymer EP4 flame retardant;material;Construction\Sealing\Transformation -bitumen seal production, polymer EP4 flame retardant;material;Construction\Sealing\Transformation -bitumen seal production, polymer EP4 flame retardant;material;Construction\Sealing\Transformation -bitumen seal production, V60;material;Construction\Sealing\Transformation -bitumen seal production, V60;material;Construction\Sealing\Transformation -bitumen seal production, V60;material;Construction\Sealing\Transformation -bitumen seal production, VA4;material;Construction\Sealing\Transformation -bitumen seal production, VA4;material;Construction\Sealing\Transformation -blast furnace gas, Recycled Content cut-off;material;Fuels\Natural gas\Transformation -blast furnace production;material;Metals\Ferro\Transformation\Infrastructure -blast furnace production;material;Metals\Ferro\Transformation\Infrastructure -blast furnace slag, Recycled Content cut-off;processing;Waste\Transformation\Others -blast oxygen furnace converter production;material;Metals\Ferro\Transformation\Infrastructure -blast oxygen furnace converter production;material;Metals\Ferro\Transformation\Infrastructure -blasting;processing;Others\Transformation -blasting;processing;Others\Transformation -bleaching and dyeing, yarn;processing;Textiles\Transformation -bleaching and dyeing, yarn;processing;Textiles\Transformation -bleaching and dyeing, yarn;processing;Textiles\Transformation -bleaching, textile;processing;Textiles\Transformation -bleaching, textile;processing;Textiles\Transformation -bleaching, textile;processing;Textiles\Transformation -blister-copper conversion facility construction;material;Metals\Non ferro\Transformation\Infrastructure -blister-copper conversion facility construction;material;Metals\Non ferro\Transformation\Infrastructure -blow moulding;processing;Plastics\Transformation -blow moulding;processing;Plastics\Transformation -blow moulding;processing;Plastics\Transformation -blow moulding production;processing;Others\Obsolete -blow moulding production;processing;Others\Obsolete -blow moulding production;processing;Others\Obsolete -blower and heat exchange unit production, Avent E 97;material;Construction\Ventilation\Transformation -blower and heat exchange unit production, Avent E 97;material;Construction\Ventilation\Transformation -blower and heat exchange unit production, central, 600-1200 m3/h;material;Construction\Ventilation\Transformation -blower and heat exchange unit production, central, 600-1200 m3/h;material;Construction\Ventilation\Transformation -blower and heat exchange unit production, decentralized, 180-250 m3/h;material;Construction\Ventilation\Transformation -blower and heat exchange unit production, decentralized, 180-250 m3/h;material;Construction\Ventilation\Transformation -blower and heat exchange unit production, GE 250 RH;material;Construction\Ventilation\Transformation -blower and heat exchange unit production, GE 250 RH;material;Construction\Ventilation\Transformation -blower and heat exchange unit production, KWL 250;material;Construction\Ventilation\Transformation -blower and heat exchange unit production, KWL 250;material;Construction\Ventilation\Transformation -blower and heat exchange unit production, KWLC 1200;material;Construction\Ventilation\Transformation -blower and heat exchange unit production, KWLC 1200;material;Construction\Ventilation\Transformation -blower and heat exchange unit production, Storkair G 90;material;Construction\Ventilation\Transformation -blower and heat exchange unit production, Storkair G 90;material;Construction\Ventilation\Transformation -blower and heat exchange unit production, Twl-700;material;Construction\Ventilation\Transformation -blower and heat exchange unit production, Twl-700;material;Construction\Ventilation\Transformation -board, hardwood, raw, air drying;material;Others\Obsolete -board, hardwood, raw, air drying;material;Others\Obsolete -board, hardwood, raw, air drying to u=20%;material;Wood\Products\Transformation -board, hardwood, raw, air drying to u=20%;material;Wood\Products\Transformation -board, hardwood, raw, air drying to u=20%;material;Wood\Products\Transformation -board, hardwood, raw, kiln drying;material;Others\Obsolete -board, hardwood, raw, kiln drying;material;Others\Obsolete -board, hardwood, raw, kiln drying to u=10%;material;Wood\Products\Transformation -board, hardwood, raw, kiln drying to u=10%;material;Wood\Products\Transformation -board, hardwood, raw, kiln drying to u=10%;material;Wood\Products\Transformation -board, hardwood, raw, kiln drying to u=20%;material;Wood\Products\Transformation -board, hardwood, raw, kiln drying to u=20%;material;Wood\Products\Transformation -board, hardwood, raw, kiln drying to u=20%;material;Wood\Products\Transformation -board, softwood, raw, air drying;material;Others\Obsolete -board, softwood, raw, air drying;material;Others\Obsolete -board, softwood, raw, air drying to u=20%;material;Wood\Products\Transformation -board, softwood, raw, air drying to u=20%;material;Wood\Products\Transformation -board, softwood, raw, air drying to u=20%;material;Wood\Products\Transformation -board, softwood, raw, kiln drying;material;Others\Obsolete -board, softwood, raw, kiln drying;material;Others\Obsolete -board, softwood, raw, kiln drying to u=10%;material;Wood\Products\Transformation -board, softwood, raw, kiln drying to u=10%;material;Wood\Products\Transformation -board, softwood, raw, kiln drying to u=10%;material;Wood\Products\Transformation -board, softwood, raw, kiln drying to u=20%;material;Wood\Products\Transformation -board, softwood, raw, kiln drying to u=20%;material;Wood\Products\Transformation -board, softwood, raw, kiln drying to u=20%;material;Wood\Products\Transformation -borax production, anhydrous, powder;material;Chemicals\Inorganic\Transformation -borax production, anhydrous, powder;material;Chemicals\Inorganic\Transformation -borehole heat exchanger production, 150m;energy;Heat\Heat pump\Transformation\Infrastructure -borehole heat exchanger production, 150m;energy;Heat\Heat pump\Transformation\Infrastructure -boric acid production, anhydrous, powder;material;Chemicals\Acids (inorganic)\Transformation -boric acid production, anhydrous, powder;material;Chemicals\Acids (inorganic)\Transformation -boric oxide production;material;Chemicals\Inorganic\Transformation -boron carbide production;material;Chemicals\Inorganic\Transformation -boron trifluoride production;material;Chemicals\Inorganic\Transformation -brass drilling, computer numerical controlled;processing;Metals\Chipping\Transformation -brass drilling, computer numerical controlled;processing;Metals\Chipping\Transformation -brass drilling, conventional;processing;Metals\Chipping\Transformation -brass drilling, conventional;processing;Metals\Chipping\Transformation -brass production;material;Metals\Non ferro\Transformation -brass production;material;Metals\Non ferro\Transformation -brass turning, average, computer numerical controlled;processing;Metals\Chipping\Transformation -brass turning, average, computer numerical controlled;processing;Metals\Chipping\Transformation -brass turning, average, conventional;processing;Metals\Chipping\Transformation -brass turning, average, conventional;processing;Metals\Chipping\Transformation -brass turning, primarily dressing, computer numerical controlled;processing;Metals\Chipping\Transformation -brass turning, primarily dressing, computer numerical controlled;processing;Metals\Chipping\Transformation -brass turning, primarily dressing, conventional;processing;Metals\Chipping\Transformation -brass turning, primarily dressing, conventional;processing;Metals\Chipping\Transformation -brass turning, primarily roughing, computer numerical controlled;processing;Metals\Chipping\Transformation -brass turning, primarily roughing, computer numerical controlled;processing;Metals\Chipping\Transformation -brass turning, primarily roughing, conventional;processing;Metals\Chipping\Transformation -brass turning, primarily roughing, conventional;processing;Metals\Chipping\Transformation -brazing solder production, cadmium free;material;Metals\Alloys\Transformation -brazing solder production, cadmium free;material;Metals\Alloys\Transformation -breadcrumbs production;material;Agricultural\Food\Transformation -breadcrumbs production;material;Agricultural\Food\Transformation -brick production;material;Others\Obsolete -brick production;material;Others\Obsolete -brick production facility construction;material;Construction\Bricks\Transformation\Infrastructure -brick production facility construction;material;Construction\Bricks\Transformation\Infrastructure -brick shale production;material;Others\Obsolete -brick shale production;material;Others\Obsolete -broccoli production;material;Agricultural\Plant production\Vegetables\Transformation -bromine production;material;Chemicals\Inorganic\Transformation -bromine production;material;Chemicals\Inorganic\Transformation -bromopropane production;material;Chemicals\Organic\Transformation -bromopropane production;material;Chemicals\Organic\Transformation -bronze production;material;Metals\Non ferro\Transformation -bronze production;material;Metals\Non ferro\Transformation -bronze scrap, post-consumer to generic market for bronze;material;Metals\Non ferro\Transformation -bronze scrap, post-consumer, Recycled Content cut-off;waste treatment;Metals\Transformation -Brown-Schlesinger process;material;Chemicals\Organic\Transformation -Brown-Schlesinger process;material;Chemicals\Inorganic\Transformation -Buffer tank {GLO}| Cut-off,;transport;carculator\energy storage\hydrogen supply infrastructure -building construction, budget hotel;use;Tourism\Hotels\Transformation\Infrastructure -building construction, budget hotel;use;Tourism\Hotels\Transformation\Infrastructure -building construction, hall;material;Construction\Others\Transformation\Infrastructure -building construction, hall;material;Construction\Others\Transformation\Infrastructure -building construction, hall, steel construction;material;Construction\Others\Transformation\Infrastructure -building construction, hall, steel construction;material;Construction\Others\Transformation\Infrastructure -building construction, hall, wood construction;material;Construction\Others\Transformation\Infrastructure -building construction, hall, wood construction;material;Construction\Others\Transformation\Infrastructure -building construction, hostel;use;Tourism\Hotels\Transformation\Infrastructure -building construction, hostel;use;Tourism\Hotels\Transformation\Infrastructure -building construction, luxury hotel;use;Tourism\Hotels\Transformation\Infrastructure -building construction, luxury hotel;use;Tourism\Hotels\Transformation\Infrastructure -building construction, multi-storey;material;Construction\Others\Transformation\Infrastructure -building construction, multi-storey;material;Construction\Others\Transformation\Infrastructure -building construction, upmarket hotel;use;Tourism\Hotels\Transformation\Infrastructure -building machine production;transport;Building equipment\Transformation\Infrastructure -building machine production;transport;Building equipment\Transformation\Infrastructure -building operation, budget hotel;use;Tourism\Hotels\Transformation -building operation, budget hotel;use;Tourism\Hotels\Transformation -building operation, hostel;use;Tourism\Hotels\Transformation -building operation, hostel;use;Tourism\Hotels\Transformation -building operation, luxury hotel;use;Tourism\Hotels\Transformation -building operation, luxury hotel;use;Tourism\Hotels\Transformation -building operation, upmarket hotel;use;Tourism\Hotels\Transformation -bulk carrier production, for dry goods;transport;Water\Market\Infrastructure -bulk lead-zinc concentrate to generic markets for zinc concentrate and lead;material;Minerals\Transformation -bulk lead-zinc concentrate to generic markets for zinc concentrate and lead;material;Minerals\Transformation -burnt shale production;material;Chemicals\Inorganic\Transformation -burnt shale production;material;Chemicals\Inorganic\Transformation -burnt shale production;energy;Electricity country mix\Medium Voltage\Transformation -burnt shale production;energy;Electricity country mix\Medium Voltage\Transformation -bus production;transport;Road\Transformation\Infrastructure -bus production;transport;Road\Transformation\Infrastructure -butadiene production;material;Chemicals\Organic\Transformation -butadiene production;material;Chemicals\Organic\Transformation -butane extraction, from natural gas liquids;material;Chemicals\Organic\Transformation -butane-1,4-diol production;material;Chemicals\Organic\Transformation -butane-1,4-diol production;material;Chemicals\Organic\Transformation -butene production, mixed;material;Chemicals\Organic\Transformation -butene production, mixed;material;Chemicals\Organic\Transformation -butter production, from cow milk;material;Agricultural\Food\Transformation -butter production, from cow milk;material;Agricultural\Food\Transformation -butter production, from cow milk;material;Agricultural\Food\Transformation -butter production, from cream, from cow milk;material;Agricultural\Food\Transformation -butter production, from cream, from cow milk;material;Agricultural\Food\Transformation -butter production, from cream, from cow milk;material;Agricultural\Food\Transformation -buttermilk, from cow milk to generic market for protein feed;material;Agricultural\Animal feed\Market -buttermilk, from cow milk to generic market for protein feed;material;Agricultural\Animal feed\Transformation -butyl acetate production;material;Chemicals\Organic\Transformation -butyl acetate production;material;Chemicals\Organic\Transformation -butyl acrylate production;material;Chemicals\Organic\Transformation -butyl acrylate production;material;Chemicals\Organic\Transformation -butyldiglycol acetate production;material;Chemicals\Organic\Transformation -C3 hydrocarbon production, mixture, petroleum refinery operation;material;Chemicals\Organic\Transformation -C3 hydrocarbon production, mixture, petroleum refinery operation;material;Chemicals\Organic\Transformation -C3 hydrocarbon production, mixture, petroleum refinery operation;material;Chemicals\Organic\Transformation -C3 hydrocarbon production, mixture, petroleum refinery operation;material;Chemicals\Organic\Transformation -C3 hydrocarbon production, mixture, petroleum refinery operation;material;Chemicals\Organic\Transformation -C3 hydrocarbon production, mixture, petroleum refinery operation;material;Chemicals\Organic\Transformation -C3 hydrocarbon production, mixture, petroleum refinery operation Europe without;material;Chemicals\Organic\Transformation -CA + US resource use and emissions;material;Others -cabbage red production;material;Agricultural\Plant production\Vegetables\Transformation -cabbage white production;material;Others\Obsolete -cabbage white production;material;Agricultural\Plant production\Vegetables\Transformation -cabbage white production;material;Agricultural\Plant production\Vegetables\Transformation -cabbage white production;material;Agricultural\Plant production\Vegetables\Transformation -cable production, connector for computer, without plugs;material;Electronics\Component\Transformation -cable production, data cable in infrastructure;material;Electronics\Component\Transformation -cable production, network cable, category 5, without plugs;material;Electronics\Component\Transformation -cable production, printer cable, without plugs;material;Electronics\Component\Transformation -cable production, ribbon cable, 20-pin, with plugs;material;Electronics\Component\Transformation -cable production, three-conductor cable;material;Electronics\Component\Transformation -cable production, unspecified;material;Electronics\Component\Transformation -cable yarder production, trailer-mounted;transport;Building equipment\Transformation\Infrastructure -cable yarder production, truck-mounted;transport;Building equipment\Transformation\Infrastructure -cable yarder with sled winch production;material;Electronics\Component\Transformation -cadmium chloride production, semiconductor-grade;material;Chemicals\Inorganic\Transformation -cadmium chloride production, semiconductor-grade;material;Chemicals\Inorganic\Transformation -cadmium production, primary;material;Metals\Non ferro\Transformation -cadmium production, primary;material;Metals\Non ferro\Transformation -cadmium production, semiconductor-grade;material;Metals\Non ferro\Transformation -cadmium production, semiconductor-grade;material;Metals\Non ferro\Transformation -cadmium sludge from zinc electrolysis stockpiling;material;Metals\Non ferro\Transformation -cadmium sludge from zinc electrolysis stockpiling;material;Metals\Non ferro\Transformation -cadmium sulfide production, semiconductor-grade;material;Chemicals\Inorganic\Transformation -cadmium sulfide production, semiconductor-grade;material;Chemicals\Inorganic\Transformation -cadmium telluride production, semiconductor-grade;material;Chemicals\Inorganic\Transformation -cadmium telluride production, semiconductor-grade;material;Chemicals\Inorganic\Transformation -calcareous marl production;material;Chemicals\Inorganic\Transformation -calcareous marl production;material;Chemicals\Inorganic\Transformation -calcined clay production;material;Chemicals\Inorganic\Transformation -calcined clay production;material;Chemicals\Inorganic\Transformation -calcined clay to generic market for supplementary cementitious materials;material;Construction\Coverings\Transformation -calcium ammonium nitrate production;material;Chemicals\Fertilisers (inorganic)\Transformation -calcium ammonium nitrate production;material;Chemicals\Fertilisers (inorganic)\Transformation -calcium borates production;material;Chemicals\Inorganic\Transformation -calcium borates production;material;Chemicals\Inorganic\Transformation -calcium carbide production, technical grade;material;Chemicals\Inorganic\Transformation -calcium carbide production, technical grade;material;Chemicals\Inorganic\Transformation -calcium carbonate production, precipitated;material;Chemicals\Inorganic\Transformation -calcium carbonate production, precipitated;material;Chemicals\Inorganic\Transformation -calcium chloride to generic market for de-icer;material;Others\Obsolete -calcium chloride to generic market for de-icer;material;Chemicals\Others\Transformation -calcium chloride to generic market for de-icer;material;Chemicals\Others\Transformation -calcium nitrate production;material;Chemicals\Fertilisers (inorganic)\Transformation -calcium nitrate production;material;Chemicals\Fertilisers (inorganic)\Transformation -calcium nitrate production;material;Chemicals\Fertilisers (inorganic)\Transformation -calcium nitrate production;material;Chemicals\Fertilisers (inorganic)\Transformation -calendering production, rigid sheets;processing;Others\Obsolete -calendering production, rigid sheets;processing;Others\Obsolete -calendering, rigid sheets;processing;Plastics\Transformation -calendering, rigid sheets;processing;Plastics\Transformation -Canada resource use and emissions;material;Others -canal construction;transport;Water\Transformation\Infrastructure -canal construction;transport;Water\Transformation\Infrastructure -cane sugar production with ethanol by-product;material;Others\Obsolete -cane sugar production with ethanol by-product;energy;Others\Obsolete -cane sugar production with ethanol by-product;material;Others\Obsolete -cane sugar production with ethanol by-product;material;Others\Obsolete -cane sugar production with ethanol by-product;material;Others\Obsolete -cane sugar production with ethanol by-product;material;Others\Obsolete -capacitor production, auxilliaries and energy use;material;Electronics\Component\Transformation -capacitor production, electrolyte type, < 2cm height;material;Electronics\Component\Transformation -capacitor production, electrolyte type, > 2cm height;material;Electronics\Component\Transformation -capacitor production, film type, for through-hole mounting;material;Electronics\Component\Transformation -capacitor production, for surface-mounting;material;Electronics\Component\Transformation -capacitor production, tantalum-, for through-hole mounting;material;Electronics\Component\Transformation -captan production;material;Chemicals\Pesticides\Transformation -captan production;material;Chemicals\Pesticides\Transformation -carbon black production;material;Chemicals\Organic\Transformation -Carbon dioxide capture system {RER}| Cut-off,;transport;carculator\synthetic fuels\direct air capture -carbon dioxide production, liquid;material;Chemicals\Gases\Liquified\Transformation -carbon dioxide production, liquid;material;Chemicals\Gases\Liquified\Transformation -Carbon dioxide, captured from atmosphere {RER}| Cut-off,;transport;carculator\synthetic fuels\direct air capture -carbon disulfide production;material;Chemicals\Organic\Transformation -carbon fibre reinforced plastic, injection moulded;material;Plastics\Thermoplasts\Transformation -Carbon fibre, from acrylonitrile {GLO}| Cut-off,;transport;carculator\energy storage\hydrogen tank -carbon monoxide production;material;Chemicals\Gases\Transformation -carbon monoxide production;material;Chemicals\Gases\Transformation -Carbon monoxide, from rwgs {RER}| Cut-off,;transport;carculator\synthetic fuels\transformation -carbon tetrachloride production;material;Chemicals\Organic\Transformation -carbon tetrachloride production;material;Chemicals\Organic\Transformation -carboxymethyl cellulose production, powder;material;Chemicals\Washing agents\Auxiliaries\Transformation -carboxymethyl cellulose production, powder;material;Chemicals\Washing agents\Auxiliaries\Transformation -carrot production;material;Agricultural\Plant production\Roots and Tubers\Transformation -carrot production;material;Agricultural\Plant production\Roots and Tubers\Transformation -carrot production;material;Agricultural\Plant production\Roots and Tubers\Transformation -carrot seed production, for sowing;material;Agricultural\Plant seeds\Transformation -carrot seed production, for sowing;material;Agricultural\Plant seeds\Transformation -carrot seed production, Swiss integrated production, at farm;material;Agricultural\Plant seeds\Transformation -carrot seed production, Swiss integrated production, at farm;material;Others\Obsolete -carrot335 production;material;Others\Obsolete -carton board box production service, with gravure printing;processing;Cardboard\Transformation -carton board box production service, with gravure printing;processing;Cardboard\Transformation -carton board box production service, with gravure printing;processing;Cardboard\Transformation -carton board box production service, with offset printing;processing;Cardboard\Transformation -carton board box production service, with offset printing;processing;Cardboard\Transformation -carton board box production service, with offset printing;processing;Cardboard\Transformation -cashew production;material;Agricultural\Food\Transformation -cashew production;material;Agricultural\Food\Transformation -cast iron drilling, computer numerical controlled;processing;Metals\Chipping\Transformation -cast iron drilling, computer numerical controlled;processing;Metals\Chipping\Transformation -cast iron drilling, conventional;processing;Metals\Chipping\Transformation -cast iron drilling, conventional;processing;Metals\Chipping\Transformation -cast iron milling, average;processing;Metals\Chipping\Transformation -cast iron milling, average;processing;Metals\Chipping\Transformation -cast iron milling, dressing;processing;Metals\Chipping\Transformation -cast iron milling, dressing;processing;Metals\Chipping\Transformation -cast iron milling, large parts;processing;Metals\Chipping\Transformation -cast iron milling, large parts;processing;Metals\Chipping\Transformation -cast iron milling, small parts;processing;Metals\Chipping\Transformation -cast iron milling, small parts;processing;Metals\Chipping\Transformation -cast iron production;material;Metals\Ferro\Transformation -cast iron production;material;Metals\Ferro\Transformation -cast iron turning, average, computer numerical controlled;processing;Metals\Chipping\Transformation -cast iron turning, average, computer numerical controlled;processing;Metals\Chipping\Transformation -cast iron turning, average, conventional;processing;Metals\Chipping\Transformation -cast iron turning, average, conventional;processing;Metals\Chipping\Transformation -cast iron turning, primarily dressing, computer numerical controlled;processing;Metals\Chipping\Transformation -cast iron turning, primarily dressing, computer numerical controlled;processing;Metals\Chipping\Transformation -cast iron turning, primarily dressing, conventional;processing;Metals\Chipping\Transformation -cast iron turning, primarily dressing, conventional;processing;Metals\Chipping\Transformation -cast iron turning, primarily roughing, computer numerical controlled;processing;Metals\Chipping\Transformation -cast iron turning, primarily roughing, computer numerical controlled;processing;Metals\Chipping\Transformation -cast iron turning, primarily roughing, conventional;processing;Metals\Chipping\Transformation -cast iron turning, primarily roughing, conventional;processing;Metals\Chipping\Transformation -casting, aluminium, lost-wax;processing;Metals\Chipless shaping\Transformation -casting, aluminium, lost-wax;processing;Metals\Chipless shaping\Transformation -casting, brass;processing;Metals\Chipless shaping\Transformation -casting, brass;processing;Metals\Chipless shaping\Transformation -casting, bronze;processing;Metals\Chipless shaping\Transformation -casting, bronze;processing;Metals\Chipless shaping\Transformation -casting, steel, lost-wax;processing;Metals\Chipless shaping\Transformation -casting, steel, lost-wax;processing;Metals\Chipless shaping\Transformation -castor bean production;material;Agricultural\Plant production\Legumes\Transformation -castor bean production;material;Agricultural\Plant production\Legumes\Transformation -Catalyst layer {GLO}| Cut-off,;transport;carculator\energy storage\fuel cell stack -catalytic converter production, oxidation, 20 litre;energy;Cogeneration\Oil\Transformation\Infrastructure -catalytic converter production, oxidation, 20 litre;energy;Cogeneration\Oil\Transformation\Infrastructure -catalytic converter production, selective catalytic reduction, 200 litre;energy;Cogeneration\Oil\Transformation\Infrastructure -catalytic converter production, selective catalytic reduction, 200 litre;energy;Cogeneration\Oil\Transformation\Infrastructure -catalytic converter production, three-way, 19.1l;energy;Cogeneration\Gas\Transformation\Infrastructure -catalytic converter production, three-way, 19.1l;energy;Cogeneration\Gas\Transformation\Infrastructure -catalytic converter production, three-way, mini CHP plant;energy;Cogeneration\Gas\Transformation\Infrastructure -catalytic converter production, three-way, mini CHP plant;energy;Cogeneration\Gas\Transformation\Infrastructure -catch crop growing, phacelia, September-October, organic fertiliser 40 kg N;material;Agricultural\Animal feed\Transformation -catch crop growing, phacelia, September-October, organic fertiliser 60 kg N;material;Agricultural\Animal feed\Transformation -catch crop growing, phacelia, September-October, organic fertiliser 60 kg N;material;Agricultural\Animal feed\Transformation -catch crop growing, ryegrass, August-April, organic fertiliser 60 kg N, three;material;Agricultural\Animal feed\Transformation -catch crop growing, ryegrass, August-April, organic fertiliser 60 kg N, three;material;Others\Obsolete -catch crop growing, ryegrass, August-April, organic fertiliser 80 kg N, three;material;Agricultural\Animal feed\Transformation -catch crop growing, ryegrass, August-April, organic fertiliser 80 kg N, three;material;Others\Obsolete -catch crop growing, ryegrass, September-April, organic fertiliser 40 kg N, one;material;Agricultural\Animal feed\Transformation -catch crop growing, ryegrass, September-April, organic fertiliser 40 kg N, one;material;Others\Obsolete -catch crop growing, ryegrass, September-April, organic fertiliser 60 kg N, one;material;Agricultural\Animal feed\Transformation -catch crop growing, ryegrass, September-April, organic fertiliser 60 kg N, one;material;Others\Obsolete -catch crop growing, ryegrass-Egyptian&Persian clover-mixture, August-October,;material;Agricultural\Animal feed\Transformation -catch crop growing, ryegrass-Egyptian&Persian clover-mixture, August-October,;material;Agricultural\Animal feed\Transformation -catch crop growing, ryegrass-Egyptian&Persian clover-mixture, August-October,;material;Agricultural\Animal feed\Transformation -catch crop growing, ryegrass-Egyptian&Persian clover-mixture, August-October,;material;Agricultural\Animal feed\Transformation -catch crop growing, ryegrass-Egyptian&Persian clover-mixture, August-October,;material;Others\Obsolete -catch crop growing, ryegrass-Egyptian&Persian clover-mixture, August-October,;material;Others\Obsolete -catch crop growing, ryegrass-Egyptian&Persian clover-mixture, August-October,;material;Others\Obsolete -catch crop growing, ryegrass-Egyptian&Persian clover-mixture, August-October,;material;Others\Obsolete -catch crop growing, ryegrass-red&Egyptian clover-mixture, August-April, organic;material;Agricultural\Animal feed\Transformation -catch crop growing, ryegrass-red&Egyptian clover-mixture, August-April, organic;material;Agricultural\Animal feed\Transformation -catch crop growing, ryegrass-red&Egyptian clover-mixture, August-April, organic;material;Others\Obsolete -catch crop growing, ryegrass-red&Egyptian clover-mixture, August-April, organic;material;Others\Obsolete -catch crop growing, ryegrass-red&Egyptian clover-mixture, September-April,;material;Agricultural\Animal feed\Transformation -catch crop growing, ryegrass-red&Egyptian clover-mixture, September-April,;material;Agricultural\Animal feed\Transformation -catch crop growing, ryegrass-red&Egyptian clover-mixture, September-April,;material;Others\Obsolete -catch crop growing, ryegrass-red&Egyptian clover-mixture, September-April,;material;Others\Obsolete -catch crop growing, sunflower, August-October, organic fertiliser 20 kg N;material;Agricultural\Animal feed\Transformation -catch crop growing, sunflower, August-October, organic fertiliser 20 kg N;material;Agricultural\Animal feed\Transformation -catch crop growing, sunflower, August-October, organic fertiliser 30 kg N;material;Agricultural\Animal feed\Transformation -catch crop growing, sunflower, August-October, organic fertiliser 30 kg N;material;Agricultural\Animal feed\Transformation -Cathode {GLO}| Cut-off,;transport;carculator\energy storage\lithium-ion battery -Cathode current collector, lfp {JP}| Cut-off,;transport;carculator\energy storage\lithium-ion battery -Cathode current collector, nca {JP}| Cut-off,;transport;carculator\energy storage\lithium-ion battery -Cathode paste, lfp {JP}| Cut-off,;transport;carculator\energy storage\lithium-ion battery -Cathode paste, nca {JP}| Cut-off,;transport;carculator\energy storage\lithium-ion battery -cathode production, for aluminium electrolysis;material;Chemicals\Others\Transformation -cathode production, for aluminium electrolysis;material;Chemicals\Others\Transformation -cathode production, LiMn2O4, for lithium-ion battery;material;Electronics\Component\Transformation -cathode production, LiMn2O4, for lithium-ion battery;material;Electronics\Component\Transformation -cathode-ray tube production, cathode ray tube display;material;Electronics\Module\Transformation -cationic resin production;material;Chemicals\Others\Transformation -cationic resin production;material;Chemicals\Others\Transformation -cattle for slaughtering, live weight to generic market for red meat, live;material;Agricultural\Animal production\Bovine\Transformation -cauliflower production;material;Agricultural\Plant production\Vegetables\Transformation -celery675 production;material;Agricultural\Plant production\Vegetables\Transformation -Cell container {GLO}| Cut-off,;transport;carculator\energy storage\lithium-ion battery -cellulose fibre production, inclusive blowing in;material;Construction\Insulation\Transformation -cellulose fibre production, inclusive blowing in;material;Construction\Insulation\Transformation -cement cast plaster floor production;material;Construction\Coverings\Transformation -cement cast plaster floor production;material;Construction\Coverings\Transformation -cement factory construction;material;Construction\Binders\Transformation\Infrastructure -cement factory construction;material;Construction\Binders\Transformation\Infrastructure -cement mortar production;material;Construction\Binders\Transformation -cement mortar production;material;Construction\Binders\Transformation -cement mortar production, hand-mixed, on-site;material;Construction\Binders\Transformation -cement mortar production, hand-mixed, on-site;material;Construction\Binders\Transformation -cement plaster production, hand-mixed on site;material;Construction\Coverings\Transformation -cement plaster production, hand-mixed on site;material;Construction\Coverings\Transformation -cement production, alternative constituents 21-35%;waste treatment;Others\Obsolete -cement production, alternative constituents 21-35%;waste treatment;Others\Obsolete -cement production, alternative constituents 21-35%;material;Construction\Binders\Transformation -cement production, alternative constituents 21-35%;material;Construction\Binders\Transformation -cement production, alternative constituents 21-35%;material;Construction\Binders\Transformation -cement production, alternative constituents 21-35%;waste treatment;Others\Transformation -cement production, alternative constituents 21-35%;waste treatment;Others\Transformation -cement production, alternative constituents 21-35%;waste treatment;Others\Transformation -cement production, alternative constituents 21-35% Europe without;waste treatment;Others\Obsolete -cement production, alternative constituents 21-35% Europe without;material;Construction\Binders\Transformation -cement production, alternative constituents 21-35% Europe without;waste treatment;Others\Transformation -cement production, alternative constituents 45%;material;Construction\Binders\Transformation -cement production, alternative constituents 45%;material;Construction\Binders\Transformation -cement production, alternative constituents 45%;waste treatment;Others\Transformation -cement production, alternative constituents 45%;waste treatment;Others\Transformation -cement production, alternative constituents 6-20%;waste treatment;Others\Obsolete -cement production, alternative constituents 6-20%;waste treatment;Others\Obsolete -cement production, alternative constituents 6-20%;waste treatment;Others\Obsolete -cement production, alternative constituents 6-20%;waste treatment;Others\Obsolete -cement production, alternative constituents 6-20%;material;Construction\Binders\Transformation -cement production, alternative constituents 6-20%;material;Construction\Binders\Transformation -cement production, alternative constituents 6-20%;material;Construction\Binders\Transformation -cement production, alternative constituents 6-20%;waste treatment;Others\Obsolete -cement production, alternative constituents 6-20%;waste treatment;Others\Transformation -cement production, alternative constituents 6-20% Europe without;waste treatment;Others\Obsolete -cement production, alternative constituents 6-20% Europe without;material;Construction\Binders\Transformation -cement production, alternative constituents 6-20% Europe without;waste treatment;Others\Transformation -cement production, blast furnace slag 18-30% and 18-30% other alternative;waste treatment;Others\Obsolete -cement production, blast furnace slag 18-30% and 18-30% other alternative;waste treatment;Others\Obsolete -cement production, blast furnace slag 18-30% and 18-30% other alternative;waste treatment;Others\Obsolete -cement production, blast furnace slag 18-30% and 18-30% other alternative;material;Construction\Binders\Transformation -cement production, blast furnace slag 18-30% and 18-30% other alternative;material;Construction\Binders\Transformation -cement production, blast furnace slag 18-30% and 18-30% other alternative;material;Construction\Binders\Transformation -cement production, blast furnace slag 18-30% and 18-30% other alternative;waste treatment;Others\Transformation -cement production, blast furnace slag 18-30% and 18-30% other alternative;waste treatment;Others\Transformation -cement production, blast furnace slag 18-30% and 18-30% other alternative;waste treatment;Others\Transformation -cement production, blast furnace slag 21-35%;material;Construction\Binders\Transformation -cement production, blast furnace slag 21-35%;material;Construction\Binders\Transformation -cement production, blast furnace slag 25-70%;material;Construction\Binders\Transformation -cement production, blast furnace slag 25-70%;material;Construction\Binders\Transformation -cement production, blast furnace slag 31-50% and 31-50% other alternative;waste treatment;Others\Obsolete -cement production, blast furnace slag 31-50% and 31-50% other alternative;waste treatment;Others\Obsolete -cement production, blast furnace slag 31-50% and 31-50% other alternative;waste treatment;Others\Obsolete -cement production, blast furnace slag 31-50% and 31-50% other alternative;material;Construction\Binders\Transformation -cement production, blast furnace slag 31-50% and 31-50% other alternative;material;Construction\Binders\Transformation -cement production, blast furnace slag 31-50% and 31-50% other alternative;material;Construction\Binders\Transformation -cement production, blast furnace slag 31-50% and 31-50% other alternative;waste treatment;Others\Transformation -cement production, blast furnace slag 31-50% and 31-50% other alternative;waste treatment;Others\Transformation -cement production, blast furnace slag 31-50% and 31-50% other alternative;waste treatment;Others\Transformation -cement production, blast furnace slag 35-70%;material;Construction\Binders\Transformation -cement production, blast furnace slag 35-70%;material;Construction\Binders\Transformation -cement production, blast furnace slag 36-65%;material;Construction\Binders\Transformation -cement production, blast furnace slag 36-65%;material;Construction\Binders\Transformation -cement production, blast furnace slag 36-65%;material;Construction\Binders\Transformation -cement production, blast furnace slag 36-65% Europe without;material;Construction\Binders\Transformation -cement production, blast furnace slag 36-65%, non-US;material;Others\Obsolete -cement production, blast furnace slag 40-70%;material;Construction\Binders\Transformation -cement production, blast furnace slag 40-70%;material;Construction\Binders\Transformation -cement production, blast furnace slag 5-25%;material;Construction\Binders\Transformation -cement production, blast furnace slag 5-25%;material;Construction\Binders\Transformation -cement production, blast furnace slag 6-20%;material;Construction\Binders\Transformation -cement production, blast furnace slag 6-20%;material;Construction\Binders\Transformation -cement production, blast furnace slag 6-34%;material;Construction\Binders\Transformation -cement production, blast furnace slag 6-34%;material;Construction\Binders\Transformation -cement production, blast furnace slag 66-80%;material;Construction\Binders\Transformation -cement production, blast furnace slag 66-80%;material;Construction\Binders\Transformation -cement production, blast furnace slag 66-80% Europe without;material;Construction\Binders\Transformation -cement production, blast furnace slag 70-100%;material;Construction\Binders\Transformation -cement production, blast furnace slag 70-100%;material;Construction\Binders\Transformation -cement production, blast furnace slag 81-95%;material;Construction\Binders\Transformation -cement production, blast furnace slag 81-95%;material;Construction\Binders\Transformation -cement production, blast furnace slag 81-95% Europe without;material;Construction\Binders\Transformation -cement production, fly ash 21-35%;material;Construction\Binders\Transformation -cement production, fly ash 21-35%;material;Construction\Binders\Transformation -cement production, fly ash 21-35%;waste treatment;Others\Transformation -cement production, fly ash 21-35%;waste treatment;Others\Transformation -cement production, fly ash 6-20%;material;Construction\Binders\Transformation -cement production, fly ash 6-20%;material;Construction\Binders\Transformation -cement production, fly ash 6-20%;waste treatment;Others\Transformation -cement production, fly ash 6-20%;waste treatment;Others\Transformation -cement production, limestone 21-35%;material;Construction\Binders\Transformation -cement production, limestone 21-35%;material;Construction\Binders\Transformation -cement production, limestone 21-35%;material;Construction\Binders\Transformation -cement production, limestone 21-35%;waste treatment;Others\Transformation -cement production, limestone 21-35%;waste treatment;Others\Transformation -cement production, limestone 6-10%;material;Construction\Binders\Transformation -cement production, limestone 6-10%;material;Construction\Binders\Transformation -cement production, limestone 6-20%;material;Construction\Binders\Transformation -cement production, limestone 6-20%;material;Construction\Binders\Transformation -cement production, Portland;material;Construction\Binders\Transformation -cement production, Portland;material;Construction\Binders\Transformation -cement production, Portland;material;Construction\Binders\Transformation -cement production, Portland;material;Construction\Binders\Transformation -cement production, Portland;material;Construction\Binders\Transformation -cement production, Portland;material;Construction\Binders\Transformation -cement production, Portland;material;Construction\Binders\Transformation -cement production, Portland;material;Construction\Binders\Transformation -cement production, Portland Europe without;material;Construction\Binders\Transformation -cement production, pozzolana and fly ash 11-35%;material;Construction\Binders\Transformation -cement production, pozzolana and fly ash 11-35%;material;Construction\Binders\Transformation -cement production, pozzolana and fly ash 11-35%;waste treatment;Others\Transformation -cement production, pozzolana and fly ash 11-35%;waste treatment;Others\Transformation -cement production, pozzolana and fly ash 11-35% Europe without;material;Construction\Binders\Transformation -cement production, pozzolana and fly ash 11-35% Europe without;waste treatment;Others\Transformation -cement production, pozzolana and fly ash 15-40%;material;Construction\Binders\Transformation -cement production, pozzolana and fly ash 15-40%;material;Construction\Binders\Transformation -cement production, pozzolana and fly ash 15-40%;waste treatment;Others\Transformation -cement production, pozzolana and fly ash 15-40%;waste treatment;Others\Transformation -cement production, pozzolana and fly ash 15-50%;material;Construction\Binders\Transformation -cement production, pozzolana and fly ash 15-50%;material;Construction\Binders\Transformation -cement production, pozzolana and fly ash 15-50%;waste treatment;Others\Transformation -cement production, pozzolana and fly ash 15-50%;waste treatment;Others\Transformation -cement production, pozzolana and fly ash 15-50%;waste treatment;Others\Transformation -cement production, pozzolana and fly ash 15-50%;waste treatment;Others\Transformation -cement production, pozzolana and fly ash 25-35%;material;Construction\Binders\Transformation -cement production, pozzolana and fly ash 25-35%;material;Construction\Binders\Transformation -cement production, pozzolana and fly ash 25-35%;waste treatment;Others\Transformation -cement production, pozzolana and fly ash 25-35%;waste treatment;Others\Transformation -cement production, pozzolana and fly ash 36-55%;material;Construction\Binders\Transformation -cement production, pozzolana and fly ash 36-55%;material;Construction\Binders\Transformation -cement production, pozzolana and fly ash 36-55%;material;Construction\Binders\Transformation -cement production, pozzolana and fly ash 36-55%;waste treatment;Others\Transformation -cement production, pozzolana and fly ash 36-55%;waste treatment;Others\Transformation -cement production, pozzolana and fly ash 36-55% Europe without;material;Construction\Binders\Transformation -cement production, pozzolana and fly ash 36-55% Europe without;waste treatment;Others\Transformation -cement production, pozzolana and fly ash 36-55%, non-US;material;Others\Obsolete -cement production, pozzolana and fly ash 5-15%;material;Construction\Binders\Transformation -cement production, pozzolana and fly ash 5-15%;material;Construction\Binders\Transformation -cement production, pozzolana and fly ash 5-15%;waste treatment;Others\Transformation -cement production, pozzolana and fly ash 5-15%;waste treatment;Others\Transformation -cement production, pozzolana and fly ash 6-14%;material;Construction\Binders\Transformation -cement production, pozzolana and fly ash 6-14%;material;Construction\Binders\Transformation -cement production, pozzolana and fly ash 6-14%;waste treatment;Others\Transformation -cement production, pozzolana and fly ash 6-14%;waste treatment;Others\Transformation -cement production, pozzolana and fly ash 6-14%;waste treatment;Others\Transformation -cement production, pozzolana and fly ash 6-14%;waste treatment;Others\Transformation -cement production, sulphate resistant;material;Construction\Binders\Transformation -cement production, sulphate resistant;waste treatment;Others\Transformation -cement production, sulphate resistant;waste treatment;Others\Transformation -cement production, unspecified;material;Others\Obsolete -cement production, unspecified;material;Others\Obsolete -cement production, unspecified;material;Others\Obsolete -cement production, unspecified Europe without;material;Others\Obsolete -cement tile production;material;Construction\Coverings\Transformation -cement tile production;material;Construction\Coverings\Transformation -cement, all types to generic market for cement, unspecified;material;Construction\Binders\Transformation -cement, all types to generic market for cement, unspecified;material;Construction\Binders\Transformation -cement, all types to generic market for cement, unspecified;material;Construction\Binders\Transformation -cement, all types to generic market for cement, unspecified;material;Construction\Binders\Transformation -cement, all types to generic market for cement, unspecified;material;Construction\Binders\Transformation -cement, all types to generic market for cement, unspecified;material;Construction\Binders\Transformation -cement, all types to generic market for cement, unspecified;material;Construction\Binders\Transformation -cement, all types to generic market for cement, unspecified;material;Construction\Binders\Transformation -cement, all types to generic market for cement, unspecified;material;Construction\Binders\Transformation -cement, all types to generic market for cement, unspecified Europe without;material;Construction\Binders\Transformation -cement, alternative constituents 21-35% to generic market for cement,;material;Others\Obsolete -cement, alternative constituents 21-35% to generic market for cement,;material;Others\Obsolete -cement, alternative constituents 21-35% to generic market for cement,;material;Others\Obsolete -cement, alternative constituents 6-20% to generic market for cement,;material;Others\Obsolete -cement, alternative constituents 6-20% to generic market for cement,;material;Others\Obsolete -cement, alternative constituents 6-20% to generic market for cement,;material;Others\Obsolete -cement, blast furnace slag 18-30% and 18-30% other alternative constituents to;material;Others\Obsolete -cement, blast furnace slag 18-30% and 18-30% other alternative constituents to;material;Others\Obsolete -cement, blast furnace slag 18-30% and 18-30% other alternative constituents to;material;Others\Obsolete -cement, blast furnace slag 25-70%, US only to generic market for cement,;material;Others\Obsolete -cement, blast furnace slag 31-50% and 31-50% other alternative constituents to;material;Others\Obsolete -cement, blast furnace slag 31-50% and 31-50% other alternative constituents to;material;Others\Obsolete -cement, blast furnace slag 31-50% and 31-50% other alternative constituents to;material;Others\Obsolete -cement, blast furnace slag 36-65%, non-US to generic market for cement,;material;Others\Obsolete -cement, blast furnace slag 36-65%, non-US to generic market for cement,;material;Others\Obsolete -cement, blast furnace slag 36-65%, non-US to generic market for cement,;material;Others\Obsolete -cement, blast furnace slag 5-25%, US only to generic market for cement,;material;Others\Obsolete -cement, blast furnace slag 5-25%, US only to generic market for cement,;material;Others\Obsolete -cement, blast furnace slag 70-100%, non-US to generic market for cement,;material;Others\Obsolete -cement, blast furnace slag 81-95%, non-US to generic market for cement,;material;Others\Obsolete -cement, blast furnace slag 81-95%, non-US to generic market for cement,;material;Others\Obsolete -cement, blast furnace slag 81-95%, non-US to generic market for cement,;material;Others\Obsolete -cement, blast furnace slag, 66-80%, non-US to generic market for cement,;material;Others\Obsolete -cement, blast furnace slag, 66-80%, non-US to generic market for cement,;material;Others\Obsolete -cement, blast furnace slag, 66-80%, non-US to generic market for cement,;material;Others\Obsolete -cement, Portland to generic market for cement, unspecified;material;Others\Obsolete -cement, Portland to generic market for cement, unspecified;material;Others\Obsolete -cement, Portland to generic market for cement, unspecified;material;Others\Obsolete -cement, Portland to generic market for cement, unspecified Europe without;material;Others\Obsolete -cement, pozzolana and fly ash 11-35%, non-US to generic market for cement,;material;Others\Obsolete -cement, pozzolana and fly ash 11-35%, non-US to generic market for cement,;material;Others\Obsolete -cement, pozzolana and fly ash 11-35%, non-US to generic market for cement,;material;Others\Obsolete -cement, pozzolana and fly ash 15-40%, US only to generic market for cement,;material;Others\Obsolete -cement, pozzolana and fly ash 36-55%,non-US to generic market for cement,;material;Others\Obsolete -cement, pozzolana and fly ash 36-55%,non-US to generic market for cement,;material;Others\Obsolete -cement, pozzolana and fly ash 36-55%,non-US to generic market for cement,;material;Others\Obsolete -cement, pozzolana and fly ash 5-15%, US only to generic market for cement,;material;Others\Obsolete -cement, pozzolana and fly ash 5-15%, US only to generic market for cement,;material;Others\Obsolete -cement, unspecified, import from Europe;material;Construction\Binders\Transformation -ceramic factory construction;material;Construction\Ceramics\Transformation\Infrastructure -ceramic factory construction;material;Construction\Ceramics\Transformation\Infrastructure -ceramic tile production;material;Construction\Ceramics\Transformation -ceramic tile production;material;Construction\Ceramics\Transformation -cerium oxide to generic market for polishing powder;material;Chemicals\Others\Transformation -charcoal production;material;Fuels\Coal\Transformation -charger production, for electric passenger car;material;Electronics\Devices\Transformation -charger production, for electric scooter;material;Electronics\Devices\Transformation -chassis production, internet access equipment;material;Electronics\Component\Transformation -chassis production, internet access equipment;material;Electronics\Component\Transformation -cheese production, soft, from cow milk;material;Agricultural\Food\Transformation -cheese production, soft, from cow milk;processing;Waste\Transformation -chemical factory construction;material;Chemicals\Others\Transformation\Infrastructure -chemical factory construction;material;Chemicals\Others\Transformation\Infrastructure -chemical factory construction, organics;material;Chemicals\Organic\Transformation\Infrastructure -chemical factory construction, organics;material;Chemicals\Organic\Transformation\Infrastructure -chemical production, inorganic;material;Chemicals\Inorganic\Transformation -chemical production, organic;material;Chemicals\Organic\Transformation -chemi-thermomechanical pulp production;material;Paper+ Board\Pulp\Transformation -chemi-thermomechanical pulp production;material;Paper+ Board\Pulp\Transformation -chichibabin amination;material;Chemicals\Organic\Transformation -chichibabin amination;material;Chemicals\Organic\Transformation -chichibabin amination;material;Chemicals\Gases\Liquified\Transformation -chichibabin amination;material;Chemicals\Gases\Liquified\Transformation -chichibabin pyridine synthesis;material;Chemicals\Gases\Liquified\Transformation -chichibabin pyridine synthesis;material;Chemicals\Gases\Liquified\Transformation -chichibabin pyridine synthesis;material;Chemicals\Organic\Transformation -chichibabin pyridine synthesis;material;Chemicals\Organic\Transformation -chicken production;material;Agricultural\Animal production\Avian\Transformation -chickpea production;material;Agricultural\Plant production\Legumes\Transformation -chickpea production;material;Agricultural\Plant production\Legumes\Transformation -chilli production;material;Agricultural\Plant production\Vegetables\Transformation -chilli production;material;Agricultural\Plant production\Vegetables\Transformation -chimney production;energy;Heat\Oil\Transformation\Infrastructure -chimney production;energy;Heat\Oil\Transformation\Infrastructure -chipboard production, white lined;material;Paper+ Board\Board\Transformation -chipboard production, white lined;material;Paper+ Board\Board\Transformation -chipper production, mobile, diesel;processing;Wood\Transformation\Infrastructure -chipper production, mobile, diesel;processing;Wood\Transformation\Infrastructure -chipper production, stationary, electric;processing;Wood\Transformation\Infrastructure -chipper production, stationary, electric;processing;Wood\Transformation\Infrastructure -chlor-alkali electrolysis, diaphragm cell;material;Chemicals\Gases\Transformation -chlor-alkali electrolysis, diaphragm cell;material;Chemicals\Gases\Transformation -chlor-alkali electrolysis, diaphragm cell;material;Chemicals\Gases\Liquified\Transformation -chlor-alkali electrolysis, diaphragm cell;material;Chemicals\Gases\Liquified\Transformation -chlor-alkali electrolysis, diaphragm cell;material;Chemicals\Inorganic\Transformation -chlor-alkali electrolysis, diaphragm cell;material;Chemicals\Inorganic\Transformation -chlor-alkali electrolysis, membrane cell;material;Chemicals\Gases\Transformation -chlor-alkali electrolysis, membrane cell;material;Chemicals\Gases\Transformation -chlor-alkali electrolysis, membrane cell;material;Chemicals\Gases\Transformation -chlor-alkali electrolysis, membrane cell;material;Chemicals\Gases\Transformation -chlor-alkali electrolysis, membrane cell;material;Chemicals\Gases\Transformation -chlor-alkali electrolysis, membrane cell;material;Chemicals\Gases\Transformation -chlor-alkali electrolysis, membrane cell;material;Chemicals\Inorganic\Transformation -chlor-alkali electrolysis, membrane cell;material;Chemicals\Inorganic\Transformation -chlor-alkali electrolysis, membrane cell;material;Chemicals\Inorganic\Transformation -chlor-alkali electrolysis, mercury cell;material;Chemicals\Gases\Transformation -chlor-alkali electrolysis, mercury cell;material;Chemicals\Gases\Transformation -chlor-alkali electrolysis, mercury cell;material;Chemicals\Gases\Liquified\Transformation -chlor-alkali electrolysis, mercury cell;material;Chemicals\Gases\Liquified\Transformation -chlor-alkali electrolysis, mercury cell;material;Chemicals\Inorganic\Transformation -chlor-alkali electrolysis, mercury cell;material;Chemicals\Inorganic\Transformation -chlorine dioxide production;material;Chemicals\Gases\Transformation -chlorine dioxide production;material;Chemicals\Gases\Transformation -chlorine production, liquid;material;Others\Obsolete -chlorine production, liquid;material;Chemicals\Gases\Liquified\Transformation -chlorine production, liquid;material;Chemicals\Gases\Liquified\Transformation -chloroacetic acid production;material;Chemicals\Acids (organic)\Transformation -chloroacetic acid production;material;Chemicals\Acids (organic)\Transformation -chloroacetyl chloride production;material;Chemicals\Organic\Transformation -chloroacetyl chloride production;material;Chemicals\Organic\Transformation -chlorodifluoromethane production;material;Chemicals\Organic\Transformation -chlorodifluoromethane production;material;Chemicals\Organic\Transformation -chlorofluorination of ethylene;material;Chemicals\Organic\Transformation -chlorofluorination of ethylene;material;Chemicals\Organic\Transformation -chloromethyl methyl ether production;material;Chemicals\Organic\Transformation -chloromethyl methyl ether production;material;Chemicals\Organic\Transformation -chloronitrobenzene production;material;Chemicals\Organic\Transformation -chloronitrobenzene production;material;Chemicals\Organic\Transformation -chloropropionic acid production;material;Chemicals\Acids (organic)\Transformation -chloropropionic acid production;material;Chemicals\Acids (organic)\Transformation -chlorosulfonic acid production;material;Chemicals\Acids (inorganic)\Transformation -chlorosulfonic acid production;material;Chemicals\Acids (inorganic)\Transformation -chlorothalonil production;material;Chemicals\Pesticides\Transformation -chlorothalonil production;material;Chemicals\Pesticides\Transformation -chlorotoluron production;material;Chemicals\Pesticides\Transformation -chlorotoluron production;material;Chemicals\Pesticides\Transformation -chopping, maize;processing;Agricultural\Transformation -chopping, maize;processing;Agricultural\Transformation -chromite ore concentrate production;material;Minerals\Transformation -chromium oxide production, flakes;material;Chemicals\Inorganic\Transformation -chromium oxide production, flakes;material;Chemicals\Inorganic\Transformation -chromium production;material;Metals\Non ferro\Transformation -chromium production;material;Metals\Non ferro\Transformation -chromium steel drilling, computer numerical controlled;processing;Metals\Chipping\Transformation -chromium steel drilling, computer numerical controlled;processing;Metals\Chipping\Transformation -chromium steel drilling, conventional;processing;Metals\Chipping\Transformation -chromium steel drilling, conventional;processing;Metals\Chipping\Transformation -chromium steel milling, average;processing;Metals\Chipping\Transformation -chromium steel milling, average;processing;Metals\Chipping\Transformation -chromium steel milling, dressing;processing;Metals\Chipping\Transformation -chromium steel milling, dressing;processing;Metals\Chipping\Transformation -chromium steel milling, large parts;processing;Metals\Chipping\Transformation -chromium steel milling, large parts;processing;Metals\Chipping\Transformation -chromium steel milling, small parts;processing;Metals\Chipping\Transformation -chromium steel milling, small parts;processing;Metals\Chipping\Transformation -chromium steel pipe production;material;Metals\Ferro\Transformation -chromium steel turning, average, computer numerical controlled;processing;Metals\Chipping\Transformation -chromium steel turning, average, computer numerical controlled;processing;Metals\Chipping\Transformation -chromium steel turning, average, conventional;processing;Metals\Chipping\Transformation -chromium steel turning, average, conventional;processing;Metals\Chipping\Transformation -chromium steel turning, primarily dressing, computer numerical controlled;processing;Metals\Chipping\Transformation -chromium steel turning, primarily dressing, computer numerical controlled;processing;Metals\Chipping\Transformation -chromium steel turning, primarily dressing, conventional;processing;Metals\Chipping\Transformation -chromium steel turning, primarily dressing, conventional;processing;Metals\Chipping\Transformation -chromium steel turning, primarily roughing, computer numerical controlled;processing;Metals\Chipping\Transformation -chromium steel turning, primarily roughing, computer numerical controlled;processing;Metals\Chipping\Transformation -chromium steel turning, primarily roughing, conventional;processing;Metals\Chipping\Transformation -chromium steel turning, primarily roughing, conventional;processing;Metals\Chipping\Transformation -citric acid production;material;Chemicals\Fertilisers (inorganic)\Transformation -citric acid production;material;Chemicals\Fertilisers (inorganic)\Transformation -citric acid production;material;Chemicals\Fertilisers (inorganic)\Transformation -citric acid production;material;Chemicals\Fertilisers (inorganic)\Transformation -citric acid production;material;Chemicals\Acids (organic)\Transformation -citric acid production;material;Chemicals\Acids (organic)\Transformation -citric acid production;material;Chemicals\Acids (organic)\Transformation -citric acid production;material;Chemicals\Acids (organic)\Transformation -citric acid production;material;Agricultural\Animal feed\Transformation -citric acid production;material;Agricultural\Animal feed\Transformation -citric acid production;material;Agricultural\Animal feed\Transformation -citric acid production;material;Agricultural\Animal feed\Transformation -citric acid production;material;Others\Obsolete -citric acid production;material;Others\Obsolete -citric acid production;material;Others\Obsolete -citric acid production;material;Others\Obsolete -citric acid production;material;Minerals\Transformation -citric acid production;material;Minerals\Transformation -citric acid production;material;Minerals\Transformation -citric acid production;material;Minerals\Transformation -citric acid production;material;Minerals\Transformation -citric acid production;material;Agricultural\Food\Transformation -citric acid production;material;Agricultural\Food\Transformation -citric acid production;material;Agricultural\Food\Transformation -citric acid production;material;Agricultural\Food\Transformation -citric acid production;material;Chemicals\Fertilisers (inorganic)\Transformation -citric acid production;material;Chemicals\Fertilisers (inorganic)\Transformation -citric acid production;material;Chemicals\Fertilisers (inorganic)\Transformation -citric acid production;material;Chemicals\Fertilisers (inorganic)\Transformation -citric acid production;material;Chemicals\Fertilisers (inorganic)\Transformation -citric acid production;material;Chemicals\Fertilisers (inorganic)\Transformation -citric acid production;material;Chemicals\Fertilisers (inorganic)\Transformation -citric acid production;material;Chemicals\Fertilisers (inorganic)\Transformation -citric acid production;material;Agricultural\Animal feed\Market -citric acid production;material;Agricultural\Animal feed\Market -citric acid production;material;Agricultural\Animal feed\Market -citric acid production;material;Agricultural\Animal feed\Market -citrus production;material;Others\Obsolete -cladding production, crossbar-pole, aluminium;material;Construction\Cladding\Transformation -cladding production, crossbar-pole, aluminium;material;Construction\Cladding\Transformation -Clamps and fasteners {GLO}| Cut-off,;transport;carculator\energy storage\lithium-ion battery -clay brick production;material;Construction\Bricks\Transformation -clay brick production;material;Construction\Bricks\Transformation -clay pit construction;material;Minerals\Transformation\Infrastructure -clay pit construction;material;Minerals\Transformation\Infrastructure -clay pit operation;material;Minerals\Transformation -clay pit operation;material;Minerals\Transformation -clay plaster production;material;Construction\Coverings\Transformation -clay plaster production;material;Construction\Coverings\Transformation -clay plaster production;material;Construction\Coverings\Transformation -clay to generic market for supplementary cementitious materials;material;Construction\Coverings\Transformation -cleaning consumables, without water, in 13.6% solution state;material;Chemicals\Others\Transformation -clear-cutting, grassland to arable land;material;Others\Obsolete -clear-cutting, grassland to arable land;material;Others\Obsolete -clear-cutting, grassland to arable land;material;Others\Obsolete -clear-cutting, grassland to arable land;material;Others\Obsolete -clear-cutting, grassland to arable land, annual crop;use;Land transformation\Transformation -clear-cutting, grassland to arable land, annual crop;use;Land transformation\Transformation -clear-cutting, grassland to arable land, annual crop;use;Land transformation\Transformation -clear-cutting, grassland to arable land, annual crop;use;Land transformation\Transformation -clear-cutting, grassland to arable land, annual crop;use;Land transformation\Transformation -clear-cutting, grassland to arable land, annual crop;use;Land transformation\Transformation -clear-cutting, grassland to arable land, annual crop;use;Land transformation\Transformation -clear-cutting, grassland to arable land, annual crop;use;Land transformation\Transformation -clear-cutting, grassland to arable land, annual crop;use;Land transformation\Transformation -clear-cutting, grassland to arable land, annual crop;use;Land transformation\Transformation -clear-cutting, grassland to arable land, annual crop;use;Land transformation\Transformation -clear-cutting, grassland to arable land, annual crop;use;Land transformation\Transformation -clear-cutting, grassland to arable land, annual crop;use;Land transformation\Transformation -clear-cutting, grassland to arable land, annual crop;use;Land transformation\Transformation -clear-cutting, grassland to arable land, annual crop;use;Land transformation\Transformation -clear-cutting, grassland to arable land, annual crop;use;Land transformation\Transformation -clear-cutting, grassland to arable land, annual crop;use;Land transformation\Transformation -clear-cutting, grassland to arable land, annual crop;use;Land transformation\Transformation -clear-cutting, grassland to arable land, annual crop;use;Land transformation\Transformation -clear-cutting, grassland to arable land, annual crop;use;Land transformation\Transformation -clear-cutting, grassland to arable land, annual crop;use;Others\Obsolete -clear-cutting, grassland to arable land, forest, intensive;use;Land transformation\Transformation -clear-cutting, grassland to arable land, forest, intensive;use;Land transformation\Transformation -clear-cutting, grassland to arable land, forest, intensive;use;Land transformation\Transformation -clear-cutting, grassland to arable land, forest, intensive;use;Land transformation\Transformation -clear-cutting, grassland to arable land, forest, intensive;use;Land transformation\Transformation -clear-cutting, grassland to arable land, forest, intensive;use;Land transformation\Transformation -clear-cutting, grassland to arable land, forest, intensive;use;Land transformation\Transformation -clear-cutting, grassland to arable land, forest, intensive;use;Land transformation\Transformation -clear-cutting, grassland to arable land, pasture, man made;use;Land transformation\Transformation -clear-cutting, grassland to arable land, pasture, man made;use;Land transformation\Transformation -clear-cutting, grassland to arable land, pasture, man made;use;Land transformation\Transformation -clear-cutting, grassland to arable land, pasture, man made;use;Land transformation\Transformation -clear-cutting, grassland to arable land, pasture, man made;use;Land transformation\Transformation -clear-cutting, grassland to arable land, pasture, man made;use;Land transformation\Transformation -clear-cutting, grassland to arable land, pasture, man made;use;Land transformation\Transformation -clear-cutting, grassland to arable land, pasture, man made;use;Land transformation\Transformation -clear-cutting, grassland to arable land, pasture, man made;use;Land transformation\Transformation -clear-cutting, grassland to arable land, pasture, man made;use;Land transformation\Transformation -clear-cutting, grassland to arable land, pasture, man made;use;Land transformation\Transformation -clear-cutting, grassland to arable land, pasture, man made;use;Land transformation\Transformation -clear-cutting, grassland to arable land, pasture, man made;use;Land transformation\Transformation -clear-cutting, grassland to arable land, pasture, man made;use;Land transformation\Transformation -clear-cutting, grassland to arable land, pasture, man made;use;Land transformation\Transformation -clear-cutting, grassland to arable land, perennial crop;use;Land transformation\Transformation -clear-cutting, grassland to arable land, perennial crop;use;Land transformation\Transformation -clear-cutting, grassland to arable land, perennial crop;use;Land transformation\Transformation -clear-cutting, grassland to arable land, perennial crop;use;Land transformation\Transformation -clear-cutting, grassland to arable land, perennial crop;use;Land transformation\Transformation -clear-cutting, grassland to arable land, perennial crop;use;Land transformation\Transformation -clear-cutting, grassland to arable land, perennial crop;use;Land transformation\Transformation -clear-cutting, grassland to arable land, perennial crop;use;Land transformation\Transformation -clear-cutting, grassland to arable land, perennial crop;use;Land transformation\Transformation -clear-cutting, grassland to arable land, perennial crop;use;Land transformation\Transformation -clear-cutting, grassland to arable land, perennial crop;use;Land transformation\Transformation -clear-cutting, grassland to arable land, perennial crop;use;Land transformation\Transformation -clear-cutting, grassland to arable land, perennial crop;use;Land transformation\Transformation -clear-cutting, grassland to arable land, perennial crop;use;Land transformation\Transformation -clear-cutting, grassland to arable land, perennial crop;use;Land transformation\Transformation -clear-cutting, grassland to arable land, perennial crop;use;Land transformation\Transformation -clear-cutting, grassland to arable land, perennial crop;use;Land transformation\Transformation -clear-cutting, grassland to arable land, perennial crop;use;Land transformation\Transformation -clear-cutting, grassland to arable land, perennial crop;use;Land transformation\Transformation -clear-cutting, grassland to arable land, perennial crop;use;Land transformation\Transformation -clear-cutting, grassland to arable land, perennial crop;use;Land transformation\Transformation -clear-cutting, grassland to arable land, perennial crop;use;Land transformation\Transformation -clear-cutting, grassland to arable land, perennial crop;use;Land transformation\Transformation -clear-cutting, grassland to arable land, perennial crop;use;Land transformation\Transformation -clear-cutting, grassland to arable land, perennial crop;use;Others\Obsolete -clear-cutting, primary forest to arable land;material;Others\Obsolete -clear-cutting, primary forest to arable land;material;Others\Obsolete -clear-cutting, primary forest to arable land;material;Others\Obsolete -clear-cutting, primary forest to arable land;material;Others\Obsolete -clear-cutting, primary forest to arable land;material;Others\Obsolete -clear-cutting, primary forest to arable land, annual crop;use;Land transformation\Transformation -clear-cutting, primary forest to arable land, annual crop;use;Land transformation\Transformation -clear-cutting, primary forest to arable land, annual crop;use;Land transformation\Transformation -clear-cutting, primary forest to arable land, annual crop;use;Land transformation\Transformation -clear-cutting, primary forest to arable land, annual crop;use;Land transformation\Transformation -clear-cutting, primary forest to arable land, annual crop;use;Land transformation\Transformation -clear-cutting, primary forest to arable land, annual crop;use;Land transformation\Transformation -clear-cutting, primary forest to arable land, annual crop;use;Land transformation\Transformation -clear-cutting, primary forest to arable land, annual crop;use;Land transformation\Transformation -clear-cutting, primary forest to arable land, annual crop;use;Land transformation\Transformation -clear-cutting, primary forest to arable land, annual crop;use;Land transformation\Transformation -clear-cutting, primary forest to arable land, annual crop;use;Land transformation\Transformation -clear-cutting, primary forest to arable land, annual crop;use;Land transformation\Transformation -clear-cutting, primary forest to arable land, annual crop;use;Land transformation\Transformation -clear-cutting, primary forest to arable land, annual crop;use;Land transformation\Transformation -clear-cutting, primary forest to arable land, annual crop;use;Land transformation\Transformation -clear-cutting, primary forest to arable land, annual crop;use;Land transformation\Transformation -clear-cutting, primary forest to arable land, annual crop;use;Land transformation\Transformation -clear-cutting, primary forest to arable land, annual crop;use;Land transformation\Transformation -clear-cutting, primary forest to arable land, annual crop;use;Land transformation\Transformation -clear-cutting, primary forest to arable land, annual crop;use;Others\Obsolete -clear-cutting, primary forest to arable land, annual crop;use;Land transformation\Transformation -clear-cutting, primary forest to arable land, annual crop;use;Others\Obsolete -clear-cutting, primary forest to arable land, annual crop;use;Land transformation\Transformation -clear-cutting, primary forest to arable land, annual crop;use;Land transformation\Transformation -clear-cutting, primary forest to arable land, forest, intensive;use;Land transformation\Transformation -clear-cutting, primary forest to arable land, forest, intensive;use;Land transformation\Transformation -clear-cutting, primary forest to arable land, forest, intensive;use;Land transformation\Transformation -clear-cutting, primary forest to arable land, forest, intensive;use;Land transformation\Transformation -clear-cutting, primary forest to arable land, forest, intensive;use;Land transformation\Transformation -clear-cutting, primary forest to arable land, forest, intensive;use;Land transformation\Transformation -clear-cutting, primary forest to arable land, forest, intensive;use;Land transformation\Transformation -clear-cutting, primary forest to arable land, forest, intensive;use;Land transformation\Transformation -clear-cutting, primary forest to arable land, pasture, man made;use;Land transformation\Transformation -clear-cutting, primary forest to arable land, pasture, man made;use;Land transformation\Transformation -clear-cutting, primary forest to arable land, pasture, man made;use;Land transformation\Transformation -clear-cutting, primary forest to arable land, pasture, man made;use;Land transformation\Transformation -clear-cutting, primary forest to arable land, pasture, man made;use;Land transformation\Transformation -clear-cutting, primary forest to arable land, pasture, man made;use;Land transformation\Transformation -clear-cutting, primary forest to arable land, pasture, man made;use;Land transformation\Transformation -clear-cutting, primary forest to arable land, pasture, man made;use;Land transformation\Transformation -clear-cutting, primary forest to arable land, pasture, man made;use;Land transformation\Transformation -clear-cutting, primary forest to arable land, pasture, man made;use;Land transformation\Transformation -clear-cutting, primary forest to arable land, pasture, man made;use;Land transformation\Transformation -clear-cutting, primary forest to arable land, pasture, man made;use;Land transformation\Transformation -clear-cutting, primary forest to arable land, pasture, man made;use;Land transformation\Transformation -clear-cutting, primary forest to arable land, pasture, man made;use;Land transformation\Transformation -clear-cutting, primary forest to arable land, pasture, man made;use;Land transformation\Transformation -clear-cutting, primary forest to arable land, perennial crop;use;Land transformation\Transformation -clear-cutting, primary forest to arable land, perennial crop;use;Land transformation\Transformation -clear-cutting, primary forest to arable land, perennial crop;use;Land transformation\Transformation -clear-cutting, primary forest to arable land, perennial crop;use;Land transformation\Transformation -clear-cutting, primary forest to arable land, perennial crop;use;Land transformation\Transformation -clear-cutting, primary forest to arable land, perennial crop;use;Land transformation\Transformation -clear-cutting, primary forest to arable land, perennial crop;use;Land transformation\Transformation -clear-cutting, primary forest to arable land, perennial crop;use;Land transformation\Transformation -clear-cutting, primary forest to arable land, perennial crop;use;Land transformation\Transformation -clear-cutting, primary forest to arable land, perennial crop;use;Land transformation\Transformation -clear-cutting, primary forest to arable land, perennial crop;use;Land transformation\Transformation -clear-cutting, primary forest to arable land, perennial crop;use;Land transformation\Transformation -clear-cutting, primary forest to arable land, perennial crop;use;Land transformation\Transformation -clear-cutting, primary forest to arable land, perennial crop;use;Land transformation\Transformation -clear-cutting, primary forest to arable land, perennial crop;use;Land transformation\Transformation -clear-cutting, primary forest to arable land, perennial crop;use;Land transformation\Transformation -clear-cutting, primary forest to arable land, perennial crop;use;Land transformation\Transformation -clear-cutting, primary forest to arable land, perennial crop;use;Land transformation\Transformation -clear-cutting, primary forest to arable land, perennial crop;use;Land transformation\Transformation -clear-cutting, primary forest to arable land, perennial crop;use;Others\Obsolete -clear-cutting, primary forest to arable land, perennial crop;use;Land transformation\Transformation -clear-cutting, primary forest to arable land, perennial crop;use;Land transformation\Transformation -clear-cutting, primary forest to arable land, perennial crop;use;Land transformation\Transformation -clear-cutting, primary forest to arable land, perennial crop;use;Land transformation\Transformation -clear-cutting, primary forest to arable land, perennial crop;use;Land transformation\Transformation -clear-cutting, primary forest to arable land, perennial crop;use;Land transformation\Transformation -clear-cutting, primary forest to arable land, perennial crop;use;Land transformation\Transformation -clear-cutting, primary forest to arable land, perennial crop;use;Land transformation\Transformation -clear-cutting, primary forest to arable land, perennial crop;use;Land transformation\Transformation -clear-cutting, primary forest to arable land, perennial crop;use;Others\Obsolete -clear-cutting, primary forest to arable land, perennial crop;use;Land transformation\Transformation -clear-cutting, secondary forest to arable land;material;Others\Obsolete -clear-cutting, secondary forest to arable land;material;Others\Obsolete -clear-cutting, secondary forest to arable land, annual crop;use;Land transformation\Transformation -clear-cutting, secondary forest to arable land, annual crop;use;Land transformation\Transformation -clear-cutting, secondary forest to arable land, annual crop;use;Others\Obsolete -clear-cutting, secondary forest to arable land, annual crop;use;Land transformation\Transformation -clear-cutting, secondary forest to arable land, annual crop;use;Others\Obsolete -clear-cutting, secondary forest to arable land, annual crop;use;Land transformation\Transformation -clear-cutting, secondary forest to arable land, annual crop;use;Land transformation\Transformation -clear-cutting, secondary forest to arable land, perennial crop;use;Land transformation\Transformation -clear-cutting, secondary forest to arable land, perennial crop;use;Others\Obsolete -clear-cutting, secondary forest to arable land, perennial crop;use;Land transformation\Transformation -clear-cutting, secondary forest to arable land, perennial crop;use;Land transformation\Transformation -clear-cutting, secondary forest to arable land, perennial crop;use;Land transformation\Transformation -clear-cutting, secondary forest to arable land, perennial crop;use;Land transformation\Transformation -clear-cutting, secondary forest to arable land, perennial crop;use;Land transformation\Transformation -clear-cutting, secondary forest to arable land, perennial crop;use;Land transformation\Transformation -clear-cutting, secondary forest to arable land, perennial crop;use;Land transformation\Transformation -clear-cutting, secondary forest to arable land, perennial crop;use;Land transformation\Transformation -clear-cutting, secondary forest to arable land, perennial crop;use;Land transformation\Transformation -clear-cutting, secondary forest to arable land, perennial crop;use;Others\Obsolete -clear-cutting, secondary forest to arable land, perennial crop;use;Land transformation\Transformation -clear-cutting, shrubland to arable land;material;Others\Obsolete -clear-cutting, shrubland to arable land;material;Others\Obsolete -clear-cutting, shrubland to arable land;material;Others\Obsolete -clear-cutting, shrubland to arable land;material;Others\Obsolete -clefting/splitting of energy wood;processing;Wood\Transformation -clefting/splitting of energy wood;processing;Wood\Transformation -clinker production;waste treatment;Biowaste\Transformation -clinker production;waste treatment;Biowaste\Transformation -clinker production;waste treatment;Biowaste\Transformation -clinker production;material;Chemicals\Inorganic\Transformation -clinker production;material;Chemicals\Inorganic\Transformation -clinker production;material;Chemicals\Inorganic\Transformation -clinker production;material;Chemicals\Inorganic\Transformation -clinker production;material;Chemicals\Inorganic\Transformation -clinker production;material;Chemicals\Inorganic\Transformation -clinker production;material;Chemicals\Inorganic\Transformation -clinker production;material;Chemicals\Inorganic\Transformation -clinker production;material;Chemicals\Inorganic\Transformation -clinker production;waste treatment;Others\Transformation -clinker production;waste treatment;Others\Transformation -clinker production;waste treatment;Others\Transformation -clinker production;waste treatment;Others\Transformation -clinker production;waste treatment;Others\Transformation -clinker production;waste treatment;Others\Transformation -clinker production;waste treatment;Others\Transformation -clinker production;waste treatment;Others\Transformation -clinker production;waste treatment;Others\Transformation -clinker production;waste treatment;Others\Transformation -clinker production;waste treatment;Others\Transformation -clinker production;waste treatment;Others\Obsolete -clinker production;waste treatment;Others\Obsolete -clinker production;waste treatment;Others\Obsolete -clinker production;waste treatment;Others\Transformation -clinker production;waste treatment;Others\Transformation -clinker production;waste treatment;Construction waste\Transformation -clinker production;waste treatment;Construction waste\Transformation -clinker production;waste treatment;Construction waste\Transformation -clinker production;waste treatment;Others\Transformation -clinker production;waste treatment;Others\Transformation -clinker production;waste treatment;Others\Transformation -clinker production;waste treatment;Others\Transformation -clinker production;waste treatment;Others\Transformation -clinker production;waste treatment;Others\Transformation -clinker production;waste treatment;Others\Transformation -clinker production;waste treatment;Others\Transformation -clinker production;waste treatment;Others\Transformation -clinker production;waste treatment;Others\Transformation -clinker production;waste treatment;Construction waste\Transformation -clinker production;waste treatment;Construction waste\Transformation -clinker production;waste treatment;Others\Transformation -clinker production;waste treatment;Others\Transformation -clinker production;waste treatment;Others\Transformation -clinker production;waste treatment;Others\Transformation -clinker production;waste treatment;Others\Transformation -clinker production;waste treatment;Construction waste\Transformation -clinker production;waste treatment;Construction waste\Transformation -clinker production;waste treatment;Construction waste\Transformation -clinker production;waste treatment;Construction waste\Transformation -clinker production;waste treatment;Others\Transformation -clinker production;waste treatment;Others\Transformation -clinker production;waste treatment;Construction waste\Transformation -clinker production;waste treatment;Construction waste\Transformation -clinker production;waste treatment;Construction waste\Transformation -clinker production;waste treatment;Construction waste\Transformation -clinker production;waste treatment;Construction waste\Transformation -clinker production;waste treatment;Construction waste\Transformation -clinker production;waste treatment;Construction waste\Transformation -clinker production;waste treatment;Construction waste\Transformation -clinker production;waste treatment;Construction waste\Transformation -clinker production;waste treatment;Construction waste\Transformation -clinker production;waste treatment;Construction waste\Transformation -clinker production;waste treatment;Construction waste\Transformation -clinker production;waste treatment;Construction waste\Transformation -clinker production;waste treatment;Others\Transformation -clinker production;waste treatment;Others\Transformation -clinker production;waste treatment;Others\Transformation -clinker production;waste treatment;Others\Transformation -clinker production;waste treatment;Construction waste\Transformation -clinker production;waste treatment;Construction waste\Transformation -clinker production;waste treatment;Construction waste\Transformation -clinker production;waste treatment;Construction waste\Transformation -clinker production;waste treatment;Others\Transformation -clinker production;waste treatment;Others\Transformation -clinker production Europe without;material;Chemicals\Inorganic\Transformation -clinker production Europe without;waste treatment;Others\Transformation -clinker production Europe without;waste treatment;Others\Obsolete -clinker production Europe without;waste treatment;Construction waste\Transformation -clinker production Europe without;waste treatment;Others\Transformation -clinker production Europe without;waste treatment;Others\Transformation -clinker production Europe without;waste treatment;Others\Transformation -clinker production Europe without;waste treatment;Construction waste\Transformation -clinker production Europe without;waste treatment;Construction waste\Transformation -clinker production Europe without;waste treatment;Construction waste\Transformation -clinker production Europe without;waste treatment;Construction waste\Transformation -clinker production Europe without;waste treatment;Construction waste\Transformation -clover seed production, Swiss integrated production, at farm;material;Agricultural\Plant seeds\Transformation -clover seed production, Swiss integrated production, at farm;material;Others\Obsolete -clover seed production, Swiss integrated production, for sowing;material;Agricultural\Plant seeds\Transformation -clover seed production, Swiss integrated production, for sowing;material;Others\Obsolete -Co2 storage/at h2 production plant, pre, pipeline 200km, storage 1000m {RER}|;transport;carculator\synthetic fuels\carbon capture and storage -coal stove production, 5-15kW;energy;Heat\Coal\Transformation\Infrastructure -coal stove production, 5-15kW;energy;Heat\Coal\Transformation\Infrastructure -Coating and curing, general manufacturing {GLO}| Cut-off,;transport;carculator\energy storage\fuel cell stack -coating powder production;material;Chemicals\Others\Transformation -coating powder production;material;Chemicals\Others\Transformation -coating service, melamine impregnated paper, double-sided;processing;Others\Transformation -coating service, melamine impregnated paper, double-sided;processing;Others\Transformation -cobalt production;material;Metals\Non ferro\Transformation -Cobalt sulfate {GLO}| Cut-off,;transport;carculator\energy storage\lithium-ion battery -cobwork production;material;Construction\Coverings\Transformation -cobwork production;material;Construction\Coverings\Transformation -cocamide diethanolamine production;material;Chemicals\Inorganic\Transformation -cocamide diethanolamine production;material;Chemicals\Inorganic\Transformation -cocamide diethanolamine production;material;Chemicals\Inorganic\Transformation -cocamide diethanolamine production;material;Chemicals\Inorganic\Transformation -cocoa bean production, sun-dried;material;Agricultural\Plant production\Fruits\Transformation -cocoa bean production, sun-dried;material;Agricultural\Plant production\Fruits\Transformation -cocoa bean production, sun-dried;material;Agricultural\Plant production\Fruits\Transformation -cocoa bean production, sun-dried;material;Agricultural\Plant production\Fruits\Transformation -coconut husk, Recycled Content cut-off;material;Agricultural\Intermediate Products\Transformation -coconut oil production, crude;material;Agricultural\Plant oils\Transformation -coconut oil production, crude;material;Agricultural\Plant oils\Transformation -coconut production, dehusked;material;Agricultural\Food\Transformation -coconut production, dehusked;material;Agricultural\Food\Transformation -coconut production, dehusked;material;Agricultural\Food\Transformation -coconut production, dehusked;material;Agricultural\Food\Transformation -coconut production, husked;material;Others\Obsolete -coconut production, husked;material;Others\Obsolete -cocoon production, silkworm rearing;material;Agricultural\Intermediate Products\Transformation -cocoon production, silkworm rearing;material;Agricultural\Intermediate Products\Transformation -coffee green bean production, arabica;material;Agricultural\Plant production\Fruits\Transformation -coffee green bean production, arabica;material;Agricultural\Plant production\Fruits\Transformation -coffee green bean production, arabica;material;Agricultural\Plant production\Fruits\Transformation -coffee green bean production, arabica;material;Agricultural\Plant production\Fruits\Transformation -coffee green bean production, arabica;material;Agricultural\Plant production\Fruits\Transformation -coffee green bean production, robusta;material;Agricultural\Plant production\Fruits\Transformation -coffee green bean production, robusta;material;Agricultural\Plant production\Fruits\Transformation -coffee green bean production, robusta;material;Agricultural\Plant production\Fruits\Transformation -coffee green bean production, robusta;material;Agricultural\Plant production\Fruits\Transformation -coffee green bean production, robusta;material;Agricultural\Plant production\Fruits\Transformation -coffee maker production;material;Appliances\Transformation\Infrastructure -coking;material;Chemicals\Organic\Transformation -coking;material;Chemicals\Organic\Transformation -coking;material;Fuels\Coal\Transformation -coking;material;Fuels\Coal\Transformation -coking;material;Fuels\Coal\Transformation -coking;material;Fuels\Coal\Transformation -coking;material;Fuels\Coal\Transformation -coking;material;Fuels\Coal\Transformation -collection of polystyrene scrap, post-consumer;material;Plastics\Recycling\Transformation -collection of polystyrene scrap, post-consumer;material;Plastics\Recycling\Transformation -collector field area construction, solar thermal parabolic trough, 50 MW;energy;Heat\Solar\Transformation\Infrastructure -collector field area construction, solar thermal parabolic trough, 50 MW;energy;Heat\Solar\Transformation\Infrastructure -collector field area construction, solar tower power plant, 20 MW;energy;Heat\Solar\Transformation\Infrastructure -collector field area construction, solar tower power plant, 20 MW;energy;Heat\Solar\Transformation\Infrastructure -combine harvesting;processing;Agricultural\Transformation -combine harvesting;processing;Agricultural\Transformation -combine harvesting;processing;Agricultural\Transformation -combine harvesting;processing;Agricultural\Transformation -combine harvesting;processing;Agricultural\Transformation -compact fluorescent lamp;material;Electronics\Component\Transformation -composting facility construction, open;processing;Waste\Transformation\Infrastructure -composting facility construction, open;processing;Waste\Transformation\Infrastructure -compressed air production, 1000 kPa gauge, <30kW, average generation;processing;Compressed air\Transformation -compressed air production, 1000 kPa gauge, <30kW, average generation;processing;Compressed air\Transformation -compressed air production, 1000 kPa gauge, <30kW, optimised generation;processing;Compressed air\Transformation -compressed air production, 1000 kPa gauge, <30kW, optimised generation;processing;Compressed air\Transformation -compressed air production, 1200 kPa gauge, <30kW, average generation;processing;Compressed air\Transformation -compressed air production, 1200 kPa gauge, <30kW, average generation;processing;Compressed air\Transformation -compressed air production, 1200 kPa gauge, <30kW, optimized generation;processing;Compressed air\Transformation -compressed air production, 1200 kPa gauge, <30kW, optimized generation;processing;Compressed air\Transformation -compressed air production, 600 kPa gauge, >30kW, average generation;processing;Compressed air\Transformation -compressed air production, 600 kPa gauge, >30kW, average generation;processing;Compressed air\Transformation -compressed air production, 600 kPa gauge, >30kW, best generation;processing;Compressed air\Transformation -compressed air production, 600 kPa gauge, >30kW, best generation;processing;Compressed air\Transformation -compressed air production, 600 kPa gauge, >30kW, optimized generation;processing;Compressed air\Transformation -compressed air production, 600 kPa gauge, >30kW, optimized generation;processing;Compressed air\Transformation -compressed air production, 700 kPa gauge, >30kW, average generation;processing;Compressed air\Transformation -compressed air production, 700 kPa gauge, >30kW, average generation;processing;Compressed air\Transformation -compressed air production, 700 kPa gauge, >30kW, best generation;processing;Compressed air\Transformation -compressed air production, 700 kPa gauge, >30kW, best generation;processing;Compressed air\Transformation -compressed air production, 700 kPa gauge, >30kW, optimized generation;processing;Compressed air\Transformation -compressed air production, 700 kPa gauge, >30kW, optimized generation;processing;Compressed air\Transformation -compressed air production, 800 kPa gauge, <30kW, average generation;processing;Compressed air\Transformation -compressed air production, 800 kPa gauge, <30kW, average generation;processing;Compressed air\Transformation -compressed air production, 800 kPa gauge, <30kW, optimized generation;processing;Compressed air\Transformation -compressed air production, 800 kPa gauge, <30kW, optimized generation;processing;Compressed air\Transformation -compressed air production, 800 kPa gauge, >30kW, average generation;processing;Compressed air\Transformation -compressed air production, 800 kPa gauge, >30kW, average generation;processing;Compressed air\Transformation -compressed air production, 800 kPa gauge, >30kW, best generation;processing;Compressed air\Transformation -compressed air production, 800 kPa gauge, >30kW, best generation;processing;Compressed air\Transformation -compressed air production, 800 kPa gauge, >30kW, optimized generation;processing;Compressed air\Transformation -compressed air production, 800 kPa gauge, >30kW, optimized generation;processing;Compressed air\Transformation -computer production, desktop, without screen;material;Electronics\Devices\Transformation -computer production, laptop;material;Electronics\Devices\Transformation -concentrated solar power plant construction, solar thermal parabolic trough, 50;energy;Electricity by fuel\Photovoltaic\Transformation\Infrastructure -concentrated solar power plant construction, solar thermal parabolic trough, 50;energy;Electricity by fuel\Photovoltaic\Transformation\Infrastructure -concentrated solar power plant construction, solar tower power plant, 20 MW;energy;Heat\Solar\Transformation\Infrastructure -concentrated solar power plant construction, solar tower power plant, 20 MW;energy;Heat\Solar\Transformation\Infrastructure -concrete block production;material;Construction\Concrete\Transformation -concrete block production;material;Construction\Concrete\Transformation -concrete block production;material;Construction\Concrete\Transformation -concrete mixing factory construction;material;Construction\Concrete\Transformation\Infrastructure -concrete mixing factory construction;material;Construction\Concrete\Transformation\Infrastructure -concrete production 20MPa;material;Construction\Concrete\Transformation -concrete production 20MPa;material;Construction\Concrete\Transformation -concrete production 20MPa;material;Construction\Concrete\Transformation -concrete production 20MPa North America without;material;Construction\Concrete\Transformation -concrete production 25-30MPa;material;Construction\Concrete\Transformation -concrete production 25-30MPa;material;Construction\Concrete\Transformation -concrete production 25MPa;material;Construction\Concrete\Transformation -concrete production 25MPa;material;Construction\Concrete\Transformation -concrete production 25MPa;material;Construction\Concrete\Transformation -concrete production 25MPa North America without;material;Construction\Concrete\Transformation -concrete production 30-32MPa;material;Construction\Concrete\Transformation -concrete production 30-32MPa;material;Construction\Concrete\Transformation -concrete production 30-32MPa North America without;material;Construction\Concrete\Transformation -concrete production 30MPa;material;Construction\Concrete\Transformation -concrete production 30MPa;material;Construction\Concrete\Transformation -concrete production 35MPa;material;Construction\Concrete\Transformation -concrete production 35MPa;material;Construction\Concrete\Transformation -concrete production 35MPa;material;Construction\Concrete\Transformation -concrete production 35MPa North America without;material;Construction\Concrete\Transformation -concrete production 40MPa;material;Construction\Concrete\Transformation -concrete production 40MPa;material;Construction\Concrete\Transformation -concrete production 45MPa;material;Construction\Concrete\Transformation -concrete production 45MPa;material;Construction\Concrete\Transformation -concrete production 50MPa;material;Construction\Concrete\Transformation -concrete production 50MPa;material;Construction\Concrete\Transformation -concrete production 50MPa;material;Construction\Concrete\Transformation -concrete production 50MPa North America without;material;Construction\Concrete\Transformation -concrete production, 20MPa, ready-mix, with cement, alternative constituents;material;Construction\Concrete\Transformation -concrete production, 20MPa, ready-mix, with cement, alternative constituents;material;Construction\Concrete\Transformation -concrete production, 20MPa, ready-mix, with cement, limestone 21-35%;material;Construction\Concrete\Transformation -concrete production, 20MPa, ready-mix, with cement, limestone 21-35%;material;Construction\Concrete\Transformation -concrete production, 20MPa, ready-mix, with cement, pozzolana and fly ash;material;Construction\Concrete\Transformation -concrete production, 20MPa, ready-mix, with cement, pozzolana and fly ash;material;Construction\Concrete\Transformation -concrete production, 20MPa, ready-mix, with Portland cement;material;Construction\Concrete\Transformation -concrete production, 20MPa, ready-mix, with Portland cement;material;Construction\Concrete\Transformation -concrete production, 20MPa, self, construction, with cement, pozzolana and fly;material;Construction\Concrete\Transformation -concrete production, 20MPa, self, construction, with cement, pozzolana and fly;material;Construction\Concrete\Transformation -concrete production, 20MPa, self-construction, with cement, alternative;material;Construction\Concrete\Transformation -concrete production, 20MPa, self-construction, with cement, alternative;material;Construction\Concrete\Transformation -concrete production, 20MPa, self-construction, with cement, limestone 21-35%;material;Construction\Concrete\Transformation -concrete production, 20MPa, self-construction, with cement, limestone 21-35%;material;Construction\Concrete\Transformation -concrete production, 20MPa, self-construction, with Portland cement;material;Construction\Concrete\Transformation -concrete production, 20MPa, self-construction, with Portland cement;material;Construction\Concrete\Transformation -concrete production, 25MPa, ready-mix, with cement blast furnace slag 35-70%;material;Construction\Concrete\Transformation -concrete production, 25MPa, ready-mix, with cement blast furnace slag 35-70%;material;Construction\Concrete\Transformation -concrete production, 25MPa, ready-mix, with cement blast furnace slag 6-34%;material;Construction\Concrete\Transformation -concrete production, 25MPa, ready-mix, with cement blast furnace slag 6-34%;material;Construction\Concrete\Transformation -concrete production, 25MPa, ready-mix, with cement limestone 6-10%;material;Construction\Concrete\Transformation -concrete production, 25MPa, ready-mix, with cement limestone 6-10%;material;Construction\Concrete\Transformation -concrete production, 30MPa, ready-mix, with cement blast furnace slag 35-70%;material;Construction\Concrete\Transformation -concrete production, 30MPa, ready-mix, with cement blast furnace slag 35-70%;material;Construction\Concrete\Transformation -concrete production, 30MPa, ready-mix, with cement blast furnace slag 6-34%;material;Construction\Concrete\Transformation -concrete production, 30MPa, ready-mix, with cement blast furnace slag 6-34%;material;Construction\Concrete\Transformation -concrete production, 30MPa, ready-mix, with cement limestone 6-10%;material;Construction\Concrete\Transformation -concrete production, 30MPa, ready-mix, with cement limestone 6-10%;material;Construction\Concrete\Transformation -concrete production, 35MPa, ready-mix, with cement blast furnace slag 35-70%;material;Construction\Concrete\Transformation -concrete production, 35MPa, ready-mix, with cement blast furnace slag 35-70%;material;Construction\Concrete\Transformation -concrete production, 35MPa, ready-mix, with cement blast furnace slag 6-34%;material;Construction\Concrete\Transformation -concrete production, 35MPa, ready-mix, with cement blast furnace slag 6-34%;material;Construction\Concrete\Transformation -concrete production, 35MPa, ready-mix, with cement limestone 6-10%;material;Construction\Concrete\Transformation -concrete production, 35MPa, ready-mix, with cement limestone 6-10%;material;Construction\Concrete\Transformation -concrete production, 40MPa, ready-mix, with cement blast furnace slag 35-70%;material;Construction\Concrete\Transformation -concrete production, 40MPa, ready-mix, with cement blast furnace slag 35-70%;material;Construction\Concrete\Transformation -concrete production, 40MPa, ready-mix, with cement blast furnace slag 6-34%;material;Construction\Concrete\Transformation -concrete production, 40MPa, ready-mix, with cement blast furnace slag 6-34%;material;Construction\Concrete\Transformation -concrete production, 40MPa, ready-mix, with cement limestone 6-10%;material;Construction\Concrete\Transformation -concrete production, 40MPa, ready-mix, with cement limestone 6-10%;material;Construction\Concrete\Transformation -concrete production, 40MPa, ready-mix, with cement, alternative constituents;material;Construction\Concrete\Transformation -concrete production, 40MPa, ready-mix, with cement, alternative constituents;material;Construction\Concrete\Transformation -concrete production, 40MPa, ready-mix, with cement, limestone 21-35%;material;Construction\Concrete\Transformation -concrete production, 40MPa, ready-mix, with cement, limestone 21-35%;material;Construction\Concrete\Transformation -concrete production, 40MPa, ready-mix, with cement, pozzolana and fly ash;material;Construction\Concrete\Transformation -concrete production, 40MPa, ready-mix, with cement, pozzolana and fly ash;material;Construction\Concrete\Transformation -concrete production, 40MPa, ready-mix, with Portland cement;material;Construction\Concrete\Transformation -concrete production, 40MPa, ready-mix, with Portland cement;material;Construction\Concrete\Transformation -concrete production, for building construction, with cement CEM II/A;material;Construction\Concrete\Transformation -concrete production, for building construction, with cement CEM II/A;material;Others\Obsolete -concrete production, for building construction, with cement CEM II/B;material;Construction\Concrete\Transformation -concrete production, for building construction, with cement CEM II/B;material;Others\Obsolete -concrete production, for civil engineering, with cement CEM I;material;Construction\Concrete\Transformation -concrete production, for civil engineering, with cement CEM I;material;Others\Obsolete -concrete production, for civil engineering, with cement CEM II/A;material;Construction\Concrete\Transformation -concrete production, for civil engineering, with cement CEM II/A;material;Others\Obsolete -concrete production, for civil engineering, with cement CEM II/B;material;Construction\Concrete\Transformation -concrete production, for civil engineering, with cement CEM II/B;material;Others\Obsolete -concrete production, for de-icing salt contact;material;Others\Obsolete -concrete production, for de-icing salt contact;material;Others\Obsolete -concrete production, for drilled piles, with cement CEM I;material;Construction\Concrete\Transformation -concrete production, for drilled piles, with cement CEM I;material;Others\Obsolete -concrete production, for drilled piles, with cement CEM II/A;material;Construction\Concrete\Transformation -concrete production, for drilled piles, with cement CEM II/A;material;Others\Obsolete -concrete production, for drilled piles, with cement CEM II/B;material;Construction\Concrete\Transformation -concrete production, for drilled piles, with cement CEM II/B;material;Others\Obsolete -concrete production, high exacting requirements;material;Others\Obsolete -concrete production, high exacting requirements;material;Others\Obsolete -concrete production, normal;material;Others\Obsolete -concrete production, normal;material;Others\Obsolete -concrete production, sole plate and foundation;material;Others\Obsolete -concrete production, sole plate and foundation;material;Others\Obsolete -concrete roof tile production;material;Construction\Concrete\Transformation -concrete roof tile production;material;Construction\Concrete\Transformation -concrete slab;material;Construction\Concrete\Transformation -concrete slab;material;Construction\Concrete\Transformation -concrete, all types to generic market for concrete, medium strength;material;Construction\Concrete\Transformation -concrete, all types to generic market for concrete, medium strength;material;Construction\Concrete\Transformation -concrete, all types to generic market for concrete, medium strength;material;Construction\Concrete\Transformation -concrete, all types to generic market for concrete, medium strength;material;Construction\Concrete\Transformation -concrete, all types to generic market for concrete, medium strength;material;Construction\Concrete\Transformation -concrete, all types to generic market for concrete, medium strength;material;Construction\Concrete\Transformation -concrete, all types to generic market for concrete, normal strength;material;Construction\Concrete\Transformation -concrete, all types to generic market for concrete, normal strength;material;Construction\Concrete\Transformation -concrete, all types to generic market for concrete, normal strength;material;Construction\Concrete\Transformation -concrete, all types to generic market for concrete, normal strength;material;Construction\Concrete\Transformation -concrete, all types to generic market for concrete, normal strength;material;Construction\Concrete\Transformation -concrete, all types to generic market for concrete, normal strength;material;Construction\Concrete\Transformation -concrete, all types to generic market for concrete, normal strength;material;Construction\Concrete\Transformation -construction work, heat and power co-generation unit, 160kW electrical;energy;Cogeneration\Gas\Transformation\Infrastructure -construction work, heat and power co-generation unit, 160kW electrical;energy;Cogeneration\Gas\Transformation\Infrastructure -container production, for collection of post-consumer waste plastic for;material;Plastics\Recycling\Transformation\Infrastructure -container production, for collection of post-consumer waste plastic for;material;Plastics\Recycling\Transformation\Infrastructure -container production, for collection of post-consumer waste plastic for;material;Plastics\Recycling\Transformation\Infrastructure -container production, for collection of post-consumer waste plastic for;material;Plastics\Recycling\Transformation\Infrastructure -container ship production;transport;Water\Market\Infrastructure -Container, with pipes and fittings, for diaphragm compressor {GLO}| Cut-off,;transport;carculator\energy storage\hydrogen supply infrastructure -containerboard production, fluting medium, recycled;material;Paper+ Board\Board\Transformation -containerboard production, fluting medium, recycled;material;Paper+ Board\Board\Transformation -containerboard production, fluting medium, semichemical;material;Paper+ Board\Board\Transformation -containerboard production, fluting medium, semichemical;material;Paper+ Board\Board\Transformation -containerboard production, fluting medium, semichemical;material;Wood\Byproducts\Transformation -containerboard production, fluting medium, semichemical;material;Wood\Byproducts\Transformation -containerboard production, fluting medium, semichemical;material;Chemicals\Others\Transformation -containerboard production, fluting medium, semichemical;material;Chemicals\Others\Transformation -containerboard production, fluting medium, semichemical;material;Chemicals\Others\Transformation -containerboard production, fluting medium, semichemical;material;Chemicals\Others\Transformation -containerboard production, fluting medium, semichemical, 40% recycled content;material;Paper+ Board\Board\Transformation -containerboard production, linerboard,;material;Others\Obsolete -containerboard production, linerboard, kraftliner;material;Paper+ Board\Board\Transformation -containerboard production, linerboard, kraftliner;material;Paper+ Board\Board\Transformation -containerboard production, linerboard, kraftliner;material;Paper+ Board\Board\Transformation -containerboard production, linerboard, kraftliner;material;Wood\Byproducts\Transformation -containerboard production, linerboard, kraftliner;material;Wood\Byproducts\Transformation -containerboard production, linerboard, kraftliner;material;Wood\Byproducts\Transformation -containerboard production, linerboard, kraftliner;material;Chemicals\Others\Transformation -containerboard production, linerboard, kraftliner;material;Chemicals\Others\Transformation -containerboard production, linerboard, kraftliner;material;Chemicals\Others\Transformation -containerboard production, linerboard, kraftliner;material;Chemicals\Others\Transformation -containerboard production, linerboard, kraftliner;material;Chemicals\Others\Transformation -containerboard production, linerboard, kraftliner;material;Chemicals\Others\Transformation -containerboard production, linerboard, testliner;material;Paper+ Board\Board\Transformation -containerboard production, linerboard, testliner;material;Paper+ Board\Board\Transformation -containerboard production, linerboard, testliner;material;Paper+ Board\Board\Transformation -continuous dyeing, fibre, cotton;processing;Textiles\Market -contouring, brass;processing;Metals\Chipless shaping\Transformation -contouring, brass;processing;Metals\Chipless shaping\Transformation -contouring, brass;processing;Metals\Chipless shaping\Transformation -contouring, bronze;processing;Metals\Chipless shaping\Transformation -contouring, bronze;processing;Metals\Chipless shaping\Transformation -contouring, bronze;processing;Metals\Chipless shaping\Transformation -control cabinet production, heat and power co-generation unit, 160kW electrical;energy;Cogeneration\Gas\Transformation\Infrastructure -control cabinet production, heat and power co-generation unit, 160kW electrical;energy;Cogeneration\Gas\Transformation\Infrastructure -Control panel, carbon dioxide capture process {RER}| Cut-off,;transport;carculator\synthetic fuels\direct air capture -controller production, for electric scooter;material;Electronics\Component\Transformation -converter production, for electric passenger car;material;Electronics\Component\Transformation -conveyor belt production;transport;Building equipment\Transformation\Infrastructure -conveyor belt production;transport;Building equipment\Transformation\Infrastructure -cookstove production, gas or electric;material;Appliances\Transformation\Infrastructure -cooling energy, from natural gas, at cogen unit with absorption chiller 100kW;energy;Cogeneration\Gas\Transformation -cooling energy, from natural gas, at cogen unit with absorption chiller 100kW;energy;Cogeneration\Gas\Transformation -Cooling system {GLO}| Cut-off,;transport;carculator\energy storage\lithium-ion battery -Cooling unit, carbon dioxide capture process {RER}| Cut-off,;transport;carculator\synthetic fuels\direct air capture -copper carbonate production;material;Chemicals\Inorganic\Transformation -copper carbonate production;material;Chemicals\Inorganic\Transformation -copper mine operation, sulfide ore;material;Minerals\Transformation -copper mine operation, sulfide ore;material;Minerals\Transformation -copper mine operation, sulfide ore;material;Minerals\Transformation -copper mine operation, sulfide ore;material;Minerals\Transformation -copper mine operation, sulfide ore;material;Minerals\Transformation -copper mine operation, sulfide ore;material;Minerals\Transformation -copper mine operation, sulfide ore;material;Metals\Non ferro\Transformation -copper mine operation, sulfide ore;material;Metals\Non ferro\Transformation -copper mine operation, sulfide ore;material;Metals\Non ferro\Transformation -copper mine operation, sulfide ore;material;Metals\Non ferro\Transformation -copper mine operation, sulfide ore;material;Metals\Non ferro\Transformation -copper mine operation, sulfide ore;material;Metals\Non ferro\Transformation -copper oxide production;material;Chemicals\Inorganic\Transformation -copper oxide production;material;Chemicals\Inorganic\Transformation -copper production, blister-copper;material;Metals\Non ferro\Transformation -copper production, blister-copper;material;Metals\Non ferro\Transformation -copper production, from imported concentrates;material;Others\Obsolete -copper production, from imported concentrates;material;Others\Obsolete -copper production, primary;material;Metals\Non ferro\Transformation -copper production, primary;material;Metals\Non ferro\Transformation -copper production, primary;material;Metals\Non ferro\Transformation -copper production, primary;material;Metals\Non ferro\Transformation -copper production, primary;material;Metals\Non ferro\Transformation -copper production, primary;material;Metals\Non ferro\Transformation -copper production, solvent-extraction electro-winning;material;Metals\Non ferro\Transformation -copper production, solvent-extraction electro-winning;material;Chemicals\Acids (inorganic)\Transformation -copper scrap, sorted, pressed, Recycled Content cut-off;material;Metals\Non ferro\Transformation -copper sulfate production;material;Chemicals\Inorganic\Transformation -core board production;material;Paper+ Board\Board\Transformation -core board production;material;Paper+ Board\Board\Transformation -core board production;material;Paper+ Board\Board\Transformation -coriander production;material;Agricultural\Plant production\Vegetables\Transformation -coriander production;material;Agricultural\Plant production\Vegetables\Transformation -cork forestry;material;Wood\Extraction\Transformation -cork forestry;material;Others\Obsolete -cork forestry;material;Wood\Extraction\Transformation -cork forestry;material;Wood\Extraction\Transformation -cork forestry;material;Others\Obsolete -cork forestry;material;Wood\Extraction\Transformation -cork slab production;material;Construction\Insulation\Transformation -cork slab production;material;Construction\Insulation\Transformation -corrugated board box production;material;Paper+ Board\Corrugated board\Transformation -corrugated board box production;material;Paper+ Board\Corrugated board\Transformation -corrugated board box production;material;Paper+ Board\Corrugated board\Transformation -corrugated board box production;material;Wood\Byproducts\Transformation -corrugated board box production;material;Wood\Byproducts\Transformation -cotton production;material;Others\Obsolete -cotton production;material;Others\Obsolete -cotton production;material;Others\Obsolete -cotton production;material;Others\Obsolete -cotton production;material;Others\Obsolete -cotton production;material;Others\Obsolete -cottonseed meal to generic market for protein feed;material;Agricultural\Animal feed\Market -cottonseed meal to generic market for protein feed;material;Agricultural\Animal feed\Transformation -cottonseed oil mill operation;material;Others\Obsolete -cottonseed oil mill operation;material;Agricultural\Animal feed\Transformation -cottonseed oil mill operation;material;Agricultural\Animal feed\Transformation -cottonseed oil mill operation;material;Others\Obsolete -cottonseed oil mill operation;material;Agricultural\Plant oils\Transformation -cottonseed oil mill operation;material;Agricultural\Plant oils\Transformation -cottonseed oil refinery operation;material;Agricultural\Plant oils\Transformation -cottonseed oil refinery operation;material;Agricultural\Plant oils\Transformation -cottonseed oil refinery operation;material;Chemicals\Washing agents\Tensides\Transformation -cottonseed oil refinery operation;material;Chemicals\Washing agents\Tensides\Transformation -cottonseed oil, refined, to generic market for vegetable oil, refined;material;Chemicals\Organic\Transformation -cottonseed production, for sowing;material;Agricultural\Plant seeds\Transformation -cottonseed production, for sowing;material;Agricultural\Plant seeds\Transformation -cottonseed production, for sowing, organic;material;Agricultural\Plant seeds\Market -cottonseed production, for sowing, organic;material;Agricultural\Plant seeds\Market -cottonseed to generic market for energy feed;material;Agricultural\Animal feed\Market -cottonseed to generic market for energy feed;material;Agricultural\Animal feed\Market -cottonseed to generic market for energy feed;material;Agricultural\Animal feed\Market -cottonseed to generic market for energy feed;material;Agricultural\Animal feed\Market -cottonseed to generic market for energy feed;material;Agricultural\Animal feed\Market -cottonseed to generic market for energy feed;material;Agricultural\Animal feed\Market -cottonseed, organic to generic market for energy feed;material;Agricultural\Animal feed\Market -cottonseed, organic to generic market for energy feed;material;Agricultural\Animal feed\Market -cottonseed, organic to generic market for energy feed;material;Agricultural\Animal feed\Market -cottonseed, organic to generic market for energy feed;material;Agricultural\Animal feed\Market -cover plaster production, mineral;material;Construction\Coverings\Transformation -cover plaster production, mineral;material;Construction\Coverings\Transformation -cover plaster production, organic;material;Construction\Coverings\Transformation -cover plaster production, organic;material;Construction\Coverings\Transformation -Crude palm oil extraction from ffbs {rer} |oil mill| {RER}| Cut-off,;transport;carculator\biofuels\feedstock -Crude vegetable oil | oil mill: extraction of vegetable oil from rapeseed |;transport;carculator\biofuels\feedstock -cryolite production;material;Chemicals\Inorganic\Transformation -cryolite production;material;Chemicals\Inorganic\Transformation -cryolite production, from fluosilicic acid;material;Chemicals\Inorganic\Transformation -cryolite production, from fluosilicic acid;material;Chemicals\Inorganic\Transformation -cucumber production;material;Agricultural\Plant production\Vegetables\Transformation -cumene production;material;Chemicals\Organic\Transformation -cumene production;material;Chemicals\Organic\Transformation -cyanoacetic acid production;material;Chemicals\Acids (organic)\Transformation -cyanoacetic acid production;material;Chemicals\Acids (organic)\Transformation -cyanogen chloride production;material;Chemicals\Inorganic\Transformation -cyanogen chloride production;material;Chemicals\Inorganic\Transformation -cyanuric chloride production;material;Chemicals\Organic\Transformation -cyclic N-compound production;material;Chemicals\Pesticides\Transformation -cyclic N-compound production;material;Chemicals\Pesticides\Transformation -cyclohexane production;material;Chemicals\Organic\Transformation -cyclohexane production;material;Chemicals\Organic\Transformation -cyclohexanol production;material;Chemicals\Organic\Transformation -cyclohexanol production;material;Chemicals\Organic\Transformation -cyclohexanone production;material;Chemicals\Organic\Transformation -cyclohexanone production;material;Chemicals\Organic\Transformation -dairy construction;material;Agricultural\Food\Transformation\Infrastructure -debarking, hardwood;material;Others\Obsolete -debarking, hardwood;material;Others\Obsolete -debarking, hardwood;material;Others\Obsolete -debarking, hardwood;material;Others\Obsolete -debarking, softwood;material;Others\Obsolete -debarking, softwood;material;Others\Obsolete -debarking, softwood;material;Others\Obsolete -debarking, softwood;material;Others\Obsolete -debarking, softwood, in forest;material;Wood\Byproducts\Transformation -debarking, softwood, in forest;material;Wood\Byproducts\Transformation -debarking, softwood, in forest;material;Wood\Extraction\Transformation -debarking, softwood, in forest;material;Wood\Extraction\Transformation -decabromodiphenyl ether production;material;Chemicals\Organic\Transformation -decabromodiphenyl ether production;material;Chemicals\Organic\Transformation -decarboxylative cyclization of adipic acid;material;Chemicals\Organic\Transformation -decarboxylative cyclization of adipic acid;material;Chemicals\Organic\Transformation -decarboxylative cyclization of adipic acid;material;Chemicals\Acids (organic)\Transformation -decarboxylative cyclization of adipic acid;material;Chemicals\Acids (organic)\Transformation -deep drawing, steel, 10000 kN press, automode;processing;Metals\Chipless shaping\Transformation -deep drawing, steel, 10000 kN press, automode;processing;Metals\Chipless shaping\Transformation -deep drawing, steel, 10000 kN press, single stroke;processing;Metals\Chipless shaping\Transformation -deep drawing, steel, 10000 kN press, single stroke;processing;Metals\Chipless shaping\Transformation -deep drawing, steel, 3500 kN press, automode;processing;Metals\Chipless shaping\Transformation -deep drawing, steel, 3500 kN press, automode;processing;Metals\Chipless shaping\Transformation -deep drawing, steel, 3500 kN press, single stroke;processing;Metals\Chipless shaping\Transformation -deep drawing, steel, 3500 kN press, single stroke;processing;Metals\Chipless shaping\Transformation -deep drawing, steel, 38000 kN press, automode;processing;Metals\Chipless shaping\Transformation -deep drawing, steel, 38000 kN press, automode;processing;Metals\Chipless shaping\Transformation -deep drawing, steel, 38000 kN press, single stroke;processing;Metals\Chipless shaping\Transformation -deep drawing, steel, 38000 kN press, single stroke;processing;Metals\Chipless shaping\Transformation -deep drawing, steel, 650 kN press, automode;processing;Metals\Chipless shaping\Transformation -deep drawing, steel, 650 kN press, automode;processing;Metals\Chipless shaping\Transformation -deep drawing, steel, 650 kN press, single stroke;processing;Metals\Chipless shaping\Transformation -deep drawing, steel, 650 kN press, single stroke;processing;Metals\Chipless shaping\Transformation -deep well closure, for geothermal power, onshore, 6000m;energy;Electricity by fuel\Geothermal\Transformation\Infrastructure -deep well drilling, for deep geothermal power;energy;Electricity by fuel\Geothermal\Transformation\Infrastructure -deep well drilling, for deep geothermal power;energy;Electricity by fuel\Geothermal\Transformation\Infrastructure -deep well drilling, for deep geothermal power;energy;Electricity by fuel\Geothermal\Transformation\Infrastructure -deep well drilling, for deep geothermal power;energy;Electricity by fuel\Geothermal\Transformation\Infrastructure -deep well drilling, for deep geothermal power;energy;Electricity by fuel\Geothermal\Transformation\Infrastructure -deep well drilling, for deep geothermal power;energy;Electricity by fuel\Geothermal\Transformation\Infrastructure -deep well drilling, for deep geothermal power;energy;Electricity by fuel\Geothermal\Transformation\Infrastructure -deep well drilling, for deep geothermal power;energy;Electricity by fuel\Geothermal\Transformation\Infrastructure -deep well drilling, for deep geothermal power;energy;Electricity by fuel\Geothermal\Transformation\Infrastructure -deep well drilling, for deep geothermal power;energy;Electricity by fuel\Geothermal\Transformation\Infrastructure -deep well drilling, for deep geothermal power;energy;Electricity by fuel\Geothermal\Transformation\Infrastructure -deep well drilling, for deep geothermal power;energy;Electricity by fuel\Geothermal\Transformation\Infrastructure -deep well drilling, for deep geothermal power;energy;Electricity by fuel\Geothermal\Transformation\Infrastructure -deep well drilling, for deep geothermal power;energy;Electricity by fuel\Geothermal\Transformation\Infrastructure -deep well drilling, for deep geothermal power;energy;Electricity by fuel\Geothermal\Transformation\Infrastructure -deep well drilling, for deep geothermal power;energy;Electricity by fuel\Geothermal\Transformation\Infrastructure -deep well drilling, for deep geothermal power;energy;Electricity by fuel\Geothermal\Transformation\Infrastructure -deep well drilling, for deep geothermal power;energy;Electricity by fuel\Geothermal\Transformation\Infrastructure -deep well drilling, for deep geothermal power;energy;Electricity by fuel\Geothermal\Transformation\Infrastructure -deep well drilling, for deep geothermal power;energy;Electricity by fuel\Geothermal\Transformation\Infrastructure -deep well drilling, for deep geothermal power;energy;Electricity by fuel\Geothermal\Transformation\Infrastructure -deep well drilling, for geothermal power, onshore, 6000m;energy;Electricity by fuel\Geothermal\Transformation\Infrastructure -degreasing, metal part in alkaline bath;processing;Metals\Metal working\Transformation -degreasing, metal part in alkaline bath;processing;Metals\Metal working\Transformation -dehydrogenation of butan-1,4-diol;material;Others\Obsolete -dehydrogenation of butan-1,4-diol;material;Chemicals\Organic\Transformation -dehydrogenation of butan-1,4-diol;material;Chemicals\Organic\Transformation -dehydrogenation of butan-1,4-diol;material;Others\Obsolete -dehydrogenation of butan-1,4-diol;material;Chemicals\Gases\Transformation -dehydrogenation of butan-1,4-diol;material;Chemicals\Gases\Transformation -deinking emulsion production, in paper production;material;Chemicals\Others\Transformation -deinking emulsion production, in paper production;material;Chemicals\Others\Transformation -delimbing, with excavator-based processor;processing;Wood\Transformation -delimbing, with excavator-based processor;processing;Wood\Transformation -demersal fish to generic market for marine fish;material;Agricultural\Animal production\Fish\Market -desulfurisation of hard coal flue gas;material;Others\Obsolete -desulfurisation of hard coal flue gas;processing;Power plants\Transformation -desulfurisation of hard coal flue gas;processing;Power plants\Transformation -desulfurisation of lignite flue gas;processing;Power plants\Transformation -dewatering of ethanol from biomass, from 95% to 99.7% solution state;material;Fuels\Biofuels\Ethanol\Transformation -dewatering of ethanol from biomass, from 95% to 99.7% solution state;material;Fuels\Biofuels\Ethanol\Transformation -dewatering of ethanol from biomass, from 95% to 99.7% solution state;material;Fuels\Biofuels\Ethanol\Transformation -dewatering of ethanol from biomass, from 95% to 99.7% solution state;material;Fuels\Biofuels\Ethanol\Transformation -dewatering of ethanol from biomass, from 95% to 99.7% solution state;material;Fuels\Biofuels\Ethanol\Transformation -dewatering of ethanol from biomass, from 95% to 99.7% solution state Europe;material;Fuels\Biofuels\Ethanol\Transformation -diammonium phosphate production;material;Chemicals\Fertilisers (inorganic)\Transformation -diammonium phosphate production;material;Chemicals\Fertilisers (inorganic)\Transformation -diammonium phosphate production;material;Chemicals\Fertilisers (inorganic)\Transformation -diammonium phosphate production;material;Chemicals\Fertilisers (inorganic)\Transformation -Diaphragm compressor module, high pressure {GLO}| Cut-off,;transport;carculator\energy storage\hydrogen supply infrastructure -Diaphragms, for diaphragm compressor {GLO}| Cut-off,;transport;carculator\energy storage\hydrogen supply infrastructure -diazine-compound production;material;Chemicals\Pesticides\Transformation -diazine-compound production;material;Chemicals\Pesticides\Transformation -diazole-compound production;material;Chemicals\Pesticides\Transformation -diazole-compound production;material;Chemicals\Pesticides\Transformation -dichloromethane production;material;Chemicals\Organic\Transformation -dichloromethane production;material;Chemicals\Organic\Transformation -dichloropropene to generic market for pesticide, unspecified;material;Chemicals\Pesticides\Transformation -dicyclopentadiene based unsaturated polyester resin production;material;Chemicals\Organic\Transformation -dicyclopentadiene based unsaturated polyester resin production;material;Chemicals\Organic\Transformation -diesel production, low-sulfur;material;Fuels\Oil\Diesel\Transformation -diesel production, low-sulfur;material;Others\Obsolete -diesel production, low-sulphur, petroleum refinery operation;material;Fuels\Oil\Diesel\Transformation -diesel production, low-sulphur, petroleum refinery operation;material;Fuels\Oil\Diesel\Transformation -diesel production, low-sulphur, petroleum refinery operation;material;Fuels\Oil\Diesel\Transformation -diesel production, low-sulphur, petroleum refinery operation;material;Fuels\Oil\Diesel\Transformation -diesel production, low-sulphur, petroleum refinery operation;material;Fuels\Oil\Diesel\Transformation -diesel production, low-sulphur, petroleum refinery operation;material;Fuels\Oil\Diesel\Transformation -diesel production, low-sulphur, petroleum refinery operation Europe without;material;Fuels\Oil\Diesel\Transformation -diesel production, petroleum refinery operation;material;Fuels\Oil\Diesel\Transformation -diesel production, petroleum refinery operation;material;Fuels\Oil\Diesel\Transformation -diesel production, petroleum refinery operation;material;Fuels\Oil\Diesel\Transformation -diesel production, petroleum refinery operation;material;Fuels\Oil\Diesel\Transformation -diesel production, petroleum refinery operation;material;Fuels\Oil\Diesel\Transformation -diesel production, petroleum refinery operation;material;Fuels\Oil\Diesel\Transformation -diesel production, petroleum refinery operation Europe without;material;Fuels\Oil\Diesel\Transformation -Diesel production, synthetic, fischer tropsch process {RER}| Cut-off,;transport;carculator\synthetic fuels\transformation -diesel, burned in agricultural machinery;energy;Mechanical\Market -diesel, burned in building machine;energy;Mechanical\Transformation -diesel, burned in diesel-electric generating set;material;Others\Obsolete -diesel, burned in diesel-electric generating set, 10MW;energy;Mechanical\Transformation -diesel, burned in diesel-electric generating set, 18.5kW;energy;Mechanical\Transformation -diesel, burned in fishing vessel;energy;Mechanical\Transformation -diesel, import from unspecified;material;Fuels\Oil\Diesel\Transformation -diesel, import from unspecified;material;Fuels\Oil\Diesel\Transformation -diesel, import from unspecified;material;Fuels\Oil\Diesel\Transformation -diesel, import from unspecified;material;Fuels\Oil\Diesel\Transformation -diesel, import from unspecified;material;Fuels\Oil\Diesel\Transformation -diesel, low-sulfur, import from Europe;material;Fuels\Oil\Diesel\Market -diesel, low-sulfur, import from unspecified;material;Fuels\Oil\Diesel\Transformation -diesel, low-sulfur, import from unspecified;material;Fuels\Oil\Diesel\Transformation -diesel, low-sulfur, import from unspecified;material;Fuels\Oil\Diesel\Transformation -diesel, low-sulfur, import from unspecified;material;Fuels\Oil\Diesel\Transformation -diesel, low-sulfur, import from unspecified;material;Fuels\Oil\Diesel\Transformation -diesel-electric generating set production 10MW production;energy;Others\Obsolete -diesel-electric generating set production 10MW production;energy;Others\Obsolete -diesel-electric generating set production 10MW production;energy;Others\Obsolete -diesel-electric generating set production 10MW production;energy;Others\Obsolete -diesel-electric generating set production 18.5kW;energy;Mechanical\Transformation\Infrastructure -diesel-electric generating set production, 10MW;energy;Mechanical\Transformation\Infrastructure -diesel-electric generating set production, 10MW;energy;Mechanical\Transformation\Infrastructure -diethyl ether production;material;Chemicals\Organic\Transformation -diethyl ether production;material;Water\Industry water\Transformation -digester sludge, Recycled Content cut-off;material;Chemicals\Organic\Transformation -dimethenamide production;material;Chemicals\Pesticides\Transformation -dimethenamide production;material;Chemicals\Pesticides\Transformation -dimethyl carbonate production;material;Chemicals\Organic\Transformation -dimethyl carbonate production;material;Chemicals\Organic\Transformation -dimethyl carbonate production;material;Chemicals\Organic\Transformation -dimethyl carbonate production;material;Chemicals\Organic\Transformation -dimethyl ether production;material;Chemicals\Organic\Transformation -dimethyl ether production;material;Chemicals\Organic\Transformation -dimethyl hexanediol production;material;Chemicals\Organic\Transformation -dimethyl hexynediol production;material;Chemicals\Organic\Transformation -dimethyl malonate production;material;Chemicals\Organic\Transformation -dimethyl malonate production;material;Chemicals\Organic\Transformation -dimethyl sulfate production;material;Chemicals\Organic\Transformation -dimethyl sulfate production;material;Chemicals\Organic\Transformation -dimethyl sulfide production;material;Chemicals\Organic\Transformation -dimethyl sulfide production;material;Chemicals\Organic\Transformation -dimethyl sulfoxide production;material;Chemicals\Organic\Transformation -dimethyl sulfoxide production;material;Chemicals\Organic\Transformation -dimethylacetamide production;material;Chemicals\Organic\Transformation -dimethylamine borane production;material;Chemicals\Organic\Transformation -dimethylamine production;material;Chemicals\Organic\Transformation -dimethylamine production;material;Chemicals\Organic\Transformation -dimethylaminopropylamine production;material;Chemicals\Organic\Transformation -dimethylaminopropylamine production;material;Chemicals\Organic\Transformation -dimethyldichlorosilane production;material;Chemicals\Inorganic\Transformation -dinitroaniline-compound production;material;Chemicals\Pesticides\Transformation -dinitroaniline-compound production;material;Chemicals\Pesticides\Transformation -dinitrogen tetroxide production;material;Chemicals\Inorganic\Transformation -diode production, auxilliaries and energy use;material;Electronics\Component\Transformation -diode production, glass-, for surface-mounting;material;Electronics\Component\Transformation -diode production, glass-, for through-hole mounting;material;Electronics\Component\Transformation -dioxane production;material;Chemicals\Organic\Transformation -dioxane production;material;Chemicals\Organic\Transformation -diphenylether-compound production;material;Chemicals\Pesticides\Transformation -diphenylether-compound production;material;Chemicals\Pesticides\Transformation -dipropyl amine production;material;Chemicals\Organic\Transformation -dipropyl amine production;material;Chemicals\Organic\Transformation -dipropylene glycol monomethyl ether production;material;Chemicals\Organic\Transformation -dipropylene glycol monomethyl ether production;material;Chemicals\Organic\Transformation -direct disposal of wastewater from textile production;waste treatment;Wastewater Treatment\Transformation -dishwasher production;material;Appliances\Transformation\Infrastructure -disk drive production, CD/DVD, ROM, for desktop computer;material;Electronics\Module\Transformation -disk drive production, CD/DVD, ROM, for laptop computer;material;Electronics\Module\Transformation -display production, cathode ray tube, 17 inches;material;Electronics\Devices\Transformation -display production, liquid crystal, 17 inches;material;Electronics\Devices\Transformation -Disposal, hydrogen fuelling station {RER}| Cut-off,;waste treatment;carculator\biofuels\feedstock -Distiller's Dried Grains with Solubles to generic market for protein feed;material;Agricultural\Animal feed\Market -Distiller's Dried Grains with Solubles to generic market for protein feed;material;Agricultural\Animal feed\Transformation -distribution network construction, electricity, low voltage;transport;Electricity\Transformation\Infrastructure -distribution network construction, electricity, low voltage;transport;Electricity\Transformation\Infrastructure -distribution network construction, electricity, low voltage;transport;Electricity\Transformation\Infrastructure -dithiocarbamate-compound production;material;Chemicals\Pesticides\Transformation -dithiocarbamate-compound production;material;Chemicals\Pesticides\Transformation -dodecanol production, from coconut oil;material;Chemicals\Organic\Transformation -dodecanol production, ziegler process;material;Chemicals\Organic\Transformation -dolomite production;material;Minerals\Transformation -dolomite production;material;Minerals\Transformation -door production, inner, glass-wood;material;Construction\Doors\Transformation -door production, inner, glass-wood;material;Construction\Doors\Transformation -door production, inner, wood;material;Construction\Doors\Transformation -door production, inner, wood;material;Construction\Doors\Transformation -door production, outer, wood-aluminium;material;Construction\Doors\Transformation -door production, outer, wood-aluminium;material;Construction\Doors\Transformation -door production, outer, wood-glass;material;Construction\Doors\Transformation -door production, outer, wood-glass;material;Construction\Doors\Transformation -drawing of pipe, steel;processing;Metals\Chipless shaping\Transformation -drawing of pipe, steel;processing;Metals\Chipless shaping\Transformation -dried roughage store construction, air dried, solar;processing;Agricultural\Transformation\Infrastructure -dried roughage store construction, air dried, solar;processing;Agricultural\Transformation\Infrastructure -dried roughage store construction, cold-air dried, conventional;processing;Agricultural\Transformation\Infrastructure -dried roughage store construction, cold-air dried, conventional;processing;Agricultural\Transformation\Infrastructure -dried roughage store construction, non ventilated;processing;Agricultural\Transformation\Infrastructure -dried roughage store construction, non ventilated;processing;Agricultural\Transformation\Infrastructure -Drilling, deep borehole/m {RER}| Cut-off,;transport;carculator\synthetic fuels\carbon capture and storage -dryer production;material;Appliances\Transformation\Infrastructure -drying of bread grain, seed and legumes;processing;Agricultural\Transformation -drying of bread grain, seed and legumes;processing;Agricultural\Transformation -drying of feed grain;processing;Agricultural\Transformation -drying of feed grain;processing;Agricultural\Transformation -drying of feed grain;processing;Agricultural\Transformation -drying of grass;processing;Agricultural\Transformation -drying of grass;processing;Agricultural\Transformation -drying of maize grain;processing;Agricultural\Transformation -drying of maize grain;processing;Agricultural\Transformation -drying of maize grain;processing;Agricultural\Transformation -drying of maize straw and whole-plant;processing;Agricultural\Transformation -drying of maize straw and whole-plant;processing;Agricultural\Transformation -drying, natural gas;processing;Others\Transformation -drying, natural gas;processing;Others\Transformation -drying, sewage sludge;waste treatment;Others\Transformation -drying, sewage sludge;waste treatment;Others\Transformation -DTPA production;material;Chemicals\Organic\Transformation -DTPA production;material;Chemicals\Organic\Transformation -dung slab construction;processing;Agricultural\Transformation\Infrastructure -dust collector production, electrostatic precipitator, for domestic use;material;Construction\Ventilation\Transformation -dust collector production, electrostatic precipitator, for industrial use;material;Construction\Ventilation\Transformation -dust collector production, electrostatic precipitator, for industrial use;material;Construction\Ventilation\Transformation -dust collector production, multicyclone;material;Construction\Ventilation\Transformation -dust collector production, multicyclone;material;Construction\Ventilation\Transformation -EDTA production;material;Chemicals\Organic\Transformation -EDTA production;material;Chemicals\Organic\Transformation -electric arc furnace converter construction;material;Metals\Ferro\Transformation\Infrastructure -electric arc furnace converter construction;material;Metals\Ferro\Transformation\Infrastructure -electric bicycle production;transport;Road\Transformation\Infrastructure -electric bicycle production;transport;Road\Transformation\Infrastructure -electric connector production, peripheral component interconnect buss;material;Electronics\Component\Transformation -electric connector production, peripheral type buss;material;Electronics\Component\Transformation -electric connector production, wire clamp;material;Electronics\Component\Transformation -electric kettle production;material;Appliances\Transformation\Infrastructure -electric motor production, for electric scooter;transport;Road\Transformation\Infrastructure -electric motor production, vehicle;transport;Road\Transformation\Infrastructure -electric motor production, vehicle;transport;Road\Transformation\Infrastructure -electric motor production, vehicle (electric powertrain);transport;Road\Transformation\Infrastructure -electric parts production, heat and power co-generation unit, 160kW electrical;energy;Cogeneration\Gas\Transformation\Infrastructure -electric parts production, heat and power co-generation unit, 160kW electrical;energy;Cogeneration\Gas\Transformation\Infrastructure -electric parts production, mini CHP plant;energy;Cogeneration\Gas\Transformation\Infrastructure -electric parts production, mini CHP plant;energy;Cogeneration\Gas\Transformation\Infrastructure -electric scooter production, without battery;transport;Road\Transformation\Infrastructure -Electricity market for energy storage production, 2020 {CN}| Cut-off,;transport;carculator\energy mix and fuel blends -Electricity market for fuel preparation, 2020 {RER}| Cut-off,;transport;carculator\energy mix and fuel blends -electricity production, coal, aluminium industry;energy;Electricity country mix\High Voltage\Transformation\Production mix -electricity production, coal, aluminium industry;energy;Electricity country mix\High Voltage\Transformation\Production mix -electricity production, coal, aluminium industry;energy;Others\Obsolete -electricity production, coal, aluminium industry;energy;Others\Obsolete -electricity production, coal, aluminium industry;energy;Electricity country mix\High Voltage\Transformation\Production mix -electricity production, coal, aluminium industry IAI Area;energy;Others\Obsolete -electricity production, coal, aluminium industry IAI Area 2, without;energy;Others\Obsolete -electricity production, coal, aluminium industry IAI Area 4&5 without;energy;Others\Obsolete -electricity production, coal, aluminium industry IAI Area,;energy;Electricity country mix\High Voltage\Transformation\Production mix -electricity production, coal, aluminium industry IAI Area, Asia, without China;energy;Electricity country mix\High Voltage\Transformation\Production mix -electricity production, coal, aluminium industry IAI Area, EU27 &;energy;Electricity country mix\High Voltage\Transformation\Production mix -electricity production, coal, aluminium industry IAI Area, Europe outside EU &;energy;Others\Obsolete -electricity production, coal, aluminium industry IAI Area, North America,;energy;Others\Obsolete -electricity production, coal, aluminium industry IAI Area, Russia & RER w/o;energy;Electricity country mix\High Voltage\Transformation\Production mix -electricity production, deep geothermal;energy;Electricity by fuel\Geothermal\Transformation -electricity production, deep geothermal;energy;Electricity by fuel\Geothermal\Transformation -electricity production, deep geothermal;energy;Electricity by fuel\Geothermal\Transformation -electricity production, deep geothermal;energy;Electricity by fuel\Geothermal\Transformation -electricity production, deep geothermal;energy;Electricity by fuel\Geothermal\Transformation -electricity production, deep geothermal;energy;Electricity by fuel\Geothermal\Transformation -electricity production, deep geothermal;energy;Electricity by fuel\Geothermal\Transformation -electricity production, deep geothermal;energy;Electricity by fuel\Geothermal\Transformation -electricity production, deep geothermal;energy;Electricity by fuel\Geothermal\Transformation -electricity production, deep geothermal;energy;Electricity by fuel\Geothermal\Transformation -electricity production, deep geothermal;energy;Electricity by fuel\Geothermal\Transformation -electricity production, deep geothermal;energy;Electricity by fuel\Geothermal\Transformation -electricity production, deep geothermal;energy;Electricity by fuel\Geothermal\Transformation -electricity production, deep geothermal;energy;Electricity by fuel\Geothermal\Transformation -electricity production, deep geothermal;energy;Electricity by fuel\Geothermal\Transformation -electricity production, deep geothermal;energy;Electricity by fuel\Geothermal\Transformation -electricity production, deep geothermal;energy;Electricity by fuel\Geothermal\Transformation -electricity production, deep geothermal;energy;Electricity by fuel\Geothermal\Transformation -electricity production, deep geothermal;energy;Electricity by fuel\Geothermal\Transformation -electricity production, deep geothermal;energy;Electricity by fuel\Geothermal\Transformation -electricity production, deep geothermal;energy;Electricity by fuel\Geothermal\Transformation -electricity production, deep geothermal;energy;Electricity by fuel\Geothermal\Transformation -electricity production, deep geothermal;energy;Electricity by fuel\Geothermal\Transformation -electricity production, deep geothermal;energy;Electricity by fuel\Geothermal\Transformation -electricity production, deep geothermal;energy;Electricity by fuel\Geothermal\Transformation -electricity production, deep geothermal;energy;Electricity by fuel\Geothermal\Transformation -electricity production, deep geothermal;energy;Electricity by fuel\Geothermal\Transformation -electricity production, deep geothermal;energy;Electricity by fuel\Geothermal\Transformation -electricity production, deep geothermal;energy;Electricity by fuel\Geothermal\Transformation -electricity production, deep geothermal;energy;Electricity by fuel\Geothermal\Transformation -electricity production, deep geothermal;energy;Electricity by fuel\Geothermal\Transformation -electricity production, deep geothermal;energy;Electricity by fuel\Geothermal\Transformation -electricity production, deep geothermal;energy;Electricity by fuel\Geothermal\Transformation -electricity production, deep geothermal WECC, US;energy;Electricity by fuel\Geothermal\Transformation -electricity production, geothermal;energy;Others\Obsolete -electricity production, geothermal;energy;Others\Obsolete -electricity production, geothermal;energy;Others\Obsolete -electricity production, geothermal;energy;Others\Obsolete -electricity production, geothermal;energy;Others\Obsolete -electricity production, geothermal;energy;Others\Obsolete -electricity production, geothermal;energy;Others\Obsolete -electricity production, geothermal;energy;Others\Obsolete -electricity production, geothermal;energy;Others\Obsolete -electricity production, geothermal;energy;Others\Obsolete -electricity production, geothermal;energy;Others\Obsolete -electricity production, geothermal;energy;Others\Obsolete -electricity production, geothermal WECC, US;energy;Others\Obsolete -electricity production, hard coal;energy;Electricity by fuel\Coal\Transformation -electricity production, hard coal;energy;Electricity by fuel\Coal\Transformation -electricity production, hard coal;energy;Electricity by fuel\Coal\Transformation -electricity production, hard coal;energy;Electricity by fuel\Coal\Transformation -electricity production, hard coal;energy;Others\Obsolete -electricity production, hard coal;energy;Electricity by fuel\Coal\Transformation -electricity production, hard coal;energy;Electricity by fuel\Coal\Transformation -electricity production, hard coal;energy;Others\Obsolete -electricity production, hard coal;energy;Electricity by fuel\Coal\Transformation -electricity production, hard coal;energy;Electricity by fuel\Coal\Transformation -electricity production, hard coal;energy;Electricity by fuel\Coal\Transformation -electricity production, hard coal;energy;Electricity by fuel\Coal\Transformation -electricity production, hard coal;energy;Electricity by fuel\Coal\Transformation -electricity production, hard coal;energy;Electricity by fuel\Coal\Transformation -electricity production, hard coal;energy;Electricity by fuel\Coal\Transformation -electricity production, hard coal;energy;Electricity by fuel\Coal\Transformation -electricity production, hard coal;energy;Electricity by fuel\Coal\Transformation -electricity production, hard coal;energy;Electricity by fuel\Coal\Transformation -electricity production, hard coal;energy;Electricity by fuel\Coal\Transformation -electricity production, hard coal;energy;Electricity by fuel\Coal\Transformation -electricity production, hard coal;energy;Electricity by fuel\Coal\Transformation -electricity production, hard coal;energy;Electricity by fuel\Coal\Transformation -electricity production, hard coal;energy;Electricity by fuel\Coal\Transformation -electricity production, hard coal;energy;Electricity by fuel\Coal\Transformation -electricity production, hard coal;energy;Electricity by fuel\Coal\Transformation -electricity production, hard coal;energy;Electricity by fuel\Coal\Transformation -electricity production, hard coal;energy;Electricity by fuel\Coal\Transformation -electricity production, hard coal;energy;Electricity by fuel\Coal\Transformation -electricity production, hard coal;energy;Electricity by fuel\Coal\Transformation -electricity production, hard coal;energy;Electricity by fuel\Coal\Transformation -electricity production, hard coal;energy;Electricity by fuel\Coal\Transformation -electricity production, hard coal;energy;Electricity by fuel\Coal\Transformation -electricity production, hard coal;energy;Electricity by fuel\Coal\Transformation -electricity production, hard coal;energy;Electricity by fuel\Coal\Transformation -electricity production, hard coal;energy;Electricity by fuel\Coal\Transformation -electricity production, hard coal;energy;Electricity by fuel\Coal\Transformation -electricity production, hard coal;energy;Electricity by fuel\Coal\Transformation -electricity production, hard coal;energy;Electricity by fuel\Coal\Transformation -electricity production, hard coal;energy;Electricity by fuel\Coal\Transformation -electricity production, hard coal;energy;Electricity by fuel\Coal\Transformation -electricity production, hard coal;energy;Electricity by fuel\Coal\Transformation -electricity production, hard coal;energy;Electricity by fuel\Coal\Transformation -electricity production, hard coal;energy;Electricity by fuel\Coal\Transformation -electricity production, hard coal;energy;Electricity by fuel\Coal\Transformation -electricity production, hard coal;energy;Electricity by fuel\Coal\Transformation -electricity production, hard coal;energy;Electricity by fuel\Coal\Transformation -electricity production, hard coal;energy;Others\Obsolete -electricity production, hard coal;energy;Electricity by fuel\Coal\Transformation -electricity production, hard coal;energy;Electricity by fuel\Coal\Transformation -electricity production, hard coal;energy;Electricity by fuel\Coal\Transformation -electricity production, hard coal;energy;Others\Obsolete -electricity production, hard coal;energy;Electricity by fuel\Coal\Transformation -electricity production, hard coal;energy;Electricity by fuel\Coal\Transformation -electricity production, hard coal;energy;Electricity by fuel\Coal\Transformation -electricity production, hard coal;energy;Electricity by fuel\Coal\Transformation -electricity production, hard coal;energy;Electricity by fuel\Coal\Transformation -electricity production, hard coal;energy;Electricity by fuel\Coal\Transformation -electricity production, hard coal;energy;Electricity by fuel\Coal\Transformation -electricity production, hard coal;energy;Electricity by fuel\Coal\Transformation -electricity production, hard coal;energy;Others\Obsolete -electricity production, hard coal;energy;Electricity by fuel\Coal\Transformation -electricity production, hard coal;energy;Electricity by fuel\Coal\Transformation -electricity production, hard coal;energy;Electricity by fuel\Coal\Transformation -electricity production, hard coal;energy;Electricity by fuel\Coal\Transformation -electricity production, hard coal;energy;Electricity by fuel\Coal\Transformation -electricity production, hard coal;energy;Electricity by fuel\Coal\Transformation -electricity production, hard coal;energy;Electricity by fuel\Coal\Transformation -electricity production, hard coal;energy;Electricity by fuel\Coal\Transformation -electricity production, hard coal;energy;Electricity by fuel\Coal\Transformation -electricity production, hard coal;energy;Electricity by fuel\Coal\Transformation -electricity production, hard coal;energy;Electricity by fuel\Coal\Transformation -electricity production, hard coal;energy;Electricity by fuel\Coal\Transformation -electricity production, hard coal;energy;Electricity by fuel\Coal\Transformation -electricity production, hard coal;energy;Electricity by fuel\Coal\Transformation -electricity production, hard coal;energy;Electricity by fuel\Coal\Transformation -electricity production, hard coal;energy;Electricity by fuel\Coal\Transformation -electricity production, hard coal;energy;Electricity by fuel\Coal\Transformation -electricity production, hard coal;energy;Others\Obsolete -electricity production, hard coal;energy;Electricity by fuel\Coal\Transformation -electricity production, hard coal;energy;Electricity by fuel\Coal\Transformation -electricity production, hard coal;energy;Electricity by fuel\Coal\Transformation -electricity production, hard coal;energy;Electricity by fuel\Coal\Transformation -electricity production, hard coal;energy;Electricity by fuel\Coal\Transformation -electricity production, hard coal;energy;Electricity by fuel\Coal\Transformation -electricity production, hard coal;energy;Electricity by fuel\Coal\Transformation -electricity production, hard coal;energy;Others\Obsolete -electricity production, hard coal;energy;Electricity by fuel\Coal\Transformation -electricity production, hard coal;energy;Others\Obsolete -electricity production, hard coal;energy;Electricity by fuel\Coal\Transformation -electricity production, hard coal;energy;Electricity by fuel\Coal\Transformation -electricity production, hard coal;energy;Others\Obsolete -electricity production, hard coal;energy;Electricity by fuel\Coal\Transformation -electricity production, hard coal;energy;Electricity by fuel\Coal\Transformation -electricity production, hard coal;energy;Others\Obsolete -electricity production, hard coal;energy;Electricity by fuel\Coal\Transformation -electricity production, hard coal;energy;Others\Obsolete -electricity production, hard coal;energy;Others\Obsolete -electricity production, hard coal;energy;Electricity by fuel\Coal\Transformation -electricity production, hard coal;energy;Electricity by fuel\Coal\Transformation -electricity production, hard coal;energy;Electricity by fuel\Coal\Transformation -electricity production, hard coal;energy;Electricity by fuel\Coal\Transformation -electricity production, hard coal;energy;Electricity by fuel\Coal\Transformation -electricity production, hard coal;energy;Electricity by fuel\Coal\Transformation -electricity production, hard coal;energy;Electricity by fuel\Coal\Transformation -electricity production, hard coal;energy;Others\Obsolete -electricity production, hard coal BR-North-eastern;energy;Electricity by fuel\Coal\Transformation -electricity production, hard coal BR-Southern;energy;Electricity by fuel\Coal\Transformation -electricity production, hard coal MRO, US;energy;Electricity by fuel\Coal\Transformation -electricity production, hard coal NPCC, US;energy;Electricity by fuel\Coal\Transformation -electricity production, hard coal WECC, US;energy;Electricity by fuel\Coal\Transformation -electricity production, hard coal, at coal mine power plant;energy;Electricity by fuel\Coal\Transformation -electricity production, hard coal, at coal mine power plant;energy;Electricity by fuel\Coal\Transformation -electricity production, hard coal, conventional;energy;Electricity by fuel\Coal\Transformation -electricity production, hard coal, supercritical;energy;Electricity by fuel\Coal\Transformation -electricity production, high voltage, for Swiss Federal Railways;energy;Electricity country mix\High Voltage\Transformation\Production mix -electricity production, hydro, aluminium industry;energy;Others\Obsolete -electricity production, hydro, aluminium industry;energy;Electricity country mix\High Voltage\Transformation\Production mix -electricity production, hydro, aluminium industry;energy;Electricity country mix\High Voltage\Transformation\Production mix -electricity production, hydro, aluminium industry;energy;Others\Obsolete -electricity production, hydro, aluminium industry;energy;Electricity country mix\High Voltage\Transformation\Production mix -electricity production, hydro, aluminium industry IAI Area;energy;Others\Obsolete -electricity production, hydro, aluminium industry IAI Area;energy;Others\Obsolete -electricity production, hydro, aluminium industry IAI Area 2, without;energy;Others\Obsolete -electricity production, hydro, aluminium industry IAI Area 4&5 without;energy;Others\Obsolete -electricity production, hydro, aluminium industry IAI Area,;energy;Electricity country mix\High Voltage\Transformation\Production mix -electricity production, hydro, aluminium industry IAI Area, Asia, without China;energy;Electricity country mix\High Voltage\Transformation\Production mix -electricity production, hydro, aluminium industry IAI Area, EU27 &;energy;Electricity country mix\High Voltage\Transformation\Production mix -electricity production, hydro, aluminium industry IAI Area, Europe outside EU;energy;Others\Obsolete -electricity production, hydro, aluminium industry IAI Area, North America,;energy;Others\Obsolete -electricity production, hydro, aluminium industry IAI Area, Russia & RER w/o;energy;Electricity country mix\High Voltage\Transformation\Production mix -electricity production, hydro, aluminium industry IAI Area, South;energy;Electricity country mix\High Voltage\Transformation\Production mix -electricity production, hydro, pumped storage;energy;Electricity by fuel\Hydro\Pumping storage\Transformation -electricity production, hydro, pumped storage;energy;Electricity by fuel\Hydro\Pumping storage\Transformation -electricity production, hydro, pumped storage;energy;Electricity by fuel\Hydro\Pumping storage\Transformation -electricity production, hydro, pumped storage;energy;Electricity by fuel\Hydro\Pumping storage\Transformation -electricity production, hydro, pumped storage;energy;Electricity by fuel\Hydro\Pumping storage\Transformation -electricity production, hydro, pumped storage;energy;Electricity by fuel\Hydro\Pumping storage\Transformation -electricity production, hydro, pumped storage;energy;Electricity by fuel\Hydro\Pumping storage\Transformation -electricity production, hydro, pumped storage;energy;Electricity by fuel\Hydro\Pumping storage\Transformation -electricity production, hydro, pumped storage;energy;Electricity by fuel\Hydro\Pumping storage\Transformation -electricity production, hydro, pumped storage;energy;Electricity by fuel\Hydro\Pumping storage\Transformation -electricity production, hydro, pumped storage;energy;Electricity by fuel\Hydro\Pumping storage\Transformation -electricity production, hydro, pumped storage;energy;Electricity by fuel\Hydro\Pumping storage\Transformation -electricity production, hydro, pumped storage;energy;Electricity by fuel\Hydro\Pumping storage\Transformation -electricity production, hydro, pumped storage;energy;Electricity by fuel\Hydro\Pumping storage\Transformation -electricity production, hydro, pumped storage;energy;Electricity by fuel\Hydro\Pumping storage\Transformation -electricity production, hydro, pumped storage;energy;Electricity by fuel\Hydro\Pumping storage\Transformation -electricity production, hydro, pumped storage;energy;Electricity by fuel\Hydro\Pumping storage\Transformation -electricity production, hydro, pumped storage;energy;Electricity by fuel\Hydro\Pumping storage\Transformation -electricity production, hydro, pumped storage;energy;Electricity by fuel\Hydro\Pumping storage\Transformation -electricity production, hydro, pumped storage;energy;Electricity by fuel\Hydro\Pumping storage\Transformation -electricity production, hydro, pumped storage;energy;Electricity by fuel\Hydro\Pumping storage\Transformation -electricity production, hydro, pumped storage;energy;Electricity by fuel\Hydro\Pumping storage\Transformation -electricity production, hydro, pumped storage;energy;Electricity by fuel\Hydro\Pumping storage\Transformation -electricity production, hydro, pumped storage;energy;Electricity by fuel\Hydro\Pumping storage\Transformation -electricity production, hydro, pumped storage;energy;Electricity by fuel\Hydro\Pumping storage\Transformation -electricity production, hydro, pumped storage;energy;Electricity by fuel\Hydro\Pumping storage\Transformation -electricity production, hydro, pumped storage;energy;Electricity by fuel\Hydro\Pumping storage\Transformation -electricity production, hydro, pumped storage;energy;Electricity by fuel\Hydro\Pumping storage\Transformation -electricity production, hydro, pumped storage;energy;Electricity by fuel\Hydro\Pumping storage\Transformation -electricity production, hydro, pumped storage;energy;Electricity by fuel\Hydro\Pumping storage\Transformation -electricity production, hydro, pumped storage;energy;Electricity by fuel\Hydro\Pumping storage\Transformation -electricity production, hydro, pumped storage;energy;Electricity by fuel\Hydro\Pumping storage\Transformation -electricity production, hydro, pumped storage;energy;Electricity by fuel\Hydro\Pumping storage\Transformation -electricity production, hydro, pumped storage;energy;Electricity by fuel\Hydro\Pumping storage\Transformation -electricity production, hydro, pumped storage;energy;Electricity by fuel\Hydro\Pumping storage\Transformation -electricity production, hydro, pumped storage;energy;Electricity by fuel\Hydro\Pumping storage\Transformation -electricity production, hydro, pumped storage;energy;Electricity by fuel\Hydro\Pumping storage\Transformation -electricity production, hydro, pumped storage;energy;Electricity by fuel\Hydro\Pumping storage\Transformation -electricity production, hydro, pumped storage;energy;Electricity by fuel\Hydro\Pumping storage\Transformation -electricity production, hydro, pumped storage;energy;Electricity by fuel\Hydro\Pumping storage\Transformation -electricity production, hydro, pumped storage;energy;Electricity by fuel\Hydro\Pumping storage\Transformation -electricity production, hydro, pumped storage;energy;Electricity by fuel\Hydro\Pumping storage\Transformation -electricity production, hydro, pumped storage;energy;Electricity by fuel\Hydro\Pumping storage\Transformation -electricity production, hydro, pumped storage;energy;Electricity by fuel\Hydro\Pumping storage\Transformation -electricity production, hydro, pumped storage;energy;Electricity by fuel\Hydro\Pumping storage\Transformation -electricity production, hydro, pumped storage;energy;Others\Obsolete -electricity production, hydro, pumped storage;energy;Electricity by fuel\Hydro\Pumping storage\Transformation -electricity production, hydro, pumped storage;energy;Electricity by fuel\Hydro\Pumping storage\Transformation -electricity production, hydro, pumped storage;energy;Electricity by fuel\Hydro\Pumping storage\Transformation -electricity production, hydro, pumped storage;energy;Electricity by fuel\Hydro\Pumping storage\Transformation -electricity production, hydro, pumped storage;energy;Electricity by fuel\Hydro\Pumping storage\Transformation -electricity production, hydro, pumped storage;energy;Electricity by fuel\Hydro\Pumping storage\Transformation -electricity production, hydro, pumped storage;energy;Electricity by fuel\Hydro\Pumping storage\Transformation -electricity production, hydro, pumped storage;energy;Electricity by fuel\Hydro\Pumping storage\Transformation -electricity production, hydro, pumped storage;energy;Electricity by fuel\Hydro\Pumping storage\Transformation -electricity production, hydro, pumped storage;energy;Electricity by fuel\Hydro\Pumping storage\Transformation -electricity production, hydro, pumped storage;energy;Electricity by fuel\Hydro\Pumping storage\Transformation -electricity production, hydro, pumped storage;energy;Electricity by fuel\Hydro\Pumping storage\Transformation -electricity production, hydro, pumped storage;energy;Electricity by fuel\Hydro\Pumping storage\Transformation -electricity production, hydro, pumped storage;energy;Electricity by fuel\Hydro\Pumping storage\Transformation -electricity production, hydro, pumped storage;energy;Electricity by fuel\Hydro\Pumping storage\Transformation -electricity production, hydro, pumped storage;energy;Electricity by fuel\Hydro\Pumping storage\Transformation -electricity production, hydro, pumped storage;energy;Electricity by fuel\Hydro\Pumping storage\Transformation -electricity production, hydro, pumped storage;energy;Electricity by fuel\Hydro\Pumping storage\Transformation -electricity production, hydro, pumped storage;energy;Electricity by fuel\Hydro\Pumping storage\Transformation -electricity production, hydro, pumped storage;energy;Electricity by fuel\Hydro\Pumping storage\Transformation -electricity production, hydro, pumped storage;energy;Electricity by fuel\Hydro\Pumping storage\Transformation -electricity production, hydro, pumped storage;energy;Electricity by fuel\Hydro\Pumping storage\Transformation -electricity production, hydro, pumped storage MRO, US;energy;Electricity by fuel\Hydro\Pumping storage\Transformation -electricity production, hydro, pumped storage NPCC, US;energy;Electricity by fuel\Hydro\Pumping storage\Transformation -electricity production, hydro, pumped storage WECC, US;energy;Electricity by fuel\Hydro\Pumping storage\Transformation -electricity production, hydro, reservoir, alpine region;energy;Electricity by fuel\Hydro\Reservoir\Transformation -electricity production, hydro, reservoir, alpine region;energy;Electricity by fuel\Hydro\Reservoir\Transformation -electricity production, hydro, reservoir, alpine region;energy;Electricity by fuel\Hydro\Reservoir\Transformation -electricity production, hydro, reservoir, alpine region;energy;Electricity by fuel\Hydro\Reservoir\Transformation -electricity production, hydro, reservoir, alpine region;energy;Electricity by fuel\Hydro\Reservoir\Transformation -electricity production, hydro, reservoir, alpine region;energy;Electricity by fuel\Hydro\Reservoir\Transformation -electricity production, hydro, reservoir, alpine region;energy;Electricity by fuel\Hydro\Reservoir\Transformation -electricity production, hydro, reservoir, alpine region;energy;Electricity by fuel\Hydro\Reservoir\Transformation -electricity production, hydro, reservoir, alpine region;energy;Electricity by fuel\Hydro\Reservoir\Transformation -electricity production, hydro, reservoir, alpine region;energy;Electricity by fuel\Hydro\Reservoir\Transformation -electricity production, hydro, reservoir, alpine region;energy;Electricity by fuel\Hydro\Reservoir\Transformation -electricity production, hydro, reservoir, alpine region;energy;Electricity by fuel\Hydro\Reservoir\Transformation -electricity production, hydro, reservoir, alpine region;energy;Electricity by fuel\Hydro\Reservoir\Transformation -electricity production, hydro, reservoir, alpine region;energy;Electricity by fuel\Hydro\Reservoir\Transformation -electricity production, hydro, reservoir, alpine region;energy;Electricity by fuel\Hydro\Reservoir\Transformation -electricity production, hydro, reservoir, alpine region;energy;Electricity by fuel\Hydro\Reservoir\Transformation -electricity production, hydro, reservoir, alpine region;energy;Electricity by fuel\Hydro\Reservoir\Transformation -electricity production, hydro, reservoir, alpine region;energy;Electricity by fuel\Hydro\Reservoir\Transformation -electricity production, hydro, reservoir, alpine region;energy;Electricity by fuel\Hydro\Reservoir\Transformation -electricity production, hydro, reservoir, alpine region;energy;Electricity by fuel\Hydro\Reservoir\Transformation -electricity production, hydro, reservoir, alpine region;energy;Electricity by fuel\Hydro\Reservoir\Transformation -electricity production, hydro, reservoir, alpine region;energy;Electricity by fuel\Hydro\Reservoir\Transformation -electricity production, hydro, reservoir, alpine region;energy;Electricity by fuel\Hydro\Reservoir\Transformation -electricity production, hydro, reservoir, alpine region;energy;Electricity by fuel\Hydro\Reservoir\Transformation -electricity production, hydro, reservoir, alpine region;energy;Electricity by fuel\Hydro\Reservoir\Transformation -electricity production, hydro, reservoir, alpine region;energy;Electricity by fuel\Hydro\Reservoir\Transformation -electricity production, hydro, reservoir, alpine region;energy;Electricity by fuel\Hydro\Reservoir\Transformation -electricity production, hydro, reservoir, alpine region;energy;Electricity by fuel\Hydro\Reservoir\Transformation -electricity production, hydro, reservoir, alpine region;energy;Electricity by fuel\Hydro\Reservoir\Transformation -electricity production, hydro, reservoir, alpine region;energy;Electricity by fuel\Hydro\Reservoir\Transformation -electricity production, hydro, reservoir, alpine region;energy;Electricity by fuel\Hydro\Reservoir\Transformation -electricity production, hydro, reservoir, alpine region;energy;Electricity by fuel\Hydro\Reservoir\Transformation -electricity production, hydro, reservoir, alpine region;energy;Others\Obsolete -electricity production, hydro, reservoir, alpine region;energy;Electricity by fuel\Hydro\Reservoir\Transformation -electricity production, hydro, reservoir, alpine region;energy;Electricity by fuel\Hydro\Reservoir\Transformation -electricity production, hydro, reservoir, alpine region;energy;Electricity by fuel\Hydro\Reservoir\Transformation -electricity production, hydro, reservoir, alpine region;energy;Electricity by fuel\Hydro\Reservoir\Transformation -electricity production, hydro, reservoir, alpine region;energy;Electricity by fuel\Hydro\Reservoir\Transformation -electricity production, hydro, reservoir, alpine region;energy;Electricity by fuel\Hydro\Reservoir\Transformation -electricity production, hydro, reservoir, alpine region;energy;Electricity by fuel\Hydro\Reservoir\Transformation -electricity production, hydro, reservoir, alpine region;energy;Electricity by fuel\Hydro\Reservoir\Transformation -electricity production, hydro, reservoir, alpine region;energy;Electricity by fuel\Hydro\Reservoir\Transformation -electricity production, hydro, reservoir, alpine region;energy;Electricity by fuel\Hydro\Reservoir\Transformation -electricity production, hydro, reservoir, alpine region MRO, US;energy;Electricity by fuel\Hydro\Reservoir\Transformation -electricity production, hydro, reservoir, alpine region NPCC, US;energy;Electricity by fuel\Hydro\Reservoir\Transformation -electricity production, hydro, reservoir, alpine region WECC, US;energy;Electricity by fuel\Hydro\Reservoir\Transformation -electricity production, hydro, reservoir, alpine region, label-certified;energy;Electricity by fuel\Hydro\Reservoir\Transformation -electricity production, hydro, reservoir, non-alpine region;energy;Electricity by fuel\Hydro\Reservoir\Transformation -electricity production, hydro, reservoir, non-alpine region;energy;Electricity by fuel\Hydro\Reservoir\Transformation -electricity production, hydro, reservoir, non-alpine region;energy;Electricity by fuel\Hydro\Reservoir\Transformation -electricity production, hydro, reservoir, non-alpine region;energy;Electricity by fuel\Hydro\Reservoir\Transformation -electricity production, hydro, reservoir, non-alpine region;energy;Electricity by fuel\Hydro\Reservoir\Transformation -electricity production, hydro, reservoir, non-alpine region;energy;Electricity by fuel\Hydro\Reservoir\Transformation -electricity production, hydro, reservoir, non-alpine region;energy;Electricity by fuel\Hydro\Reservoir\Transformation -electricity production, hydro, reservoir, non-alpine region;energy;Electricity by fuel\Hydro\Reservoir\Transformation -electricity production, hydro, reservoir, non-alpine region;energy;Electricity by fuel\Hydro\Reservoir\Transformation -electricity production, hydro, reservoir, non-alpine region;energy;Electricity by fuel\Hydro\Reservoir\Transformation -electricity production, hydro, reservoir, non-alpine region;energy;Others\Obsolete -electricity production, hydro, reservoir, non-alpine region;energy;Electricity by fuel\Hydro\Reservoir\Transformation -electricity production, hydro, reservoir, non-alpine region;energy;Electricity by fuel\Hydro\Reservoir\Transformation -electricity production, hydro, reservoir, non-alpine region;energy;Electricity by fuel\Hydro\Reservoir\Transformation -electricity production, hydro, reservoir, non-alpine region;energy;Electricity by fuel\Hydro\Reservoir\Transformation -electricity production, hydro, reservoir, non-alpine region;energy;Electricity by fuel\Hydro\Reservoir\Transformation -electricity production, hydro, reservoir, non-alpine region;energy;Electricity by fuel\Hydro\Reservoir\Transformation -electricity production, hydro, reservoir, non-alpine region;energy;Electricity by fuel\Hydro\Reservoir\Transformation -electricity production, hydro, reservoir, non-alpine region;energy;Electricity by fuel\Hydro\Reservoir\Transformation -electricity production, hydro, reservoir, non-alpine region;energy;Electricity by fuel\Hydro\Reservoir\Transformation -electricity production, hydro, reservoir, non-alpine region;energy;Electricity by fuel\Hydro\Reservoir\Transformation -electricity production, hydro, reservoir, non-alpine region;energy;Electricity by fuel\Hydro\Reservoir\Transformation -electricity production, hydro, reservoir, non-alpine region;energy;Electricity by fuel\Hydro\Reservoir\Transformation -electricity production, hydro, reservoir, non-alpine region;energy;Electricity by fuel\Hydro\Reservoir\Transformation -electricity production, hydro, reservoir, non-alpine region;energy;Electricity by fuel\Hydro\Reservoir\Transformation -electricity production, hydro, reservoir, non-alpine region;energy;Electricity by fuel\Hydro\Reservoir\Transformation -electricity production, hydro, reservoir, non-alpine region;energy;Electricity by fuel\Hydro\Reservoir\Transformation -electricity production, hydro, reservoir, non-alpine region;energy;Electricity by fuel\Hydro\Reservoir\Transformation -electricity production, hydro, reservoir, non-alpine region;energy;Electricity by fuel\Hydro\Reservoir\Transformation -electricity production, hydro, reservoir, tropical region;energy;Electricity by fuel\Hydro\Reservoir\Transformation -electricity production, hydro, reservoir, tropical region;energy;Others\Obsolete -electricity production, hydro, reservoir, tropical region;energy;Electricity by fuel\Hydro\Reservoir\Transformation -electricity production, hydro, reservoir, tropical region;energy;Electricity by fuel\Hydro\Reservoir\Transformation -electricity production, hydro, reservoir, tropical region;energy;Electricity by fuel\Hydro\Reservoir\Transformation -electricity production, hydro, reservoir, tropical region;energy;Electricity by fuel\Hydro\Reservoir\Transformation -electricity production, hydro, reservoir, tropical region;energy;Electricity by fuel\Hydro\Reservoir\Transformation -electricity production, hydro, reservoir, tropical region BR-Mid-western;energy;Electricity by fuel\Hydro\Reservoir\Transformation -electricity production, hydro, reservoir, tropical region BR-North-eastern;energy;Electricity by fuel\Hydro\Reservoir\Transformation -electricity production, hydro, reservoir, tropical region BR-Northern;energy;Electricity by fuel\Hydro\Reservoir\Transformation -electricity production, hydro, reservoir, tropical region BR-South-eastern;energy;Electricity by fuel\Hydro\Reservoir\Transformation -electricity production, hydro, reservoir, tropical region BR-Southern;energy;Electricity by fuel\Hydro\Reservoir\Transformation -electricity production, hydro, run-of-river;energy;Electricity by fuel\Hydro\Flow through\Transformation -electricity production, hydro, run-of-river;energy;Electricity by fuel\Hydro\Flow through\Transformation -electricity production, hydro, run-of-river;energy;Electricity by fuel\Hydro\Flow through\Transformation -electricity production, hydro, run-of-river;energy;Electricity by fuel\Hydro\Flow through\Transformation -electricity production, hydro, run-of-river;energy;Electricity by fuel\Hydro\Flow through\Transformation -electricity production, hydro, run-of-river;energy;Electricity by fuel\Hydro\Flow through\Transformation -electricity production, hydro, run-of-river;energy;Electricity by fuel\Hydro\Flow through\Transformation -electricity production, hydro, run-of-river;energy;Electricity by fuel\Hydro\Flow through\Transformation -electricity production, hydro, run-of-river;energy;Electricity by fuel\Hydro\Flow through\Transformation -electricity production, hydro, run-of-river;energy;Electricity by fuel\Hydro\Flow through\Transformation -electricity production, hydro, run-of-river;energy;Electricity by fuel\Hydro\Flow through\Transformation -electricity production, hydro, run-of-river;energy;Electricity by fuel\Hydro\Flow through\Transformation -electricity production, hydro, run-of-river;energy;Electricity by fuel\Hydro\Flow through\Transformation -electricity production, hydro, run-of-river;energy;Electricity by fuel\Hydro\Flow through\Transformation -electricity production, hydro, run-of-river;energy;Electricity by fuel\Hydro\Flow through\Transformation -electricity production, hydro, run-of-river;energy;Electricity by fuel\Hydro\Flow through\Transformation -electricity production, hydro, run-of-river;energy;Electricity by fuel\Hydro\Flow through\Transformation -electricity production, hydro, run-of-river;energy;Electricity by fuel\Hydro\Flow through\Transformation -electricity production, hydro, run-of-river;energy;Electricity by fuel\Hydro\Flow through\Transformation -electricity production, hydro, run-of-river;energy;Electricity by fuel\Hydro\Flow through\Transformation -electricity production, hydro, run-of-river;energy;Electricity by fuel\Hydro\Flow through\Transformation -electricity production, hydro, run-of-river;energy;Electricity by fuel\Hydro\Flow through\Transformation -electricity production, hydro, run-of-river;energy;Electricity by fuel\Hydro\Flow through\Transformation -electricity production, hydro, run-of-river;energy;Electricity by fuel\Hydro\Flow through\Transformation -electricity production, hydro, run-of-river;energy;Electricity by fuel\Hydro\Flow through\Transformation -electricity production, hydro, run-of-river;energy;Electricity by fuel\Hydro\Flow through\Transformation -electricity production, hydro, run-of-river;energy;Electricity by fuel\Hydro\Flow through\Transformation -electricity production, hydro, run-of-river;energy;Electricity by fuel\Hydro\Flow through\Transformation -electricity production, hydro, run-of-river;energy;Electricity by fuel\Hydro\Flow through\Transformation -electricity production, hydro, run-of-river;energy;Electricity by fuel\Hydro\Flow through\Transformation -electricity production, hydro, run-of-river;energy;Electricity by fuel\Hydro\Flow through\Transformation -electricity production, hydro, run-of-river;energy;Electricity by fuel\Hydro\Flow through\Transformation -electricity production, hydro, run-of-river;energy;Electricity by fuel\Hydro\Flow through\Transformation -electricity production, hydro, run-of-river;energy;Electricity by fuel\Hydro\Flow through\Transformation -electricity production, hydro, run-of-river;energy;Electricity by fuel\Hydro\Flow through\Transformation -electricity production, hydro, run-of-river;energy;Electricity by fuel\Hydro\Flow through\Transformation -electricity production, hydro, run-of-river;energy;Electricity by fuel\Hydro\Flow through\Transformation -electricity production, hydro, run-of-river;energy;Electricity by fuel\Hydro\Flow through\Transformation -electricity production, hydro, run-of-river;energy;Electricity by fuel\Hydro\Flow through\Transformation -electricity production, hydro, run-of-river;energy;Electricity by fuel\Hydro\Flow through\Transformation -electricity production, hydro, run-of-river;energy;Electricity by fuel\Hydro\Flow through\Transformation -electricity production, hydro, run-of-river;energy;Electricity by fuel\Hydro\Flow through\Transformation -electricity production, hydro, run-of-river;energy;Electricity by fuel\Hydro\Flow through\Transformation -electricity production, hydro, run-of-river;energy;Electricity by fuel\Hydro\Flow through\Transformation -electricity production, hydro, run-of-river;energy;Electricity by fuel\Hydro\Flow through\Transformation -electricity production, hydro, run-of-river;energy;Electricity by fuel\Hydro\Flow through\Transformation -electricity production, hydro, run-of-river;energy;Electricity by fuel\Hydro\Flow through\Transformation -electricity production, hydro, run-of-river;energy;Electricity by fuel\Hydro\Flow through\Transformation -electricity production, hydro, run-of-river;energy;Electricity by fuel\Hydro\Flow through\Transformation -electricity production, hydro, run-of-river;energy;Electricity by fuel\Hydro\Flow through\Transformation -electricity production, hydro, run-of-river;energy;Electricity by fuel\Hydro\Flow through\Transformation -electricity production, hydro, run-of-river;energy;Others\Obsolete -electricity production, hydro, run-of-river;energy;Electricity by fuel\Hydro\Flow through\Transformation -electricity production, hydro, run-of-river;energy;Electricity by fuel\Hydro\Flow through\Transformation -electricity production, hydro, run-of-river;energy;Electricity by fuel\Hydro\Flow through\Transformation -electricity production, hydro, run-of-river;energy;Electricity by fuel\Hydro\Flow through\Transformation -electricity production, hydro, run-of-river;energy;Electricity by fuel\Hydro\Flow through\Transformation -electricity production, hydro, run-of-river;energy;Electricity by fuel\Hydro\Flow through\Transformation -electricity production, hydro, run-of-river;energy;Electricity by fuel\Hydro\Flow through\Transformation -electricity production, hydro, run-of-river;energy;Electricity by fuel\Hydro\Flow through\Transformation -electricity production, hydro, run-of-river;energy;Electricity by fuel\Hydro\Flow through\Transformation -electricity production, hydro, run-of-river;energy;Electricity by fuel\Hydro\Flow through\Transformation -electricity production, hydro, run-of-river;energy;Electricity by fuel\Hydro\Flow through\Transformation -electricity production, hydro, run-of-river;energy;Electricity by fuel\Hydro\Flow through\Transformation -electricity production, hydro, run-of-river;energy;Electricity by fuel\Hydro\Flow through\Transformation -electricity production, hydro, run-of-river;energy;Electricity by fuel\Hydro\Flow through\Transformation -electricity production, hydro, run-of-river;energy;Electricity by fuel\Hydro\Flow through\Transformation -electricity production, hydro, run-of-river;energy;Electricity by fuel\Hydro\Flow through\Transformation -electricity production, hydro, run-of-river;energy;Electricity by fuel\Hydro\Flow through\Transformation -electricity production, hydro, run-of-river;energy;Electricity by fuel\Hydro\Flow through\Transformation -electricity production, hydro, run-of-river;energy;Electricity by fuel\Hydro\Flow through\Transformation -electricity production, hydro, run-of-river;energy;Electricity by fuel\Hydro\Flow through\Transformation -electricity production, hydro, run-of-river;energy;Electricity by fuel\Hydro\Flow through\Transformation -electricity production, hydro, run-of-river;energy;Electricity by fuel\Hydro\Flow through\Transformation -electricity production, hydro, run-of-river;energy;Electricity by fuel\Hydro\Flow through\Transformation -electricity production, hydro, run-of-river;energy;Electricity by fuel\Hydro\Flow through\Transformation -electricity production, hydro, run-of-river;energy;Electricity by fuel\Hydro\Flow through\Transformation -electricity production, hydro, run-of-river;energy;Electricity by fuel\Hydro\Flow through\Transformation -electricity production, hydro, run-of-river;energy;Electricity by fuel\Hydro\Flow through\Transformation -electricity production, hydro, run-of-river;energy;Electricity by fuel\Hydro\Flow through\Transformation -electricity production, hydro, run-of-river;energy;Electricity by fuel\Hydro\Flow through\Transformation -electricity production, hydro, run-of-river;energy;Electricity by fuel\Hydro\Flow through\Transformation -electricity production, hydro, run-of-river;energy;Electricity by fuel\Hydro\Flow through\Transformation -electricity production, hydro, run-of-river;energy;Electricity by fuel\Hydro\Flow through\Transformation -electricity production, hydro, run-of-river;energy;Electricity by fuel\Hydro\Flow through\Transformation -electricity production, hydro, run-of-river;energy;Others\Obsolete -electricity production, hydro, run-of-river;energy;Electricity by fuel\Hydro\Flow through\Transformation -electricity production, hydro, run-of-river;energy;Electricity by fuel\Hydro\Flow through\Transformation -electricity production, hydro, run-of-river;energy;Electricity by fuel\Hydro\Flow through\Transformation -electricity production, hydro, run-of-river;energy;Electricity by fuel\Hydro\Flow through\Transformation -electricity production, hydro, run-of-river;energy;Electricity by fuel\Hydro\Flow through\Transformation -electricity production, hydro, run-of-river;energy;Electricity by fuel\Hydro\Flow through\Transformation -electricity production, hydro, run-of-river;energy;Electricity by fuel\Hydro\Flow through\Transformation -electricity production, hydro, run-of-river;energy;Electricity by fuel\Hydro\Flow through\Transformation -electricity production, hydro, run-of-river;energy;Electricity by fuel\Hydro\Flow through\Transformation -electricity production, hydro, run-of-river;energy;Electricity by fuel\Hydro\Flow through\Transformation -electricity production, hydro, run-of-river;energy;Electricity by fuel\Hydro\Flow through\Transformation -electricity production, hydro, run-of-river;energy;Electricity by fuel\Hydro\Flow through\Transformation -electricity production, hydro, run-of-river;energy;Electricity by fuel\Hydro\Flow through\Transformation -electricity production, hydro, run-of-river;energy;Electricity by fuel\Hydro\Flow through\Transformation -electricity production, hydro, run-of-river;energy;Electricity by fuel\Hydro\Flow through\Transformation -electricity production, hydro, run-of-river;energy;Electricity by fuel\Hydro\Flow through\Transformation -electricity production, hydro, run-of-river;energy;Electricity by fuel\Hydro\Flow through\Transformation -electricity production, hydro, run-of-river;energy;Electricity by fuel\Hydro\Flow through\Transformation -electricity production, hydro, run-of-river;energy;Electricity by fuel\Hydro\Flow through\Transformation -electricity production, hydro, run-of-river;energy;Electricity by fuel\Hydro\Flow through\Transformation -electricity production, hydro, run-of-river;energy;Electricity by fuel\Hydro\Flow through\Transformation -electricity production, hydro, run-of-river;energy;Electricity by fuel\Hydro\Flow through\Transformation -electricity production, hydro, run-of-river;energy;Electricity by fuel\Hydro\Flow through\Transformation -electricity production, hydro, run-of-river;energy;Electricity by fuel\Hydro\Flow through\Transformation -electricity production, hydro, run-of-river;energy;Electricity by fuel\Hydro\Flow through\Transformation -electricity production, hydro, run-of-river;energy;Electricity by fuel\Hydro\Flow through\Transformation -electricity production, hydro, run-of-river;energy;Electricity by fuel\Hydro\Flow through\Transformation -electricity production, hydro, run-of-river;energy;Electricity by fuel\Hydro\Flow through\Transformation -electricity production, hydro, run-of-river MRO, US;energy;Electricity by fuel\Hydro\Flow through\Transformation -electricity production, hydro, run-of-river NPCC, US;energy;Electricity by fuel\Hydro\Flow through\Transformation -electricity production, hydro, run-of-river WECC, US;energy;Electricity by fuel\Hydro\Flow through\Transformation -electricity production, hydro, run-of-river, label-certified;energy;Electricity by fuel\Hydro\Flow through\Transformation -electricity production, lignite;energy;Electricity by fuel\Lignite\Transformation -electricity production, lignite;energy;Electricity by fuel\Lignite\Transformation -electricity production, lignite;energy;Electricity by fuel\Lignite\Transformation -electricity production, lignite;energy;Electricity by fuel\Lignite\Transformation -electricity production, lignite;energy;Others\Obsolete -electricity production, lignite;energy;Electricity by fuel\Lignite\Transformation -electricity production, lignite;energy;Electricity by fuel\Lignite\Transformation -electricity production, lignite;energy;Electricity by fuel\Lignite\Transformation -electricity production, lignite;energy;Electricity by fuel\Lignite\Transformation -electricity production, lignite;energy;Electricity by fuel\Lignite\Transformation -electricity production, lignite;energy;Electricity by fuel\Lignite\Transformation -electricity production, lignite;energy;Electricity by fuel\Lignite\Transformation -electricity production, lignite;energy;Electricity by fuel\Lignite\Transformation -electricity production, lignite;energy;Electricity by fuel\Lignite\Transformation -electricity production, lignite;energy;Electricity by fuel\Lignite\Transformation -electricity production, lignite;energy;Electricity by fuel\Lignite\Transformation -electricity production, lignite;energy;Electricity by fuel\Lignite\Transformation -electricity production, lignite;energy;Electricity by fuel\Lignite\Transformation -electricity production, lignite;energy;Electricity by fuel\Lignite\Transformation -electricity production, lignite;energy;Electricity by fuel\Lignite\Transformation -electricity production, lignite;energy;Electricity by fuel\Lignite\Transformation -electricity production, lignite;energy;Electricity by fuel\Lignite\Transformation -electricity production, lignite;energy;Others\Obsolete -electricity production, lignite;energy;Electricity by fuel\Lignite\Transformation -electricity production, lignite;energy;Electricity by fuel\Lignite\Transformation -electricity production, lignite;energy;Electricity by fuel\Lignite\Transformation -electricity production, lignite;energy;Electricity by fuel\Lignite\Transformation -electricity production, lignite;energy;Electricity by fuel\Lignite\Transformation -electricity production, lignite;energy;Electricity by fuel\Lignite\Transformation -electricity production, lignite;energy;Electricity by fuel\Lignite\Transformation -electricity production, lignite;energy;Electricity by fuel\Lignite\Transformation -electricity production, lignite;energy;Electricity by fuel\Lignite\Transformation -electricity production, lignite;energy;Electricity by fuel\Lignite\Transformation -electricity production, lignite;energy;Electricity by fuel\Lignite\Transformation -electricity production, lignite;energy;Electricity by fuel\Lignite\Transformation -electricity production, lignite;energy;Others\Obsolete -electricity production, lignite;energy;Electricity by fuel\Lignite\Transformation -electricity production, lignite;energy;Electricity by fuel\Lignite\Transformation -electricity production, lignite;energy;Electricity by fuel\Lignite\Transformation -electricity production, lignite;energy;Electricity by fuel\Lignite\Transformation -electricity production, lignite;energy;Electricity by fuel\Lignite\Transformation -electricity production, lignite;energy;Electricity by fuel\Lignite\Transformation -electricity production, lignite MRO, US;energy;Electricity by fuel\Lignite\Transformation -electricity production, lignite NPCC, US;energy;Electricity by fuel\Lignite\Transformation -electricity production, lignite WECC, US;energy;Electricity by fuel\Lignite\Transformation -electricity production, medium voltage, petroleum refinery operation;energy;Electricity by fuel\Oil\Transformation -electricity production, medium voltage, petroleum refinery operation;energy;Electricity by fuel\Oil\Transformation -electricity production, medium voltage, petroleum refinery operation;energy;Electricity by fuel\Oil\Transformation -electricity production, medium voltage, petroleum refinery operation Europe;energy;Electricity by fuel\Oil\Transformation -electricity production, natural gas, 10MW;energy;Electricity by fuel\Gas\Transformation -electricity production, natural gas, 10MW;energy;Electricity by fuel\Gas\Transformation -electricity production, natural gas, 10MW;energy;Electricity by fuel\Gas\Transformation -electricity production, natural gas, 10MW;energy;Electricity by fuel\Gas\Transformation -electricity production, natural gas, aluminium industry;energy;Electricity country mix\High Voltage\Transformation\Production mix -electricity production, natural gas, aluminium industry;energy;Others\Obsolete -electricity production, natural gas, aluminium industry IAI Area;energy;Others\Obsolete -electricity production, natural gas, aluminium industry IAI Area;energy;Others\Obsolete -electricity production, natural gas, aluminium industry IAI Area 2, without;energy;Others\Obsolete -electricity production, natural gas, aluminium industry IAI Area, EU27 &;energy;Electricity country mix\High Voltage\Transformation\Production mix -electricity production, natural gas, aluminium industry IAI Area, Gulf;energy;Electricity country mix\High Voltage\Transformation\Production mix -electricity production, natural gas, aluminium industry IAI Area, North;energy;Others\Obsolete -electricity production, natural gas, aluminium industry IAI Area, South;energy;Electricity country mix\High Voltage\Transformation\Production mix -electricity production, natural gas, at conventional power plant;energy;Others\Obsolete -electricity production, natural gas, at conventional power plant;energy;Others\Obsolete -electricity production, natural gas, at conventional power plant;energy;Others\Obsolete -electricity production, natural gas, at conventional power plant;energy;Others\Obsolete -electricity production, natural gas, at conventional power plant;energy;Others\Obsolete -electricity production, natural gas, at conventional power plant;energy;Others\Obsolete -electricity production, natural gas, at conventional power plant;energy;Others\Obsolete -electricity production, natural gas, at conventional power plant;energy;Others\Obsolete -electricity production, natural gas, at conventional power plant;energy;Others\Obsolete -electricity production, natural gas, at conventional power plant;energy;Others\Obsolete -electricity production, natural gas, at conventional power plant;energy;Others\Obsolete -electricity production, natural gas, at conventional power plant;energy;Others\Obsolete -electricity production, natural gas, at conventional power plant;energy;Others\Obsolete -electricity production, natural gas, at conventional power plant;energy;Others\Obsolete -electricity production, natural gas, at conventional power plant;energy;Others\Obsolete -electricity production, natural gas, at conventional power plant;energy;Others\Obsolete -electricity production, natural gas, at conventional power plant;energy;Others\Obsolete -electricity production, natural gas, at conventional power plant;energy;Others\Obsolete -electricity production, natural gas, at conventional power plant;energy;Others\Obsolete -electricity production, natural gas, at conventional power plant;energy;Others\Obsolete -electricity production, natural gas, at conventional power plant;energy;Others\Obsolete -electricity production, natural gas, at conventional power plant;energy;Others\Obsolete -electricity production, natural gas, at conventional power plant;energy;Others\Obsolete -electricity production, natural gas, at conventional power plant;energy;Others\Obsolete -electricity production, natural gas, at conventional power plant;energy;Others\Obsolete -electricity production, natural gas, at conventional power plant;energy;Others\Obsolete -electricity production, natural gas, at conventional power plant;energy;Others\Obsolete -electricity production, natural gas, at conventional power plant;energy;Others\Obsolete -electricity production, natural gas, at conventional power plant;energy;Others\Obsolete -electricity production, natural gas, at conventional power plant;energy;Others\Obsolete -electricity production, natural gas, at conventional power plant;energy;Others\Obsolete -electricity production, natural gas, at conventional power plant;energy;Others\Obsolete -electricity production, natural gas, at conventional power plant;energy;Others\Obsolete -electricity production, natural gas, at conventional power plant;energy;Others\Obsolete -electricity production, natural gas, at conventional power plant;energy;Others\Obsolete -electricity production, natural gas, at conventional power plant;energy;Others\Obsolete -electricity production, natural gas, at conventional power plant;energy;Others\Obsolete -electricity production, natural gas, at conventional power plant;energy;Others\Obsolete -electricity production, natural gas, at conventional power plant;energy;Others\Obsolete -electricity production, natural gas, at conventional power plant;energy;Others\Obsolete -electricity production, natural gas, at conventional power plant;energy;Others\Obsolete -electricity production, natural gas, at conventional power plant;energy;Others\Obsolete -electricity production, natural gas, at conventional power plant;energy;Others\Obsolete -electricity production, natural gas, at conventional power plant;energy;Others\Obsolete -electricity production, natural gas, at conventional power plant;energy;Others\Obsolete -electricity production, natural gas, at conventional power plant;energy;Others\Obsolete -electricity production, natural gas, at conventional power plant;energy;Others\Obsolete -electricity production, natural gas, at conventional power plant;energy;Others\Obsolete -electricity production, natural gas, at conventional power plant;energy;Others\Obsolete -electricity production, natural gas, at conventional power plant;energy;Others\Obsolete -electricity production, natural gas, at conventional power plant;energy;Others\Obsolete -electricity production, natural gas, at conventional power plant;energy;Others\Obsolete -electricity production, natural gas, at conventional power plant;energy;Others\Obsolete -electricity production, natural gas, at conventional power plant;energy;Others\Obsolete -electricity production, natural gas, at conventional power plant;energy;Others\Obsolete -electricity production, natural gas, at conventional power plant;energy;Others\Obsolete -electricity production, natural gas, at conventional power plant;energy;Others\Obsolete -electricity production, natural gas, at conventional power plant;energy;Others\Obsolete -electricity production, natural gas, at conventional power plant MRO, US;energy;Others\Obsolete -electricity production, natural gas, at conventional power plant NPCC, US;energy;Others\Obsolete -electricity production, natural gas, at conventional power plant WECC, US;energy;Others\Obsolete -electricity production, natural gas, combined cycle power plant;energy;Electricity by fuel\Gas\Transformation -electricity production, natural gas, combined cycle power plant;energy;Electricity by fuel\Gas\Transformation -electricity production, natural gas, combined cycle power plant;energy;Electricity by fuel\Gas\Transformation -electricity production, natural gas, combined cycle power plant;energy;Electricity by fuel\Gas\Transformation -electricity production, natural gas, combined cycle power plant;energy;Electricity by fuel\Gas\Transformation -electricity production, natural gas, combined cycle power plant;energy;Electricity by fuel\Gas\Transformation -electricity production, natural gas, combined cycle power plant;energy;Electricity by fuel\Gas\Transformation -electricity production, natural gas, combined cycle power plant;energy;Electricity by fuel\Gas\Transformation -electricity production, natural gas, combined cycle power plant;energy;Others\Obsolete -electricity production, natural gas, combined cycle power plant;energy;Electricity by fuel\Gas\Transformation -electricity production, natural gas, combined cycle power plant;energy;Electricity by fuel\Gas\Transformation -electricity production, natural gas, combined cycle power plant;energy;Electricity by fuel\Gas\Transformation -electricity production, natural gas, combined cycle power plant;energy;Electricity by fuel\Gas\Transformation -electricity production, natural gas, combined cycle power plant;energy;Electricity by fuel\Gas\Transformation -electricity production, natural gas, combined cycle power plant;energy;Electricity by fuel\Gas\Transformation -electricity production, natural gas, combined cycle power plant;energy;Electricity by fuel\Gas\Transformation -electricity production, natural gas, combined cycle power plant;energy;Electricity by fuel\Gas\Transformation -electricity production, natural gas, combined cycle power plant;energy;Electricity by fuel\Gas\Transformation -electricity production, natural gas, combined cycle power plant;energy;Electricity by fuel\Gas\Transformation -electricity production, natural gas, combined cycle power plant;energy;Electricity by fuel\Gas\Transformation -electricity production, natural gas, combined cycle power plant;energy;Electricity by fuel\Gas\Transformation -electricity production, natural gas, combined cycle power plant;energy;Electricity by fuel\Gas\Transformation -electricity production, natural gas, combined cycle power plant;energy;Electricity by fuel\Gas\Transformation -electricity production, natural gas, combined cycle power plant;energy;Electricity by fuel\Gas\Transformation -electricity production, natural gas, combined cycle power plant;energy;Electricity by fuel\Gas\Transformation -electricity production, natural gas, combined cycle power plant;energy;Electricity by fuel\Gas\Transformation -electricity production, natural gas, combined cycle power plant;energy;Electricity by fuel\Gas\Transformation -electricity production, natural gas, combined cycle power plant;energy;Electricity by fuel\Gas\Transformation -electricity production, natural gas, combined cycle power plant;energy;Electricity by fuel\Gas\Transformation -electricity production, natural gas, combined cycle power plant;energy;Electricity by fuel\Gas\Transformation -electricity production, natural gas, combined cycle power plant;energy;Electricity by fuel\Gas\Transformation -electricity production, natural gas, combined cycle power plant;energy;Electricity by fuel\Gas\Transformation -electricity production, natural gas, combined cycle power plant;energy;Electricity by fuel\Gas\Transformation -electricity production, natural gas, combined cycle power plant;energy;Electricity by fuel\Gas\Transformation -electricity production, natural gas, combined cycle power plant;energy;Electricity by fuel\Gas\Transformation -electricity production, natural gas, combined cycle power plant;energy;Electricity by fuel\Gas\Transformation -electricity production, natural gas, combined cycle power plant;energy;Electricity by fuel\Gas\Transformation -electricity production, natural gas, combined cycle power plant;energy;Electricity by fuel\Gas\Transformation -electricity production, natural gas, combined cycle power plant;energy;Electricity by fuel\Gas\Transformation -electricity production, natural gas, combined cycle power plant;energy;Electricity by fuel\Gas\Transformation -electricity production, natural gas, combined cycle power plant;energy;Electricity by fuel\Gas\Transformation -electricity production, natural gas, combined cycle power plant;energy;Electricity by fuel\Gas\Transformation -electricity production, natural gas, combined cycle power plant;energy;Electricity by fuel\Gas\Transformation -electricity production, natural gas, combined cycle power plant;energy;Electricity by fuel\Gas\Transformation -electricity production, natural gas, combined cycle power plant;energy;Electricity by fuel\Gas\Transformation -electricity production, natural gas, combined cycle power plant;energy;Electricity by fuel\Gas\Transformation -electricity production, natural gas, combined cycle power plant;energy;Electricity by fuel\Gas\Transformation -electricity production, natural gas, combined cycle power plant;energy;Electricity by fuel\Gas\Transformation -electricity production, natural gas, combined cycle power plant;energy;Electricity by fuel\Gas\Transformation -electricity production, natural gas, combined cycle power plant;energy;Electricity by fuel\Gas\Transformation -electricity production, natural gas, combined cycle power plant;energy;Electricity by fuel\Gas\Transformation -electricity production, natural gas, combined cycle power plant;energy;Electricity by fuel\Gas\Transformation -electricity production, natural gas, combined cycle power plant;energy;Electricity by fuel\Gas\Transformation -electricity production, natural gas, combined cycle power plant;energy;Electricity by fuel\Gas\Transformation -electricity production, natural gas, combined cycle power plant;energy;Electricity by fuel\Gas\Transformation -electricity production, natural gas, combined cycle power plant;energy;Electricity by fuel\Gas\Transformation -electricity production, natural gas, combined cycle power plant;energy;Electricity by fuel\Gas\Transformation -electricity production, natural gas, combined cycle power plant;energy;Electricity by fuel\Gas\Transformation -electricity production, natural gas, combined cycle power plant;energy;Electricity by fuel\Gas\Transformation -electricity production, natural gas, combined cycle power plant;energy;Electricity by fuel\Gas\Transformation -electricity production, natural gas, combined cycle power plant;energy;Electricity by fuel\Gas\Transformation -electricity production, natural gas, combined cycle power plant;energy;Electricity by fuel\Gas\Transformation -electricity production, natural gas, combined cycle power plant;energy;Electricity by fuel\Gas\Transformation -electricity production, natural gas, combined cycle power plant;energy;Electricity by fuel\Gas\Transformation -electricity production, natural gas, combined cycle power plant;energy;Electricity by fuel\Gas\Transformation -electricity production, natural gas, combined cycle power plant;energy;Electricity by fuel\Gas\Transformation -electricity production, natural gas, combined cycle power plant;energy;Electricity by fuel\Gas\Transformation -electricity production, natural gas, combined cycle power plant;energy;Electricity by fuel\Gas\Transformation -electricity production, natural gas, combined cycle power plant;energy;Electricity by fuel\Gas\Transformation -electricity production, natural gas, combined cycle power plant;energy;Electricity by fuel\Gas\Transformation -electricity production, natural gas, combined cycle power plant;energy;Electricity by fuel\Gas\Transformation -electricity production, natural gas, combined cycle power plant;energy;Electricity by fuel\Gas\Transformation -electricity production, natural gas, combined cycle power plant;energy;Electricity by fuel\Gas\Transformation -electricity production, natural gas, combined cycle power plant;energy;Electricity by fuel\Gas\Transformation -electricity production, natural gas, combined cycle power plant;energy;Electricity by fuel\Gas\Transformation -electricity production, natural gas, combined cycle power plant;energy;Electricity by fuel\Gas\Transformation -electricity production, natural gas, combined cycle power plant;energy;Electricity by fuel\Gas\Transformation -electricity production, natural gas, combined cycle power plant;energy;Others\Obsolete -electricity production, natural gas, combined cycle power plant;energy;Electricity by fuel\Gas\Transformation -electricity production, natural gas, combined cycle power plant;energy;Electricity by fuel\Gas\Transformation -electricity production, natural gas, combined cycle power plant;energy;Electricity by fuel\Gas\Transformation -electricity production, natural gas, combined cycle power plant;energy;Electricity by fuel\Gas\Transformation -electricity production, natural gas, combined cycle power plant;energy;Electricity by fuel\Gas\Transformation -electricity production, natural gas, combined cycle power plant;energy;Electricity by fuel\Gas\Transformation -electricity production, natural gas, combined cycle power plant;energy;Electricity by fuel\Gas\Transformation -electricity production, natural gas, combined cycle power plant;energy;Electricity by fuel\Gas\Transformation -electricity production, natural gas, combined cycle power plant;energy;Electricity by fuel\Gas\Transformation -electricity production, natural gas, combined cycle power plant;energy;Electricity by fuel\Gas\Transformation -electricity production, natural gas, combined cycle power plant;energy;Electricity by fuel\Gas\Transformation -electricity production, natural gas, combined cycle power plant;energy;Electricity by fuel\Gas\Transformation -electricity production, natural gas, combined cycle power plant;energy;Electricity by fuel\Gas\Transformation -electricity production, natural gas, combined cycle power plant;energy;Electricity by fuel\Gas\Transformation -electricity production, natural gas, combined cycle power plant;energy;Electricity by fuel\Gas\Transformation -electricity production, natural gas, combined cycle power plant;energy;Electricity by fuel\Gas\Transformation -electricity production, natural gas, combined cycle power plant;energy;Electricity by fuel\Gas\Transformation -electricity production, natural gas, combined cycle power plant;energy;Electricity by fuel\Gas\Transformation -electricity production, natural gas, combined cycle power plant;energy;Electricity by fuel\Gas\Transformation -electricity production, natural gas, combined cycle power plant;energy;Electricity by fuel\Gas\Transformation -electricity production, natural gas, combined cycle power plant;energy;Electricity by fuel\Gas\Transformation -electricity production, natural gas, combined cycle power plant;energy;Electricity by fuel\Gas\Transformation -electricity production, natural gas, combined cycle power plant;energy;Electricity by fuel\Gas\Transformation -electricity production, natural gas, combined cycle power plant;energy;Electricity by fuel\Gas\Transformation -electricity production, natural gas, combined cycle power plant;energy;Electricity by fuel\Gas\Transformation -electricity production, natural gas, combined cycle power plant;energy;Electricity by fuel\Gas\Transformation -electricity production, natural gas, combined cycle power plant;energy;Electricity by fuel\Gas\Transformation -electricity production, natural gas, combined cycle power plant;energy;Electricity by fuel\Gas\Transformation -electricity production, natural gas, combined cycle power plant;energy;Electricity by fuel\Gas\Transformation -electricity production, natural gas, combined cycle power plant;energy;Electricity by fuel\Gas\Transformation -electricity production, natural gas, combined cycle power plant BR-Mid-western;energy;Electricity by fuel\Gas\Transformation -electricity production, natural gas, combined cycle power plant BR-Northern;energy;Electricity by fuel\Gas\Transformation -electricity production, natural gas, combined cycle power plant BR-Southern;energy;Electricity by fuel\Gas\Transformation -electricity production, natural gas, combined cycle power plant MRO, US;energy;Electricity by fuel\Gas\Transformation -electricity production, natural gas, combined cycle power plant NPCC, US;energy;Electricity by fuel\Gas\Transformation -electricity production, natural gas, combined cycle power plant WECC, US;energy;Electricity by fuel\Gas\Transformation -electricity production, natural gas, conventional power plant;energy;Electricity by fuel\Gas\Transformation -electricity production, natural gas, conventional power plant;energy;Electricity by fuel\Gas\Transformation -electricity production, natural gas, conventional power plant;energy;Electricity by fuel\Gas\Transformation -electricity production, natural gas, conventional power plant;energy;Electricity by fuel\Gas\Transformation -electricity production, natural gas, conventional power plant;energy;Electricity by fuel\Gas\Transformation -electricity production, natural gas, conventional power plant;energy;Electricity by fuel\Gas\Transformation -electricity production, natural gas, conventional power plant;energy;Others\Obsolete -electricity production, natural gas, conventional power plant;energy;Electricity by fuel\Gas\Transformation -electricity production, natural gas, conventional power plant;energy;Electricity by fuel\Gas\Transformation -electricity production, natural gas, conventional power plant;energy;Electricity by fuel\Gas\Transformation -electricity production, natural gas, conventional power plant;energy;Electricity by fuel\Gas\Transformation -electricity production, natural gas, conventional power plant;energy;Electricity by fuel\Gas\Transformation -electricity production, natural gas, conventional power plant;energy;Electricity by fuel\Gas\Transformation -electricity production, natural gas, conventional power plant;energy;Electricity by fuel\Gas\Transformation -electricity production, natural gas, conventional power plant;energy;Electricity by fuel\Gas\Transformation -electricity production, natural gas, conventional power plant;energy;Electricity by fuel\Gas\Transformation -electricity production, natural gas, conventional power plant;energy;Electricity by fuel\Gas\Transformation -electricity production, natural gas, conventional power plant;energy;Electricity by fuel\Gas\Transformation -electricity production, natural gas, conventional power plant;energy;Electricity by fuel\Gas\Transformation -electricity production, natural gas, conventional power plant;energy;Electricity by fuel\Gas\Transformation -electricity production, natural gas, conventional power plant;energy;Electricity by fuel\Gas\Transformation -electricity production, natural gas, conventional power plant;energy;Electricity by fuel\Gas\Transformation -electricity production, natural gas, conventional power plant;energy;Electricity by fuel\Gas\Transformation -electricity production, natural gas, conventional power plant;energy;Electricity by fuel\Gas\Transformation -electricity production, natural gas, conventional power plant;energy;Electricity by fuel\Gas\Transformation -electricity production, natural gas, conventional power plant;energy;Electricity by fuel\Gas\Transformation -electricity production, natural gas, conventional power plant;energy;Electricity by fuel\Gas\Transformation -electricity production, natural gas, conventional power plant;energy;Electricity by fuel\Gas\Transformation -electricity production, natural gas, conventional power plant;energy;Electricity by fuel\Gas\Transformation -electricity production, natural gas, conventional power plant;energy;Electricity by fuel\Gas\Transformation -electricity production, natural gas, conventional power plant;energy;Electricity by fuel\Gas\Transformation -electricity production, natural gas, conventional power plant;energy;Electricity by fuel\Gas\Transformation -electricity production, natural gas, conventional power plant;energy;Electricity by fuel\Gas\Transformation -electricity production, natural gas, conventional power plant;energy;Electricity by fuel\Gas\Transformation -electricity production, natural gas, conventional power plant;energy;Electricity by fuel\Gas\Transformation -electricity production, natural gas, conventional power plant;energy;Electricity by fuel\Gas\Transformation -electricity production, natural gas, conventional power plant;energy;Electricity by fuel\Gas\Transformation -electricity production, natural gas, conventional power plant;energy;Electricity by fuel\Gas\Transformation -electricity production, natural gas, conventional power plant;energy;Electricity by fuel\Gas\Transformation -electricity production, natural gas, conventional power plant;energy;Electricity by fuel\Gas\Transformation -electricity production, natural gas, conventional power plant;energy;Electricity by fuel\Gas\Transformation -electricity production, natural gas, conventional power plant;energy;Electricity by fuel\Gas\Transformation -electricity production, natural gas, conventional power plant;energy;Electricity by fuel\Gas\Transformation -electricity production, natural gas, conventional power plant;energy;Electricity by fuel\Gas\Transformation -electricity production, natural gas, conventional power plant;energy;Electricity by fuel\Gas\Transformation -electricity production, natural gas, conventional power plant;energy;Electricity by fuel\Gas\Transformation -electricity production, natural gas, conventional power plant;energy;Electricity by fuel\Gas\Transformation -electricity production, natural gas, conventional power plant;energy;Electricity by fuel\Gas\Transformation -electricity production, natural gas, conventional power plant;energy;Electricity by fuel\Gas\Transformation -electricity production, natural gas, conventional power plant;energy;Electricity by fuel\Gas\Transformation -electricity production, natural gas, conventional power plant;energy;Electricity by fuel\Gas\Transformation -electricity production, natural gas, conventional power plant;energy;Electricity by fuel\Gas\Transformation -electricity production, natural gas, conventional power plant;energy;Electricity by fuel\Gas\Transformation -electricity production, natural gas, conventional power plant;energy;Electricity by fuel\Gas\Transformation -electricity production, natural gas, conventional power plant;energy;Electricity by fuel\Gas\Transformation -electricity production, natural gas, conventional power plant;energy;Electricity by fuel\Gas\Transformation -electricity production, natural gas, conventional power plant;energy;Electricity by fuel\Gas\Transformation -electricity production, natural gas, conventional power plant;energy;Electricity by fuel\Gas\Transformation -electricity production, natural gas, conventional power plant;energy;Electricity by fuel\Gas\Transformation -electricity production, natural gas, conventional power plant;energy;Electricity by fuel\Gas\Transformation -electricity production, natural gas, conventional power plant;energy;Electricity by fuel\Gas\Transformation -electricity production, natural gas, conventional power plant;energy;Electricity by fuel\Gas\Transformation -electricity production, natural gas, conventional power plant;energy;Electricity by fuel\Gas\Transformation -electricity production, natural gas, conventional power plant;energy;Electricity by fuel\Gas\Transformation -electricity production, natural gas, conventional power plant;energy;Electricity by fuel\Gas\Transformation -electricity production, natural gas, conventional power plant;energy;Electricity by fuel\Gas\Transformation -electricity production, natural gas, conventional power plant;energy;Electricity by fuel\Gas\Transformation -electricity production, natural gas, conventional power plant;energy;Electricity by fuel\Gas\Transformation -electricity production, natural gas, conventional power plant;energy;Electricity by fuel\Gas\Transformation -electricity production, natural gas, conventional power plant;energy;Electricity by fuel\Gas\Transformation -electricity production, natural gas, conventional power plant;energy;Electricity by fuel\Gas\Transformation -electricity production, natural gas, conventional power plant;energy;Electricity by fuel\Gas\Transformation -electricity production, natural gas, conventional power plant;energy;Electricity by fuel\Gas\Transformation -electricity production, natural gas, conventional power plant;energy;Electricity by fuel\Gas\Transformation -electricity production, natural gas, conventional power plant;energy;Electricity by fuel\Gas\Transformation -electricity production, natural gas, conventional power plant;energy;Others\Obsolete -electricity production, natural gas, conventional power plant;energy;Electricity by fuel\Gas\Transformation -electricity production, natural gas, conventional power plant;energy;Electricity by fuel\Gas\Transformation -electricity production, natural gas, conventional power plant;energy;Electricity by fuel\Gas\Transformation -electricity production, natural gas, conventional power plant;energy;Electricity by fuel\Gas\Transformation -electricity production, natural gas, conventional power plant;energy;Electricity by fuel\Gas\Transformation -electricity production, natural gas, conventional power plant;energy;Electricity by fuel\Gas\Transformation -electricity production, natural gas, conventional power plant;energy;Electricity by fuel\Gas\Transformation -electricity production, natural gas, conventional power plant;energy;Electricity by fuel\Gas\Transformation -electricity production, natural gas, conventional power plant;energy;Electricity by fuel\Gas\Transformation -electricity production, natural gas, conventional power plant;energy;Electricity by fuel\Gas\Transformation -electricity production, natural gas, conventional power plant;energy;Electricity by fuel\Gas\Transformation -electricity production, natural gas, conventional power plant;energy;Electricity by fuel\Gas\Transformation -electricity production, natural gas, conventional power plant;energy;Electricity by fuel\Gas\Transformation -electricity production, natural gas, conventional power plant;energy;Electricity by fuel\Gas\Transformation -electricity production, natural gas, conventional power plant;energy;Electricity by fuel\Gas\Transformation -electricity production, natural gas, conventional power plant;energy;Electricity by fuel\Gas\Transformation -electricity production, natural gas, conventional power plant;energy;Electricity by fuel\Gas\Transformation -electricity production, natural gas, conventional power plant;energy;Electricity by fuel\Gas\Transformation -electricity production, natural gas, conventional power plant;energy;Electricity by fuel\Gas\Transformation -electricity production, natural gas, conventional power plant;energy;Electricity by fuel\Gas\Transformation -electricity production, natural gas, conventional power plant;energy;Electricity by fuel\Gas\Transformation -electricity production, natural gas, conventional power plant;energy;Electricity by fuel\Gas\Transformation -electricity production, natural gas, conventional power plant;energy;Electricity by fuel\Gas\Transformation -electricity production, natural gas, conventional power plant;energy;Electricity by fuel\Gas\Transformation -electricity production, natural gas, conventional power plant;energy;Electricity by fuel\Gas\Transformation -electricity production, natural gas, conventional power plant;energy;Electricity by fuel\Gas\Transformation -electricity production, natural gas, conventional power plant BR-Mid-western;energy;Electricity by fuel\Gas\Transformation -electricity production, natural gas, conventional power plant BR-North-eastern;energy;Electricity by fuel\Gas\Transformation -electricity production, natural gas, conventional power plant BR-South-eastern;energy;Electricity by fuel\Gas\Transformation -electricity production, natural gas, conventional power plant MRO, US;energy;Electricity by fuel\Gas\Transformation -electricity production, natural gas, conventional power plant NPCC, US;energy;Electricity by fuel\Gas\Transformation -electricity production, natural gas, conventional power plant WECC, US;energy;Electricity by fuel\Gas\Transformation -electricity production, nuclear, aluminium industry;energy;Others\Obsolete -electricity production, nuclear, aluminium industry;energy;Electricity country mix\High Voltage\Transformation\Production mix -electricity production, nuclear, aluminium industry;energy;Others\Obsolete -electricity production, nuclear, aluminium industry IAI Area 2, without;energy;Others\Obsolete -electricity production, nuclear, aluminium industry IAI Area, EU27 &;energy;Electricity country mix\High Voltage\Transformation\Production mix -electricity production, nuclear, aluminium industry IAI Area, North America,;energy;Others\Obsolete -electricity production, nuclear, aluminium industry IAI Area, Russia & RER w/o;energy;Electricity country mix\High Voltage\Transformation\Production mix -electricity production, nuclear, boiling water reactor;energy;Electricity by fuel\Nuclear\BWR\Transformation -electricity production, nuclear, boiling water reactor;energy;Electricity by fuel\Nuclear\BWR\Transformation -electricity production, nuclear, boiling water reactor;energy;Electricity by fuel\Nuclear\BWR\Transformation -electricity production, nuclear, boiling water reactor;energy;Electricity by fuel\Nuclear\BWR\Transformation -electricity production, nuclear, boiling water reactor;energy;Electricity by fuel\Nuclear\BWR\Transformation -electricity production, nuclear, boiling water reactor;energy;Electricity by fuel\Nuclear\BWR\Transformation -electricity production, nuclear, boiling water reactor;energy;Electricity by fuel\Nuclear\BWR\Transformation -electricity production, nuclear, boiling water reactor;energy;Electricity by fuel\Nuclear\BWR\Transformation -electricity production, nuclear, boiling water reactor;energy;Electricity by fuel\Nuclear\BWR\Transformation -electricity production, nuclear, boiling water reactor;energy;Electricity by fuel\Nuclear\BWR\Transformation -electricity production, nuclear, boiling water reactor;energy;Electricity by fuel\Nuclear\BWR\Transformation -electricity production, nuclear, boiling water reactor;energy;Electricity by fuel\Nuclear\BWR\Transformation -electricity production, nuclear, boiling water reactor;energy;Electricity by fuel\Nuclear\BWR\Transformation -electricity production, nuclear, boiling water reactor;energy;Electricity by fuel\Nuclear\BWR\Transformation -electricity production, nuclear, boiling water reactor;energy;Electricity by fuel\Nuclear\BWR\Transformation -electricity production, nuclear, boiling water reactor;energy;Electricity by fuel\Nuclear\BWR\Transformation -electricity production, nuclear, boiling water reactor;energy;Electricity by fuel\Nuclear\BWR\Transformation -electricity production, nuclear, boiling water reactor MRO, US;energy;Electricity by fuel\Nuclear\BWR\Transformation -electricity production, nuclear, boiling water reactor NPCC, US;energy;Electricity by fuel\Nuclear\BWR\Transformation -electricity production, nuclear, boiling water reactor WECC, US;energy;Electricity by fuel\Nuclear\BWR\Transformation -electricity production, nuclear, pressure water reactor;energy;Electricity by fuel\Nuclear\PWR\Transformation -electricity production, nuclear, pressure water reactor;energy;Electricity by fuel\Nuclear\PWR\Transformation -electricity production, nuclear, pressure water reactor;energy;Electricity by fuel\Nuclear\PWR\Transformation -electricity production, nuclear, pressure water reactor;energy;Electricity by fuel\Nuclear\PWR\Transformation -electricity production, nuclear, pressure water reactor;energy;Electricity by fuel\Nuclear\PWR\Transformation -electricity production, nuclear, pressure water reactor;energy;Electricity by fuel\Nuclear\PWR\Transformation -electricity production, nuclear, pressure water reactor;energy;Electricity by fuel\Nuclear\PWR\Transformation -electricity production, nuclear, pressure water reactor;energy;Others\Obsolete -electricity production, nuclear, pressure water reactor;energy;Electricity by fuel\Nuclear\PWR\Transformation -electricity production, nuclear, pressure water reactor;energy;Electricity by fuel\Nuclear\PWR\Transformation -electricity production, nuclear, pressure water reactor;energy;Electricity by fuel\Nuclear\PWR\Transformation -electricity production, nuclear, pressure water reactor;energy;Electricity by fuel\Nuclear\PWR\Transformation -electricity production, nuclear, pressure water reactor;energy;Electricity by fuel\Nuclear\PWR\Transformation -electricity production, nuclear, pressure water reactor;energy;Electricity by fuel\Nuclear\PWR\Transformation -electricity production, nuclear, pressure water reactor;energy;Electricity by fuel\Nuclear\PWR\Transformation -electricity production, nuclear, pressure water reactor;energy;Electricity by fuel\Nuclear\PWR\Transformation -electricity production, nuclear, pressure water reactor;energy;Electricity by fuel\Nuclear\PWR\Transformation -electricity production, nuclear, pressure water reactor;energy;Others\Obsolete -electricity production, nuclear, pressure water reactor;energy;Electricity by fuel\Nuclear\PWR\Transformation -electricity production, nuclear, pressure water reactor;energy;Electricity by fuel\Nuclear\PWR\Transformation -electricity production, nuclear, pressure water reactor;energy;Electricity by fuel\Nuclear\PWR\Transformation -electricity production, nuclear, pressure water reactor;energy;Electricity by fuel\Nuclear\PWR\Transformation -electricity production, nuclear, pressure water reactor;energy;Electricity by fuel\Nuclear\PWR\Transformation -electricity production, nuclear, pressure water reactor;energy;Electricity by fuel\Nuclear\PWR\Transformation -electricity production, nuclear, pressure water reactor;energy;Electricity by fuel\Nuclear\PWR\Transformation -electricity production, nuclear, pressure water reactor;energy;Electricity by fuel\Nuclear\PWR\Transformation -electricity production, nuclear, pressure water reactor;energy;Electricity by fuel\Nuclear\PWR\Transformation -electricity production, nuclear, pressure water reactor;energy;Electricity by fuel\Nuclear\PWR\Transformation -electricity production, nuclear, pressure water reactor;energy;Electricity by fuel\Nuclear\PWR\Transformation -electricity production, nuclear, pressure water reactor;energy;Electricity by fuel\Nuclear\PWR\Transformation -electricity production, nuclear, pressure water reactor;energy;Electricity by fuel\Nuclear\PWR\Transformation -electricity production, nuclear, pressure water reactor;energy;Electricity by fuel\Nuclear\PWR\Transformation -electricity production, nuclear, pressure water reactor;energy;Electricity by fuel\Nuclear\PWR\Transformation -electricity production, nuclear, pressure water reactor;energy;Electricity by fuel\Nuclear\PWR\Transformation -electricity production, nuclear, pressure water reactor;energy;Electricity by fuel\Nuclear\PWR\Transformation -electricity production, nuclear, pressure water reactor;energy;Electricity by fuel\Nuclear\PWR\Transformation -electricity production, nuclear, pressure water reactor;energy;Electricity by fuel\Nuclear\PWR\Transformation -electricity production, nuclear, pressure water reactor BR-South-eastern;energy;Electricity by fuel\Nuclear\PWR\Transformation -electricity production, nuclear, pressure water reactor MRO, US;energy;Electricity by fuel\Nuclear\PWR\Transformation -electricity production, nuclear, pressure water reactor NPCC, US;energy;Electricity by fuel\Nuclear\PWR\Transformation -electricity production, nuclear, pressure water reactor WECC, US;energy;Electricity by fuel\Nuclear\PWR\Transformation -electricity production, nuclear, pressure water reactor, heavy water moderated;energy;Electricity by fuel\Nuclear\PWR\Transformation -electricity production, nuclear, pressure water reactor, heavy water moderated;energy;Electricity by fuel\Nuclear\PWR\Transformation -electricity production, nuclear, pressure water reactor, heavy water moderated;energy;Electricity by fuel\Nuclear\PWR\Transformation -electricity production, nuclear, pressure water reactor, heavy water moderated;energy;Electricity by fuel\Nuclear\PWR\Transformation -electricity production, nuclear, pressure water reactor, heavy water moderated;energy;Electricity by fuel\Nuclear\PWR\Transformation -electricity production, nuclear, pressure water reactor, heavy water moderated;energy;Electricity by fuel\Nuclear\PWR\Transformation -electricity production, nuclear, pressure water reactor, heavy water moderated;energy;Electricity by fuel\Nuclear\PWR\Transformation -electricity production, nuclear, pressure water reactor, heavy water moderated;energy;Electricity by fuel\Nuclear\PWR\Transformation -electricity production, nuclear, pressure water reactor, heavy water moderated;energy;Electricity by fuel\Nuclear\PWR\Transformation -electricity production, nuclear, pressure water reactor, heavy water moderated;energy;Electricity by fuel\Nuclear\PWR\Transformation -electricity production, nuclear, pressure water reactor, heavy water moderated;energy;Electricity by fuel\Nuclear\PWR\Transformation -electricity production, nuclear, pressure water reactor, heavy water moderated;energy;Others\Obsolete -electricity production, nuclear, pressure water reactor, heavy water moderated;energy;Electricity by fuel\Nuclear\PWR\Transformation -electricity production, nuclear, pressure water reactor, heavy water moderated;energy;Electricity by fuel\Nuclear\PWR\Transformation -electricity production, nuclear, pressure water reactor, heavy water moderated;energy;Electricity by fuel\Nuclear\PWR\Transformation -electricity production, nuclear, pressure water reactor, heavy water moderated;energy;Electricity by fuel\Nuclear\PWR\Transformation -electricity production, nuclear, pressure water reactor, heavy water moderated;energy;Electricity by fuel\Nuclear\PWR\Transformation -electricity production, oil;energy;Electricity by fuel\Oil\Transformation -electricity production, oil;energy;Electricity by fuel\Oil\Transformation -electricity production, oil;energy;Electricity by fuel\Oil\Transformation -electricity production, oil;energy;Electricity by fuel\Oil\Transformation -electricity production, oil;energy;Electricity by fuel\Oil\Transformation -electricity production, oil;energy;Electricity by fuel\Oil\Transformation -electricity production, oil;energy;Electricity by fuel\Oil\Transformation -electricity production, oil;energy;Others\Obsolete -electricity production, oil;energy;Electricity by fuel\Oil\Transformation -electricity production, oil;energy;Electricity by fuel\Oil\Transformation -electricity production, oil;energy;Electricity by fuel\Oil\Transformation -electricity production, oil;energy;Electricity by fuel\Oil\Transformation -electricity production, oil;energy;Electricity by fuel\Oil\Transformation -electricity production, oil;energy;Electricity by fuel\Oil\Transformation -electricity production, oil;energy;Electricity by fuel\Oil\Transformation -electricity production, oil;energy;Electricity by fuel\Oil\Transformation -electricity production, oil;energy;Electricity by fuel\Oil\Transformation -electricity production, oil;energy;Electricity by fuel\Oil\Transformation -electricity production, oil;energy;Electricity by fuel\Oil\Transformation -electricity production, oil;energy;Electricity by fuel\Oil\Transformation -electricity production, oil;energy;Electricity by fuel\Oil\Transformation -electricity production, oil;energy;Electricity by fuel\Oil\Transformation -electricity production, oil;energy;Electricity by fuel\Oil\Transformation -electricity production, oil;energy;Electricity by fuel\Oil\Transformation -electricity production, oil;energy;Electricity by fuel\Oil\Transformation -electricity production, oil;energy;Electricity by fuel\Oil\Transformation -electricity production, oil;energy;Electricity by fuel\Oil\Transformation -electricity production, oil;energy;Electricity by fuel\Oil\Transformation -electricity production, oil;energy;Electricity by fuel\Oil\Transformation -electricity production, oil;energy;Electricity by fuel\Oil\Transformation -electricity production, oil;energy;Electricity by fuel\Oil\Transformation -electricity production, oil;energy;Electricity by fuel\Oil\Transformation -electricity production, oil;energy;Electricity by fuel\Oil\Transformation -electricity production, oil;energy;Electricity by fuel\Oil\Transformation -electricity production, oil;energy;Electricity by fuel\Oil\Transformation -electricity production, oil;energy;Electricity by fuel\Oil\Transformation -electricity production, oil;energy;Electricity by fuel\Oil\Transformation -electricity production, oil;energy;Electricity by fuel\Oil\Transformation -electricity production, oil;energy;Electricity by fuel\Oil\Transformation -electricity production, oil;energy;Electricity by fuel\Oil\Transformation -electricity production, oil;energy;Electricity by fuel\Oil\Transformation -electricity production, oil;energy;Electricity by fuel\Oil\Transformation -electricity production, oil;energy;Electricity by fuel\Oil\Transformation -electricity production, oil;energy;Electricity by fuel\Oil\Transformation -electricity production, oil;energy;Electricity by fuel\Oil\Transformation -electricity production, oil;energy;Electricity by fuel\Oil\Transformation -electricity production, oil;energy;Electricity by fuel\Oil\Transformation -electricity production, oil;energy;Electricity by fuel\Oil\Transformation -electricity production, oil;energy;Electricity by fuel\Oil\Transformation -electricity production, oil;energy;Electricity by fuel\Oil\Transformation -electricity production, oil;energy;Electricity by fuel\Oil\Transformation -electricity production, oil;energy;Electricity by fuel\Oil\Transformation -electricity production, oil;energy;Electricity by fuel\Oil\Transformation -electricity production, oil;energy;Others\Obsolete -electricity production, oil;energy;Electricity by fuel\Oil\Transformation -electricity production, oil;energy;Electricity by fuel\Oil\Transformation -electricity production, oil;energy;Electricity by fuel\Oil\Transformation -electricity production, oil;energy;Electricity by fuel\Oil\Transformation -electricity production, oil;energy;Electricity by fuel\Oil\Transformation -electricity production, oil;energy;Electricity by fuel\Oil\Transformation -electricity production, oil;energy;Electricity by fuel\Oil\Transformation -electricity production, oil;energy;Electricity by fuel\Oil\Transformation -electricity production, oil;energy;Electricity by fuel\Oil\Transformation -electricity production, oil;energy;Electricity by fuel\Oil\Transformation -electricity production, oil;energy;Electricity by fuel\Oil\Transformation -electricity production, oil;energy;Electricity by fuel\Oil\Transformation -electricity production, oil;energy;Electricity by fuel\Oil\Transformation -electricity production, oil;energy;Electricity by fuel\Oil\Transformation -electricity production, oil;energy;Electricity by fuel\Oil\Transformation -electricity production, oil;energy;Electricity by fuel\Oil\Transformation -electricity production, oil;energy;Electricity by fuel\Oil\Transformation -electricity production, oil;energy;Electricity by fuel\Oil\Transformation -electricity production, oil;energy;Electricity by fuel\Oil\Transformation -electricity production, oil;energy;Electricity by fuel\Oil\Transformation -electricity production, oil;energy;Others\Obsolete -electricity production, oil;energy;Electricity by fuel\Oil\Transformation -electricity production, oil;energy;Electricity by fuel\Oil\Transformation -electricity production, oil;energy;Electricity by fuel\Oil\Transformation -electricity production, oil;energy;Electricity by fuel\Oil\Transformation -electricity production, oil;energy;Electricity by fuel\Oil\Transformation -electricity production, oil;energy;Electricity by fuel\Oil\Transformation -electricity production, oil;energy;Electricity by fuel\Oil\Transformation -electricity production, oil;energy;Electricity by fuel\Oil\Transformation -electricity production, oil;energy;Electricity by fuel\Oil\Transformation -electricity production, oil;energy;Electricity by fuel\Oil\Transformation -electricity production, oil;energy;Electricity by fuel\Oil\Transformation -electricity production, oil;energy;Electricity by fuel\Oil\Transformation -electricity production, oil;energy;Electricity by fuel\Oil\Transformation -electricity production, oil;energy;Electricity by fuel\Oil\Transformation -electricity production, oil;energy;Electricity by fuel\Oil\Transformation -electricity production, oil;energy;Electricity by fuel\Oil\Transformation -electricity production, oil;energy;Electricity by fuel\Oil\Transformation -electricity production, oil;energy;Electricity by fuel\Oil\Transformation -electricity production, oil;energy;Electricity by fuel\Oil\Transformation -electricity production, oil;energy;Electricity by fuel\Oil\Transformation -electricity production, oil;energy;Electricity by fuel\Oil\Transformation -electricity production, oil;energy;Others\Obsolete -electricity production, oil;energy;Electricity by fuel\Oil\Transformation -electricity production, oil;energy;Electricity by fuel\Oil\Transformation -electricity production, oil;energy;Electricity by fuel\Oil\Transformation -electricity production, oil;energy;Electricity by fuel\Oil\Transformation -electricity production, oil;energy;Electricity by fuel\Oil\Transformation -electricity production, oil;energy;Electricity by fuel\Oil\Transformation -electricity production, oil;energy;Electricity by fuel\Oil\Transformation -electricity production, oil;energy;Electricity by fuel\Oil\Transformation -electricity production, oil;energy;Electricity by fuel\Oil\Transformation -electricity production, oil;energy;Electricity by fuel\Oil\Transformation -electricity production, oil;energy;Electricity by fuel\Oil\Transformation -electricity production, oil;energy;Electricity by fuel\Oil\Transformation -electricity production, oil;energy;Electricity by fuel\Oil\Transformation -electricity production, oil;energy;Electricity by fuel\Oil\Transformation -electricity production, oil BR-Mid-western;energy;Electricity by fuel\Oil\Transformation -electricity production, oil BR-North-eastern;energy;Electricity by fuel\Oil\Transformation -electricity production, oil BR-Northern;energy;Electricity by fuel\Oil\Transformation -electricity production, oil BR-South-eastern;energy;Electricity by fuel\Oil\Transformation -electricity production, oil BR-Southern;energy;Electricity by fuel\Oil\Transformation -electricity production, oil MRO, US;energy;Electricity by fuel\Oil\Transformation -electricity production, oil NPCC, US;energy;Electricity by fuel\Oil\Transformation -electricity production, oil WECC, US;energy;Electricity by fuel\Oil\Transformation -electricity production, oil, aluminium industry;energy;Others\Obsolete -electricity production, oil, aluminium industry;energy;Electricity country mix\High Voltage\Transformation\Production mix -electricity production, oil, aluminium industry IAI Area;energy;Others\Obsolete -electricity production, oil, aluminium industry IAI Area 2, without;energy;Others\Obsolete -electricity production, oil, aluminium industry IAI Area, EU27 &;energy;Electricity country mix\High Voltage\Transformation\Production mix -electricity production, oil, aluminium industry IAI Area, Gulf Cooperation;energy;Electricity country mix\High Voltage\Transformation\Production mix -electricity production, peat;energy;Electricity by fuel\Peat\Transformation -electricity production, peat;energy;Electricity by fuel\Peat\Transformation -electricity production, peat;energy;Electricity by fuel\Peat\Transformation -electricity production, peat;energy;Electricity by fuel\Peat\Transformation -electricity production, peat;energy;Electricity by fuel\Peat\Transformation -electricity production, peat;energy;Electricity by fuel\Peat\Transformation -electricity production, peat;energy;Electricity by fuel\Peat\Transformation -electricity production, photovoltaic, 3kWp facade installation, multi-Si,;energy;Others\Obsolete -electricity production, photovoltaic, 3kWp facade installation, multi-Si,;energy;Others\Obsolete -electricity production, photovoltaic, 3kWp facade installation, multi-Si,;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 3kWp facade installation, multi-Si,;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 3kWp facade installation, multi-Si,;energy;Others\Obsolete -electricity production, photovoltaic, 3kWp facade installation, multi-Si,;energy;Others\Obsolete -electricity production, photovoltaic, 3kWp facade installation, multi-Si,;energy;Others\Obsolete -electricity production, photovoltaic, 3kWp facade installation, multi-Si,;energy;Others\Obsolete -electricity production, photovoltaic, 3kWp facade installation, multi-Si,;energy;Others\Obsolete -electricity production, photovoltaic, 3kWp facade installation, multi-Si,;energy;Others\Obsolete -electricity production, photovoltaic, 3kWp facade installation, multi-Si,;energy;Others\Obsolete -electricity production, photovoltaic, 3kWp facade installation, multi-Si,;energy;Others\Obsolete -electricity production, photovoltaic, 3kWp facade installation, multi-Si,;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 3kWp facade installation, multi-Si,;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 3kWp facade installation, multi-Si,;energy;Others\Obsolete -electricity production, photovoltaic, 3kWp facade installation, multi-Si,;energy;Others\Obsolete -electricity production, photovoltaic, 3kWp facade installation, multi-Si,;energy;Others\Obsolete -electricity production, photovoltaic, 3kWp facade installation, multi-Si,;energy;Others\Obsolete -electricity production, photovoltaic, 3kWp facade installation, single-Si,;energy;Others\Obsolete -electricity production, photovoltaic, 3kWp facade installation, single-Si,;energy;Others\Obsolete -electricity production, photovoltaic, 3kWp facade installation, single-Si,;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 3kWp facade installation, single-Si,;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 3kWp facade installation, single-Si,;energy;Others\Obsolete -electricity production, photovoltaic, 3kWp facade installation, single-Si,;energy;Others\Obsolete -electricity production, photovoltaic, 3kWp facade installation, single-Si,;energy;Others\Obsolete -electricity production, photovoltaic, 3kWp facade installation, single-Si,;energy;Others\Obsolete -electricity production, photovoltaic, 3kWp facade installation, single-Si,;energy;Others\Obsolete -electricity production, photovoltaic, 3kWp facade installation, single-Si,;energy;Others\Obsolete -electricity production, photovoltaic, 3kWp facade installation, single-Si,;energy;Others\Obsolete -electricity production, photovoltaic, 3kWp facade installation, single-Si,;energy;Others\Obsolete -electricity production, photovoltaic, 3kWp facade installation, single-Si,;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 3kWp facade installation, single-Si,;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 3kWp facade installation, single-Si,;energy;Others\Obsolete -electricity production, photovoltaic, 3kWp facade installation, single-Si,;energy;Others\Obsolete -electricity production, photovoltaic, 3kWp facade installation, single-Si,;energy;Others\Obsolete -electricity production, photovoltaic, 3kWp facade installation, single-Si,;energy;Others\Obsolete -electricity production, photovoltaic, 3kWp flat-roof installation, multi-Si;energy;Others\Obsolete -electricity production, photovoltaic, 3kWp flat-roof installation, multi-Si;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 3kWp flat-roof installation, multi-Si;energy;Others\Obsolete -electricity production, photovoltaic, 3kWp flat-roof installation, multi-Si;energy;Others\Obsolete -electricity production, photovoltaic, 3kWp flat-roof installation, multi-Si;energy;Others\Obsolete -electricity production, photovoltaic, 3kWp flat-roof installation, multi-Si;energy;Others\Obsolete -electricity production, photovoltaic, 3kWp flat-roof installation, multi-Si;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 3kWp flat-roof installation, multi-Si;energy;Others\Obsolete -electricity production, photovoltaic, 3kWp flat-roof installation, multi-Si;energy;Others\Obsolete -electricity production, photovoltaic, 3kWp flat-roof installation, single-Si;energy;Others\Obsolete -electricity production, photovoltaic, 3kWp flat-roof installation, single-Si;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 3kWp flat-roof installation, single-Si;energy;Others\Obsolete -electricity production, photovoltaic, 3kWp flat-roof installation, single-Si;energy;Others\Obsolete -electricity production, photovoltaic, 3kWp flat-roof installation, single-Si;energy;Others\Obsolete -electricity production, photovoltaic, 3kWp flat-roof installation, single-Si;energy;Others\Obsolete -electricity production, photovoltaic, 3kWp flat-roof installation, single-Si;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 3kWp flat-roof installation, single-Si;energy;Others\Obsolete -electricity production, photovoltaic, 3kWp flat-roof installation, single-Si;energy;Others\Obsolete -electricity production, photovoltaic, 3kWp slanted-roof installation,;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 3kWp slanted-roof installation,;energy;Others\Obsolete -electricity production, photovoltaic, 3kWp slanted-roof installation,;energy;Others\Obsolete -electricity production, photovoltaic, 3kWp slanted-roof installation,;energy;Others\Obsolete -electricity production, photovoltaic, 3kWp slanted-roof installation,;energy;Others\Obsolete -electricity production, photovoltaic, 3kWp slanted-roof installation,;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 3kWp slanted-roof installation,;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 3kWp slanted-roof installation,;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 3kWp slanted-roof installation,;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 3kWp slanted-roof installation,;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 3kWp slanted-roof installation,;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 3kWp slanted-roof installation,;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 3kWp slanted-roof installation,;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 3kWp slanted-roof installation,;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 3kWp slanted-roof installation,;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 3kWp slanted-roof installation,;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 3kWp slanted-roof installation,;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 3kWp slanted-roof installation,;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 3kWp slanted-roof installation,;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 3kWp slanted-roof installation,;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 3kWp slanted-roof installation,;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 3kWp slanted-roof installation,;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 3kWp slanted-roof installation,;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 3kWp slanted-roof installation,;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 3kWp slanted-roof installation,;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 3kWp slanted-roof installation,;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 3kWp slanted-roof installation,;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 3kWp slanted-roof installation,;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 3kWp slanted-roof installation,;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 3kWp slanted-roof installation,;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 3kWp slanted-roof installation,;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 3kWp slanted-roof installation,;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 3kWp slanted-roof installation,;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 3kWp slanted-roof installation,;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 3kWp slanted-roof installation,;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 3kWp slanted-roof installation,;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 3kWp slanted-roof installation,;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 3kWp slanted-roof installation,;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 3kWp slanted-roof installation,;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 3kWp slanted-roof installation,;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 3kWp slanted-roof installation,;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 3kWp slanted-roof installation,;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 3kWp slanted-roof installation,;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 3kWp slanted-roof installation,;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 3kWp slanted-roof installation,;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 3kWp slanted-roof installation,;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 3kWp slanted-roof installation,;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 3kWp slanted-roof installation,;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 3kWp slanted-roof installation,;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 3kWp slanted-roof installation,;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 3kWp slanted-roof installation,;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 3kWp slanted-roof installation,;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 3kWp slanted-roof installation,;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 3kWp slanted-roof installation,;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 3kWp slanted-roof installation,;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 3kWp slanted-roof installation,;energy;Others\Obsolete -electricity production, photovoltaic, 3kWp slanted-roof installation,;energy;Others\Obsolete -electricity production, photovoltaic, 3kWp slanted-roof installation,;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 3kWp slanted-roof installation,;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 3kWp slanted-roof installation,;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 3kWp slanted-roof installation,;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 3kWp slanted-roof installation,;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 3kWp slanted-roof installation,;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 3kWp slanted-roof installation,;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 3kWp slanted-roof installation,;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 3kWp slanted-roof installation,;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 3kWp slanted-roof installation,;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 3kWp slanted-roof installation,;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 3kWp slanted-roof installation,;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 3kWp slanted-roof installation,;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 3kWp slanted-roof installation,;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 3kWp slanted-roof installation,;energy;Others\Obsolete -electricity production, photovoltaic, 3kWp slanted-roof installation,;energy;Others\Obsolete -electricity production, photovoltaic, 3kWp slanted-roof installation,;energy;Others\Obsolete -electricity production, photovoltaic, 3kWp slanted-roof installation,;energy;Others\Obsolete -electricity production, photovoltaic, 3kWp slanted-roof installation,;energy;Others\Obsolete -electricity production, photovoltaic, 3kWp slanted-roof installation,;energy;Others\Obsolete -electricity production, photovoltaic, 3kWp slanted-roof installation,;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 3kWp slanted-roof installation,;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 3kWp slanted-roof installation,;energy;Others\Obsolete -electricity production, photovoltaic, 3kWp slanted-roof installation,;energy;Others\Obsolete -electricity production, photovoltaic, 3kWp slanted-roof installation,;energy;Others\Obsolete -electricity production, photovoltaic, 3kWp slanted-roof installation,;energy;Others\Obsolete -electricity production, photovoltaic, 3kWp slanted-roof installation,;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 3kWp slanted-roof installation,;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 3kWp slanted-roof installation,;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 3kWp slanted-roof installation,;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 3kWp slanted-roof installation,;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 3kWp slanted-roof installation,;energy;Others\Obsolete -electricity production, photovoltaic, 3kWp slanted-roof installation,;energy;Others\Obsolete -electricity production, photovoltaic, 3kWp slanted-roof installation,;energy;Others\Obsolete -electricity production, photovoltaic, 3kWp slanted-roof installation,;energy;Others\Obsolete -electricity production, photovoltaic, 3kWp slanted-roof installation,;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 3kWp slanted-roof installation,;energy;Others\Obsolete -electricity production, photovoltaic, 3kWp slanted-roof installation,;energy;Others\Obsolete -electricity production, photovoltaic, 3kWp slanted-roof installation,;energy;Others\Obsolete -electricity production, photovoltaic, 3kWp slanted-roof installation,;energy;Others\Obsolete -electricity production, photovoltaic, 3kWp slanted-roof installation,;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 3kWp slanted-roof installation,;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 3kWp slanted-roof installation,;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 3kWp slanted-roof installation,;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 3kWp slanted-roof installation,;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 3kWp slanted-roof installation,;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 3kWp slanted-roof installation,;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 3kWp slanted-roof installation,;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 3kWp slanted-roof installation,;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 3kWp slanted-roof installation,;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 3kWp slanted-roof installation,;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 3kWp slanted-roof installation,;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 3kWp slanted-roof installation,;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 3kWp slanted-roof installation,;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 3kWp slanted-roof installation,;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 3kWp slanted-roof installation,;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 3kWp slanted-roof installation,;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 3kWp slanted-roof installation,;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 3kWp slanted-roof installation,;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 3kWp slanted-roof installation,;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 3kWp slanted-roof installation,;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 3kWp slanted-roof installation,;energy;Others\Obsolete -electricity production, photovoltaic, 3kWp slanted-roof installation,;energy;Others\Obsolete -electricity production, photovoltaic, 3kWp slanted-roof installation,;energy;Others\Obsolete -electricity production, photovoltaic, 3kWp slanted-roof installation,;energy;Others\Obsolete -electricity production, photovoltaic, 3kWp slanted-roof installation,;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 3kWp slanted-roof installation,;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 3kWp slanted-roof installation,;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 3kWp slanted-roof installation,;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 3kWp slanted-roof installation,;energy;Others\Obsolete -electricity production, photovoltaic, 3kWp slanted-roof installation,;energy;Others\Obsolete -electricity production, photovoltaic, 3kWp slanted-roof installation,;energy;Others\Obsolete -electricity production, photovoltaic, 3kWp slanted-roof installation,;energy;Others\Obsolete -electricity production, photovoltaic, 3kWp slanted-roof installation,;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 3kWp slanted-roof installation,;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 3kWp slanted-roof installation, a-Si,;energy;Others\Obsolete -electricity production, photovoltaic, 3kWp slanted-roof installation, a-Si,;energy;Others\Obsolete -electricity production, photovoltaic, 3kWp slanted-roof installation, a-Si,;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 3kWp slanted-roof installation, a-Si,;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 3kWp slanted-roof installation, a-Si,;energy;Others\Obsolete -electricity production, photovoltaic, 3kWp slanted-roof installation, a-Si,;energy;Others\Obsolete -electricity production, photovoltaic, 3kWp slanted-roof installation, a-Si,;energy;Others\Obsolete -electricity production, photovoltaic, 3kWp slanted-roof installation, a-Si,;energy;Others\Obsolete -electricity production, photovoltaic, 3kWp slanted-roof installation, a-Si,;energy;Others\Obsolete -electricity production, photovoltaic, 3kWp slanted-roof installation, a-Si,;energy;Others\Obsolete -electricity production, photovoltaic, 3kWp slanted-roof installation, a-Si,;energy;Others\Obsolete -electricity production, photovoltaic, 3kWp slanted-roof installation, a-Si,;energy;Others\Obsolete -electricity production, photovoltaic, 3kWp slanted-roof installation, a-Si,;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 3kWp slanted-roof installation, a-Si,;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 3kWp slanted-roof installation, a-Si,;energy;Others\Obsolete -electricity production, photovoltaic, 3kWp slanted-roof installation, a-Si,;energy;Others\Obsolete -electricity production, photovoltaic, 3kWp slanted-roof installation, a-Si,;energy;Others\Obsolete -electricity production, photovoltaic, 3kWp slanted-roof installation, a-Si,;energy;Others\Obsolete -electricity production, photovoltaic, 3kWp slanted-roof installation, CdTe,;energy;Others\Obsolete -electricity production, photovoltaic, 3kWp slanted-roof installation, CdTe,;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 3kWp slanted-roof installation, CdTe,;energy;Others\Obsolete -electricity production, photovoltaic, 3kWp slanted-roof installation, CdTe,;energy;Others\Obsolete -electricity production, photovoltaic, 3kWp slanted-roof installation, CdTe,;energy;Others\Obsolete -electricity production, photovoltaic, 3kWp slanted-roof installation, CdTe,;energy;Others\Obsolete -electricity production, photovoltaic, 3kWp slanted-roof installation, CdTe,;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 3kWp slanted-roof installation, CdTe,;energy;Others\Obsolete -electricity production, photovoltaic, 3kWp slanted-roof installation, CdTe,;energy;Others\Obsolete -electricity production, photovoltaic, 3kWp slanted-roof installation, CIS,;energy;Others\Obsolete -electricity production, photovoltaic, 3kWp slanted-roof installation, CIS,;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 3kWp slanted-roof installation, CIS,;energy;Others\Obsolete -electricity production, photovoltaic, 3kWp slanted-roof installation, CIS,;energy;Others\Obsolete -electricity production, photovoltaic, 3kWp slanted-roof installation, CIS,;energy;Others\Obsolete -electricity production, photovoltaic, 3kWp slanted-roof installation, CIS,;energy;Others\Obsolete -electricity production, photovoltaic, 3kWp slanted-roof installation, CIS,;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 3kWp slanted-roof installation, CIS,;energy;Others\Obsolete -electricity production, photovoltaic, 3kWp slanted-roof installation, CIS,;energy;Others\Obsolete -electricity production, photovoltaic, 3kWp slanted-roof installation, multi-Si,;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 3kWp slanted-roof installation, multi-Si,;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 3kWp slanted-roof installation, multi-Si,;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 3kWp slanted-roof installation, multi-Si,;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 3kWp slanted-roof installation, multi-Si,;energy;Others\Obsolete -electricity production, photovoltaic, 3kWp slanted-roof installation, multi-Si,;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 3kWp slanted-roof installation, multi-Si,;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 3kWp slanted-roof installation, multi-Si,;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 3kWp slanted-roof installation, multi-Si,;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 3kWp slanted-roof installation, multi-Si,;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 3kWp slanted-roof installation, multi-Si,;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 3kWp slanted-roof installation, multi-Si,;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 3kWp slanted-roof installation, multi-Si,;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 3kWp slanted-roof installation, multi-Si,;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 3kWp slanted-roof installation, multi-Si,;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 3kWp slanted-roof installation, multi-Si,;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 3kWp slanted-roof installation, multi-Si,;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 3kWp slanted-roof installation, multi-Si,;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 3kWp slanted-roof installation, multi-Si,;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 3kWp slanted-roof installation, multi-Si,;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 3kWp slanted-roof installation, multi-Si,;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 3kWp slanted-roof installation, multi-Si,;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 3kWp slanted-roof installation, multi-Si,;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 3kWp slanted-roof installation, multi-Si,;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 3kWp slanted-roof installation, multi-Si,;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 3kWp slanted-roof installation, multi-Si,;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 3kWp slanted-roof installation, multi-Si,;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 3kWp slanted-roof installation, multi-Si,;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 3kWp slanted-roof installation, multi-Si,;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 3kWp slanted-roof installation, multi-Si,;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 3kWp slanted-roof installation, multi-Si,;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 3kWp slanted-roof installation, multi-Si,;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 3kWp slanted-roof installation, multi-Si,;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 3kWp slanted-roof installation, multi-Si,;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 3kWp slanted-roof installation, multi-Si,;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 3kWp slanted-roof installation, multi-Si,;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 3kWp slanted-roof installation, multi-Si,;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 3kWp slanted-roof installation, multi-Si,;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 3kWp slanted-roof installation, multi-Si,;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 3kWp slanted-roof installation, multi-Si,;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 3kWp slanted-roof installation, multi-Si,;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 3kWp slanted-roof installation, multi-Si,;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 3kWp slanted-roof installation, multi-Si,;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 3kWp slanted-roof installation, multi-Si,;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 3kWp slanted-roof installation, multi-Si,;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 3kWp slanted-roof installation, multi-Si,;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 3kWp slanted-roof installation, multi-Si,;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 3kWp slanted-roof installation, multi-Si,;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 3kWp slanted-roof installation, multi-Si,;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 3kWp slanted-roof installation, multi-Si,;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 3kWp slanted-roof installation, multi-Si,;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 3kWp slanted-roof installation, multi-Si,;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 3kWp slanted-roof installation, multi-Si,;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 3kWp slanted-roof installation, multi-Si,;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 3kWp slanted-roof installation, multi-Si,;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 3kWp slanted-roof installation, multi-Si,;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 3kWp slanted-roof installation, multi-Si,;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 3kWp slanted-roof installation, multi-Si,;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 3kWp slanted-roof installation, multi-Si,;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 3kWp slanted-roof installation, multi-Si,;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 3kWp slanted-roof installation, multi-Si,;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 3kWp slanted-roof installation, multi-Si,;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 3kWp slanted-roof installation, multi-Si,;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 3kWp slanted-roof installation, multi-Si,;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 3kWp slanted-roof installation, multi-Si,;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 3kWp slanted-roof installation, multi-Si,;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 3kWp slanted-roof installation, multi-Si,;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 3kWp slanted-roof installation, multi-Si,;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 3kWp slanted-roof installation, multi-Si,;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 3kWp slanted-roof installation, multi-Si,;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 3kWp slanted-roof installation, multi-Si,;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 3kWp slanted-roof installation, multi-Si,;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 3kWp slanted-roof installation, multi-Si,;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 3kWp slanted-roof installation, multi-Si,;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 3kWp slanted-roof installation, multi-Si,;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 3kWp slanted-roof installation, multi-Si,;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 3kWp slanted-roof installation, multi-Si,;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 3kWp slanted-roof installation, multi-Si,;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 3kWp slanted-roof installation, multi-Si,;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 3kWp slanted-roof installation, multi-Si,;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 3kWp slanted-roof installation, multi-Si,;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 3kWp slanted-roof installation, multi-Si,;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 3kWp slanted-roof installation, multi-Si,;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 3kWp slanted-roof installation, multi-Si,;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 3kWp slanted-roof installation, multi-Si,;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 3kWp slanted-roof installation, multi-Si,;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 3kWp slanted-roof installation, multi-Si,;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 3kWp slanted-roof installation, multi-Si,;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 3kWp slanted-roof installation, multi-Si,;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 3kWp slanted-roof installation, multi-Si,;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 3kWp slanted-roof installation, multi-Si,;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 3kWp slanted-roof installation, multi-Si,;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 3kWp slanted-roof installation, multi-Si,;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 3kWp slanted-roof installation, multi-Si,;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 3kWp slanted-roof installation, multi-Si,;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 3kWp slanted-roof installation, multi-Si,;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 3kWp slanted-roof installation, multi-Si,;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 3kWp slanted-roof installation, multi-Si,;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 3kWp slanted-roof installation, multi-Si,;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 3kWp slanted-roof installation, multi-Si,;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 3kWp slanted-roof installation, multi-Si,;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 3kWp slanted-roof installation, multi-Si,;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 3kWp slanted-roof installation, multi-Si,;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 3kWp slanted-roof installation, multi-Si,;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 3kWp slanted-roof installation, multi-Si,;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 3kWp slanted-roof installation, multi-Si,;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 3kWp slanted-roof installation, multi-Si,;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 3kWp slanted-roof installation, multi-Si,;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 3kWp slanted-roof installation, multi-Si,;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 3kWp slanted-roof installation, multi-Si,;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 3kWp slanted-roof installation, multi-Si,;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 3kWp slanted-roof installation, multi-Si,;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 3kWp slanted-roof installation, multi-Si,;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 3kWp slanted-roof installation, multi-Si,;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 3kWp slanted-roof installation, multi-Si,;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 3kWp slanted-roof installation, multi-Si,;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 3kWp slanted-roof installation, multi-Si,;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 3kWp slanted-roof installation, multi-Si,;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 570kWp open ground installation, multi-Si;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 570kWp open ground installation, multi-Si;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 570kWp open ground installation, multi-Si;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 570kWp open ground installation, multi-Si;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 570kWp open ground installation, multi-Si;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 570kWp open ground installation, multi-Si;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 570kWp open ground installation, multi-Si;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 570kWp open ground installation, multi-Si;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 570kWp open ground installation, multi-Si;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 570kWp open ground installation, multi-Si;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 570kWp open ground installation, multi-Si;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 570kWp open ground installation, multi-Si;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 570kWp open ground installation, multi-Si;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 570kWp open ground installation, multi-Si;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 570kWp open ground installation, multi-Si;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 570kWp open ground installation, multi-Si;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 570kWp open ground installation, multi-Si;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 570kWp open ground installation, multi-Si;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 570kWp open ground installation, multi-Si;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 570kWp open ground installation, multi-Si;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 570kWp open ground installation, multi-Si;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 570kWp open ground installation, multi-Si;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 570kWp open ground installation, multi-Si;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 570kWp open ground installation, multi-Si;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 570kWp open ground installation, multi-Si;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 570kWp open ground installation, multi-Si;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 570kWp open ground installation, multi-Si;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 570kWp open ground installation, multi-Si;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 570kWp open ground installation, multi-Si;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 570kWp open ground installation, multi-Si;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 570kWp open ground installation, multi-Si;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 570kWp open ground installation, multi-Si;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 570kWp open ground installation, multi-Si;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 570kWp open ground installation, multi-Si;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 570kWp open ground installation, multi-Si;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 570kWp open ground installation, multi-Si;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 570kWp open ground installation, multi-Si;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 570kWp open ground installation, multi-Si;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 570kWp open ground installation, multi-Si;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 570kWp open ground installation, multi-Si;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 570kWp open ground installation, multi-Si;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 570kWp open ground installation, multi-Si;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 570kWp open ground installation, multi-Si;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 570kWp open ground installation, multi-Si;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 570kWp open ground installation, multi-Si;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 570kWp open ground installation, multi-Si;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 570kWp open ground installation, multi-Si;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 570kWp open ground installation, multi-Si;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 570kWp open ground installation, multi-Si;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 570kWp open ground installation, multi-Si;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 570kWp open ground installation, multi-Si;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 570kWp open ground installation, multi-Si;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 570kWp open ground installation, multi-Si;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 570kWp open ground installation, multi-Si;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 570kWp open ground installation, multi-Si;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 570kWp open ground installation, multi-Si;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, photovoltaic, 570kWp open ground installation, multi-Si;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, solar thermal parabolic trough, 50 MW;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, solar thermal parabolic trough, 50 MW;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, solar thermal parabolic trough, 50 MW;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, solar thermal parabolic trough, 50 MW;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, solar thermal parabolic trough, 50 MW WECC, US;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, solar tower power plant, 20 MW;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, solar tower power plant, 20 MW;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, solar tower power plant, 20 MW;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, solar tower power plant, 20 MW;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, solar tower power plant, 20 MW WECC, US;energy;Electricity by fuel\Photovoltaic\Transformation -electricity production, wind, <1MW turbine, onshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, <1MW turbine, onshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, <1MW turbine, onshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, <1MW turbine, onshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, <1MW turbine, onshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, <1MW turbine, onshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, <1MW turbine, onshore;energy;Others\Obsolete -electricity production, wind, <1MW turbine, onshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, <1MW turbine, onshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, <1MW turbine, onshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, <1MW turbine, onshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, <1MW turbine, onshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, <1MW turbine, onshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, <1MW turbine, onshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, <1MW turbine, onshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, <1MW turbine, onshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, <1MW turbine, onshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, <1MW turbine, onshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, <1MW turbine, onshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, <1MW turbine, onshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, <1MW turbine, onshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, <1MW turbine, onshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, <1MW turbine, onshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, <1MW turbine, onshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, <1MW turbine, onshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, <1MW turbine, onshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, <1MW turbine, onshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, <1MW turbine, onshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, <1MW turbine, onshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, <1MW turbine, onshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, <1MW turbine, onshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, <1MW turbine, onshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, <1MW turbine, onshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, <1MW turbine, onshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, <1MW turbine, onshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, <1MW turbine, onshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, <1MW turbine, onshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, <1MW turbine, onshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, <1MW turbine, onshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, <1MW turbine, onshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, <1MW turbine, onshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, <1MW turbine, onshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, <1MW turbine, onshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, <1MW turbine, onshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, <1MW turbine, onshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, <1MW turbine, onshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, <1MW turbine, onshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, <1MW turbine, onshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, <1MW turbine, onshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, <1MW turbine, onshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, <1MW turbine, onshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, <1MW turbine, onshore;energy;Others\Obsolete -electricity production, wind, <1MW turbine, onshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, <1MW turbine, onshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, <1MW turbine, onshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, <1MW turbine, onshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, <1MW turbine, onshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, <1MW turbine, onshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, <1MW turbine, onshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, <1MW turbine, onshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, <1MW turbine, onshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, <1MW turbine, onshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, <1MW turbine, onshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, <1MW turbine, onshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, <1MW turbine, onshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, <1MW turbine, onshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, <1MW turbine, onshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, <1MW turbine, onshore;energy;Others\Obsolete -electricity production, wind, <1MW turbine, onshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, <1MW turbine, onshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, <1MW turbine, onshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, <1MW turbine, onshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, <1MW turbine, onshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, <1MW turbine, onshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, <1MW turbine, onshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, <1MW turbine, onshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, <1MW turbine, onshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, <1MW turbine, onshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, <1MW turbine, onshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, <1MW turbine, onshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, <1MW turbine, onshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, <1MW turbine, onshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, <1MW turbine, onshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, <1MW turbine, onshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, <1MW turbine, onshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, <1MW turbine, onshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, <1MW turbine, onshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, <1MW turbine, onshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, <1MW turbine, onshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, <1MW turbine, onshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, <1MW turbine, onshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, <1MW turbine, onshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, <1MW turbine, onshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, <1MW turbine, onshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, <1MW turbine, onshore MRO, US;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, <1MW turbine, onshore NPCC, US;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, <1MW turbine, onshore WECC, US;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, <1MW turbine, onshore, label-certified;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, >3MW turbine, onshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, >3MW turbine, onshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, >3MW turbine, onshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, >3MW turbine, onshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, >3MW turbine, onshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, >3MW turbine, onshore;energy;Others\Obsolete -electricity production, wind, >3MW turbine, onshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, >3MW turbine, onshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, >3MW turbine, onshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, >3MW turbine, onshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, >3MW turbine, onshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, >3MW turbine, onshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, >3MW turbine, onshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, >3MW turbine, onshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, >3MW turbine, onshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, >3MW turbine, onshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, >3MW turbine, onshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, >3MW turbine, onshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, >3MW turbine, onshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, >3MW turbine, onshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, >3MW turbine, onshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, >3MW turbine, onshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, >3MW turbine, onshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, >3MW turbine, onshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, >3MW turbine, onshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, >3MW turbine, onshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, >3MW turbine, onshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, >3MW turbine, onshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, >3MW turbine, onshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, >3MW turbine, onshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, >3MW turbine, onshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, >3MW turbine, onshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, >3MW turbine, onshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, >3MW turbine, onshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, >3MW turbine, onshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, >3MW turbine, onshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, >3MW turbine, onshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, >3MW turbine, onshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, >3MW turbine, onshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, >3MW turbine, onshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, >3MW turbine, onshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, >3MW turbine, onshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, >3MW turbine, onshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, >3MW turbine, onshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, >3MW turbine, onshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, >3MW turbine, onshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, >3MW turbine, onshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, >3MW turbine, onshore;energy;Others\Obsolete -electricity production, wind, >3MW turbine, onshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, >3MW turbine, onshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, >3MW turbine, onshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, >3MW turbine, onshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, >3MW turbine, onshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, >3MW turbine, onshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, >3MW turbine, onshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, >3MW turbine, onshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, >3MW turbine, onshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, >3MW turbine, onshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, >3MW turbine, onshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, >3MW turbine, onshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, >3MW turbine, onshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, >3MW turbine, onshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, >3MW turbine, onshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, >3MW turbine, onshore;energy;Others\Obsolete -electricity production, wind, >3MW turbine, onshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, >3MW turbine, onshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, >3MW turbine, onshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, >3MW turbine, onshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, >3MW turbine, onshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, >3MW turbine, onshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, >3MW turbine, onshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, >3MW turbine, onshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, >3MW turbine, onshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, >3MW turbine, onshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, >3MW turbine, onshore;energy;Others\Obsolete -electricity production, wind, >3MW turbine, onshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, >3MW turbine, onshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, >3MW turbine, onshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, >3MW turbine, onshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, >3MW turbine, onshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, >3MW turbine, onshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, >3MW turbine, onshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, >3MW turbine, onshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, >3MW turbine, onshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, >3MW turbine, onshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, >3MW turbine, onshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, >3MW turbine, onshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, >3MW turbine, onshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, >3MW turbine, onshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, >3MW turbine, onshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, >3MW turbine, onshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, >3MW turbine, onshore MRO, US;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, >3MW turbine, onshore NPCC, US;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, >3MW turbine, onshore WECC, US;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, >3MW turbine, onshore, label-certified;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, 1-3MW turbine, offshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, 1-3MW turbine, offshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, 1-3MW turbine, offshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, 1-3MW turbine, offshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, 1-3MW turbine, offshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, 1-3MW turbine, offshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, 1-3MW turbine, offshore;energy;Others\Obsolete -electricity production, wind, 1-3MW turbine, offshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, 1-3MW turbine, offshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, 1-3MW turbine, offshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, 1-3MW turbine, offshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, 1-3MW turbine, offshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, 1-3MW turbine, offshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, 1-3MW turbine, offshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, 1-3MW turbine, offshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, 1-3MW turbine, offshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, 1-3MW turbine, offshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, 1-3MW turbine, offshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, 1-3MW turbine, offshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, 1-3MW turbine, offshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, 1-3MW turbine, offshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, 1-3MW turbine, offshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, 1-3MW turbine, offshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, 1-3MW turbine, onshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, 1-3MW turbine, onshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, 1-3MW turbine, onshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, 1-3MW turbine, onshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, 1-3MW turbine, onshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, 1-3MW turbine, onshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, 1-3MW turbine, onshore;energy;Others\Obsolete -electricity production, wind, 1-3MW turbine, onshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, 1-3MW turbine, onshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, 1-3MW turbine, onshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, 1-3MW turbine, onshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, 1-3MW turbine, onshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, 1-3MW turbine, onshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, 1-3MW turbine, onshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, 1-3MW turbine, onshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, 1-3MW turbine, onshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, 1-3MW turbine, onshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, 1-3MW turbine, onshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, 1-3MW turbine, onshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, 1-3MW turbine, onshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, 1-3MW turbine, onshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, 1-3MW turbine, onshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, 1-3MW turbine, onshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, 1-3MW turbine, onshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, 1-3MW turbine, onshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, 1-3MW turbine, onshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, 1-3MW turbine, onshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, 1-3MW turbine, onshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, 1-3MW turbine, onshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, 1-3MW turbine, onshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, 1-3MW turbine, onshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, 1-3MW turbine, onshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, 1-3MW turbine, onshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, 1-3MW turbine, onshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, 1-3MW turbine, onshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, 1-3MW turbine, onshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, 1-3MW turbine, onshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, 1-3MW turbine, onshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, 1-3MW turbine, onshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, 1-3MW turbine, onshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, 1-3MW turbine, onshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, 1-3MW turbine, onshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, 1-3MW turbine, onshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, 1-3MW turbine, onshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, 1-3MW turbine, onshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, 1-3MW turbine, onshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, 1-3MW turbine, onshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, 1-3MW turbine, onshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, 1-3MW turbine, onshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, 1-3MW turbine, onshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, 1-3MW turbine, onshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, 1-3MW turbine, onshore;energy;Others\Obsolete -electricity production, wind, 1-3MW turbine, onshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, 1-3MW turbine, onshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, 1-3MW turbine, onshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, 1-3MW turbine, onshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, 1-3MW turbine, onshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, 1-3MW turbine, onshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, 1-3MW turbine, onshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, 1-3MW turbine, onshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, 1-3MW turbine, onshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, 1-3MW turbine, onshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, 1-3MW turbine, onshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, 1-3MW turbine, onshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, 1-3MW turbine, onshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, 1-3MW turbine, onshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, 1-3MW turbine, onshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, 1-3MW turbine, onshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, 1-3MW turbine, onshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, 1-3MW turbine, onshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, 1-3MW turbine, onshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, 1-3MW turbine, onshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, 1-3MW turbine, onshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, 1-3MW turbine, onshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, 1-3MW turbine, onshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, 1-3MW turbine, onshore;energy;Others\Obsolete -electricity production, wind, 1-3MW turbine, onshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, 1-3MW turbine, onshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, 1-3MW turbine, onshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, 1-3MW turbine, onshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, 1-3MW turbine, onshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, 1-3MW turbine, onshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, 1-3MW turbine, onshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, 1-3MW turbine, onshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, 1-3MW turbine, onshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, 1-3MW turbine, onshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, 1-3MW turbine, onshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, 1-3MW turbine, onshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, 1-3MW turbine, onshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, 1-3MW turbine, onshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, 1-3MW turbine, onshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, 1-3MW turbine, onshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, 1-3MW turbine, onshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, 1-3MW turbine, onshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, 1-3MW turbine, onshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, 1-3MW turbine, onshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, 1-3MW turbine, onshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, 1-3MW turbine, onshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, 1-3MW turbine, onshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, 1-3MW turbine, onshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, 1-3MW turbine, onshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, 1-3MW turbine, onshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, 1-3MW turbine, onshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, 1-3MW turbine, onshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, 1-3MW turbine, onshore BR-North-eastern;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, 1-3MW turbine, onshore BR-Southern;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, 1-3MW turbine, onshore MRO, US;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, 1-3MW turbine, onshore NPCC, US;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, 1-3MW turbine, onshore WECC, US;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, 1-3MW turbine, onshore, label-certified;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, 2.3MW turbine, precast concrete tower, onshore;energy;Electricity by fuel\Wind\Transformation -electricity production, wind, 2.3MW turbine, precast concrete tower, onshore;energy;Others\Obsolete -electricity production, wood, future;energy;Electricity country mix\High Voltage\Transformation\Production mix -Electricity supply for electric vehicles, 2020 {RER}| Cut-off,;transport;carculator\energy mix and fuel blends -electricity voltage transformation from high to medium voltage;energy;Electricity country mix\Medium Voltage\Transformation -electricity voltage transformation from high to medium voltage;energy;Electricity country mix\Medium Voltage\Transformation -electricity voltage transformation from high to medium voltage;energy;Electricity country mix\Medium Voltage\Transformation -electricity voltage transformation from high to medium voltage;energy;Electricity country mix\Medium Voltage\Transformation -electricity voltage transformation from high to medium voltage;energy;Electricity country mix\Medium Voltage\Transformation -electricity voltage transformation from high to medium voltage;energy;Electricity country mix\Medium Voltage\Transformation -electricity voltage transformation from high to medium voltage;energy;Electricity country mix\Medium Voltage\Transformation -electricity voltage transformation from high to medium voltage;energy;Electricity country mix\Medium Voltage\Transformation -electricity voltage transformation from high to medium voltage;energy;Electricity country mix\Medium Voltage\Transformation -electricity voltage transformation from high to medium voltage;energy;Electricity country mix\Medium Voltage\Transformation -electricity voltage transformation from high to medium voltage;energy;Electricity country mix\Medium Voltage\Transformation -electricity voltage transformation from high to medium voltage;energy;Electricity country mix\Medium Voltage\Transformation -electricity voltage transformation from high to medium voltage;energy;Electricity country mix\Medium Voltage\Transformation -electricity voltage transformation from high to medium voltage;energy;Electricity country mix\Medium Voltage\Transformation -electricity voltage transformation from high to medium voltage;energy;Electricity country mix\Medium Voltage\Transformation -electricity voltage transformation from high to medium voltage;energy;Electricity country mix\Medium Voltage\Transformation -electricity voltage transformation from high to medium voltage;energy;Electricity country mix\Medium Voltage\Transformation -electricity voltage transformation from high to medium voltage;energy;Others\Obsolete -electricity voltage transformation from high to medium voltage;energy;Electricity country mix\Medium Voltage\Transformation -electricity voltage transformation from high to medium voltage;energy;Electricity country mix\Medium Voltage\Transformation -electricity voltage transformation from high to medium voltage;energy;Electricity country mix\Medium Voltage\Transformation -electricity voltage transformation from high to medium voltage;energy;Electricity country mix\Medium Voltage\Transformation -electricity voltage transformation from high to medium voltage;energy;Electricity country mix\Medium Voltage\Transformation -electricity voltage transformation from high to medium voltage;energy;Electricity country mix\Medium Voltage\Transformation -electricity voltage transformation from high to medium voltage;energy;Electricity country mix\Medium Voltage\Transformation -electricity voltage transformation from high to medium voltage;energy;Electricity country mix\Medium Voltage\Transformation -electricity voltage transformation from high to medium voltage;energy;Electricity country mix\Medium Voltage\Transformation -electricity voltage transformation from high to medium voltage;energy;Electricity country mix\Medium Voltage\Transformation -electricity voltage transformation from high to medium voltage;energy;Electricity country mix\Medium Voltage\Transformation -electricity voltage transformation from high to medium voltage;energy;Electricity country mix\Medium Voltage\Transformation -electricity voltage transformation from high to medium voltage;energy;Electricity country mix\Medium Voltage\Transformation -electricity voltage transformation from high to medium voltage;energy;Electricity country mix\Medium Voltage\Transformation -electricity voltage transformation from high to medium voltage;energy;Electricity country mix\Medium Voltage\Transformation -electricity voltage transformation from high to medium voltage;energy;Electricity country mix\Medium Voltage\Transformation -electricity voltage transformation from high to medium voltage;energy;Electricity country mix\Medium Voltage\Transformation -electricity voltage transformation from high to medium voltage;energy;Electricity country mix\Medium Voltage\Transformation -electricity voltage transformation from high to medium voltage;energy;Electricity country mix\Medium Voltage\Transformation -electricity voltage transformation from high to medium voltage;energy;Electricity country mix\Medium Voltage\Transformation -electricity voltage transformation from high to medium voltage;energy;Electricity country mix\Medium Voltage\Transformation -electricity voltage transformation from high to medium voltage;energy;Others\Obsolete -electricity voltage transformation from high to medium voltage;energy;Electricity country mix\Medium Voltage\Transformation -electricity voltage transformation from high to medium voltage;energy;Electricity country mix\Medium Voltage\Transformation -electricity voltage transformation from high to medium voltage;energy;Electricity country mix\Medium Voltage\Transformation -electricity voltage transformation from high to medium voltage;energy;Electricity country mix\Medium Voltage\Transformation -electricity voltage transformation from high to medium voltage;energy;Electricity country mix\Medium Voltage\Transformation -electricity voltage transformation from high to medium voltage;energy;Electricity country mix\Medium Voltage\Transformation -electricity voltage transformation from high to medium voltage;energy;Electricity country mix\Medium Voltage\Transformation -electricity voltage transformation from high to medium voltage;energy;Electricity country mix\Medium Voltage\Transformation -electricity voltage transformation from high to medium voltage;energy;Electricity country mix\Medium Voltage\Transformation -electricity voltage transformation from high to medium voltage;energy;Electricity country mix\Medium Voltage\Transformation -electricity voltage transformation from high to medium voltage;energy;Electricity country mix\Medium Voltage\Transformation -electricity voltage transformation from high to medium voltage;energy;Electricity country mix\Medium Voltage\Transformation -electricity voltage transformation from high to medium voltage;energy;Electricity country mix\Medium Voltage\Transformation -electricity voltage transformation from high to medium voltage;energy;Electricity country mix\Medium Voltage\Transformation -electricity voltage transformation from high to medium voltage;energy;Electricity country mix\Medium Voltage\Transformation -electricity voltage transformation from high to medium voltage;energy;Electricity country mix\Medium Voltage\Transformation -electricity voltage transformation from high to medium voltage;energy;Electricity country mix\Medium Voltage\Transformation -electricity voltage transformation from high to medium voltage;energy;Electricity country mix\Medium Voltage\Transformation -electricity voltage transformation from high to medium voltage;energy;Electricity country mix\Medium Voltage\Transformation -electricity voltage transformation from high to medium voltage;energy;Electricity country mix\Medium Voltage\Transformation -electricity voltage transformation from high to medium voltage;energy;Electricity country mix\Medium Voltage\Transformation -electricity voltage transformation from high to medium voltage;energy;Electricity country mix\Medium Voltage\Transformation -electricity voltage transformation from high to medium voltage;energy;Electricity country mix\Medium Voltage\Transformation -electricity voltage transformation from high to medium voltage;energy;Electricity country mix\Medium Voltage\Transformation -electricity voltage transformation from high to medium voltage;energy;Electricity country mix\Medium Voltage\Transformation -electricity voltage transformation from high to medium voltage;energy;Electricity country mix\Medium Voltage\Transformation -electricity voltage transformation from high to medium voltage;energy;Electricity country mix\Medium Voltage\Transformation -electricity voltage transformation from high to medium voltage;energy;Electricity country mix\Medium Voltage\Transformation -electricity voltage transformation from high to medium voltage;energy;Electricity country mix\Medium Voltage\Transformation -electricity voltage transformation from high to medium voltage;energy;Electricity country mix\Medium Voltage\Transformation -electricity voltage transformation from high to medium voltage;energy;Electricity country mix\Medium Voltage\Transformation -electricity voltage transformation from high to medium voltage;energy;Electricity country mix\Medium Voltage\Transformation -electricity voltage transformation from high to medium voltage;energy;Electricity country mix\Medium Voltage\Transformation -electricity voltage transformation from high to medium voltage;energy;Electricity country mix\Medium Voltage\Transformation -electricity voltage transformation from high to medium voltage;energy;Electricity country mix\Medium Voltage\Transformation -electricity voltage transformation from high to medium voltage;energy;Electricity country mix\Medium Voltage\Transformation -electricity voltage transformation from high to medium voltage;energy;Others\Obsolete -electricity voltage transformation from high to medium voltage;energy;Electricity country mix\Medium Voltage\Transformation -electricity voltage transformation from high to medium voltage;energy;Electricity country mix\Medium Voltage\Transformation -electricity voltage transformation from high to medium voltage;energy;Electricity country mix\Medium Voltage\Transformation -electricity voltage transformation from high to medium voltage;energy;Electricity country mix\Medium Voltage\Transformation -electricity voltage transformation from high to medium voltage;energy;Electricity country mix\Medium Voltage\Transformation -electricity voltage transformation from high to medium voltage;energy;Electricity country mix\Medium Voltage\Transformation -electricity voltage transformation from high to medium voltage;energy;Electricity country mix\Medium Voltage\Transformation -electricity voltage transformation from high to medium voltage;energy;Electricity country mix\Medium Voltage\Transformation -electricity voltage transformation from high to medium voltage;energy;Electricity country mix\Medium Voltage\Transformation -electricity voltage transformation from high to medium voltage;energy;Electricity country mix\Medium Voltage\Transformation -electricity voltage transformation from high to medium voltage;energy;Electricity country mix\Medium Voltage\Transformation -electricity voltage transformation from high to medium voltage;energy;Electricity country mix\Medium Voltage\Transformation -electricity voltage transformation from high to medium voltage;energy;Electricity country mix\Medium Voltage\Transformation -electricity voltage transformation from high to medium voltage;energy;Electricity country mix\Medium Voltage\Transformation -electricity voltage transformation from high to medium voltage;energy;Electricity country mix\Medium Voltage\Transformation -electricity voltage transformation from high to medium voltage;energy;Electricity country mix\Medium Voltage\Transformation -electricity voltage transformation from high to medium voltage;energy;Electricity country mix\Medium Voltage\Transformation -electricity voltage transformation from high to medium voltage;energy;Electricity country mix\Medium Voltage\Transformation -electricity voltage transformation from high to medium voltage;energy;Electricity country mix\Medium Voltage\Transformation -electricity voltage transformation from high to medium voltage;energy;Electricity country mix\Medium Voltage\Transformation -electricity voltage transformation from high to medium voltage;energy;Electricity country mix\Medium Voltage\Transformation -electricity voltage transformation from high to medium voltage;energy;Electricity country mix\Medium Voltage\Transformation -electricity voltage transformation from high to medium voltage;energy;Electricity country mix\Medium Voltage\Transformation -electricity voltage transformation from high to medium voltage;energy;Electricity country mix\Medium Voltage\Transformation -electricity voltage transformation from high to medium voltage;energy;Electricity country mix\Medium Voltage\Transformation -electricity voltage transformation from high to medium voltage;energy;Electricity country mix\Medium Voltage\Transformation -electricity voltage transformation from high to medium voltage;energy;Electricity country mix\Medium Voltage\Transformation -electricity voltage transformation from high to medium voltage;energy;Electricity country mix\Medium Voltage\Transformation -electricity voltage transformation from high to medium voltage;energy;Electricity country mix\Medium Voltage\Transformation -electricity voltage transformation from high to medium voltage;energy;Electricity country mix\Medium Voltage\Transformation -electricity voltage transformation from high to medium voltage;energy;Electricity country mix\Medium Voltage\Transformation -electricity voltage transformation from high to medium voltage;energy;Electricity country mix\Medium Voltage\Transformation -electricity voltage transformation from high to medium voltage;energy;Electricity country mix\Medium Voltage\Transformation -electricity voltage transformation from high to medium voltage;energy;Electricity country mix\Medium Voltage\Transformation -electricity voltage transformation from high to medium voltage;energy;Electricity country mix\Medium Voltage\Transformation -electricity voltage transformation from high to medium voltage;energy;Electricity country mix\Medium Voltage\Transformation -electricity voltage transformation from high to medium voltage;energy;Electricity country mix\Medium Voltage\Transformation -electricity voltage transformation from high to medium voltage;energy;Electricity country mix\Medium Voltage\Transformation -electricity voltage transformation from high to medium voltage;energy;Electricity country mix\Medium Voltage\Transformation -electricity voltage transformation from high to medium voltage;energy;Electricity country mix\Medium Voltage\Transformation -electricity voltage transformation from high to medium voltage;energy;Electricity country mix\Medium Voltage\Transformation -electricity voltage transformation from high to medium voltage;energy;Electricity country mix\Medium Voltage\Transformation -electricity voltage transformation from high to medium voltage;energy;Electricity country mix\Medium Voltage\Transformation -electricity voltage transformation from high to medium voltage;energy;Electricity country mix\Medium Voltage\Transformation -electricity voltage transformation from high to medium voltage;energy;Electricity country mix\Medium Voltage\Transformation -electricity voltage transformation from high to medium voltage;energy;Electricity country mix\Medium Voltage\Transformation -electricity voltage transformation from high to medium voltage;energy;Electricity country mix\Medium Voltage\Transformation -electricity voltage transformation from high to medium voltage;energy;Electricity country mix\Medium Voltage\Transformation -electricity voltage transformation from high to medium voltage;energy;Electricity country mix\Medium Voltage\Transformation -electricity voltage transformation from high to medium voltage;energy;Electricity country mix\Medium Voltage\Transformation -electricity voltage transformation from high to medium voltage;energy;Electricity country mix\Medium Voltage\Transformation -electricity voltage transformation from high to medium voltage;energy;Electricity country mix\Medium Voltage\Transformation -electricity voltage transformation from high to medium voltage;energy;Electricity country mix\Medium Voltage\Transformation -electricity voltage transformation from high to medium voltage;energy;Electricity country mix\Medium Voltage\Transformation -electricity voltage transformation from high to medium voltage;energy;Electricity country mix\Medium Voltage\Transformation -electricity voltage transformation from high to medium voltage;energy;Electricity country mix\Medium Voltage\Transformation -electricity voltage transformation from high to medium voltage;energy;Electricity country mix\Medium Voltage\Transformation -electricity voltage transformation from high to medium voltage;energy;Electricity country mix\Medium Voltage\Transformation -electricity voltage transformation from high to medium voltage;energy;Electricity country mix\Medium Voltage\Transformation -electricity voltage transformation from high to medium voltage;energy;Electricity country mix\Medium Voltage\Transformation -electricity voltage transformation from high to medium voltage;energy;Electricity country mix\Medium Voltage\Transformation -electricity voltage transformation from high to medium voltage;energy;Electricity country mix\Medium Voltage\Transformation -electricity voltage transformation from high to medium voltage;energy;Electricity country mix\Medium Voltage\Transformation -electricity voltage transformation from high to medium voltage;energy;Electricity country mix\Medium Voltage\Transformation -electricity voltage transformation from high to medium voltage;energy;Electricity country mix\Medium Voltage\Transformation -electricity voltage transformation from high to medium voltage;energy;Electricity country mix\Medium Voltage\Transformation -electricity voltage transformation from high to medium voltage;energy;Electricity country mix\Medium Voltage\Transformation -electricity voltage transformation from high to medium voltage;energy;Electricity country mix\Medium Voltage\Transformation -electricity voltage transformation from high to medium voltage;energy;Electricity country mix\Medium Voltage\Transformation -electricity voltage transformation from high to medium voltage;energy;Electricity country mix\Medium Voltage\Transformation -electricity voltage transformation from high to medium voltage;energy;Electricity country mix\Medium Voltage\Transformation -electricity voltage transformation from high to medium voltage;energy;Electricity country mix\Medium Voltage\Transformation -electricity voltage transformation from high to medium voltage;energy;Electricity country mix\Medium Voltage\Transformation -electricity voltage transformation from high to medium voltage;energy;Electricity country mix\Medium Voltage\Transformation -electricity voltage transformation from high to medium voltage;energy;Electricity country mix\Medium Voltage\Transformation -electricity voltage transformation from high to medium voltage;energy;Electricity country mix\Medium Voltage\Transformation -electricity voltage transformation from high to medium voltage;energy;Electricity country mix\Medium Voltage\Transformation -electricity voltage transformation from high to medium voltage;energy;Electricity country mix\Medium Voltage\Transformation -electricity voltage transformation from high to medium voltage;energy;Electricity country mix\Medium Voltage\Transformation -electricity voltage transformation from high to medium voltage;energy;Electricity country mix\Medium Voltage\Transformation -electricity voltage transformation from high to medium voltage;energy;Electricity country mix\Medium Voltage\Transformation -electricity voltage transformation from high to medium voltage;energy;Electricity country mix\Medium Voltage\Transformation -electricity voltage transformation from high to medium voltage;energy;Electricity country mix\Medium Voltage\Transformation -electricity voltage transformation from high to medium voltage;energy;Electricity country mix\Medium Voltage\Transformation -electricity voltage transformation from high to medium voltage;energy;Electricity country mix\Medium Voltage\Transformation -electricity voltage transformation from high to medium voltage;energy;Electricity country mix\Medium Voltage\Transformation -electricity voltage transformation from high to medium voltage BR-Mid-western;energy;Electricity country mix\Medium Voltage\Transformation -electricity voltage transformation from high to medium voltage BR-North-eastern;energy;Electricity country mix\Medium Voltage\Transformation -electricity voltage transformation from high to medium voltage BR-Northern;energy;Electricity country mix\Medium Voltage\Transformation -electricity voltage transformation from high to medium voltage BR-South-eastern;energy;Electricity country mix\Medium Voltage\Transformation -electricity voltage transformation from high to medium voltage BR-Southern;energy;Electricity country mix\Medium Voltage\Transformation -electricity voltage transformation from high to medium voltage IN-Eastern;energy;Electricity country mix\Medium Voltage\Transformation -electricity voltage transformation from high to medium voltage IN-North-eastern;energy;Electricity country mix\Medium Voltage\Transformation -electricity voltage transformation from high to medium voltage IN-Northern;energy;Electricity country mix\Medium Voltage\Transformation -electricity voltage transformation from high to medium voltage IN-Southern;energy;Electricity country mix\Medium Voltage\Transformation -electricity voltage transformation from high to medium voltage IN-Western;energy;Electricity country mix\Medium Voltage\Transformation -electricity voltage transformation from high to medium voltage MRO, US;energy;Electricity country mix\Medium Voltage\Transformation -electricity voltage transformation from high to medium voltage NPCC, US;energy;Electricity country mix\Medium Voltage\Transformation -electricity voltage transformation from high to medium voltage WECC, US;energy;Electricity country mix\Medium Voltage\Transformation -electricity voltage transformation from high to medium voltage, aluminium;energy;Others\Obsolete -electricity voltage transformation from high to medium voltage, aluminium;energy;Electricity country mix\Medium Voltage\Transformation -electricity voltage transformation from high to medium voltage, aluminium;energy;Others\Obsolete -electricity voltage transformation from high to medium voltage, aluminium;energy;Others\Obsolete -electricity voltage transformation from high to medium voltage, aluminium;energy;Others\Obsolete -electricity voltage transformation from high to medium voltage, aluminium;energy;Others\Obsolete -electricity voltage transformation from high to medium voltage, aluminium;energy;Others\Obsolete -electricity voltage transformation from high to medium voltage, aluminium;energy;Electricity country mix\Medium Voltage\Transformation -electricity voltage transformation from high to medium voltage, aluminium;energy;Electricity country mix\Medium Voltage\Transformation -electricity voltage transformation from high to medium voltage, aluminium;energy;Electricity country mix\Medium Voltage\Transformation -electricity voltage transformation from high to medium voltage, aluminium;energy;Others\Obsolete -electricity voltage transformation from high to medium voltage, aluminium;energy;Electricity country mix\Medium Voltage\Transformation -electricity voltage transformation from high to medium voltage, aluminium;energy;Others\Obsolete -electricity voltage transformation from high to medium voltage, aluminium;energy;Electricity country mix\Medium Voltage\Transformation -electricity voltage transformation from high to medium voltage, aluminium;energy;Electricity country mix\Medium Voltage\Transformation -electricity voltage transformation from high to medium voltage, aluminium;energy;Electricity country mix\Medium Voltage\Transformation -electricity voltage transformation from high to medium voltage, aluminium;energy;Others\Obsolete -electricity voltage transformation from high to medium voltage, aluminium;energy;Others\Obsolete -electricity voltage transformation from high to medium voltage, aluminium;energy;Electricity country mix\Medium Voltage\Transformation -electricity voltage transformation from high to medium voltage, label-certified;energy;Electricity country mix\Medium Voltage\Transformation -electricity voltage transformation from medium to low voltage;energy;Electricity country mix\Low Voltage\Transformation -electricity voltage transformation from medium to low voltage;energy;Electricity country mix\Low Voltage\Transformation -electricity voltage transformation from medium to low voltage;energy;Electricity country mix\Low Voltage\Transformation -electricity voltage transformation from medium to low voltage;energy;Electricity country mix\Low Voltage\Transformation -electricity voltage transformation from medium to low voltage;energy;Electricity country mix\Low Voltage\Transformation -electricity voltage transformation from medium to low voltage;energy;Electricity country mix\Low Voltage\Transformation -electricity voltage transformation from medium to low voltage;energy;Electricity country mix\Low Voltage\Transformation -electricity voltage transformation from medium to low voltage;energy;Electricity country mix\Low Voltage\Transformation -electricity voltage transformation from medium to low voltage;energy;Electricity country mix\Low Voltage\Transformation -electricity voltage transformation from medium to low voltage;energy;Electricity country mix\Low Voltage\Transformation -electricity voltage transformation from medium to low voltage;energy;Electricity country mix\Low Voltage\Transformation -electricity voltage transformation from medium to low voltage;energy;Electricity country mix\Low Voltage\Transformation -electricity voltage transformation from medium to low voltage;energy;Electricity country mix\Low Voltage\Transformation -electricity voltage transformation from medium to low voltage;energy;Electricity country mix\Low Voltage\Transformation -electricity voltage transformation from medium to low voltage;energy;Electricity country mix\Low Voltage\Transformation -electricity voltage transformation from medium to low voltage;energy;Electricity country mix\Low Voltage\Transformation -electricity voltage transformation from medium to low voltage;energy;Electricity country mix\Low Voltage\Transformation -electricity voltage transformation from medium to low voltage;energy;Others\Obsolete -electricity voltage transformation from medium to low voltage;energy;Electricity country mix\Low Voltage\Transformation -electricity voltage transformation from medium to low voltage;energy;Electricity country mix\Low Voltage\Transformation -electricity voltage transformation from medium to low voltage;energy;Electricity country mix\Low Voltage\Transformation -electricity voltage transformation from medium to low voltage;energy;Electricity country mix\Low Voltage\Transformation -electricity voltage transformation from medium to low voltage;energy;Electricity country mix\Low Voltage\Transformation -electricity voltage transformation from medium to low voltage;energy;Electricity country mix\Low Voltage\Transformation -electricity voltage transformation from medium to low voltage;energy;Electricity country mix\Low Voltage\Transformation -electricity voltage transformation from medium to low voltage;energy;Electricity country mix\Low Voltage\Transformation -electricity voltage transformation from medium to low voltage;energy;Electricity country mix\Low Voltage\Transformation -electricity voltage transformation from medium to low voltage;energy;Electricity country mix\Low Voltage\Transformation -electricity voltage transformation from medium to low voltage;energy;Electricity country mix\Low Voltage\Transformation -electricity voltage transformation from medium to low voltage;energy;Electricity country mix\Low Voltage\Transformation -electricity voltage transformation from medium to low voltage;energy;Electricity country mix\Low Voltage\Transformation -electricity voltage transformation from medium to low voltage;energy;Electricity country mix\Low Voltage\Transformation -electricity voltage transformation from medium to low voltage;energy;Electricity country mix\Low Voltage\Transformation -electricity voltage transformation from medium to low voltage;energy;Electricity country mix\Low Voltage\Transformation -electricity voltage transformation from medium to low voltage;energy;Electricity country mix\Low Voltage\Transformation -electricity voltage transformation from medium to low voltage;energy;Electricity country mix\Low Voltage\Transformation -electricity voltage transformation from medium to low voltage;energy;Electricity country mix\Low Voltage\Transformation -electricity voltage transformation from medium to low voltage;energy;Electricity country mix\Low Voltage\Transformation -electricity voltage transformation from medium to low voltage;energy;Electricity country mix\Low Voltage\Transformation -electricity voltage transformation from medium to low voltage;energy;Others\Obsolete -electricity voltage transformation from medium to low voltage;energy;Electricity country mix\Low Voltage\Transformation -electricity voltage transformation from medium to low voltage;energy;Electricity country mix\Low Voltage\Transformation -electricity voltage transformation from medium to low voltage;energy;Electricity country mix\Low Voltage\Transformation -electricity voltage transformation from medium to low voltage;energy;Electricity country mix\Low Voltage\Transformation -electricity voltage transformation from medium to low voltage;energy;Electricity country mix\Low Voltage\Transformation -electricity voltage transformation from medium to low voltage;energy;Electricity country mix\Low Voltage\Transformation -electricity voltage transformation from medium to low voltage;energy;Electricity country mix\Low Voltage\Transformation -electricity voltage transformation from medium to low voltage;energy;Electricity country mix\Low Voltage\Transformation -electricity voltage transformation from medium to low voltage;energy;Electricity country mix\Low Voltage\Transformation -electricity voltage transformation from medium to low voltage;energy;Electricity country mix\Low Voltage\Transformation -electricity voltage transformation from medium to low voltage;energy;Electricity country mix\Low Voltage\Transformation -electricity voltage transformation from medium to low voltage;energy;Electricity country mix\Low Voltage\Transformation -electricity voltage transformation from medium to low voltage;energy;Electricity country mix\Low Voltage\Transformation -electricity voltage transformation from medium to low voltage;energy;Electricity country mix\Low Voltage\Transformation -electricity voltage transformation from medium to low voltage;energy;Electricity country mix\Low Voltage\Transformation -electricity voltage transformation from medium to low voltage;energy;Electricity country mix\Low Voltage\Transformation -electricity voltage transformation from medium to low voltage;energy;Electricity country mix\Low Voltage\Transformation -electricity voltage transformation from medium to low voltage;energy;Electricity country mix\Low Voltage\Transformation -electricity voltage transformation from medium to low voltage;energy;Electricity country mix\Low Voltage\Transformation -electricity voltage transformation from medium to low voltage;energy;Electricity country mix\Low Voltage\Transformation -electricity voltage transformation from medium to low voltage;energy;Electricity country mix\Low Voltage\Transformation -electricity voltage transformation from medium to low voltage;energy;Electricity country mix\Low Voltage\Transformation -electricity voltage transformation from medium to low voltage;energy;Electricity country mix\Low Voltage\Transformation -electricity voltage transformation from medium to low voltage;energy;Electricity country mix\Low Voltage\Transformation -electricity voltage transformation from medium to low voltage;energy;Electricity country mix\Low Voltage\Transformation -electricity voltage transformation from medium to low voltage;energy;Electricity country mix\Low Voltage\Transformation -electricity voltage transformation from medium to low voltage;energy;Electricity country mix\Low Voltage\Transformation -electricity voltage transformation from medium to low voltage;energy;Electricity country mix\Low Voltage\Transformation -electricity voltage transformation from medium to low voltage;energy;Electricity country mix\Low Voltage\Transformation -electricity voltage transformation from medium to low voltage;energy;Electricity country mix\Low Voltage\Transformation -electricity voltage transformation from medium to low voltage;energy;Electricity country mix\Low Voltage\Transformation -electricity voltage transformation from medium to low voltage;energy;Electricity country mix\Low Voltage\Transformation -electricity voltage transformation from medium to low voltage;energy;Electricity country mix\Low Voltage\Transformation -electricity voltage transformation from medium to low voltage;energy;Electricity country mix\Low Voltage\Transformation -electricity voltage transformation from medium to low voltage;energy;Electricity country mix\Low Voltage\Transformation -electricity voltage transformation from medium to low voltage;energy;Electricity country mix\Low Voltage\Transformation -electricity voltage transformation from medium to low voltage;energy;Others\Obsolete -electricity voltage transformation from medium to low voltage;energy;Electricity country mix\Low Voltage\Transformation -electricity voltage transformation from medium to low voltage;energy;Electricity country mix\Low Voltage\Transformation -electricity voltage transformation from medium to low voltage;energy;Electricity country mix\Low Voltage\Transformation -electricity voltage transformation from medium to low voltage;energy;Electricity country mix\Low Voltage\Transformation -electricity voltage transformation from medium to low voltage;energy;Electricity country mix\Low Voltage\Transformation -electricity voltage transformation from medium to low voltage;energy;Electricity country mix\Low Voltage\Transformation -electricity voltage transformation from medium to low voltage;energy;Electricity country mix\Low Voltage\Transformation -electricity voltage transformation from medium to low voltage;energy;Electricity country mix\Low Voltage\Transformation -electricity voltage transformation from medium to low voltage;energy;Electricity country mix\Low Voltage\Transformation -electricity voltage transformation from medium to low voltage;energy;Electricity country mix\Low Voltage\Transformation -electricity voltage transformation from medium to low voltage;energy;Electricity country mix\Low Voltage\Transformation -electricity voltage transformation from medium to low voltage;energy;Electricity country mix\Low Voltage\Transformation -electricity voltage transformation from medium to low voltage;energy;Electricity country mix\Low Voltage\Transformation -electricity voltage transformation from medium to low voltage;energy;Electricity country mix\Low Voltage\Transformation -electricity voltage transformation from medium to low voltage;energy;Electricity country mix\Low Voltage\Transformation -electricity voltage transformation from medium to low voltage;energy;Electricity country mix\Low Voltage\Transformation -electricity voltage transformation from medium to low voltage;energy;Electricity country mix\Low Voltage\Transformation -electricity voltage transformation from medium to low voltage;energy;Electricity country mix\Low Voltage\Transformation -electricity voltage transformation from medium to low voltage;energy;Electricity country mix\Low Voltage\Transformation -electricity voltage transformation from medium to low voltage;energy;Electricity country mix\Low Voltage\Transformation -electricity voltage transformation from medium to low voltage;energy;Electricity country mix\Low Voltage\Transformation -electricity voltage transformation from medium to low voltage;energy;Electricity country mix\Low Voltage\Transformation -electricity voltage transformation from medium to low voltage;energy;Electricity country mix\Low Voltage\Transformation -electricity voltage transformation from medium to low voltage;energy;Electricity country mix\Low Voltage\Transformation -electricity voltage transformation from medium to low voltage;energy;Electricity country mix\Low Voltage\Transformation -electricity voltage transformation from medium to low voltage;energy;Electricity country mix\Low Voltage\Transformation -electricity voltage transformation from medium to low voltage;energy;Electricity country mix\Low Voltage\Transformation -electricity voltage transformation from medium to low voltage;energy;Electricity country mix\Low Voltage\Transformation -electricity voltage transformation from medium to low voltage;energy;Electricity country mix\Low Voltage\Transformation -electricity voltage transformation from medium to low voltage;energy;Electricity country mix\Low Voltage\Transformation -electricity voltage transformation from medium to low voltage;energy;Electricity country mix\Low Voltage\Transformation -electricity voltage transformation from medium to low voltage;energy;Electricity country mix\Low Voltage\Transformation -electricity voltage transformation from medium to low voltage;energy;Electricity country mix\Low Voltage\Transformation -electricity voltage transformation from medium to low voltage;energy;Electricity country mix\Low Voltage\Transformation -electricity voltage transformation from medium to low voltage;energy;Electricity country mix\Low Voltage\Transformation -electricity voltage transformation from medium to low voltage;energy;Electricity country mix\Low Voltage\Transformation -electricity voltage transformation from medium to low voltage;energy;Electricity country mix\Low Voltage\Transformation -electricity voltage transformation from medium to low voltage;energy;Electricity country mix\Low Voltage\Transformation -electricity voltage transformation from medium to low voltage;energy;Electricity country mix\Low Voltage\Transformation -electricity voltage transformation from medium to low voltage;energy;Electricity country mix\Low Voltage\Transformation -electricity voltage transformation from medium to low voltage;energy;Electricity country mix\Low Voltage\Transformation -electricity voltage transformation from medium to low voltage;energy;Electricity country mix\Low Voltage\Transformation -electricity voltage transformation from medium to low voltage;energy;Electricity country mix\Low Voltage\Transformation -electricity voltage transformation from medium to low voltage;energy;Electricity country mix\Low Voltage\Transformation -electricity voltage transformation from medium to low voltage;energy;Electricity country mix\Low Voltage\Transformation -electricity voltage transformation from medium to low voltage;energy;Electricity country mix\Low Voltage\Transformation -electricity voltage transformation from medium to low voltage;energy;Electricity country mix\Low Voltage\Transformation -electricity voltage transformation from medium to low voltage;energy;Electricity country mix\Low Voltage\Transformation -electricity voltage transformation from medium to low voltage;energy;Electricity country mix\Low Voltage\Transformation -electricity voltage transformation from medium to low voltage;energy;Electricity country mix\Low Voltage\Transformation -electricity voltage transformation from medium to low voltage;energy;Electricity country mix\Low Voltage\Transformation -electricity voltage transformation from medium to low voltage;energy;Electricity country mix\Low Voltage\Transformation -electricity voltage transformation from medium to low voltage;energy;Electricity country mix\Low Voltage\Transformation -electricity voltage transformation from medium to low voltage;energy;Electricity country mix\Low Voltage\Transformation -electricity voltage transformation from medium to low voltage;energy;Electricity country mix\Low Voltage\Transformation -electricity voltage transformation from medium to low voltage;energy;Electricity country mix\Low Voltage\Transformation -electricity voltage transformation from medium to low voltage;energy;Electricity country mix\Low Voltage\Transformation -electricity voltage transformation from medium to low voltage;energy;Electricity country mix\Low Voltage\Transformation -electricity voltage transformation from medium to low voltage;energy;Electricity country mix\Low Voltage\Transformation -electricity voltage transformation from medium to low voltage;energy;Electricity country mix\Low Voltage\Transformation -electricity voltage transformation from medium to low voltage;energy;Electricity country mix\Low Voltage\Transformation -electricity voltage transformation from medium to low voltage;energy;Electricity country mix\Low Voltage\Transformation -electricity voltage transformation from medium to low voltage;energy;Electricity country mix\Low Voltage\Transformation -electricity voltage transformation from medium to low voltage;energy;Electricity country mix\Low Voltage\Transformation -electricity voltage transformation from medium to low voltage;energy;Electricity country mix\Low Voltage\Transformation -electricity voltage transformation from medium to low voltage;energy;Electricity country mix\Low Voltage\Transformation -electricity voltage transformation from medium to low voltage;energy;Electricity country mix\Low Voltage\Transformation -electricity voltage transformation from medium to low voltage;energy;Electricity country mix\Low Voltage\Transformation -electricity voltage transformation from medium to low voltage;energy;Electricity country mix\Low Voltage\Transformation -electricity voltage transformation from medium to low voltage;energy;Electricity country mix\Low Voltage\Transformation -electricity voltage transformation from medium to low voltage;energy;Electricity country mix\Low Voltage\Transformation -electricity voltage transformation from medium to low voltage;energy;Electricity country mix\Low Voltage\Transformation -electricity voltage transformation from medium to low voltage;energy;Electricity country mix\Low Voltage\Transformation -electricity voltage transformation from medium to low voltage;energy;Electricity country mix\Low Voltage\Transformation -electricity voltage transformation from medium to low voltage;energy;Electricity country mix\Low Voltage\Transformation -electricity voltage transformation from medium to low voltage;energy;Electricity country mix\Low Voltage\Transformation -electricity voltage transformation from medium to low voltage;energy;Electricity country mix\Low Voltage\Transformation -electricity voltage transformation from medium to low voltage;energy;Electricity country mix\Low Voltage\Transformation -electricity voltage transformation from medium to low voltage;energy;Electricity country mix\Low Voltage\Transformation -electricity voltage transformation from medium to low voltage;energy;Electricity country mix\Low Voltage\Transformation -electricity voltage transformation from medium to low voltage;energy;Electricity country mix\Low Voltage\Transformation -electricity voltage transformation from medium to low voltage;energy;Electricity country mix\Low Voltage\Transformation -electricity voltage transformation from medium to low voltage;energy;Electricity country mix\Low Voltage\Transformation -electricity voltage transformation from medium to low voltage;energy;Electricity country mix\Low Voltage\Transformation -electricity voltage transformation from medium to low voltage;energy;Electricity country mix\Low Voltage\Transformation -electricity voltage transformation from medium to low voltage;energy;Electricity country mix\Low Voltage\Transformation -electricity voltage transformation from medium to low voltage BR-Mid-western;energy;Electricity country mix\Low Voltage\Transformation -electricity voltage transformation from medium to low voltage BR-North-eastern;energy;Electricity country mix\Low Voltage\Transformation -electricity voltage transformation from medium to low voltage BR-Northern;energy;Electricity country mix\Low Voltage\Transformation -electricity voltage transformation from medium to low voltage BR-South-eastern;energy;Electricity country mix\Low Voltage\Transformation -electricity voltage transformation from medium to low voltage BR-Southern;energy;Electricity country mix\Low Voltage\Transformation -electricity voltage transformation from medium to low voltage IN-Eastern;energy;Electricity country mix\Low Voltage\Transformation -electricity voltage transformation from medium to low voltage IN-North-eastern;energy;Electricity country mix\Low Voltage\Transformation -electricity voltage transformation from medium to low voltage IN-Northern;energy;Electricity country mix\Low Voltage\Transformation -electricity voltage transformation from medium to low voltage IN-Southern;energy;Electricity country mix\Low Voltage\Transformation -electricity voltage transformation from medium to low voltage IN-Western;energy;Electricity country mix\Low Voltage\Transformation -electricity voltage transformation from medium to low voltage MRO, US;energy;Electricity country mix\Low Voltage\Transformation -electricity voltage transformation from medium to low voltage NPCC, US;energy;Electricity country mix\Low Voltage\Transformation -electricity voltage transformation from medium to low voltage WECC, US;energy;Electricity country mix\Low Voltage\Transformation -electricity voltage transformation from medium to low voltage, label-certified;energy;Electricity country mix\Low Voltage\Transformation -electricity, from municipal waste incineration to generic market for;energy;Electricity by fuel\Waste\Market -electricity, from municipal waste incineration to generic market for;energy;Others\Obsolete -electricity, from municipal waste incineration to generic market for;energy;Electricity by fuel\Waste\Market -electricity, from municipal waste incineration to generic market for;energy;Others\Obsolete -electricity, from municipal waste incineration to generic market for;energy;Electricity by fuel\Waste\Market -electricity, from municipal waste incineration to generic market for;energy;Others\Obsolete -electricity, from municipal waste incineration to generic market for;energy;Others\Obsolete -electricity, from municipal waste incineration to generic market for;energy;Others\Obsolete -electricity, from municipal waste incineration to generic market for;energy;Others\Obsolete -electricity, from municipal waste incineration to generic market for;energy;Others\Obsolete -electricity, from municipal waste incineration to generic market for;energy;Others\Obsolete -electricity, from municipal waste incineration to generic market for;energy;Others\Obsolete -electricity, from municipal waste incineration to generic market for;energy;Electricity by fuel\Waste\Market -electricity, from municipal waste incineration to generic market for;energy;Others\Obsolete -electricity, from municipal waste incineration to generic market for;energy;Electricity by fuel\Waste\Market -electricity, from municipal waste incineration to generic market for;energy;Others\Obsolete -electricity, from municipal waste incineration to generic market for;energy;Electricity by fuel\Waste\Market -electricity, from municipal waste incineration to generic market for;energy;Others\Obsolete -electricity, from municipal waste incineration to generic market for;energy;Electricity by fuel\Waste\Market -electricity, from municipal waste incineration to generic market for;energy;Others\Obsolete -electricity, from municipal waste incineration to generic market for;energy;Electricity by fuel\Waste\Market -electricity, from municipal waste incineration to generic market for;energy;Others\Obsolete -electricity, from municipal waste incineration to generic market for;energy;Electricity by fuel\Waste\Market -electricity, from municipal waste incineration to generic market for;energy;Others\Obsolete -electricity, from municipal waste incineration to generic market for;energy;Electricity by fuel\Waste\Market -electricity, from municipal waste incineration to generic market for;energy;Others\Obsolete -electricity, from municipal waste incineration to generic market for;energy;Electricity by fuel\Waste\Market -electricity, from municipal waste incineration to generic market for;energy;Others\Obsolete -electricity, from municipal waste incineration to generic market for;energy;Electricity by fuel\Waste\Market -electricity, from municipal waste incineration to generic market for;energy;Others\Obsolete -electricity, from municipal waste incineration to generic market for;energy;Electricity by fuel\Waste\Market -electricity, from municipal waste incineration to generic market for;energy;Others\Obsolete -electricity, from municipal waste incineration to generic market for;energy;Electricity by fuel\Waste\Market -electricity, from municipal waste incineration to generic market for;energy;Electricity by fuel\Waste\Market -electricity, from municipal waste incineration to generic market for;energy;Others\Obsolete -electricity, from municipal waste incineration to generic market for;energy;Electricity by fuel\Waste\Market -electricity, from municipal waste incineration to generic market for;energy;Electricity by fuel\Waste\Market -electricity, from municipal waste incineration to generic market for;energy;Others\Obsolete -electricity, from municipal waste incineration to generic market for;energy;Electricity by fuel\Waste\Market -electricity, from municipal waste incineration to generic market for;energy;Electricity by fuel\Waste\Market -electricity, from municipal waste incineration to generic market for;energy;Others\Obsolete -electricity, from municipal waste incineration to generic market for;energy;Electricity by fuel\Waste\Market -electricity, from municipal waste incineration to generic market for;energy;Others\Obsolete -electricity, from municipal waste incineration to generic market for;energy;Electricity by fuel\Waste\Market -electricity, from municipal waste incineration to generic market for;energy;Others\Obsolete -electricity, from municipal waste incineration to generic market for;energy;Electricity by fuel\Waste\Market -electricity, from municipal waste incineration to generic market for;energy;Others\Obsolete -electricity, from municipal waste incineration to generic market for;energy;Electricity by fuel\Waste\Market -electricity, from municipal waste incineration to generic market for;energy;Electricity by fuel\Waste\Market -electricity, from municipal waste incineration to generic market for;energy;Others\Obsolete -electricity, from municipal waste incineration to generic market for;energy;Electricity by fuel\Waste\Market -electricity, from municipal waste incineration to generic market for;energy;Others\Obsolete -electricity, from municipal waste incineration to generic market for;energy;Electricity by fuel\Waste\Market -electricity, from municipal waste incineration to generic market for;energy;Others\Obsolete -electricity, from municipal waste incineration to generic market for;energy;Electricity by fuel\Waste\Market -electricity, from municipal waste incineration to generic market for;energy;Others\Obsolete -electricity, from municipal waste incineration to generic market for;energy;Electricity by fuel\Waste\Market -electricity, from municipal waste incineration to generic market for;energy;Others\Obsolete -electricity, from municipal waste incineration to generic market for;energy;Electricity by fuel\Waste\Market -electricity, from municipal waste incineration to generic market for;energy;Electricity by fuel\Waste\Market -electricity, from municipal waste incineration to generic market for;energy;Others\Obsolete -electricity, from municipal waste incineration to generic market for;energy;Electricity by fuel\Waste\Market -electricity, from municipal waste incineration to generic market for;energy;Others\Obsolete -electricity, from municipal waste incineration to generic market for;energy;Electricity by fuel\Waste\Market -electricity, from municipal waste incineration to generic market for;energy;Electricity by fuel\Waste\Market -electricity, from municipal waste incineration to generic market for;energy;Others\Obsolete -electricity, from municipal waste incineration to generic market for;energy;Electricity by fuel\Waste\Market -electricity, from municipal waste incineration to generic market for;energy;Others\Obsolete -electricity, from municipal waste incineration to generic market for;energy;Electricity by fuel\Waste\Market -electricity, from municipal waste incineration to generic market for;energy;Others\Obsolete -electricity, high voltage, aluminium industry, production mix;energy;Electricity country mix\High Voltage\Transformation\Production mix -electricity, high voltage, biofuels, import from Germany;energy;Electricity country mix\High Voltage\Market\Import -electricity, high voltage, for Swiss Federal Railways, production mix;energy;Electricity country mix\High Voltage\Transformation\Production mix -electricity, high voltage, hydro, import from CA-NF;energy;Electricity country mix\High Voltage\Market\Import -electricity, high voltage, hydro, import from CA-ON;energy;Electricity country mix\High Voltage\Market\Import -electricity, high voltage, hydro, import from PY;energy;Electricity country mix\High Voltage\Market\Import -electricity, high voltage, hydro, import from UY;energy;Electricity country mix\High Voltage\Market\Import -electricity, high voltage, hydro, reservoir, import from CA-NF;energy;Others\Obsolete -electricity, high voltage, hydro, reservoir, import from France;energy;Electricity by fuel\Hydro\Reservoir\Transformation -electricity, high voltage, hydro, run-of-river, import from France;energy;Electricity by fuel\Hydro\Flow through\Transformation -electricity, high voltage, import from AL;energy;Electricity country mix\High Voltage\Market\Import -electricity, high voltage, import from AL;energy;Electricity country mix\High Voltage\Market\Import -electricity, high voltage, import from AL;energy;Electricity country mix\High Voltage\Market\Import -electricity, high voltage, import from AO;energy;Electricity country mix\High Voltage\Market\Import -electricity, high voltage, import from AR;energy;Others\Obsolete -electricity, high voltage, import from AR BR-Southern;energy;Electricity country mix\High Voltage\Market\Import -electricity, high voltage, import from AT;energy;Others\Obsolete -electricity, high voltage, import from AT;energy;Electricity country mix\High Voltage\Market\Import -electricity, high voltage, import from AT;energy;Electricity country mix\High Voltage\Market\Import -electricity, high voltage, import from AT;energy;Electricity country mix\High Voltage\Market\Import -electricity, high voltage, import from AT;energy;Electricity country mix\High Voltage\Market\Import -electricity, high voltage, import from AT;energy;Electricity country mix\High Voltage\Market\Import -electricity, high voltage, import from AZ;energy;Others\Obsolete -electricity, high voltage, import from BA;energy;Electricity country mix\High Voltage\Market\Import -electricity, high voltage, import from BA;energy;Electricity country mix\High Voltage\Market\Import -electricity, high voltage, import from BA;energy;Electricity country mix\High Voltage\Market\Import -electricity, high voltage, import from BE;energy;Electricity country mix\High Voltage\Market\Import -electricity, high voltage, import from BE;energy;Electricity country mix\High Voltage\Market\Import -electricity, high voltage, import from BE;energy;Electricity country mix\High Voltage\Market\Import -electricity, high voltage, import from BG;energy;Electricity country mix\High Voltage\Market\Import -electricity, high voltage, import from BG;energy;Electricity country mix\High Voltage\Market\Import -electricity, high voltage, import from BG;energy;Electricity country mix\High Voltage\Market\Import -electricity, high voltage, import from BG;energy;Electricity country mix\High Voltage\Market\Import -electricity, high voltage, import from BG;energy;Electricity country mix\High Voltage\Market\Import -electricity, high voltage, import from BR-Mid-western grid BR-South-eastern;energy;Electricity country mix\High Voltage\Market\Import -electricity, high voltage, import from BR-North-eastern grid BR-South-eastern;energy;Electricity country mix\High Voltage\Market\Import -electricity, high voltage, import from BR-Northern grid BR-North-eastern;energy;Electricity country mix\High Voltage\Market\Import -electricity, high voltage, import from BR-Northern grid BR-South-eastern;energy;Electricity country mix\High Voltage\Market\Import -electricity, high voltage, import from BR-South-eastern grid BR-North-eastern;energy;Electricity country mix\High Voltage\Market\Import -electricity, high voltage, import from BR-Southern grid;energy;Electricity country mix\High Voltage\Market\Import -electricity, high voltage, import from BR-Southern grid;energy;Electricity country mix\High Voltage\Market\Import -electricity, high voltage, import from BR-Southern grid BR-South-eastern;energy;Electricity country mix\High Voltage\Market\Import -electricity, high voltage, import from BT IN-Eastern;energy;Electricity country mix\High Voltage\Market\Import -electricity, high voltage, import from BY;energy;Others\Obsolete -electricity, high voltage, import from CA-AB;energy;Electricity country mix\High Voltage\Market\Import -electricity, high voltage, import from CA-AB;energy;Electricity country mix\High Voltage\Market\Import -electricity, high voltage, import from CA-AB WECC, US;energy;Electricity country mix\High Voltage\Market\Import -electricity, high voltage, import from CA-BC;energy;Electricity country mix\High Voltage\Market\Import -electricity, high voltage, import from CA-BC WECC, US;energy;Electricity country mix\High Voltage\Market\Import -electricity, high voltage, import from CA-MB;energy;Electricity country mix\High Voltage\Market\Import -electricity, high voltage, import from CA-MB;energy;Electricity country mix\High Voltage\Market\Import -electricity, high voltage, import from CA-MB MRO, US;energy;Electricity country mix\High Voltage\Market\Import -electricity, high voltage, import from CA-NB;energy;Electricity country mix\High Voltage\Market\Import -electricity, high voltage, import from CA-NB;energy;Electricity country mix\High Voltage\Market\Import -electricity, high voltage, import from CA-NB;energy;Electricity country mix\High Voltage\Market\Import -electricity, high voltage, import from CA-NB NPCC, US;energy;Electricity country mix\High Voltage\Market\Import -electricity, high voltage, import from CA-NF;energy;Electricity country mix\High Voltage\Market\Import -electricity, high voltage, import from CA-NS;energy;Electricity country mix\High Voltage\Market\Import -electricity, high voltage, import from CA-NS NPCC, US;energy;Electricity country mix\High Voltage\Market\Import -electricity, high voltage, import from CA-ON;energy;Electricity country mix\High Voltage\Market\Import -electricity, high voltage, import from CA-ON;energy;Electricity country mix\High Voltage\Market\Import -electricity, high voltage, import from CA-ON;energy;Electricity country mix\High Voltage\Market\Import -electricity, high voltage, import from CA-ON NPCC, US;energy;Electricity country mix\High Voltage\Market\Import -electricity, high voltage, import from CA-PE;energy;Electricity country mix\High Voltage\Market\Import -electricity, high voltage, import from CA-QC;energy;Electricity country mix\High Voltage\Market\Import -electricity, high voltage, import from CA-QC;energy;Electricity country mix\High Voltage\Market\Import -electricity, high voltage, import from CA-QC;energy;Electricity country mix\High Voltage\Market\Import -electricity, high voltage, import from CA-SK;energy;Electricity country mix\High Voltage\Market\Import -electricity, high voltage, import from CA-SK;energy;Others\Obsolete -electricity, high voltage, import from CA-SK MRO, US;energy;Electricity country mix\High Voltage\Market\Import -electricity, high voltage, import from CD;energy;Electricity country mix\High Voltage\Market\Import -electricity, high voltage, import from CD;energy;Electricity country mix\High Voltage\Market\Import -electricity, high voltage, import from CH;energy;Electricity country mix\High Voltage\Market\Import -electricity, high voltage, import from CH;energy;Electricity country mix\High Voltage\Market\Import -electricity, high voltage, import from CH;energy;Electricity country mix\High Voltage\Market\Import -electricity, high voltage, import from CH;energy;Electricity country mix\High Voltage\Market\Import -electricity, high voltage, import from CL;energy;Electricity country mix\High Voltage\Market\Import -electricity, high voltage, import from CO;energy;Electricity country mix\High Voltage\Market\Import -electricity, high voltage, import from CR;energy;Electricity country mix\High Voltage\Market\Import -electricity, high voltage, import from CR;energy;Electricity country mix\High Voltage\Market\Import -electricity, high voltage, import from CSG;energy;Electricity country mix\High Voltage\Market\Import -electricity, high voltage, import from CSG;energy;Electricity country mix\High Voltage\Market\Import -electricity, high voltage, import from CZ;energy;Electricity country mix\High Voltage\Market\Import -electricity, high voltage, import from CZ;energy;Electricity country mix\High Voltage\Market\Import -electricity, high voltage, import from CZ;energy;Electricity country mix\High Voltage\Market\Import -electricity, high voltage, import from CZ;energy;Electricity country mix\High Voltage\Market\Import -electricity, high voltage, import from DE;energy;Electricity country mix\High Voltage\Market\Import -electricity, high voltage, import from DE;energy;Others\Obsolete -electricity, high voltage, import from DE;energy;Electricity country mix\High Voltage\Market\Import -electricity, high voltage, import from DE;energy;Electricity country mix\High Voltage\Market\Import -electricity, high voltage, import from DE;energy;Electricity country mix\High Voltage\Market\Import -electricity, high voltage, import from DE;energy;Electricity country mix\High Voltage\Market\Import -electricity, high voltage, import from DE;energy;Electricity country mix\High Voltage\Market\Import -electricity, high voltage, import from DE;energy;Electricity country mix\High Voltage\Market\Import -electricity, high voltage, import from DE;energy;Electricity country mix\High Voltage\Market\Import -electricity, high voltage, import from DK;energy;Electricity country mix\High Voltage\Market\Import -electricity, high voltage, import from DK;energy;Electricity country mix\High Voltage\Market\Import -electricity, high voltage, import from DK;energy;Electricity country mix\High Voltage\Market\Import -electricity, high voltage, import from DZ;energy;Electricity country mix\High Voltage\Market\Import -electricity, high voltage, import from DZ;energy;Electricity country mix\High Voltage\Market\Import -electricity, high voltage, import from EC;energy;Electricity country mix\High Voltage\Market\Import -electricity, high voltage, import from EE;energy;Electricity country mix\High Voltage\Market\Import -electricity, high voltage, import from EE;energy;Others\Obsolete -electricity, high voltage, import from EE;energy;Electricity country mix\High Voltage\Market\Import -electricity, high voltage, import from EE;energy;Others\Obsolete -electricity, high voltage, import from ES;energy;Electricity country mix\High Voltage\Market\Import -electricity, high voltage, import from ES;energy;Electricity country mix\High Voltage\Market\Import -electricity, high voltage, import from FI;energy;Electricity country mix\High Voltage\Market\Import -electricity, high voltage, import from FI;energy;Electricity country mix\High Voltage\Market\Import -electricity, high voltage, import from FI;energy;Electricity country mix\High Voltage\Market\Import -electricity, high voltage, import from FI;energy;Electricity country mix\High Voltage\Market\Import -electricity, high voltage, import from FR;energy;Electricity country mix\High Voltage\Market\Import -electricity, high voltage, import from FR;energy;Others\Obsolete -electricity, high voltage, import from FR;energy;Electricity country mix\High Voltage\Market\Import -electricity, high voltage, import from FR;energy;Electricity country mix\High Voltage\Market\Import -electricity, high voltage, import from FR;energy;Electricity country mix\High Voltage\Market\Import -electricity, high voltage, import from FR;energy;Electricity country mix\High Voltage\Market\Import -electricity, high voltage, import from FR;energy;Electricity country mix\High Voltage\Market\Import -electricity, high voltage, import from GB;energy;Electricity country mix\High Voltage\Market\Import -electricity, high voltage, import from GB;energy;Electricity country mix\High Voltage\Market\Import -electricity, high voltage, import from GB;energy;Electricity country mix\High Voltage\Market\Import -electricity, high voltage, import from GE;energy;Electricity country mix\High Voltage\Market\Import -electricity, high voltage, import from GE;energy;Electricity country mix\High Voltage\Market\Import -electricity, high voltage, import from GE;energy;Electricity country mix\High Voltage\Market\Import -electricity, high voltage, import from GH;energy;Electricity country mix\High Voltage\Market\Import -electricity, high voltage, import from GH;energy;Electricity country mix\High Voltage\Market\Import -electricity, high voltage, import from GR;energy;Electricity country mix\High Voltage\Market\Import -electricity, high voltage, import from GR;energy;Electricity country mix\High Voltage\Market\Import -electricity, high voltage, import from GR;energy;Electricity country mix\High Voltage\Market\Import -electricity, high voltage, import from GR;energy;Electricity country mix\High Voltage\Market\Import -electricity, high voltage, import from GR;energy;Electricity country mix\High Voltage\Market\Import -electricity, high voltage, import from GT;energy;Others\Obsolete -electricity, high voltage, import from GT;energy;Electricity country mix\High Voltage\Market\Import -electricity, high voltage, import from HN;energy;Electricity country mix\High Voltage\Market\Import -electricity, high voltage, import from HR;energy;Electricity country mix\High Voltage\Market\Import -electricity, high voltage, import from HR;energy;Electricity country mix\High Voltage\Market\Import -electricity, high voltage, import from HR;energy;Electricity country mix\High Voltage\Market\Import -electricity, high voltage, import from HR;energy;Electricity country mix\High Voltage\Market\Import -electricity, high voltage, import from HU;energy;Electricity country mix\High Voltage\Market\Import -electricity, high voltage, import from HU;energy;Others\Obsolete -electricity, high voltage, import from HU;energy;Electricity country mix\High Voltage\Market\Import -electricity, high voltage, import from HU;energy;Electricity country mix\High Voltage\Market\Import -electricity, high voltage, import from HU;energy;Electricity country mix\High Voltage\Market\Import -electricity, high voltage, import from HU;energy;Electricity country mix\High Voltage\Market\Import -electricity, high voltage, import from HU;energy;Electricity country mix\High Voltage\Market\Import -electricity, high voltage, import from ID;energy;Electricity country mix\High Voltage\Market\Import -electricity, high voltage, import from IE;energy;Electricity country mix\High Voltage\Market\Import -electricity, high voltage, import from IN-Eastern grid IN-North-eastern;energy;Electricity country mix\High Voltage\Market\Import -electricity, high voltage, import from IN-Eastern grid IN-Northern;energy;Electricity country mix\High Voltage\Market\Import -electricity, high voltage, import from IN-Eastern grid IN-Southern;energy;Electricity country mix\High Voltage\Market\Import -electricity, high voltage, import from IN-Eastern grid IN-Western;energy;Electricity country mix\High Voltage\Market\Import -electricity, high voltage, import from IN-North-eastern grid IN-Eastern;energy;Electricity country mix\High Voltage\Market\Import -electricity, high voltage, import from IN-North-eastern grid IN-Northern;energy;Electricity country mix\High Voltage\Market\Import -electricity, high voltage, import from IN-Northern grid;energy;Electricity country mix\High Voltage\Market\Import -electricity, high voltage, import from IN-Northern grid IN-Eastern;energy;Electricity country mix\High Voltage\Market\Import -electricity, high voltage, import from IN-Northern grid IN-North-eastern;energy;Electricity country mix\High Voltage\Market\Import -electricity, high voltage, import from IN-Northern grid IN-Southern;energy;Others\Obsolete -electricity, high voltage, import from IN-Northern grid IN-Western;energy;Electricity country mix\High Voltage\Market\Import -electricity, high voltage, import from IN-Southern grid IN-North-eastern;energy;Others\Obsolete -electricity, high voltage, import from IN-Southern grid IN-Northern;energy;Others\Obsolete -electricity, high voltage, import from IN-Southern grid IN-Western;energy;Electricity country mix\High Voltage\Market\Import -electricity, high voltage, import from IN-Western grid IN-Eastern;energy;Electricity country mix\High Voltage\Market\Import -electricity, high voltage, import from IN-Western grid IN-North-eastern;energy;Others\Obsolete -electricity, high voltage, import from IN-Western grid IN-Northern;energy;Electricity country mix\High Voltage\Market\Import -electricity, high voltage, import from IN-Western grid IN-Southern;energy;Electricity country mix\High Voltage\Market\Import -electricity, high voltage, import from IQ;energy;Others\Obsolete -electricity, high voltage, import from IR;energy;Electricity country mix\High Voltage\Market\Import -electricity, high voltage, import from IR;energy;Electricity country mix\High Voltage\Market\Import -electricity, high voltage, import from IT;energy;Electricity country mix\High Voltage\Market\Import -electricity, high voltage, import from IT;energy;Others\Obsolete -electricity, high voltage, import from IT;energy;Electricity country mix\High Voltage\Market\Import -electricity, high voltage, import from IT;energy;Electricity country mix\High Voltage\Market\Import -electricity, high voltage, import from IT;energy;Electricity country mix\High Voltage\Market\Import -electricity, high voltage, import from IT;energy;Electricity country mix\High Voltage\Market\Import -electricity, high voltage, import from JO;energy;Electricity country mix\High Voltage\Market\Import -electricity, high voltage, import from KZ;energy;Electricity country mix\High Voltage\Market\Import -electricity, high voltage, import from LA;energy;Others\Obsolete -electricity, high voltage, import from LT;energy;Electricity country mix\High Voltage\Market\Import -electricity, high voltage, import from LT;energy;Electricity country mix\High Voltage\Market\Import -electricity, high voltage, import from LT;energy;Electricity country mix\High Voltage\Market\Import -electricity, high voltage, import from LT;energy;Electricity country mix\High Voltage\Market\Import -electricity, high voltage, import from LT;energy;Electricity country mix\High Voltage\Market\Import -electricity, high voltage, import from LU;energy;Electricity country mix\High Voltage\Market\Import -electricity, high voltage, import from LU;energy;Electricity country mix\High Voltage\Market\Import -electricity, high voltage, import from LV;energy;Electricity country mix\High Voltage\Market\Import -electricity, high voltage, import from LV;energy;Electricity country mix\High Voltage\Market\Import -electricity, high voltage, import from MA;energy;Electricity country mix\High Voltage\Market\Import -electricity, high voltage, import from ME;energy;Electricity country mix\High Voltage\Market\Import -electricity, high voltage, import from ME;energy;Electricity country mix\High Voltage\Market\Import -electricity, high voltage, import from ME;energy;Electricity country mix\High Voltage\Market\Import -electricity, high voltage, import from MK;energy;Electricity country mix\High Voltage\Market\Import -electricity, high voltage, import from MK;energy;Electricity country mix\High Voltage\Market\Import -electricity, high voltage, import from MK;energy;Electricity country mix\High Voltage\Market\Import -electricity, high voltage, import from MRO, US only;energy;Electricity country mix\High Voltage\Market\Import -electricity, high voltage, import from MRO, US only;energy;Electricity country mix\High Voltage\Market\Import -electricity, high voltage, import from MX;energy;Electricity country mix\High Voltage\Market\Import -electricity, high voltage, import from MX;energy;Others\Obsolete -electricity, high voltage, import from MX WECC, US;energy;Electricity country mix\High Voltage\Market\Import -electricity, high voltage, import from MY;energy;Electricity country mix\High Voltage\Market\Import -electricity, high voltage, import from MZ;energy;Electricity country mix\High Voltage\Market\Import -electricity, high voltage, import from MZ;energy;Electricity country mix\High Voltage\Market\Import -electricity, high voltage, import from NG;energy;Electricity country mix\High Voltage\Market\Import -electricity, high voltage, import from NG;energy;Electricity country mix\High Voltage\Market\Import -electricity, high voltage, import from NI;energy;Electricity country mix\High Voltage\Market\Import -electricity, high voltage, import from NL;energy;Electricity country mix\High Voltage\Market\Import -electricity, high voltage, import from NL;energy;Electricity country mix\High Voltage\Market\Import -electricity, high voltage, import from NL;energy;Electricity country mix\High Voltage\Market\Import -electricity, high voltage, import from NL;energy;Electricity country mix\High Voltage\Market\Import -electricity, high voltage, import from NO;energy;Electricity country mix\High Voltage\Market\Import -electricity, high voltage, import from NO;energy;Electricity country mix\High Voltage\Market\Import -electricity, high voltage, import from NO;energy;Electricity country mix\High Voltage\Market\Import -electricity, high voltage, import from NO;energy;Electricity country mix\High Voltage\Market\Import -electricity, high voltage, import from NPCC, US only;energy;Electricity country mix\High Voltage\Market\Import -electricity, high voltage, import from NPCC, US only;energy;Electricity country mix\High Voltage\Market\Import -electricity, high voltage, import from NPCC, US only;energy;Electricity country mix\High Voltage\Market\Import -electricity, high voltage, import from NPCC, US only;energy;Electricity country mix\High Voltage\Market\Import -electricity, high voltage, import from NPCC, US only;energy;Electricity country mix\High Voltage\Market\Import -electricity, high voltage, import from OM;energy;Electricity country mix\High Voltage\Market\Import -electricity, high voltage, import from PA;energy;Electricity country mix\High Voltage\Market\Import -electricity, high voltage, import from PL;energy;Electricity country mix\High Voltage\Market\Import -electricity, high voltage, import from PL;energy;Electricity country mix\High Voltage\Market\Import -electricity, high voltage, import from PL;energy;Electricity country mix\High Voltage\Market\Import -electricity, high voltage, import from PL;energy;Electricity country mix\High Voltage\Market\Import -electricity, high voltage, import from PL;energy;Electricity country mix\High Voltage\Market\Import -electricity, high voltage, import from PT;energy;Electricity country mix\High Voltage\Market\Import -electricity, high voltage, import from PY BR-Southern;energy;Electricity country mix\High Voltage\Market\Import -electricity, high voltage, import from Quebec;energy;Others\Obsolete -electricity, high voltage, import from Quebec;energy;Others\Obsolete -electricity, high voltage, import from Quebec;energy;Others\Obsolete -electricity, high voltage, import from Quebec NPCC, US;energy;Others\Obsolete -electricity, high voltage, import from RAS;energy;Electricity country mix\High Voltage\Market\Import -electricity, high voltage, import from RO;energy;Electricity country mix\High Voltage\Market\Import -electricity, high voltage, import from RO;energy;Electricity country mix\High Voltage\Market\Import -electricity, high voltage, import from RO;energy;Electricity country mix\High Voltage\Market\Import -electricity, high voltage, import from RO;energy;Electricity country mix\High Voltage\Market\Import -electricity, high voltage, import from RO;energy;Others\Obsolete -electricity, high voltage, import from RS;energy;Electricity country mix\High Voltage\Market\Import -electricity, high voltage, import from RS;energy;Electricity country mix\High Voltage\Market\Import -electricity, high voltage, import from RS;energy;Electricity country mix\High Voltage\Market\Import -electricity, high voltage, import from RS;energy;Electricity country mix\High Voltage\Market\Import -electricity, high voltage, import from RS;energy;Electricity country mix\High Voltage\Market\Import -electricity, high voltage, import from RS;energy;Electricity country mix\High Voltage\Market\Import -electricity, high voltage, import from RS;energy;Electricity country mix\High Voltage\Market\Import -electricity, high voltage, import from RS;energy;Electricity country mix\High Voltage\Market\Import -electricity, high voltage, import from RS;energy;Electricity country mix\High Voltage\Market\Import -electricity, high voltage, import from RU;energy;Electricity country mix\High Voltage\Market\Import -electricity, high voltage, import from RU;energy;Others\Obsolete -electricity, high voltage, import from RU;energy;Electricity country mix\High Voltage\Market\Import -electricity, high voltage, import from RU;energy;Others\Obsolete -electricity, high voltage, import from RU;energy;Others\Obsolete -electricity, high voltage, import from RU;energy;Others\Obsolete -electricity, high voltage, import from RU;energy;Electricity country mix\High Voltage\Market\Import -electricity, high voltage, import from RU;energy;Others\Obsolete -electricity, high voltage, import from SA;energy;Electricity country mix\High Voltage\Market\Import -electricity, high voltage, import from SA;energy;Electricity country mix\High Voltage\Market\Import -electricity, high voltage, import from SA;energy;Electricity country mix\High Voltage\Market\Import -electricity, high voltage, import from SE;energy;Electricity country mix\High Voltage\Market\Import -electricity, high voltage, import from SE;energy;Electricity country mix\High Voltage\Market\Import -electricity, high voltage, import from SE;energy;Electricity country mix\High Voltage\Market\Import -electricity, high voltage, import from SE;energy;Electricity country mix\High Voltage\Market\Import -electricity, high voltage, import from SE;energy;Electricity country mix\High Voltage\Market\Import -electricity, high voltage, import from SE;energy;Electricity country mix\High Voltage\Market\Import -electricity, high voltage, import from SGCC;energy;Electricity country mix\High Voltage\Market\Import -electricity, high voltage, import from SI;energy;Electricity country mix\High Voltage\Market\Import -electricity, high voltage, import from SI;energy;Electricity country mix\High Voltage\Market\Import -electricity, high voltage, import from SI;energy;Electricity country mix\High Voltage\Market\Import -electricity, high voltage, import from SK;energy;Electricity country mix\High Voltage\Market\Import -electricity, high voltage, import from SK;energy;Electricity country mix\High Voltage\Market\Import -electricity, high voltage, import from SK;energy;Electricity country mix\High Voltage\Market\Import -electricity, high voltage, import from SK;energy;Electricity country mix\High Voltage\Market\Import -electricity, high voltage, import from SY;energy;Electricity country mix\High Voltage\Market\Import -electricity, high voltage, import from TG;energy;Electricity country mix\High Voltage\Market\Import -electricity, high voltage, import from TH;energy;Others\Obsolete -electricity, high voltage, import from TM;energy;Others\Obsolete -electricity, high voltage, import from TN;energy;Electricity country mix\High Voltage\Market\Import -electricity, high voltage, import from TR;energy;Electricity country mix\High Voltage\Market\Import -electricity, high voltage, import from TR;energy;Electricity country mix\High Voltage\Market\Import -electricity, high voltage, import from TR;energy;Electricity country mix\High Voltage\Market\Import -electricity, high voltage, import from TR;energy;Electricity country mix\High Voltage\Market\Import -electricity, high voltage, import from TRE;energy;Electricity country mix\High Voltage\Market\Import -electricity, high voltage, import from TW;energy;Others\Obsolete -electricity, high voltage, import from TZ;energy;Electricity country mix\High Voltage\Market\Import -electricity, high voltage, import from UA;energy;Electricity country mix\High Voltage\Market\Import -electricity, high voltage, import from UA;energy;Electricity country mix\High Voltage\Market\Import -electricity, high voltage, import from UA;energy;Electricity country mix\High Voltage\Market\Import -electricity, high voltage, import from UA;energy;Electricity country mix\High Voltage\Market\Import -electricity, high voltage, import from UA;energy;Others\Obsolete -electricity, high voltage, import from UA;energy;Electricity country mix\High Voltage\Market\Import -electricity, high voltage, import from unspecified;energy;Others\Obsolete -electricity, high voltage, import from UY BR-Southern;energy;Electricity country mix\High Voltage\Market\Import -electricity, high voltage, import from UZ;energy;Electricity country mix\High Voltage\Market\Import -electricity, high voltage, import from UZ;energy;Electricity country mix\High Voltage\Market\Import -electricity, high voltage, import from UZ;energy;Electricity country mix\High Voltage\Market\Import -electricity, high voltage, import from VE;energy;Others\Obsolete -electricity, high voltage, import from VE;energy;Electricity country mix\High Voltage\Market\Import -electricity, high voltage, import from VE BR-Northern;energy;Electricity country mix\High Voltage\Market\Import -electricity, high voltage, import from VE BR-Southern;energy;Electricity country mix\High Voltage\Market\Import -electricity, high voltage, import from VN;energy;Electricity country mix\High Voltage\Market\Import -electricity, high voltage, import from WECC, US only;energy;Electricity country mix\High Voltage\Market\Import -electricity, high voltage, import from WECC, US only;energy;Electricity country mix\High Voltage\Market\Import -electricity, high voltage, import from ZA;energy;Electricity country mix\High Voltage\Market\Import -electricity, high voltage, import from ZA;energy;Electricity country mix\High Voltage\Market\Import -electricity, high voltage, import from ZA;energy;Electricity country mix\High Voltage\Market\Import -electricity, high voltage, import from ZA;energy;Electricity country mix\High Voltage\Market\Import -electricity, high voltage, import from ZW;energy;Electricity country mix\High Voltage\Market\Import -electricity, high voltage, label-certified, production mix;energy;Electricity country mix\High Voltage\Transformation\Production mix -electricity, high voltage, natural gas, import from Germany;energy;Electricity country mix\High Voltage\Market\Import -electricity, high voltage, nuclear, import from France;energy;Electricity by fuel\Nuclear\PWR\Transformation -electricity, high voltage, production mix;energy;Electricity country mix\High Voltage\Transformation\Production mix -electricity, high voltage, production mix;energy;Electricity country mix\High Voltage\Transformation\Production mix -electricity, high voltage, production mix;energy;Electricity country mix\High Voltage\Transformation\Production mix -electricity, high voltage, production mix;energy;Electricity country mix\High Voltage\Transformation\Production mix -electricity, high voltage, production mix;energy;Electricity country mix\High Voltage\Transformation\Production mix -electricity, high voltage, production mix;energy;Electricity country mix\High Voltage\Transformation\Production mix -electricity, high voltage, production mix;energy;Electricity country mix\High Voltage\Transformation\Production mix -electricity, high voltage, production mix;energy;Electricity country mix\High Voltage\Transformation\Production mix -electricity, high voltage, production mix;energy;Electricity country mix\High Voltage\Transformation\Production mix -electricity, high voltage, production mix;energy;Electricity country mix\High Voltage\Transformation\Production mix -electricity, high voltage, production mix;energy;Electricity country mix\High Voltage\Transformation\Production mix -electricity, high voltage, production mix;energy;Electricity country mix\High Voltage\Transformation\Production mix -electricity, high voltage, production mix;energy;Electricity country mix\High Voltage\Transformation\Production mix -electricity, high voltage, production mix;energy;Electricity country mix\High Voltage\Transformation\Production mix -electricity, high voltage, production mix;energy;Electricity country mix\High Voltage\Transformation\Production mix -electricity, high voltage, production mix;energy;Electricity country mix\High Voltage\Transformation\Production mix -electricity, high voltage, production mix;energy;Electricity country mix\High Voltage\Transformation\Production mix -electricity, high voltage, production mix;energy;Electricity country mix\High Voltage\Transformation\Production mix -electricity, high voltage, production mix;energy;Electricity country mix\High Voltage\Transformation\Production mix -electricity, high voltage, production mix;energy;Electricity country mix\High Voltage\Transformation\Production mix -electricity, high voltage, production mix;energy;Others\Obsolete -electricity, high voltage, production mix;energy;Electricity country mix\High Voltage\Transformation\Production mix -electricity, high voltage, production mix;energy;Electricity country mix\High Voltage\Transformation\Production mix -electricity, high voltage, production mix;energy;Electricity country mix\High Voltage\Transformation\Production mix -electricity, high voltage, production mix;energy;Electricity country mix\High Voltage\Transformation\Production mix -electricity, high voltage, production mix;energy;Electricity country mix\High Voltage\Transformation\Production mix -electricity, high voltage, production mix;energy;Electricity country mix\High Voltage\Transformation\Production mix -electricity, high voltage, production mix;energy;Electricity country mix\High Voltage\Transformation\Production mix -electricity, high voltage, production mix;energy;Electricity country mix\High Voltage\Transformation\Production mix -electricity, high voltage, production mix;energy;Electricity country mix\High Voltage\Transformation\Production mix -electricity, high voltage, production mix;energy;Electricity country mix\High Voltage\Transformation\Production mix -electricity, high voltage, production mix;energy;Electricity country mix\High Voltage\Transformation\Production mix -electricity, high voltage, production mix;energy;Electricity country mix\High Voltage\Transformation\Production mix -electricity, high voltage, production mix;energy;Electricity country mix\High Voltage\Transformation\Production mix -electricity, high voltage, production mix;energy;Electricity country mix\High Voltage\Transformation\Production mix -electricity, high voltage, production mix;energy;Electricity country mix\High Voltage\Transformation\Production mix -electricity, high voltage, production mix;energy;Electricity country mix\High Voltage\Transformation\Production mix -electricity, high voltage, production mix;energy;Electricity country mix\High Voltage\Transformation\Production mix -electricity, high voltage, production mix;energy;Electricity country mix\High Voltage\Transformation\Production mix -electricity, high voltage, production mix;energy;Electricity country mix\High Voltage\Transformation\Production mix -electricity, high voltage, production mix;energy;Electricity country mix\High Voltage\Transformation\Production mix -electricity, high voltage, production mix;energy;Electricity country mix\High Voltage\Transformation\Production mix -electricity, high voltage, production mix;energy;Electricity country mix\High Voltage\Transformation\Production mix -electricity, high voltage, production mix;energy;Electricity country mix\High Voltage\Transformation\Production mix -electricity, high voltage, production mix;energy;Electricity country mix\High Voltage\Transformation\Production mix -electricity, high voltage, production mix;energy;Electricity country mix\High Voltage\Transformation\Production mix -electricity, high voltage, production mix;energy;Electricity country mix\High Voltage\Transformation\Production mix -electricity, high voltage, production mix;energy;Electricity country mix\High Voltage\Transformation\Production mix -electricity, high voltage, production mix;energy;Electricity country mix\High Voltage\Transformation\Production mix -electricity, high voltage, production mix;energy;Electricity country mix\High Voltage\Transformation\Production mix -electricity, high voltage, production mix;energy;Electricity country mix\High Voltage\Transformation\Production mix -electricity, high voltage, production mix;energy;Electricity country mix\High Voltage\Transformation\Production mix -electricity, high voltage, production mix;energy;Electricity country mix\High Voltage\Transformation\Production mix -electricity, high voltage, production mix;energy;Electricity country mix\High Voltage\Transformation\Production mix -electricity, high voltage, production mix;energy;Electricity country mix\High Voltage\Transformation\Production mix -electricity, high voltage, production mix;energy;Others\Obsolete -electricity, high voltage, production mix;energy;Electricity country mix\High Voltage\Transformation\Production mix -electricity, high voltage, production mix;energy;Electricity country mix\High Voltage\Transformation\Production mix -electricity, high voltage, production mix;energy;Electricity country mix\High Voltage\Transformation\Production mix -electricity, high voltage, production mix;energy;Electricity country mix\High Voltage\Transformation\Production mix -electricity, high voltage, production mix;energy;Electricity country mix\High Voltage\Transformation\Production mix -electricity, high voltage, production mix;energy;Electricity country mix\High Voltage\Transformation\Production mix -electricity, high voltage, production mix;energy;Others\Obsolete -electricity, high voltage, production mix;energy;Electricity country mix\High Voltage\Transformation\Production mix -electricity, high voltage, production mix;energy;Electricity country mix\High Voltage\Transformation\Production mix -electricity, high voltage, production mix;energy;Electricity country mix\High Voltage\Transformation\Production mix -electricity, high voltage, production mix;energy;Electricity country mix\High Voltage\Transformation\Production mix -electricity, high voltage, production mix;energy;Electricity country mix\High Voltage\Transformation\Production mix -electricity, high voltage, production mix;energy;Electricity country mix\High Voltage\Transformation\Production mix -electricity, high voltage, production mix;energy;Electricity country mix\High Voltage\Transformation\Production mix -electricity, high voltage, production mix;energy;Electricity country mix\High Voltage\Transformation\Production mix -electricity, high voltage, production mix;energy;Electricity country mix\High Voltage\Transformation\Production mix -electricity, high voltage, production mix;energy;Electricity country mix\High Voltage\Transformation\Production mix -electricity, high voltage, production mix;energy;Electricity country mix\High Voltage\Transformation\Production mix -electricity, high voltage, production mix;energy;Electricity country mix\High Voltage\Transformation\Production mix -electricity, high voltage, production mix;energy;Electricity country mix\High Voltage\Transformation\Production mix -electricity, high voltage, production mix;energy;Electricity country mix\High Voltage\Transformation\Production mix -electricity, high voltage, production mix;energy;Electricity country mix\High Voltage\Transformation\Production mix -electricity, high voltage, production mix;energy;Electricity country mix\High Voltage\Transformation\Production mix -electricity, high voltage, production mix;energy;Electricity country mix\High Voltage\Transformation\Production mix -electricity, high voltage, production mix;energy;Electricity country mix\High Voltage\Transformation\Production mix -electricity, high voltage, production mix;energy;Electricity country mix\High Voltage\Transformation\Production mix -electricity, high voltage, production mix;energy;Electricity country mix\High Voltage\Transformation\Production mix -electricity, high voltage, production mix;energy;Electricity country mix\High Voltage\Transformation\Production mix -electricity, high voltage, production mix;energy;Electricity country mix\High Voltage\Transformation\Production mix -electricity, high voltage, production mix;energy;Electricity country mix\High Voltage\Transformation\Production mix -electricity, high voltage, production mix;energy;Electricity country mix\High Voltage\Transformation\Production mix -electricity, high voltage, production mix;energy;Electricity country mix\High Voltage\Transformation\Production mix -electricity, high voltage, production mix;energy;Electricity country mix\High Voltage\Transformation\Production mix -electricity, high voltage, production mix;energy;Electricity country mix\High Voltage\Transformation\Production mix -electricity, high voltage, production mix;energy;Electricity country mix\High Voltage\Transformation\Production mix -electricity, high voltage, production mix;energy;Electricity country mix\High Voltage\Transformation\Production mix -electricity, high voltage, production mix;energy;Electricity country mix\High Voltage\Transformation\Production mix -electricity, high voltage, production mix;energy;Electricity country mix\High Voltage\Transformation\Production mix -electricity, high voltage, production mix;energy;Electricity country mix\High Voltage\Transformation\Production mix -electricity, high voltage, production mix;energy;Electricity country mix\High Voltage\Transformation\Production mix -electricity, high voltage, production mix;energy;Electricity country mix\High Voltage\Transformation\Production mix -electricity, high voltage, production mix;energy;Electricity country mix\High Voltage\Transformation\Production mix -electricity, high voltage, production mix;energy;Electricity country mix\High Voltage\Transformation\Production mix -electricity, high voltage, production mix;energy;Electricity country mix\High Voltage\Transformation\Production mix -electricity, high voltage, production mix;energy;Electricity country mix\High Voltage\Transformation\Production mix -electricity, high voltage, production mix;energy;Electricity country mix\High Voltage\Transformation\Production mix -electricity, high voltage, production mix;energy;Electricity country mix\High Voltage\Transformation\Production mix -electricity, high voltage, production mix;energy;Electricity country mix\High Voltage\Transformation\Production mix -electricity, high voltage, production mix;energy;Electricity country mix\High Voltage\Transformation\Production mix -electricity, high voltage, production mix;energy;Electricity country mix\High Voltage\Transformation\Production mix -electricity, high voltage, production mix;energy;Electricity country mix\High Voltage\Transformation\Production mix -electricity, high voltage, production mix;energy;Electricity country mix\High Voltage\Transformation\Production mix -electricity, high voltage, production mix;energy;Electricity country mix\High Voltage\Transformation\Production mix -electricity, high voltage, production mix;energy;Others\Obsolete -electricity, high voltage, production mix;energy;Others\Obsolete -electricity, high voltage, production mix;energy;Electricity country mix\High Voltage\Transformation\Production mix -electricity, high voltage, production mix IN-Eastern;energy;Electricity country mix\High Voltage\Transformation\Production mix -electricity, high voltage, production mix IN-North-eastern;energy;Electricity country mix\High Voltage\Transformation\Production mix -electricity, high voltage, production mix IN-Northern;energy;Electricity country mix\High Voltage\Transformation\Production mix -electricity, high voltage, production mix IN-Southern;energy;Electricity country mix\High Voltage\Transformation\Production mix -electricity, high voltage, production mix IN-Western;energy;Electricity country mix\High Voltage\Transformation\Production mix -electricity, high voltage, production mix MRO, US;energy;Electricity country mix\High Voltage\Transformation\Production mix -electricity, high voltage, production mix NPCC, US;energy;Electricity country mix\High Voltage\Transformation\Production mix -electricity, high voltage, production mix WECC, US;energy;Electricity country mix\High Voltage\Transformation\Production mix -electricity, high voltage, wind power, import from Germany;energy;Electricity by fuel\Wind\Transformation -electricity, low voltage, photovoltaic, import from Germany;energy;Electricity country mix\Low Voltage\Transformation -electrode production, negative, LiC6;material;Electronics\Module\Transformation -electrode production, negative, Ni;material;Electronics\Module\Transformation -electrode production, positive, LaNi5;material;Electronics\Component\Transformation -electrolysis of lithium chloride;material;Chemicals\Gases\Transformation -electrolysis of lithium chloride;material;Metals\Non ferro\Transformation -Electrolyte {GLO}| Cut-off,;transport;carculator\energy storage\lithium-ion battery -electrolyte production, KOH, LiOH additive;material;Electronics\Component\Transformation -Electrolyte, lfp {JP}| Cut-off,;transport;carculator\energy storage\lithium-ion battery -Electrolyte, nca {JP}| Cut-off,;transport;carculator\energy storage\lithium-ion battery -electrolytic refining of primary copper;material;Metals\Extraction\Transformation -electrolytic refining of primary copper;material;Metals\Non ferro\Transformation -electron gun production, for cathode ray tube display;material;Electronics\Component\Transformation -electronic component factory construction;material;Electronics\Component\Transformation\Infrastructure -electronic component machinery production, unspecified;material;Electronics\Component\Transformation\Infrastructure -electronic component production, active, unspecified;material;Electronics\Component\Transformation -electronic component production, passive, unspecified;material;Electronics\Component\Transformation -electronics production, for control units;material;Electronics\Component\Transformation -electronics production, for control units;material;Electronics\Component\Transformation -electronics scrap, Recycled Content cut-off;material;Electronics\Component\Transformation -elevator production, hydraulic;material;Construction\Others\Transformation\Infrastructure -enamelling;processing;Metals\Coating\Transformation -enamelling;processing;Metals\Coating\Transformation -enamelling;processing;Metals\Coating\Transformation -End plate {GLO}| Cut-off,;transport;carculator\energy storage\lithium-ion battery -End-busbar aluminum {GLO}| Cut-off,;transport;carculator\energy storage\lithium-ion battery -End-busbar copper {GLO}| Cut-off,;transport;carculator\energy storage\lithium-ion battery -energy and auxilliary inputs, metal working factory, with heating from hard;processing;Metals\Metal working\Transformation -energy and auxilliary inputs, metal working factory, with heating from hard;processing;Metals\Metal working\Transformation -energy and auxilliary inputs, metal working factory, with heating from heavy;processing;Metals\Metal working\Transformation -energy and auxilliary inputs, metal working factory, with heating from heavy;processing;Metals\Metal working\Transformation -energy and auxilliary inputs, metal working factory, with heating from light;processing;Metals\Metal working\Transformation -energy and auxilliary inputs, metal working factory, with heating from light;processing;Metals\Metal working\Transformation -energy and auxilliary inputs, metal working factory, with heating from natural;processing;Metals\Metal working\Transformation -energy and auxilliary inputs, metal working factory, with heating from natural;processing;Metals\Metal working\Transformation -energy and auxilliary inputs, metal working machine, with process heat from;processing;Metals\Metal working\Transformation -energy and auxilliary inputs, metal working machine, with process heat from;processing;Metals\Metal working\Transformation -energy and auxilliary inputs, metal working machine, with process heat from;processing;Metals\Metal working\Transformation -energy and auxilliary inputs, metal working machine, with process heat from;processing;Metals\Metal working\Transformation -energy and auxilliary inputs, metal working machine, with process heat from;processing;Metals\Metal working\Transformation -energy and auxilliary inputs, metal working machine, with process heat from;processing;Metals\Metal working\Transformation -energy and auxilliary inputs, metal working machine, with process heat from;processing;Metals\Metal working\Transformation -energy and auxilliary inputs, metal working machine, with process heat from;processing;Metals\Metal working\Transformation -energy requirement for assembly of heat and power co-generation unit, 160kW;energy;Cogeneration\Gas\Transformation\Infrastructure -energy requirement for assembly of heat and power co-generation unit, 160kW;energy;Cogeneration\Gas\Transformation\Infrastructure -energy saving, from ventilation system, 1 x 720 m3/h, polyethylene ducts, with;processing;Energy reduction\Transformation -energy saving, from ventilation system, 1 x 720 m3/h, polyethylene ducts, with;processing;Energy reduction\Transformation -energy saving, from ventilation system, 1 x 720 m3/h, steel ducts, with earth;processing;Energy reduction\Transformation -energy saving, from ventilation system, 1 x 720 m3/h, steel ducts, with earth;processing;Energy reduction\Transformation -energy saving, from ventilation system, 6 x 120 m3/h, polyethylene ducts;processing;Energy reduction\Transformation -energy saving, from ventilation system, 6 x 120 m3/h, polyethylene ducts;processing;Energy reduction\Transformation -energy saving, from ventilation system, 6 x 120 m3/h, polyethylene ducts, with;processing;Energy reduction\Transformation -energy saving, from ventilation system, 6 x 120 m3/h, polyethylene ducts, with;processing;Energy reduction\Transformation -energy saving, from ventilation system, 6 x 120 m3/h, steel ducts;processing;Energy reduction\Transformation -energy saving, from ventilation system, 6 x 120 m3/h, steel ducts;processing;Energy reduction\Transformation -energy saving, from ventilation system, 6 x 120 m3/h, steel ducts, with earth;processing;Energy reduction\Transformation -energy saving, from ventilation system, 6 x 120 m3/h, steel ducts, with earth;processing;Energy reduction\Transformation -energy use and operation emissions, electric bicycle;transport;Road\Transformation -energy use and operation emissions, electric bicycle;transport;Road\Transformation -energy use and operation emissions, electric bicycle, label-certified;transport;Road\Transformation -energy use and operation emissions, electric bicycle, label-certified;transport;Others\Obsolete -energy wood harvester production;transport;Road\Transformation\Infrastructure -engineered wood joist production;material;Wood\Products\Transformation -engineered wood joist production;material;Wood\Products\Transformation -enzymes production;material;Chemicals\Others\Transformation -enzymes production;material;Chemicals\Others\Transformation -epichlorohydrin production from allyl chloride;material;Chemicals\Inorganic\Transformation -epichlorohydrin production from allyl chloride;material;Chemicals\Inorganic\Transformation -epichlorohydrin production from allyl chloride;material;Chemicals\Organic\Transformation -epichlorohydrin production from allyl chloride;material;Chemicals\Organic\Transformation -epichlorohydrin production from allyl chloride;material;Chemicals\Organic\Transformation -epichlorohydrin production from allyl chloride;material;Chemicals\Organic\Transformation -epoxy resin insulator, Al2O3 production;material;Chemicals\Organic\Transformation -epoxy resin insulator, Al2O3 production;material;Chemicals\Organic\Transformation -epoxy resin insulator, SiO2 production;material;Chemicals\Organic\Transformation -epoxy resin insulator, SiO2 production;material;Chemicals\Organic\Transformation -epoxy resin production;material;Others\Obsolete -epoxy resin production;material;Others\Obsolete -epoxy resin production, liquid;material;Chemicals\Organic\Transformation -epoxy resin production, liquid;material;Chemicals\Organic\Transformation -Essential bop {GLO}| Cut-off,;transport;carculator\energy storage\fuel cell stack -establishing orchard;material;Agricultural\Plant production\Other\Transformation -establishing orchard;material;Agricultural\Plant production\Other\Transformation -esterification of palm oil;material;Chemicals\Organic\Transformation -esterification of palm oil;material;Chemicals\Organic\Transformation -esterification of palm oil;material;Chemicals\Organic\Transformation -esterification of palm oil;material;Chemicals\Organic\Transformation -esterification of rape oil;material;Chemicals\Organic\Transformation -esterification of rape oil;material;Chemicals\Organic\Transformation -esterification of rape oil;material;Chemicals\Inorganic\Transformation -esterification of rape oil;material;Chemicals\Organic\Transformation -esterification of rape oil;material;Chemicals\Organic\Transformation -esterification of rape oil Europe without;material;Chemicals\Organic\Transformation -esterification of rape oil Europe without;material;Chemicals\Inorganic\Transformation -esterification of rape oil Europe without;material;Chemicals\Organic\Transformation -esterification of soybean oil;material;Chemicals\Organic\Transformation -esterification of soybean oil;material;Chemicals\Organic\Transformation -esterification of soybean oil;material;Chemicals\Organic\Transformation -esterification of soybean oil;material;Chemicals\Organic\Transformation -esterification of soybean oil;material;Chemicals\Organic\Transformation -esterification of soybean oil;material;Chemicals\Organic\Transformation -esterquat production, from coconut oil and palm kernel oil;material;Chemicals\Washing agents\Tensides\Transformation -esterquat production, from coconut oil and palm kernel oil;material;Chemicals\Washing agents\Tensides\Transformation -esters of versatic acid production;material;Chemicals\Organic\Transformation -esters of versatic acid production;material;Chemicals\Organic\Transformation -ethane extraction, from natural gas liquids;material;Chemicals\Gases\Transformation -ethanol fermentation plant construction;material;Fuels\Biofuels\Ethanol\Transformation\Infrastructure -ethanol fermentation plant construction;material;Fuels\Biofuels\Ethanol\Transformation\Infrastructure -Ethanol from forest residues {RER}| Cut-off,;transport;carculator\biofuels\transformation -Ethanol from maize starch {RER}| Cut-off,;transport;carculator\biofuels\transformation -Ethanol from sugarbeet {RER}| Cut-off,;transport;carculator\biofuels\transformation -Ethanol from wheat grains {RER}| Cut-off,;transport;carculator\biofuels\transformation -Ethanol from wheat straw pellets {RER}| Cut-off,;transport;carculator\biofuels\transformation -ethanol production from grass;material;Fuels\Biofuels\Ethanol\Transformation -ethanol production from grass;material;Others\Obsolete -ethanol production from grass;material;Agricultural\Animal feed\Transformation -ethanol production from grass;material;Others\Obsolete -ethanol production from grass;material;Agricultural\Animal feed\Transformation -ethanol production from grass;material;Others\Obsolete -ethanol production from maize;material;Agricultural\Animal feed\Transformation -ethanol production from maize;material;Agricultural\Animal feed\Transformation -ethanol production from maize;material;Fuels\Biofuels\Ethanol\Transformation -ethanol production from maize;material;Fuels\Biofuels\Ethanol\Transformation -ethanol production from potatoes;material;Agricultural\Animal feed\Transformation -ethanol production from potatoes;material;Agricultural\Animal feed\Transformation -ethanol production from potatoes;material;Fuels\Biofuels\Ethanol\Transformation -ethanol production from potatoes;material;Fuels\Biofuels\Ethanol\Transformation -ethanol production from rye;material;Agricultural\Animal feed\Transformation -ethanol production from rye;material;Agricultural\Animal feed\Transformation -ethanol production from rye;material;Fuels\Biofuels\Ethanol\Transformation -ethanol production from rye;material;Fuels\Biofuels\Ethanol\Transformation -ethanol production from sugar beet;material;Fuels\Biofuels\Ethanol\Transformation -ethanol production from sugar beet;material;Fuels\Biofuels\Ethanol\Transformation -ethanol production from sugar beet;material;Agricultural\Plant production\Sugar Beets\Transformation -ethanol production from sugar beet;material;Agricultural\Plant production\Sugar Beets\Transformation -ethanol production from sugar beet molasses;material;Fuels\Biofuels\Ethanol\Transformation -ethanol production from sugar beet molasses;material;Fuels\Biofuels\Ethanol\Transformation -ethanol production from sugar cane;energy;Others\Obsolete -ethanol production from sugar cane;material;Others\Obsolete -ethanol production from sugarcane;material;Others\Obsolete -ethanol production from sweet sorghum;material;Agricultural\Plant production\Roughage\Transformation -ethanol production from sweet sorghum;material;Agricultural\Plant production\Roughage\Transformation -ethanol production from sweet sorghum;energy;Electricity by fuel\Biofuels\Transformation -ethanol production from sweet sorghum;energy;Electricity by fuel\Biofuels\Transformation -ethanol production from sweet sorghum;material;Fuels\Biofuels\Ethanol\Transformation -ethanol production from sweet sorghum;material;Fuels\Biofuels\Ethanol\Transformation -ethanol production from whey;material;Fuels\Biofuels\Ethanol\Transformation -ethanol production from whey;material;Fuels\Biofuels\Ethanol\Transformation -ethanol production from whey;material;Agricultural\Animal feed\Transformation -ethanol production from whey;material;Agricultural\Animal feed\Transformation -ethanol production from whey;material;Agricultural\Animal feed\Transformation -ethanol production from whey;material;Agricultural\Animal feed\Transformation -ethanol production from wood;energy;Electricity by fuel\Biofuels\Transformation -ethanol production from wood;energy;Electricity by fuel\Biofuels\Transformation -ethanol production from wood;energy;Electricity by fuel\Biofuels\Transformation -ethanol production from wood;material;Fuels\Biofuels\Ethanol\Transformation -ethanol production from wood;material;Fuels\Biofuels\Ethanol\Transformation -ethanol production from wood;material;Fuels\Biofuels\Ethanol\Transformation -Ethanol without biogas {RER}| Cut-off,;transport;carculator\biofuels\transformation -ethanol, from fermentation, to niche market for ethanol, at service station;material;Fuels\Biofuels\Ethanol\Transformation -ethanol, from fermentation, to niche market for ethanol, at service station;material;Fuels\Biofuels\Ethanol\Transformation -ethanolamine production;material;Chemicals\Organic\Transformation -ethanolamine production;material;Chemicals\Organic\Transformation -ethanolamine production;material;Chemicals\Organic\Transformation -ethanolamine production;material;Chemicals\Organic\Transformation -ethanolamine production;material;Chemicals\Organic\Transformation -ethanolamine production;material;Chemicals\Organic\Transformation -ethoxylated alcohol (AE>20) production, palm oil;material;Chemicals\Washing agents\Tensides\Transformation -ethoxylated alcohol (AE>20) production, palm oil;material;Chemicals\Washing agents\Tensides\Transformation -ethoxylated alcohol (AE11) production, palm oil;material;Chemicals\Washing agents\Tensides\Transformation -ethoxylated alcohol (AE11) production, palm oil;material;Chemicals\Washing agents\Tensides\Transformation -ethoxylated alcohol (AE3) production, coconut oil;material;Chemicals\Washing agents\Tensides\Transformation -ethoxylated alcohol (AE3) production, coconut oil;material;Chemicals\Washing agents\Tensides\Transformation -ethoxylated alcohol (AE3) production, palm kernel oil;material;Chemicals\Washing agents\Tensides\Transformation -ethoxylated alcohol (AE3) production, palm kernel oil;material;Chemicals\Washing agents\Tensides\Transformation -ethoxylated alcohol (AE3) production, petrochemical;material;Chemicals\Washing agents\Tensides\Transformation -ethoxylated alcohol (AE3) production, petrochemical;material;Chemicals\Washing agents\Tensides\Transformation -ethoxylated alcohol (AE7) production, coconut oil;material;Chemicals\Washing agents\Tensides\Transformation -ethoxylated alcohol (AE7) production, coconut oil;material;Chemicals\Washing agents\Tensides\Transformation -ethoxylated alcohol (AE7) production, palm kernel oil;material;Chemicals\Washing agents\Tensides\Transformation -ethoxylated alcohol (AE7) production, palm kernel oil;material;Chemicals\Washing agents\Tensides\Transformation -ethoxylated alcohol (AE7) production, petrochemical;material;Chemicals\Washing agents\Tensides\Transformation -ethoxylated alcohol (AE7) production, petrochemical;material;Chemicals\Washing agents\Tensides\Transformation -ethyl acetate production;material;Chemicals\Organic\Transformation -ethyl acetate production;material;Chemicals\Organic\Transformation -ethyl benzene production;material;Chemicals\Organic\Transformation -ethyl benzene production;material;Chemicals\Organic\Transformation -ethyl tert-butyl ether production, from bioethanol;material;Chemicals\Organic\Transformation -ethyl tert-butyl ether production, from bioethanol;material;Chemicals\Organic\Transformation -ethylamine production;material;Chemicals\Organic\Transformation -ethylamine production;material;Chemicals\Organic\Transformation -ethylene bromide production;material;Chemicals\Organic\Transformation -ethylene bromide production;material;Chemicals\Organic\Transformation -ethylene carbonate production;material;Chemicals\Organic\Transformation -ethylene carbonate production;material;Chemicals\Organic\Transformation -ethylene dichloride production;material;Chemicals\Organic\Transformation -ethylene dichloride production;material;Chemicals\Organic\Transformation -ethylene glycol diethyl ether production;material;Chemicals\Organic\Transformation -ethylene glycol diethyl ether production;material;Chemicals\Organic\Transformation -ethylene glycol dimethyl ether production;material;Chemicals\Organic\Transformation -ethylene glycol dimethyl ether production;material;Chemicals\Organic\Transformation -ethylene glycol monoethyl ether production;material;Chemicals\Organic\Transformation -ethylene glycol monoethyl ether production;material;Chemicals\Organic\Transformation -ethylene glycol production;material;Chemicals\Organic\Transformation -ethylene glycol production;material;Chemicals\Organic\Transformation -ethylene glycol production;material;Chemicals\Organic\Transformation -ethylene glycol production;material;Chemicals\Organic\Transformation -ethylene glycol production;material;Chemicals\Organic\Transformation -ethylene glycol production;material;Chemicals\Organic\Transformation -ethylene hydration;material;Chemicals\Organic\Transformation -ethylene hydration;material;Chemicals\Organic\Transformation -ethylene hydration;material;Chemicals\Organic\Transformation -ethylene hydration;material;Chemicals\Organic\Transformation -ethylene oxide production;material;Chemicals\Organic\Transformation -ethylene oxide production;material;Chemicals\Organic\Transformation -ethylene production, average;material;Chemicals\Organic\Transformation -ethylene production, average;material;Chemicals\Organic\Transformation -ethylene production, pipeline system;material;Chemicals\Organic\Transformation -ethylene production, pipeline system;material;Chemicals\Organic\Transformation -ethylene vinyl acetate copolymer production;material;Plastics\Thermoplasts\Transformation -ethylene vinyl acetate copolymer production;material;Plastics\Thermoplasts\Transformation -ethylenediamine production;material;Chemicals\Organic\Transformation -ethylenediamine production;material;Chemicals\Organic\Transformation -ethylvinylacetate production, foil;material;Plastics\Thermoplasts\Transformation -ethylvinylacetate production, foil;material;Plastics\Thermoplasts\Transformation -eucalyptus seedling production, in heated greenhouse;material;Agricultural\Plant seeds\Transformation -eucalyptus seedling production, in heated greenhouse;material;Agricultural\Plant seeds\Transformation -eucalyptus seedling production, in unheated greenhouse;material;Agricultural\Plant seeds\Transformation -eucalyptus seedling production, in unheated greenhouse;material;Agricultural\Plant seeds\Transformation -EUR-flat pallet production;material;Wood\Products\Transformation -EUR-flat pallet production;material;Wood\Products\Transformation -evacuated tube collector production;energy;Heat\Solar\Transformation\Infrastructure -evacuated tube collector production;energy;Heat\Solar\Transformation\Infrastructure -evaporation of natural gas;material;Fuels\Natural gas\Transformation -evaporation of natural gas;material;Fuels\Natural gas\Transformation -evaporation of natural gas;material;Fuels\Natural gas\Transformation -excavation, hydraulic digger;transport;Building equipment\Transformation -excavation, hydraulic digger;transport;Building equipment\Transformation -excavation, skid-steer loader;transport;Building equipment\Transformation -excavation, skid-steer loader;transport;Building equipment\Transformation -exhaust air outlet production, steel/aluminium, 85x365 mm;material;Construction\Ventilation\Transformation -exhaust air outlet production, steel/aluminium, 85x365 mm;material;Construction\Ventilation\Transformation -exhaust air roof hood production, steel, DN 400;material;Construction\Ventilation\Transformation -exhaust air roof hood production, steel, DN 400;material;Construction\Ventilation\Transformation -exhaust air valve production, in-wall housing, plastic/steel, DN 125;material;Construction\Ventilation\Transformation -exhaust air valve production, in-wall housing, plastic/steel, DN 125;material;Construction\Ventilation\Transformation -expanded clay production;material;Minerals\Transformation -expanded clay production;material;Minerals\Transformation -expanded perlite production;material;Minerals\Transformation -expanded perlite production;material;Minerals\Transformation -expanded vermiculite production;material;Minerals\Transformation -expansion vessel production, 25l;energy;Heat\Solar\Transformation\Infrastructure -expansion vessel production, 25l;energy;Heat\Solar\Transformation\Infrastructure -expansion vessel production, 80l;energy;Heat\Solar\Transformation\Infrastructure -expansion vessel production, 80l;energy;Heat\Solar\Transformation\Infrastructure -explosive production, tovex;material;Chemicals\Others\Transformation -explosive production, tovex;material;Chemicals\Others\Transformation -explosives factory construction;material;Chemicals\Others\Transformation\Infrastructure -explosives factory construction;material;Chemicals\Others\Transformation\Infrastructure -extrusion of plastic sheets and thermoforming, inline;processing;Plastics\Transformation -extrusion of plastic sheets and thermoforming, inline;processing;Plastics\Transformation -extrusion production, plastic film;processing;Others\Obsolete -extrusion production, plastic film;processing;Others\Obsolete -extrusion production, plastic film;processing;Others\Obsolete -extrusion production, plastic pipes;processing;Others\Obsolete -extrusion production, plastic pipes;processing;Others\Obsolete -extrusion production, plastic pipes;processing;Others\Obsolete -extrusion, co-extrusion of plastic sheets;processing;Plastics\Transformation -extrusion, co-extrusion of plastic sheets;processing;Plastics\Transformation -extrusion, plastic film;processing;Plastics\Transformation -extrusion, plastic film;processing;Plastics\Transformation -extrusion, plastic film;processing;Plastics\Transformation -extrusion, plastic pipes;processing;Plastics\Transformation -extrusion, plastic pipes;processing;Plastics\Transformation -extrusion, plastic pipes;processing;Plastics\Transformation -fan production, for power supply unit, desktop computer;material;Electronics\Module\Transformation -fattening of calves for beef cattle production, on pasture;material;Agricultural\Animal production\Bovine\Transformation -fattening of calves for beef cattle production, on pasture;material;Agricultural\Animal production\Bovine\Transformation -fattening of calves for beef production, feedlot;material;Agricultural\Animal production\Bovine\Transformation -fattening of calves for beef production, feedlot;material;Agricultural\Animal production\Bovine\Transformation -fattening of heifers for beef cattle production, on pasture;material;Agricultural\Animal production\Bovine\Transformation -fattening of heifers for beef cattle production, on pasture;material;Agricultural\Animal production\Bovine\Transformation -fattening of heifers for beef production, feedlot;material;Agricultural\Animal production\Bovine\Transformation -fattening of heifers for beef production, feedlot;material;Agricultural\Animal production\Bovine\Transformation -fatty acid production, from coconut oil;material;Chemicals\Organic\Transformation -fatty acid production, from coconut oil;material;Chemicals\Organic\Transformation -fatty acid production, from palm kernel oil;material;Chemicals\Organic\Transformation -fatty acid production, from palm kernel oil;material;Chemicals\Organic\Transformation -fatty acid production, from palm oil;material;Chemicals\Organic\Transformation -fatty acid production, from palm oil;material;Chemicals\Organic\Transformation -fatty acid production, from soybean oil;material;Chemicals\Organic\Transformation -fatty acid production, from soybean oil;material;Chemicals\Organic\Transformation -fatty acid production, from vegetable oil;material;Others\Obsolete -fatty acid production, from vegetable oil;material;Others\Obsolete -fatty alcohol production, from coconut oil;material;Chemicals\Organic\Transformation -fatty alcohol production, from coconut oil;material;Chemicals\Organic\Transformation -fatty alcohol production, from palm kernel oil;material;Chemicals\Organic\Transformation -fatty alcohol production, from palm kernel oil;material;Chemicals\Organic\Transformation -fatty alcohol production, from palm oil;material;Chemicals\Organic\Transformation -fatty alcohol production, from palm oil;material;Chemicals\Organic\Transformation -fatty alcohol production, petrochemical;material;Chemicals\Organic\Transformation -fatty alcohol production, petrochemical;material;Chemicals\Organic\Transformation -fatty alcohol sulfate production, coconut oil;material;Chemicals\Washing agents\Tensides\Transformation -fatty alcohol sulfate production, coconut oil;material;Chemicals\Washing agents\Tensides\Transformation -fatty alcohol sulfate production, from palm kernel oil;material;Chemicals\Washing agents\Tensides\Transformation -fatty alcohol sulfate production, from palm kernel oil;material;Chemicals\Washing agents\Tensides\Transformation -fatty alcohol sulfate production, palm oil;material;Chemicals\Washing agents\Tensides\Transformation -fatty alcohol sulfate production, palm oil;material;Chemicals\Washing agents\Tensides\Transformation -fatty alcohol sulfate production, petrochemical;material;Chemicals\Washing agents\Tensides\Transformation -fatty alcohol sulfate production, petrochemical;material;Chemicals\Washing agents\Tensides\Transformation -fava bean production, organic;material;Agricultural\Plant production\Legumes\Transformation -fava bean production, organic;material;Agricultural\Plant production\Legumes\Transformation -fava bean production, Swiss integrated production, at farm;material;Agricultural\Plant production\Legumes\Transformation -fava bean production, Swiss integrated production, at farm;material;Others\Obsolete -fava bean seed production, for sowing;material;Agricultural\Plant seeds\Transformation -fava bean seed production, for sowing;material;Agricultural\Plant seeds\Transformation -fava bean seed production, organic, for sowing;material;Agricultural\Plant seeds\Transformation -fava bean seed production, organic, for sowing;material;Agricultural\Plant seeds\Transformation -fava bean, feed production, Swiss integrated production;material;Agricultural\Animal feed\Transformation -fava bean, feed production, Swiss integrated production;material;Others\Obsolete -feldspar production;material;Minerals\Transformation -feldspar production;material;Minerals\Transformation -fennel production;material;Agricultural\Plant production\Roots and Tubers\Transformation -ferrite production;material;Metals\Ferro\Transformation -ferrochromium production, high carbon, 55% Cr;material;Metals\Alloys\Market -ferrochromium production, high carbon, 55% Cr;material;Metals\Alloys\Market -ferrochromium production, high-carbon, 68% Cr;material;Metals\Alloys\Transformation -ferromanganese production, high-coal, 74.5% Mn;material;Metals\Alloys\Transformation -ferromanganese production, high-coal, 74.5% Mn;material;Metals\Alloys\Transformation -ferronickel production, 25% Ni;material;Metals\Alloys\Transformation -ferrosilicon production;material;Chemicals\Inorganic\Transformation -ferrosilicon production;material;Chemicals\Inorganic\Transformation -ferry production;transport;Water\Market\Infrastructure -fertilising, by broadcaster;processing;Agricultural\Transformation -fertilising, by broadcaster;processing;Agricultural\Transformation -fertilising, by broadcaster;processing;Agricultural\Transformation -fertilising, by broadcaster;processing;Agricultural\Transformation -fertilising, by broadcaster;processing;Agricultural\Transformation -fertilising, by rig fertiliser, sugarcane;processing;Agricultural\Transformation -fertilising, by rig fertiliser, sugarcane;processing;Agricultural\Transformation -fertilising, by stool spliter, sugarcane;processing;Agricultural\Transformation -fertilising, by stool spliter, sugarcane;processing;Agricultural\Transformation -fibre and fabric waste, polyester, Recycled Content cut-off;waste treatment;Others\Transformation -fibre cement corrugated slab production;material;Construction\Coverings\Transformation -fibre cement corrugated slab production;material;Construction\Coverings\Transformation -fibre cement facing tile production;material;Construction\Coverings\Transformation -fibre cement facing tile production;material;Construction\Coverings\Transformation -fibre cement facing tile production, large format;material;Construction\Coverings\Transformation -fibre cement facing tile production, large format;material;Construction\Coverings\Transformation -fibre cement facing tile production, small format;material;Construction\Coverings\Transformation -fibre cement facing tile production, small format;material;Construction\Coverings\Transformation -fibre cement roof slate production;material;Construction\Coverings\Transformation -fibre cement roof slate production;material;Construction\Coverings\Transformation -fibre production, cotton, ginning;material;Agricultural\Plant seeds\Transformation -fibre production, cotton, ginning;material;Agricultural\Plant seeds\Transformation -fibre production, cotton, ginning;material;Agricultural\Plant seeds\Transformation -fibre production, cotton, ginning;material;Textiles\Transformation -fibre production, cotton, ginning;material;Textiles\Transformation -fibre production, cotton, ginning;material;Textiles\Transformation -fibre production, cotton, organic, ginning;material;Agricultural\Plant seeds\Transformation -fibre production, cotton, organic, ginning;material;Agricultural\Plant seeds\Transformation -fibre production, cotton, organic, ginning;material;Textiles\Transformation -fibre production, cotton, organic, ginning;material;Textiles\Transformation -fibre production, flax, retting;material;Textiles\Transformation -fibre production, flax, retting;material;Textiles\Transformation -fibre production, flax, retting;material;Agricultural\Intermediate Products\Transformation -fibre production, flax, retting;material;Agricultural\Intermediate Products\Transformation -fibre production, jute, retting;material;Textiles\Transformation -fibre production, jute, retting;material;Textiles\Transformation -fibre production, jute, retting;material;Textiles\Transformation -fibre production, jute, retting;material;Textiles\Transformation -fibre production, jute, retting;material;Textiles\Transformation -fibre production, jute, retting;material;Textiles\Transformation -fibre production, kenaf, retting;material;Textiles\Transformation -fibre production, kenaf, retting;material;Textiles\Transformation -fibre production, kenaf, retting;material;Textiles\Transformation -fibre production, kenaf, retting;material;Textiles\Transformation -fibre production, viscose;material;Textiles\Transformation -fibre production, viscose;material;Chemicals\Inorganic\Transformation -fibre production, viscose;material;Chemicals\Inorganic\Transformation -fibre, silk, short, Recycled Content cut-off;material;Textiles\Transformation -fibreboard production, hard;material;Wood\Byproducts\Transformation -fibreboard production, hard;material;Wood\Byproducts\Transformation -fibreboard production, hard;material;Wood\Products\Transformation -fibreboard production, hard;material;Wood\Products\Transformation -fibreboard production, hard;material;Wood\Byproducts\Transformation -fibreboard production, hard;material;Wood\Byproducts\Transformation -fibreboard production, soft, from wet & dry processes;material;Wood\Byproducts\Transformation -fibreboard production, soft, from wet & dry processes;material;Wood\Byproducts\Transformation -fibreboard production, soft, from wet & dry processes;material;Wood\Products\Transformation -fibreboard production, soft, from wet & dry processes;material;Wood\Products\Transformation -fibreboard production, soft, from wet & dry processes;material;Wood\Byproducts\Transformation -fibreboard production, soft, from wet & dry processes;material;Wood\Byproducts\Transformation -fibreboard production, soft, from wet & dry processes Europe without;material;Wood\Byproducts\Transformation -fibreboard production, soft, from wet & dry processes Europe without;material;Wood\Products\Transformation -fibreboard production, soft, from wet & dry processes Europe without;material;Wood\Byproducts\Transformation -fibreboard production, soft, from wet processes;material;Wood\Products\Transformation -fibreboard production, soft, latex bonded;material;Wood\Products\Transformation -fibreboard production, soft, latex bonded;material;Wood\Products\Transformation -fibreboard production, soft, without adhesives;material;Wood\Products\Transformation -fibreboard production, soft, without adhesives;material;Wood\Products\Transformation -fibre-reinforced concrete production, steel;material;Construction\Concrete\Transformation -field application of ammonium chloride;material;Others\Obsolete -field application of ash, from combustion of bagasse from sugar cane;waste treatment;Others\Obsolete -field application of ash, from combustion of bagasse from sugar cane;material;Others\Obsolete -field application of ash, from combustion of bagasse from sugar cane;material;Others\Obsolete -field application of calcium nitrate;material;Others\Obsolete -field application of compost;material;Others\Obsolete -field application of compost;material;Others\Obsolete -field application of compost;material;Others\Obsolete -field application of potassium nitrate;material;Others\Obsolete -field application of potassium nitrate;material;Others\Obsolete -field application of poultry manure, dried;material;Others\Obsolete -field application of poultry manure, dried;material;Others\Obsolete -field application of poultry manure, dried;material;Others\Obsolete -field application of vinasse, from fermentation of sugar beet;material;Others\Obsolete -field application of vinasse, from fermentation of sugar beet;material;Others\Obsolete -field application of vinasse, from fermentation of sugar beet;material;Others\Obsolete -field application of vinasse, from fermentation of sugar beet molasses;material;Others\Obsolete -field application of vinasse, from fermentation of sugar beet molasses;material;Others\Obsolete -field application of vinasse, from fermentation of sugar beet molasses;material;Others\Obsolete -field application of vinasse, from fermentation of sugarcane;material;Others\Obsolete -field application of vinasse, from fermentation of sugarcane;material;Others\Obsolete -field application of vinasse, from fermentation of sugarcane;material;Others\Obsolete -field application of vinasse, from fermentation of sugarcane molasses;material;Others\Obsolete -field application of vinasse, from fermentation of sugarcane molasses;material;Others\Obsolete -field application of vinasse, from fermentation of sugarcane molasses;material;Others\Obsolete -field application of vinasse, from fermentation of sweet sorghum;material;Others\Obsolete -field application of vinasse, from fermentation of sweet sorghum;material;Others\Obsolete -field application of vinasse, from fermentation of sweet sorghum;material;Others\Obsolete -field leveling, sugarcane;processing;Agricultural\Transformation -field leveling, sugarcane;processing;Agricultural\Transformation -filter cake, from sugarcane juice filtration, Recycled Content cut-off;material;Chemicals\Fertilizers (organic)\Transformation -finishing, textile, knit cotton;processing;Textiles\Transformation -finishing, textile, woven cotton;processing;Textiles\Transformation -Fischer tropsch reactor and upgrading plant, construction {RER}| Cut-off,;transport;carculator\synthetic fuels\infrastructure -fish canning plant construction and maintenance;material;Agricultural\Food\Transformation\Infrastructure -fish canning plant construction and maintenance;material;Agricultural\Food\Transformation\Infrastructure -fish canning, large fish;processing;Agricultural\Transformation -fish canning, large fish;processing;Agricultural\Transformation -fish canning, small fish;processing;Agricultural\Transformation -fish canning, small fish;processing;Agricultural\Transformation -fish curing plant construction and maintenance;processing;Agricultural\Transformation\Infrastructure -fish curing plant construction and maintenance;processing;Agricultural\Transformation\Infrastructure -fish curing, small fish;processing;Agricultural\Transformation -fish curing, small fish;processing;Agricultural\Transformation -fish freezing plant construction and maintenance;processing;Agricultural\Transformation\Infrastructure -fish freezing plant construction and maintenance;processing;Agricultural\Transformation\Infrastructure -fish freezing, small fish;processing;Agricultural\Transformation -fish freezing, small fish;processing;Agricultural\Transformation -fish oil to generic market for energy feed;material;Agricultural\Animal feed\Market -fish residues, Recycled Content cut-off;material;Agricultural\Animal production\Fish\Transformation -fishmeal and fish oil plant construction and maintenance;material;Agricultural\Animal feed\Transformation\Infrastructure -fishmeal and fish oil plant construction and maintenance;material;Agricultural\Animal feed\Transformation\Infrastructure -fishmeal and fish oil production, 63-65% protein, from fish residues;material;Agricultural\Animal feed\Transformation -fishmeal and fish oil production, 63-65% protein, from fish residues;material;Agricultural\Animal feed\Transformation -fishmeal and fish oil production, 63-65% protein, from fish residues;material;Agricultural\Animal feed\Transformation -fishmeal and fish oil production, 63-65% protein, from fish residues;material;Agricultural\Animal feed\Transformation -fishmeal and fish oil production, 63-65% protein, from fresh anchovy;material;Agricultural\Animal feed\Transformation -fishmeal and fish oil production, 63-65% protein, from fresh anchovy;material;Agricultural\Animal feed\Transformation -fishmeal and fish oil production, 63-65% protein, from fresh anchovy;material;Agricultural\Animal feed\Transformation -fishmeal and fish oil production, 63-65% protein, from fresh anchovy;material;Agricultural\Animal feed\Transformation -fishmeal and fish oil production, 63-65% protein, from fresh anchovy and fish;material;Agricultural\Animal feed\Transformation -fishmeal and fish oil production, 63-65% protein, from fresh anchovy and fish;material;Agricultural\Animal feed\Transformation -fishmeal and fish oil production, 63-65% protein, from fresh anchovy and fish;material;Agricultural\Animal feed\Transformation -fishmeal and fish oil production, 63-65% protein, from fresh anchovy and fish;material;Agricultural\Animal feed\Transformation -fishmeal and fish oil production, 65-67% protein;material;Agricultural\Animal feed\Transformation -fishmeal and fish oil production, 65-67% protein;material;Agricultural\Animal feed\Transformation -fishmeal and fish oil production, 65-67% protein;material;Agricultural\Animal feed\Transformation -fishmeal and fish oil production, 65-67% protein;material;Agricultural\Animal feed\Transformation -flat glass factory construction;material;Glass\Construction\Transformation\Infrastructure -flat glass factory construction;material;Glass\Construction\Transformation\Infrastructure -flat glass production, coated;material;Glass\Construction\Transformation -flat glass production, coated;material;Glass\Construction\Transformation -flat glass production, uncoated;material;Glass\Construction\Transformation -flat glass production, uncoated;material;Glass\Construction\Transformation -flat plate solar collector production, Cu absorber;energy;Heat\Solar\Transformation\Infrastructure -flat plate solar collector production, Cu absorber;energy;Heat\Solar\Transformation\Infrastructure -flax husks to generic market for energy feed;material;Agricultural\Animal feed\Market -flax husks to generic market for energy feed;material;Agricultural\Animal feed\Market -flax husks to generic market for energy feed;material;Agricultural\Animal feed\Market -flax husks to generic market for energy feed;material;Agricultural\Animal feed\Market -flax production;material;Agricultural\Intermediate Products\Transformation -flax production;material;Agricultural\Intermediate Products\Transformation -fleece production, polyethylene;material;Plastics\Thermoplasts\Transformation -fleece production, polyethylene;material;Plastics\Thermoplasts\Transformation -flexible duct production, aluminium/PET, DN of 125;material;Construction\Ventilation\Transformation -flexible duct production, aluminium/PET, DN of 125;material;Construction\Ventilation\Transformation -floating collar net cage for aquaculture 25 m construction and maintenance;material;Agricultural\Animal production\Fish\Transformation\Infrastructure -floating hexagonal metal cage for aquaculture 6 m construction and maintenance;material;Agricultural\Animal production\Fish\Transformation\Infrastructure -fluorescent whitening agent production, DAS1, triazinylaminostilben type;material;Chemicals\Washing agents\Auxiliaries\Transformation -fluorescent whitening agent production, DAS1, triazinylaminostilben type;material;Chemicals\Washing agents\Auxiliaries\Transformation -fluorescent whitening agent production, distyrylbiphenyl type;material;Chemicals\Washing agents\Auxiliaries\Transformation -fluorescent whitening agent production, distyrylbiphenyl type;material;Chemicals\Washing agents\Auxiliaries\Transformation -fluorination of sodium tetrahydridoborate;material;Chemicals\Inorganic\Transformation -fluorination of sodium tetrahydridoborate;material;Chemicals\Inorganic\Transformation -fluorine production, liquid;material;Chemicals\Gases\Liquified\Transformation -fluorine production, liquid;material;Chemicals\Gases\Liquified\Transformation -fluorspar production, 97% purity;material;Minerals\Transformation -fluting medium production, semichemical;energy;Others\Obsolete -fluting medium production, semichemical;energy;Others\Obsolete -fluting medium production, semichemical;material;Others\Obsolete -fluting medium production, semichemical;material;Others\Obsolete -fluting medium production, semichemical;energy;Others\Obsolete -fluting medium production, semichemical;energy;Others\Obsolete -fluting medium production, semichemical;material;Others\Obsolete -fluting medium production, semichemical;material;Others\Obsolete -flux production, for wave soldering;material;Chemicals\Others\Transformation -flyash brick production;material;Chemicals\Inorganic\Transformation -flyash brick production;material;Chemicals\Inorganic\Transformation -flyash brick production;waste treatment;Others\Transformation -flyash brick production;waste treatment;Others\Transformation -foam glass factory construction;material;Construction\Insulation\Transformation\Infrastructure -foam glass factory construction;material;Construction\Insulation\Transformation\Infrastructure -foam glass production;material;Construction\Insulation\Transformation -foam glass production, electricity, label-certified;material;Construction\Insulation\Transformation -foam glass production, electricity, label-certified;material;Others\Obsolete -foam glass production, without cullet;material;Construction\Insulation\Transformation -foam glass production, without cullet, electricity, label-certified;material;Construction\Insulation\Transformation -foaming agent production;material;Chemicals\Washing agents\Tensides\Transformation -fodder beet production, Swiss integrated production, intensive;material;Agricultural\Animal feed\Transformation -fodder beet production, Swiss integrated production, intensive;material;Others\Obsolete -fodder beet seed production, for sowing;material;Agricultural\Plant seeds\Transformation -fodder loading, by self-loading trailer;processing;Agricultural\Transformation -fodder loading, by self-loading trailer;processing;Agricultural\Transformation -fodder loading, by self-loading trailer;processing;Agricultural\Transformation -fodder yeast to generic market for protein feed;material;Agricultural\Animal feed\Market -fodder yeast to generic market for protein feed;material;Agricultural\Animal feed\Transformation -folding boxboard production;material;Paper+ Board\Board\Transformation -folding boxboard production;material;Paper+ Board\Board\Transformation -folpet production;material;Chemicals\Pesticides\Transformation -folpet production;material;Chemicals\Pesticides\Transformation -forestry harvester production;transport;Road\Transformation\Infrastructure -forging, steel, large open die;processing;Metals\Chipless shaping\Transformation -forging, steel, large open die;processing;Metals\Chipless shaping\Transformation -formic acid production, methyl formate route;material;Chemicals\Acids (organic)\Transformation -formic acid production, methyl formate route;material;Chemicals\Acids (organic)\Transformation -forwarder production;transport;Road\Transformation\Infrastructure -forwarder production, with terrain chipper;transport;Road\Transformation\Infrastructure -forwarding, forwarder;processing;Agricultural\Transformation -forwarding, forwarder;processing;Agricultural\Transformation -fosetyl-Al production;material;Chemicals\Pesticides\Transformation -fosetyl-Al production;material;Chemicals\Pesticides\Transformation -fraction 1 from naphtha separation to generic market for chemical, organic;material;Chemicals\Organic\Transformation -fraction 7 from naphtha separation to generic market for chemical, organic;material;Chemicals\Organic\Transformation -fraction 8 from naphtha separation to generic market for chemical, organic;material;Chemicals\Organic\Transformation -freight ship production, transoceanic;transport;Others\Obsolete -Frequency converter, for diaphragm compressor {GLO}| Cut-off,;transport;carculator\energy storage\hydrogen supply infrastructure -frit production, for cathode ray tube display;material;Electronics\Component\Transformation -frit production, for ceramic tile;material;Construction\Ceramics\Transformation -frozen fish sticks production, hake;material;Agricultural\Food\Transformation -frozen fish sticks production, hake;material;Agricultural\Food\Transformation -frozen fish sticks production, hake;material;Agricultural\Animal feed\Transformation -frozen fish sticks production, hake;material;Agricultural\Animal feed\Transformation -fruit tree seedling production, for planting;material;Agricultural\Plant seeds\Transformation -fruit tree seedling production, for planting;material;Agricultural\Plant seeds\Transformation -fuel cell production, polymer electrolyte membrane, 2kW electrical, future;energy;Cogeneration\Gas\Transformation\Infrastructure -fuel cell production, polymer electrolyte membrane, 2kW electrical, future;energy;Cogeneration\Gas\Transformation\Infrastructure -fuel cell production, solid oxide, 125kW electrical, future;energy;Cogeneration\Gas\Transformation\Infrastructure -fuel cell production, solid oxide, 125kW electrical, future;energy;Cogeneration\Gas\Transformation\Infrastructure -fuel cell production, solid oxide, with micro gas turbine, 180kW electrical,;energy;Cogeneration\Gas\Transformation\Infrastructure -fuel cell production, solid oxide, with micro gas turbine, 180kW electrical,;energy;Cogeneration\Gas\Transformation\Infrastructure -fuel cell production, stack polymer electrolyte membrane, 2kW electrical,;energy;Cogeneration\Gas\Transformation\Infrastructure -fuel cell production, stack polymer electrolyte membrane, 2kW electrical,;energy;Cogeneration\Gas\Transformation\Infrastructure -fuel cell production, stack solid oxide, 125kW electrical, future;energy;Cogeneration\Gas\Transformation\Infrastructure -fuel cell production, stack solid oxide, 125kW electrical, future;energy;Cogeneration\Gas\Transformation\Infrastructure -Fuel supply for diesel vehicles, 2020 {RER}| Cut-off,;transport;carculator\energy mix and fuel blends -Fuel supply for gas vehicles, 2020 {RER}| Cut-off,;transport;carculator\energy mix and fuel blends -Fuel supply for gasoline vehicles, 2020 {RER}| Cut-off,;transport;carculator\energy mix and fuel blends -Fuel supply for hydrogen vehicles, 2020 {RER}| Cut-off,;transport;carculator\energy mix and fuel blends -Fuel tank, compressed hydrogen gas, 700bar {GLO}| Cut-off,;transport;carculator\energy storage\hydrogen tank -Fuel tank, compressed hydrogen gas, 700bar, with aluminium liner {RER}|;transport;carculator\energy storage\hydrogen tank -Fuel tank, compressed hydrogen gas, 700bar, with hdpe liner {RER}| Cut-off,;transport;carculator\energy storage\hydrogen tank -funnel glass production, for cathode ray tube display;material;Electronics\Component\Transformation -furnace production, logs, 30kW;energy;Heat\Wood\Transformation\Infrastructure -furnace production, logs, 30kW;energy;Heat\Wood\Transformation\Infrastructure -furnace production, logs, 6kW;energy;Heat\Wood\Transformation\Infrastructure -furnace production, logs, 6kW;energy;Heat\Wood\Transformation\Infrastructure -furnace production, logs, average storage area, 100kW;energy;Heat\Wood\Transformation\Infrastructure -furnace production, logs, average storage area, 100kW;energy;Heat\Wood\Transformation\Infrastructure -furnace production, logs, average storage area, 30kW;energy;Heat\Wood\Transformation\Infrastructure -furnace production, logs, average storage area, 30kW;energy;Heat\Wood\Transformation\Infrastructure -furnace production, logs, average storage area, 6kW;energy;Heat\Wood\Transformation\Infrastructure -furnace production, logs, average storage area, 6kW;energy;Heat\Wood\Transformation\Infrastructure -furnace production, logs, hardwood storage area, 100kW;energy;Heat\Wood\Transformation\Infrastructure -furnace production, logs, hardwood storage area, 100kW;energy;Heat\Wood\Transformation\Infrastructure -furnace production, logs, hardwood storage area, 30kW;energy;Heat\Wood\Transformation\Infrastructure -furnace production, logs, hardwood storage area, 30kW;energy;Heat\Wood\Transformation\Infrastructure -furnace production, logs, hardwood storage area, 6kW;energy;Heat\Wood\Transformation\Infrastructure -furnace production, logs, hardwood storage area, 6kW;energy;Heat\Wood\Transformation\Infrastructure -furnace production, logs, softwood storage area, 100kW;energy;Heat\Wood\Transformation\Infrastructure -furnace production, logs, softwood storage area, 100kW;energy;Heat\Wood\Transformation\Infrastructure -furnace production, logs, softwood storage area, 30kW;energy;Heat\Wood\Transformation\Infrastructure -furnace production, logs, softwood storage area, 30kW;energy;Heat\Wood\Transformation\Infrastructure -furnace production, logs, softwood storage area, 6kW;energy;Heat\Wood\Transformation\Infrastructure -furnace production, logs, softwood storage area, 6kW;energy;Heat\Wood\Transformation\Infrastructure -furnace production, pellet, 15kW;energy;Heat\Wood\Transformation\Infrastructure -furnace production, pellet, 15kW;energy;Heat\Wood\Transformation\Infrastructure -furnace production, pellet, 50kW;energy;Heat\Wood\Transformation\Infrastructure -furnace production, pellet, 50kW;energy;Heat\Wood\Transformation\Infrastructure -furnace production, pellets, 25kW;energy;Heat\Wood\Transformation\Infrastructure -furnace production, pellets, 25kW;energy;Heat\Wood\Transformation\Infrastructure -furnace production, pellets, 9kW;energy;Heat\Wood\Transformation\Infrastructure -furnace production, pellets, 9kW;energy;Heat\Wood\Transformation\Infrastructure -furnace production, pellets, with silo, 300kW;energy;Heat\Wood\Transformation\Infrastructure -furnace production, pellets, with silo, 300kW;energy;Heat\Wood\Transformation\Infrastructure -furnace production, wood chips, average storage area, 1000kW;energy;Heat\Wood\Transformation\Infrastructure -furnace production, wood chips, average storage area, 1000kW;energy;Heat\Wood\Transformation\Infrastructure -furnace production, wood chips, average storage area, 300kW;energy;Heat\Wood\Transformation\Infrastructure -furnace production, wood chips, average storage area, 300kW;energy;Heat\Wood\Transformation\Infrastructure -furnace production, wood chips, average storage area, 50kW;energy;Heat\Wood\Transformation\Infrastructure -furnace production, wood chips, average storage area, 50kW;energy;Heat\Wood\Transformation\Infrastructure -furnace production, wood chips, hardwood storage area, 1000kW;energy;Heat\Wood\Transformation\Infrastructure -furnace production, wood chips, hardwood storage area, 1000kW;energy;Heat\Wood\Transformation\Infrastructure -furnace production, wood chips, hardwood storage area, 300kW;energy;Heat\Wood\Transformation\Infrastructure -furnace production, wood chips, hardwood storage area, 300kW;energy;Heat\Wood\Transformation\Infrastructure -furnace production, wood chips, hardwood storage area, 50kW;energy;Heat\Wood\Transformation\Infrastructure -furnace production, wood chips, hardwood storage area, 50kW;energy;Heat\Wood\Transformation\Infrastructure -furnace production, wood chips, softwood storage area, 1000kW;energy;Heat\Wood\Transformation\Infrastructure -furnace production, wood chips, softwood storage area, 1000kW;energy;Heat\Wood\Transformation\Infrastructure -furnace production, wood chips, softwood storage area, 300kW;energy;Heat\Wood\Transformation\Infrastructure -furnace production, wood chips, softwood storage area, 300kW;energy;Heat\Wood\Transformation\Infrastructure -furnace production, wood chips, softwood storage area, 50kW;energy;Heat\Wood\Transformation\Infrastructure -furnace production, wood chips, softwood storage area, 50kW;energy;Heat\Wood\Transformation\Infrastructure -furnace production, wood chips, with silo, 1000kW;energy;Heat\Wood\Transformation\Infrastructure -furnace production, wood chips, with silo, 1000kW;energy;Heat\Wood\Transformation\Infrastructure -furnace production, wood chips, with silo, 300kW;energy;Heat\Wood\Transformation\Infrastructure -furnace production, wood chips, with silo, 300kW;energy;Heat\Wood\Transformation\Infrastructure -furnace production, wood chips, with silo, 5000kW;energy;Heat\Wood\Transformation\Infrastructure -furnace production, wood chips, with silo, 5000kW;energy;Heat\Wood\Transformation\Infrastructure -furnace production, wood chips, with silo, 50kW;energy;Heat\Wood\Transformation\Infrastructure -furnace production, wood chips, with silo, 50kW;energy;Heat\Wood\Transformation\Infrastructure -furniture production, wooden;material;Appliances\Transformation\Infrastructure -furniture production, wooden;material;Wood\Byproducts\Transformation -furrow covering, for sugarcane;processing;Agricultural\Transformation -furrow covering, for sugarcane;processing;Agricultural\Transformation -furrowing, sugarcane;processing;Agricultural\Transformation -furrowing, sugarcane;processing;Agricultural\Transformation -gallium production, semiconductor-grade;material;Metals\Non ferro\Transformation -gallium, in Bayer liquor from aluminium production;material;Metals\Non ferro\Transformation -garage construction, wood, non-insulated, fire-protected;material;Construction\Others\Transformation\Infrastructure -garage construction, wood, non-insulated, fire-protected;material;Construction\Others\Transformation\Infrastructure -gas boiler production;energy;Heat\Gas\Transformation\Infrastructure -gas boiler production;energy;Heat\Gas\Transformation\Infrastructure -Gas diffusion layer {GLO}| Cut-off,;transport;carculator\energy storage\fuel cell stack -gas motor production, 206kW;energy;Cogeneration\Gas\Transformation\Infrastructure -gas motor production, 206kW;energy;Cogeneration\Gas\Transformation\Infrastructure -gas motor production, mini CHP plant;energy;Cogeneration\Gas\Transformation\Infrastructure -gas motor production, mini CHP plant;energy;Cogeneration\Gas\Transformation\Infrastructure -gas power plant construction, 100MW electrical;energy;Electricity by fuel\Gas\Transformation\Infrastructure -gas power plant construction, 100MW electrical;energy;Electricity by fuel\Gas\Transformation\Infrastructure -gas power plant construction, 300MW electrical;energy;Electricity by fuel\Gas\Transformation\Infrastructure -gas power plant construction, combined cycle, 400MW electrical;energy;Cogeneration\Gas\Transformation\Infrastructure -gas power plant construction, combined cycle, 400MW electrical;energy;Cogeneration\Gas\Transformation\Infrastructure -gas turbine construction, 10MW electrical;energy;Electricity by fuel\Gas\Transformation\Infrastructure -gas turbine construction, 10MW electrical;energy;Electricity by fuel\Gas\Transformation\Infrastructure -Gasoline production, synthetic, from methanol {RER}| Cut-off,;transport;carculator\synthetic fuels\transformation -generator production, 200kW electrical;energy;Cogeneration\Gas\Transformation\Infrastructure -generator production, 200kW electrical;energy;Cogeneration\Gas\Transformation\Infrastructure -generator production, mini CHP plant;energy;Cogeneration\Gas\Transformation\Infrastructure -generator production, mini CHP plant;energy;Cogeneration\Gas\Transformation\Infrastructure -geothermal power plant construction;energy;Electricity by fuel\Geothermal\Transformation\Infrastructure -geothermal power plant construction;energy;Electricity by fuel\Geothermal\Transformation\Infrastructure -geothermal power plant construction;energy;Electricity by fuel\Geothermal\Transformation\Infrastructure -geothermal power plant construction;energy;Electricity by fuel\Geothermal\Transformation\Infrastructure -geothermal power plant construction;energy;Electricity by fuel\Geothermal\Transformation\Infrastructure -geothermal power plant construction;energy;Electricity by fuel\Geothermal\Transformation\Infrastructure -geothermal power plant construction;energy;Electricity by fuel\Geothermal\Transformation\Infrastructure -geothermal power plant construction;energy;Electricity by fuel\Geothermal\Transformation\Infrastructure -geothermal power plant construction;energy;Electricity by fuel\Geothermal\Transformation\Infrastructure -geothermal power plant construction, Hot-Dry-Rock;energy;Electricity by fuel\Geothermal\Transformation\Infrastructure -geothermal power plant construction, undefined type;energy;Electricity by fuel\Geothermal\Transformation\Infrastructure -glass cullet supply, for Saint-Gobain ISOVER SA;material;Glass\Waste glass\Transformation -glass cullet supply, from fluorescent lamps, for Saint-Gobain ISOVER SA;waste treatment;Electronics Waste\Transformation -glass cullet, for Saint-Gobain ISOVER SA, Recycled Content cut-off;material;Glass\Packaging\Transformation -glass cullet, sorted, Recycled Content cut-off;material;Glass\Packaging\Transformation -glass etching factory construction;material;Glass\Construction\Transformation\Infrastructure -glass etching factory construction;material;Glass\Construction\Transformation\Infrastructure -glass fibre production;material;Glass\Construction\Transformation -glass fibre production;material;Glass\Construction\Transformation -glass fibre reinforced plastic production, polyamide, injection moulded;material;Plastics\Thermoplasts\Transformation -glass fibre reinforced plastic production, polyamide, injection moulded;material;Plastics\Thermoplasts\Transformation -glass fibre reinforced plastic production, polyester resin, hand lay-up;material;Plastics\Thermosets\Transformation -glass fibre reinforced plastic production, polyester resin, hand lay-up;material;Plastics\Thermosets\Transformation -glass production, for liquid crystal display;material;Electronics\Component\Transformation -glass tube factory construction;material;Glass\Construction\Transformation\Infrastructure -glass tube factory construction;material;Glass\Construction\Transformation\Infrastructure -glass tube production, borosilicate;material;Glass\Construction\Transformation -glass tube production, borosilicate;material;Glass\Construction\Transformation -glass wool mat production;material;Construction\Insulation\Transformation -glass wool mat production;material;Construction\Insulation\Transformation -glass wool mat production;material;Construction\Insulation\Transformation -glass wool mat production, Saint-Gobain ISOVER SA;material;Construction\Insulation\Transformation -glass wool mat production, without cullet;material;Construction\Insulation\Transformation -glazing production, double, U<1.1 W/m2K;material;Glass\Construction\Transformation -glazing production, double, U<1.1 W/m2K;material;Glass\Construction\Transformation -glazing production, double, U<1.1 W/m2K, laminated safety glass;material;Glass\Construction\Transformation -glazing production, double, U<1.1 W/m2K, laminated safety glass;material;Glass\Construction\Transformation -glazing production, triple, U<0.5 W/m2K;material;Glass\Construction\Transformation -glazing production, triple, U<0.5 W/m2K;material;Glass\Construction\Transformation -Glider lightweighting {GLO}| Cut-off,;transport;carculator\passenger cars\components -glider production, electric scooter;material;Electronics\Component\Transformation -glider production, passenger car;material;Electronics\Component\Transformation -glucose production;material;Chemicals\Organic\Transformation -glucose production;material;Chemicals\Organic\Transformation -glued laminated timber production, for indoor use;material;Wood\Products\Transformation -glued laminated timber production, for indoor use;material;Wood\Products\Transformation -glued laminated timber production, for indoor use;material;Wood\Products\Transformation -glued laminated timber production, for indoor use;material;Wood\Byproducts\Transformation -glued laminated timber production, for indoor use;material;Wood\Byproducts\Transformation -glued laminated timber production, for indoor use;material;Wood\Byproducts\Transformation -glued laminated timber production, for indoor use;material;Wood\Byproducts\Transformation -glued laminated timber production, for indoor use;material;Wood\Byproducts\Transformation -glued laminated timber production, for outdoor use;material;Wood\Products\Transformation -glued laminated timber production, for outdoor use;material;Wood\Products\Transformation -glued laminated timber production, for outdoor use;material;Wood\Byproducts\Transformation -glued laminated timber production, for outdoor use;material;Wood\Byproducts\Transformation -glued laminated timber production, for outdoor use;material;Wood\Byproducts\Transformation -glued laminated timber production, for outdoor use;material;Wood\Byproducts\Transformation -glycerine production, from epichlorohydrin;material;Chemicals\Organic\Transformation -glycerine production, from epichlorohydrin;material;Chemicals\Organic\Transformation -glycine production;material;Chemicals\Organic\Transformation -glycine production;material;Chemicals\Organic\Transformation -glyoxal production;material;Chemicals\Organic\Transformation -glyoxal production;material;Chemicals\Organic\Transformation -glyphosate production;material;Chemicals\Pesticides\Transformation -glyphosate production;material;Chemicals\Pesticides\Transformation -gold mine operation and gold production, unrefined;material;Metals\Non ferro\Transformation -gold mine operation and gold production, unrefined;material;Metals\Non ferro\Transformation -gold mine operation with extraction;material;Metals\Non ferro\Transformation -gold production;material;Metals\Non ferro\Transformation -gold production;material;Metals\Non ferro\Transformation -gold production;material;Metals\Non ferro\Transformation -gold production;material;Metals\Non ferro\Transformation -gold refinery operation;material;Metals\Non ferro\Transformation -gold refinery operation;material;Metals\Non ferro\Transformation -gold to generic market for precious metal for jewellery;material;Metals\Non ferro\Transformation -gold-silver mine operation with refinery;material;Metals\Non ferro\Transformation -gold-silver mine operation with refinery;material;Others\Obsolete -gold-silver mine operation with refinery;material;Metals\Non ferro\Transformation -gold-silver mine operation with refinery;material;Metals\Non ferro\Transformation -gold-silver mine operation with refinery;material;Metals\Non ferro\Transformation -gold-silver mine operation with refinery;material;Others\Obsolete -gold-silver mine operation with refinery;material;Metals\Non ferro\Transformation -gold-silver mine operation with refinery;material;Metals\Non ferro\Transformation -gold-silver-zinc-lead-copper mine operation and refining;material;Others\Obsolete -gold-silver-zinc-lead-copper mine operation and refining;material;Metals\Non ferro\Transformation -gold-silver-zinc-lead-copper mine operation and refining;material;Others\Obsolete -gold-silver-zinc-lead-copper mine operation and refining;material;Metals\Non ferro\Transformation -gold-silver-zinc-lead-copper mine operation and refining;material;Others\Obsolete -gold-silver-zinc-lead-copper mine operation and refining;material;Metals\Non ferro\Transformation -gold-silver-zinc-lead-copper mine operation and refining;material;Others\Obsolete -gold-silver-zinc-lead-copper mine operation and refining;material;Metals\Non ferro\Transformation -gold-silver-zinc-lead-copper mine operation and refining;material;Others\Obsolete -gold-silver-zinc-lead-copper mine operation and refining;material;Metals\Non ferro\Transformation -gold-silver-zinc-lead-copper mining and benefication;material;Minerals\Transformation -gold-silver-zinc-lead-copper mining and benefication;material;Metals\Non ferro\Transformation -gold-silver-zinc-lead-copper mining and benefication;material;Minerals\Transformation -gold-silver-zinc-lead-copper mining and benefication;material;Minerals\Transformation -goods wagon production;transport;Rail\Transformation\Infrastructure -goods wagon production;transport;Rail\Transformation\Infrastructure -granulated blast furnace slag production;material;Metals\Waste metals\Transformation -granulated blast furnace slag production;material;Metals\Waste metals\Transformation -granulated blast furnace slag to generic market for supplementary cementitious;material;Construction\Coverings\Transformation -granulated blast furnace slag to generic market for supplementary cementitious;material;Construction\Coverings\Transformation -grape production;material;Others\Obsolete -grape production;material;Agricultural\Plant production\Fruits\Transformation -grape production;material;Agricultural\Plant production\Fruits\Transformation -graphic paper production, 100% recycled;material;Paper+ Board\Graphic paper\Transformation -graphic paper production, 100% recycled;material;Paper+ Board\Graphic paper\Transformation -graphite production;material;Chemicals\Organic\Transformation -graphite production;material;Chemicals\Organic\Transformation -graphite production, battery grade;material;Chemicals\Organic\Transformation -graphite production, battery grade;material;Chemicals\Organic\Transformation -grass fibre to generic market for energy feed;material;Agricultural\Animal feed\Market -grass production, organic, intensive;material;Agricultural\Animal feed\Transformation -grass production, organic, intensive;material;Agricultural\Animal feed\Transformation -grass production, permanent grassland, organic, extensive;material;Agricultural\Animal feed\Transformation -grass production, permanent grassland, organic, extensive;material;Agricultural\Animal feed\Transformation -grass production, permanent grassland, organic, intensive;material;Agricultural\Animal feed\Transformation -grass production, permanent grassland, organic, intensive;material;Agricultural\Animal feed\Transformation -grass production, permanent grassland, Swiss integrated production, extensive;material;Agricultural\Animal feed\Transformation -grass production, permanent grassland, Swiss integrated production, intensive;material;Agricultural\Animal feed\Transformation -grass production, Swiss integrated production, intensive;material;Agricultural\Animal feed\Transformation -grass seed production, organic, for sowing;material;Agricultural\Plant seeds\Transformation -grass seed production, organic, for sowing;material;Agricultural\Plant seeds\Transformation -grass seed production, Swiss integrated production, at farm;material;Agricultural\Plant seeds\Transformation -grass seed production, Swiss integrated production, for sowing;material;Agricultural\Plant seeds\Transformation -grass silage production, organic;material;Agricultural\Animal feed\Transformation -grass silage production, organic;material;Others\Obsolete -grass silage production, Swiss integrated production, intensive;material;Agricultural\Animal feed\Transformation -gravel and sand quarry operation;material;Minerals\Transformation -gravel and sand quarry operation;material;Minerals\Transformation -gravel and sand quarry operation;material;Minerals\Transformation -gravel and sand quarry operation;material;Minerals\Transformation -gravel production, crushed;material;Minerals\Transformation -gravel production, crushed;material;Minerals\Transformation -gravel production, crushed;material;Minerals\Transformation -gravel production, crushed;material;Minerals\Transformation -gravel production, crushed;material;Minerals\Transformation -gravel/sand quarry construction;material;Minerals\Transformation\Infrastructure -gravel/sand quarry construction;material;Minerals\Transformation\Infrastructure -green asparagus production;material;Agricultural\Plant production\Vegetables\Transformation -green bell pepper production;material;Others\Obsolete -green manure growing, organic, until April;material;Chemicals\Fertilisers (organic)\Transformation -green manure growing, organic, until April;material;Chemicals\Fertilisers (organic)\Transformation -green manure growing, organic, until February;material;Chemicals\Fertilisers (organic)\Transformation -green manure growing, organic, until February;material;Chemicals\Fertilisers (organic)\Transformation -green manure growing, organic, until January;material;Chemicals\Fertilisers (organic)\Transformation -green manure growing, organic, until January;material;Chemicals\Fertilisers (organic)\Transformation -green manure growing, organic, until March;material;Chemicals\Fertilisers (organic)\Transformation -green manure growing, organic, until March;material;Chemicals\Fertilisers (organic)\Transformation -green manure growing, Swiss integrated production, until April;material;Chemicals\Fertilisers (organic)\Transformation -green manure growing, Swiss integrated production, until April;material;Others\Obsolete -green manure growing, Swiss integrated production, until February;material;Chemicals\Fertilisers (organic)\Transformation -green manure growing, Swiss integrated production, until February;material;Others\Obsolete -green manure growing, Swiss integrated production, until January;material;Chemicals\Fertilisers (organic)\Transformation -green manure growing, Swiss integrated production, until January;material;Others\Obsolete -green manure growing, Swiss integrated production, until March;material;Chemicals\Fertilisers (organic)\Transformation -green manure growing, Swiss integrated production, until March;material;Others\Obsolete -greenhouse construction, glass walls and roof, metal tubes;material;Agricultural\Plant production\Other\Transformation\Infrastructure -greenhouse construction, glass walls and roof, metal tubes;material;Agricultural\Plant production\Other\Transformation\Infrastructure -greenhouse construction, glass walls and roof, plastic tubes;material;Agricultural\Plant production\Other\Transformation\Infrastructure -greenhouse construction, glass walls and roof, plastic tubes;material;Agricultural\Plant production\Other\Transformation\Infrastructure -greenhouse construction, plastic walls and roof, metal tubes;material;Agricultural\Plant production\Other\Transformation\Infrastructure -greenhouse construction, plastic walls and roof, metal tubes;material;Agricultural\Plant production\Other\Transformation\Infrastructure -greenhouse construction, plastic walls and roof, plastic tubes;material;Agricultural\Plant production\Other\Transformation\Infrastructure -greenhouse construction, plastic walls and roof, plastic tubes;material;Agricultural\Plant production\Other\Transformation\Infrastructure -ground granulated blast furnace slag production;waste treatment;Others\Obsolete -ground granulated blast furnace slag production;waste treatment;Others\Obsolete -ground granulated blast furnace slag production;material;Construction\Binders\Transformation -ground granulated blast furnace slag production;material;Construction\Binders\Transformation -ground granulated blast furnace slag production;material;Construction\Binders\Transformation -ground granulated blast furnace slag production;material;Construction\Binders\Transformation -ground granulated blast furnace slag to generic market for supplementary;material;Construction\Coverings\Transformation -ground granulated blast furnace slag to generic market for supplementary;material;Construction\Coverings\Transformation -ground granulated blast furnace slag to generic market for supplementary;material;Construction\Coverings\Transformation -ground granulated blast furnace slag to generic market for supplementary;material;Construction\Coverings\Transformation -gypsum fibreboard production;material;Construction\Coverings\Transformation -gypsum fibreboard production;material;Construction\Coverings\Transformation -gypsum plasterboard production;material;Construction\Coverings\Transformation -gypsum plasterboard production;material;Construction\Coverings\Transformation -gypsum quarry operation;material;Chemicals\Inorganic\Transformation -gypsum quarry operation;material;Chemicals\Inorganic\Transformation -gypsum quarry operation;material;Chemicals\Inorganic\Transformation -gypsum quarry operation;material;Chemicals\Inorganic\Transformation -gypsum quarry operation;material;Minerals\Transformation -gypsum quarry operation;material;Minerals\Transformation -gypsum quarry operation;material;Minerals\Transformation -gypsum quarry operation;material;Minerals\Transformation -hair dryer production;material;Appliances\Transformation\Infrastructure -hake, capture by long liner and landing whole, fresh;material;Agricultural\Animal production\Fish\Transformation -hake, capture by long liner and landing whole, fresh;material;Agricultural\Animal production\Fish\Transformation -hake, capture by long liner and landing whole, fresh;material;Agricultural\Animal production\Fish\Transformation -hake, capture by long liner and landing whole, fresh;material;Agricultural\Animal production\Fish\Transformation -hake, capture by trawler and landing whole, fresh;material;Agricultural\Animal production\Fish\Transformation -hake, capture by trawler and landing whole, fresh;material;Agricultural\Animal production\Fish\Transformation -hake, capture by trawler and landing whole, fresh;material;Agricultural\Animal production\Fish\Transformation -hake, capture by trawler and landing whole, fresh;material;Agricultural\Animal production\Fish\Transformation -hake, capture by trawler and landing whole, fresh;material;Agricultural\Animal production\Fish\Transformation -hake, capture by trawler and landing whole, fresh;material;Agricultural\Animal production\Fish\Transformation -hake, capture by trawler and landing whole, fresh;material;Agricultural\Animal production\Fish\Transformation -hake, capture by trawler and landing whole, fresh;material;Agricultural\Animal production\Fish\Transformation -hard chromium coating, electroplating, steel substrate, 0.14 mm thickness;processing;Metals\Coating\Transformation -hard coal briquettes factory construction;material;Fuels\Coal\Transformation\Infrastructure -hard coal briquettes factory construction;material;Fuels\Coal\Transformation\Infrastructure -hard coal briquettes production;material;Fuels\Coal\Transformation -hard coal briquettes production;material;Fuels\Coal\Transformation -hard coal coke factory construction;material;Fuels\Coal\Transformation\Infrastructure -hard coal coke factory construction;material;Fuels\Coal\Transformation\Infrastructure -hard coal mine operation;material;Fuels\Coal\Transformation -hard coal mine operation;material;Fuels\Coal\Transformation -hard coal mine operation and hard coal preparation;material;Fuels\Coal\Transformation -hard coal mine operation and hard coal preparation;material;Fuels\Coal\Transformation -hard coal mine operation and hard coal preparation;material;Fuels\Coal\Transformation -hard coal mine operation and hard coal preparation;material;Others\Obsolete -hard coal mine operation and hard coal preparation;material;Fuels\Coal\Transformation -hard coal mine operation and hard coal preparation;material;Fuels\Coal\Transformation -hard coal mine operation and hard coal preparation;material;Fuels\Coal\Transformation -hard coal mine operation and hard coal preparation;material;Fuels\Coal\Transformation -hard coal mine operation and hard coal preparation;material;Others\Obsolete -hard coal mine operation and hard coal preparation;material;Others\Obsolete -hard coal mine operation and hard coal preparation Europe, without Russia and;material;Fuels\Coal\Transformation -hard coal mine operation, open cast, dragline;material;Fuels\Coal\Transformation -hard coal mine operation, open cast, truck and shovel;material;Fuels\Coal\Transformation -hard coal mine operation, underground;material;Fuels\Coal\Transformation -hard coal power plant construction, 100MW;energy;Electricity by fuel\Coal\Transformation\Infrastructure -hard coal power plant construction, 500MW;energy;Electricity by fuel\Coal\Transformation\Infrastructure -hard coal preparation;material;Fuels\Coal\Transformation -hard coal preparation plant construction;material;Fuels\Coal\Transformation\Infrastructure -hard coal preparation, coal washing;material;Fuels\Coal\Transformation -hard coal preparation, crushing and destoning;material;Fuels\Coal\Transformation -hard coal, import from AU;material;Fuels\Coal\Transformation -hard coal, import from AU;material;Fuels\Coal\Transformation -hard coal, import from AU;material;Fuels\Coal\Transformation -hard coal, import from AU;material;Fuels\Coal\Transformation -hard coal, import from AU;material;Fuels\Coal\Transformation -hard coal, import from AU Europe, without Russia and;material;Fuels\Coal\Transformation -hard coal, import from Australia;material;Fuels\Coal\Transformation -hard coal, import from ID;material;Fuels\Coal\Transformation -hard coal, import from ID;material;Fuels\Coal\Transformation -hard coal, import from ID;material;Fuels\Coal\Transformation -hard coal, import from ID Europe, without Russia and;material;Fuels\Coal\Transformation -hard coal, import from Indonesia;material;Fuels\Coal\Transformation -hard coal, import from RLA;material;Fuels\Coal\Transformation -hard coal, import from RLA;material;Fuels\Coal\Transformation -hard coal, import from RLA;material;Fuels\Coal\Transformation -hard coal, import from RLA Europe, without Russia and;material;Fuels\Coal\Transformation -hard coal, import from RNA;material;Fuels\Coal\Transformation -hard coal, import from RNA;material;Fuels\Coal\Transformation -hard coal, import from RNA;material;Fuels\Coal\Transformation -hard coal, import from RNA;material;Fuels\Coal\Transformation -hard coal, import from RNA;material;Fuels\Coal\Transformation -hard coal, import from RNA Europe, without Russia and;material;Fuels\Coal\Transformation -hard coal, import from RU;material;Fuels\Coal\Transformation -hard coal, import from RU;material;Fuels\Coal\Transformation -hard coal, import from RU Europe, without Russia and;material;Fuels\Coal\Transformation -hard coal, import from ZA;material;Fuels\Coal\Transformation -hard coal, import from ZA Europe, without Russia and;material;Fuels\Coal\Transformation -hard coal, run-of-mine to market for hard coal;material;Fuels\Coal\Transformation -hard disk drive production, for desktop computer;material;Electronics\Module\Transformation -hard disk drive production, for laptop computer;material;Electronics\Module\Transformation -hardwood forestry, azobe, sustainable forest management;material;Wood\Extraction\Transformation -hardwood forestry, azobe, sustainable forest management;material;Wood\Extraction\Transformation -hardwood forestry, beech, sustainable forest management;material;Wood\Extraction\Transformation -hardwood forestry, beech, sustainable forest management;material;Wood\Extraction\Transformation -hardwood forestry, beech, sustainable forest management;material;Wood\Extraction\Transformation -hardwood forestry, beech, sustainable forest management;material;Wood\Extraction\Transformation -hardwood forestry, beech, sustainable forest management;material;Wood\Extraction\Transformation -hardwood forestry, beech, sustainable forest management;material;Wood\Extraction\Transformation -hardwood forestry, beech, sustainable forest management;material;Wood\Byproducts\Transformation -hardwood forestry, beech, sustainable forest management;material;Wood\Byproducts\Transformation -Hardwood forestry, beech, sustainable forest management_cf = -1 {DE}| Cut-off,;transport;carculator\synthetic fuels\feedstock -hardwood forestry, birch, sustainable forest management;material;Wood\Extraction\Transformation -hardwood forestry, birch, sustainable forest management;material;Wood\Extraction\Transformation -hardwood forestry, birch, sustainable forest management;material;Wood\Extraction\Transformation -hardwood forestry, birch, sustainable forest management;material;Wood\Extraction\Transformation -hardwood forestry, birch, sustainable forest management;material;Wood\Extraction\Transformation -hardwood forestry, birch, sustainable forest management;material;Wood\Extraction\Transformation -hardwood forestry, birch, sustainable forest management;material;Wood\Extraction\Transformation -hardwood forestry, birch, sustainable forest management;material;Wood\Extraction\Transformation -hardwood forestry, birch, sustainable forest management;material;Wood\Byproducts\Transformation -hardwood forestry, birch, sustainable forest management;material;Wood\Byproducts\Transformation -Hardwood forestry, birch, sustainable forest management_cf = -1 {SE}| Cut-off,;transport;carculator\synthetic fuels\feedstock -hardwood forestry, eucalyptus ssp., planted forest management;material;Wood\Extraction\Transformation -hardwood forestry, eucalyptus ssp., planted forest management;material;Wood\Extraction\Transformation -hardwood forestry, eucalyptus ssp., planted forest management;material;Wood\Extraction\Transformation -hardwood forestry, eucalyptus ssp., planted forest management;material;Wood\Extraction\Transformation -hardwood forestry, eucalyptus ssp., sustainable forest management;material;Wood\Extraction\Transformation -hardwood forestry, eucalyptus ssp., sustainable forest management;material;Wood\Extraction\Transformation -hardwood forestry, meranti, sustainable forest management;material;Wood\Extraction\Transformation -hardwood forestry, meranti, sustainable forest management;material;Wood\Extraction\Transformation -hardwood forestry, mixed species, sustainable forest management;material;Wood\Extraction\Transformation -hardwood forestry, mixed species, sustainable forest management;material;Others\Obsolete -hardwood forestry, mixed species, sustainable forest management;material;Wood\Extraction\Transformation -hardwood forestry, mixed species, sustainable forest management;material;Others\Obsolete -hardwood forestry, mixed species, sustainable forest management;material;Wood\Extraction\Transformation -hardwood forestry, mixed species, sustainable forest management;material;Others\Obsolete -hardwood forestry, mixed species, sustainable forest management;material;Wood\Byproducts\Transformation -hardwood forestry, mixed species, sustainable forest management;material;Others\Obsolete -Hardwood forestry, mixed species, sustainable forest management, cf = -1 {CH}|;transport;carculator\synthetic fuels\feedstock -hardwood forestry, oak, sustainable forest management;material;Wood\Extraction\Transformation -hardwood forestry, oak, sustainable forest management;material;Wood\Extraction\Transformation -hardwood forestry, oak, sustainable forest management;material;Wood\Extraction\Transformation -hardwood forestry, oak, sustainable forest management;material;Wood\Extraction\Transformation -hardwood forestry, oak, sustainable forest management;material;Wood\Extraction\Transformation -hardwood forestry, oak, sustainable forest management;material;Wood\Extraction\Transformation -hardwood forestry, oak, sustainable forest management;material;Wood\Byproducts\Transformation -hardwood forestry, oak, sustainable forest management;material;Wood\Byproducts\Transformation -Hardwood forestry, oak, sustainable forest management_cf = -1 {DE}| Cut-off,;transport;carculator\synthetic fuels\feedstock -harvest, roundwood, primary forest;material;Others\Obsolete -harvest, roundwood, secondary forest;material;Others\Obsolete -harvest, roundwood, shrubland;material;Others\Obsolete -harvester production;processing;Agricultural\Transformation\Infrastructure -harvester production;processing;Agricultural\Transformation\Infrastructure -harvesting, by complete harvester, beets;processing;Agricultural\Transformation -harvesting, by complete harvester, beets;processing;Agricultural\Transformation -harvesting, by complete harvester, ground crops;processing;Agricultural\Transformation -harvesting, by complete harvester, ground crops;processing;Agricultural\Transformation -harvesting, by complete harvester, ground crops;processing;Agricultural\Transformation -harvesting, by complete harvester, potatoes;processing;Others\Obsolete -harvesting, by complete harvester, potatoes;processing;Others\Obsolete -harvesting, by complete harvester, potatoes;processing;Others\Obsolete -harvesting, forestry harvester;processing;Agricultural\Transformation -harvesting, forestry harvester;processing;Agricultural\Transformation -harvesting, sugarcane;processing;Agricultural\Transformation -harvesting, sugarcane;processing;Agricultural\Transformation -harvesting/bundling, energy wood harvester;processing;Agricultural\Transformation -harvesting/bundling, energy wood harvester;processing;Agricultural\Transformation -hay production;material;Agricultural\Plant production\Roughage\Transformation -hay production;material;Agricultural\Plant production\Roughage\Transformation -hay production, organic, intensive;material;Agricultural\Plant production\Roughage\Transformation -hay production, organic, intensive;material;Agricultural\Plant production\Roughage\Transformation -hay production, Swiss integrated production, extensive;material;Agricultural\Plant production\Roughage\Transformation -hay production, Swiss integrated production, intensive;material;Agricultural\Plant production\Roughage\Transformation -haying, by rotary tedder;processing;Agricultural\Transformation -haying, by rotary tedder;processing;Agricultural\Transformation -haying, by rotary tedder;processing;Agricultural\Transformation -hazardous waste incineration facility construction;processing;Waste\Transformation\Infrastructure -hazardous waste incineration facility construction;processing;Waste\Transformation\Infrastructure -heat and power co-generation unit construction, 160kW electrical, common;energy;Cogeneration\Gas\Transformation\Infrastructure -heat and power co-generation unit construction, 160kW electrical, common;energy;Cogeneration\Gas\Transformation\Infrastructure -heat and power co-generation unit construction, 160kW electrical, components;energy;Cogeneration\Gas\Transformation\Infrastructure -heat and power co-generation unit construction, 160kW electrical, components;energy;Cogeneration\Gas\Transformation\Infrastructure -heat and power co-generation unit construction, 160kW electrical, components;energy;Cogeneration\Gas\Transformation\Infrastructure -heat and power co-generation unit construction, 160kW electrical, components;energy;Cogeneration\Gas\Transformation\Infrastructure -heat and power co-generation unit construction, 1MW electrical, common;energy;Cogeneration\Gas\Transformation\Infrastructure -heat and power co-generation unit construction, 1MW electrical, common;energy;Cogeneration\Gas\Transformation\Infrastructure -heat and power co-generation unit construction, 1MW electrical, components for;energy;Cogeneration\Gas\Transformation\Infrastructure -heat and power co-generation unit construction, 1MW electrical, components for;energy;Cogeneration\Gas\Transformation\Infrastructure -heat and power co-generation unit construction, 1MW electrical, components for;energy;Cogeneration\Gas\Transformation\Infrastructure -heat and power co-generation unit construction, 1MW electrical, components for;energy;Cogeneration\Gas\Transformation\Infrastructure -heat and power co-generation unit construction, 1MWel;energy;Cogeneration\Gas\Transformation\Infrastructure -heat and power co-generation unit construction, 1MWel;energy;Cogeneration\Gas\Transformation\Infrastructure -heat and power co-generation unit construction, 1MWel, 6.4 MWth;energy;Cogeneration\Gas\Transformation\Infrastructure -heat and power co-generation unit construction, 1MWel, 6.4 MWth;material;Chemicals\Organic\Transformation -heat and power co-generation unit construction, 200kW electrical, common;energy;Cogeneration\Gas\Transformation\Infrastructure -heat and power co-generation unit construction, 200kW electrical, common;energy;Cogeneration\Gas\Transformation\Infrastructure -heat and power co-generation unit construction, 200kW electrical, components;energy;Cogeneration\Gas\Transformation\Infrastructure -heat and power co-generation unit construction, 200kW electrical, components;energy;Cogeneration\Gas\Transformation\Infrastructure -heat and power co-generation unit construction, 200kW electrical, components;energy;Cogeneration\Gas\Transformation\Infrastructure -heat and power co-generation unit construction, 200kW electrical, components;energy;Cogeneration\Gas\Transformation\Infrastructure -heat and power co-generation unit construction, 200kW electrical, diesel SCR,;energy;Cogeneration\Oil\Transformation\Infrastructure -heat and power co-generation unit construction, 200kW electrical, diesel SCR,;energy;Cogeneration\Oil\Transformation\Infrastructure -heat and power co-generation unit construction, 200kW electrical, diesel SCR,;energy;Cogeneration\Oil\Transformation\Infrastructure -heat and power co-generation unit construction, 200kW electrical, diesel SCR,;energy;Cogeneration\Oil\Transformation\Infrastructure -heat and power co-generation unit construction, 200kW electrical, diesel SCR,;energy;Cogeneration\Oil\Transformation\Infrastructure -heat and power co-generation unit construction, 200kW electrical, diesel SCR,;energy;Cogeneration\Oil\Transformation\Infrastructure -heat and power co-generation unit construction, 500kW electrical, common;energy;Cogeneration\Gas\Transformation\Infrastructure -heat and power co-generation unit construction, 500kW electrical, common;energy;Cogeneration\Gas\Transformation\Infrastructure -heat and power co-generation unit construction, 500kW electrical, components;energy;Cogeneration\Gas\Transformation\Infrastructure -heat and power co-generation unit construction, 500kW electrical, components;energy;Cogeneration\Gas\Transformation\Infrastructure -heat and power co-generation unit construction, 500kW electrical, components;energy;Cogeneration\Gas\Transformation\Infrastructure -heat and power co-generation unit construction, 500kW electrical, components;energy;Cogeneration\Gas\Transformation\Infrastructure -heat and power co-generation unit construction, 50kW electrical, common;energy;Cogeneration\Gas\Transformation\Infrastructure -heat and power co-generation unit construction, 50kW electrical, common;energy;Cogeneration\Gas\Transformation\Infrastructure -heat and power co-generation unit construction, 50kW electrical, components for;energy;Cogeneration\Gas\Transformation\Infrastructure -heat and power co-generation unit construction, 50kW electrical, components for;energy;Cogeneration\Gas\Transformation\Infrastructure -heat and power co-generation unit construction, 50kW electrical, components for;energy;Cogeneration\Gas\Transformation\Infrastructure -heat and power co-generation unit construction, 50kW electrical, components for;energy;Cogeneration\Gas\Transformation\Infrastructure -heat and power co-generation unit construction, 6400kW thermal, building;energy;Cogeneration\Wood\Transformation\Infrastructure -heat and power co-generation unit construction, 6400kW thermal, building;energy;Cogeneration\Wood\Transformation\Infrastructure -heat and power co-generation unit construction, 6400kW thermal, common;energy;Cogeneration\Wood\Transformation\Infrastructure -heat and power co-generation unit construction, 6400kW thermal, common;energy;Cogeneration\Wood\Transformation\Infrastructure -heat and power co-generation unit construction, 6400kW thermal, components for;energy;Cogeneration\Wood\Transformation\Infrastructure -heat and power co-generation unit construction, 6400kW thermal, components for;energy;Cogeneration\Wood\Transformation\Infrastructure -heat and power co-generation unit construction, organic Rankine cycle, 1000kW;energy;Cogeneration\Gas\Transformation\Infrastructure -heat and power co-generation unit construction, organic Rankine cycle, 1400kW;energy;Cogeneration\Wood\Transformation\Infrastructure -heat and power co-generation unit construction, organic Rankine cycle, 1400kW;energy;Cogeneration\Wood\Transformation\Infrastructure -heat and power co-generation unit construction, organic Rankine cycle, 1400kW;energy;Cogeneration\Wood\Transformation\Infrastructure -heat and power co-generation unit construction, organic Rankine cycle, 1400kW;energy;Cogeneration\Wood\Transformation\Infrastructure -heat and power co-generation unit construction, organic Rankine cycle, 1400kW;energy;Cogeneration\Wood\Transformation\Infrastructure -heat and power co-generation unit construction, organic Rankine cycle, 1400kW;energy;Cogeneration\Wood\Transformation\Infrastructure -heat and power co-generation unit construction, organic Rankine cycle, 200kW;energy;Cogeneration\Gas\Transformation\Infrastructure -heat and power co-generation unit construction, organic Rankine cycle, 3MW;energy;Cogeneration\Gas\Transformation\Infrastructure -heat and power co-generation, biogas, gas engine;energy;Cogeneration\Biomass\Transformation -heat and power co-generation, biogas, gas engine;energy;Cogeneration\Biomass\Transformation -heat and power co-generation, biogas, gas engine;energy;Cogeneration\Biomass\Transformation -heat and power co-generation, biogas, gas engine;energy;Cogeneration\Biomass\Transformation -heat and power co-generation, biogas, gas engine;energy;Others\Obsolete -heat and power co-generation, biogas, gas engine;energy;Cogeneration\Biomass\Transformation -heat and power co-generation, biogas, gas engine;energy;Cogeneration\Biomass\Transformation -heat and power co-generation, biogas, gas engine;energy;Cogeneration\Biomass\Transformation -heat and power co-generation, biogas, gas engine;energy;Cogeneration\Biomass\Transformation -heat and power co-generation, biogas, gas engine;energy;Cogeneration\Biomass\Transformation -heat and power co-generation, biogas, gas engine;energy;Cogeneration\Biomass\Transformation -heat and power co-generation, biogas, gas engine;energy;Cogeneration\Biomass\Transformation -heat and power co-generation, biogas, gas engine;energy;Cogeneration\Biomass\Transformation -heat and power co-generation, biogas, gas engine;energy;Cogeneration\Biomass\Transformation -heat and power co-generation, biogas, gas engine;energy;Cogeneration\Biomass\Transformation -heat and power co-generation, biogas, gas engine;energy;Cogeneration\Biomass\Transformation -heat and power co-generation, biogas, gas engine;energy;Cogeneration\Biomass\Transformation -heat and power co-generation, biogas, gas engine;energy;Cogeneration\Biomass\Transformation -heat and power co-generation, biogas, gas engine;energy;Cogeneration\Biomass\Transformation -heat and power co-generation, biogas, gas engine;energy;Cogeneration\Biomass\Transformation -heat and power co-generation, biogas, gas engine;energy;Cogeneration\Biomass\Transformation -heat and power co-generation, biogas, gas engine;energy;Cogeneration\Biomass\Transformation -heat and power co-generation, biogas, gas engine;energy;Cogeneration\Biomass\Transformation -heat and power co-generation, biogas, gas engine;energy;Cogeneration\Biomass\Transformation -heat and power co-generation, biogas, gas engine;energy;Cogeneration\Biomass\Transformation -heat and power co-generation, biogas, gas engine;energy;Cogeneration\Biomass\Transformation -heat and power co-generation, biogas, gas engine;energy;Cogeneration\Biomass\Transformation -heat and power co-generation, biogas, gas engine;energy;Cogeneration\Biomass\Transformation -heat and power co-generation, biogas, gas engine;energy;Cogeneration\Biomass\Transformation -heat and power co-generation, biogas, gas engine;energy;Others\Obsolete -heat and power co-generation, biogas, gas engine;energy;Cogeneration\Biomass\Transformation -heat and power co-generation, biogas, gas engine;energy;Cogeneration\Biomass\Transformation -heat and power co-generation, biogas, gas engine;energy;Cogeneration\Biomass\Transformation -heat and power co-generation, biogas, gas engine;energy;Cogeneration\Biomass\Transformation -heat and power co-generation, biogas, gas engine;energy;Cogeneration\Biomass\Transformation -heat and power co-generation, biogas, gas engine;energy;Cogeneration\Biomass\Transformation -heat and power co-generation, biogas, gas engine;energy;Cogeneration\Biomass\Transformation -heat and power co-generation, biogas, gas engine;energy;Cogeneration\Biomass\Transformation -heat and power co-generation, biogas, gas engine;energy;Cogeneration\Biomass\Transformation -heat and power co-generation, biogas, gas engine;energy;Cogeneration\Biomass\Transformation -heat and power co-generation, biogas, gas engine;energy;Cogeneration\Biomass\Transformation -heat and power co-generation, biogas, gas engine;energy;Cogeneration\Biomass\Transformation -heat and power co-generation, biogas, gas engine;energy;Cogeneration\Biomass\Transformation -heat and power co-generation, biogas, gas engine;energy;Cogeneration\Biomass\Transformation -heat and power co-generation, biogas, gas engine;energy;Cogeneration\Biomass\Transformation -heat and power co-generation, biogas, gas engine;energy;Cogeneration\Biomass\Transformation -heat and power co-generation, biogas, gas engine;energy;Cogeneration\Biomass\Transformation -heat and power co-generation, biogas, gas engine;energy;Cogeneration\Biomass\Transformation -heat and power co-generation, biogas, gas engine;energy;Cogeneration\Biomass\Transformation -heat and power co-generation, biogas, gas engine;energy;Cogeneration\Biomass\Transformation -heat and power co-generation, biogas, gas engine;energy;Cogeneration\Biomass\Transformation -heat and power co-generation, biogas, gas engine;energy;Cogeneration\Biomass\Transformation -heat and power co-generation, biogas, gas engine;energy;Cogeneration\Biomass\Transformation -heat and power co-generation, biogas, gas engine;energy;Cogeneration\Biomass\Transformation -heat and power co-generation, biogas, gas engine;energy;Cogeneration\Biomass\Transformation -heat and power co-generation, biogas, gas engine;energy;Cogeneration\Biomass\Transformation -heat and power co-generation, biogas, gas engine;energy;Cogeneration\Biomass\Transformation -heat and power co-generation, biogas, gas engine;energy;Cogeneration\Biomass\Transformation -heat and power co-generation, biogas, gas engine;energy;Cogeneration\Biomass\Transformation -heat and power co-generation, biogas, gas engine;energy;Cogeneration\Biomass\Transformation -heat and power co-generation, biogas, gas engine;energy;Others\Obsolete -heat and power co-generation, biogas, gas engine;energy;Cogeneration\Biomass\Transformation -heat and power co-generation, biogas, gas engine;energy;Cogeneration\Biomass\Transformation -heat and power co-generation, biogas, gas engine;energy;Cogeneration\Biomass\Transformation -heat and power co-generation, biogas, gas engine;energy;Cogeneration\Biomass\Transformation -heat and power co-generation, biogas, gas engine;energy;Cogeneration\Biomass\Transformation -heat and power co-generation, biogas, gas engine;energy;Cogeneration\Biomass\Transformation -heat and power co-generation, biogas, gas engine;energy;Cogeneration\Biomass\Transformation -heat and power co-generation, biogas, gas engine;energy;Cogeneration\Biomass\Transformation -heat and power co-generation, biogas, gas engine;energy;Cogeneration\Biomass\Transformation -heat and power co-generation, biogas, gas engine;energy;Cogeneration\Biomass\Transformation -heat and power co-generation, biogas, gas engine;energy;Cogeneration\Biomass\Transformation -heat and power co-generation, biogas, gas engine;energy;Cogeneration\Biomass\Transformation -heat and power co-generation, biogas, gas engine;energy;Cogeneration\Biomass\Transformation -heat and power co-generation, biogas, gas engine;energy;Cogeneration\Biomass\Transformation -heat and power co-generation, biogas, gas engine;energy;Cogeneration\Biomass\Transformation -heat and power co-generation, biogas, gas engine;energy;Cogeneration\Biomass\Transformation -heat and power co-generation, biogas, gas engine;energy;Cogeneration\Biomass\Transformation -heat and power co-generation, biogas, gas engine;energy;Cogeneration\Biomass\Transformation -heat and power co-generation, biogas, gas engine;energy;Cogeneration\Biomass\Transformation -heat and power co-generation, biogas, gas engine;energy;Cogeneration\Biomass\Transformation -heat and power co-generation, biogas, gas engine;energy;Cogeneration\Biomass\Transformation -heat and power co-generation, biogas, gas engine;energy;Cogeneration\Biomass\Transformation -heat and power co-generation, biogas, gas engine;energy;Cogeneration\Biomass\Transformation -heat and power co-generation, biogas, gas engine;energy;Cogeneration\Biomass\Transformation -heat and power co-generation, biogas, gas engine;energy;Others\Obsolete -heat and power co-generation, biogas, gas engine;energy;Cogeneration\Biomass\Transformation -heat and power co-generation, biogas, gas engine;energy;Cogeneration\Biomass\Transformation -heat and power co-generation, biogas, gas engine;energy;Cogeneration\Biomass\Transformation -heat and power co-generation, biogas, gas engine;energy;Cogeneration\Biomass\Transformation -heat and power co-generation, biogas, gas engine;energy;Cogeneration\Biomass\Transformation -heat and power co-generation, biogas, gas engine;energy;Cogeneration\Biomass\Transformation -heat and power co-generation, biogas, gas engine;energy;Cogeneration\Biomass\Transformation -heat and power co-generation, biogas, gas engine;energy;Cogeneration\Biomass\Transformation -heat and power co-generation, biogas, gas engine;energy;Cogeneration\Biomass\Transformation -heat and power co-generation, biogas, gas engine;energy;Cogeneration\Biomass\Transformation -heat and power co-generation, biogas, gas engine;energy;Cogeneration\Biomass\Transformation -heat and power co-generation, biogas, gas engine;energy;Cogeneration\Biomass\Transformation -heat and power co-generation, biogas, gas engine;energy;Cogeneration\Biomass\Transformation -heat and power co-generation, biogas, gas engine;energy;Cogeneration\Biomass\Transformation -heat and power co-generation, biogas, gas engine;energy;Cogeneration\Biomass\Transformation -heat and power co-generation, biogas, gas engine;energy;Cogeneration\Biomass\Transformation -heat and power co-generation, biogas, gas engine;energy;Cogeneration\Biomass\Transformation -heat and power co-generation, biogas, gas engine;energy;Cogeneration\Biomass\Transformation -heat and power co-generation, biogas, gas engine;energy;Cogeneration\Biomass\Transformation -heat and power co-generation, biogas, gas engine;energy;Cogeneration\Biomass\Transformation -heat and power co-generation, biogas, gas engine;energy;Cogeneration\Biomass\Transformation -heat and power co-generation, biogas, gas engine;energy;Cogeneration\Biomass\Transformation -heat and power co-generation, biogas, gas engine;energy;Cogeneration\Biomass\Transformation -heat and power co-generation, biogas, gas engine;energy;Cogeneration\Biomass\Transformation -heat and power co-generation, biogas, gas engine;energy;Cogeneration\Biomass\Transformation -heat and power co-generation, biogas, gas engine;energy;Cogeneration\Biomass\Transformation -heat and power co-generation, biogas, gas engine MRO, US;energy;Cogeneration\Biomass\Transformation -heat and power co-generation, biogas, gas engine MRO, US;energy;Cogeneration\Biomass\Transformation -heat and power co-generation, biogas, gas engine NPCC, US;energy;Cogeneration\Biomass\Transformation -heat and power co-generation, biogas, gas engine NPCC, US;energy;Cogeneration\Biomass\Transformation -heat and power co-generation, biogas, gas engine WECC, US;energy;Cogeneration\Biomass\Transformation -heat and power co-generation, biogas, gas engine WECC, US;energy;Cogeneration\Biomass\Transformation -heat and power co-generation, biogas, gas engine, label-certified;energy;Cogeneration\Biomass\Transformation -heat and power co-generation, biogas, gas engine, label-certified;energy;Cogeneration\Biomass\Transformation -heat and power co-generation, diesel, 200kW electrical, SCR-NOx reduction;energy;Others\Obsolete -heat and power co-generation, diesel, 200kW electrical, SCR-NOx reduction;energy;Cogeneration\Oil\Transformation -heat and power co-generation, diesel, 200kW electrical, SCR-NOx reduction;energy;Cogeneration\Oil\Transformation -heat and power co-generation, diesel, 200kW electrical, SCR-NOx reduction;energy;Others\Obsolete -heat and power co-generation, diesel, 200kW electrical, SCR-NOx reduction;energy;Cogeneration\Oil\Transformation -heat and power co-generation, diesel, 200kW electrical, SCR-NOx reduction;energy;Cogeneration\Oil\Transformation -heat and power co-generation, hard coal;energy;Cogeneration\Coal\Transformation -heat and power co-generation, hard coal;energy;Cogeneration\Coal\Transformation -heat and power co-generation, hard coal;energy;Cogeneration\Coal\Transformation -heat and power co-generation, hard coal;energy;Cogeneration\Coal\Transformation -heat and power co-generation, hard coal;energy;Cogeneration\Coal\Transformation -heat and power co-generation, hard coal;energy;Cogeneration\Coal\Transformation -heat and power co-generation, hard coal;energy;Cogeneration\Coal\Transformation -heat and power co-generation, hard coal;energy;Cogeneration\Coal\Transformation -heat and power co-generation, hard coal;energy;Cogeneration\Coal\Transformation -heat and power co-generation, hard coal;energy;Cogeneration\Coal\Transformation -heat and power co-generation, hard coal;energy;Cogeneration\Coal\Transformation -heat and power co-generation, hard coal;energy;Cogeneration\Coal\Transformation -heat and power co-generation, hard coal;energy;Cogeneration\Coal\Transformation -heat and power co-generation, hard coal;energy;Cogeneration\Coal\Transformation -heat and power co-generation, hard coal;energy;Cogeneration\Coal\Transformation -heat and power co-generation, hard coal;energy;Cogeneration\Coal\Transformation -heat and power co-generation, hard coal;energy;Cogeneration\Coal\Transformation -heat and power co-generation, hard coal;energy;Cogeneration\Coal\Transformation -heat and power co-generation, hard coal;energy;Cogeneration\Coal\Transformation -heat and power co-generation, hard coal;energy;Cogeneration\Coal\Transformation -heat and power co-generation, hard coal;energy;Cogeneration\Coal\Transformation -heat and power co-generation, hard coal;energy;Cogeneration\Coal\Transformation -heat and power co-generation, hard coal;energy;Cogeneration\Coal\Transformation -heat and power co-generation, hard coal;energy;Cogeneration\Coal\Transformation -heat and power co-generation, hard coal;energy;Cogeneration\Coal\Transformation -heat and power co-generation, hard coal;energy;Cogeneration\Coal\Transformation -heat and power co-generation, hard coal;energy;Cogeneration\Coal\Transformation -heat and power co-generation, hard coal;energy;Cogeneration\Coal\Transformation -heat and power co-generation, hard coal;energy;Cogeneration\Coal\Transformation -heat and power co-generation, hard coal;energy;Cogeneration\Coal\Transformation -heat and power co-generation, hard coal;energy;Cogeneration\Coal\Transformation -heat and power co-generation, hard coal;energy;Cogeneration\Coal\Transformation -heat and power co-generation, hard coal;energy;Cogeneration\Coal\Transformation -heat and power co-generation, hard coal;energy;Cogeneration\Coal\Transformation -heat and power co-generation, hard coal;energy;Cogeneration\Coal\Transformation -heat and power co-generation, hard coal;energy;Cogeneration\Coal\Transformation -heat and power co-generation, hard coal;energy;Cogeneration\Coal\Transformation -heat and power co-generation, hard coal;energy;Cogeneration\Coal\Transformation -heat and power co-generation, lignite;energy;Cogeneration\Coal\Transformation -heat and power co-generation, lignite;energy;Cogeneration\Coal\Transformation -heat and power co-generation, lignite;energy;Cogeneration\Coal\Transformation -heat and power co-generation, lignite;energy;Cogeneration\Coal\Transformation -heat and power co-generation, lignite;energy;Cogeneration\Coal\Transformation -heat and power co-generation, lignite;energy;Cogeneration\Coal\Transformation -heat and power co-generation, lignite;energy;Cogeneration\Coal\Transformation -heat and power co-generation, lignite;energy;Cogeneration\Coal\Transformation -heat and power co-generation, lignite;energy;Cogeneration\Coal\Transformation -heat and power co-generation, lignite;energy;Cogeneration\Coal\Transformation -heat and power co-generation, lignite;energy;Cogeneration\Coal\Transformation -heat and power co-generation, lignite;energy;Cogeneration\Coal\Transformation -heat and power co-generation, lignite;energy;Cogeneration\Coal\Transformation -heat and power co-generation, lignite;energy;Cogeneration\Coal\Transformation -heat and power co-generation, lignite;energy;Cogeneration\Coal\Transformation -heat and power co-generation, lignite;energy;Cogeneration\Coal\Transformation -heat and power co-generation, lignite;energy;Cogeneration\Coal\Transformation -heat and power co-generation, lignite;energy;Cogeneration\Coal\Transformation -heat and power co-generation, lignite;energy;Cogeneration\Coal\Transformation -heat and power co-generation, lignite;energy;Cogeneration\Coal\Transformation -heat and power co-generation, lignite;energy;Cogeneration\Coal\Transformation -heat and power co-generation, lignite;energy;Cogeneration\Coal\Transformation -heat and power co-generation, lignite;energy;Cogeneration\Coal\Transformation -heat and power co-generation, lignite;energy;Cogeneration\Coal\Transformation -heat and power co-generation, lignite;energy;Cogeneration\Coal\Transformation -heat and power co-generation, lignite;energy;Cogeneration\Coal\Transformation -heat and power co-generation, lignite;energy;Cogeneration\Coal\Transformation -heat and power co-generation, lignite;energy;Cogeneration\Coal\Transformation -heat and power co-generation, lignite;energy;Cogeneration\Coal\Transformation -heat and power co-generation, lignite;energy;Cogeneration\Coal\Transformation -heat and power co-generation, natural gas, 160kW electrical, Jakobsberg;energy;Cogeneration\Gas\Transformation -heat and power co-generation, natural gas, 160kW electrical, Jakobsberg;energy;Cogeneration\Gas\Transformation -heat and power co-generation, natural gas, 160kW electrical, Jakobsberg;energy;Cogeneration\Gas\Transformation -heat and power co-generation, natural gas, 160kW electrical, Jakobsberg;energy;Cogeneration\Gas\Transformation -heat and power co-generation, natural gas, 160kW electrical, lambda=1;energy;Cogeneration\Gas\Transformation -heat and power co-generation, natural gas, 160kW electrical, lambda=1;energy;Cogeneration\Gas\Transformation -heat and power co-generation, natural gas, 160kW electrical, lambda=1;energy;Heat\Gas\Transformation -heat and power co-generation, natural gas, 160kW electrical, lambda=1;energy;Heat\Gas\Transformation -heat and power co-generation, natural gas, 160kW electrical, lambda=1 Europe;energy;Cogeneration\Gas\Transformation -heat and power co-generation, natural gas, 160kW electrical, lambda=1 Europe;energy;Heat\Gas\Transformation -heat and power co-generation, natural gas, 1MW electrical, lean burn;energy;Cogeneration\Gas\Transformation -heat and power co-generation, natural gas, 1MW electrical, lean burn;energy;Cogeneration\Gas\Transformation -heat and power co-generation, natural gas, 1MW electrical, lean burn;energy;Cogeneration\Gas\Transformation -heat and power co-generation, natural gas, 1MW electrical, lean burn;energy;Cogeneration\Gas\Transformation -heat and power co-generation, natural gas, 1MW electrical, lean burn Europe;energy;Cogeneration\Gas\Transformation -heat and power co-generation, natural gas, 1MW electrical, lean burn Europe;energy;Cogeneration\Gas\Transformation -heat and power co-generation, natural gas, 200kW electrical, lean burn;energy;Cogeneration\Gas\Transformation -heat and power co-generation, natural gas, 200kW electrical, lean burn;energy;Cogeneration\Gas\Transformation -heat and power co-generation, natural gas, 200kW electrical, lean burn;energy;Cogeneration\Gas\Transformation -heat and power co-generation, natural gas, 200kW electrical, lean burn;energy;Cogeneration\Gas\Transformation -heat and power co-generation, natural gas, 500kW electrical, lean burn;energy;Cogeneration\Gas\Transformation -heat and power co-generation, natural gas, 500kW electrical, lean burn;energy;Cogeneration\Gas\Transformation -heat and power co-generation, natural gas, 500kW electrical, lean burn;energy;Cogeneration\Gas\Transformation -heat and power co-generation, natural gas, 500kW electrical, lean burn;energy;Cogeneration\Gas\Transformation -heat and power co-generation, natural gas, 50kW electrical, lean burn;energy;Cogeneration\Gas\Transformation -heat and power co-generation, natural gas, 50kW electrical, lean burn;energy;Cogeneration\Gas\Transformation -heat and power co-generation, natural gas, 50kW electrical, lean burn;energy;Heat\Gas\Transformation -heat and power co-generation, natural gas, 50kW electrical, lean burn;energy;Heat\Gas\Transformation -heat and power co-generation, natural gas, 50kW electrical, lean burn Europe;energy;Cogeneration\Gas\Transformation -heat and power co-generation, natural gas, 50kW electrical, lean burn Europe;energy;Heat\Gas\Transformation -heat and power co-generation, natural gas, combined cycle power plant, 400MW;energy;Cogeneration\Gas\Transformation -heat and power co-generation, natural gas, combined cycle power plant, 400MW;energy;Cogeneration\Gas\Transformation -heat and power co-generation, natural gas, combined cycle power plant, 400MW;energy;Cogeneration\Gas\Transformation -heat and power co-generation, natural gas, combined cycle power plant, 400MW;energy;Cogeneration\Gas\Transformation -heat and power co-generation, natural gas, combined cycle power plant, 400MW;energy;Cogeneration\Gas\Transformation -heat and power co-generation, natural gas, combined cycle power plant, 400MW;energy;Others\Obsolete -heat and power co-generation, natural gas, combined cycle power plant, 400MW;energy;Cogeneration\Gas\Transformation -heat and power co-generation, natural gas, combined cycle power plant, 400MW;energy;Cogeneration\Gas\Transformation -heat and power co-generation, natural gas, combined cycle power plant, 400MW;energy;Cogeneration\Gas\Transformation -heat and power co-generation, natural gas, combined cycle power plant, 400MW;energy;Cogeneration\Gas\Transformation -heat and power co-generation, natural gas, combined cycle power plant, 400MW;energy;Cogeneration\Gas\Transformation -heat and power co-generation, natural gas, combined cycle power plant, 400MW;energy;Cogeneration\Gas\Transformation -heat and power co-generation, natural gas, combined cycle power plant, 400MW;energy;Cogeneration\Gas\Transformation -heat and power co-generation, natural gas, combined cycle power plant, 400MW;energy;Cogeneration\Gas\Transformation -heat and power co-generation, natural gas, combined cycle power plant, 400MW;energy;Cogeneration\Gas\Transformation -heat and power co-generation, natural gas, combined cycle power plant, 400MW;energy;Cogeneration\Gas\Transformation -heat and power co-generation, natural gas, combined cycle power plant, 400MW;energy;Cogeneration\Gas\Transformation -heat and power co-generation, natural gas, combined cycle power plant, 400MW;energy;Cogeneration\Gas\Transformation -heat and power co-generation, natural gas, combined cycle power plant, 400MW;energy;Cogeneration\Gas\Transformation -heat and power co-generation, natural gas, combined cycle power plant, 400MW;energy;Cogeneration\Gas\Transformation -heat and power co-generation, natural gas, combined cycle power plant, 400MW;energy;Cogeneration\Gas\Transformation -heat and power co-generation, natural gas, combined cycle power plant, 400MW;energy;Cogeneration\Gas\Transformation -heat and power co-generation, natural gas, combined cycle power plant, 400MW;energy;Cogeneration\Gas\Transformation -heat and power co-generation, natural gas, combined cycle power plant, 400MW;energy;Cogeneration\Gas\Transformation -heat and power co-generation, natural gas, combined cycle power plant, 400MW;energy;Cogeneration\Gas\Transformation -heat and power co-generation, natural gas, combined cycle power plant, 400MW;energy;Cogeneration\Gas\Transformation -heat and power co-generation, natural gas, combined cycle power plant, 400MW;energy;Cogeneration\Gas\Transformation -heat and power co-generation, natural gas, combined cycle power plant, 400MW;energy;Cogeneration\Gas\Transformation -heat and power co-generation, natural gas, combined cycle power plant, 400MW;energy;Cogeneration\Gas\Transformation -heat and power co-generation, natural gas, combined cycle power plant, 400MW;energy;Cogeneration\Gas\Transformation -heat and power co-generation, natural gas, combined cycle power plant, 400MW;energy;Cogeneration\Gas\Transformation -heat and power co-generation, natural gas, combined cycle power plant, 400MW;energy;Cogeneration\Gas\Transformation -heat and power co-generation, natural gas, combined cycle power plant, 400MW;energy;Cogeneration\Gas\Transformation -heat and power co-generation, natural gas, combined cycle power plant, 400MW;energy;Cogeneration\Gas\Transformation -heat and power co-generation, natural gas, combined cycle power plant, 400MW;energy;Cogeneration\Gas\Transformation -heat and power co-generation, natural gas, combined cycle power plant, 400MW;energy;Cogeneration\Gas\Transformation -heat and power co-generation, natural gas, combined cycle power plant, 400MW;energy;Cogeneration\Gas\Transformation -heat and power co-generation, natural gas, combined cycle power plant, 400MW;energy;Cogeneration\Gas\Transformation -heat and power co-generation, natural gas, combined cycle power plant, 400MW;energy;Cogeneration\Gas\Transformation -heat and power co-generation, natural gas, combined cycle power plant, 400MW;energy;Cogeneration\Gas\Transformation -heat and power co-generation, natural gas, combined cycle power plant, 400MW;energy;Cogeneration\Gas\Transformation -heat and power co-generation, natural gas, combined cycle power plant, 400MW;energy;Cogeneration\Gas\Transformation -heat and power co-generation, natural gas, combined cycle power plant, 400MW;energy;Cogeneration\Gas\Transformation -heat and power co-generation, natural gas, combined cycle power plant, 400MW;energy;Cogeneration\Gas\Transformation -heat and power co-generation, natural gas, combined cycle power plant, 400MW;energy;Others\Obsolete -heat and power co-generation, natural gas, combined cycle power plant, 400MW;energy;Cogeneration\Gas\Transformation -heat and power co-generation, natural gas, combined cycle power plant, 400MW;energy;Cogeneration\Gas\Transformation -heat and power co-generation, natural gas, combined cycle power plant, 400MW;energy;Cogeneration\Gas\Transformation -heat and power co-generation, natural gas, combined cycle power plant, 400MW;energy;Cogeneration\Gas\Transformation -heat and power co-generation, natural gas, combined cycle power plant, 400MW;energy;Cogeneration\Gas\Transformation -heat and power co-generation, natural gas, combined cycle power plant, 400MW;energy;Cogeneration\Gas\Transformation -heat and power co-generation, natural gas, combined cycle power plant, 400MW;energy;Cogeneration\Gas\Transformation -heat and power co-generation, natural gas, combined cycle power plant, 400MW;energy;Cogeneration\Gas\Transformation -heat and power co-generation, natural gas, combined cycle power plant, 400MW;energy;Cogeneration\Gas\Transformation -heat and power co-generation, natural gas, combined cycle power plant, 400MW;energy;Cogeneration\Gas\Transformation -heat and power co-generation, natural gas, combined cycle power plant, 400MW;energy;Cogeneration\Gas\Transformation -heat and power co-generation, natural gas, combined cycle power plant, 400MW;energy;Cogeneration\Gas\Transformation -heat and power co-generation, natural gas, combined cycle power plant, 400MW;energy;Cogeneration\Gas\Transformation -heat and power co-generation, natural gas, combined cycle power plant, 400MW;energy;Cogeneration\Gas\Transformation -heat and power co-generation, natural gas, combined cycle power plant, 400MW;energy;Cogeneration\Gas\Transformation -heat and power co-generation, natural gas, combined cycle power plant, 400MW;energy;Cogeneration\Gas\Transformation -heat and power co-generation, natural gas, combined cycle power plant, 400MW;energy;Cogeneration\Gas\Transformation -heat and power co-generation, natural gas, combined cycle power plant, 400MW;energy;Cogeneration\Gas\Transformation -heat and power co-generation, natural gas, combined cycle power plant, 400MW;energy;Cogeneration\Gas\Transformation -heat and power co-generation, natural gas, combined cycle power plant, 400MW;energy;Cogeneration\Gas\Transformation -heat and power co-generation, natural gas, combined cycle power plant, 400MW;energy;Cogeneration\Gas\Transformation -heat and power co-generation, natural gas, combined cycle power plant, 400MW;energy;Cogeneration\Gas\Transformation -heat and power co-generation, natural gas, combined cycle power plant, 400MW;energy;Cogeneration\Gas\Transformation -heat and power co-generation, natural gas, combined cycle power plant, 400MW;energy;Cogeneration\Gas\Transformation -heat and power co-generation, natural gas, combined cycle power plant, 400MW;energy;Cogeneration\Gas\Transformation -heat and power co-generation, natural gas, combined cycle power plant, 400MW;energy;Cogeneration\Gas\Transformation -heat and power co-generation, natural gas, combined cycle power plant, 400MW;energy;Cogeneration\Gas\Transformation -heat and power co-generation, natural gas, combined cycle power plant, 400MW;energy;Cogeneration\Gas\Transformation -heat and power co-generation, natural gas, combined cycle power plant, 400MW;energy;Cogeneration\Gas\Transformation -heat and power co-generation, natural gas, combined cycle power plant, 400MW;energy;Cogeneration\Gas\Transformation -heat and power co-generation, natural gas, combined cycle power plant, 400MW;energy;Cogeneration\Gas\Transformation -heat and power co-generation, natural gas, combined cycle power plant, 400MW;energy;Cogeneration\Gas\Transformation -heat and power co-generation, natural gas, combined cycle power plant, 400MW;energy;Cogeneration\Gas\Transformation -heat and power co-generation, natural gas, conventional power plant, 100MW;energy;Cogeneration\Gas\Transformation -heat and power co-generation, natural gas, conventional power plant, 100MW;energy;Cogeneration\Gas\Transformation -heat and power co-generation, natural gas, conventional power plant, 100MW;energy;Cogeneration\Gas\Transformation -heat and power co-generation, natural gas, conventional power plant, 100MW;energy;Cogeneration\Gas\Transformation -heat and power co-generation, natural gas, conventional power plant, 100MW;energy;Cogeneration\Gas\Transformation -heat and power co-generation, natural gas, conventional power plant, 100MW;energy;Cogeneration\Gas\Transformation -heat and power co-generation, natural gas, conventional power plant, 100MW;energy;Cogeneration\Gas\Transformation -heat and power co-generation, natural gas, conventional power plant, 100MW;energy;Others\Obsolete -heat and power co-generation, natural gas, conventional power plant, 100MW;energy;Cogeneration\Gas\Transformation -heat and power co-generation, natural gas, conventional power plant, 100MW;energy;Cogeneration\Gas\Transformation -heat and power co-generation, natural gas, conventional power plant, 100MW;energy;Cogeneration\Gas\Transformation -heat and power co-generation, natural gas, conventional power plant, 100MW;energy;Cogeneration\Gas\Transformation -heat and power co-generation, natural gas, conventional power plant, 100MW;energy;Cogeneration\Gas\Transformation -heat and power co-generation, natural gas, conventional power plant, 100MW;energy;Cogeneration\Gas\Transformation -heat and power co-generation, natural gas, conventional power plant, 100MW;energy;Cogeneration\Gas\Transformation -heat and power co-generation, natural gas, conventional power plant, 100MW;energy;Cogeneration\Gas\Transformation -heat and power co-generation, natural gas, conventional power plant, 100MW;energy;Cogeneration\Gas\Transformation -heat and power co-generation, natural gas, conventional power plant, 100MW;energy;Cogeneration\Gas\Transformation -heat and power co-generation, natural gas, conventional power plant, 100MW;energy;Cogeneration\Gas\Transformation -heat and power co-generation, natural gas, conventional power plant, 100MW;energy;Cogeneration\Gas\Transformation -heat and power co-generation, natural gas, conventional power plant, 100MW;energy;Cogeneration\Gas\Transformation -heat and power co-generation, natural gas, conventional power plant, 100MW;energy;Cogeneration\Gas\Transformation -heat and power co-generation, natural gas, conventional power plant, 100MW;energy;Cogeneration\Gas\Transformation -heat and power co-generation, natural gas, conventional power plant, 100MW;energy;Cogeneration\Gas\Transformation -heat and power co-generation, natural gas, conventional power plant, 100MW;energy;Cogeneration\Gas\Transformation -heat and power co-generation, natural gas, conventional power plant, 100MW;energy;Cogeneration\Gas\Transformation -heat and power co-generation, natural gas, conventional power plant, 100MW;energy;Cogeneration\Gas\Transformation -heat and power co-generation, natural gas, conventional power plant, 100MW;energy;Cogeneration\Gas\Transformation -heat and power co-generation, natural gas, conventional power plant, 100MW;energy;Cogeneration\Gas\Transformation -heat and power co-generation, natural gas, conventional power plant, 100MW;energy;Cogeneration\Gas\Transformation -heat and power co-generation, natural gas, conventional power plant, 100MW;energy;Cogeneration\Gas\Transformation -heat and power co-generation, natural gas, conventional power plant, 100MW;energy;Cogeneration\Gas\Transformation -heat and power co-generation, natural gas, conventional power plant, 100MW;energy;Cogeneration\Gas\Transformation -heat and power co-generation, natural gas, conventional power plant, 100MW;energy;Cogeneration\Gas\Transformation -heat and power co-generation, natural gas, conventional power plant, 100MW;energy;Cogeneration\Gas\Transformation -heat and power co-generation, natural gas, conventional power plant, 100MW;energy;Cogeneration\Gas\Transformation -heat and power co-generation, natural gas, conventional power plant, 100MW;energy;Cogeneration\Gas\Transformation -heat and power co-generation, natural gas, conventional power plant, 100MW;energy;Cogeneration\Gas\Transformation -heat and power co-generation, natural gas, conventional power plant, 100MW;energy;Cogeneration\Gas\Transformation -heat and power co-generation, natural gas, conventional power plant, 100MW;energy;Cogeneration\Gas\Transformation -heat and power co-generation, natural gas, conventional power plant, 100MW;energy;Cogeneration\Gas\Transformation -heat and power co-generation, natural gas, conventional power plant, 100MW;energy;Cogeneration\Gas\Transformation -heat and power co-generation, natural gas, conventional power plant, 100MW;energy;Cogeneration\Gas\Transformation -heat and power co-generation, natural gas, conventional power plant, 100MW;energy;Cogeneration\Gas\Transformation -heat and power co-generation, natural gas, conventional power plant, 100MW;energy;Cogeneration\Gas\Transformation -heat and power co-generation, natural gas, conventional power plant, 100MW;energy;Cogeneration\Gas\Transformation -heat and power co-generation, natural gas, conventional power plant, 100MW;energy;Cogeneration\Gas\Transformation -heat and power co-generation, natural gas, conventional power plant, 100MW;energy;Cogeneration\Gas\Transformation -heat and power co-generation, natural gas, conventional power plant, 100MW;energy;Cogeneration\Gas\Transformation -heat and power co-generation, natural gas, conventional power plant, 100MW;energy;Cogeneration\Gas\Transformation -heat and power co-generation, natural gas, conventional power plant, 100MW;energy;Cogeneration\Gas\Transformation -heat and power co-generation, natural gas, conventional power plant, 100MW;energy;Cogeneration\Gas\Transformation -heat and power co-generation, natural gas, conventional power plant, 100MW;energy;Cogeneration\Gas\Transformation -heat and power co-generation, natural gas, conventional power plant, 100MW;energy;Cogeneration\Gas\Transformation -heat and power co-generation, natural gas, conventional power plant, 100MW;energy;Cogeneration\Gas\Transformation -heat and power co-generation, natural gas, conventional power plant, 100MW;energy;Cogeneration\Gas\Transformation -heat and power co-generation, natural gas, conventional power plant, 100MW;energy;Cogeneration\Gas\Transformation -heat and power co-generation, natural gas, conventional power plant, 100MW;energy;Cogeneration\Gas\Transformation -heat and power co-generation, natural gas, conventional power plant, 100MW;energy;Cogeneration\Gas\Transformation -heat and power co-generation, natural gas, conventional power plant, 100MW;energy;Cogeneration\Gas\Transformation -heat and power co-generation, natural gas, conventional power plant, 100MW;energy;Cogeneration\Gas\Transformation -heat and power co-generation, natural gas, conventional power plant, 100MW;energy;Cogeneration\Gas\Transformation -heat and power co-generation, natural gas, conventional power plant, 100MW;energy;Cogeneration\Gas\Transformation -heat and power co-generation, natural gas, conventional power plant, 100MW;energy;Cogeneration\Gas\Transformation -heat and power co-generation, natural gas, conventional power plant, 100MW;energy;Cogeneration\Gas\Transformation -heat and power co-generation, natural gas, conventional power plant, 100MW;energy;Cogeneration\Gas\Transformation -heat and power co-generation, natural gas, conventional power plant, 100MW;energy;Cogeneration\Gas\Transformation -heat and power co-generation, natural gas, conventional power plant, 100MW;energy;Cogeneration\Gas\Transformation -heat and power co-generation, natural gas, conventional power plant, 100MW;energy;Cogeneration\Gas\Transformation -heat and power co-generation, natural gas, conventional power plant, 100MW;energy;Others\Obsolete -heat and power co-generation, natural gas, conventional power plant, 100MW;energy;Cogeneration\Gas\Transformation -heat and power co-generation, natural gas, conventional power plant, 100MW;energy;Cogeneration\Gas\Transformation -heat and power co-generation, natural gas, conventional power plant, 100MW;energy;Cogeneration\Gas\Transformation -heat and power co-generation, natural gas, conventional power plant, 100MW;energy;Cogeneration\Gas\Transformation -heat and power co-generation, natural gas, conventional power plant, 100MW;energy;Cogeneration\Gas\Transformation -heat and power co-generation, natural gas, conventional power plant, 100MW;energy;Cogeneration\Gas\Transformation -heat and power co-generation, natural gas, conventional power plant, 100MW;energy;Cogeneration\Gas\Transformation -heat and power co-generation, natural gas, conventional power plant, 100MW;energy;Cogeneration\Gas\Transformation -heat and power co-generation, natural gas, conventional power plant, 100MW;energy;Cogeneration\Gas\Transformation -heat and power co-generation, natural gas, conventional power plant, 100MW;energy;Cogeneration\Gas\Transformation -heat and power co-generation, natural gas, conventional power plant, 100MW;energy;Cogeneration\Gas\Transformation -heat and power co-generation, natural gas, conventional power plant, 100MW;energy;Cogeneration\Gas\Transformation -heat and power co-generation, natural gas, conventional power plant, 100MW;energy;Cogeneration\Gas\Transformation -heat and power co-generation, natural gas, conventional power plant, 100MW;energy;Cogeneration\Gas\Transformation -heat and power co-generation, natural gas, conventional power plant, 100MW;energy;Cogeneration\Gas\Transformation -heat and power co-generation, natural gas, conventional power plant, 100MW;energy;Cogeneration\Gas\Transformation -heat and power co-generation, natural gas, conventional power plant, 100MW;energy;Cogeneration\Gas\Transformation -heat and power co-generation, natural gas, conventional power plant, 100MW;energy;Cogeneration\Gas\Transformation -heat and power co-generation, natural gas, conventional power plant, 100MW;energy;Cogeneration\Gas\Transformation -heat and power co-generation, natural gas, conventional power plant, 100MW;energy;Cogeneration\Gas\Transformation -heat and power co-generation, natural gas, conventional power plant, 100MW;energy;Cogeneration\Gas\Transformation -heat and power co-generation, natural gas, conventional power plant, 100MW;energy;Cogeneration\Gas\Transformation -heat and power co-generation, natural gas, conventional power plant, 100MW;energy;Cogeneration\Gas\Transformation -heat and power co-generation, natural gas, conventional power plant, 100MW;energy;Cogeneration\Gas\Transformation -heat and power co-generation, natural gas, conventional power plant, 100MW;energy;Cogeneration\Gas\Transformation -heat and power co-generation, natural gas, conventional power plant, 100MW;energy;Cogeneration\Gas\Transformation -heat and power co-generation, natural gas, conventional power plant, 100MW;energy;Cogeneration\Gas\Transformation -heat and power co-generation, natural gas, conventional power plant, 100MW;energy;Cogeneration\Gas\Transformation -heat and power co-generation, natural gas, conventional power plant, 100MW;energy;Cogeneration\Gas\Transformation -heat and power co-generation, natural gas, conventional power plant, 100MW;energy;Cogeneration\Gas\Transformation -heat and power co-generation, natural gas, conventional power plant, 100MW;energy;Cogeneration\Gas\Transformation -heat and power co-generation, natural gas, conventional power plant, 100MW;energy;Cogeneration\Gas\Transformation -heat and power co-generation, natural gas, conventional power plant, 100MW;energy;Cogeneration\Gas\Transformation -heat and power co-generation, natural gas, conventional power plant, 100MW;energy;Cogeneration\Gas\Transformation -heat and power co-generation, natural gas, conventional power plant, 100MW;energy;Cogeneration\Gas\Transformation -heat and power co-generation, natural gas, conventional power plant, 100MW;energy;Cogeneration\Gas\Transformation -heat and power co-generation, natural gas, conventional power plant, 100MW;energy;Cogeneration\Gas\Transformation -heat and power co-generation, natural gas, conventional power plant, 100MW;energy;Cogeneration\Gas\Transformation -heat and power co-generation, natural gas, conventional power plant, 100MW;energy;Cogeneration\Gas\Transformation -heat and power co-generation, natural gas, conventional power plant, 100MW;energy;Cogeneration\Gas\Transformation -heat and power co-generation, natural gas, conventional power plant, 100MW;energy;Cogeneration\Gas\Transformation -heat and power co-generation, natural gas, conventional power plant, 100MW;energy;Cogeneration\Gas\Transformation -heat and power co-generation, natural gas, conventional power plant, 100MW;energy;Cogeneration\Gas\Transformation -heat and power co-generation, natural gas, conventional power plant, 100MW;energy;Cogeneration\Gas\Transformation -heat and power co-generation, natural gas, conventional power plant, 100MW;energy;Cogeneration\Gas\Transformation -heat and power co-generation, natural gas, conventional power plant, 100MW;energy;Cogeneration\Gas\Transformation -heat and power co-generation, natural gas, conventional power plant, 100MW;energy;Cogeneration\Gas\Transformation -heat and power co-generation, natural gas, conventional power plant, 100MW;energy;Cogeneration\Gas\Transformation -heat and power co-generation, natural gas, conventional power plant, 100MW;energy;Cogeneration\Gas\Transformation -heat and power co-generation, natural gas, conventional power plant, 100MW;energy;Cogeneration\Gas\Transformation -heat and power co-generation, natural gas, conventional power plant, 100MW;energy;Cogeneration\Gas\Transformation -heat and power co-generation, natural gas, conventional power plant, 100MW;energy;Cogeneration\Gas\Transformation -heat and power co-generation, natural gas, conventional power plant, 100MW;energy;Cogeneration\Gas\Transformation -heat and power co-generation, natural gas, conventional power plant, 100MW;energy;Cogeneration\Gas\Transformation -heat and power co-generation, natural gas, mini-plant 2KW electrical;energy;Cogeneration\Gas\Transformation -heat and power co-generation, natural gas, mini-plant 2KW electrical;energy;Cogeneration\Gas\Transformation -heat and power co-generation, natural gas, mini-plant 2KW electrical;energy;Heat\Gas\Transformation -heat and power co-generation, natural gas, mini-plant 2KW electrical;energy;Heat\Gas\Transformation -heat and power co-generation, natural gas, mini-plant 2KW electrical Europe;energy;Cogeneration\Gas\Transformation -heat and power co-generation, natural gas, mini-plant 2KW electrical Europe;energy;Heat\Gas\Transformation -heat and power co-generation, oil;energy;Cogeneration\Oil\Transformation -heat and power co-generation, oil;energy;Cogeneration\Oil\Transformation -heat and power co-generation, oil;energy;Cogeneration\Oil\Transformation -heat and power co-generation, oil;energy;Cogeneration\Oil\Transformation -heat and power co-generation, oil;energy;Cogeneration\Oil\Transformation -heat and power co-generation, oil;energy;Others\Obsolete -heat and power co-generation, oil;energy;Cogeneration\Oil\Transformation -heat and power co-generation, oil;energy;Cogeneration\Oil\Transformation -heat and power co-generation, oil;energy;Cogeneration\Oil\Transformation -heat and power co-generation, oil;energy;Cogeneration\Oil\Transformation -heat and power co-generation, oil;energy;Cogeneration\Oil\Transformation -heat and power co-generation, oil;energy;Cogeneration\Oil\Transformation -heat and power co-generation, oil;energy;Cogeneration\Oil\Transformation -heat and power co-generation, oil;energy;Cogeneration\Oil\Transformation -heat and power co-generation, oil;energy;Cogeneration\Oil\Transformation -heat and power co-generation, oil;energy;Cogeneration\Oil\Transformation -heat and power co-generation, oil;energy;Cogeneration\Oil\Transformation -heat and power co-generation, oil;energy;Cogeneration\Oil\Transformation -heat and power co-generation, oil;energy;Cogeneration\Oil\Transformation -heat and power co-generation, oil;energy;Cogeneration\Oil\Transformation -heat and power co-generation, oil;energy;Cogeneration\Oil\Transformation -heat and power co-generation, oil;energy;Cogeneration\Oil\Transformation -heat and power co-generation, oil;energy;Cogeneration\Oil\Transformation -heat and power co-generation, oil;energy;Cogeneration\Oil\Transformation -heat and power co-generation, oil;energy;Cogeneration\Oil\Transformation -heat and power co-generation, oil;energy;Cogeneration\Oil\Transformation -heat and power co-generation, oil;energy;Cogeneration\Oil\Transformation -heat and power co-generation, oil;energy;Cogeneration\Oil\Transformation -heat and power co-generation, oil;energy;Cogeneration\Oil\Transformation -heat and power co-generation, oil;energy;Cogeneration\Oil\Transformation -heat and power co-generation, oil;energy;Cogeneration\Oil\Transformation -heat and power co-generation, oil;energy;Cogeneration\Oil\Transformation -heat and power co-generation, oil;energy;Cogeneration\Oil\Transformation -heat and power co-generation, oil;energy;Cogeneration\Oil\Transformation -heat and power co-generation, oil;energy;Cogeneration\Oil\Transformation -heat and power co-generation, oil;energy;Cogeneration\Oil\Transformation -heat and power co-generation, oil;energy;Cogeneration\Oil\Transformation -heat and power co-generation, oil;energy;Cogeneration\Oil\Transformation -heat and power co-generation, oil;energy;Cogeneration\Oil\Transformation -heat and power co-generation, oil;energy;Cogeneration\Oil\Transformation -heat and power co-generation, oil;energy;Cogeneration\Oil\Transformation -heat and power co-generation, oil;energy;Cogeneration\Oil\Transformation -heat and power co-generation, oil;energy;Heat\Oil\Transformation -heat and power co-generation, oil;energy;Heat\Oil\Transformation -heat and power co-generation, oil;energy;Heat\Oil\Transformation -heat and power co-generation, oil;energy;Heat\Oil\Transformation -heat and power co-generation, oil;energy;Heat\Oil\Transformation -heat and power co-generation, oil;energy;Others\Obsolete -heat and power co-generation, oil;energy;Heat\Oil\Transformation -heat and power co-generation, oil;energy;Heat\Oil\Transformation -heat and power co-generation, oil;energy;Heat\Oil\Transformation -heat and power co-generation, oil;energy;Heat\Oil\Transformation -heat and power co-generation, oil;energy;Heat\Oil\Transformation -heat and power co-generation, oil;energy;Heat\Oil\Transformation -heat and power co-generation, oil;energy;Heat\Oil\Transformation -heat and power co-generation, oil;energy;Heat\Oil\Transformation -heat and power co-generation, oil;energy;Heat\Oil\Transformation -heat and power co-generation, oil;energy;Heat\Oil\Transformation -heat and power co-generation, oil;energy;Heat\Oil\Transformation -heat and power co-generation, oil;energy;Heat\Oil\Transformation -heat and power co-generation, oil;energy;Heat\Oil\Transformation -heat and power co-generation, oil;energy;Heat\Oil\Transformation -heat and power co-generation, oil;energy;Heat\Oil\Transformation -heat and power co-generation, oil;energy;Heat\Oil\Transformation -heat and power co-generation, oil;energy;Heat\Oil\Transformation -heat and power co-generation, oil;energy;Heat\Oil\Transformation -heat and power co-generation, oil;energy;Heat\Oil\Transformation -heat and power co-generation, oil;energy;Heat\Oil\Transformation -heat and power co-generation, oil;energy;Heat\Oil\Transformation -heat and power co-generation, oil;energy;Heat\Oil\Transformation -heat and power co-generation, oil;energy;Heat\Oil\Transformation -heat and power co-generation, oil;energy;Heat\Oil\Transformation -heat and power co-generation, oil;energy;Heat\Oil\Transformation -heat and power co-generation, oil;energy;Heat\Oil\Transformation -heat and power co-generation, oil;energy;Heat\Oil\Transformation -heat and power co-generation, oil;energy;Heat\Oil\Transformation -heat and power co-generation, oil;energy;Heat\Oil\Transformation -heat and power co-generation, oil;energy;Heat\Oil\Transformation -heat and power co-generation, oil;energy;Heat\Oil\Transformation -heat and power co-generation, oil;energy;Heat\Oil\Transformation -heat and power co-generation, oil;energy;Heat\Oil\Transformation -heat and power co-generation, oil;energy;Heat\Oil\Transformation -heat and power co-generation, oil;energy;Heat\Oil\Transformation -heat and power co-generation, oil;energy;Heat\Oil\Transformation -heat and power co-generation, oil MRO, US;energy;Cogeneration\Oil\Transformation -heat and power co-generation, oil MRO, US;energy;Heat\Oil\Transformation -heat and power co-generation, oil NPCC, US;energy;Cogeneration\Oil\Transformation -heat and power co-generation, oil NPCC, US;energy;Heat\Oil\Transformation -heat and power co-generation, oil WECC, US;energy;Cogeneration\Oil\Transformation -heat and power co-generation, oil WECC, US;energy;Heat\Oil\Transformation -heat and power co-generation, wood chips, 2000 kW;energy;Cogeneration\Biomass\Transformation -heat and power co-generation, wood chips, 2000 kW;energy;Others\Obsolete -heat and power co-generation, wood chips, 2000 kW;energy;Heat\Wood\Transformation -heat and power co-generation, wood chips, 2000 kW;energy;Others\Obsolete -heat and power co-generation, wood chips, 2000 kW, state-of-the-art 2014;energy;Cogeneration\Biomass\Transformation -heat and power co-generation, wood chips, 2000 kW, state-of-the-art 2014;energy;Others\Obsolete -heat and power co-generation, wood chips, 2000 kW, state-of-the-art 2014;energy;Heat\Wood\Transformation -heat and power co-generation, wood chips, 2000 kW, state-of-the-art 2014;energy;Others\Obsolete -heat and power co-generation, wood chips, 6667 kW;energy;Cogeneration\Biomass\Transformation -heat and power co-generation, wood chips, 6667 kW;energy;Cogeneration\Biomass\Transformation -heat and power co-generation, wood chips, 6667 kW;energy;Cogeneration\Biomass\Transformation -heat and power co-generation, wood chips, 6667 kW;energy;Cogeneration\Biomass\Transformation -heat and power co-generation, wood chips, 6667 kW;energy;Cogeneration\Biomass\Transformation -heat and power co-generation, wood chips, 6667 kW;energy;Cogeneration\Biomass\Transformation -heat and power co-generation, wood chips, 6667 kW;energy;Others\Obsolete -heat and power co-generation, wood chips, 6667 kW;energy;Cogeneration\Biomass\Transformation -heat and power co-generation, wood chips, 6667 kW;energy;Cogeneration\Biomass\Transformation -heat and power co-generation, wood chips, 6667 kW;energy;Cogeneration\Biomass\Transformation -heat and power co-generation, wood chips, 6667 kW;energy;Cogeneration\Biomass\Transformation -heat and power co-generation, wood chips, 6667 kW;energy;Cogeneration\Biomass\Transformation -heat and power co-generation, wood chips, 6667 kW;energy;Cogeneration\Biomass\Transformation -heat and power co-generation, wood chips, 6667 kW;energy;Cogeneration\Biomass\Transformation -heat and power co-generation, wood chips, 6667 kW;energy;Cogeneration\Biomass\Transformation -heat and power co-generation, wood chips, 6667 kW;energy;Cogeneration\Biomass\Transformation -heat and power co-generation, wood chips, 6667 kW;energy;Cogeneration\Biomass\Transformation -heat and power co-generation, wood chips, 6667 kW;energy;Cogeneration\Biomass\Transformation -heat and power co-generation, wood chips, 6667 kW;energy;Cogeneration\Biomass\Transformation -heat and power co-generation, wood chips, 6667 kW;energy;Cogeneration\Biomass\Transformation -heat and power co-generation, wood chips, 6667 kW;energy;Heat\Wood\Transformation -heat and power co-generation, wood chips, 6667 kW;energy;Heat\Wood\Transformation -heat and power co-generation, wood chips, 6667 kW;energy;Heat\Wood\Transformation -heat and power co-generation, wood chips, 6667 kW;energy;Heat\Wood\Transformation -heat and power co-generation, wood chips, 6667 kW;energy;Heat\Wood\Transformation -heat and power co-generation, wood chips, 6667 kW;energy;Heat\Wood\Transformation -heat and power co-generation, wood chips, 6667 kW;energy;Others\Obsolete -heat and power co-generation, wood chips, 6667 kW;energy;Heat\Wood\Transformation -heat and power co-generation, wood chips, 6667 kW;energy;Heat\Wood\Transformation -heat and power co-generation, wood chips, 6667 kW;energy;Heat\Wood\Transformation -heat and power co-generation, wood chips, 6667 kW;energy;Heat\Wood\Transformation -heat and power co-generation, wood chips, 6667 kW;energy;Heat\Wood\Transformation -heat and power co-generation, wood chips, 6667 kW;energy;Heat\Wood\Transformation -heat and power co-generation, wood chips, 6667 kW;energy;Heat\Wood\Transformation -heat and power co-generation, wood chips, 6667 kW;energy;Heat\Wood\Transformation -heat and power co-generation, wood chips, 6667 kW;energy;Heat\Wood\Transformation -heat and power co-generation, wood chips, 6667 kW;energy;Heat\Wood\Transformation -heat and power co-generation, wood chips, 6667 kW;energy;Heat\Wood\Transformation -heat and power co-generation, wood chips, 6667 kW;energy;Heat\Wood\Transformation -heat and power co-generation, wood chips, 6667 kW;energy;Heat\Wood\Transformation -heat and power co-generation, wood chips, 6667 kW, state-of-the-art 2014;energy;Cogeneration\Biomass\Transformation -heat and power co-generation, wood chips, 6667 kW, state-of-the-art 2014;energy;Cogeneration\Biomass\Transformation -heat and power co-generation, wood chips, 6667 kW, state-of-the-art 2014;energy;Cogeneration\Biomass\Transformation -heat and power co-generation, wood chips, 6667 kW, state-of-the-art 2014;energy;Cogeneration\Biomass\Transformation -heat and power co-generation, wood chips, 6667 kW, state-of-the-art 2014;energy;Cogeneration\Biomass\Transformation -heat and power co-generation, wood chips, 6667 kW, state-of-the-art 2014;energy;Others\Obsolete -heat and power co-generation, wood chips, 6667 kW, state-of-the-art 2014;energy;Cogeneration\Biomass\Transformation -heat and power co-generation, wood chips, 6667 kW, state-of-the-art 2014;energy;Cogeneration\Biomass\Transformation -heat and power co-generation, wood chips, 6667 kW, state-of-the-art 2014;energy;Cogeneration\Biomass\Transformation -heat and power co-generation, wood chips, 6667 kW, state-of-the-art 2014;energy;Cogeneration\Biomass\Transformation -heat and power co-generation, wood chips, 6667 kW, state-of-the-art 2014;energy;Cogeneration\Biomass\Transformation -heat and power co-generation, wood chips, 6667 kW, state-of-the-art 2014;energy;Cogeneration\Biomass\Transformation -heat and power co-generation, wood chips, 6667 kW, state-of-the-art 2014;energy;Cogeneration\Biomass\Transformation -heat and power co-generation, wood chips, 6667 kW, state-of-the-art 2014;energy;Cogeneration\Biomass\Transformation -heat and power co-generation, wood chips, 6667 kW, state-of-the-art 2014;energy;Cogeneration\Biomass\Transformation -heat and power co-generation, wood chips, 6667 kW, state-of-the-art 2014;energy;Cogeneration\Biomass\Transformation -heat and power co-generation, wood chips, 6667 kW, state-of-the-art 2014;energy;Others\Obsolete -heat and power co-generation, wood chips, 6667 kW, state-of-the-art 2014;energy;Cogeneration\Biomass\Transformation -heat and power co-generation, wood chips, 6667 kW, state-of-the-art 2014;energy;Cogeneration\Biomass\Transformation -heat and power co-generation, wood chips, 6667 kW, state-of-the-art 2014;energy;Cogeneration\Biomass\Transformation -heat and power co-generation, wood chips, 6667 kW, state-of-the-art 2014;energy;Cogeneration\Biomass\Transformation -heat and power co-generation, wood chips, 6667 kW, state-of-the-art 2014;energy;Cogeneration\Biomass\Transformation -heat and power co-generation, wood chips, 6667 kW, state-of-the-art 2014;energy;Cogeneration\Biomass\Transformation -heat and power co-generation, wood chips, 6667 kW, state-of-the-art 2014;energy;Cogeneration\Biomass\Transformation -heat and power co-generation, wood chips, 6667 kW, state-of-the-art 2014;energy;Cogeneration\Biomass\Transformation -heat and power co-generation, wood chips, 6667 kW, state-of-the-art 2014;energy;Cogeneration\Biomass\Transformation -heat and power co-generation, wood chips, 6667 kW, state-of-the-art 2014;energy;Cogeneration\Biomass\Transformation -heat and power co-generation, wood chips, 6667 kW, state-of-the-art 2014;energy;Cogeneration\Biomass\Transformation -heat and power co-generation, wood chips, 6667 kW, state-of-the-art 2014;energy;Cogeneration\Biomass\Transformation -heat and power co-generation, wood chips, 6667 kW, state-of-the-art 2014;energy;Cogeneration\Biomass\Transformation -heat and power co-generation, wood chips, 6667 kW, state-of-the-art 2014;energy;Cogeneration\Biomass\Transformation -heat and power co-generation, wood chips, 6667 kW, state-of-the-art 2014;energy;Cogeneration\Biomass\Transformation -heat and power co-generation, wood chips, 6667 kW, state-of-the-art 2014;energy;Cogeneration\Biomass\Transformation -heat and power co-generation, wood chips, 6667 kW, state-of-the-art 2014;energy;Cogeneration\Biomass\Transformation -heat and power co-generation, wood chips, 6667 kW, state-of-the-art 2014;energy;Cogeneration\Biomass\Transformation -heat and power co-generation, wood chips, 6667 kW, state-of-the-art 2014;energy;Cogeneration\Biomass\Transformation -heat and power co-generation, wood chips, 6667 kW, state-of-the-art 2014;energy;Cogeneration\Biomass\Transformation -heat and power co-generation, wood chips, 6667 kW, state-of-the-art 2014;energy;Cogeneration\Biomass\Transformation -heat and power co-generation, wood chips, 6667 kW, state-of-the-art 2014;energy;Cogeneration\Biomass\Transformation -heat and power co-generation, wood chips, 6667 kW, state-of-the-art 2014;energy;Cogeneration\Biomass\Transformation -heat and power co-generation, wood chips, 6667 kW, state-of-the-art 2014;energy;Cogeneration\Biomass\Transformation -heat and power co-generation, wood chips, 6667 kW, state-of-the-art 2014;energy;Cogeneration\Biomass\Transformation -heat and power co-generation, wood chips, 6667 kW, state-of-the-art 2014;energy;Cogeneration\Biomass\Transformation -heat and power co-generation, wood chips, 6667 kW, state-of-the-art 2014;energy;Cogeneration\Biomass\Transformation -heat and power co-generation, wood chips, 6667 kW, state-of-the-art 2014;energy;Cogeneration\Biomass\Transformation -heat and power co-generation, wood chips, 6667 kW, state-of-the-art 2014;energy;Cogeneration\Biomass\Transformation -heat and power co-generation, wood chips, 6667 kW, state-of-the-art 2014;energy;Cogeneration\Biomass\Transformation -heat and power co-generation, wood chips, 6667 kW, state-of-the-art 2014;energy;Cogeneration\Biomass\Transformation -heat and power co-generation, wood chips, 6667 kW, state-of-the-art 2014;energy;Cogeneration\Biomass\Transformation -heat and power co-generation, wood chips, 6667 kW, state-of-the-art 2014;energy;Cogeneration\Biomass\Transformation -heat and power co-generation, wood chips, 6667 kW, state-of-the-art 2014;energy;Cogeneration\Biomass\Transformation -heat and power co-generation, wood chips, 6667 kW, state-of-the-art 2014;energy;Cogeneration\Biomass\Transformation -heat and power co-generation, wood chips, 6667 kW, state-of-the-art 2014;energy;Cogeneration\Biomass\Transformation -heat and power co-generation, wood chips, 6667 kW, state-of-the-art 2014;energy;Cogeneration\Biomass\Transformation -heat and power co-generation, wood chips, 6667 kW, state-of-the-art 2014;energy;Heat\Wood\Transformation -heat and power co-generation, wood chips, 6667 kW, state-of-the-art 2014;energy;Heat\Wood\Transformation -heat and power co-generation, wood chips, 6667 kW, state-of-the-art 2014;energy;Heat\Wood\Transformation -heat and power co-generation, wood chips, 6667 kW, state-of-the-art 2014;energy;Heat\Wood\Transformation -heat and power co-generation, wood chips, 6667 kW, state-of-the-art 2014;energy;Heat\Wood\Transformation -heat and power co-generation, wood chips, 6667 kW, state-of-the-art 2014;energy;Others\Obsolete -heat and power co-generation, wood chips, 6667 kW, state-of-the-art 2014;energy;Heat\Wood\Transformation -heat and power co-generation, wood chips, 6667 kW, state-of-the-art 2014;energy;Heat\Wood\Transformation -heat and power co-generation, wood chips, 6667 kW, state-of-the-art 2014;energy;Heat\Wood\Transformation -heat and power co-generation, wood chips, 6667 kW, state-of-the-art 2014;energy;Heat\Wood\Transformation -heat and power co-generation, wood chips, 6667 kW, state-of-the-art 2014;energy;Heat\Wood\Transformation -heat and power co-generation, wood chips, 6667 kW, state-of-the-art 2014;energy;Heat\Wood\Transformation -heat and power co-generation, wood chips, 6667 kW, state-of-the-art 2014;energy;Heat\Wood\Transformation -heat and power co-generation, wood chips, 6667 kW, state-of-the-art 2014;energy;Heat\Wood\Transformation -heat and power co-generation, wood chips, 6667 kW, state-of-the-art 2014;energy;Heat\Wood\Transformation -heat and power co-generation, wood chips, 6667 kW, state-of-the-art 2014;energy;Heat\Wood\Transformation -heat and power co-generation, wood chips, 6667 kW, state-of-the-art 2014;energy;Others\Obsolete -heat and power co-generation, wood chips, 6667 kW, state-of-the-art 2014;energy;Heat\Wood\Transformation -heat and power co-generation, wood chips, 6667 kW, state-of-the-art 2014;energy;Heat\Wood\Transformation -heat and power co-generation, wood chips, 6667 kW, state-of-the-art 2014;energy;Heat\Wood\Transformation -heat and power co-generation, wood chips, 6667 kW, state-of-the-art 2014;energy;Heat\Wood\Transformation -heat and power co-generation, wood chips, 6667 kW, state-of-the-art 2014;energy;Heat\Wood\Transformation -heat and power co-generation, wood chips, 6667 kW, state-of-the-art 2014;energy;Heat\Wood\Transformation -heat and power co-generation, wood chips, 6667 kW, state-of-the-art 2014;energy;Heat\Wood\Transformation -heat and power co-generation, wood chips, 6667 kW, state-of-the-art 2014;energy;Heat\Wood\Transformation -heat and power co-generation, wood chips, 6667 kW, state-of-the-art 2014;energy;Heat\Wood\Transformation -heat and power co-generation, wood chips, 6667 kW, state-of-the-art 2014;energy;Heat\Wood\Transformation -heat and power co-generation, wood chips, 6667 kW, state-of-the-art 2014;energy;Heat\Wood\Transformation -heat and power co-generation, wood chips, 6667 kW, state-of-the-art 2014;energy;Heat\Wood\Transformation -heat and power co-generation, wood chips, 6667 kW, state-of-the-art 2014;energy;Heat\Wood\Transformation -heat and power co-generation, wood chips, 6667 kW, state-of-the-art 2014;energy;Heat\Wood\Transformation -heat and power co-generation, wood chips, 6667 kW, state-of-the-art 2014;energy;Heat\Wood\Transformation -heat and power co-generation, wood chips, 6667 kW, state-of-the-art 2014;energy;Heat\Wood\Transformation -heat and power co-generation, wood chips, 6667 kW, state-of-the-art 2014;energy;Heat\Wood\Transformation -heat and power co-generation, wood chips, 6667 kW, state-of-the-art 2014;energy;Heat\Wood\Transformation -heat and power co-generation, wood chips, 6667 kW, state-of-the-art 2014;energy;Heat\Wood\Transformation -heat and power co-generation, wood chips, 6667 kW, state-of-the-art 2014;energy;Heat\Wood\Transformation -heat and power co-generation, wood chips, 6667 kW, state-of-the-art 2014;energy;Heat\Wood\Transformation -heat and power co-generation, wood chips, 6667 kW, state-of-the-art 2014;energy;Heat\Wood\Transformation -heat and power co-generation, wood chips, 6667 kW, state-of-the-art 2014;energy;Heat\Wood\Transformation -heat and power co-generation, wood chips, 6667 kW, state-of-the-art 2014;energy;Heat\Wood\Transformation -heat and power co-generation, wood chips, 6667 kW, state-of-the-art 2014;energy;Heat\Wood\Transformation -heat and power co-generation, wood chips, 6667 kW, state-of-the-art 2014;energy;Heat\Wood\Transformation -heat and power co-generation, wood chips, 6667 kW, state-of-the-art 2014;energy;Heat\Wood\Transformation -heat and power co-generation, wood chips, 6667 kW, state-of-the-art 2014;energy;Heat\Wood\Transformation -heat and power co-generation, wood chips, 6667 kW, state-of-the-art 2014;energy;Heat\Wood\Transformation -heat and power co-generation, wood chips, 6667 kW, state-of-the-art 2014;energy;Heat\Wood\Transformation -heat and power co-generation, wood chips, 6667 kW, state-of-the-art 2014;energy;Heat\Wood\Transformation -heat and power co-generation, wood chips, 6667 kW, state-of-the-art 2014;energy;Heat\Wood\Transformation -heat and power co-generation, wood chips, 6667 kW, state-of-the-art 2014;energy;Heat\Wood\Transformation -heat and power co-generation, wood chips, 6667 kW, state-of-the-art 2014;energy;Heat\Wood\Transformation -heat and power co-generation, wood chips, 6667 kW, state-of-the-art 2014;energy;Heat\Wood\Transformation -heat and power co-generation, wood chips, 6667 kW, state-of-the-art 2014;energy;Heat\Wood\Transformation -heat and power co-generation, wood chips, 6667 kW, state-of-the-art 2014;energy;Heat\Wood\Transformation -heat and power co-generation, wood chips, 6667 kW, state-of-the-art 2014 MRO,;energy;Cogeneration\Biomass\Transformation -heat and power co-generation, wood chips, 6667 kW, state-of-the-art 2014 MRO,;energy;Heat\Wood\Transformation -heat and power co-generation, wood chips, 6667 kW, state-of-the-art 2014 NPCC,;energy;Cogeneration\Biomass\Transformation -heat and power co-generation, wood chips, 6667 kW, state-of-the-art 2014 NPCC,;energy;Heat\Wood\Transformation -heat and power co-generation, wood chips, 6667 kW, state-of-the-art 2014 WECC,;energy;Cogeneration\Biomass\Transformation -heat and power co-generation, wood chips, 6667 kW, state-of-the-art 2014 WECC,;energy;Heat\Wood\Transformation -heat and power co-generation, wood chips, 6667 kW, state-of-the-art 2014,;energy;Cogeneration\Biomass\Transformation -heat and power co-generation, wood chips, 6667 kW, state-of-the-art 2014,;energy;Cogeneration\Wood\Transformation -heat distribution equipment production, hydronic radiant floor heating, 150m2;energy;Heat\Heat pump\Transformation\Infrastructure -heat distribution equipment production, hydronic radiant floor heating, 150m2;energy;Heat\Heat pump\Transformation\Infrastructure -Heat exchanger, carbon dioxide capture process {RER}| Cut-off,;transport;carculator\synthetic fuels\direct air capture -heat production, air-water heat pump 10kW;energy;Heat\Heat pump\Transformation -heat production, air-water heat pump 10kW;energy;Heat\Heat pump\Transformation -heat production, air-water heat pump 10kW Europe without;energy;Heat\Heat pump\Transformation -heat production, anthracite, at stove 5-15kW;energy;Heat\Gas\Transformation -heat production, anthracite, at stove 5-15kW Europe without;energy;Heat\Gas\Transformation -heat production, at coal coke industrial furnace 1-10MW;energy;Heat\Coal\Transformation -heat production, at coal coke industrial furnace 1-10MW;energy;Heat\Coal\Transformation -heat production, at hard coal industrial furnace 1-10MW;energy;Heat\Gas\Transformation -heat production, at hard coal industrial furnace 1-10MW;energy;Heat\Gas\Transformation -heat production, at hard coal industrial furnace 1-10MW Europe without;energy;Heat\Gas\Transformation -heat production, at heat pump 30kW, allocation exergy;energy;Heat\Heat pump\Transformation -heat production, at heat pump 30kW, allocation exergy;energy;Heat\Heat pump\Transformation -heat production, at heat pump 30kW, allocation exergy Europe without;energy;Heat\Heat pump\Transformation -heat production, at hot water tank, solar+electric, flat plate, multiple;energy;Heat\Solar\Transformation -heat production, at hot water tank, solar+gas, flat plate, multiple dwelling;energy;Heat\Solar\Transformation -heat production, at hot water tank, solar+gas, flat plate, one-family house;energy;Heat\Solar\Transformation -heat production, at solar+gas heating, flat plate, one-family house, combined;energy;Heat\Solar\Transformation -heat production, at solar+gas heating, tube collector, one-family house,;energy;Heat\Solar\Transformation -heat production, at solar+wood heating, flat plate, one-family house, combined;energy;Heat\Solar\Transformation -heat production, biogas, at diffusion absorption heat pump 4kW, future;energy;Heat\Heat pump\Transformation -heat production, borehole heat exchanger, brine-water heat pump 10kW;energy;Heat\Heat pump\Transformation -heat production, borehole heat exchanger, brine-water heat pump 10kW;energy;Heat\Heat pump\Transformation -heat production, borehole heat exchanger, brine-water heat pump 10kW Europe;energy;Heat\Heat pump\Transformation -heat production, hard coal briquette, stove 5-15kW;energy;Heat\Coal\Transformation -heat production, hard coal briquette, stove 5-15kW Europe without;energy;Heat\Coal\Transformation -heat production, hard coal coke, stove 5-15kW;energy;Heat\Coal\Transformation -heat production, hard coal coke, stove 5-15kW Europe without;energy;Heat\Coal\Transformation -heat production, hardwood chips from forest, at furnace 1000kW;energy;Heat\Wood\Transformation -heat production, hardwood chips from forest, at furnace 1000kW;energy;Heat\Wood\Transformation -heat production, hardwood chips from forest, at furnace 1000kW,;energy;Heat\Wood\Transformation -heat production, hardwood chips from forest, at furnace 1000kW,;energy;Heat\Wood\Transformation -heat production, hardwood chips from forest, at furnace 300kW;energy;Heat\Wood\Transformation -heat production, hardwood chips from forest, at furnace 300kW;energy;Heat\Wood\Transformation -heat production, hardwood chips from forest, at furnace 300kW, state-of-the-art;energy;Heat\Wood\Transformation -heat production, hardwood chips from forest, at furnace 300kW, state-of-the-art;energy;Heat\Wood\Transformation -heat production, hardwood chips from forest, at furnace 5000kW;energy;Heat\Wood\Transformation -heat production, hardwood chips from forest, at furnace 5000kW;energy;Heat\Wood\Transformation -heat production, hardwood chips from forest, at furnace 5000kW,;energy;Heat\Wood\Transformation -heat production, hardwood chips from forest, at furnace 5000kW,;energy;Heat\Wood\Transformation -heat production, hardwood chips from forest, at furnace 50kW;energy;Heat\Wood\Transformation -heat production, hardwood chips from forest, at furnace 50kW;energy;Heat\Wood\Transformation -heat production, hardwood chips from forest, at furnace 50kW, state-of-the-art;energy;Cogeneration\Biomass\Transformation -heat production, hardwood chips from forest, at furnace 50kW, state-of-the-art;energy;Cogeneration\Biomass\Transformation -heat production, heavy fuel oil, at industrial furnace 1MW;energy;Heat\Oil\Transformation -heat production, heavy fuel oil, at industrial furnace 1MW;energy;Heat\Oil\Transformation -heat production, heavy fuel oil, at industrial furnace 1MW;energy;Heat\Oil\Transformation -heat production, heavy fuel oil, at industrial furnace 1MW Europe without;energy;Heat\Oil\Transformation -heat production, light fuel oil, at boiler 100kW condensing, non-modulating;energy;Heat\Oil\Transformation -heat production, light fuel oil, at boiler 100kW condensing, non-modulating;energy;Heat\Oil\Transformation -heat production, light fuel oil, at boiler 100kW condensing, non-modulating;energy;Heat\Oil\Transformation -heat production, light fuel oil, at boiler 100kW, non-modulating;energy;Heat\Oil\Transformation -heat production, light fuel oil, at boiler 100kW, non-modulating;energy;Heat\Oil\Transformation -heat production, light fuel oil, at boiler 100kW, non-modulating Europe without;energy;Heat\Oil\Transformation -heat production, light fuel oil, at boiler 10kW condensing, non-modulating;energy;Heat\Oil\Transformation -heat production, light fuel oil, at boiler 10kW condensing, non-modulating;energy;Heat\Oil\Transformation -heat production, light fuel oil, at boiler 10kW condensing, non-modulating;energy;Heat\Oil\Transformation -heat production, light fuel oil, at boiler 10kW, non-modulating;energy;Heat\Oil\Transformation -heat production, light fuel oil, at boiler 10kW, non-modulating;energy;Heat\Oil\Transformation -heat production, light fuel oil, at boiler 10kW, non-modulating Europe without;energy;Heat\Oil\Transformation -heat production, light fuel oil, at industrial furnace 1MW;energy;Heat\Oil\Transformation -heat production, light fuel oil, at industrial furnace 1MW;energy;Heat\Oil\Transformation -heat production, light fuel oil, at industrial furnace 1MW;energy;Heat\Oil\Transformation -heat production, light fuel oil, at industrial furnace 1MW Europe without;energy;Heat\Oil\Transformation -heat production, lignite briquette, at stove 5-15kW;energy;Heat\Lignite\Transformation -heat production, lignite briquette, at stove 5-15kW Europe without;energy;Heat\Lignite\Transformation -heat production, mixed logs, at furnace 100kW;energy;Heat\Wood\Transformation -heat production, mixed logs, at furnace 100kW;energy;Heat\Wood\Transformation -heat production, mixed logs, at furnace 100kW, state-of-the-art 2014;energy;Cogeneration\Biomass\Transformation -heat production, mixed logs, at furnace 100kW, state-of-the-art 2014;energy;Cogeneration\Biomass\Transformation -heat production, mixed logs, at furnace 30kW;energy;Heat\Wood\Transformation -heat production, mixed logs, at furnace 30kW;energy;Heat\Wood\Transformation -heat production, mixed logs, at furnace 30kW, state-of-the-art 2014;energy;Cogeneration\Biomass\Transformation -heat production, mixed logs, at furnace 30kW, state-of-the-art 2014;energy;Cogeneration\Biomass\Transformation -heat production, mixed logs, at wood heater 6kW;energy;Heat\Wood\Transformation -heat production, mixed logs, at wood heater 6kW;energy;Heat\Wood\Transformation -heat production, mixed logs, at wood heater 6kW, state-of-the-art 2014;energy;Cogeneration\Biomass\Transformation -heat production, mixed logs, at wood heater 6kW, state-of-the-art 2014;energy;Cogeneration\Biomass\Transformation -heat production, natural gas, at boiler atm. low-NOx condensing non-modulating;energy;Heat\Gas\Transformation -heat production, natural gas, at boiler atm. low-NOx condensing non-modulating;energy;Heat\Gas\Transformation -heat production, natural gas, at boiler atmospheric low-NOx non-modulating;energy;Heat\Gas\Transformation -heat production, natural gas, at boiler atmospheric low-NOx non-modulating;energy;Heat\Gas\Transformation -heat production, natural gas, at boiler atmospheric non-modulating <100kW;energy;Heat\Gas\Transformation -heat production, natural gas, at boiler atmospheric non-modulating <100kW;energy;Heat\Gas\Transformation -heat production, natural gas, at boiler condensing modulating <100kW;energy;Heat\Gas\Transformation -heat production, natural gas, at boiler condensing modulating <100kW;energy;Heat\Gas\Transformation -heat production, natural gas, at boiler condensing modulating <100kW Europe;energy;Heat\Gas\Transformation -heat production, natural gas, at boiler condensing modulating >100kW;energy;Heat\Gas\Transformation -heat production, natural gas, at boiler condensing modulating >100kW;energy;Heat\Gas\Transformation -heat production, natural gas, at boiler condensing modulating >100kW Europe;energy;Heat\Gas\Transformation -heat production, natural gas, at boiler fan burner low-NOx non-modulating;energy;Heat\Gas\Transformation -heat production, natural gas, at boiler fan burner low-NOx non-modulating;energy;Heat\Gas\Transformation -heat production, natural gas, at boiler fan burner non-modulating <100kW;energy;Heat\Gas\Transformation -heat production, natural gas, at boiler fan burner non-modulating <100kW Europe;energy;Heat\Gas\Transformation -heat production, natural gas, at boiler modulating <100kW;energy;Heat\Gas\Transformation -heat production, natural gas, at boiler modulating <100kW Europe without;energy;Heat\Gas\Transformation -heat production, natural gas, at boiler modulating >100kW;energy;Heat\Gas\Transformation -heat production, natural gas, at boiler modulating >100kW;energy;Heat\Gas\Transformation -heat production, natural gas, at boiler modulating >100kW Europe without;energy;Heat\Gas\Transformation -heat production, natural gas, at diffusion absorption heat pump 4kW, future;energy;Heat\Waste\Transformation -heat production, natural gas, at industrial furnace >100kW;energy;Heat\Gas\Transformation -heat production, natural gas, at industrial furnace >100kW;energy;Heat\Gas\Transformation -heat production, natural gas, at industrial furnace >100kW Europe without;energy;Heat\Gas\Transformation -heat production, natural gas, at industrial furnace low-NOx >100kW;energy;Heat\Gas\Transformation -heat production, natural gas, at industrial furnace low-NOx >100kW;energy;Heat\Gas\Transformation -heat production, natural gas, at industrial furnace low-NOx >100kW Europe;energy;Heat\Gas\Transformation -heat production, propane, at industrial furnace >100kW;energy;Heat\Gas\Transformation -heat production, propane, at industrial furnace >100kW;energy;Heat\Gas\Transformation -heat production, softwood chips from forest, at furnace 1000kW;energy;Heat\Wood\Transformation -heat production, softwood chips from forest, at furnace 1000kW;energy;Heat\Wood\Transformation -heat production, softwood chips from forest, at furnace 1000kW,;energy;Heat\Wood\Transformation -heat production, softwood chips from forest, at furnace 1000kW,;energy;Heat\Wood\Transformation -heat production, softwood chips from forest, at furnace 300kW;energy;Heat\Wood\Transformation -heat production, softwood chips from forest, at furnace 300kW;energy;Heat\Wood\Transformation -heat production, softwood chips from forest, at furnace 300kW, state-of-the-art;energy;Heat\Wood\Transformation -heat production, softwood chips from forest, at furnace 300kW, state-of-the-art;energy;Heat\Wood\Transformation -heat production, softwood chips from forest, at furnace 5000kW;energy;Heat\Wood\Transformation -heat production, softwood chips from forest, at furnace 5000kW;energy;Heat\Wood\Transformation -heat production, softwood chips from forest, at furnace 5000kW,;energy;Heat\Wood\Transformation -heat production, softwood chips from forest, at furnace 5000kW,;energy;Heat\Wood\Transformation -heat production, softwood chips from forest, at furnace 50kW;energy;Heat\Wood\Transformation -heat production, softwood chips from forest, at furnace 50kW;energy;Heat\Wood\Transformation -heat production, softwood chips from forest, at furnace 50kW, state-of-the-art;energy;Cogeneration\Biomass\Transformation -heat production, softwood chips from forest, at furnace 50kW, state-of-the-art;energy;Cogeneration\Biomass\Transformation -heat production, straw, at furnace 300kW;energy;Others\Obsolete -heat production, straw, at furnace 300kW;energy;Cogeneration\Biomass\Transformation -heat production, straw, at furnace 300kW;energy;Cogeneration\Biomass\Transformation -heat production, straw, at furnace 300kW;material;Others\Obsolete -heat production, straw, at furnace 300kW;material;Chemicals\Fertilisers (inorganic)\Transformation -heat production, straw, at furnace 300kW;material;Chemicals\Fertilisers (inorganic)\Transformation -heat production, straw, at furnace 300kW;material;Others\Obsolete -heat production, straw, at furnace 300kW;material;Chemicals\Fertilisers (inorganic)\Transformation -heat production, straw, at furnace 300kW;material;Chemicals\Fertilisers (inorganic)\Transformation -heat production, straw, organic, at furnace 300kW;energy;Others\Obsolete -heat production, straw, organic, at furnace 300kW;energy;Cogeneration\Biomass\Transformation -heat production, straw, organic, at furnace 300kW;energy;Cogeneration\Biomass\Transformation -heat production, straw, organic, at furnace 300kW;material;Others\Obsolete -heat production, straw, organic, at furnace 300kW;material;Chemicals\Fertilisers (inorganic)\Transformation -heat production, straw, organic, at furnace 300kW;material;Chemicals\Fertilisers (inorganic)\Transformation -heat production, straw, organic, at furnace 300kW;material;Others\Obsolete -heat production, straw, organic, at furnace 300kW;material;Chemicals\Fertilisers (inorganic)\Transformation -heat production, straw, organic, at furnace 300kW;material;Chemicals\Fertilisers (inorganic)\Transformation -heat production, untreated waste wood, at furnace 1000-5000 kW;energy;Cogeneration\Wood\Transformation -heat production, untreated waste wood, at furnace 1000-5000 kW;energy;Cogeneration\Wood\Transformation -heat production, untreated waste wood, at furnace 1000-5000 kW;waste treatment;Wood\Transformation -heat production, untreated waste wood, at furnace 1000-5000 kW;waste treatment;Wood\Transformation -heat production, untreated waste wood, at furnace 1000-5000 kW,;energy;Cogeneration\Wood\Transformation -heat production, untreated waste wood, at furnace 1000-5000 kW,;energy;Cogeneration\Wood\Transformation -heat production, untreated waste wood, at furnace 1000-5000 kW,;waste treatment;Wood\Transformation -heat production, untreated waste wood, at furnace 1000-5000 kW,;waste treatment;Wood\Transformation -heat production, wood chips from industry, at furnace 1000kW;energy;Cogeneration\Wood\Transformation -heat production, wood chips from industry, at furnace 1000kW;energy;Cogeneration\Wood\Transformation -heat production, wood chips from industry, at furnace 1000kW, state-of-the-art;energy;Cogeneration\Wood\Transformation -heat production, wood chips from industry, at furnace 1000kW, state-of-the-art;energy;Cogeneration\Wood\Transformation -heat production, wood chips from industry, at furnace 300kW;energy;Cogeneration\Wood\Transformation -heat production, wood chips from industry, at furnace 300kW;energy;Cogeneration\Wood\Transformation -heat production, wood chips from industry, at furnace 300kW, state-of-the-art;energy;Cogeneration\Wood\Transformation -heat production, wood chips from industry, at furnace 300kW, state-of-the-art;energy;Cogeneration\Wood\Transformation -heat production, wood chips from industry, at furnace 5000kW;energy;Cogeneration\Wood\Transformation -heat production, wood chips from industry, at furnace 5000kW;energy;Cogeneration\Wood\Transformation -heat production, wood chips from industry, at furnace 5000kW, state-of-the-art;energy;Cogeneration\Wood\Transformation -heat production, wood chips from industry, at furnace 5000kW, state-of-the-art;energy;Cogeneration\Wood\Transformation -heat production, wood chips from industry, at furnace 50kW;energy;Cogeneration\Biomass\Transformation -heat production, wood chips from industry, at furnace 50kW;energy;Cogeneration\Biomass\Transformation -heat production, wood chips from industry, at furnace 50kW, state-of-the-art;energy;Cogeneration\Biomass\Transformation -heat production, wood chips from industry, at furnace 50kW, state-of-the-art;energy;Cogeneration\Biomass\Transformation -heat production, wood chips from post-consumer wood, at furnace 300kW;energy;Cogeneration\Wood\Transformation -heat production, wood pellet, at furnace 25kW;energy;Cogeneration\Biomass\Transformation -heat production, wood pellet, at furnace 25kW;energy;Cogeneration\Biomass\Transformation -heat production, wood pellet, at furnace 25kW, state-of-the-art 2014;energy;Cogeneration\Biomass\Transformation -heat production, wood pellet, at furnace 25kW, state-of-the-art 2014;energy;Cogeneration\Biomass\Transformation -heat production, wood pellet, at furnace 300kW;energy;Cogeneration\Biomass\Transformation -heat production, wood pellet, at furnace 300kW;energy;Cogeneration\Biomass\Transformation -heat production, wood pellet, at furnace 300kW, state-of-the-art 2014;energy;Cogeneration\Biomass\Transformation -heat production, wood pellet, at furnace 300kW, state-of-the-art 2014;energy;Cogeneration\Biomass\Transformation -heat production, wood pellet, at furnace 9kW;energy;Cogeneration\Biomass\Transformation -heat production, wood pellet, at furnace 9kW;energy;Cogeneration\Biomass\Transformation -heat production, wood pellet, at furnace 9kW Europe without;energy;Cogeneration\Biomass\Transformation -heat production, wood pellet, at furnace 9kW, state-of-the-art 2014;energy;Cogeneration\Biomass\Transformation -heat production, wood pellet, at furnace 9kW, state-of-the-art 2014;energy;Cogeneration\Biomass\Transformation -heat production, wood pellet, at furnace 9kW, state-of-the-art 2014 Europe;energy;Cogeneration\Biomass\Transformation -heat pump production, 30kW;energy;Heat\Heat pump\Transformation\Infrastructure -heat pump production, 30kW;energy;Heat\Heat pump\Transformation\Infrastructure -heat pump production, brine-water, 10kW;energy;Heat\Heat pump\Transformation\Infrastructure -heat pump production, brine-water, 10kW;energy;Heat\Heat pump\Transformation\Infrastructure -heat pump production, diffusion absorption, 4kW, future;energy;Heat\Heat pump\Transformation\Infrastructure -heat pump production, diffusion absorption, 4kW, future;energy;Heat\Heat pump\Transformation\Infrastructure -heat pump production, for heat and power co-generation unit, 160kW electrical;energy;Cogeneration\Gas\Transformation\Infrastructure -heat pump production, for heat and power co-generation unit, 160kW electrical;energy;Cogeneration\Gas\Transformation\Infrastructure -heat pump production, for mini CHP plant;energy;Cogeneration\Gas\Transformation\Infrastructure -heat pump production, for mini CHP plant;energy;Cogeneration\Gas\Transformation\Infrastructure -heat storage production, 2000l;energy;Heat\Solar\Transformation\Infrastructure -heat storage production, 2000l;energy;Heat\Solar\Transformation\Infrastructure -Heat transfer plate {GLO}| Cut-off,;transport;carculator\energy storage\lithium-ion battery -heat transport fluid system construction, solar thermal parabolic trough, 50 MW;energy;Heat\Solar\Transformation\Infrastructure -heat transport fluid system construction, solar thermal parabolic trough, 50 MW;energy;Heat\Solar\Transformation\Infrastructure -heat, at cogen, with supporting oil furnace 60%, 160kWe Jakobsberg, allocation;energy;Cogeneration\Gas\Transformation -heat, at cogen, with supporting oil furnace 60%, 160kWe Jakobsberg, allocation;energy;Cogeneration\Gas\Transformation -heat, from municipal waste incineration to generic market for heat district or;energy;Cogeneration\Oil\Transformation -heat, from municipal waste incineration to generic market for heat district or;energy;Cogeneration\Oil\Transformation -heat, from municipal waste incineration to generic market for heat district or;energy;Cogeneration\Oil\Transformation -heat, from municipal waste incineration to generic market for heat district or;energy;Others\Obsolete -heat, from municipal waste incineration to generic market for heat district or;energy;Others\Obsolete -heat, from municipal waste incineration to generic market for heat district or;energy;Others\Obsolete -heat, from municipal waste incineration to generic market for heat district or;energy;Others\Obsolete -heat, from municipal waste incineration to generic market for heat district or;energy;Others\Obsolete -heat, from municipal waste incineration to generic market for heat district or;energy;Cogeneration\Oil\Transformation -heat, from municipal waste incineration to generic market for heat district or;energy;Cogeneration\Oil\Transformation -heat, from municipal waste incineration to generic market for heat district or;energy;Cogeneration\Oil\Transformation -heat, from municipal waste incineration to generic market for heat district or;energy;Cogeneration\Oil\Transformation -heat, from municipal waste incineration to generic market for heat district or;energy;Cogeneration\Oil\Transformation -heat, from municipal waste incineration to generic market for heat district or;energy;Cogeneration\Oil\Transformation -heat, from municipal waste incineration to generic market for heat district or;energy;Cogeneration\Oil\Transformation -heat, from municipal waste incineration to generic market for heat district or;energy;Cogeneration\Oil\Transformation -heat, from municipal waste incineration to generic market for heat district or;energy;Cogeneration\Oil\Transformation -heat, from municipal waste incineration to generic market for heat district or;energy;Cogeneration\Oil\Transformation -heat, from municipal waste incineration to generic market for heat district or;energy;Cogeneration\Oil\Transformation -heat, from municipal waste incineration to generic market for heat district or;energy;Cogeneration\Oil\Transformation -heat, from municipal waste incineration to generic market for heat district or;energy;Cogeneration\Oil\Transformation -heat, from municipal waste incineration to generic market for heat district or;energy;Cogeneration\Oil\Transformation -heat, from municipal waste incineration to generic market for heat district or;energy;Cogeneration\Oil\Transformation -heat, from municipal waste incineration to generic market for heat district or;energy;Cogeneration\Oil\Transformation -heat, from municipal waste incineration to generic market for heat district or;energy;Cogeneration\Oil\Transformation -heat, from municipal waste incineration to generic market for heat district or;energy;Cogeneration\Oil\Transformation -heat, from municipal waste incineration to generic market for heat district or;energy;Cogeneration\Oil\Transformation -heat, from municipal waste incineration to generic market for heat district or;energy;Cogeneration\Oil\Transformation -heat, from municipal waste incineration to generic market for heat district or;energy;Cogeneration\Oil\Transformation -heat, from municipal waste incineration to generic market for heat district or;energy;Cogeneration\Oil\Transformation -heat, from municipal waste incineration to generic market for heat district or;energy;Cogeneration\Oil\Transformation -heat, non-market, at cogen 160kWe Jakobsberg, allocation exergy;energy;Cogeneration\Gas\Transformation -heat, non-market, at cogen 160kWe Jakobsberg, allocation exergy;energy;Cogeneration\Gas\Transformation -heating and sanitary equipment production, heat and power co-generation unit,;energy;Cogeneration\Gas\Transformation\Infrastructure -heating and sanitary equipment production, heat and power co-generation unit,;energy;Cogeneration\Gas\Transformation\Infrastructure -heating and sanitary equipment production, mini CHP plant;energy;Cogeneration\Gas\Transformation\Infrastructure -heating and sanitary equipment production, mini CHP plant;energy;Cogeneration\Gas\Transformation\Infrastructure -heavy fuel oil production, petroleum refinery operation;material;Fuels\Oil\Fuel oil\Transformation -heavy fuel oil production, petroleum refinery operation;material;Fuels\Oil\Fuel oil\Transformation -heavy fuel oil production, petroleum refinery operation;material;Fuels\Oil\Fuel oil\Transformation -heavy fuel oil production, petroleum refinery operation;material;Fuels\Oil\Fuel oil\Transformation -heavy fuel oil production, petroleum refinery operation;material;Fuels\Oil\Fuel oil\Transformation -heavy fuel oil production, petroleum refinery operation;material;Fuels\Oil\Fuel oil\Transformation -heavy fuel oil production, petroleum refinery operation Europe without;material;Fuels\Oil\Fuel oil\Transformation -heavy fuel oil, burned in refinery furnace;energy;Heat\Oil\Transformation -heavy fuel oil, burned in refinery furnace;energy;Heat\Oil\Transformation -heavy fuel oil, burned in refinery furnace Europe without;energy;Heat\Oil\Transformation -heavy fuel oil, import from unspecified;material;Fuels\Oil\Fuel oil\Transformation -heavy fuel oil, import from unspecified;material;Fuels\Oil\Fuel oil\Transformation -heavy fuel oil, import from unspecified;material;Fuels\Oil\Fuel oil\Transformation -heavy fuel oil, import from unspecified;material;Fuels\Oil\Fuel oil\Transformation -heavy mineral sand quarry operation;material;Minerals\Transformation -heavy mineral sand quarry operation;material;Minerals\Transformation -heavy mineral sand quarry operation;material;Minerals\Transformation -heavy mineral sand quarry operation;material;Minerals\Transformation -heavy mineral sand quarry operation;material;Chemicals\Inorganic\Transformation -heavy mineral sand quarry operation;material;Chemicals\Inorganic\Transformation -heavy mineral sand quarry operation and titania slag production;material;Metals\Ferro\Transformation -heavy mineral sand quarry operation and titania slag production;material;Metals\Ferro\Transformation -heavy mineral sand quarry operation and titania slag production;material;Minerals\Transformation -heavy mineral sand quarry operation and titania slag production;material;Minerals\Transformation -heavy mineral sand quarry operation and titania slag production;material;Metals\Non ferro\Transformation -heavy mineral sand quarry operation and titania slag production;material;Metals\Non ferro\Transformation -heavy mineral sand quarry operation and titania slag production;material;Chemicals\Inorganic\Transformation -heavy mineral sand quarry operation and titania slag production;material;Chemicals\Inorganic\Transformation -heavy water production;material;Chemicals\Others\Transformation -heavy water production;material;Chemicals\Others\Transformation -helicopter production;transport;Air\Transformation\Infrastructure -helium purification;material;Chemicals\Gases\Transformation -helium, crude stockpiling;material;Chemicals\Gases\Transformation -helium, crude stockpiling;material;Chemicals\Gases\Transformation -heptane to generic market for solvent, organic;material;Chemicals\Organic\Transformation -hexafluoroethane production, from fluorination of tetrafluoroethane;material;Chemicals\Organic\Transformation -hexafluoroethane production, from fluorination of tetrafluoroethane;material;Chemicals\Acids (inorganic)\Transformation -High voltage system {GLO}| Cut-off,;transport;carculator\energy storage\lithium-ion battery -hoeing;processing;Agricultural\Transformation -hoeing;processing;Agricultural\Transformation -horn meal production;material;Chemicals\Fertilisers (organic)\Transformation -horn meal production;material;Chemicals\Fertilisers (organic)\Transformation -horticultural fleece production;material;Plastics\Thermoplasts\Transformation -horticultural fleece production;material;Plastics\Thermoplasts\Transformation -hot rolling, steel;processing;Metals\Chipless shaping\Transformation -hot rolling, steel;processing;Metals\Chipless shaping\Transformation -hot water tank factory construction;energy;Heat\Solar\Transformation\Infrastructure -hot water tank factory construction;energy;Heat\Solar\Transformation\Infrastructure -hot water tank production, 600l;energy;Heat\Solar\Transformation\Infrastructure -hot water tank production, 600l;energy;Heat\Solar\Transformation\Infrastructure -Hot water tank, carbon dioxide capture process {RER}| Cut-off,;transport;carculator\synthetic fuels\direct air capture -housing system construction, cattle, loose;processing;Agricultural\Transformation\Infrastructure -housing system construction, cattle, loose;processing;Agricultural\Transformation\Infrastructure -housing system construction, cattle, tied;processing;Agricultural\Transformation\Infrastructure -housing system construction, cattle, tied;processing;Agricultural\Transformation\Infrastructure -housing system construction, pig, fully-slatted floor;processing;Agricultural\Transformation\Infrastructure -housing system construction, pig, fully-slatted floor;processing;Agricultural\Transformation\Infrastructure -housing system construction, pig, label-certified;processing;Agricultural\Transformation\Infrastructure -housing system construction, pig, label-certified;processing;Agricultural\Transformation\Infrastructure -hydraulic digger production;transport;Building equipment\Transformation\Infrastructure -hydraulic digger production;transport;Building equipment\Transformation\Infrastructure -hydraulic fluid production, for geological stimulation;material;Chemicals\Others\Transformation -hydrazine production;material;Chemicals\Inorganic\Transformation -hydrazine production;material;Chemicals\Inorganic\Transformation -hydrazine sulfate production;material;Chemicals\Inorganic\Transformation -hydrochloric acid production, from the reaction of hydrogen with chlorine;material;Chemicals\Acids (inorganic)\Transformation -hydrochloric acid production, from the reaction of hydrogen with chlorine;material;Chemicals\Acids (inorganic)\Transformation -hydrochloric acid production, from the reaction of hydrogen with chlorine;material;Chemicals\Acids (inorganic)\Transformation -hydroformylation of butene;material;Chemicals\Organic\Transformation -hydroformylation of butene;material;Chemicals\Organic\Transformation -hydroformylation of butene;material;Chemicals\Organic\Transformation -hydroformylation of butene;material;Chemicals\Organic\Transformation -hydroformylation of butene;material;Chemicals\Organic\Transformation -hydroformylation of butene;material;Chemicals\Organic\Transformation -hydroformylation of propylene;material;Chemicals\Organic\Transformation -hydroformylation of propylene;material;Chemicals\Organic\Transformation -hydroformylation of propylene;material;Chemicals\Organic\Transformation -hydroformylation of propylene;material;Chemicals\Organic\Transformation -hydrogen cracking, APME;material;Chemicals\Gases\Liquified\Transformation -hydrogen cracking, APME;material;Chemicals\Gases\Liquified\Transformation -hydrogen cyanide production;material;Chemicals\Acids (inorganic)\Transformation -hydrogen cyanide production;material;Chemicals\Acids (inorganic)\Transformation -Hydrogen dispenser, for gaseous hydrogen {GLO}| Cut-off,;transport;carculator\energy storage\hydrogen supply infrastructure -hydrogen fluoride production;material;Others\Obsolete -hydrogen fluoride production;material;Chemicals\Acids (inorganic)\Transformation -hydrogen fluoride production;material;Chemicals\Acids (inorganic)\Transformation -hydrogen peroxide production, product in 50% solution state;material;Chemicals\Inorganic\Transformation -hydrogen peroxide production, product in 50% solution state;material;Chemicals\Inorganic\Transformation -hydrogen production, gaseous, petroleum refinery operation;material;Chemicals\Gases\Transformation -hydrogen production, gaseous, petroleum refinery operation;material;Chemicals\Gases\Transformation -hydrogen production, gaseous, petroleum refinery operation;material;Chemicals\Gases\Transformation -hydrogen production, gaseous, petroleum refinery operation;material;Chemicals\Gases\Transformation -hydrogen production, gaseous, petroleum refinery operation;material;Chemicals\Gases\Transformation -hydrogen production, gaseous, petroleum refinery operation;material;Chemicals\Gases\Transformation -hydrogen production, gaseous, petroleum refinery operation Europe without;material;Chemicals\Gases\Transformation -Hydrogen refuelling station, smr {GLO}| Cut-off,;transport;carculator\energy storage\hydrogen supply infrastructure -hydrogen sulfide production;material;Chemicals\Gases\Transformation -hydrogen sulfide production;material;Chemicals\Gases\Transformation -Hydrogen, gaseous, 25 bar, from dual fluidised bed gasification of woody;transport;carculator\synthetic fuels\transformation -Hydrogen, gaseous, 25 bar, from dual fluidised bed gasification of woody;transport;carculator\synthetic fuels\transformation -Hydrogen, gaseous, 25 bar, from dual fluidised bed gasification of woody;transport;carculator\synthetic fuels\transformation -Hydrogen, gaseous, 25 bar, from dual fluidised bed gasification of woody;transport;carculator\synthetic fuels\transformation -Hydrogen, gaseous, 25 bar, from electrolysis {RER}| Cut-off,;transport;carculator\synthetic fuels\transformation -Hydrogen, gaseous, 25 bar, from gasification of woody biomass in oxy-fired;transport;carculator\synthetic fuels\transformation -Hydrogen, gaseous, 25 bar, from gasification of woody biomass in oxy-fired;transport;carculator\synthetic fuels\transformation -Hydrogen, gaseous, 25 bar, from gasification of woody biomass in oxy-fired;transport;carculator\synthetic fuels\transformation -Hydrogen, gaseous, 25 bar, from gasification of woody biomass in oxy-fired;transport;carculator\synthetic fuels\transformation -Hydrogen, gaseous, 30 bar, from hard coal gasification and reforming, at coal;transport;carculator\synthetic fuels\transformation -Hydrogen, gaseous, 700 bar, atr of ng, at fuelling station {RER}| Cut-off,;transport;carculator\synthetic fuels\transformation -Hydrogen, gaseous, 700 bar, atr of ng, with ccs, at fuelling station {RER}|;transport;carculator\synthetic fuels\transformation -Hydrogen, gaseous, 700 bar, from atr of biogas with ccs, at fuelling station;transport;carculator\synthetic fuels\transformation -Hydrogen, gaseous, 700 bar, from atr of biogas, at fuelling station {RER}|;transport;carculator\synthetic fuels\transformation -Hydrogen, gaseous, 700 bar, from coal gasification, at fuelling station {RER}|;transport;carculator\synthetic fuels\transformation -Hydrogen, gaseous, 700 bar, from dual fluidised bed gasification of woody;transport;carculator\synthetic fuels\transformation -Hydrogen, gaseous, 700 bar, from dual fluidised bed gasification of woody;transport;carculator\synthetic fuels\transformation -Hydrogen, gaseous, 700 bar, from dual fluidised bed gasification of woody;transport;carculator\synthetic fuels\transformation -Hydrogen, gaseous, 700 bar, from dual fluidised bed gasification of woody;transport;carculator\synthetic fuels\transformation -Hydrogen, gaseous, 700 bar, from electrolysis, at fuelling station {RER}|;transport;carculator\synthetic fuels\transformation -Hydrogen, gaseous, 700 bar, from gasification of woody biomass in oxy-fired;transport;carculator\synthetic fuels\transformation -Hydrogen, gaseous, 700 bar, from gasification of woody biomass in oxy-fired;transport;carculator\synthetic fuels\transformation -Hydrogen, gaseous, 700 bar, from gasification of woody biomass in oxy-fired;transport;carculator\synthetic fuels\transformation -Hydrogen, gaseous, 700 bar, from gasification of woody biomass in oxy-fired;transport;carculator\synthetic fuels\transformation -Hydrogen, gaseous, 700 bar, from smr of biogas with ccs, at fuelling station;transport;carculator\synthetic fuels\transformation -Hydrogen, gaseous, 700 bar, from smr of biogas, at fuelling station {RER}|;transport;carculator\synthetic fuels\transformation -Hydrogen, gaseous, 700 bar, from smr of ng, at fuelling station {RER}| Cut-off,;transport;carculator\synthetic fuels\transformation -Hydrogen, gaseous, 700 bar, from smr of ng, with ccs, at fuelling station;transport;carculator\synthetic fuels\transformation -hydropower plant construction, reservoir;energy;Electricity by fuel\Hydro\Reservoir\Transformation\Infrastructure -hydropower plant construction, reservoir;energy;Electricity by fuel\Hydro\Reservoir\Transformation\Infrastructure -hydropower plant construction, reservoir;energy;Electricity by fuel\Hydro\Reservoir\Transformation\Infrastructure -hydropower plant construction, reservoir, alpine region;energy;Electricity by fuel\Hydro\Reservoir\Transformation\Infrastructure -hydropower plant construction, reservoir, alpine region;energy;Electricity by fuel\Hydro\Reservoir\Transformation\Infrastructure -hydropower plant construction, reservoir, non-alpine regions;energy;Electricity by fuel\Hydro\Reservoir\Transformation\Infrastructure -hydropower plant construction, reservoir, non-alpine regions;energy;Electricity by fuel\Hydro\Reservoir\Transformation\Infrastructure -hydropower plant construction, run-of-river;energy;Electricity by fuel\Hydro\Flow through\Transformation\Infrastructure -hydropower plant construction, run-of-river;energy;Electricity by fuel\Hydro\Flow through\Transformation\Infrastructure -hydropower plant construction, run-of-river;energy;Electricity by fuel\Hydro\Flow through\Transformation\Infrastructure -hydropower plant construction, run-of-river Europe without;energy;Electricity by fuel\Hydro\Flow through\Transformation\Infrastructure -hydroquinone production;material;Chemicals\Organic\Transformation -hydroquinone production;material;Chemicals\Organic\Transformation -hydroxylamine production;material;Chemicals\Inorganic\Transformation -hydroxylamine production;material;Chemicals\Inorganic\Transformation -Ibis {GLO}| Cut-off,;transport;carculator\energy storage\lithium-ion battery -Ibis fasteners {GLO}| Cut-off,;transport;carculator\energy storage\lithium-ion battery -iceberg lettuce production;material;Agricultural\Plant production\Vegetables\Transformation -ilmenite - magnetite mine operation;material;Minerals\Transformation -ilmenite - magnetite mine operation;material;Metals\Non ferro\Transformation -imidazole production;material;Chemicals\Organic\Transformation -imidazole production;material;Chemicals\Organic\Transformation -impact extrusion of aluminium, 1 stroke;processing;Metals\Chipless shaping\Transformation -impact extrusion of aluminium, 1 stroke;processing;Metals\Chipless shaping\Transformation -impact extrusion of aluminium, 2 strokes;processing;Metals\Chipless shaping\Transformation -impact extrusion of aluminium, 2 strokes;processing;Metals\Chipless shaping\Transformation -impact extrusion of aluminium, 3 strokes;processing;Metals\Chipless shaping\Transformation -impact extrusion of aluminium, 3 strokes;processing;Metals\Chipless shaping\Transformation -impact extrusion of aluminium, 4 strokes;processing;Metals\Chipless shaping\Transformation -impact extrusion of aluminium, 4 strokes;processing;Metals\Chipless shaping\Transformation -impact extrusion of aluminium, 5 strokes;processing;Metals\Chipless shaping\Transformation -impact extrusion of aluminium, 5 strokes;processing;Metals\Chipless shaping\Transformation -impact extrusion of aluminium, cold, initial surface treatment;processing;Metals\Chipless shaping\Transformation -impact extrusion of aluminium, cold, initial surface treatment;processing;Metals\Chipless shaping\Transformation -impact extrusion of aluminium, cold, tempering;processing;Metals\Chipless shaping\Transformation -impact extrusion of aluminium, cold, tempering;processing;Metals\Chipless shaping\Transformation -impact extrusion of aluminium, deformation stroke;processing;Metals\Chipless shaping\Transformation -impact extrusion of aluminium, deformation stroke;processing;Metals\Chipless shaping\Transformation -impact extrusion of steel, cold, 1 strokes;processing;Metals\Chipless shaping\Transformation -impact extrusion of steel, cold, 1 strokes;processing;Metals\Chipless shaping\Transformation -impact extrusion of steel, cold, 2 strokes;processing;Metals\Chipless shaping\Transformation -impact extrusion of steel, cold, 2 strokes;processing;Metals\Chipless shaping\Transformation -impact extrusion of steel, cold, 3 strokes;processing;Metals\Chipless shaping\Transformation -impact extrusion of steel, cold, 3 strokes;processing;Metals\Chipless shaping\Transformation -impact extrusion of steel, cold, 4 strokes;processing;Metals\Chipless shaping\Transformation -impact extrusion of steel, cold, 4 strokes;processing;Metals\Chipless shaping\Transformation -impact extrusion of steel, cold, 5 strokes;processing;Metals\Chipless shaping\Transformation -impact extrusion of steel, cold, 5 strokes;processing;Metals\Chipless shaping\Transformation -impact extrusion of steel, cold, deformation stroke;processing;Metals\Chipless shaping\Transformation -impact extrusion of steel, cold, deformation stroke;processing;Metals\Chipless shaping\Transformation -impact extrusion of steel, cold, initial surface treatment;processing;Metals\Chipless shaping\Transformation -impact extrusion of steel, cold, initial surface treatment;processing;Metals\Chipless shaping\Transformation -impact extrusion of steel, cold, tempering;processing;Metals\Chipless shaping\Transformation -impact extrusion of steel, cold, tempering;processing;Metals\Chipless shaping\Transformation -impact extrusion of steel, hot, 1 strokes;processing;Metals\Chipless shaping\Transformation -impact extrusion of steel, hot, 1 strokes;processing;Metals\Chipless shaping\Transformation -impact extrusion of steel, hot, 2 strokes;processing;Metals\Chipless shaping\Transformation -impact extrusion of steel, hot, 2 strokes;processing;Metals\Chipless shaping\Transformation -impact extrusion of steel, hot, 3 strokes;processing;Metals\Chipless shaping\Transformation -impact extrusion of steel, hot, 3 strokes;processing;Metals\Chipless shaping\Transformation -impact extrusion of steel, hot, 4 strokes;processing;Metals\Chipless shaping\Transformation -impact extrusion of steel, hot, 4 strokes;processing;Metals\Chipless shaping\Transformation -impact extrusion of steel, hot, 5 strokes;processing;Metals\Chipless shaping\Transformation -impact extrusion of steel, hot, 5 strokes;processing;Metals\Chipless shaping\Transformation -impact extrusion of steel, hot, deformation stroke;processing;Metals\Chipless shaping\Transformation -impact extrusion of steel, hot, deformation stroke;processing;Metals\Chipless shaping\Transformation -impact extrusion of steel, hot, initial warming;processing;Metals\Chipless shaping\Transformation -impact extrusion of steel, hot, initial warming;processing;Metals\Chipless shaping\Transformation -impact extrusion of steel, hot, tempering;processing;Metals\Chipless shaping\Transformation -impact extrusion of steel, hot, tempering;processing;Metals\Chipless shaping\Transformation -impact extrusion of steel, warm, 1 strokes;processing;Metals\Chipless shaping\Transformation -impact extrusion of steel, warm, 1 strokes;processing;Metals\Chipless shaping\Transformation -impact extrusion of steel, warm, 2 strokes;processing;Metals\Chipless shaping\Transformation -impact extrusion of steel, warm, 2 strokes;processing;Metals\Chipless shaping\Transformation -impact extrusion of steel, warm, 3 strokes;processing;Metals\Chipless shaping\Transformation -impact extrusion of steel, warm, 3 strokes;processing;Metals\Chipless shaping\Transformation -impact extrusion of steel, warm, 4 strokes;processing;Metals\Chipless shaping\Transformation -impact extrusion of steel, warm, 4 strokes;processing;Metals\Chipless shaping\Transformation -impact extrusion of steel, warm, 5 strokes;processing;Metals\Chipless shaping\Transformation -impact extrusion of steel, warm, 5 strokes;processing;Metals\Chipless shaping\Transformation -impact extrusion of steel, warm, deformation stroke;processing;Metals\Chipless shaping\Transformation -impact extrusion of steel, warm, deformation stroke;processing;Metals\Chipless shaping\Transformation -impact extrusion of steel, warm, initial warming;processing;Metals\Chipless shaping\Transformation -impact extrusion of steel, warm, initial warming;processing;Metals\Chipless shaping\Transformation -import of roundwood, azobe from sustainable forest management, CM, debarked;material;Wood\Extraction\Transformation -import of roundwood, meranti from sustainable forest management, MY, debarked;material;Wood\Extraction\Transformation -import of sawnwood, parana pine from sustainable forest management, kiln dried;material;Wood\Products\Market\Import -import of sawnwood, paraná pine from sustainable forest management, kiln dried;material;Wood\Products\Transformation -import of sulfate pulp, unbleached, from eucalyptus ssp. from sustainable;material;Others\Obsolete -import of wheat grain, RoW;material;Agricultural\Plant production\Cereals\Transformation -indium production;material;Metals\Non ferro\Transformation -indium production;material;Metals\Non ferro\Transformation -indium rich leaching residues, from zinc production stockpiling;material;Chemicals\Inorganic\Transformation -indium rich leaching residues, from zinc production stockpiling;material;Chemicals\Inorganic\Transformation -indium tin oxide powder production, nanoscale, for sputtering target;material;Electronics\Module\Transformation -indium tin oxide powder production, nanoscale, for sputtering target;material;Electronics\Module\Transformation -inductor production, auxilliaries and energy use;material;Electronics\Component\Transformation -inductor production, low value multilayer chip;material;Electronics\Component\Transformation -inductor production, miniature radio frequency chip;material;Electronics\Component\Transformation -inductor production, ring core choke type;material;Electronics\Component\Transformation -industrial furnace production, 1MW, oil;energy;Heat\Oil\Transformation\Infrastructure -industrial furnace production, 1MW, oil;energy;Heat\Oil\Transformation\Infrastructure -industrial furnace production, coal, 1-10MW;energy;Heat\Coal\Transformation\Infrastructure -industrial furnace production, coal, 1-10MW;energy;Heat\Coal\Transformation\Infrastructure -industrial furnace production, natural gas;energy;Heat\Gas\Transformation\Infrastructure -industrial furnace production, natural gas;energy;Heat\Gas\Transformation\Infrastructure -industrial machine production, heavy, unspecified;transport;Building equipment\Transformation\Infrastructure -industrial machine production, heavy, unspecified;transport;Building equipment\Transformation\Infrastructure -inert material landfill construction;processing;Waste\Transformation\Infrastructure -inert material landfill construction;processing;Waste\Transformation\Infrastructure -infrastructure construction, for regional distribution of oil product;material;Fuels\Oil\Crude oil\Transformation\Infrastructure -infrastructure construction, for regional distribution of oil product;material;Fuels\Oil\Crude oil\Transformation\Infrastructure -injection moulding;processing;Plastics\Transformation -injection moulding;processing;Plastics\Transformation -injection moulding;processing;Plastics\Transformation -Inner frame {GLO}| Cut-off,;transport;carculator\energy storage\lithium-ion battery -insulated gate bipolar transistor production, for electric vehicle applications;material;Electronics\Component\Transformation -insulation spiral-seam duct production, rockwool, DN 400, 30 mm;material;Construction\Ventilation\Transformation -insulation spiral-seam duct production, rockwool, DN 400, 30 mm;material;Construction\Ventilation\Transformation -integrated circuit production, logic type;material;Electronics\Component\Transformation -integrated circuit production, memory type;material;Electronics\Component\Transformation -intensification, arable land;material;Others\Obsolete -intensive beef cattle production on pasture;material;Agricultural\Animal production\Bovine\Transformation -intensive beef cattle production on pasture;material;Agricultural\Animal production\Bovine\Transformation -intensive beef cattle production on pasture;material;Agricultural\Animal production\Bovine\Transformation -intensive beef cattle production on pasture;material;Agricultural\Animal production\Bovine\Transformation -intensive beef cattle production on pasture;material;Agricultural\Animal production\Bovine\Transformation -intensive beef cattle production on pasture;material;Agricultural\Animal production\Bovine\Transformation -intensive beef cattle production, fat steers only, on pasture;material;Agricultural\Animal production\Bovine\Transformation -intensive beef cattle production, fat steers only, on pasture;material;Agricultural\Animal production\Bovine\Transformation -intensive beef cattle production, fat steers only, on pasture;material;Agricultural\Animal production\Bovine\Transformation -intensive beef cattle production, fat steers only, on pasture;material;Agricultural\Animal production\Bovine\Transformation -intermodal shipping container production, 20-foot;transport;Intermodal\Transformation\Infrastructure -intermodal shipping container production, 40-foot;transport;Intermodal\Transformation\Infrastructure -intermodal shipping container production, 40-foot, high-cube;transport;Intermodal\Transformation\Infrastructure -intermodal shipping container production, 45-foot, high-cube;transport;Intermodal\Transformation\Infrastructure -internal combustion engine production, passenger car;transport;Road\Transformation\Infrastructure -internet access equipment production;material;Electronics\Devices\Transformation -internet access equipment production;material;Electronics\Devices\Transformation -internet access, videoconference, 0.7 Mbit/s;use;Computers & network\Transformation -internet access, videoconference, 0.7 Mbit/s;use;Computers & network\Transformation -internet access, work, 0.2 Mbit/s;use;Computers & network\Transformation -internet access, work, 0.2 Mbit/s;use;Computers & network\Transformation -intral production;material;Chemicals\Inorganic\Transformation -intral production;material;Chemicals\Inorganic\Transformation -inverter production, 0.5kW;material;Electronics\Photovoltaic\Transformation\Infrastructure -inverter production, 0.5kW;material;Electronics\Photovoltaic\Transformation\Infrastructure -inverter production, 2.5kW;material;Electronics\Photovoltaic\Transformation\Infrastructure -inverter production, 2.5kW;material;Electronics\Photovoltaic\Transformation\Infrastructure -inverter production, 500kW;material;Electronics\Photovoltaic\Transformation\Infrastructure -inverter production, 500kW;material;Electronics\Photovoltaic\Transformation\Infrastructure -inverter production, for electric passenger car;material;Electronics\Component\Transformation\Infrastructure -iodine production;material;Chemicals\Inorganic\Transformation -iodine production;material;Chemicals\Inorganic\Transformation -ion-exchanger production for water treatment;material;Water\Industry water\Transformation\Infrastructure -ion-exchanger production for water treatment;material;Water\Industry water\Transformation\Infrastructure -iron (III) chloride production, product in 40% solution state;material;Chemicals\Inorganic\Transformation -iron (III) chloride production, product in 40% solution state;material;Chemicals\Inorganic\Transformation -iron mine operation and iron ore beneficiation to 65% Fe;material;Minerals\Transformation -iron mine operation, crude ore, 46% Fe;material;Minerals\Transformation -iron mine operation, crude ore, 63% Fe;material;Minerals\Transformation -iron ore beneficiation to 65% Fe;material;Others\Obsolete -iron ore beneficiation to 65% Fe;material;Minerals\Transformation -iron ore beneficiation to 65% Fe;material;Minerals\Transformation -iron pellet production;material;Metals\Ferro\Transformation -iron pellet production;material;Metals\Ferro\Transformation -iron pellet production;material;Metals\Ferro\Transformation -iron scrap, sorted, pressed, Recycled Content cut-off;material;Metals\Ferro\Transformation -iron scrap, unsorted, Recycled Content cut-off;material;Metals\Ferro\Transformation -iron sulfate production;material;Chemicals\Inorganic\Transformation -iron sulfate production;material;Chemicals\Inorganic\Transformation -iron sulfate production;material;Chemicals\Inorganic\Transformation -iron(II) chloride production;material;Chemicals\Inorganic\Transformation -iron(III) chloride production, without water, in 12% iron solution state;material;Chemicals\Inorganic\Transformation -iron(III) chloride production, without water, in 12% iron solution state;material;Chemicals\Inorganic\Transformation -iron(III) chloride production, without water, in 14% iron solution state;material;Chemicals\Inorganic\Transformation -iron(III) chloride production, without water, in 14% iron solution state;material;Chemicals\Inorganic\Transformation -iron(III) sulfate production, without water, in 12.5% iron solution state;material;Chemicals\Inorganic\Transformation -iron(III) sulfate production, without water, in 12.5% iron solution state;material;Chemicals\Inorganic\Transformation -iron-nickel-chromium alloy production;material;Metals\Alloys\Transformation -iron-nickel-chromium alloy production;material;Metals\Alloys\Transformation -irrigation;processing;Others\Obsolete -irrigation;processing;Others\Obsolete -irrigation;processing;Others\Obsolete -irrigation;processing;Others\Obsolete -irrigation;processing;Others\Obsolete -irrigation;processing;Others\Obsolete -irrigation;processing;Others\Obsolete -irrigation;processing;Others\Obsolete -irrigation;processing;Others\Obsolete -irrigation;processing;Others\Obsolete -irrigation;processing;Others\Obsolete -irrigation;processing;Others\Obsolete -irrigation;processing;Others\Obsolete -irrigation, drip;processing;Agricultural\Transformation -irrigation, drip;processing;Agricultural\Transformation -irrigation, drip;processing;Agricultural\Transformation -irrigation, drip;processing;Agricultural\Transformation -irrigation, drip;processing;Agricultural\Transformation -irrigation, drip;processing;Agricultural\Transformation -irrigation, drip;processing;Agricultural\Transformation -irrigation, drip;processing;Agricultural\Transformation -irrigation, drip;processing;Agricultural\Transformation -irrigation, drip;processing;Agricultural\Transformation -irrigation, drip;processing;Agricultural\Transformation -irrigation, drip;processing;Agricultural\Transformation -irrigation, drip;processing;Agricultural\Transformation -irrigation, drip;processing;Agricultural\Transformation -irrigation, drip;processing;Agricultural\Transformation -irrigation, drip;processing;Agricultural\Transformation -irrigation, drip;processing;Agricultural\Transformation -irrigation, sprinkler;processing;Agricultural\Transformation -irrigation, sprinkler;processing;Agricultural\Transformation -irrigation, sprinkler;processing;Agricultural\Transformation -irrigation, sprinkler;processing;Agricultural\Transformation -irrigation, sprinkler;processing;Agricultural\Transformation -irrigation, sprinkler;processing;Agricultural\Transformation -irrigation, sprinkler;processing;Agricultural\Transformation -irrigation, sprinkler;processing;Agricultural\Transformation -irrigation, sprinkler;processing;Agricultural\Transformation -irrigation, sprinkler;processing;Agricultural\Transformation -irrigation, sprinkler;processing;Agricultural\Transformation -irrigation, sprinkler;processing;Agricultural\Transformation -irrigation, sprinkler;processing;Agricultural\Transformation -irrigation, sprinkler;processing;Agricultural\Transformation -irrigation, sprinkler;processing;Agricultural\Transformation -irrigation, sprinkler;processing;Agricultural\Transformation -irrigation, surface;processing;Agricultural\Transformation -irrigation, surface;processing;Agricultural\Transformation -irrigation, surface;processing;Agricultural\Transformation -irrigation, surface;processing;Agricultural\Transformation -irrigation, surface;processing;Agricultural\Transformation -irrigation, surface;processing;Agricultural\Transformation -irrigation, surface;processing;Agricultural\Transformation -irrigation, surface;processing;Agricultural\Transformation -irrigation, surface;processing;Agricultural\Transformation -irrigation, surface;processing;Agricultural\Transformation -irrigation, surface;processing;Agricultural\Transformation -irrigation, surface;processing;Agricultural\Transformation -irrigation, surface;processing;Agricultural\Transformation -irrigation, surface;processing;Agricultural\Transformation -irrigation, surface;processing;Agricultural\Transformation -irrigation, surface;processing;Agricultural\Transformation -isobutyl acetate production;material;Chemicals\Organic\Transformation -isobutyl acetate production;material;Chemicals\Organic\Transformation -isohexane production;material;Chemicals\Organic\Transformation -isohexane production;material;Chemicals\Organic\Transformation -isophthalic acid based unsaturated polyester resin production;material;Chemicals\Organic\Transformation -isophthalic acid based unsaturated polyester resin production;material;Chemicals\Organic\Transformation -isopropanol production;material;Chemicals\Organic\Transformation -isopropanol production;material;Chemicals\Organic\Transformation -isopropyl acetate production;material;Chemicals\Organic\Transformation -isopropyl acetate production;material;Chemicals\Organic\Transformation -isopropylamine production;material;Chemicals\Organic\Transformation -isopropylamine production;material;Chemicals\Organic\Transformation -isoproturon production;material;Chemicals\Pesticides\Transformation -isoproturon production;material;Chemicals\Pesticides\Transformation -jatropha seed production;material;Agricultural\Plant seeds\Transformation -jute production, irrigated;material;Others\Obsolete -jute production, irrigated;material;Others\Obsolete -jute production, irrigated;material;Agricultural\Intermediate Products\Transformation -jute production, irrigated;material;Agricultural\Intermediate Products\Transformation -jute production, irrigated;material;Others\Obsolete -jute production, irrigated;material;Others\Obsolete -jute production, rainfed;material;Others\Obsolete -jute production, rainfed;material;Others\Obsolete -jute production, rainfed;material;Agricultural\Intermediate Products\Transformation -jute production, rainfed;material;Agricultural\Intermediate Products\Transformation -jute production, rainfed;material;Others\Obsolete -jute production, rainfed;material;Others\Obsolete -kaolin production;material;Chemicals\Inorganic\Transformation -kaolin production;material;Chemicals\Inorganic\Transformation -kaolin to generic market for refractory material, acid;material;Construction\Bricks\Market -kenaf production, irrigated;material;Agricultural\Intermediate Products\Transformation -kenaf production, irrigated;material;Agricultural\Intermediate Products\Transformation -kerosene production, petroleum refinery operation;material;Fuels\Oil\Kerosene\Transformation -kerosene production, petroleum refinery operation;material;Fuels\Oil\Kerosene\Transformation -kerosene production, petroleum refinery operation;material;Fuels\Oil\Kerosene\Transformation -kerosene production, petroleum refinery operation;material;Fuels\Oil\Kerosene\Transformation -kerosene production, petroleum refinery operation;material;Fuels\Oil\Kerosene\Transformation -kerosene production, petroleum refinery operation;material;Fuels\Oil\Kerosene\Transformation -kerosene production, petroleum refinery operation Europe without;material;Fuels\Oil\Kerosene\Transformation -kerosene, import from Europe;material;Fuels\Oil\Kerosene\Transformation -kerosene, import from unspecified;material;Fuels\Oil\Kerosene\Transformation -kerosene, import from unspecified;material;Fuels\Oil\Kerosene\Transformation -kerosene, import from unspecified;material;Fuels\Oil\Kerosene\Transformation -kerosene, import from unspecified;material;Fuels\Oil\Kerosene\Transformation -kerosene, import from unspecified;material;Fuels\Oil\Kerosene\Transformation -keyboard production;material;Electronics\Devices\Transformation -kiwi production;material;Agricultural\Plant production\Fruits\Transformation -kraft paper production, bleached;material;Paper+ Board\Packaging paper\Transformation -kraft paper production, bleached;material;Paper+ Board\Packaging paper\Transformation -kraft paper production, unbleached;material;Paper+ Board\Packaging paper\Transformation -kraft paper production, unbleached;material;Paper+ Board\Packaging paper\Transformation -krypton to generic market for inert gas for discharge lamps;material;Chemicals\Others\Transformation -lactic acid production;material;Chemicals\Organic\Transformation -lactic acid production;material;Chemicals\Organic\Transformation -laminated timber element production, for outdoor use;material;Wood\Products\Transformation -laminated timber element production, for outdoor use;material;Wood\Products\Transformation -laminated timber element production, for outdoor use;material;Wood\Byproducts\Transformation -laminated timber element production, for outdoor use;material;Wood\Byproducts\Transformation -laminating service, foil, with acrylic binder;processing;Others\Transformation -laminating service, foil, with acrylic binder;processing;Others\Transformation -laminating service, foil, with acrylic binder;processing;Others\Transformation -land already in use, annual cropland to annual crop;use;Land transformation\Transformation -land already in use, annual cropland to annual crop;use;Land transformation\Transformation -land already in use, annual cropland to annual crop;use;Land transformation\Transformation -land already in use, annual cropland to annual crop;use;Land transformation\Transformation -land already in use, annual cropland to annual crop;use;Land transformation\Transformation -land already in use, annual cropland to annual crop;use;Land transformation\Transformation -land already in use, annual cropland to annual crop;use;Land transformation\Transformation -land already in use, annual cropland to annual crop;use;Land transformation\Transformation -land already in use, annual cropland to annual crop;use;Land transformation\Transformation -land already in use, annual cropland to annual crop;use;Land transformation\Transformation -land already in use, annual cropland to annual crop;use;Land transformation\Transformation -land already in use, annual cropland to annual crop;use;Land transformation\Transformation -land already in use, annual cropland to annual crop;use;Land transformation\Transformation -land already in use, annual cropland to annual crop;use;Land transformation\Transformation -land already in use, annual cropland to annual crop;use;Land transformation\Transformation -land already in use, annual cropland to annual crop;use;Land transformation\Transformation -land already in use, annual cropland to annual crop;use;Land transformation\Transformation -land already in use, annual cropland to annual crop;use;Land transformation\Transformation -land already in use, annual cropland to annual crop;use;Land transformation\Transformation -land already in use, annual cropland to annual crop;use;Land transformation\Transformation -land already in use, annual cropland to annual crop;use;Land transformation\Transformation -land already in use, annual cropland to annual crop;use;Land transformation\Transformation -land already in use, annual cropland to annual crop;use;Land transformation\Transformation -land already in use, annual cropland to annual crop;use;Land transformation\Transformation -land already in use, annual cropland to annual crop;use;Land transformation\Transformation -land already in use, annual cropland to annual crop;use;Land transformation\Transformation -land already in use, annual cropland to annual crop;use;Land transformation\Transformation -land already in use, annual cropland to annual crop;use;Land transformation\Transformation -land already in use, annual cropland to annual crop;use;Others\Obsolete -land already in use, annual cropland to annual crop;use;Land transformation\Transformation -land already in use, annual cropland to annual crop;use;Land transformation\Transformation -land already in use, annual cropland to annual crop;use;Land transformation\Transformation -land already in use, annual cropland to annual crop;use;Land transformation\Transformation -land already in use, annual cropland to annual crop;use;Land transformation\Transformation -land already in use, annual cropland to annual crop;use;Land transformation\Transformation -land already in use, annual cropland to annual crop;use;Land transformation\Transformation -land already in use, annual cropland to annual crop;use;Land transformation\Transformation -land already in use, annual cropland to annual crop;use;Land transformation\Transformation -land already in use, annual cropland to annual crop;use;Land transformation\Transformation -land already in use, annual cropland to annual crop;use;Land transformation\Transformation -land already in use, annual cropland to annual crop;use;Land transformation\Transformation -land already in use, annual cropland to annual crop;use;Land transformation\Transformation -land already in use, annual cropland to annual crop;use;Land transformation\Transformation -land already in use, annual cropland to annual crop;use;Land transformation\Transformation -land already in use, annual cropland to annual crop;use;Others\Obsolete -land already in use, annual cropland to annual crop;use;Land transformation\Transformation -land already in use, annual cropland to annual crop;use;Land transformation\Transformation -land already in use, annual cropland to annual crop;use;Land transformation\Transformation -land already in use, annual cropland to annual crop;use;Land transformation\Transformation -land already in use, annual cropland to forest, intensive;use;Land transformation\Transformation -land already in use, annual cropland to forest, intensive;use;Land transformation\Transformation -land already in use, annual cropland to forest, intensive;use;Land transformation\Transformation -land already in use, annual cropland to forest, intensive;use;Land transformation\Transformation -land already in use, annual cropland to forest, intensive;use;Land transformation\Transformation -land already in use, annual cropland to forest, intensive;use;Land transformation\Transformation -land already in use, annual cropland to forest, intensive;use;Land transformation\Transformation -land already in use, annual cropland to forest, intensive;use;Land transformation\Transformation -land already in use, annual cropland to forest, intensive;use;Land transformation\Transformation -land already in use, annual cropland to forest, intensive;use;Land transformation\Transformation -land already in use, annual cropland to forest, intensive;use;Land transformation\Transformation -land already in use, annual cropland to forest, intensive;use;Land transformation\Transformation -land already in use, annual cropland to pasture, man made;use;Land transformation\Transformation -land already in use, annual cropland to pasture, man made;use;Land transformation\Transformation -land already in use, annual cropland to pasture, man made;use;Land transformation\Transformation -land already in use, annual cropland to pasture, man made;use;Land transformation\Transformation -land already in use, annual cropland to pasture, man made;use;Land transformation\Transformation -land already in use, annual cropland to pasture, man made;use;Land transformation\Transformation -land already in use, annual cropland to pasture, man made;use;Land transformation\Transformation -land already in use, annual cropland to pasture, man made;use;Land transformation\Transformation -land already in use, annual cropland to pasture, man made;use;Land transformation\Transformation -land already in use, annual cropland to pasture, man made;use;Land transformation\Transformation -land already in use, annual cropland to pasture, man made;use;Land transformation\Transformation -land already in use, annual cropland to pasture, man made;use;Land transformation\Transformation -land already in use, annual cropland to pasture, man made;use;Land transformation\Transformation -land already in use, annual cropland to pasture, man made;use;Land transformation\Transformation -land already in use, annual cropland to pasture, man made;use;Land transformation\Transformation -land already in use, annual cropland to pasture, man made;use;Land transformation\Transformation -land already in use, annual cropland to pasture, man made;use;Land transformation\Transformation -land already in use, annual cropland to pasture, man made;use;Land transformation\Transformation -land already in use, annual cropland to pasture, man made;use;Land transformation\Transformation -land already in use, annual cropland to perennial crop;use;Land transformation\Transformation -land already in use, annual cropland to perennial crop;use;Land transformation\Transformation -land already in use, annual cropland to perennial crop;use;Land transformation\Transformation -land already in use, annual cropland to perennial crop;use;Land transformation\Transformation -land already in use, annual cropland to perennial crop;use;Land transformation\Transformation -land already in use, annual cropland to perennial crop;use;Land transformation\Transformation -land already in use, annual cropland to perennial crop;use;Land transformation\Transformation -land already in use, annual cropland to perennial crop;use;Land transformation\Transformation -land already in use, annual cropland to perennial crop;use;Land transformation\Transformation -land already in use, annual cropland to perennial crop;use;Land transformation\Transformation -land already in use, annual cropland to perennial crop;use;Land transformation\Transformation -land already in use, annual cropland to perennial crop;use;Land transformation\Transformation -land already in use, annual cropland to perennial crop;use;Land transformation\Transformation -land already in use, annual cropland to perennial crop;use;Land transformation\Transformation -land already in use, annual cropland to perennial crop;use;Land transformation\Transformation -land already in use, annual cropland to perennial crop;use;Land transformation\Transformation -land already in use, annual cropland to perennial crop;use;Land transformation\Transformation -land already in use, annual cropland to perennial crop;use;Land transformation\Transformation -land already in use, annual cropland to perennial crop;use;Land transformation\Transformation -land already in use, annual cropland to perennial crop;use;Land transformation\Transformation -land already in use, annual cropland to perennial crop;use;Land transformation\Transformation -land already in use, annual cropland to perennial crop;use;Land transformation\Transformation -land already in use, annual cropland to perennial crop;use;Land transformation\Transformation -land already in use, annual cropland to perennial crop;use;Land transformation\Transformation -land already in use, annual cropland to perennial crop;use;Land transformation\Transformation -land already in use, annual cropland to perennial crop;use;Land transformation\Transformation -land already in use, annual cropland to perennial crop;use;Land transformation\Transformation -land already in use, annual cropland to perennial crop;use;Land transformation\Transformation -land already in use, annual cropland to perennial crop;use;Land transformation\Transformation -land already in use, annual cropland to perennial crop;use;Others\Obsolete -land already in use, annual cropland to perennial crop;use;Land transformation\Transformation -land already in use, annual cropland to perennial crop;use;Land transformation\Transformation -land already in use, annual cropland to perennial crop;use;Land transformation\Transformation -land already in use, annual cropland to perennial crop;use;Land transformation\Transformation -land already in use, annual cropland to perennial crop;use;Land transformation\Transformation -land already in use, annual cropland to perennial crop;use;Land transformation\Transformation -land already in use, annual cropland to perennial crop;use;Land transformation\Transformation -land already in use, annual cropland to perennial crop;use;Land transformation\Transformation -land already in use, annual cropland to perennial crop;use;Land transformation\Transformation -land already in use, annual cropland to perennial crop;use;Land transformation\Transformation -land already in use, annual cropland to perennial crop;use;Land transformation\Transformation -land already in use, annual cropland to perennial crop;use;Land transformation\Transformation -land already in use, annual cropland to perennial crop;use;Land transformation\Transformation -land already in use, annual cropland to perennial crop;use;Land transformation\Transformation -land already in use, annual cropland to perennial crop;use;Land transformation\Transformation -land already in use, annual cropland to perennial crop;use;Land transformation\Transformation -land already in use, annual cropland to perennial crop;use;Land transformation\Transformation -land already in use, annual cropland to perennial crop;use;Land transformation\Transformation -land already in use, annual cropland to perennial crop;use;Others\Obsolete -land already in use, annual cropland to perennial crop;use;Land transformation\Transformation -land already in use, annual cropland to perennial crop;use;Land transformation\Transformation -land already in use, annual cropland to perennial crop;use;Land transformation\Transformation -land already in use, annual cropland to perennial crop;use;Land transformation\Transformation -land already in use, arable land;material;Others\Obsolete -land already in use, forest, intensive to annual crop;use;Land transformation\Transformation -land already in use, forest, intensive to annual crop;use;Land transformation\Transformation -land already in use, forest, intensive to annual crop;use;Land transformation\Transformation -land already in use, forest, intensive to pasture, man made;use;Land transformation\Transformation -land already in use, forest, intensive to pasture, man made;use;Land transformation\Transformation -land already in use, forest, intensive to perennial crop;use;Land transformation\Transformation -land already in use, forest, intensive to perennial crop;use;Land transformation\Transformation -land already in use, forest, intensive to perennial crop;use;Land transformation\Transformation -land already in use, pasture, man made to annual crop;use;Land transformation\Transformation -land already in use, pasture, man made to annual crop;use;Land transformation\Transformation -land already in use, pasture, man made to annual crop;use;Land transformation\Transformation -land already in use, pasture, man made to annual crop;use;Land transformation\Transformation -land already in use, pasture, man made to annual crop;use;Land transformation\Transformation -land already in use, pasture, man made to annual crop;use;Land transformation\Transformation -land already in use, pasture, man made to annual crop;use;Land transformation\Transformation -land already in use, pasture, man made to forest, intensive;use;Land transformation\Transformation -land already in use, pasture, man made to forest, intensive;use;Land transformation\Transformation -land already in use, pasture, man made to forest, intensive;use;Land transformation\Transformation -land already in use, pasture, man made to forest, intensive;use;Land transformation\Transformation -land already in use, pasture, man made to perennial crop;use;Land transformation\Transformation -land already in use, pasture, man made to perennial crop;use;Land transformation\Transformation -land already in use, pasture, man made to perennial crop;use;Land transformation\Transformation -land already in use, pasture, man made to perennial crop;use;Land transformation\Transformation -land already in use, pasture, man made to perennial crop;use;Land transformation\Transformation -land already in use, pasture, man made to perennial crop;use;Land transformation\Transformation -land already in use, pasture, man made to perennial crop;use;Land transformation\Transformation -land already in use, pasture, man made to perennial crop;use;Land transformation\Transformation -land already in use, perennial cropland to annual crop;use;Land transformation\Transformation -land already in use, perennial cropland to annual crop;use;Land transformation\Transformation -land already in use, perennial cropland to annual crop;use;Land transformation\Transformation -land already in use, perennial cropland to annual crop;use;Land transformation\Transformation -land already in use, perennial cropland to annual crop;use;Land transformation\Transformation -land already in use, perennial cropland to annual crop;use;Land transformation\Transformation -land already in use, perennial cropland to annual crop;use;Land transformation\Transformation -land already in use, perennial cropland to annual crop;use;Land transformation\Transformation -land already in use, perennial cropland to annual crop;use;Land transformation\Transformation -land already in use, perennial cropland to annual crop;use;Land transformation\Transformation -land already in use, perennial cropland to annual crop;use;Land transformation\Transformation -land already in use, perennial cropland to annual crop;use;Land transformation\Transformation -land already in use, perennial cropland to annual crop;use;Land transformation\Transformation -land already in use, perennial cropland to annual crop;use;Land transformation\Transformation -land already in use, perennial cropland to annual crop;use;Land transformation\Transformation -land already in use, perennial cropland to annual crop;use;Land transformation\Transformation -land already in use, perennial cropland to annual crop;use;Land transformation\Transformation -land already in use, perennial cropland to annual crop;use;Land transformation\Transformation -land already in use, perennial cropland to annual crop;use;Land transformation\Transformation -land already in use, perennial cropland to annual crop;use;Land transformation\Transformation -land already in use, perennial cropland to annual crop;use;Land transformation\Transformation -land already in use, perennial cropland to annual crop;use;Land transformation\Transformation -land already in use, perennial cropland to annual crop;use;Land transformation\Transformation -land already in use, perennial cropland to annual crop;use;Land transformation\Transformation -land already in use, perennial cropland to annual crop;use;Land transformation\Transformation -land already in use, perennial cropland to annual crop;use;Land transformation\Transformation -land already in use, perennial cropland to annual crop;use;Land transformation\Transformation -land already in use, perennial cropland to annual crop;use;Others\Obsolete -land already in use, perennial cropland to annual crop;use;Land transformation\Transformation -land already in use, perennial cropland to annual crop;use;Land transformation\Transformation -land already in use, perennial cropland to annual crop;use;Land transformation\Transformation -land already in use, perennial cropland to annual crop;use;Land transformation\Transformation -land already in use, perennial cropland to annual crop;use;Land transformation\Transformation -land already in use, perennial cropland to annual crop;use;Land transformation\Transformation -land already in use, perennial cropland to annual crop;use;Land transformation\Transformation -land already in use, perennial cropland to annual crop;use;Land transformation\Transformation -land already in use, perennial cropland to annual crop;use;Land transformation\Transformation -land already in use, perennial cropland to annual crop;use;Land transformation\Transformation -land already in use, perennial cropland to annual crop;use;Land transformation\Transformation -land already in use, perennial cropland to annual crop;use;Land transformation\Transformation -land already in use, perennial cropland to annual crop;use;Land transformation\Transformation -land already in use, perennial cropland to annual crop;use;Land transformation\Transformation -land already in use, perennial cropland to annual crop;use;Others\Obsolete -land already in use, perennial cropland to annual crop;use;Land transformation\Transformation -land already in use, perennial cropland to annual crop;use;Land transformation\Transformation -land already in use, perennial cropland to annual crop;use;Land transformation\Transformation -land already in use, perennial cropland to annual crop;use;Land transformation\Transformation -land already in use, perennial cropland to forest, intensive;use;Land transformation\Transformation -land already in use, perennial cropland to forest, intensive;use;Land transformation\Transformation -land already in use, perennial cropland to forest, intensive;use;Land transformation\Transformation -land already in use, perennial cropland to forest, intensive;use;Land transformation\Transformation -land already in use, perennial cropland to forest, intensive;use;Land transformation\Transformation -land already in use, perennial cropland to forest, intensive;use;Land transformation\Transformation -land already in use, perennial cropland to forest, intensive;use;Land transformation\Transformation -land already in use, perennial cropland to forest, intensive;use;Land transformation\Transformation -land already in use, perennial cropland to forest, intensive;use;Land transformation\Transformation -land already in use, perennial cropland to forest, intensive;use;Land transformation\Transformation -land already in use, perennial cropland to forest, intensive;use;Land transformation\Transformation -land already in use, perennial cropland to forest, intensive;use;Land transformation\Transformation -land already in use, perennial cropland to pasture, man made;use;Land transformation\Transformation -land already in use, perennial cropland to pasture, man made;use;Land transformation\Transformation -land already in use, perennial cropland to pasture, man made;use;Land transformation\Transformation -land already in use, perennial cropland to pasture, man made;use;Land transformation\Transformation -land already in use, perennial cropland to pasture, man made;use;Land transformation\Transformation -land already in use, perennial cropland to pasture, man made;use;Land transformation\Transformation -land already in use, perennial cropland to pasture, man made;use;Land transformation\Transformation -land already in use, perennial cropland to pasture, man made;use;Land transformation\Transformation -land already in use, perennial cropland to pasture, man made;use;Land transformation\Transformation -land already in use, perennial cropland to pasture, man made;use;Land transformation\Transformation -land already in use, perennial cropland to pasture, man made;use;Land transformation\Transformation -land already in use, perennial cropland to pasture, man made;use;Land transformation\Transformation -land already in use, perennial cropland to pasture, man made;use;Land transformation\Transformation -land already in use, perennial cropland to pasture, man made;use;Land transformation\Transformation -land already in use, perennial cropland to pasture, man made;use;Land transformation\Transformation -land already in use, perennial cropland to pasture, man made;use;Land transformation\Transformation -land already in use, perennial cropland to pasture, man made;use;Land transformation\Transformation -land already in use, perennial cropland to pasture, man made;use;Land transformation\Transformation -land already in use, perennial cropland to perennial crop;use;Land transformation\Transformation -land already in use, perennial cropland to perennial crop;use;Land transformation\Transformation -land already in use, perennial cropland to perennial crop;use;Land transformation\Transformation -land already in use, perennial cropland to perennial crop;use;Land transformation\Transformation -land already in use, perennial cropland to perennial crop;use;Land transformation\Transformation -land already in use, perennial cropland to perennial crop;use;Land transformation\Transformation -land already in use, perennial cropland to perennial crop;use;Land transformation\Transformation -land already in use, perennial cropland to perennial crop;use;Land transformation\Transformation -land already in use, perennial cropland to perennial crop;use;Land transformation\Transformation -land already in use, perennial cropland to perennial crop;use;Land transformation\Transformation -land already in use, perennial cropland to perennial crop;use;Land transformation\Transformation -land already in use, perennial cropland to perennial crop;use;Land transformation\Transformation -land already in use, perennial cropland to perennial crop;use;Land transformation\Transformation -land already in use, perennial cropland to perennial crop;use;Land transformation\Transformation -land already in use, perennial cropland to perennial crop;use;Land transformation\Transformation -land already in use, perennial cropland to perennial crop;use;Land transformation\Transformation -land already in use, perennial cropland to perennial crop;use;Land transformation\Transformation -land already in use, perennial cropland to perennial crop;use;Land transformation\Transformation -land already in use, perennial cropland to perennial crop;use;Land transformation\Transformation -land already in use, perennial cropland to perennial crop;use;Land transformation\Transformation -land already in use, perennial cropland to perennial crop;use;Land transformation\Transformation -land already in use, perennial cropland to perennial crop;use;Land transformation\Transformation -land already in use, perennial cropland to perennial crop;use;Land transformation\Transformation -land already in use, perennial cropland to perennial crop;use;Land transformation\Transformation -land already in use, perennial cropland to perennial crop;use;Land transformation\Transformation -land already in use, perennial cropland to perennial crop;use;Land transformation\Transformation -land already in use, perennial cropland to perennial crop;use;Land transformation\Transformation -land already in use, perennial cropland to perennial crop;use;Land transformation\Transformation -land already in use, perennial cropland to perennial crop;use;Others\Obsolete -land already in use, perennial cropland to perennial crop;use;Land transformation\Transformation -land already in use, perennial cropland to perennial crop;use;Land transformation\Transformation -land already in use, perennial cropland to perennial crop;use;Land transformation\Transformation -land already in use, perennial cropland to perennial crop;use;Land transformation\Transformation -land already in use, perennial cropland to perennial crop;use;Land transformation\Transformation -land already in use, perennial cropland to perennial crop;use;Land transformation\Transformation -land already in use, perennial cropland to perennial crop;use;Land transformation\Transformation -land already in use, perennial cropland to perennial crop;use;Land transformation\Transformation -land already in use, perennial cropland to perennial crop;use;Land transformation\Transformation -land already in use, perennial cropland to perennial crop;use;Land transformation\Transformation -land already in use, perennial cropland to perennial crop;use;Land transformation\Transformation -land already in use, perennial cropland to perennial crop;use;Land transformation\Transformation -land already in use, perennial cropland to perennial crop;use;Land transformation\Transformation -land already in use, perennial cropland to perennial crop;use;Land transformation\Transformation -land already in use, perennial cropland to perennial crop;use;Land transformation\Transformation -land already in use, perennial cropland to perennial crop;use;Land transformation\Transformation -land already in use, perennial cropland to perennial crop;use;Land transformation\Transformation -land already in use, perennial cropland to perennial crop;use;Others\Obsolete -land already in use, perennial cropland to perennial crop;use;Land transformation\Transformation -land already in use, perennial cropland to perennial crop;use;Land transformation\Transformation -land already in use, perennial cropland to perennial crop;use;Land transformation\Transformation -land already in use, perennial cropland to perennial crop;use;Land transformation\Transformation -land use change, annual crop;use;Land transformation\Transformation -land use change, annual crop;use;Land transformation\Transformation -land use change, annual crop;use;Land transformation\Transformation -land use change, annual crop;use;Land transformation\Transformation -land use change, annual crop;use;Land transformation\Transformation -land use change, annual crop;use;Land transformation\Transformation -land use change, annual crop;use;Land transformation\Transformation -land use change, annual crop;use;Land transformation\Transformation -land use change, annual crop;use;Land transformation\Transformation -land use change, annual crop;use;Land transformation\Transformation -land use change, annual crop;use;Land transformation\Transformation -land use change, annual crop;use;Land transformation\Transformation -land use change, annual crop;use;Land transformation\Transformation -land use change, annual crop;use;Land transformation\Transformation -land use change, annual crop;use;Land transformation\Transformation -land use change, annual crop;use;Land transformation\Transformation -land use change, annual crop;use;Land transformation\Transformation -land use change, annual crop;use;Land transformation\Transformation -land use change, annual crop;use;Land transformation\Transformation -land use change, annual crop;use;Land transformation\Transformation -land use change, annual crop;use;Land transformation\Transformation -land use change, annual crop;use;Land transformation\Transformation -land use change, annual crop;use;Land transformation\Transformation -land use change, annual crop;use;Land transformation\Transformation -land use change, annual crop;use;Land transformation\Transformation -land use change, annual crop;use;Land transformation\Transformation -land use change, annual crop;use;Land transformation\Transformation -land use change, annual crop;use;Land transformation\Transformation -land use change, annual crop;use;Others\Obsolete -land use change, annual crop;use;Land transformation\Transformation -land use change, annual crop;use;Land transformation\Transformation -land use change, annual crop;use;Land transformation\Transformation -land use change, annual crop;use;Land transformation\Transformation -land use change, annual crop;use;Land transformation\Transformation -land use change, annual crop;use;Land transformation\Transformation -land use change, annual crop;use;Land transformation\Transformation -land use change, annual crop;use;Land transformation\Transformation -land use change, annual crop;use;Land transformation\Transformation -land use change, annual crop;use;Land transformation\Transformation -land use change, annual crop;use;Land transformation\Transformation -land use change, annual crop;use;Land transformation\Transformation -land use change, annual crop;use;Land transformation\Transformation -land use change, annual crop;use;Land transformation\Transformation -land use change, annual crop;use;Land transformation\Transformation -land use change, annual crop;use;Others\Obsolete -land use change, annual crop;use;Land transformation\Transformation -land use change, annual crop;use;Land transformation\Transformation -land use change, annual crop;use;Land transformation\Transformation -land use change, annual crop;use;Land transformation\Transformation -land use change, forest, intensive;processing;Land transformation\Transformation -land use change, forest, intensive;processing;Land transformation\Transformation -land use change, forest, intensive;processing;Land transformation\Transformation -land use change, forest, intensive;processing;Land transformation\Transformation -land use change, forest, intensive;processing;Land transformation\Transformation -land use change, forest, intensive;processing;Land transformation\Transformation -land use change, forest, intensive;processing;Land transformation\Transformation -land use change, forest, intensive;processing;Land transformation\Transformation -land use change, forest, intensive;processing;Land transformation\Transformation -land use change, forest, intensive;processing;Land transformation\Transformation -land use change, forest, intensive;processing;Land transformation\Transformation -land use change, forest, intensive;processing;Land transformation\Transformation -land use change, paddy rice;use;Land transformation\Transformation -land use change, paddy rice;use;Land transformation\Transformation -land use change, paddy rice;use;Others\Obsolete -land use change, pasture, man made;processing;Land transformation\Transformation -land use change, pasture, man made;processing;Land transformation\Transformation -land use change, pasture, man made;processing;Land transformation\Transformation -land use change, pasture, man made;processing;Land transformation\Transformation -land use change, pasture, man made;processing;Land transformation\Transformation -land use change, pasture, man made;processing;Land transformation\Transformation -land use change, pasture, man made;processing;Land transformation\Transformation -land use change, pasture, man made;processing;Land transformation\Transformation -land use change, pasture, man made;processing;Land transformation\Transformation -land use change, pasture, man made;processing;Land transformation\Transformation -land use change, pasture, man made;processing;Land transformation\Transformation -land use change, pasture, man made;processing;Land transformation\Transformation -land use change, pasture, man made;processing;Land transformation\Transformation -land use change, pasture, man made;processing;Land transformation\Transformation -land use change, pasture, man made;processing;Land transformation\Transformation -land use change, pasture, man made;processing;Land transformation\Transformation -land use change, pasture, man made;processing;Land transformation\Transformation -land use change, pasture, man made;processing;Land transformation\Transformation -land use change, pasture, man made;processing;Land transformation\Transformation -land use change, perennial crop;processing;Land transformation\Transformation -land use change, perennial crop;processing;Land transformation\Transformation -land use change, perennial crop;processing;Land transformation\Transformation -land use change, perennial crop;processing;Land transformation\Transformation -land use change, perennial crop;processing;Land transformation\Transformation -land use change, perennial crop;processing;Land transformation\Transformation -land use change, perennial crop;processing;Land transformation\Transformation -land use change, perennial crop;processing;Land transformation\Transformation -land use change, perennial crop;processing;Land transformation\Transformation -land use change, perennial crop;processing;Land transformation\Transformation -land use change, perennial crop;processing;Land transformation\Transformation -land use change, perennial crop;processing;Land transformation\Transformation -land use change, perennial crop;processing;Land transformation\Transformation -land use change, perennial crop;processing;Land transformation\Transformation -land use change, perennial crop;processing;Land transformation\Transformation -land use change, perennial crop;processing;Land transformation\Transformation -land use change, perennial crop;processing;Land transformation\Transformation -land use change, perennial crop;processing;Land transformation\Transformation -land use change, perennial crop;processing;Land transformation\Transformation -land use change, perennial crop;processing;Land transformation\Transformation -land use change, perennial crop;processing;Land transformation\Transformation -land use change, perennial crop;processing;Land transformation\Transformation -land use change, perennial crop;processing;Land transformation\Transformation -land use change, perennial crop;processing;Land transformation\Transformation -land use change, perennial crop;processing;Land transformation\Transformation -land use change, perennial crop;processing;Land transformation\Transformation -land use change, perennial crop;processing;Land transformation\Transformation -land use change, perennial crop;processing;Land transformation\Transformation -land use change, perennial crop;processing;Land transformation\Transformation -land use change, perennial crop;use;Others\Obsolete -land use change, perennial crop;processing;Land transformation\Transformation -land use change, perennial crop;processing;Land transformation\Transformation -land use change, perennial crop;processing;Land transformation\Transformation -land use change, perennial crop;processing;Land transformation\Transformation -land use change, perennial crop;processing;Land transformation\Transformation -land use change, perennial crop;processing;Land transformation\Transformation -land use change, perennial crop;processing;Land transformation\Transformation -land use change, perennial crop;processing;Land transformation\Transformation -land use change, perennial crop;processing;Land transformation\Transformation -land use change, perennial crop;processing;Land transformation\Transformation -land use change, perennial crop;processing;Land transformation\Transformation -land use change, perennial crop;processing;Land transformation\Transformation -land use change, perennial crop;processing;Land transformation\Transformation -land use change, perennial crop;processing;Land transformation\Transformation -land use change, perennial crop;processing;Land transformation\Transformation -land use change, perennial crop;processing;Land transformation\Transformation -land use change, perennial crop;processing;Land transformation\Transformation -land use change, perennial crop;processing;Land transformation\Transformation -land use change, perennial crop;processing;Land transformation\Transformation -land use change, perennial crop;processing;Land transformation\Transformation -land use change, perennial crop;use;Others\Obsolete -land use change, perennial crop;processing;Land transformation\Transformation -land use change, perennial crop;processing;Land transformation\Transformation -land use change, perennial crop;processing;Land transformation\Transformation -land use change, perennial crop;processing;Land transformation\Transformation -landed anchovy by-catch, fresh to generic market for marine fish;material;Agricultural\Animal production\Fish\Transformation -landed anchovy to generic market for marine fish;material;Agricultural\Animal production\Fish\Market -landed hake to generic market for marine fish;material;Agricultural\Animal production\Fish\Market -landed tuna to generic market for marine fish;material;Agricultural\Animal production\Fish\Market -laser machining, metal, with CO2-laser, 2000W power;processing;Metals\Chipless shaping\Transformation -laser machining, metal, with CO2-laser, 2000W power;processing;Metals\Chipless shaping\Transformation -laser machining, metal, with CO2-laser, 2000W power;processing;Metals\Chipless shaping\Transformation -laser machining, metal, with CO2-laser, 2700W power;processing;Metals\Chipless shaping\Transformation -laser machining, metal, with CO2-laser, 2700W power;processing;Metals\Chipless shaping\Transformation -laser machining, metal, with CO2-laser, 2700W power;processing;Metals\Chipless shaping\Transformation -laser machining, metal, with CO2-laser, 3200W power;processing;Metals\Chipless shaping\Transformation -laser machining, metal, with CO2-laser, 3200W power;processing;Metals\Chipless shaping\Transformation -laser machining, metal, with CO2-laser, 3200W power;processing;Metals\Chipless shaping\Transformation -laser machining, metal, with CO2-laser, 4000W power;processing;Metals\Chipless shaping\Transformation -laser machining, metal, with CO2-laser, 4000W power;processing;Metals\Chipless shaping\Transformation -laser machining, metal, with CO2-laser, 4000W power;processing;Metals\Chipless shaping\Transformation -laser machining, metal, with CO2-laser, 5000W power;processing;Metals\Chipless shaping\Transformation -laser machining, metal, with CO2-laser, 5000W power;processing;Metals\Chipless shaping\Transformation -laser machining, metal, with CO2-laser, 5000W power;processing;Metals\Chipless shaping\Transformation -laser machining, metal, with CO2-laser, 6000W power;processing;Metals\Chipless shaping\Transformation -laser machining, metal, with CO2-laser, 6000W power;processing;Metals\Chipless shaping\Transformation -laser machining, metal, with CO2-laser, 6000W power;processing;Metals\Chipless shaping\Transformation -laser machining, metal, with YAG-laser, 120W power;processing;Metals\Chipless shaping\Transformation -laser machining, metal, with YAG-laser, 120W power;processing;Metals\Chipless shaping\Transformation -laser machining, metal, with YAG-laser, 120W power;processing;Metals\Chipless shaping\Transformation -laser machining, metal, with YAG-laser, 200W power;processing;Metals\Chipless shaping\Transformation -laser machining, metal, with YAG-laser, 200W power;processing;Metals\Chipless shaping\Transformation -laser machining, metal, with YAG-laser, 200W power;processing;Metals\Chipless shaping\Transformation -laser machining, metal, with YAG-laser, 30W power;processing;Metals\Chipless shaping\Transformation -laser machining, metal, with YAG-laser, 30W power;processing;Metals\Chipless shaping\Transformation -laser machining, metal, with YAG-laser, 30W power;processing;Metals\Chipless shaping\Transformation -laser machining, metal, with YAG-laser, 330W power;processing;Metals\Chipless shaping\Transformation -laser machining, metal, with YAG-laser, 330W power;processing;Metals\Chipless shaping\Transformation -laser machining, metal, with YAG-laser, 330W power;processing;Metals\Chipless shaping\Transformation -laser machining, metal, with YAG-laser, 40W power;processing;Metals\Chipless shaping\Transformation -laser machining, metal, with YAG-laser, 40W power;processing;Metals\Chipless shaping\Transformation -laser machining, metal, with YAG-laser, 40W power;processing;Metals\Chipless shaping\Transformation -laser machining, metal, with YAG-laser, 500W power;processing;Metals\Chipless shaping\Transformation -laser machining, metal, with YAG-laser, 500W power;processing;Metals\Chipless shaping\Transformation -laser machining, metal, with YAG-laser, 500W power;processing;Metals\Chipless shaping\Transformation -laser machining, metal, with YAG-laser, 50W power;processing;Metals\Chipless shaping\Transformation -laser machining, metal, with YAG-laser, 50W power;processing;Metals\Chipless shaping\Transformation -laser machining, metal, with YAG-laser, 50W power;processing;Metals\Chipless shaping\Transformation -laser machining, metal, with YAG-laser, 60W power;processing;Metals\Chipless shaping\Transformation -laser machining, metal, with YAG-laser, 60W power;processing;Metals\Chipless shaping\Transformation -laser machining, metal, with YAG-laser, 60W power;processing;Metals\Chipless shaping\Transformation -laterite quarry operation;material;Minerals\Transformation -laterite quarry operation;material;Minerals\Transformation -latex production;material;Chemicals\Others\Transformation -latex production;material;Chemicals\Others\Transformation -lath, hardwood, raw, air drying;material;Others\Obsolete -lath, hardwood, raw, air drying;material;Others\Obsolete -lath, hardwood, raw, air drying to u=20%;material;Wood\Products\Transformation -lath, hardwood, raw, air drying to u=20%;material;Wood\Products\Transformation -lath, hardwood, raw, air drying to u=20%;material;Wood\Products\Transformation -lath, hardwood, raw, kiln drying;material;Others\Obsolete -lath, hardwood, raw, kiln drying;material;Others\Obsolete -lath, hardwood, raw, kiln drying to u=10%;material;Wood\Products\Transformation -lath, hardwood, raw, kiln drying to u=10%;material;Wood\Products\Transformation -lath, hardwood, raw, kiln drying to u=10%;material;Wood\Products\Transformation -lath, hardwood, raw, kiln drying to u=20%;material;Wood\Products\Transformation -lath, hardwood, raw, kiln drying to u=20%;material;Wood\Products\Transformation -lath, hardwood, raw, kiln drying to u=20%;material;Wood\Products\Transformation -lath, softwood, raw, air drying;material;Others\Obsolete -lath, softwood, raw, air drying;material;Others\Obsolete -lath, softwood, raw, air drying to u=20%;material;Wood\Products\Transformation -lath, softwood, raw, air drying to u=20%;material;Wood\Products\Transformation -lath, softwood, raw, air drying to u=20%;material;Wood\Products\Transformation -lath, softwood, raw, kiln drying;material;Others\Obsolete -lath, softwood, raw, kiln drying;material;Others\Obsolete -lath, softwood, raw, kiln drying to u=10%;material;Wood\Products\Transformation -lath, softwood, raw, kiln drying to u=10%;material;Wood\Products\Transformation -lath, softwood, raw, kiln drying to u=10%;material;Wood\Products\Transformation -lath, softwood, raw, kiln drying to u=20%;material;Wood\Products\Transformation -lath, softwood, raw, kiln drying to u=20%;material;Wood\Products\Transformation -lath, softwood, raw, kiln drying to u=20%;material;Wood\Products\Transformation -layered sodium silicate production, SKS-6, powder;material;Chemicals\Washing agents\Builders\Transformation -layered sodium silicate production, SKS-6, powder;material;Chemicals\Washing agents\Builders\Transformation -leaching of spodumene with sulfuric acid;material;Chemicals\Inorganic\Transformation -leaching of spodumene with sulfuric acid;material;Chemicals\Inorganic\Transformation -lead concentrate stockpiling;material;Minerals\Transformation -lead concentrate stockpiling;material;Minerals\Transformation -lean concrete production, with cement CEM II/A;material;Construction\Concrete\Transformation -lean concrete production, with cement CEM II/A;material;Construction\Concrete\Transformation -lean concrete production, with cement CEM II/B;material;Construction\Concrete\Transformation -lean concrete production, with cement CEM II/B;material;Construction\Concrete\Transformation -lemon production;material;Agricultural\Plant production\Fruits\Transformation -lemon production;material;Agricultural\Plant production\Fruits\Transformation -lemon production;material;Agricultural\Plant production\Fruits\Transformation -lemon production;material;Agricultural\Plant production\Fruits\Transformation -lettuce360 production;material;Agricultural\Plant production\Vegetables\Transformation -lettuce361 production;material;Agricultural\Plant production\Vegetables\Transformation -light clay brick production;material;Construction\Bricks\Transformation -light clay brick production;material;Construction\Bricks\Transformation -light commercial vehicle production;transport;Road\Transformation\Infrastructure -light commercial vehicle production;transport;Road\Transformation\Infrastructure -light emitting diode production;material;Electronics\Component\Transformation -light fuel oil production, from waste polyethylene;material;Fuels\Oil\Fuel oil\Transformation -light fuel oil production, from waste polyethylene;material;Construction\Sealing\Transformation -light fuel oil production, petroleum refinery operation;material;Fuels\Oil\Fuel oil\Transformation -light fuel oil production, petroleum refinery operation;material;Fuels\Oil\Fuel oil\Transformation -light fuel oil production, petroleum refinery operation;material;Fuels\Oil\Fuel oil\Transformation -light fuel oil production, petroleum refinery operation;material;Fuels\Oil\Fuel oil\Transformation -light fuel oil production, petroleum refinery operation;material;Fuels\Oil\Fuel oil\Transformation -light fuel oil production, petroleum refinery operation;material;Fuels\Oil\Fuel oil\Transformation -light fuel oil production, petroleum refinery operation Europe without;material;Fuels\Oil\Fuel oil\Transformation -light fuel oil, import from Europe;material;Fuels\Oil\Fuel oil\Transformation -light fuel oil, import from unspecified;material;Fuels\Oil\Fuel oil\Transformation -light fuel oil, import from unspecified;material;Fuels\Oil\Fuel oil\Transformation -light fuel oil, import from unspecified;material;Fuels\Oil\Fuel oil\Transformation -light fuel oil, import from unspecified;material;Fuels\Oil\Fuel oil\Transformation -light fuel oil, import from unspecified;material;Fuels\Oil\Fuel oil\Transformation -light mortar production;material;Construction\Binders\Transformation -light mortar production;material;Construction\Binders\Transformation -lightweight concrete block production, expanded clay;material;Construction\Concrete\Transformation -lightweight concrete block production, expanded clay;material;Construction\Concrete\Transformation -lightweight concrete block production, expanded perlite;material;Construction\Concrete\Transformation -lightweight concrete block production, expanded perlite;material;Construction\Concrete\Transformation -lightweight concrete block production, expanded vermiculite;material;Construction\Concrete\Transformation -lightweight concrete block production, expanded vermiculite;material;Construction\Concrete\Transformation -lightweight concrete block production, polystyrene;material;Construction\Concrete\Transformation -lightweight concrete block production, polystyrene;material;Construction\Concrete\Transformation -lightweight concrete block production, pumice;material;Construction\Concrete\Transformation -lightweight concrete block production, pumice;material;Construction\Concrete\Transformation -lignite briquettes factory construction;material;Fuels\Lignite\Transformation\Infrastructure -lignite briquettes factory construction;material;Fuels\Lignite\Transformation\Infrastructure -lignite briquettes production;material;Fuels\Lignite\Transformation -lignite briquettes production;material;Fuels\Lignite\Transformation -lignite dust factory construction;material;Fuels\Lignite\Transformation\Infrastructure -lignite dust factory construction;material;Fuels\Lignite\Transformation\Infrastructure -lignite mine operation;material;Fuels\Lignite\Transformation -lignite mine operation;material;Fuels\Lignite\Transformation -lignite mine operation;material;Fuels\Lignite\Transformation -lignite power plant construction;energy;Electricity by fuel\Coal\Transformation\Infrastructure -lignite power plant construction;energy;Electricity by fuel\Coal\Transformation\Infrastructure -lime mortar production;material;Construction\Binders\Transformation -lime mortar production;material;Construction\Binders\Transformation -lime production, algae;material;Minerals\Transformation -lime production, hydrated, loose weight;material;Chemicals\Inorganic\Transformation -lime production, hydrated, loose weight;material;Chemicals\Inorganic\Transformation -lime production, hydrated, loose weight;material;Chemicals\Inorganic\Transformation -lime production, hydrated, packed;material;Chemicals\Inorganic\Transformation -lime production, hydrated, packed;material;Chemicals\Inorganic\Transformation -lime production, hydraulic;material;Chemicals\Inorganic\Transformation -lime production, hydraulic;material;Chemicals\Inorganic\Transformation -lime production, milled, loose;material;Minerals\Transformation -lime production, milled, loose;material;Minerals\Transformation -lime production, milled, loose;material;Minerals\Transformation -lime production, milled, loose Europe without;material;Minerals\Transformation -lime production, milled, packed;material;Minerals\Transformation -lime production, milled, packed;material;Minerals\Transformation -lime production, milled, packed Europe without;material;Minerals\Transformation -lime to generic market for soil pH raising agent;material;Chemicals\Fertilisers (inorganic)\Transformation -limestone and gypsum application, by spreader;processing;Agricultural\Transformation -limestone and gypsum application, by spreader;processing;Agricultural\Transformation -limestone production, crushed, for mill;material;Minerals\Transformation -limestone production, crushed, for mill;material;Minerals\Transformation -limestone production, crushed, for mill;material;Minerals\Transformation -limestone production, crushed, for mill;material;Minerals\Transformation -limestone production, crushed, washed;material;Minerals\Transformation -limestone production, crushed, washed;material;Minerals\Transformation -limestone production, crushed, washed;material;Minerals\Transformation -limestone quarry construction;material;Minerals\Transformation\Infrastructure -limestone quarry construction;material;Minerals\Transformation\Infrastructure -limestone quarry operation;material;Minerals\Transformation -limestone quarry operation;material;Minerals\Transformation -limestone quarry operation;material;Minerals\Transformation -limestone quarry operation;material;Minerals\Transformation -linerboard production, kraftliner;energy;Others\Obsolete -linerboard production, kraftliner;energy;Others\Obsolete -linerboard production, kraftliner;energy;Others\Obsolete -linerboard production, kraftliner;energy;Others\Obsolete -linerboard production, kraftliner;energy;Others\Obsolete -linerboard production, kraftliner;energy;Others\Obsolete -linerboard production, kraftliner;material;Others\Obsolete -linerboard production, kraftliner;material;Others\Obsolete -linerboard production, kraftliner;material;Others\Obsolete -linerboard production, kraftliner;material;Others\Obsolete -linerboard production, kraftliner;material;Others\Obsolete -linerboard production, kraftliner;material;Others\Obsolete -linerboard production, kraftliner;material;Others\Obsolete -linerboard production, kraftliner;material;Others\Obsolete -linerboard production, kraftliner;material;Others\Obsolete -linerboard production, kraftliner;material;Others\Obsolete -linerboard production, kraftliner;material;Others\Obsolete -linseed production;material;Agricultural\Plant production\Oil seeds\Transformation -linseed production;material;Agricultural\Plant production\Oil seeds\Transformation -linseed production;material;Agricultural\Plant production\Oil seeds\Transformation -linseed seed production, at farm;material;Agricultural\Plant seeds\Transformation -linseed seed production, at farm;material;Agricultural\Plant seeds\Transformation -linseed seed production, for sowing;material;Agricultural\Plant seeds\Transformation -linseed seed production, for sowing;material;Agricultural\Plant seeds\Transformation -liquefied petroleum gas production, petroleum refinery operation;material;Fuels\Oil\Propane/butane\Transformation -liquefied petroleum gas production, petroleum refinery operation;material;Fuels\Oil\Propane/butane\Transformation -liquefied petroleum gas production, petroleum refinery operation;material;Fuels\Oil\Propane/butane\Transformation -liquefied petroleum gas production, petroleum refinery operation;material;Fuels\Oil\Propane/butane\Transformation -liquefied petroleum gas production, petroleum refinery operation;material;Fuels\Oil\Propane/butane\Transformation -liquefied petroleum gas production, petroleum refinery operation;material;Fuels\Oil\Propane/butane\Transformation -liquefied petroleum gas production, petroleum refinery operation Europe without;material;Fuels\Oil\Propane/butane\Transformation -liquefied petroleum gas, import from Europe;material;Fuels\Oil\Propane/butane\Transformation -liquefied petroleum gas, import from unspecified;material;Fuels\Oil\Propane/butane\Transformation -liquefied petroleum gas, import from unspecified;material;Fuels\Oil\Propane/butane\Transformation -liquefied petroleum gas, import from unspecified;material;Fuels\Oil\Propane/butane\Transformation -liquefied petroleum gas, import from unspecified;material;Fuels\Oil\Propane/butane\Transformation -liquefied petroleum gas, import from unspecified Europe without;material;Fuels\Oil\Propane/butane\Transformation -liquid crystal display production, minor components, auxilliaries and assembly;material;Electronics\Module\Transformation -liquid crystal display production, unmounted;material;Electronics\Module\Transformation -liquid manure spreading, by vacuum tanker;processing;Agricultural\Transformation -liquid manure spreading, by vacuum tanker;processing;Agricultural\Transformation -liquid manure spreading, by vacuum tanker;processing;Agricultural\Transformation -liquid manure storage and processing facility construction;processing;Agricultural\Transformation\Infrastructure -liquid manure storage and processing facility construction;processing;Agricultural\Transformation\Infrastructure -liquid manure tank trailer production;transport;Road\Transformation\Infrastructure -liquid manure tank trailer production;transport;Road\Transformation\Infrastructure -liquid packaging board container production;material;Paper+ Board\Packagings\Transformation -liquid packaging board container production;material;Paper+ Board\Packagings\Transformation -liquid packaging board production;energy;Heat\Others\Transformation -liquid packaging board production;material;Paper+ Board\Board\Transformation -liquid storage tank production, chemicals, organics;material;Chemicals\Organic\Transformation\Infrastructure -liquid storage tank production, chemicals, organics;material;Chemicals\Organic\Transformation\Infrastructure -lithium brine inspissation;material;Chemicals\Inorganic\Transformation -lithium carbonate production, from concentrated brine;material;Chemicals\Inorganic\Transformation -lithium chloride production;material;Chemicals\Inorganic\Transformation -lithium fluoride production;material;Chemicals\Inorganic\Transformation -lithium fluoride production;material;Chemicals\Inorganic\Transformation -lithium hexafluorophosphate production;material;Chemicals\Inorganic\Transformation -lithium hexafluorophosphate production;material;Chemicals\Inorganic\Transformation -lithium hydroxide production;material;Others\Obsolete -lithium hydroxide production;material;Chemicals\Inorganic\Transformation -Lithium iron phosphate [lifepo4] {JP}| Cut-off,;transport;carculator\energy storage\lithium-ion battery -lithium manganese oxide production;material;Chemicals\Inorganic\Transformation -locomotive production;transport;Rail\Transformation\Infrastructure -locomotive production;transport;Rail\Transformation\Infrastructure -log, energy wood, split, measured as solid wood under bark, Recycled Content;material;Wood\Products\Transformation -long liner construction, steel;transport;Water\Market\Infrastructure -long liner construction, steel;transport;Water\Market\Infrastructure -long liner maintenance, steel;transport;Water\Market\Infrastructure -long liner maintenance, steel;transport;Water\Market\Infrastructure -lorry production, 16 metric ton;transport;Road\Transformation\Infrastructure -lorry production, 16 metric ton;transport;Road\Transformation\Infrastructure -lorry production, 28 metric ton;transport;Road\Transformation\Infrastructure -lorry production, 28 metric ton;transport;Road\Transformation\Infrastructure -lorry production, 40 metric ton;transport;Road\Transformation\Infrastructure -lorry production, 40 metric ton;transport;Road\Transformation\Infrastructure -lorry production, with refrigeration machine, carbon dioxide, liquid as;transport;Road\Transformation\Infrastructure -lorry production, with refrigeration machine, R134a as refrigerant, 16 metric;transport;Road\Transformation\Infrastructure -Low voltage system {GLO}| Cut-off,;transport;carculator\energy storage\lithium-ion battery -Lower retention {GLO}| Cut-off,;transport;carculator\energy storage\lithium-ion battery -lubricating oil production;material;Chemicals\Others\Transformation -lubricating oil production;material;Chemicals\Others\Transformation -machine construction, for treatment of waste electric and electronic equipment;processing;Waste\Transformation\Infrastructure -machine operation, diesel, < 18.64 kW, generators;transport;Building equipment\Transformation -machine operation, diesel, < 18.64 kW, high load factor;transport;Building equipment\Transformation -machine operation, diesel, < 18.64 kW, low load factor;transport;Building equipment\Transformation -machine operation, diesel, < 18.64 kW, steady-state;transport;Building equipment\Transformation -machine operation, diesel, < 18.64 kW, underground mining;transport;Building equipment\Transformation -machine operation, diesel, >= 18.64 kW and < 74.57 kW, generators;transport;Building equipment\Transformation -machine operation, diesel, >= 18.64 kW and < 74.57 kW, high load factor;transport;Building equipment\Transformation -machine operation, diesel, >= 18.64 kW and < 74.57 kW, low load factor;transport;Building equipment\Transformation -machine operation, diesel, >= 18.64 kW and < 74.57 kW, steady-state;transport;Building equipment\Transformation -machine operation, diesel, >= 18.64 kW and < 74.57 kW, underground mining;transport;Building equipment\Transformation -machine operation, diesel, >= 74.57 kW, generators;transport;Building equipment\Transformation -machine operation, diesel, >= 74.57 kW, high load factor;transport;Building equipment\Transformation -machine operation, diesel, >= 74.57 kW, low load factor;transport;Building equipment\Transformation -machine operation, diesel, >= 74.57 kW, steady-state;transport;Building equipment\Transformation -machine operation, diesel, >= 74.57 kW, underground mining;transport;Building equipment\Transformation -magnesium factory construction;material;Metals\Non ferro\Transformation\Infrastructure -magnesium factory construction;material;Metals\Non ferro\Transformation\Infrastructure -magnesium oxide production;material;Chemicals\Inorganic\Transformation -magnesium oxide production;material;Chemicals\Inorganic\Transformation -magnesium production, electrolysis;material;Chemicals\Gases\Liquified\Transformation -magnesium production, electrolysis;material;Chemicals\Gases\Liquified\Transformation -magnesium production, electrolysis;material;Metals\Non ferro\Transformation -magnesium production, electrolysis;material;Metals\Non ferro\Transformation -magnesium production, electrolysis;material;Chemicals\Fertilisers (inorganic)\Transformation -magnesium production, electrolysis;material;Chemicals\Fertilisers (inorganic)\Transformation -magnesium production, pidgeon process;material;Metals\Non ferro\Transformation -magnesium production, pidgeon process;material;Others\Obsolete -magnesium sulfate production;material;Chemicals\Inorganic\Transformation -magnesium sulfate production;material;Chemicals\Inorganic\Transformation -magnesium-alloy production, AZ91;material;Metals\Alloys\Transformation -magnesium-alloy production, AZ91;material;Metals\Alloys\Transformation -magnesium-alloy production, AZ91, diecasting;material;Metals\Alloys\Transformation -magnesium-alloy production, AZ91, diecasting;material;Metals\Alloys\Transformation -magnetite production;material;Metals\Non ferro\Transformation -maintenance, barge;transport;Water\Transformation\Infrastructure -maintenance, barge;transport;Water\Transformation\Infrastructure -maintenance, bicycle;transport;Road\Transformation\Infrastructure -maintenance, bicycle;transport;Road\Transformation\Infrastructure -maintenance, bulk carrier, for dry goods;transport;Water\Market\Infrastructure -maintenance, bus;transport;Road\Transformation\Infrastructure -maintenance, bus;transport;Road\Transformation\Infrastructure -maintenance, container ship;transport;Water\Market\Infrastructure -maintenance, electric bicycle;transport;Road\Transformation\Infrastructure -maintenance, electric bicycle;transport;Road\Transformation\Infrastructure -maintenance, electric scooter, without battery;transport;Road\Transformation\Infrastructure -maintenance, ferry;transport;Water\Market\Infrastructure -maintenance, freight ship, transoceanic;transport;Others\Obsolete -maintenance, freight ship, transoceanic;transport;Others\Obsolete -maintenance, goods wagon;transport;Rail\Transformation\Infrastructure -maintenance, goods wagon;transport;Rail\Transformation\Infrastructure -maintenance, heat and power co-generation unit, 160kW electrical;energy;Cogeneration\Gas\Transformation\Infrastructure -maintenance, heat and power co-generation unit, 160kW electrical;energy;Cogeneration\Gas\Transformation\Infrastructure -maintenance, intermodal shipping container, 20-foot;transport;Intermodal\Transformation\Infrastructure -maintenance, intermodal shipping container, 40-foot;transport;Intermodal\Transformation\Infrastructure -maintenance, intermodal shipping container, 40-foot, high-cube;transport;Intermodal\Transformation\Infrastructure -maintenance, intermodal shipping container, 45-foot, high-cube;transport;Intermodal\Transformation\Infrastructure -maintenance, light commercial vehicle;transport;Road\Transformation\Infrastructure -maintenance, light commercial vehicle;transport;Road\Transformation\Infrastructure -maintenance, locomotive;transport;Rail\Transformation\Infrastructure -maintenance, locomotive;transport;Rail\Transformation\Infrastructure -maintenance, lorry 16 metric ton;transport;Road\Transformation\Infrastructure -maintenance, lorry 16 metric ton;transport;Road\Transformation\Infrastructure -maintenance, lorry 16 metric ton Europe without;transport;Road\Transformation\Infrastructure -maintenance, lorry 28 metric ton;transport;Road\Transformation\Infrastructure -maintenance, lorry 28 metric ton;transport;Road\Transformation\Infrastructure -maintenance, lorry 40 metric ton;transport;Road\Transformation\Infrastructure -maintenance, lorry 40 metric ton;transport;Road\Transformation\Infrastructure -maintenance, micro gas turbine, 100kW electrical;energy;Cogeneration\Gas\Transformation\Infrastructure -maintenance, micro gas turbine, 100kW electrical;energy;Cogeneration\Gas\Transformation\Infrastructure -maintenance, mini CHP plant;energy;Cogeneration\Gas\Transformation\Infrastructure -maintenance, mini CHP plant;energy;Cogeneration\Gas\Transformation\Infrastructure -maintenance, motor scooter;transport;Road\Transformation\Infrastructure -maintenance, motor scooter;transport;Road\Transformation\Infrastructure -maintenance, passenger car;transport;Road\Transformation\Infrastructure -maintenance, passenger car;transport;Road\Transformation\Infrastructure -maintenance, passenger car, electric, without battery;transport;Road\Transformation\Infrastructure -maintenance, polymer electrolyte membrane fuel cell 2kW electrical;energy;Cogeneration\Gas\Transformation\Infrastructure -maintenance, polymer electrolyte membrane fuel cell 2kW electrical;energy;Cogeneration\Gas\Transformation\Infrastructure -maintenance, reefer, intermodal shipping container, 40-foot, high-cube;transport;Intermodal\Transformation\Infrastructure -maintenance, refrigeration machine;transport;Intermodal\Transformation\Infrastructure -maintenance, solid oxide fuel cell 125kW electrical, future;energy;Cogeneration\Gas\Transformation\Infrastructure -maintenance, solid oxide fuel cell 125kW electrical, future;energy;Cogeneration\Gas\Transformation\Infrastructure -maintenance, solid oxide fuel cell, with micro gas turbine, 180kW electrical,;energy;Cogeneration\Gas\Transformation\Infrastructure -maintenance, solid oxide fuel cell, with micro gas turbine, 180kW electrical,;energy;Cogeneration\Gas\Transformation\Infrastructure -maintenance, stirling heat and power co-generation unit, 3kW electrical, wood;energy;Cogeneration\Biomass\Transformation\Infrastructure -maintenance, stirling heat and power co-generation unit, 3kW electrical, wood;energy;Cogeneration\Biomass\Transformation\Infrastructure -maintenance, tanker, for liquefied natural gas;transport;Water\Market\Infrastructure -maintenance, tanker, for liquid goods other than petroleum and liquefied;transport;Water\Market\Infrastructure -maintenance, tanker, for petroleum;transport;Water\Market\Infrastructure -maintenance, train, passenger, high-speed;transport;Rail\Transformation\Infrastructure -maintenance, train, passenger, high-speed;transport;Rail\Transformation\Infrastructure -maintenance, train, passenger, long distance;transport;Rail\Transformation\Infrastructure -maintenance, train, passenger, long distance;transport;Rail\Transformation\Infrastructure -maintenance, train, passenger, regional;transport;Rail\Transformation\Infrastructure -maintenance, train, passenger, regional;transport;Rail\Transformation\Infrastructure -maintenance, tram;transport;Rail\Transformation\Infrastructure -maintenance, tram;transport;Rail\Transformation\Infrastructure -maize chop to generic market for energy feed;material;Agricultural\Animal feed\Market -maize chop to generic market for energy feed;material;Agricultural\Animal feed\Market -maize chop to generic market for energy feed;material;Agricultural\Animal feed\Market -maize chop to generic market for energy feed;material;Agricultural\Animal feed\Market -Maize cultivation, drying and storage {rer} | maize production europe | alloc;transport;carculator\biofuels\feedstock -maize grain processing, dry milling;material;Agricultural\Animal feed\Transformation -maize grain processing, dry milling;material;Agricultural\Animal feed\Transformation -maize grain processing, dry milling;material;Agricultural\Animal feed\Transformation -maize grain processing, dry milling;material;Agricultural\Animal feed\Transformation -maize grain processing, dry milling;material;Agricultural\Food\Transformation -maize grain processing, dry milling;material;Agricultural\Food\Transformation -maize grain production;material;Agricultural\Plant production\Cereals\Transformation -maize grain production;material;Agricultural\Plant production\Cereals\Transformation -maize grain production;material;Agricultural\Plant production\Cereals\Transformation -maize grain production;material;Agricultural\Plant production\Cereals\Transformation -maize grain production;material;Agricultural\Plant production\Cereals\Transformation -maize grain production;material;Agricultural\Plant production\Cereals\Transformation -maize grain production;material;Agricultural\Plant production\Cereals\Transformation -maize grain production;material;Agricultural\Plant production\Cereals\Transformation -maize grain production;material;Agricultural\Plant production\Cereals\Transformation -maize grain production;material;Agricultural\Plant production\Cereals\Transformation -maize grain production;material;Agricultural\Plant production\Cereals\Transformation -maize grain production, organic;material;Agricultural\Plant production\Cereals\Transformation -maize grain production, organic;material;Agricultural\Plant production\Cereals\Transformation -maize grain production, rainfed;material;Agricultural\Plant production\Cereals\Transformation -maize grain production, rainfed;material;Agricultural\Plant production\Cereals\Transformation -maize grain production, Swiss integrated production;material;Agricultural\Plant production\Cereals\Transformation -maize grain to generic market for energy feed;material;Agricultural\Animal feed\Market -maize grain to generic market for energy feed;material;Agricultural\Animal feed\Transformation -maize grain, feed production;material;Agricultural\Animal feed\Transformation -maize grain, feed production;material;Agricultural\Animal feed\Transformation -maize grain, feed production;material;Agricultural\Animal feed\Transformation -maize grain, feed production, organic;material;Agricultural\Animal feed\Transformation -maize grain, feed production, organic;material;Agricultural\Animal feed\Transformation -maize grain, feed production, Swiss integrated production;material;Agricultural\Animal feed\Transformation -maize grain, feed production, Swiss integrated production;material;Others\Obsolete -maize grain, feed to generic market for energy feed;material;Agricultural\Animal feed\Market -maize grain, feed to generic market for energy feed;material;Agricultural\Animal feed\Market -maize grain, feed to generic market for energy feed;material;Agricultural\Animal feed\Market -maize grain, feed to generic market for energy feed;material;Agricultural\Animal feed\Market -maize seed production, at farm;material;Agricultural\Plant seeds\Transformation -maize seed production, for sowing;material;Agricultural\Plant seeds\Transformation -maize seed production, organic, at farm;material;Agricultural\Plant seeds\Transformation -maize seed production, organic, at farm;material;Agricultural\Plant seeds\Transformation -maize seed production, organic, for sowing;material;Agricultural\Plant seeds\Transformation -maize seed production, organic, for sowing;material;Agricultural\Plant seeds\Transformation -maize seed production, Swiss integrated production, at farm;material;Agricultural\Plant seeds\Transformation -maize seed production, Swiss integrated production, for sowing;material;Agricultural\Plant seeds\Transformation -maize silage production;material;Agricultural\Animal feed\Transformation -maize silage production;material;Agricultural\Animal feed\Transformation -maize silage production;material;Agricultural\Animal feed\Transformation -maize silage production;material;Agricultural\Animal feed\Transformation -maize silage production, organic;material;Agricultural\Animal feed\Transformation -maize silage production, organic;material;Agricultural\Animal feed\Transformation -maize silage production, Swiss integrated production, intensive;material;Agricultural\Animal feed\Transformation -maize starch production;material;Agricultural\Food\Transformation -maize starch production;material;Agricultural\Food\Transformation -maleic anhydride production by catalytic oxidation of benzene;material;Chemicals\Organic\Transformation -maleic anhydride production by catalytic oxidation of benzene;material;Chemicals\Organic\Transformation -maleic anhydride production by catalytic oxidation of benzene;energy;Heat\Steam\Transformation -maleic anhydride production by catalytic oxidation of benzene;energy;Heat\Steam\Transformation -maleic anhydride production by direct oxidation of n-butane;material;Chemicals\Organic\Transformation -maleic anhydride production by direct oxidation of n-butane;material;Chemicals\Organic\Transformation -maleic anhydride production by direct oxidation of n-butane;energy;Heat\Steam\Transformation -maleic anhydride production by direct oxidation of n-butane;energy;Heat\Steam\Transformation -maleic unsaturated polyester resin production;material;Plastics\Thermosets\Transformation -maleic unsaturated polyester resin production;material;Plastics\Thermosets\Transformation -malusil production;material;Chemicals\Inorganic\Transformation -malusil production;material;Chemicals\Inorganic\Transformation -mancozeb production;material;Chemicals\Pesticides\Transformation -mancozeb production;material;Chemicals\Pesticides\Transformation -mandarin production;material;Agricultural\Plant production\Fruits\Transformation -mandarin production;material;Agricultural\Plant production\Fruits\Transformation -mandarin production;material;Agricultural\Plant production\Fruits\Transformation -mandarin production;material;Agricultural\Plant production\Fruits\Transformation -mandarin production, sorted and graded;material;Agricultural\Plant production\Fruits\Market -mandarin production, sorted and graded;material;Agricultural\Plant production\Fruits\Market -mandarin production, sorted and graded;material;Agricultural\Plant production\Fruits\Market -mandarin production, sorted and graded;material;Agricultural\Plant production\Fruits\Market -manganese concentrate production;material;Minerals\Transformation -manganese dioxide production;material;Chemicals\Inorganic\Transformation -manganese dioxide production;material;Chemicals\Inorganic\Transformation -manganese dioxide production;material;Others\Obsolete -manganese production;material;Metals\Non ferro\Transformation -manganese production;material;Metals\Non ferro\Transformation -manganese sulfate production;material;Chemicals\Inorganic\Transformation -manganese(III) oxide production;material;Chemicals\Inorganic\Transformation -manganese(III) oxide production;material;Chemicals\Inorganic\Transformation -mango production;material;Agricultural\Plant production\Fruits\Market -mango production;material;Agricultural\Plant production\Fruits\Market -mango production, conditioned, heat treatment;material;Agricultural\Plant production\Fruits\Market -mango production, conditioned, heat treatment;material;Agricultural\Plant production\Fruits\Market -mango production, conditioned, wax treatment;material;Agricultural\Plant production\Fruits\Market -mango production, conditioned, wax treatment;material;Agricultural\Plant production\Fruits\Market -mango seedling production, for planting;material;Agricultural\Plant seeds\Transformation -mango seedling production, for planting;material;Agricultural\Plant seeds\Transformation -Manifolds {GLO}| Cut-off,;transport;carculator\energy storage\lithium-ion battery -Mannheim process;material;Chemicals\Acids (inorganic)\Transformation -Mannheim process;material;Chemicals\Acids (inorganic)\Transformation -Mannheim process;material;Chemicals\Inorganic\Transformation -Mannheim process;material;Chemicals\Inorganic\Transformation -manual dismantling of used electric passenger car;processing;Others\Transformation -manual dismantling of used electric scooter;processing;Others\Transformation -manual dismantling of used passenger car with internal combustion engine;processing;Others\Transformation -manual treatment facility construction, waste electric and electronic equipment;processing;Waste\Transformation\Infrastructure -manure, liquid, cattle, Recycled Content cut-off;material;Chemicals\Fertilisers (organic)\Transformation -manure, liquid, swine, Recycled Content cut-off;material;Chemicals\Fertilisers (organic)\Transformation -manure, solid, cattle, Recycled Content cut-off;material;Chemicals\Fertilisers (organic)\Transformation -marine electric motor construction;transport;Water\Market\Infrastructure -marine engine construction;transport;Water\Market\Infrastructure -market for;material;Others\Obsolete -market for [sulfonyl]urea-compound;material;Chemicals\Pesticides\Market -market for [thio]carbamate-compound;material;Chemicals\Pesticides\Market -market for 1,1-difluoroethane, HFC-152a;material;Chemicals\Organic\Market -market for 1,1-dimethylcyclopentane;material;Chemicals\Organic\Market -market for 1-butanol;material;Chemicals\Organic\Market -market for 1-pentanol;material;Chemicals\Organic\Market -market for 1-propanol;material;Chemicals\Organic\Market -market for 2,3-dimethylbutan;material;Chemicals\Pesticides\Market -market for 2,4-dichlorophenol;material;Chemicals\Pesticides\Market -market for 2,4-dichlorotoluene;material;Chemicals\Pesticides\Market -market for 2,4-dinitrotoluene;material;Chemicals\Organic\Market -market for 2,4-di-tert-butylphenol;material;Chemicals\Organic\Market -market for 2,5-dimethylhexane-2,5-dihydroperoxide;material;Chemicals\Organic\Market -market for 2,6-di-tert-butylphenol;material;Chemicals\Organic\Market -market for 2-butanol;material;Others\Obsolete -market for 2-butanol;material;Chemicals\Organic\Market -market for 2-butanol;material;Chemicals\Organic\Market -market for 2-cyclopentone;material;Chemicals\Organic\Market -market for 2-methyl-1-butanol;material;Chemicals\Organic\Market -market for 2-methyl-2-butanol;material;Chemicals\Organic\Market -market for 2-methylpentane;material;Chemicals\Organic\Market -market for 2-nitroaniline;material;Chemicals\Organic\Market -market for 2-pyridinol;material;Chemicals\Organic\Market -market for 3-methyl-1-butanol;material;Chemicals\Organic\Market -market for 3-methyl-1-butyl acetate;material;Chemicals\Organic\Market -market for 3-methylpyridine;material;Chemicals\Organic\Market -market for 3-methylpyridine;material;Chemicals\Organic\Market -market for 4-methyl-2-pentanone;material;Chemicals\Organic\Market -market for 4-tert-butylbenzaldehyde;material;Chemicals\Organic\Market -market for 4-tert-butyltoluene;material;Others\Obsolete -market for 4-tert-butyltoluene;material;Chemicals\Organic\Market -market for 4-tert-butyltoluene;material;Chemicals\Organic\Market -market for absorption chiller, 100kW;energy;Cogeneration\Gas\Market\Infrastructure -market for acetaldehyde;material;Chemicals\Organic\Market -market for acetamide-anillide-compound, unspecified;material;Chemicals\Pesticides\Market -market for acetanilide;material;Chemicals\Organic\Market -market for acetic acid, without water, in 98% solution state;material;Chemicals\Acids (organic)\Market -market for acetic anhydride;material;Chemicals\Organic\Market -market for acetic anhydride;material;Others\Obsolete -market for acetic anhydride;material;Others\Obsolete -market for acetoacetic acid;material;Chemicals\Acids (organic)\Market -market for acetone cyanohydrin;material;Others\Obsolete -market for acetone cyanohydrin;material;Chemicals\Organic\Market -market for acetone cyanohydrin;material;Chemicals\Organic\Market -market for acetone, liquid;material;Others\Obsolete -market for acetone, liquid;material;Chemicals\Organic\Market -market for acetone, liquid;material;Chemicals\Organic\Market -market for acetonitrile;material;Chemicals\Organic\Market -market for acetyl chloride;material;Chemicals\Acids (organic)\Market -market for acetylene;material;Others\Obsolete -market for acetylene;material;Chemicals\Organic\Market -market for acetylene;material;Chemicals\Organic\Market -market for aclonifen;material;Chemicals\Pesticides\Market -market for acrolein;material;Chemicals\Organic\Market -market for acrylic acid;material;Others\Obsolete -market for acrylic acid;material;Chemicals\Acids (organic)\Market -market for acrylic acid;material;Chemicals\Acids (organic)\Market -market for acrylic binder, without water, in 34% solution state;material;Others\Obsolete -market for acrylic binder, without water, in 34% solution state;material;Chemicals\Organic\Market -market for acrylic binder, without water, in 34% solution state;material;Chemicals\Organic\Market -market for acrylic dispersion, without water, in 65% solution state;material;Others\Obsolete -market for acrylic dispersion, without water, in 65% solution state;material;Chemicals\Organic\Market -market for acrylic dispersion, without water, in 65% solution state;material;Chemicals\Organic\Market -market for acrylic filler;material;Others\Obsolete -market for acrylic filler;material;Construction\Coverings\Market -market for acrylic filler;material;Construction\Coverings\Market -market for acrylic varnish, without water, in 87.5% solution state;material;Others\Obsolete -market for acrylic varnish, without water, in 87.5% solution state;material;Construction\Paints\Market -market for acrylic varnish, without water, in 87.5% solution state;material;Construction\Paints\Market -market for acrylonitrile;material;Chemicals\Organic\Market -market for acrylonitrile-butadiene-styrene copolymer;material;Plastics\Rubbers\Market -market for activated bentonite;material;Chemicals\Inorganic\Market -market for activated carbon, granular;material;Chemicals\Organic\Market -market for activated silica;material;Chemicals\Inorganic\Market -market for adhesive mortar;material;Construction\Binders\Market -market for adhesive, for metal;material;Others\Obsolete -market for adhesive, for metal;material;Chemicals\Others\Market -market for adhesive, for metal;material;Chemicals\Others\Market -market for adipic acid;material;Chemicals\Acids (organic)\Market -market for agricultural machinery, tillage;processing;Agricultural\Market\Infrastructure -market for agricultural machinery, unspecified;processing;Agricultural\Market\Infrastructure -market for agricultural trailer;transport;Road\Market\Infrastructure -market for air compressor, screw-type compressor, 300kW;processing;Compressed air\Market\Infrastructure -market for air compressor, screw-type compressor, 4kW;processing;Compressed air\Market\Infrastructure -market for air distribution terminal panel, steel, 120 m3/h;material;Construction\Ventilation\Market -market for air filter, central unit, 600 m3/h;material;Construction\Ventilation\Market -market for air filter, decentralized unit, 180-250 m3/h;material;Construction\Ventilation\Market -market for air filter, decentralized unit, 250 m3/h;material;Construction\Ventilation\Market -market for air filter, in exhaust air valve;material;Construction\Ventilation\Market -market for air input/output unit, heat and power co-generation unit, 160kW;energy;Cogeneration\Gas\Market\Infrastructure -market for air separation facility;material;Chemicals\Gases\Market\Infrastructure -market for aircraft, belly freight, long haul;transport;Air\Market\Infrastructure -market for aircraft, belly freight, medium haul;transport;Air\Market\Infrastructure -market for aircraft, belly freight, short haul;transport;Air\Market\Infrastructure -market for aircraft, belly freight, very short haul;transport;Air\Market\Infrastructure -market for aircraft, dedicated freight, long haul;transport;Air\Market\Infrastructure -market for aircraft, dedicated freight, medium haul;transport;Air\Market\Infrastructure -market for aircraft, dedicated freight, short haul;transport;Air\Market\Infrastructure -market for aircraft, dedicated freight, very short haul;transport;Air\Market\Infrastructure -market for aircraft, long haul;transport;Others\Obsolete -market for aircraft, medium haul;transport;Others\Obsolete -market for aircraft, passenger, long haul;transport;Air\Market\Infrastructure -market for aircraft, passenger, medium haul;transport;Air\Market\Infrastructure -market for aircraft, passenger, short haul;transport;Air\Market\Infrastructure -market for aircraft, passenger, very short haul;transport;Air\Market\Infrastructure -market for airport;transport;Air\Market\Infrastructure -market for alfalfa-grass mixture, Swiss integrated production;material;Agricultural\Plant production\Roughage\Market -market for alfalfa-grass silage;material;Agricultural\Plant production\Roughage\Market -market for alkyd paint, white, without solvent, in 60% solution state;material;Others\Obsolete -market for alkyd paint, white, without solvent, in 60% solution state;material;Construction\Paints\Market -market for alkyd paint, white, without solvent, in 60% solution state;material;Construction\Paints\Market -market for alkyd paint, white, without water, in 60% solution state;material;Others\Obsolete -market for alkyd paint, white, without water, in 60% solution state;material;Construction\Paints\Market -market for alkyd paint, white, without water, in 60% solution state;material;Construction\Paints\Market -market for alkyd resin, long oil, without solvent, in 70% white spirit solution;material;Others\Obsolete -market for alkyd resin, long oil, without solvent, in 70% white spirit solution;material;Chemicals\Organic\Market -market for alkyd resin, long oil, without solvent, in 70% white spirit solution;material;Chemicals\Organic\Market -market for alkyl sulphate (C12-14);material;Chemicals\Organic\Market -market for alkylbenzene sulfonate, linear, petrochemical;material;Chemicals\Washing agents\Tensides\Market -market for alkylbenzene, linear;material;Chemicals\Organic\Market -market for alkylketene dimer sizing agent, for paper production;material;Others\Obsolete -market for alkylketene dimer sizing agent, for paper production;material;Chemicals\Others\Market -market for alkylketene dimer sizing agent, for paper production;material;Chemicals\Others\Market -market for allyl chloride;material;Others\Obsolete -market for allyl chloride;material;Chemicals\Organic\Market -market for allyl chloride;material;Chemicals\Organic\Market -market for almond;material;Agricultural\Food\Market -market for alpha-naphthol;material;Chemicals\Organic\Market -market for alpha-picoline;material;Chemicals\Organic\Market -market for aluminium alloy, AlLi;material;Metals\Alloys\Market -market for aluminium alloy, AlMg3;material;Metals\Alloys\Market -market for aluminium alloy, metal matrix composite;material;Metals\Alloys\Market -market for aluminium around steel bi-metal stranded cable, 3x3.67mm external;material;Metals\Alloys\Market -market for aluminium around steel bi-metal wire, 3.67mm external diameter;material;Metals\Alloys\Market -market for aluminium casting facility;material;Metals\Non ferro\Market\Infrastructure -market for aluminium chloride;material;Chemicals\Inorganic\Market -market for aluminium electrolysis facility;material;Metals\Non ferro\Market\Infrastructure -market for aluminium fluoride;material;Chemicals\Inorganic\Market -market for aluminium hydroxide;material;Chemicals\Inorganic\Market -market for aluminium hydroxide factory;material;Metals\Non ferro\Market\Infrastructure -market for aluminium in car shredder residue;waste treatment;Metals -market for aluminium in car shredder residue;waste treatment;Others\Obsolete -market for aluminium in car shredder residue;waste treatment;Metals -market for aluminium melting furnace;material;Metals\Non ferro\Market\Infrastructure -market for aluminium oxide;material;Others\Obsolete -market for aluminium oxide factory;material;Chemicals\Inorganic\Market\Infrastructure -market for aluminium oxide, metallurgical;material;Chemicals\Inorganic\Market -market for aluminium oxide, metallurgical IAI Area, EU27 &;material;Chemicals\Inorganic\Market -market for aluminium oxide, non-metallurgical;material;Chemicals\Inorganic\Market -market for aluminium oxide, non-metallurgical IAI Area, EU27 &;material;Chemicals\Inorganic\Market -market for aluminium removed by drilling, computer numerical controlled;processing;Metals\Chipping\Market -market for aluminium removed by drilling, conventional;processing;Metals\Chipping\Market -market for aluminium removed by milling, average;processing;Metals\Chipping\Market -market for aluminium removed by milling, dressing;processing;Metals\Chipping\Market -market for aluminium removed by milling, large parts;processing;Metals\Chipping\Market -market for aluminium removed by milling, small parts;processing;Metals\Chipping\Market -market for aluminium removed by turning, average, computer numerical controlled;processing;Metals\Chipping\Market -market for aluminium removed by turning, average, conventional;processing;Metals\Chipping\Market -market for aluminium removed by turning, primarily dressing, computer numerical;processing;Metals\Chipping\Market -market for aluminium removed by turning, primarily dressing, conventional;processing;Metals\Chipping\Market -market for aluminium removed by turning, primarily roughing, computer numerical;processing;Metals\Chipping\Market -market for aluminium removed by turning, primarily roughing, conventional;processing;Metals\Chipping\Market -market for aluminium scrap, new;waste treatment;Metals\Market -market for aluminium scrap, new;waste treatment;Metals\Market -market for aluminium scrap, post-consumer;waste treatment;Metals\Market -market for aluminium scrap, post-consumer, prepared for melting;waste treatment;Metals\Market -market for aluminium sulfate, powder;material;Others\Obsolete -market for aluminium sulfate, powder;material;Chemicals\Inorganic\Market -market for aluminium sulfate, powder;material;Chemicals\Inorganic\Market -market for aluminium sulfate, without water, in 4.33% aluminium solution state;material;Chemicals\Inorganic\Market -market for aluminium, cast alloy;material;Metals\Alloys\Market -market for aluminium, primary, cast alloy slab from continuous casting;material;Metals\Non ferro\Market -market for aluminium, primary, ingot;material;Others\Obsolete -market for aluminium, primary, ingot;material;Metals\Non ferro\Market -market for aluminium, primary, ingot IAI Area, EU27 &;material;Metals\Non ferro\Market -market for aluminium, primary, liquid;material;Metals\Non ferro\Market -market for aluminium, wrought alloy;material;Metals\Alloys\Market -market for amine oxide;material;Chemicals\Organic\Market -market for aminopyridine;material;Others\Obsolete -market for aminopyridine;material;Chemicals\Organic\Market -market for aminopyridine;material;Chemicals\Organic\Market -market for ammonia, liquid;material;Chemicals\Inorganic\Market -market for ammonia, liquid;material;Chemicals\Inorganic\Market -market for ammonium bicarbonate;material;Others\Obsolete -market for ammonium bicarbonate;material;Chemicals\Inorganic\Market -market for ammonium bicarbonate;material;Chemicals\Inorganic\Market -market for ammonium carbonate;material;Others\Obsolete -market for ammonium carbonate;material;Chemicals\Organic\Market -market for ammonium carbonate;material;Chemicals\Organic\Market -market for ammonium chloride;material;Chemicals\Inorganic\Market -market for ammonium nitrate, as N;material;Chemicals\Fertilisers (inorganic)\Market -market for ammonium nitrite;material;Chemicals\Pesticides\Market -market for ammonium sulfate, as N;material;Chemicals\Fertilisers (inorganic)\Market -market for ammonium thiocyanate;material;Chemicals\Organic\Market -market for anaerobic digestion plant, agricultural;material;Chemicals\Others\Market\Infrastructure -market for anaerobic digestion plant, agriculture, with methane recovery;material;Chemicals\Others\Market\Infrastructure -market for anaerobic digestion plant, for biowaste;material;Chemicals\Others\Market\Infrastructure -market for anaerobic digestion plant, for sewage sludge;material;Chemicals\Others\Market\Infrastructure -market for anhydrite;material;Chemicals\Inorganic\Market -market for anhydrite floor;material;Construction\Coverings\Market -market for anhydrite rock;material;Chemicals\Inorganic\Market -market for anhydrite rock;material;Others\Obsolete -market for anhydrite rock;material;Chemicals\Inorganic\Market -market for anhydrite, burned;material;Chemicals\Inorganic\Market -market for aniline;material;Others\Obsolete -market for aniline;material;Chemicals\Organic\Market -market for aniline;material;Chemicals\Organic\Market -market for anionic resin;material;Others\Obsolete -market for anionic resin;material;Chemicals\Others\Market -market for anionic resin;material;Chemicals\Others\Market -market for anode factory;material;Metals\Extraction\Market\Infrastructure -market for anode refinery;material;Metals\Extraction\Market\Infrastructure -market for anode slime, silver and tellurium containing stockpiling;material;Metals\Extraction\Market -market for anode slime, silver and tellurium containing, from primary copper;material;Metals\Extraction\Market -market for anode, for metal electrolysis;material;Metals\Extraction\Market -market for anode, graphite, for lithium-ion battery;material;Electronics\Component\Market -market for anode, paste, for aluminium electrolysis;material;Metals\Extraction\Market -market for anode, prebake, for aluminium electrolysis;material;Metals\Extraction\Market -market for anodising, aluminium sheet;processing;Metals\Coating\Market -market for anthranilic acid;material;Chemicals\Acids (organic)\Market -market for anthraquinone;material;Chemicals\Organic\Market -market for antifouling paint emissions;waste treatment;Transport\Market -market for antimony;material;Metals\Non ferro\Market -market for anti-reflex-coating, etching, solar glass;processing;Glass\Market -market for apple;material;Agricultural\Plant production\Fruits\Market -market for application of plant protection product, by field sprayer;processing;Others\Obsolete -market for application of plant protection product, by field sprayer;processing;Agricultural\Market -market for application of plant protection product, by field sprayer;processing;Others\Obsolete -market for apricot;material;Agricultural\Plant production\Fruits\Market -market for argon, crude, liquid;material;Chemicals\Gases\Liquified\Market -market for argon, liquid;material;Others\Obsolete -market for argon, liquid;material;Chemicals\Gases\Liquified\Market -market for argon, liquid;material;Chemicals\Gases\Liquified\Market -market for arsine;material;Chemicals\Inorganic\Market -market for asbestos, crysotile type;material;Minerals\Market -market for ascorbic acid;material;Chemicals\Acids (organic)\Market -market for ash from deinking sludge;waste treatment;Others\Market -market for ash from deinking sludge;waste treatment;Others\Obsolete -market for ash from deinking sludge;waste treatment;Others\Market -market for ash from paper production sludge;waste treatment;Others\Market -market for ash from paper production sludge;waste treatment;Others\Obsolete -market for ash from paper production sludge;waste treatment;Others\Market -market for ash from paper production sludge Europe without;waste treatment;Others\Market -market for ash, from combustion of bagasse from sugar cane;waste treatment;Others\Obsolete -market for ash, from combustion of bagasse from sugarcane;processing;Waste\Market -market for asparagus seedling, for planting;material;Agricultural\Plant seeds\Market -market for assembly of generator and motor, auxilliaries and energy use, for;processing;Electronics\Market -market for assembly of generator and motor, auxilliaries and energy use, heat;processing;Electronics\Market -market for assembly of liquid crystal display, auxilliaries and energy use;processing;Electronics\Market -market for atrazine;material;Chemicals\Pesticides\Market -market for aubergine;material;Agricultural\Plant production\Fruits\Market -market for autoclaved aerated concrete block;material;Construction\Concrete\Market -market for autoclaved aerated concrete block;material;Others\Obsolete -market for autoclaved aerated concrete block;material;Construction\Concrete\Market -market for autoclaved aerated concrete block;material;Construction\Concrete\Market -market for auxiliary heating unit, electric, 5kW;energy;Heat\Solar\Market\Infrastructure -market for average incineration residue;waste treatment;Landfill\Residual material landfill\Market -market for average incineration residue;waste treatment;Others\Obsolete -market for average incineration residue;waste treatment;Landfill\Residual material landfill\Market -market for azodicarbonamide;material;Chemicals\Inorganic\Market -market for backlight, for liquid crystal display;material;Electronics\Component\Market -market for bagasse, from;material;Others\Obsolete -market for bagasse, from sugarcane;waste treatment;Biowaste\Market -market for bagasse, from sugarcane;waste treatment;Biowaste\Market -market for bagasse, from sugarcane;waste treatment;Biowaste\Market -market for bagasse, from sweet sorghum;waste treatment;Biowaste\Market -market for bale loading;processing;Agricultural\Market -market for baling;processing;Agricultural\Market -market for banana;material;Agricultural\Plant production\Fruits\Market -market for barge;transport;Water\Market\Infrastructure -market for barge tanker;transport;Water\Market\Infrastructure -market for barite;material;Chemicals\Inorganic\Market -market for barium carbonate;material;Chemicals\Inorganic\Market -market for barium hydroxide;material;Chemicals\Inorganic\Market -market for barium oxide;material;Chemicals\Inorganic\Market -market for barium sulfide;material;Chemicals\Inorganic\Market -market for bark;waste treatment;Wood\Transformation -market for bark chips, wet, measured as dry mass;material;Wood\Byproducts\Market -market for barley grain;material;Agricultural\Plant production\Cereals\Market -market for barley grain, feed;material;Agricultural\Animal feed\Market -market for barley grain, feed, organic;material;Agricultural\Animal feed\Market -market for barley grain, feed, Swiss integrated production;material;Agricultural\Animal feed\Market -market for barley grain, organic;material;Agricultural\Plant production\Cereals\Market -market for barley grain, Swiss integrated production;material;Agricultural\Plant production\Cereals\Market -market for barley seed, for sowing;material;Agricultural\Plant seeds\Market -market for barley seed, organic, for sowing;material;Agricultural\Plant seeds\Market -market for barley seed, Swiss integrated production, for sowing;material;Agricultural\Plant seeds\Market -market for barley seed, Swiss integrated production, for sowing;material;Others\Obsolete -market for basalt;material;Minerals\Market -market for base oil;material;Fuels\Oil\Crude oil\Market -market for base plaster;material;Construction\Coverings\Market -market for basic oxygen furnace waste;waste treatment;Others\Market -market for batch dyeing, fibre, cotton;processing;Textiles\Market -market for battery cell, Li-ion;material;Electronics\Module\Market -market for battery separator;material;Electronics\Component\Market -market for battery, Li-ion, rechargeable, prismatic;material;Electronics\Module\Market -market for battery, NaCl;material;Electronics\Module\Market -market for battery, NiMH, rechargeable, prismatic;material;Electronics\Module\Market -market for bauxite;material;Minerals\Market -market for bauxite, without water;material;Others\Obsolete -market for beet seed, Swiss integrated production, for sowing;material;Agricultural\Plant seeds\Market -market for bell pepper;material;Agricultural\Plant production\Vegetables\Market -market for bentonite;material;Minerals\Market -market for bentonite quarry infrastructure;material;Minerals\Market\Infrastructure -market for benzal chloride;material;Others\Obsolete -market for benzal chloride;material;Chemicals\Organic\Market -market for benzal chloride;material;Chemicals\Organic\Market -market for benzaldehyde;material;Others\Obsolete -market for benzaldehyde;material;Chemicals\Organic\Market -market for benzaldehyde;material;Chemicals\Organic\Market -market for benzaldehyde-2-sulfonic acid;material;Chemicals\Acids (organic)\Market -market for benzene;material;Chemicals\Organic\Market -market for benzimidazole-compound;material;Chemicals\Pesticides\Market -market for benzo[thia]diazole-compound;material;Chemicals\Pesticides\Market -market for benzoic acid;material;Others\Obsolete -market for benzoic acid;material;Chemicals\Acids (organic)\Market -market for benzoic acid;material;Chemicals\Acids (organic)\Market -market for benzoic-compound;material;Chemicals\Pesticides\Market -market for benzyl alcohol;material;Chemicals\Organic\Market -market for benzyl chloride;material;Others\Obsolete -market for benzyl chloride;material;Chemicals\Organic\Market -market for benzyl chloride;material;Chemicals\Organic\Market -market for beverage carton converting;processing;Cardboard\Market -market for bicycle;transport;Road\Market\Infrastructure -market for bilge oil;waste treatment;Others\Market -market for bilge oil;waste treatment;Others\Obsolete -market for bilge oil;waste treatment;Others\Market -market for bilge oil Europe without;waste treatment;Others\Market -market for biogas;material;Fuels\Biofuels\Biogas\Market -market for biogas;processing;Others\Obsolete -market for biogas;material;Fuels\Biofuels\Biogas\Market -market for biogas, from grass;material;Fuels\Biofuels\Biogas\Market -market for biogas, from grass;material;Others\Obsolete -market for biogas, from grass;material;Others\Obsolete -market for biowaste;waste treatment;Biowaste\Market -market for biowaste;waste treatment;Biowaste\Market -market for biowaste, garden waste;waste treatment;Biowaste\Market -market for biowaste, kitchen and garden waste;waste treatment;Biowaste\Market -market for bipyridylium-compound;material;Chemicals\Pesticides\Market -market for bisphenol A epoxy based vinyl ester resin;material;Chemicals\Organic\Market -market for bisphenol A, powder;material;Chemicals\Organic\Market -market for bitumen adhesive compound, cold;material;Construction\Sealing\Market -market for bitumen adhesive compound, hot;material;Construction\Sealing\Market -market for bitumen seal;material;Construction\Sealing\Market -market for bitumen seal, Alu80;material;Construction\Sealing\Market -market for bitumen seal, polymer EP4 flame retardant;material;Construction\Sealing\Market -market for bitumen seal, V60;material;Construction\Sealing\Market -market for bitumen seal, VA4;material;Construction\Sealing\Market -market for blast furnace;material;Metals\Ferro\Market\Infrastructure -market for blast furnace gas;waste treatment;Power Plant\Market -market for blast furnace slag;waste treatment;Others\Market -market for blast oxygen furnace converter;material;Metals\Ferro\Market\Infrastructure -market for blasting;processing;Others\Market -market for bleaching and dyeing, yarn;processing;Textiles\Market -market for bleaching, textile;processing;Textiles\Market -market for blister-copper conversion facility;material;Metals\Non ferro\Market\Infrastructure -market for blow moulding;processing;Plastics\Market -market for blower and heat exchange unit, Avent E 97;material;Construction\Ventilation\Market -market for blower and heat exchange unit, central, 600-1200 m3/h;material;Construction\Ventilation\Market -market for blower and heat exchange unit, decentralized, 180-250 m3/h;material;Construction\Ventilation\Market -market for blower and heat exchange unit, GE 250 RH;material;Construction\Ventilation\Market -market for blower and heat exchange unit, KWL 250;material;Construction\Ventilation\Market -market for blower and heat exchange unit, KWLC 1200;material;Construction\Ventilation\Market -market for blower and heat exchange unit, Storkair G 90;material;Construction\Ventilation\Market -market for blower and heat exchange unit, Twl-700;material;Construction\Ventilation\Market -market for borax, anhydrous, powder;material;Chemicals\Inorganic\Market -market for borehole heat exchanger, 150m;energy;Heat\Heat pump\Market\Infrastructure -market for boric acid, anhydrous, powder;material;Chemicals\Acids (inorganic)\Market -market for boric oxide;material;Chemicals\Inorganic\Market -market for boron carbide;material;Chemicals\Inorganic\Market -market for boron trifluoride;material;Chemicals\Inorganic\Market -market for brake wear emissions, lorry;waste treatment;Transport\Market -market for brake wear emissions, passenger car;waste treatment;Transport\Market -market for brass;material;Metals\Non ferro\Market -market for brass;material;Others\Obsolete -market for brass;material;Metals\Non ferro\Market -market for brass removed by drilling, computer numerical controlled;processing;Metals\Chipping\Market -market for brass removed by drilling, conventional;processing;Metals\Chipping\Market -market for brass removed by turning, average, computer numerical controlled;processing;Metals\Chipping\Market -market for brass removed by turning, average, conventional;processing;Metals\Chipping\Market -market for brass removed by turning, primarily dressing, computer numerical;processing;Metals\Chipping\Market -market for brass removed by turning, primarily dressing, conventional;processing;Metals\Chipping\Market -market for brass removed by turning, primarily roughing, computer numerical;processing;Metals\Chipping\Market -market for brass removed by turning, primarily roughing, conventional;processing;Metals\Chipping\Market -market for brazing solder, cadmium free;processing;Metals\Chipping\Market -market for breadcrumbs;material;Agricultural\Food\Market -market for brick;material;Others\Obsolete -market for brick production facility;material;Construction\Bricks\Market\Infrastructure -market for brick shale;material;Others\Obsolete -market for broccoli;material;Agricultural\Plant production\Vegetables\Market -market for bromine;material;Chemicals\Inorganic\Market -market for bromopropane;material;Chemicals\Organic\Market -market for bronze;material;Metals\Non ferro\Market -market for bronze scrap, post-consumer;waste treatment;Metals\Transformation -market for building machine;transport;Building equipment\Market\Infrastructure -market for building operation, budget hotel;use;Tourism\Hotels\Market -market for building operation, hostel;use;Tourism\Hotels\Market -market for building operation, luxury hotel;use;Tourism\Hotels\Market -market for building operation, upmarket hotel;use;Tourism\Hotels\Market -market for building, budget hotel;use;Tourism\Hotels\Market\Infrastructure -market for building, hall;material;Construction\Others\Market\Infrastructure -market for building, hall, steel construction;material;Construction\Others\Market\Infrastructure -market for building, hall, wood construction;material;Construction\Others\Market\Infrastructure -market for building, hostel;use;Tourism\Hotels\Market\Infrastructure -market for building, luxury hotel;use;Tourism\Hotels\Market\Infrastructure -market for building, multi-storey;material;Construction\Others\Market\Infrastructure -market for building, upmarket hotel;use;Tourism\Hotels\Market\Infrastructure -market for bulk carrier, for dry goods;transport;Water\Market\Infrastructure -market for bulk lead-zinc concentrate;material;Minerals\Market -market for bundle, energy wood, measured as dry mass;material;Wood\Extraction\Market -market for burnt shale;material;Chemicals\Inorganic\Market -market for bus;transport;Road\Market\Infrastructure -market for butadiene;material;Others\Obsolete -market for butadiene;material;Chemicals\Organic\Market -market for butadiene;material;Chemicals\Organic\Market -market for butane;material;Chemicals\Organic\Market -market for butane-1,4-diol;material;Chemicals\Organic\Market -market for butene, mixed;material;Others\Obsolete -market for butene, mixed;material;Chemicals\Organic\Market -market for butene, mixed;material;Chemicals\Organic\Market -market for butter, from cow milk;material;Agricultural\Food\Market -market for buttermilk, from cow milk;material;Agricultural\Food\Market -market for butyl acetate;material;Others\Obsolete -market for butyl acetate;material;Chemicals\Organic\Market -market for butyl acetate;material;Chemicals\Organic\Market -market for butyl acrylate;material;Others\Obsolete -market for butyl acrylate;material;Chemicals\Organic\Market -market for butyl acrylate;material;Chemicals\Organic\Market -market for butyldiglycol acetate;material;Chemicals\Organic\Market -market for butyrolactone;material;Others\Obsolete -market for butyrolactone;material;Chemicals\Organic\Market -market for butyrolactone;material;Chemicals\Organic\Market -market for C3 hydrocarbon mixture;material;Chemicals\Organic\Market -market for cabbage red;material;Agricultural\Plant production\Vegetables\Market -market for cabbage white;material;Agricultural\Plant production\Vegetables\Market -market for cable yarder with sled winch;material;Electronics\Component\Market -market for cable yarding;transport;Building equipment\Market -market for cable, connector for computer, without plugs;material;Electronics\Component\Market -market for cable, data cable in infrastructure;material;Electronics\Component\Market -market for cable, network cable, category 5, without plugs;material;Electronics\Component\Market -market for cable, printer cable, without plugs;material;Electronics\Component\Market -market for cable, ribbon cable, 20-pin, with plugs;material;Electronics\Component\Market -market for cable, three-conductor cable;material;Electronics\Component\Market -market for cable, unspecified;material;Electronics\Component\Market -market for cadmium;material;Metals\Non ferro\Market -market for cadmium chloride, semiconductor-grade;material;Chemicals\Inorganic\Market -market for cadmium sludge from zinc electrolysis;material;Metals\Non ferro\Market -market for cadmium sludge from zinc electrolysis stockpiling;material;Metals\Non ferro\Market -market for cadmium sulfide, semiconductor-grade;material;Chemicals\Inorganic\Market -market for cadmium telluride, semiconductor-grade;material;Chemicals\Inorganic\Market -market for cadmium, semiconductor-grade;material;Metals\Non ferro\Market -market for calcareous marl;material;Chemicals\Inorganic\Market -market for calcined clay;material;Chemicals\Inorganic\Market -market for calcined clay;material;Chemicals\Inorganic\Market -market for calcium borates;material;Chemicals\Inorganic\Market -market for calcium carbide, technical grade;material;Others\Obsolete -market for calcium carbide, technical grade;material;Chemicals\Inorganic\Market -market for calcium carbide, technical grade;material;Chemicals\Inorganic\Market -market for calcium carbonate, precipitated;material;Others\Obsolete -market for calcium carbonate, precipitated;material;Chemicals\Inorganic\Market -market for calcium carbonate, precipitated;material;Chemicals\Inorganic\Market -market for calcium chloride;material;Others\Obsolete -market for calcium chloride;material;Chemicals\Inorganic\Market -market for calcium chloride;material;Chemicals\Inorganic\Market -market for calcium nitrate;material;Chemicals\Fertilisers (inorganic)\Market -market for calendering, rigid sheets;processing;Plastics\Market -market for canal;transport;Water\Market\Infrastructure -market for capacitor, auxilliaries and energy use;material;Electronics\Component\Market -market for capacitor, electrolyte type, < 2cm height;material;Electronics\Component\Market -market for capacitor, electrolyte type, > 2cm height;material;Electronics\Component\Market -market for capacitor, film type, for through-hole mounting;material;Electronics\Component\Market -market for capacitor, for surface-mounting;material;Electronics\Component\Market -market for capacitor, tantalum-, for through-hole mounting;material;Electronics\Component\Market -market for captan;material;Chemicals\Pesticides\Market -market for carbon black;material;Chemicals\Organic\Market -market for carbon dioxide, liquid;material;Chemicals\Gases\Liquified\Market -market for carbon dioxide, liquid;material;Chemicals\Gases\Liquified\Market -market for carbon disulfide;material;Chemicals\Organic\Market -market for carbon fibre reinforced plastic, injection moulded;material;Plastics\Thermoplasts\Market -market for carbon monoxide;material;Chemicals\Gases\Market -market for carbon monoxide;material;Chemicals\Gases\Market -market for carbon tetrachloride;material;Others\Obsolete -market for carbon tetrachloride;material;Chemicals\Organic\Market -market for carbon tetrachloride;material;Chemicals\Organic\Market -market for carboxymethyl cellulose, powder;material;Chemicals\Washing agents\Auxiliaries\Market -market for carrot;material;Agricultural\Plant production\Roots and Tubers\Market -market for carrot seed, for sowing;material;Agricultural\Plant seeds\Market -market for carrot seed, Swiss integrated production, at farm;material;Agricultural\Plant seeds\Transformation -market for carton board box production, with gravure printing;processing;Cardboard\Market -market for carton board box production, with offset printing;processing;Cardboard\Market -market for cashew;material;Agricultural\Food\Transformation -market for cast iron;material;Metals\Ferro\Market -market for cast iron removed by drilling, computer numerical controlled;processing;Metals\Chipping\Market -market for cast iron removed by drilling, conventional;processing;Metals\Chipping\Market -market for cast iron removed by milling, average;processing;Metals\Chipping\Market -market for cast iron removed by milling, dressing;processing;Metals\Chipping\Market -market for cast iron removed by milling, large parts;processing;Metals\Chipping\Market -market for cast iron removed by milling, small parts;processing;Metals\Chipping\Market -market for cast iron removed by turning, average, computer numerical controlled;processing;Metals\Chipping\Market -market for cast iron removed by turning, average, conventional;processing;Metals\Chipping\Market -market for cast iron removed by turning, primarily dressing, computer numerical;processing;Metals\Chipping\Market -market for cast iron removed by turning, primarily dressing, conventional;processing;Metals\Chipping\Market -market for cast iron removed by turning, primarily roughing, computer numerical;processing;Metals\Chipping\Market -market for cast iron removed by turning, primarily roughing, conventional;processing;Metals\Chipping\Market -market for casting, aluminium, lost-wax;processing;Metals\Chipless shaping\Market -market for casting, brass;processing;Metals\Chipless shaping\Market -market for casting, bronze;processing;Metals\Chipless shaping\Market -market for casting, steel, lost-wax;processing;Metals\Chipless shaping\Market -market for castor bean;material;Agricultural\Plant production\Legumes\Market -market for catalytic converter, oxidation, 20 litre;energy;Cogeneration\Oil\Market\Infrastructure -market for catalytic converter, selective catalytic reduction, 200 litre;energy;Cogeneration\Oil\Market\Infrastructure -market for catalytic converter, three-way, 19.1l;energy;Cogeneration\Gas\Market\Infrastructure -market for catalytic converter, three-way, mini CHP plant;energy;Cogeneration\Gas\Market\Infrastructure -market for cathode, for aluminium electrolysis;material;Chemicals\Others\Market -market for cathode, LiMn2O4, for lithium-ion battery;material;Electronics\Component\Market -market for cathode-ray tube, cathode ray tube display;material;Electronics\Module\Market -market for cationic resin;material;Others\Obsolete -market for cationic resin;material;Chemicals\Others\Market -market for cationic resin;material;Chemicals\Others\Market -market for cattle for slaughtering, live weight;material;Agricultural\Animal production\Bovine\Market -market for cattle for slaughtering, live weight;material;Others\Obsolete -market for cattle for slaughtering, live weight;material;Agricultural\Animal production\Bovine\Market -market for cattle for slaughtering, live weight;material;Agricultural\Animal production\Bovine\Market -market for cauliflower;material;Agricultural\Plant production\Vegetables\Market -market for celery;material;Agricultural\Plant production\Vegetables\Market -market for cellulose fibre, inclusive blowing in;material;Construction\Insulation\Market -market for cement cast plaster floor;material;Construction\Coverings\Market -market for cement factory;material;Construction\Binders\Market\Infrastructure -market for cement mortar;material;Construction\Binders\Market -market for cement mortar;material;Others\Obsolete -market for cement mortar;material;Construction\Binders\Market -market for cement mortar;material;Construction\Binders\Market -market for cement plaster;material;Construction\Binders\Market -market for cement plaster;material;Construction\Binders\Market -market for cement tile;material;Construction\Coverings\Market -market for cement, alternative constituents 21-35%;material;Construction\Binders\Market -market for cement, alternative constituents 21-35%;material;Construction\Binders\Market -market for cement, alternative constituents 21-35%;material;Construction\Binders\Market -market for cement, alternative constituents 21-35% Europe without;material;Construction\Binders\Market -market for cement, alternative constituents 45%;material;Construction\Binders\Market -market for cement, alternative constituents 45%;material;Construction\Binders\Market -market for cement, alternative constituents 6-20%;material;Construction\Binders\Market -market for cement, alternative constituents 6-20%;material;Construction\Binders\Market -market for cement, alternative constituents 6-20%;material;Construction\Binders\Market -market for cement, alternative constituents 6-20% Europe without;material;Construction\Binders\Market -market for cement, blast furnace slag 18-30% and 18-30% other alternative;material;Construction\Binders\Market -market for cement, blast furnace slag 18-30% and 18-30% other alternative;material;Construction\Binders\Market -market for cement, blast furnace slag 18-30% and 18-30% other alternative;material;Construction\Binders\Market -market for cement, blast furnace slag 21-35%;material;Construction\Binders\Market -market for cement, blast furnace slag 21-35%;material;Construction\Binders\Market -market for cement, blast furnace slag 25-70%;material;Construction\Binders\Market -market for cement, blast furnace slag 25-70%;material;Construction\Binders\Market -market for cement, blast furnace slag 31-50% and 31-50% other alternative;material;Construction\Binders\Market -market for cement, blast furnace slag 31-50% and 31-50% other alternative;material;Construction\Binders\Market -market for cement, blast furnace slag 31-50% and 31-50% other alternative;material;Construction\Binders\Market -market for cement, blast furnace slag 35-70%;material;Construction\Binders\Market -market for cement, blast furnace slag 35-70%;material;Construction\Binders\Market -market for cement, blast furnace slag 36-65%;material;Construction\Binders\Market -market for cement, blast furnace slag 36-65%;material;Construction\Binders\Market -market for cement, blast furnace slag 36-65%;material;Construction\Binders\Market -market for cement, blast furnace slag 36-65%;material;Others\Obsolete -market for cement, blast furnace slag 36-65% Europe without;material;Construction\Binders\Market -market for cement, blast furnace slag 40-70%;material;Construction\Binders\Market -market for cement, blast furnace slag 40-70%;material;Construction\Binders\Market -market for cement, blast furnace slag 5-25%;material;Construction\Binders\Market -market for cement, blast furnace slag 5-25%;material;Construction\Binders\Market -market for cement, blast furnace slag 6-20%;material;Construction\Binders\Market -market for cement, blast furnace slag 6-20%;material;Construction\Binders\Market -market for cement, blast furnace slag 6-34%;material;Construction\Binders\Market -market for cement, blast furnace slag 6-34%;material;Construction\Binders\Market -market for cement, blast furnace slag 66-80%;material;Construction\Coverings\Market -market for cement, blast furnace slag 66-80%;material;Construction\Coverings\Market -market for cement, blast furnace slag 66-80% Europe without;material;Construction\Coverings\Market -market for cement, blast furnace slag 70-100%;material;Construction\Binders\Market -market for cement, blast furnace slag 70-100%;material;Construction\Binders\Market -market for cement, blast furnace slag 81-95%;material;Construction\Coverings\Market -market for cement, blast furnace slag 81-95%;material;Construction\Coverings\Market -market for cement, blast furnace slag 81-95% Europe without;material;Construction\Coverings\Market -market for cement, limestone 21-35%;material;Construction\Binders\Market -market for cement, limestone 21-35%;material;Construction\Binders\Market -market for cement, limestone 6-10%;material;Construction\Binders\Market -market for cement, limestone 6-10%;material;Construction\Binders\Market -market for cement, limestone cement 6-20%;material;Construction\Binders\Market -market for cement, limestone cement 6-20%;material;Construction\Binders\Market -market for cement, Portland;material;Construction\Binders\Market -market for cement, Portland;material;Construction\Binders\Market -market for cement, Portland;material;Construction\Binders\Market -market for cement, Portland;material;Construction\Binders\Market -market for cement, Portland;material;Construction\Binders\Market -market for cement, Portland;material;Construction\Binders\Market -market for cement, Portland;material;Construction\Binders\Market -market for cement, Portland;material;Construction\Binders\Market -market for cement, Portland Europe without;material;Construction\Binders\Market -market for cement, portland fly ash cement 21-35%;material;Construction\Binders\Market -market for cement, portland fly ash cement 21-35%;material;Construction\Binders\Market -market for cement, portland fly ash cement 6-20%;material;Construction\Binders\Market -market for cement, portland fly ash cement 6-20%;material;Construction\Binders\Market -market for cement, pozzolana and fly ash 11-35%;material;Construction\Binders\Market -market for cement, pozzolana and fly ash 11-35%;material;Construction\Binders\Market -market for cement, pozzolana and fly ash 11-35% Europe without;material;Construction\Binders\Market -market for cement, pozzolana and fly ash 15-40%;material;Construction\Binders\Market -market for cement, pozzolana and fly ash 15-40%;material;Construction\Binders\Market -market for cement, pozzolana and fly ash 15-50%;material;Construction\Binders\Market -market for cement, pozzolana and fly ash 15-50%;material;Construction\Binders\Market -market for cement, pozzolana and fly ash 25-35%;material;Construction\Binders\Market -market for cement, pozzolana and fly ash 25-35%;material;Construction\Binders\Market -market for cement, pozzolana and fly ash 36-55%;material;Construction\Binders\Market -market for cement, pozzolana and fly ash 36-55%;material;Construction\Binders\Market -market for cement, pozzolana and fly ash 36-55% Europe without;material;Construction\Binders\Market -market for cement, pozzolana and fly ash 5-15%;material;Construction\Binders\Market -market for cement, pozzolana and fly ash 5-15%;material;Construction\Binders\Market -market for cement, pozzolana and fly ash 6-14%;material;Construction\Binders\Market -market for cement, pozzolana and fly ash 6-14%;material;Construction\Binders\Market -market for cement, sulphate resistant;material;Construction\Binders\Market -market for cement, unspecified;material;Construction\Binders\Market -market for cement, unspecified;material;Construction\Binders\Market -market for cement, unspecified;material;Construction\Binders\Market -market for cement, unspecified;material;Construction\Binders\Market -market for cement, unspecified;material;Others\Obsolete -market for cement, unspecified;material;Construction\Binders\Market -market for cement, unspecified;material;Construction\Binders\Market -market for cement, unspecified;material;Construction\Binders\Market -market for cement, unspecified;material;Construction\Binders\Market -market for cement, unspecified;material;Construction\Binders\Market -market for cement, unspecified Europe without;material;Construction\Binders\Market -market for ceramic factory;material;Construction\Ceramics\Market\Infrastructure -market for ceramic tile;material;Construction\Ceramics\Market -market for cerium concentrate, 60% cerium oxide;material;Chemicals\Inorganic\Market -market for charcoal;material;Fuels\Coal\Market -market for charger, electric passenger car;material;Electronics\Devices\Market -market for charger, for electric scooter;material;Electronics\Devices\Market -market for chassis, internet access equipment;material;Electronics\Component\Market -market for cheese, from cow milk, fresh, unripened;material;Agricultural\Food\Market -market for chemical factory;material;Chemicals\Others\Market\Infrastructure -market for chemical factory, organics;material;Chemicals\Organic\Market\Infrastructure -market for chemical, organic;material;Chemicals\Organic\Market -market for chemicals, inorganic;material;Chemicals\Inorganic\Market -market for chemi-thermomechanical pulp;material;Paper+ Board\Pulp\Market -market for chicken for slaughtering, live weight;material;Agricultural\Animal production\Avian\Market -market for chickpea;material;Agricultural\Plant production\Legumes\Market -market for chilli;material;Agricultural\Plant production\Vegetables\Market -market for chimney;energy;Heat\Oil\Market\Infrastructure -market for chipper, mobile, diesel;processing;Wood\Market\Infrastructure -market for chipper, stationary, electric;processing;Wood\Market\Infrastructure -market for chlorine dioxide;material;Others\Obsolete -market for chlorine dioxide;material;Chemicals\Gases\Market -market for chlorine dioxide;material;Chemicals\Gases\Market -market for chlorine, gaseous;material;Chemicals\Gases\Market -market for chlorine, gaseous;material;Chemicals\Gases\Market -market for chlorine, liquid;material;Others\Obsolete -market for chlorine, liquid;material;Chemicals\Gases\Liquified\Market -market for chlorine, liquid;material;Chemicals\Gases\Liquified\Market -market for chloroacetic acid;material;Others\Obsolete -market for chloroacetic acid;material;Chemicals\Acids (organic)\Market -market for chloroacetic acid;material;Chemicals\Acids (organic)\Market -market for chloroacetyl chloride;material;Chemicals\Organic\Market -market for chlorodifluoromethane;material;Others\Obsolete -market for chlorodifluoromethane;material;Chemicals\Organic\Market -market for chlorodifluoromethane;material;Chemicals\Organic\Market -market for chloromethyl methyl ether;material;Others\Obsolete -market for chloromethyl methyl ether;material;Chemicals\Organic\Market -market for chloromethyl methyl ether;material;Chemicals\Organic\Market -market for chloronitrobenzene;material;Chemicals\Organic\Market -market for chloropropionic acid;material;Chemicals\Acids (organic)\Market -market for chlorosulfonic acid;material;Others\Obsolete -market for chlorosulfonic acid;material;Chemicals\Acids (inorganic)\Market -market for chlorosulfonic acid;material;Chemicals\Acids (inorganic)\Market -market for chlorothalonil;material;Chemicals\Pesticides\Market -market for chlorotoluron;material;Chemicals\Pesticides\Market -market for chopping, maize;processing;Agricultural\Market -market for chromite ore concentrate;material;Minerals\Market -market for chromium;material;Metals\Non ferro\Market -market for chromium oxide, flakes;material;Chemicals\Inorganic\Market -market for chromium steel pipe;material;Metals\Ferro\Market -market for chromium steel removed by drilling, computer numerical controlled;processing;Metals\Chipping\Market -market for chromium steel removed by drilling, conventional;processing;Metals\Chipping\Market -market for chromium steel removed by milling, average;processing;Metals\Chipping\Market -market for chromium steel removed by milling, dressing;processing;Metals\Chipping\Market -market for chromium steel removed by milling, large parts;processing;Metals\Chipping\Market -market for chromium steel removed by milling, small parts;processing;Metals\Chipping\Market -market for chromium steel removed by turning, average, computer numerical;processing;Metals\Chipping\Market -market for chromium steel removed by turning, average, conventional;processing;Metals\Chipping\Market -market for chromium steel removed by turning, primarily dressing, computer;processing;Metals\Chipping\Market -market for chromium steel removed by turning, primarily dressing, conventional;processing;Metals\Chipping\Market -market for chromium steel removed by turning, primarily roughing, computer;processing;Metals\Chipping\Market -market for chromium steel removed by turning, primarily roughing, conventional;processing;Metals\Chipping\Market -market for citric acid;material;Chemicals\Acids (organic)\Market -market for citrus;material;Others\Obsolete -market for cladding, crossbar-pole, aluminium;material;Construction\Cladding\Market -market for clay;material;Minerals\Market -market for clay;material;Others\Obsolete -market for clay;material;Minerals\Market -market for clay brick;material;Construction\Bricks\Market -market for clay pit infrastructure;material;Minerals\Market\Infrastructure -market for clay plaster;material;Construction\Coverings\Market -market for cleaning consumables, without water, in 13.6% solution state;material;Chemicals\Others\Market -market for cleft timber, measured as dry mass;material;Wood\Extraction\Market -market for cleft timber, measured as dry mass;material;Wood\Extraction\Market -market for cleft timber, measured as dry mass;material;Others\Obsolete -market for cleft timber, measured as dry mass;material;Wood\Extraction\Market -market for cleft timber, measured as dry mass Europe without;material;Wood\Extraction\Market -market for clefting of energy wood;processing;Wood\Market -market for clinker;material;Chemicals\Inorganic\Market -market for clinker;material;Chemicals\Inorganic\Market -market for clinker;material;Chemicals\Inorganic\Market -market for clinker;material;Others\Obsolete -market for clinker;material;Chemicals\Inorganic\Market -market for clinker;material;Chemicals\Inorganic\Market -market for clinker;material;Chemicals\Inorganic\Market -market for clinker;material;Chemicals\Inorganic\Market -market for clover seed, Swiss integrated production, at farm;material;Agricultural\Plant seeds\Market -market for clover seed, Swiss integrated production, for sowing;material;Agricultural\Plant seeds\Market -market for coal gas;waste treatment;Power Plant\Market -market for coal slurry;waste treatment;Others\Market -market for coal stove, 5-15kW;energy;Heat\Coal\Market\Infrastructure -market for coal tar;waste treatment;Others\Market -market for coating from waste cathode ray tube display;waste treatment;Electronics Waste\Market -market for coating from waste cathode ray tube display;waste treatment;Electronics Waste\Market -market for coating powder;material;Others\Obsolete -market for coating powder;material;Chemicals\Others\Market -market for coating powder;material;Chemicals\Others\Market -market for coating, with melamine impregnated paper;processing;Others\Market -market for cobalt;material;Metals\Non ferro\Market -market for cobwork;material;Construction\Coverings\Market -market for cocamide diethanolamine;material;Chemicals\Organic\Market -market for cocoa bean;material;Agricultural\Plant production\Fruits\Market -market for coconut husk;material;Agricultural\Intermediate Products\Market -market for coconut oil, crude;material;Agricultural\Plant oils\Market -market for coconut, dehusked;material;Agricultural\Food\Market -market for coconut, husked;material;Others\Obsolete -market for cocoons;material;Agricultural\Intermediate Products\Market -market for cocoons;material;Agricultural\Intermediate Products\Market -market for coffee maker;material;Appliances\Market\Infrastructure -market for coffee, green bean;material;Agricultural\Plant production\Fruits\Market -market for coke;material;Fuels\Coal\Market -market for collector field area, solar thermal parabolic trough, 50 MW;energy;Heat\Solar\Market\Infrastructure -market for collector field area, solar tower power plant, 20 MW;energy;Heat\Solar\Market\Infrastructure -market for combine harvesting;processing;Agricultural\Market -market for compact fluorescent lamp;material;Electronics\Component\Market -market for compost;processing;Waste\Market -market for composting facility, open;processing;Waste\Market\Infrastructure -market for compressed air, 1000 kPa gauge;processing;Others\Obsolete -market for compressed air, 1000 kPa gauge;processing;Compressed air\Market -market for compressed air, 1000 kPa gauge;processing;Compressed air\Market -market for compressed air, 1200 kPa gauge;processing;Others\Obsolete -market for compressed air, 1200 kPa gauge;processing;Compressed air\Market -market for compressed air, 1200 kPa gauge;processing;Compressed air\Market -market for compressed air, 600 kPa gauge;processing;Others\Obsolete -market for compressed air, 600 kPa gauge;processing;Compressed air\Market -market for compressed air, 600 kPa gauge;processing;Compressed air\Market -market for compressed air, 700 kPa gauge;processing;Others\Obsolete -market for compressed air, 700 kPa gauge;processing;Compressed air\Market -market for compressed air, 700 kPa gauge;processing;Compressed air\Market -market for compressed air, 800 kPa gauge;processing;Others\Obsolete -market for compressed air, 800 kPa gauge;processing;Compressed air\Market -market for compressed air, 800 kPa gauge;processing;Compressed air\Market -market for computer, desktop, without screen;material;Electronics\Devices\Market -market for computer, laptop;material;Electronics\Devices\Market -market for concentrated solar power plant, solar thermal parabolic trough, 50;energy;Heat\Solar\Market\Infrastructure -market for concentrated solar power plant, solar tower, 20 MW;energy;Heat\Solar\Market\Infrastructure -market for concrete block;material;Construction\Concrete\Market -market for concrete block;material;Construction\Concrete\Market -market for concrete block;material;Others\Obsolete -market for concrete block;material;Construction\Concrete\Market -market for concrete mixing factory;material;Construction\Concrete\Market\Infrastructure -market for concrete roof tile;material;Construction\Concrete\Market -market for concrete slab;material;Construction\Concrete\Market -market for concrete slab;material;Construction\Concrete\Market -market for concrete, 20MPa;material;Construction\Concrete\Market -market for concrete, 20MPa;material;Others\Obsolete -market for concrete, 20MPa;material;Construction\Concrete\Market -market for concrete, 20MPa;material;Construction\Concrete\Market -market for concrete, 20MPa;material;Construction\Concrete\Market -market for concrete, 20MPa;material;Construction\Concrete\Market -market for concrete, 25-30MPa;material;Construction\Concrete\Market -market for concrete, 25-30MPa;material;Construction\Concrete\Market -market for concrete, 25MPa;material;Construction\Concrete\Market -market for concrete, 25MPa;material;Others\Obsolete -market for concrete, 25MPa;material;Construction\Concrete\Market -market for concrete, 25MPa;material;Construction\Concrete\Market -market for concrete, 25MPa;material;Construction\Concrete\Market -market for concrete, 30-32MPa;material;Others\Obsolete -market for concrete, 30-32MPa;material;Construction\Concrete\Market -market for concrete, 30-32MPa;material;Construction\Concrete\Market -market for concrete, 30MPa;material;Construction\Concrete\Market -market for concrete, 30MPa;material;Construction\Concrete\Market -market for concrete, 30MPa;material;Construction\Concrete\Market -market for concrete, 35MPa;material;Construction\Concrete\Market -market for concrete, 35MPa;material;Others\Obsolete -market for concrete, 35MPa;material;Construction\Concrete\Market -market for concrete, 35MPa;material;Construction\Concrete\Market -market for concrete, 35MPa;material;Construction\Concrete\Market -market for concrete, 40MPa;material;Construction\Concrete\Market -market for concrete, 40MPa;material;Construction\Concrete\Market -market for concrete, 40MPa;material;Construction\Concrete\Market -market for concrete, 40MPa;material;Construction\Concrete\Market -market for concrete, 40MPa;material;Construction\Concrete\Market -market for concrete, 45MPa;material;Construction\Concrete\Market -market for concrete, 45MPa;material;Construction\Concrete\Market -market for concrete, 50MPa;material;Others\Obsolete -market for concrete, 50MPa;material;Construction\Concrete\Market -market for concrete, 50MPa;material;Construction\Concrete\Market -market for concrete, 50MPa;material;Construction\Concrete\Market -market for concrete, for de-icing salt contact;material;Construction\Concrete\Market -market for concrete, for de-icing salt contact;material;Others\Obsolete -market for concrete, for de-icing salt contact;material;Others\Obsolete -market for concrete, high exacting requirements;material;Construction\Concrete\Market -market for concrete, high exacting requirements;material;Others\Obsolete -market for concrete, high exacting requirements;material;Others\Obsolete -market for concrete, medium strength;material;Construction\Concrete\Market -market for concrete, medium strength;material;Construction\Concrete\Market -market for concrete, medium strength;material;Construction\Concrete\Market -market for concrete, medium strength;material;Construction\Concrete\Market -market for concrete, medium strength;material;Construction\Concrete\Market -market for concrete, medium strength;material;Construction\Concrete\Market -market for concrete, normal;material;Construction\Concrete\Market -market for concrete, normal;material;Construction\Concrete\Market -market for concrete, normal;material;Construction\Concrete\Market -market for concrete, normal;material;Others\Obsolete -market for concrete, normal;material;Construction\Concrete\Market -market for concrete, normal;material;Construction\Concrete\Market -market for concrete, normal;material;Construction\Concrete\Market -market for concrete, normal;material;Construction\Concrete\Market -market for concrete, normal;material;Construction\Concrete\Market -market for concrete, sole plate and foundation;material;Construction\Concrete\Market -market for concrete, sole plate and foundation;material;Others\Obsolete -market for concrete, sole plate and foundation;material;Others\Obsolete -market for condensate from light oil boiler;waste treatment;Others\Market -market for condensate from light oil boiler;waste treatment;Others\Obsolete -market for condensate from light oil boiler;waste treatment;Others\Market -market for conditioned spent nuclear fuel;waste treatment;Nuclear waste\Market -market for conditioned spent nuclear fuel;waste treatment;Others\Obsolete -market for conditioned spent nuclear fuel;waste treatment;Nuclear waste\Market -market for conditioned spent nuclear fuel Europe without;waste treatment;Nuclear waste\Market -market for construction work, heat and power co-generation unit, 160kW;energy;Cogeneration\Gas\Market\Infrastructure -market for container ship;transport;Water\Market\Infrastructure -market for container, for collection of post-consumer waste plastic for;material;Plastics\Recycling\Market\Infrastructure -market for container, for collection of post-consumer waste plastic for;material;Plastics\Recycling\Market\Infrastructure -market for container, for collection of post-consumer waste plastic for;material;Plastics\Recycling\Market\Infrastructure -market for container, for collection of post-consumer waste plastic for;material;Plastics\Recycling\Market\Infrastructure -market for containerboard, fluting medium;material;Paper+ Board\Board\Market -market for containerboard, fluting medium;material;Paper+ Board\Board\Market -market for containerboard, fluting medium;material;Paper+ Board\Board\Market -market for containerboard, linerboard;material;Paper+ Board\Board\Market -market for containerboard, linerboard;material;Paper+ Board\Board\Market -market for containerboard, linerboard;material;Paper+ Board\Board\Market -market for continuous dyeing, fibre, cotton;processing;Textiles\Transformation -market for contouring, brass;processing;Metals\Chipless shaping\Market -market for contouring, bronze;processing;Metals\Chipless shaping\Market -market for control cabinet, heat and power co-generation unit, 160kW electrical;energy;Cogeneration\Gas\Market\Infrastructure -market for controller, for electric scooter;material;Electronics\Component\Market -market for converter, for electric passenger car;material;Electronics\Component\Market -market for conveyor belt;transport;Building equipment\Market\Infrastructure -market for cookstove;material;Appliances\Market\Infrastructure -market for cooling energy;energy;Cogeneration\Gas\Market -market for copper;material;Metals\Non ferro\Market -market for copper cake;waste treatment;Metals\Market -market for copper carbonate;material;Chemicals\Inorganic\Market -market for copper concentrate, sulfide ore;material;Minerals\Market -market for copper in car shredder residue;waste treatment;Metals -market for copper in car shredder residue;waste treatment;Others\Obsolete -market for copper in car shredder residue;waste treatment;Metals -market for copper oxide;material;Chemicals\Inorganic\Market -market for copper scrap, sorted, pressed;waste treatment;Metals\Market -market for copper slag;waste treatment;Others\Market -market for copper sulfate;material;Chemicals\Inorganic\Market -market for copper telluride cement;material;Metals\Non ferro\Market -market for copper, blister-copper;material;Metals\Non ferro\Market -market for copper, cathode;material;Metals\Non ferro\Market -market for copper, from solvent-extraction electro-winning;material;Others\Obsolete -market for core board;material;Paper+ Board\Board\Market -market for coriander;material;Agricultural\Plant production\Vegetables\Transformation -market for cork slab;material;Construction\Insulation\Market -market for cork, raw;material;Wood\Extraction\Market -market for corrugated board box;material;Paper+ Board\Corrugated board\Market -market for corrugated board box;material;Others\Obsolete -market for corrugated board box;material;Paper+ Board\Corrugated board\Market -market for corrugated board box;material;Paper+ Board\Corrugated board\Market -market for cotton;material;Others\Obsolete -market for cottonseed;material;Agricultural\Plant seeds\Market -market for cottonseed;material;Agricultural\Plant seeds\Market -market for cottonseed;material;Agricultural\Plant seeds\Market -market for cottonseed meal;material;Agricultural\Animal feed\Market -market for cottonseed oil, crude;material;Agricultural\Plant oils\Market -market for cottonseed oil, refined;material;Agricultural\Plant oils\Market -market for cottonseed, for sowing;material;Agricultural\Plant seeds\Market -market for cottonseed, organic;material;Agricultural\Plant seeds\Market -market for cottonseed, organic;material;Agricultural\Plant seeds\Market -market for cottonseed, organic, for sowing;material;Agricultural\Plant seeds\Transformation -market for cover plaster, mineral;material;Construction\Coverings\Market -market for cover plaster, organic;material;Construction\Coverings\Market -market for cow milk;material;Agricultural\Food\Market -market for cream, from cow milk;material;Agricultural\Food\Market -market for crust from Parkes process for lead production;waste treatment;Others\Market -market for cryolite;material;Chemicals\Inorganic\Market -market for cucumber;material;Agricultural\Plant production\Vegetables\Market -market for cumene;material;Chemicals\Organic\Market -market for cyanoacetic acid;material;Chemicals\Acids (organic)\Market -market for cyanoacetic acid;material;Chemicals\Acids (organic)\Market -market for cyanogen chloride;material;Chemicals\Inorganic\Market -market for cyanuric chloride;material;Chemicals\Organic\Market -market for cyclic N-compound;material;Chemicals\Pesticides\Market -market for cyclohexane;material;Chemicals\Organic\Market -market for cyclohexanol;material;Others\Obsolete -market for cyclohexanol;material;Chemicals\Organic\Market -market for cyclohexanol;material;Chemicals\Organic\Market -market for cyclohexanone;material;Others\Obsolete -market for cyclohexanone;material;Chemicals\Organic\Market -market for cyclohexanone;material;Chemicals\Organic\Market -market for dairy;material;Agricultural\Food\Market\Infrastructure -market for decabromodiphenyl ether;material;Chemicals\Organic\Market -market for decarbonising waste;waste treatment;Others\Market -market for decarbonising waste;waste treatment;Others\Obsolete -market for decarbonising waste;waste treatment;Others\Market -market for decommissioned airport infrastructure, contaminated gravel;waste treatment;Construction waste\Market -market for decommissioned chemical production facilities;waste treatment;Construction waste\Market -market for decommissioned pipeline, natural gas;waste treatment;Transport\Market -market for decommissioned pipeline, natural gas;waste treatment;Others\Obsolete -market for decommissioned pipeline, natural gas;waste treatment;Transport\Market -market for decommissioned road;waste treatment;Transport\Market -market for decommissioned tram track;waste treatment;Transport\Market -market for decommissioned tram track;waste treatment;Others\Obsolete -market for decommissioned tram track;waste treatment;Transport\Market -market for deep drawing, steel, 10000 kN press, automode;processing;Metals\Chipless shaping\Market -market for deep drawing, steel, 10000 kN press, single stroke;processing;Metals\Chipless shaping\Market -market for deep drawing, steel, 3500 kN press, automode;processing;Metals\Chipless shaping\Market -market for deep drawing, steel, 3500 kN press, single stroke;processing;Metals\Chipless shaping\Market -market for deep drawing, steel, 38000 kN press, automode;processing;Metals\Chipless shaping\Market -market for deep drawing, steel, 38000 kN press, single stroke;processing;Metals\Chipless shaping\Market -market for deep drawing, steel, 650 kN press, automode;processing;Metals\Chipless shaping\Market -market for deep drawing, steel, 650 kN press, single stroke;processing;Metals\Chipless shaping\Market -market for deep well closure;energy;Electricity by fuel\Geothermal\Market\Infrastructure -market for deep well, drilled, for geothermal power;energy;Electricity by fuel\Geothermal\Market\Infrastructure -market for deep well, for geothermal power, onshore, 6000m;energy;Electricity by fuel\Geothermal\Market\Infrastructure -market for degreasing, metal part in alkaline bath;processing;Metals\Metal working\Market -market for de-icer;material;Chemicals\Others\Market -market for deinked pulp, wet lap;material;Chemicals\Others\Market -market for deinking emulsion, in paper production;material;Others\Obsolete -market for deinking emulsion, in paper production;material;Chemicals\Others\Market -market for deinking emulsion, in paper production;material;Chemicals\Others\Market -market for delimbing/sorting, excavator-based processor;processing;Wood\Market -market for demersal fish, fresh;material;Agricultural\Animal production\Fish\Market -market for diazine-compound;material;Chemicals\Pesticides\Market -market for diazole-compound;material;Chemicals\Pesticides\Market -market for diborane;material;Chemicals\Inorganic\Market -market for dichloromethane;material;Others\Obsolete -market for dichloromethane;material;Chemicals\Organic\Market -market for dichloromethane;material;Chemicals\Organic\Market -market for dichloropropene;waste treatment;Others\Market -market for dicyclopentadiene based unsaturated polyester resin;material;Chemicals\Organic\Market -market for diesel;material;Fuels\Oil\Diesel\Market -market for diesel;material;Fuels\Oil\Diesel\Market -market for diesel;material;Fuels\Oil\Diesel\Market -market for diesel;material;Fuels\Oil\Diesel\Market -market for diesel;material;Fuels\Oil\Diesel\Market -market for diesel;material;Fuels\Oil\Diesel\Market -market for diesel;material;Fuels\Oil\Diesel\Market -market for diesel Europe without;material;Fuels\Oil\Diesel\Market -market for diesel, burned in agricultural machinery;energy;Heat\Oil\Market -market for diesel, burned in building machine;energy;Mechanical\Market -market for diesel, burned in diesel-electric generating set, 10MW;energy;Mechanical\Market -market for diesel, burned in diesel-electric generating set, 10MW;energy;Mechanical\Transformation -market for diesel, burned in diesel-electric generating set, 10MW;energy;Mechanical\Market -market for diesel, burned in diesel-electric generating set, 18.5kW;energy;Mechanical\Market -market for diesel, burned in fishing vessel;energy;Mechanical\Market -market for diesel, low-sulfur;material;Fuels\Oil\Diesel\Market -market for diesel, low-sulfur;material;Fuels\Oil\Diesel\Market -market for diesel, low-sulfur;material;Fuels\Oil\Diesel\Market -market for diesel, low-sulfur;material;Fuels\Oil\Diesel\Market -market for diesel, low-sulfur;material;Fuels\Oil\Diesel\Market -market for diesel, low-sulfur;material;Fuels\Oil\Diesel\Market -market for diesel, low-sulfur;material;Fuels\Oil\Diesel\Market -market for diesel, low-sulfur Europe without;material;Fuels\Oil\Diesel\Market -market for diesel-electric generating set production 10MW;energy;Others\Obsolete -market for diesel-electric generating set, 10MW;energy;Mechanical\Market\Infrastructure -market for diesel-electric generating set, 18.5kW;energy;Mechanical\Market\Infrastructure -market for diethanolamine;material;Chemicals\Organic\Market -market for diethyl ether, without water, in 99.95% solution state;material;Others\Obsolete -market for diethyl ether, without water, in 99.95% solution state;material;Chemicals\Organic\Market -market for diethyl ether, without water, in 99.95% solution state;material;Chemicals\Organic\Market -market for diethylene glycol;material;Chemicals\Organic\Market -market for digester sludge;waste treatment;Others\Market -market for dimethenamide;material;Chemicals\Pesticides\Market -market for dimethyl carbonate;material;Chemicals\Organic\Market -market for dimethyl ether;material;Others\Obsolete -market for dimethyl ether;material;Chemicals\Organic\Market -market for dimethyl ether;material;Chemicals\Organic\Market -market for dimethyl hexanediol;material;Chemicals\Organic\Market -market for dimethyl hexynediol;material;Chemicals\Organic\Market -market for dimethyl malonate;material;Chemicals\Organic\Market -market for dimethyl sulfate;material;Others\Obsolete -market for dimethyl sulfate;material;Chemicals\Organic\Market -market for dimethyl sulfate;material;Chemicals\Organic\Market -market for dimethyl sulfide;material;Chemicals\Organic\Market -market for dimethyl sulfoxide;material;Chemicals\Organic\Market -market for dimethylacetamide;material;Chemicals\Organic\Market -market for dimethylamine;material;Others\Obsolete -market for dimethylamine;material;Chemicals\Organic\Market -market for dimethylamine;material;Chemicals\Organic\Market -market for dimethylamine borane;material;Chemicals\Organic\Market -market for dimethylaminopropylamine;material;Chemicals\Organic\Market -market for dimethyldichlorosilane;material;Chemicals\Inorganic\Market -market for dinitroaniline-compound;material;Chemicals\Pesticides\Market -market for dinitrogen tetroxide;material;Chemicals\Inorganic\Market -market for diode, auxilliaries and energy use;material;Electronics\Component\Market -market for diode, glass-, for surface-mounting;material;Electronics\Component\Market -market for diode, glass-, for through-hole mounting;material;Electronics\Component\Market -market for dioxane;material;Others\Obsolete -market for dioxane;material;Chemicals\Organic\Market -market for dioxane;material;Chemicals\Organic\Market -market for diphenylether-compound;material;Chemicals\Pesticides\Market -market for dipropyl amine;material;Chemicals\Organic\Market -market for dipropylene glycol monomethyl ether;material;Others\Obsolete -market for dipropylene glycol monomethyl ether;material;Chemicals\Organic\Market -market for dipropylene glycol monomethyl ether;material;Chemicals\Organic\Market -market for dishwasher;material;Appliances\Market\Infrastructure -market for disk drive, CD/DVD, ROM, for desktop computer;material;Electronics\Module\Market -market for disk drive, CD/DVD, ROM, for laptop computer;material;Electronics\Module\Market -market for display, cathode ray tube, 17 inches;material;Electronics\Devices\Market -market for display, liquid crystal, 17 inches;material;Electronics\Devices\Market -market for Distiller's Dried Grains with Solubles;waste treatment;Biowaste\Market -market for distribution network, electricity, low voltage;transport;Electricity\Market\Infrastructure -market for dithiocarbamate-compound;material;Chemicals\Pesticides\Market -market for dodecanol;material;Chemicals\Organic\Market -market for dolomite;material;Others\Obsolete -market for dolomite;material;Minerals\Market -market for dolomite;material;Minerals\Market -market for door, inner, glass-wood;material;Construction\Doors\Market -market for door, inner, wood;material;Construction\Doors\Market -market for door, outer, wood-aluminium;material;Construction\Doors\Market -market for door, outer, wood-glass;material;Construction\Doors\Market -market for drawing of pipe, steel;processing;Metals\Chipless shaping\Market -market for dried roughage store, air dried, solar;processing;Agricultural\Market\Infrastructure -market for dried roughage store, cold-air dried, conventional;processing;Agricultural\Market\Infrastructure -market for dried roughage store, non ventilated;processing;Agricultural\Market\Infrastructure -market for drilling waste;waste treatment;Others\Obsolete -market for drilling waste;waste treatment;Others\Market -market for dross from Al electrolysis;waste treatment;Others\Market -market for dryer;material;Appliances\Market\Infrastructure -market for drying of bread grain, seed and legumes;processing;Agricultural\Market -market for drying of feed grain;processing;Agricultural\Market -market for drying of grass;processing;Agricultural\Market -market for drying of maize grain;processing;Agricultural\Market -market for drying of maize straw and whole-plant;processing;Agricultural\Market -market for drying, natural gas;processing;Others\Market -market for DTPA, diethylenetriaminepentaacetic acid;material;Others\Obsolete -market for DTPA, diethylenetriaminepentaacetic acid;material;Chemicals\Organic\Market -market for DTPA, diethylenetriaminepentaacetic acid;material;Chemicals\Organic\Market -market for dung slab;processing;Agricultural\Market\Infrastructure -market for dust collector, electrostatic precipitator, for domestic use;material;Construction\Ventilation\Market -market for dust collector, electrostatic precipitator, for industrial use;material;Construction\Ventilation\Market -market for dust collector, multicyclone;material;Construction\Ventilation\Market -market for dust, alloyed electric arc furnace steel;waste treatment;Metals\Market -market for dust, unalloyed electric arc furnace steel;waste treatment;Metals\Market -market for earth tube heat exchanger, polyethylene, DN 200;material;Construction\Ventilation\Market -market for EDTA, ethylenediaminetetraacetic acid;material;Chemicals\Organic\Market -market for electric arc furnace converter;material;Metals\Ferro\Market\Infrastructure -market for electric bicycle;transport;Road\Market\Infrastructure -market for electric connector, peripheral component interconnect buss;material;Electronics\Component\Market -market for electric connector, peripheral type buss;material;Electronics\Component\Market -market for electric connector, wire clamp;material;Electronics\Component\Market -market for electric kettle;material;Appliances\Market\Infrastructure -market for electric motor, electric passenger car;transport;Road\Market\Infrastructure -market for electric motor, for electric scooter;transport;Road\Market\Infrastructure -market for electric motor, vehicle;transport;Road\Market\Infrastructure -market for electric parts, heat and power co-generation unit, 160kW electrical;energy;Cogeneration\Gas\Market\Infrastructure -market for electric parts, mini CHP plant;energy;Cogeneration\Gas\Market\Infrastructure -market for electric powertrain, for electric scooter;material;Electronics\Component\Market -market for electric scooter, without battery;transport;Road\Market\Infrastructure -market for electricity, for reuse in municipal waste incineration only;energy;Electricity by fuel\Waste\Market -market for electricity, for reuse in municipal waste incineration only;energy;Electricity by fuel\Waste\Market -market for electricity, for reuse in municipal waste incineration only;energy;Electricity by fuel\Waste\Market -market for electricity, for reuse in municipal waste incineration only;energy;Others\Obsolete -market for electricity, for reuse in municipal waste incineration only;energy;Others\Obsolete -market for electricity, for reuse in municipal waste incineration only;energy;Others\Obsolete -market for electricity, for reuse in municipal waste incineration only;energy;Others\Obsolete -market for electricity, for reuse in municipal waste incineration only;energy;Others\Obsolete -market for electricity, for reuse in municipal waste incineration only;energy;Electricity by fuel\Waste\Market -market for electricity, for reuse in municipal waste incineration only;energy;Electricity by fuel\Waste\Market -market for electricity, for reuse in municipal waste incineration only;energy;Electricity by fuel\Waste\Market -market for electricity, for reuse in municipal waste incineration only;energy;Electricity by fuel\Waste\Market -market for electricity, for reuse in municipal waste incineration only;energy;Electricity by fuel\Waste\Market -market for electricity, for reuse in municipal waste incineration only;energy;Electricity by fuel\Waste\Market -market for electricity, for reuse in municipal waste incineration only;energy;Electricity by fuel\Waste\Market -market for electricity, for reuse in municipal waste incineration only;energy;Electricity by fuel\Waste\Market -market for electricity, for reuse in municipal waste incineration only;energy;Electricity by fuel\Waste\Market -market for electricity, for reuse in municipal waste incineration only;energy;Electricity by fuel\Waste\Market -market for electricity, for reuse in municipal waste incineration only;energy;Electricity by fuel\Waste\Market -market for electricity, for reuse in municipal waste incineration only;energy;Electricity by fuel\Waste\Market -market for electricity, for reuse in municipal waste incineration only;energy;Electricity by fuel\Waste\Market -market for electricity, for reuse in municipal waste incineration only;energy;Electricity by fuel\Waste\Market -market for electricity, for reuse in municipal waste incineration only;energy;Electricity by fuel\Waste\Market -market for electricity, for reuse in municipal waste incineration only;energy;Electricity by fuel\Waste\Market -market for electricity, for reuse in municipal waste incineration only;energy;Electricity by fuel\Waste\Market -market for electricity, for reuse in municipal waste incineration only;energy;Electricity by fuel\Waste\Market -market for electricity, for reuse in municipal waste incineration only;energy;Electricity by fuel\Waste\Market -market for electricity, for reuse in municipal waste incineration only;energy;Electricity by fuel\Waste\Market -market for electricity, for reuse in municipal waste incineration only;energy;Electricity by fuel\Waste\Market -market for electricity, for reuse in municipal waste incineration only;energy;Electricity by fuel\Waste\Market -market for electricity, for reuse in municipal waste incineration only;energy;Electricity by fuel\Waste\Market -market for electricity, high voltage;energy;Electricity country mix\High Voltage\Market -market for electricity, high voltage;energy;Electricity country mix\High Voltage\Market -market for electricity, high voltage;energy;Electricity country mix\High Voltage\Market -market for electricity, high voltage;energy;Electricity country mix\High Voltage\Market -market for electricity, high voltage;energy;Electricity country mix\High Voltage\Market -market for electricity, high voltage;energy;Electricity country mix\High Voltage\Market -market for electricity, high voltage;energy;Electricity country mix\High Voltage\Market -market for electricity, high voltage;energy;Electricity country mix\High Voltage\Market -market for electricity, high voltage;energy;Electricity country mix\High Voltage\Market -market for electricity, high voltage;energy;Electricity country mix\High Voltage\Market -market for electricity, high voltage;energy;Electricity country mix\High Voltage\Market -market for electricity, high voltage;energy;Electricity country mix\High Voltage\Market -market for electricity, high voltage;energy;Electricity country mix\High Voltage\Market -market for electricity, high voltage;energy;Electricity country mix\High Voltage\Market -market for electricity, high voltage;energy;Electricity country mix\High Voltage\Market -market for electricity, high voltage;energy;Electricity country mix\High Voltage\Market -market for electricity, high voltage;energy;Electricity country mix\High Voltage\Market -market for electricity, high voltage;energy;Others\Obsolete -market for electricity, high voltage;energy;Electricity country mix\High Voltage\Market -market for electricity, high voltage;energy;Electricity country mix\High Voltage\Market -market for electricity, high voltage;energy;Electricity country mix\High Voltage\Market -market for electricity, high voltage;energy;Electricity country mix\High Voltage\Market -market for electricity, high voltage;energy;Electricity country mix\High Voltage\Market -market for electricity, high voltage;energy;Electricity country mix\High Voltage\Market -market for electricity, high voltage;energy;Electricity country mix\High Voltage\Market -market for electricity, high voltage;energy;Electricity country mix\High Voltage\Market -market for electricity, high voltage;energy;Electricity country mix\High Voltage\Market -market for electricity, high voltage;energy;Electricity country mix\High Voltage\Market -market for electricity, high voltage;energy;Electricity country mix\High Voltage\Market -market for electricity, high voltage;energy;Electricity country mix\High Voltage\Market -market for electricity, high voltage;energy;Electricity country mix\High Voltage\Market -market for electricity, high voltage;energy;Electricity country mix\High Voltage\Market -market for electricity, high voltage;energy;Electricity country mix\High Voltage\Market -market for electricity, high voltage;energy;Electricity country mix\High Voltage\Market -market for electricity, high voltage;energy;Electricity country mix\High Voltage\Market -market for electricity, high voltage;energy;Electricity country mix\High Voltage\Market -market for electricity, high voltage;energy;Electricity country mix\High Voltage\Market -market for electricity, high voltage;energy;Electricity country mix\High Voltage\Market -market for electricity, high voltage;energy;Electricity country mix\High Voltage\Market -market for electricity, high voltage;energy;Others\Obsolete -market for electricity, high voltage;energy;Electricity country mix\High Voltage\Market -market for electricity, high voltage;energy;Electricity country mix\High Voltage\Market -market for electricity, high voltage;energy;Electricity country mix\High Voltage\Market -market for electricity, high voltage;energy;Electricity country mix\High Voltage\Market -market for electricity, high voltage;energy;Electricity country mix\High Voltage\Market -market for electricity, high voltage;energy;Electricity country mix\High Voltage\Market -market for electricity, high voltage;energy;Electricity country mix\High Voltage\Market -market for electricity, high voltage;energy;Electricity country mix\High Voltage\Market -market for electricity, high voltage;energy;Electricity country mix\High Voltage\Market -market for electricity, high voltage;energy;Electricity country mix\High Voltage\Market -market for electricity, high voltage;energy;Electricity country mix\High Voltage\Market -market for electricity, high voltage;energy;Electricity country mix\High Voltage\Market -market for electricity, high voltage;energy;Electricity country mix\High Voltage\Market -market for electricity, high voltage;energy;Electricity country mix\High Voltage\Market -market for electricity, high voltage;energy;Electricity country mix\High Voltage\Market -market for electricity, high voltage;energy;Electricity country mix\High Voltage\Market -market for electricity, high voltage;energy;Electricity country mix\High Voltage\Market -market for electricity, high voltage;energy;Electricity country mix\High Voltage\Market -market for electricity, high voltage;energy;Electricity country mix\High Voltage\Market -market for electricity, high voltage;energy;Electricity country mix\High Voltage\Market -market for electricity, high voltage;energy;Electricity country mix\High Voltage\Market -market for electricity, high voltage;energy;Electricity country mix\High Voltage\Market -market for electricity, high voltage;energy;Electricity country mix\High Voltage\Market -market for electricity, high voltage;energy;Electricity country mix\High Voltage\Market -market for electricity, high voltage;energy;Electricity country mix\High Voltage\Market -market for electricity, high voltage;energy;Electricity country mix\High Voltage\Market -market for electricity, high voltage;energy;Electricity country mix\High Voltage\Market -market for electricity, high voltage;energy;Electricity country mix\High Voltage\Market -market for electricity, high voltage;energy;Electricity country mix\High Voltage\Market -market for electricity, high voltage;energy;Electricity country mix\High Voltage\Market -market for electricity, high voltage;energy;Electricity country mix\High Voltage\Market -market for electricity, high voltage;energy;Electricity country mix\High Voltage\Market -market for electricity, high voltage;energy;Electricity country mix\High Voltage\Market -market for electricity, high voltage;energy;Electricity country mix\High Voltage\Market -market for electricity, high voltage;energy;Electricity country mix\High Voltage\Market -market for electricity, high voltage;energy;Electricity country mix\High Voltage\Market -market for electricity, high voltage;energy;Others\Obsolete -market for electricity, high voltage;energy;Electricity country mix\High Voltage\Market -market for electricity, high voltage;energy;Electricity country mix\High Voltage\Market -market for electricity, high voltage;energy;Electricity country mix\High Voltage\Market -market for electricity, high voltage;energy;Electricity country mix\High Voltage\Market -market for electricity, high voltage;energy;Electricity country mix\High Voltage\Market -market for electricity, high voltage;energy;Electricity country mix\High Voltage\Market -market for electricity, high voltage;energy;Electricity country mix\High Voltage\Market -market for electricity, high voltage;energy;Electricity country mix\High Voltage\Market -market for electricity, high voltage;energy;Electricity country mix\High Voltage\Market -market for electricity, high voltage;energy;Electricity country mix\High Voltage\Market -market for electricity, high voltage;energy;Electricity country mix\High Voltage\Market -market for electricity, high voltage;energy;Electricity country mix\High Voltage\Market -market for electricity, high voltage;energy;Electricity country mix\High Voltage\Market -market for electricity, high voltage;energy;Electricity country mix\High Voltage\Market -market for electricity, high voltage;energy;Electricity country mix\High Voltage\Market -market for electricity, high voltage;energy;Electricity country mix\High Voltage\Market -market for electricity, high voltage;energy;Electricity country mix\High Voltage\Market -market for electricity, high voltage;energy;Electricity country mix\High Voltage\Market -market for electricity, high voltage;energy;Electricity country mix\High Voltage\Market -market for electricity, high voltage;energy;Electricity country mix\High Voltage\Market -market for electricity, high voltage;energy;Electricity country mix\High Voltage\Market -market for electricity, high voltage;energy;Electricity country mix\High Voltage\Market -market for electricity, high voltage;energy;Electricity country mix\High Voltage\Market -market for electricity, high voltage;energy;Electricity country mix\High Voltage\Market -market for electricity, high voltage;energy;Electricity country mix\High Voltage\Market -market for electricity, high voltage;energy;Electricity country mix\High Voltage\Market -market for electricity, high voltage;energy;Electricity country mix\High Voltage\Market -market for electricity, high voltage;energy;Electricity country mix\High Voltage\Market -market for electricity, high voltage;energy;Electricity country mix\High Voltage\Market -market for electricity, high voltage;energy;Electricity country mix\High Voltage\Market -market for electricity, high voltage;energy;Electricity country mix\High Voltage\Market -market for electricity, high voltage;energy;Electricity country mix\High Voltage\Market -market for electricity, high voltage;energy;Electricity country mix\High Voltage\Market -market for electricity, high voltage;energy;Electricity country mix\High Voltage\Market -market for electricity, high voltage;energy;Electricity country mix\High Voltage\Market -market for electricity, high voltage;energy;Electricity country mix\High Voltage\Market -market for electricity, high voltage;energy;Electricity country mix\High Voltage\Market -market for electricity, high voltage;energy;Electricity country mix\High Voltage\Market -market for electricity, high voltage;energy;Electricity country mix\High Voltage\Market -market for electricity, high voltage;energy;Electricity country mix\High Voltage\Market -market for electricity, high voltage;energy;Electricity country mix\High Voltage\Market -market for electricity, high voltage;energy;Electricity country mix\High Voltage\Market -market for electricity, high voltage;energy;Electricity country mix\High Voltage\Market -market for electricity, high voltage;energy;Electricity country mix\High Voltage\Market -market for electricity, high voltage;energy;Electricity country mix\High Voltage\Market -market for electricity, high voltage;energy;Electricity country mix\High Voltage\Market -market for electricity, high voltage;energy;Electricity country mix\High Voltage\Market -market for electricity, high voltage;energy;Electricity country mix\High Voltage\Market -market for electricity, high voltage;energy;Electricity country mix\High Voltage\Market -market for electricity, high voltage;energy;Electricity country mix\High Voltage\Market -market for electricity, high voltage;energy;Others\Obsolete -market for electricity, high voltage;energy;Electricity country mix\High Voltage\Market -market for electricity, high voltage;energy;Electricity country mix\High Voltage\Market -market for electricity, high voltage;energy;Electricity country mix\High Voltage\Market -market for electricity, high voltage;energy;Electricity country mix\High Voltage\Market -market for electricity, high voltage;energy;Electricity country mix\High Voltage\Market -market for electricity, high voltage;energy;Electricity country mix\High Voltage\Market -market for electricity, high voltage;energy;Electricity country mix\High Voltage\Market -market for electricity, high voltage;energy;Electricity country mix\High Voltage\Market -market for electricity, high voltage;energy;Electricity country mix\High Voltage\Market -market for electricity, high voltage;energy;Electricity country mix\High Voltage\Market -market for electricity, high voltage;energy;Electricity country mix\High Voltage\Market -market for electricity, high voltage;energy;Electricity country mix\High Voltage\Market -market for electricity, high voltage;energy;Electricity country mix\High Voltage\Market -market for electricity, high voltage;energy;Electricity country mix\High Voltage\Market -market for electricity, high voltage;energy;Electricity country mix\High Voltage\Market -market for electricity, high voltage;energy;Electricity country mix\High Voltage\Market -market for electricity, high voltage;energy;Electricity country mix\High Voltage\Market -market for electricity, high voltage;energy;Electricity country mix\High Voltage\Market -market for electricity, high voltage;energy;Electricity country mix\High Voltage\Market -market for electricity, high voltage;energy;Electricity country mix\High Voltage\Market -market for electricity, high voltage;energy;Electricity country mix\High Voltage\Market -market for electricity, high voltage;energy;Electricity country mix\High Voltage\Market -market for electricity, high voltage;energy;Electricity country mix\High Voltage\Market -market for electricity, high voltage;energy;Electricity country mix\High Voltage\Market -market for electricity, high voltage;energy;Electricity country mix\High Voltage\Market -market for electricity, high voltage;energy;Electricity country mix\High Voltage\Market -market for electricity, high voltage;energy;Electricity country mix\High Voltage\Market -market for electricity, high voltage;energy;Electricity country mix\High Voltage\Market -market for electricity, high voltage;energy;Electricity country mix\High Voltage\Market -market for electricity, high voltage;energy;Electricity country mix\High Voltage\Market -market for electricity, high voltage;energy;Electricity country mix\High Voltage\Market -market for electricity, high voltage;energy;Electricity country mix\High Voltage\Market -market for electricity, high voltage;energy;Electricity country mix\High Voltage\Market -market for electricity, high voltage;energy;Electricity country mix\High Voltage\Market -market for electricity, high voltage;energy;Electricity country mix\High Voltage\Market -market for electricity, high voltage BR-Mid-western;energy;Electricity country mix\High Voltage\Market -market for electricity, high voltage BR-North-eastern;energy;Electricity country mix\High Voltage\Market -market for electricity, high voltage BR-Northern;energy;Electricity country mix\High Voltage\Market -market for electricity, high voltage BR-South-eastern;energy;Electricity country mix\High Voltage\Market -market for electricity, high voltage BR-Southern;energy;Electricity country mix\High Voltage\Market -market for electricity, high voltage IN-Eastern;energy;Electricity country mix\High Voltage\Market -market for electricity, high voltage IN-North-eastern;energy;Electricity country mix\High Voltage\Market -market for electricity, high voltage IN-Northern;energy;Electricity country mix\High Voltage\Market -market for electricity, high voltage IN-Southern;energy;Electricity country mix\High Voltage\Market -market for electricity, high voltage IN-Western;energy;Electricity country mix\High Voltage\Market -market for electricity, high voltage MRO, US;energy;Electricity country mix\High Voltage\Market -market for electricity, high voltage NPCC, US;energy;Electricity country mix\High Voltage\Market -market for electricity, high voltage WECC, US;energy;Electricity country mix\High Voltage\Market -market for electricity, high voltage, aluminium industry;energy;Others\Obsolete -market for electricity, high voltage, aluminium industry;energy;Electricity country mix\High Voltage\Market -market for electricity, high voltage, aluminium industry;energy;Electricity country mix\High Voltage\Market -market for electricity, high voltage, aluminium industry;energy;Others\Obsolete -market for electricity, high voltage, aluminium industry;energy;Others\Obsolete -market for electricity, high voltage, aluminium industry;energy;Electricity country mix\High Voltage\Market -market for electricity, high voltage, aluminium industry IAI Area;energy;Others\Obsolete -market for electricity, high voltage, aluminium industry IAI Area;energy;Others\Obsolete -market for electricity, high voltage, aluminium industry IAI Area;energy;Others\Obsolete -market for electricity, high voltage, aluminium industry IAI Area 2, without;energy;Others\Obsolete -market for electricity, high voltage, aluminium industry IAI Area 4&5 without;energy;Others\Obsolete -market for electricity, high voltage, aluminium industry IAI Area,;energy;Electricity country mix\High Voltage\Market -market for electricity, high voltage, aluminium industry IAI Area, Asia,;energy;Electricity country mix\High Voltage\Market -market for electricity, high voltage, aluminium industry IAI Area, EU27 &;energy;Electricity country mix\High Voltage\Market -market for electricity, high voltage, aluminium industry IAI Area, Europe;energy;Others\Obsolete -market for electricity, high voltage, aluminium industry IAI Area, Gulf;energy;Electricity country mix\High Voltage\Market -market for electricity, high voltage, aluminium industry IAI Area, North;energy;Others\Obsolete -market for electricity, high voltage, aluminium industry IAI Area, Russia & RER;energy;Electricity country mix\High Voltage\Market -market for electricity, high voltage, aluminium industry IAI Area, South;energy;Electricity country mix\High Voltage\Market -market for electricity, high voltage, for internal use in coal mining;energy;Electricity country mix\High Voltage\Market -market for electricity, high voltage, for Swiss Federal Railways;energy;Electricity country mix\High Voltage\Market -market for electricity, high voltage, label-certified;energy;Electricity country mix\High Voltage\Market -market for electricity, low voltage;energy;Electricity country mix\Low Voltage\Market -market for electricity, low voltage;energy;Electricity country mix\Low Voltage\Market -market for electricity, low voltage;energy;Electricity country mix\Low Voltage\Market -market for electricity, low voltage;energy;Electricity country mix\Low Voltage\Market -market for electricity, low voltage;energy;Electricity country mix\Low Voltage\Market -market for electricity, low voltage;energy;Electricity country mix\Low Voltage\Market -market for electricity, low voltage;energy;Electricity country mix\Low Voltage\Market -market for electricity, low voltage;energy;Electricity country mix\Low Voltage\Market -market for electricity, low voltage;energy;Electricity country mix\Low Voltage\Market -market for electricity, low voltage;energy;Electricity country mix\Low Voltage\Market -market for electricity, low voltage;energy;Electricity country mix\Low Voltage\Market -market for electricity, low voltage;energy;Electricity country mix\Low Voltage\Market -market for electricity, low voltage;energy;Electricity country mix\Low Voltage\Market -market for electricity, low voltage;energy;Electricity country mix\Low Voltage\Market -market for electricity, low voltage;energy;Electricity country mix\Low Voltage\Market -market for electricity, low voltage;energy;Electricity country mix\Low Voltage\Market -market for electricity, low voltage;energy;Electricity country mix\Low Voltage\Market -market for electricity, low voltage;energy;Others\Obsolete -market for electricity, low voltage;energy;Electricity country mix\Low Voltage\Market -market for electricity, low voltage;energy;Electricity country mix\Low Voltage\Market -market for electricity, low voltage;energy;Electricity country mix\Low Voltage\Market -market for electricity, low voltage;energy;Electricity country mix\Low Voltage\Market -market for electricity, low voltage;energy;Electricity country mix\Low Voltage\Market -market for electricity, low voltage;energy;Electricity country mix\Low Voltage\Market -market for electricity, low voltage;energy;Electricity country mix\Low Voltage\Market -market for electricity, low voltage;energy;Electricity country mix\Low Voltage\Market -market for electricity, low voltage;energy;Electricity country mix\Low Voltage\Market -market for electricity, low voltage;energy;Electricity country mix\Low Voltage\Market -market for electricity, low voltage;energy;Electricity country mix\Low Voltage\Market -market for electricity, low voltage;energy;Electricity country mix\Low Voltage\Market -market for electricity, low voltage;energy;Electricity country mix\Low Voltage\Market -market for electricity, low voltage;energy;Electricity country mix\Low Voltage\Market -market for electricity, low voltage;energy;Electricity country mix\Low Voltage\Market -market for electricity, low voltage;energy;Electricity country mix\Low Voltage\Market -market for electricity, low voltage;energy;Electricity country mix\Low Voltage\Market -market for electricity, low voltage;energy;Electricity country mix\Low Voltage\Market -market for electricity, low voltage;energy;Electricity country mix\Low Voltage\Market -market for electricity, low voltage;energy;Electricity country mix\Low Voltage\Market -market for electricity, low voltage;energy;Electricity country mix\Low Voltage\Market -market for electricity, low voltage;energy;Others\Obsolete -market for electricity, low voltage;energy;Electricity country mix\Low Voltage\Market -market for electricity, low voltage;energy;Electricity country mix\Low Voltage\Market -market for electricity, low voltage;energy;Electricity country mix\Low Voltage\Market -market for electricity, low voltage;energy;Electricity country mix\Low Voltage\Market -market for electricity, low voltage;energy;Electricity country mix\Low Voltage\Market -market for electricity, low voltage;energy;Electricity country mix\Low Voltage\Market -market for electricity, low voltage;energy;Electricity country mix\Low Voltage\Market -market for electricity, low voltage;energy;Electricity country mix\Low Voltage\Market -market for electricity, low voltage;energy;Electricity country mix\Low Voltage\Market -market for electricity, low voltage;energy;Electricity country mix\Low Voltage\Market -market for electricity, low voltage;energy;Electricity country mix\Low Voltage\Market -market for electricity, low voltage;energy;Electricity country mix\Low Voltage\Market -market for electricity, low voltage;energy;Electricity country mix\Low Voltage\Market -market for electricity, low voltage;energy;Electricity country mix\Low Voltage\Market -market for electricity, low voltage;energy;Electricity country mix\Low Voltage\Market -market for electricity, low voltage;energy;Electricity country mix\Low Voltage\Market -market for electricity, low voltage;energy;Electricity country mix\Low Voltage\Market -market for electricity, low voltage;energy;Electricity country mix\Low Voltage\Market -market for electricity, low voltage;energy;Electricity country mix\Low Voltage\Market -market for electricity, low voltage;energy;Electricity country mix\Low Voltage\Market -market for electricity, low voltage;energy;Electricity country mix\Low Voltage\Market -market for electricity, low voltage;energy;Electricity country mix\Low Voltage\Market -market for electricity, low voltage;energy;Electricity country mix\Low Voltage\Market -market for electricity, low voltage;energy;Electricity country mix\Low Voltage\Market -market for electricity, low voltage;energy;Electricity country mix\Low Voltage\Market -market for electricity, low voltage;energy;Electricity country mix\Low Voltage\Market -market for electricity, low voltage;energy;Electricity country mix\Low Voltage\Market -market for electricity, low voltage;energy;Electricity country mix\Low Voltage\Market -market for electricity, low voltage;energy;Electricity country mix\Low Voltage\Market -market for electricity, low voltage;energy;Electricity country mix\Low Voltage\Market -market for electricity, low voltage;energy;Electricity country mix\Low Voltage\Market -market for electricity, low voltage;energy;Electricity country mix\Low Voltage\Market -market for electricity, low voltage;energy;Electricity country mix\Low Voltage\Market -market for electricity, low voltage;energy;Electricity country mix\Low Voltage\Market -market for electricity, low voltage;energy;Electricity country mix\Low Voltage\Market -market for electricity, low voltage;energy;Electricity country mix\Low Voltage\Market -market for electricity, low voltage;energy;Electricity country mix\Low Voltage\Market -market for electricity, low voltage;energy;Electricity country mix\Low Voltage\Market -market for electricity, low voltage;energy;Electricity country mix\Low Voltage\Market -market for electricity, low voltage;energy;Electricity country mix\Low Voltage\Market -market for electricity, low voltage;energy;Electricity country mix\Low Voltage\Market -market for electricity, low voltage;energy;Electricity country mix\Low Voltage\Market -market for electricity, low voltage;energy;Electricity country mix\Low Voltage\Market -market for electricity, low voltage;energy;Electricity country mix\Low Voltage\Market -market for electricity, low voltage;energy;Electricity country mix\Low Voltage\Market -market for electricity, low voltage;energy;Electricity country mix\Low Voltage\Market -market for electricity, low voltage;energy;Electricity country mix\Low Voltage\Market -market for electricity, low voltage;energy;Electricity country mix\Low Voltage\Market -market for electricity, low voltage;energy;Electricity country mix\Low Voltage\Market -market for electricity, low voltage;energy;Electricity country mix\Low Voltage\Market -market for electricity, low voltage;energy;Electricity country mix\Low Voltage\Market -market for electricity, low voltage;energy;Electricity country mix\Low Voltage\Market -market for electricity, low voltage;energy;Electricity country mix\Low Voltage\Market -market for electricity, low voltage;energy;Electricity country mix\Low Voltage\Market -market for electricity, low voltage;energy;Electricity country mix\Low Voltage\Market -market for electricity, low voltage;energy;Electricity country mix\Low Voltage\Market -market for electricity, low voltage;energy;Electricity country mix\Low Voltage\Market -market for electricity, low voltage;energy;Electricity country mix\Low Voltage\Market -market for electricity, low voltage;energy;Electricity country mix\Low Voltage\Market -market for electricity, low voltage;energy;Electricity country mix\Low Voltage\Market -market for electricity, low voltage;energy;Electricity country mix\Low Voltage\Market -market for electricity, low voltage;energy;Electricity country mix\Low Voltage\Market -market for electricity, low voltage;energy;Electricity country mix\Low Voltage\Market -market for electricity, low voltage;energy;Electricity country mix\Low Voltage\Market -market for electricity, low voltage;energy;Electricity country mix\Low Voltage\Market -market for electricity, low voltage;energy;Electricity country mix\Low Voltage\Market -market for electricity, low voltage;energy;Electricity country mix\Low Voltage\Market -market for electricity, low voltage;energy;Electricity country mix\Low Voltage\Market -market for electricity, low voltage;energy;Electricity country mix\Low Voltage\Market -market for electricity, low voltage;energy;Electricity country mix\Low Voltage\Market -market for electricity, low voltage;energy;Electricity country mix\Low Voltage\Market -market for electricity, low voltage;energy;Electricity country mix\Low Voltage\Market -market for electricity, low voltage;energy;Electricity country mix\Low Voltage\Market -market for electricity, low voltage;energy;Electricity country mix\Low Voltage\Market -market for electricity, low voltage;energy;Electricity country mix\Low Voltage\Market -market for electricity, low voltage;energy;Electricity country mix\Low Voltage\Market -market for electricity, low voltage;energy;Electricity country mix\Low Voltage\Market -market for electricity, low voltage;energy;Electricity country mix\Low Voltage\Market -market for electricity, low voltage;energy;Electricity country mix\Low Voltage\Market -market for electricity, low voltage;energy;Electricity country mix\Low Voltage\Market -market for electricity, low voltage;energy;Electricity country mix\Low Voltage\Market -market for electricity, low voltage;energy;Electricity country mix\Low Voltage\Market -market for electricity, low voltage;energy;Electricity country mix\Low Voltage\Market -market for electricity, low voltage;energy;Electricity country mix\Low Voltage\Market -market for electricity, low voltage;energy;Electricity country mix\Low Voltage\Market -market for electricity, low voltage;energy;Electricity country mix\Low Voltage\Market -market for electricity, low voltage;energy;Others\Obsolete -market for electricity, low voltage;energy;Electricity country mix\Low Voltage\Market -market for electricity, low voltage;energy;Electricity country mix\Low Voltage\Market -market for electricity, low voltage;energy;Electricity country mix\Low Voltage\Market -market for electricity, low voltage;energy;Electricity country mix\Low Voltage\Market -market for electricity, low voltage;energy;Electricity country mix\Low Voltage\Market -market for electricity, low voltage;energy;Electricity country mix\Low Voltage\Market -market for electricity, low voltage;energy;Electricity country mix\Low Voltage\Market -market for electricity, low voltage;energy;Electricity country mix\Low Voltage\Market -market for electricity, low voltage;energy;Electricity country mix\Low Voltage\Market -market for electricity, low voltage;energy;Electricity country mix\Low Voltage\Market -market for electricity, low voltage;energy;Electricity country mix\Low Voltage\Market -market for electricity, low voltage;energy;Electricity country mix\Low Voltage\Market -market for electricity, low voltage;energy;Electricity country mix\Low Voltage\Market -market for electricity, low voltage;energy;Electricity country mix\Low Voltage\Market -market for electricity, low voltage;energy;Electricity country mix\Low Voltage\Market -market for electricity, low voltage;energy;Electricity country mix\Low Voltage\Market -market for electricity, low voltage;energy;Electricity country mix\Low Voltage\Market -market for electricity, low voltage;energy;Electricity country mix\Low Voltage\Market -market for electricity, low voltage;energy;Electricity country mix\Low Voltage\Market -market for electricity, low voltage;energy;Electricity country mix\Low Voltage\Market -market for electricity, low voltage;energy;Electricity country mix\Low Voltage\Market -market for electricity, low voltage;energy;Electricity country mix\Low Voltage\Market -market for electricity, low voltage;energy;Electricity country mix\Low Voltage\Market -market for electricity, low voltage;energy;Electricity country mix\Low Voltage\Market -market for electricity, low voltage;energy;Electricity country mix\Low Voltage\Market -market for electricity, low voltage;energy;Electricity country mix\Low Voltage\Market -market for electricity, low voltage;energy;Electricity country mix\Low Voltage\Market -market for electricity, low voltage;energy;Electricity country mix\Low Voltage\Market -market for electricity, low voltage;energy;Electricity country mix\Low Voltage\Market -market for electricity, low voltage;energy;Electricity country mix\Low Voltage\Market -market for electricity, low voltage;energy;Electricity country mix\Low Voltage\Market -market for electricity, low voltage;energy;Electricity country mix\Low Voltage\Market -market for electricity, low voltage;energy;Electricity country mix\Low Voltage\Market -market for electricity, low voltage;energy;Electricity country mix\Low Voltage\Market -market for electricity, low voltage;energy;Electricity country mix\Low Voltage\Market -market for electricity, low voltage BR-Mid-western;energy;Electricity country mix\Low Voltage\Market -market for electricity, low voltage BR-North-eastern;energy;Electricity country mix\Low Voltage\Market -market for electricity, low voltage BR-Northern;energy;Electricity country mix\Low Voltage\Market -market for electricity, low voltage BR-South-eastern;energy;Electricity country mix\Low Voltage\Market -market for electricity, low voltage BR-Southern;energy;Electricity country mix\Low Voltage\Market -market for electricity, low voltage IN-Eastern;energy;Electricity country mix\Low Voltage\Market -market for electricity, low voltage IN-North-eastern;energy;Electricity country mix\Low Voltage\Market -market for electricity, low voltage IN-Northern;energy;Electricity country mix\Low Voltage\Market -market for electricity, low voltage IN-Southern;energy;Electricity country mix\Low Voltage\Market -market for electricity, low voltage IN-Western;energy;Electricity country mix\Low Voltage\Market -market for electricity, low voltage MRO, US;energy;Electricity country mix\Low Voltage\Market -market for electricity, low voltage NPCC, US;energy;Electricity country mix\Low Voltage\Market -market for electricity, low voltage WECC, US;energy;Electricity country mix\Low Voltage\Market -market for electricity, low voltage, label-certified;energy;Electricity country mix\Low Voltage\Market -market for electricity, medium voltage;energy;Electricity country mix\Medium Voltage\Market -market for electricity, medium voltage;energy;Electricity country mix\Medium Voltage\Market -market for electricity, medium voltage;energy;Electricity country mix\Medium Voltage\Market -market for electricity, medium voltage;energy;Electricity country mix\Medium Voltage\Market -market for electricity, medium voltage;energy;Electricity country mix\Medium Voltage\Market -market for electricity, medium voltage;energy;Electricity country mix\Medium Voltage\Market -market for electricity, medium voltage;energy;Electricity country mix\Medium Voltage\Market -market for electricity, medium voltage;energy;Electricity country mix\Medium Voltage\Market -market for electricity, medium voltage;energy;Electricity country mix\Medium Voltage\Market -market for electricity, medium voltage;energy;Electricity country mix\Medium Voltage\Market -market for electricity, medium voltage;energy;Electricity country mix\Medium Voltage\Market -market for electricity, medium voltage;energy;Electricity country mix\Medium Voltage\Market -market for electricity, medium voltage;energy;Electricity country mix\Medium Voltage\Market -market for electricity, medium voltage;energy;Electricity country mix\Medium Voltage\Market -market for electricity, medium voltage;energy;Electricity country mix\Medium Voltage\Market -market for electricity, medium voltage;energy;Electricity country mix\Medium Voltage\Market -market for electricity, medium voltage;energy;Electricity country mix\Medium Voltage\Market -market for electricity, medium voltage;energy;Others\Obsolete -market for electricity, medium voltage;energy;Electricity country mix\Medium Voltage\Market -market for electricity, medium voltage;energy;Electricity country mix\Medium Voltage\Market -market for electricity, medium voltage;energy;Electricity country mix\Medium Voltage\Market -market for electricity, medium voltage;energy;Electricity country mix\Medium Voltage\Market -market for electricity, medium voltage;energy;Electricity country mix\Medium Voltage\Market -market for electricity, medium voltage;energy;Electricity country mix\Medium Voltage\Market -market for electricity, medium voltage;energy;Electricity country mix\Medium Voltage\Market -market for electricity, medium voltage;energy;Electricity country mix\Medium Voltage\Market -market for electricity, medium voltage;energy;Electricity country mix\Medium Voltage\Market -market for electricity, medium voltage;energy;Electricity country mix\Medium Voltage\Market -market for electricity, medium voltage;energy;Electricity country mix\Medium Voltage\Market -market for electricity, medium voltage;energy;Electricity country mix\Medium Voltage\Market -market for electricity, medium voltage;energy;Electricity country mix\Medium Voltage\Market -market for electricity, medium voltage;energy;Electricity country mix\Medium Voltage\Market -market for electricity, medium voltage;energy;Electricity country mix\Medium Voltage\Market -market for electricity, medium voltage;energy;Electricity country mix\Medium Voltage\Market -market for electricity, medium voltage;energy;Electricity country mix\Medium Voltage\Market -market for electricity, medium voltage;energy;Electricity country mix\Medium Voltage\Market -market for electricity, medium voltage;energy;Electricity country mix\Medium Voltage\Market -market for electricity, medium voltage;energy;Electricity country mix\Medium Voltage\Market -market for electricity, medium voltage;energy;Electricity country mix\Medium Voltage\Market -market for electricity, medium voltage;energy;Others\Obsolete -market for electricity, medium voltage;energy;Electricity country mix\Medium Voltage\Market -market for electricity, medium voltage;energy;Electricity country mix\Medium Voltage\Market -market for electricity, medium voltage;energy;Electricity country mix\Medium Voltage\Market -market for electricity, medium voltage;energy;Electricity country mix\Medium Voltage\Market -market for electricity, medium voltage;energy;Electricity country mix\Medium Voltage\Market -market for electricity, medium voltage;energy;Electricity country mix\Medium Voltage\Market -market for electricity, medium voltage;energy;Electricity country mix\Medium Voltage\Market -market for electricity, medium voltage;energy;Electricity country mix\Medium Voltage\Market -market for electricity, medium voltage;energy;Electricity country mix\Medium Voltage\Market -market for electricity, medium voltage;energy;Electricity country mix\Medium Voltage\Market -market for electricity, medium voltage;energy;Electricity country mix\Medium Voltage\Market -market for electricity, medium voltage;energy;Electricity country mix\Medium Voltage\Market -market for electricity, medium voltage;energy;Electricity country mix\Medium Voltage\Market -market for electricity, medium voltage;energy;Electricity country mix\Medium Voltage\Market -market for electricity, medium voltage;energy;Electricity country mix\Medium Voltage\Market -market for electricity, medium voltage;energy;Electricity country mix\Medium Voltage\Market -market for electricity, medium voltage;energy;Electricity country mix\Medium Voltage\Market -market for electricity, medium voltage;energy;Electricity country mix\Medium Voltage\Market -market for electricity, medium voltage;energy;Electricity country mix\Medium Voltage\Market -market for electricity, medium voltage;energy;Electricity country mix\Medium Voltage\Market -market for electricity, medium voltage;energy;Electricity country mix\Medium Voltage\Market -market for electricity, medium voltage;energy;Electricity country mix\Medium Voltage\Market -market for electricity, medium voltage;energy;Electricity country mix\Medium Voltage\Market -market for electricity, medium voltage;energy;Electricity country mix\Medium Voltage\Market -market for electricity, medium voltage;energy;Electricity country mix\Medium Voltage\Market -market for electricity, medium voltage;energy;Electricity country mix\Medium Voltage\Market -market for electricity, medium voltage;energy;Electricity country mix\Medium Voltage\Market -market for electricity, medium voltage;energy;Electricity country mix\Medium Voltage\Market -market for electricity, medium voltage;energy;Electricity country mix\Medium Voltage\Market -market for electricity, medium voltage;energy;Electricity country mix\Medium Voltage\Market -market for electricity, medium voltage;energy;Electricity country mix\Medium Voltage\Market -market for electricity, medium voltage;energy;Electricity country mix\Medium Voltage\Market -market for electricity, medium voltage;energy;Electricity country mix\Medium Voltage\Market -market for electricity, medium voltage;energy;Electricity country mix\Medium Voltage\Market -market for electricity, medium voltage;energy;Electricity country mix\Medium Voltage\Market -market for electricity, medium voltage;energy;Electricity country mix\Medium Voltage\Market -market for electricity, medium voltage;energy;Electricity country mix\Medium Voltage\Market -market for electricity, medium voltage;energy;Electricity country mix\Medium Voltage\Market -market for electricity, medium voltage;energy;Electricity country mix\Medium Voltage\Market -market for electricity, medium voltage;energy;Electricity country mix\Medium Voltage\Market -market for electricity, medium voltage;energy;Electricity country mix\Medium Voltage\Market -market for electricity, medium voltage;energy;Electricity country mix\Medium Voltage\Market -market for electricity, medium voltage;energy;Electricity country mix\Medium Voltage\Market -market for electricity, medium voltage;energy;Electricity country mix\Medium Voltage\Market -market for electricity, medium voltage;energy;Electricity country mix\Medium Voltage\Market -market for electricity, medium voltage;energy;Electricity country mix\Medium Voltage\Market -market for electricity, medium voltage;energy;Electricity country mix\Medium Voltage\Market -market for electricity, medium voltage;energy;Electricity country mix\Medium Voltage\Market -market for electricity, medium voltage;energy;Electricity country mix\Medium Voltage\Market -market for electricity, medium voltage;energy;Electricity country mix\Medium Voltage\Market -market for electricity, medium voltage;energy;Electricity country mix\Medium Voltage\Market -market for electricity, medium voltage;energy;Electricity country mix\Medium Voltage\Market -market for electricity, medium voltage;energy;Electricity country mix\Medium Voltage\Market -market for electricity, medium voltage;energy;Electricity country mix\Medium Voltage\Market -market for electricity, medium voltage;energy;Electricity country mix\Medium Voltage\Market -market for electricity, medium voltage;energy;Electricity country mix\Medium Voltage\Market -market for electricity, medium voltage;energy;Electricity country mix\Medium Voltage\Market -market for electricity, medium voltage;energy;Electricity country mix\Medium Voltage\Market -market for electricity, medium voltage;energy;Electricity country mix\Medium Voltage\Market -market for electricity, medium voltage;energy;Electricity country mix\Medium Voltage\Market -market for electricity, medium voltage;energy;Electricity country mix\Medium Voltage\Market -market for electricity, medium voltage;energy;Electricity country mix\Medium Voltage\Market -market for electricity, medium voltage;energy;Electricity country mix\Medium Voltage\Market -market for electricity, medium voltage;energy;Electricity country mix\Medium Voltage\Market -market for electricity, medium voltage;energy;Electricity country mix\Medium Voltage\Market -market for electricity, medium voltage;energy;Electricity country mix\Medium Voltage\Market -market for electricity, medium voltage;energy;Electricity country mix\Medium Voltage\Market -market for electricity, medium voltage;energy;Electricity country mix\Medium Voltage\Market -market for electricity, medium voltage;energy;Electricity country mix\Medium Voltage\Market -market for electricity, medium voltage;energy;Electricity country mix\Medium Voltage\Market -market for electricity, medium voltage;energy;Electricity country mix\Medium Voltage\Market -market for electricity, medium voltage;energy;Electricity country mix\Medium Voltage\Market -market for electricity, medium voltage;energy;Electricity country mix\Medium Voltage\Market -market for electricity, medium voltage;energy;Electricity country mix\Medium Voltage\Market -market for electricity, medium voltage;energy;Electricity country mix\Medium Voltage\Market -market for electricity, medium voltage;energy;Electricity country mix\Medium Voltage\Market -market for electricity, medium voltage;energy;Electricity country mix\Medium Voltage\Market -market for electricity, medium voltage;energy;Electricity country mix\Medium Voltage\Market -market for electricity, medium voltage;energy;Electricity country mix\Medium Voltage\Market -market for electricity, medium voltage;energy;Electricity country mix\Medium Voltage\Market -market for electricity, medium voltage;energy;Electricity country mix\Medium Voltage\Market -market for electricity, medium voltage;energy;Electricity country mix\Medium Voltage\Market -market for electricity, medium voltage;energy;Electricity country mix\Medium Voltage\Market -market for electricity, medium voltage;energy;Electricity country mix\Medium Voltage\Market -market for electricity, medium voltage;energy;Electricity country mix\Medium Voltage\Market -market for electricity, medium voltage;energy;Electricity country mix\Medium Voltage\Market -market for electricity, medium voltage;energy;Others\Obsolete -market for electricity, medium voltage;energy;Electricity country mix\Medium Voltage\Market -market for electricity, medium voltage;energy;Electricity country mix\Medium Voltage\Market -market for electricity, medium voltage;energy;Electricity country mix\Medium Voltage\Market -market for electricity, medium voltage;energy;Electricity country mix\Medium Voltage\Market -market for electricity, medium voltage;energy;Electricity country mix\Medium Voltage\Market -market for electricity, medium voltage;energy;Electricity country mix\Medium Voltage\Market -market for electricity, medium voltage;energy;Electricity country mix\Medium Voltage\Market -market for electricity, medium voltage;energy;Electricity country mix\Medium Voltage\Market -market for electricity, medium voltage;energy;Electricity country mix\Medium Voltage\Market -market for electricity, medium voltage;energy;Electricity country mix\Medium Voltage\Market -market for electricity, medium voltage;energy;Electricity country mix\Medium Voltage\Market -market for electricity, medium voltage;energy;Electricity country mix\Medium Voltage\Market -market for electricity, medium voltage;energy;Electricity country mix\Medium Voltage\Market -market for electricity, medium voltage;energy;Electricity country mix\Medium Voltage\Market -market for electricity, medium voltage;energy;Electricity country mix\Medium Voltage\Market -market for electricity, medium voltage;energy;Electricity country mix\Medium Voltage\Market -market for electricity, medium voltage;energy;Electricity country mix\Medium Voltage\Market -market for electricity, medium voltage;energy;Electricity country mix\Medium Voltage\Market -market for electricity, medium voltage;energy;Electricity country mix\Medium Voltage\Market -market for electricity, medium voltage;energy;Electricity country mix\Medium Voltage\Market -market for electricity, medium voltage;energy;Electricity country mix\Medium Voltage\Market -market for electricity, medium voltage;energy;Electricity country mix\Medium Voltage\Market -market for electricity, medium voltage;energy;Electricity country mix\Medium Voltage\Market -market for electricity, medium voltage;energy;Electricity country mix\Medium Voltage\Market -market for electricity, medium voltage;energy;Electricity country mix\Medium Voltage\Market -market for electricity, medium voltage;energy;Electricity country mix\Medium Voltage\Market -market for electricity, medium voltage;energy;Electricity country mix\Medium Voltage\Market -market for electricity, medium voltage;energy;Electricity country mix\Medium Voltage\Market -market for electricity, medium voltage;energy;Electricity country mix\Medium Voltage\Market -market for electricity, medium voltage;energy;Electricity country mix\Medium Voltage\Market -market for electricity, medium voltage;energy;Electricity country mix\Medium Voltage\Market -market for electricity, medium voltage;energy;Electricity country mix\Medium Voltage\Market -market for electricity, medium voltage;energy;Electricity country mix\Medium Voltage\Market -market for electricity, medium voltage;energy;Electricity country mix\Medium Voltage\Market -market for electricity, medium voltage;energy;Electricity country mix\Medium Voltage\Market -market for electricity, medium voltage BR-Mid-western;energy;Electricity country mix\Medium Voltage\Market -market for electricity, medium voltage BR-North-eastern;energy;Electricity country mix\Medium Voltage\Market -market for electricity, medium voltage BR-Northern;energy;Electricity country mix\Medium Voltage\Market -market for electricity, medium voltage BR-South-eastern;energy;Electricity country mix\Medium Voltage\Market -market for electricity, medium voltage BR-Southern;energy;Electricity country mix\Medium Voltage\Market -market for electricity, medium voltage IN-Eastern;energy;Electricity country mix\Medium Voltage\Market -market for electricity, medium voltage IN-North-eastern;energy;Electricity country mix\Medium Voltage\Market -market for electricity, medium voltage IN-Northern;energy;Electricity country mix\Medium Voltage\Market -market for electricity, medium voltage IN-Southern;energy;Electricity country mix\Medium Voltage\Market -market for electricity, medium voltage IN-Western;energy;Electricity country mix\Medium Voltage\Market -market for electricity, medium voltage MRO, US;energy;Electricity country mix\Medium Voltage\Market -market for electricity, medium voltage NPCC, US;energy;Electricity country mix\Medium Voltage\Market -market for electricity, medium voltage WECC, US;energy;Electricity country mix\Medium Voltage\Market -market for electricity, medium voltage, aluminium industry;energy;Others\Obsolete -market for electricity, medium voltage, aluminium industry;energy;Electricity country mix\Medium Voltage\Market -market for electricity, medium voltage, aluminium industry;energy;Electricity country mix\Medium Voltage\Market -market for electricity, medium voltage, aluminium industry;energy;Others\Obsolete -market for electricity, medium voltage, aluminium industry;energy;Others\Obsolete -market for electricity, medium voltage, aluminium industry;energy;Electricity country mix\Medium Voltage\Market -market for electricity, medium voltage, aluminium industry IAI Area;energy;Others\Obsolete -market for electricity, medium voltage, aluminium industry IAI Area;energy;Others\Obsolete -market for electricity, medium voltage, aluminium industry IAI Area;energy;Others\Obsolete -market for electricity, medium voltage, aluminium industry IAI Area 2, without;energy;Others\Obsolete -market for electricity, medium voltage, aluminium industry IAI Area 4&5;energy;Others\Obsolete -market for electricity, medium voltage, aluminium industry IAI Area,;energy;Electricity country mix\Medium Voltage\Market -market for electricity, medium voltage, aluminium industry IAI Area, Asia,;energy;Electricity country mix\Medium Voltage\Market -market for electricity, medium voltage, aluminium industry IAI Area, EU27 &;energy;Electricity country mix\Medium Voltage\Market -market for electricity, medium voltage, aluminium industry IAI Area, Europe;energy;Others\Obsolete -market for electricity, medium voltage, aluminium industry IAI Area, Gulf;energy;Electricity country mix\Medium Voltage\Market -market for electricity, medium voltage, aluminium industry IAI Area, North;energy;Others\Obsolete -market for electricity, medium voltage, aluminium industry IAI Area, Russia &;energy;Electricity country mix\Medium Voltage\Market -market for electricity, medium voltage, aluminium industry IAI Area, South;energy;Electricity country mix\Medium Voltage\Market -market for electricity, medium voltage, label-certified;energy;Electricity country mix\Medium Voltage\Market -market for electrode, negative, LiC6;material;Electronics\Component\Market -market for electrode, negative, Ni;material;Electronics\Component\Market -market for electrode, positive, LaNi5;material;Electronics\Component\Market -market for electrolyte, KOH, LiOH additive;material;Electronics\Component\Market -market for electron gun, for cathode ray tube display;material;Electronics\Component\Market -market for electronic component factory;material;Electronics\Component\Market\Infrastructure -market for electronic component machinery, unspecified;material;Electronics\Component\Market\Infrastructure -market for electronic component, active, unspecified;material;Electronics\Component\Market -market for electronic component, passive, unspecified;material;Electronics\Component\Market -market for electronics scrap;waste treatment;Electronics Waste\Market -market for electronics scrap from control units;waste treatment;Electronics Waste\Market -market for electronics, for control units;material;Electronics\Component\Market -market for electrostatic paint;material;Construction\Paints\Market -market for elevator, hydraulic;material;Construction\Others\Market\Infrastructure -market for enamelling;processing;Metals\Coating\Market -market for energy and auxilliary inputs, metal working factory;processing;Others\Obsolete -market for energy and auxilliary inputs, metal working factory;processing;Metals\Metal working\Market -market for energy and auxilliary inputs, metal working factory;processing;Metals\Metal working\Market -market for energy and auxilliary inputs, metal working machine;processing;Others\Obsolete -market for energy and auxilliary inputs, metal working machine;processing;Metals\Metal working\Market -market for energy and auxilliary inputs, metal working machine;processing;Metals\Metal working\Market -market for energy feed, gross;material;Others\Obsolete -market for energy feed, gross;material;Agricultural\Animal feed\Market -market for energy feed, gross;material;Agricultural\Animal feed\Market -market for energy requirement for assembly of heat and power co-generation;energy;Cogeneration\Gas\Market\Infrastructure -market for energy saving;processing;Energy reduction\Market -market for energy use and operation emissions, electric bicycle;transport;Road\Market -market for energy use and operation emissions, electric bicycle,;transport;Road\Market -market for energy wood harvester;transport;Road\Market\Infrastructure -market for enriched uranium, 4.2%;material;Fuels\Uranium\Enriched\Market -market for enzymes;material;Chemicals\Others\Market -market for epichlorohydrin;material;Chemicals\Organic\Market -market for epoxy resin;material;Others\Obsolete -market for epoxy resin insulator, Al2O3;material;Chemicals\Organic\Market -market for epoxy resin insulator, SiO2;material;Chemicals\Organic\Market -market for epoxy resin, liquid;material;Others\Obsolete -market for epoxy resin, liquid;material;Chemicals\Organic\Market -market for epoxy resin, liquid;material;Chemicals\Organic\Market -market for establishing orchard;material;Agricultural\Plant production\Other\Market -market for esterquat;material;Others\Obsolete -market for esterquat;material;Chemicals\Washing agents\Tensides\Market -market for esterquat;material;Chemicals\Washing agents\Tensides\Market -market for esters of versatic acid;material;Others\Obsolete -market for esters of versatic acid;material;Chemicals\Organic\Market -market for esters of versatic acid;material;Chemicals\Organic\Market -market for ethane;material;Chemicals\Gases\Market -market for ethanol fermentation plant;material;Fuels\Biofuels\Ethanol\Market\Infrastructure -market for ethanol, without water, in 95% solution state, from fermentation;material;Fuels\Biofuels\Ethanol\Market -market for ethanol, without water, in 95% solution state, from fermentation;material;Others\Obsolete -market for ethanol, without water, in 95% solution state, from fermentation;material;Fuels\Biofuels\Ethanol\Market -market for ethanol, without water, in 99.7% solution state, from ethylene;material;Others\Obsolete -market for ethanol, without water, in 99.7% solution state, from ethylene;material;Chemicals\Organic\Market -market for ethanol, without water, in 99.7% solution state, from ethylene;material;Chemicals\Organic\Market -market for ethanol, without water, in 99.7% solution state, from fermentation;material;Fuels\Biofuels\Ethanol\Market -market for ethanol, without water, in 99.7% solution state, from fermentation,;material;Fuels\Biofuels\Ethanol\Market -market for ethanol, without water, in 99.7% solution state, from fermentation,;material;Fuels\Biofuels\Ethanol\Market -market for ethoxylated alcohol (AE>20);material;Chemicals\Washing agents\Tensides\Market -market for ethoxylated alcohol (AE11);material;Chemicals\Washing agents\Tensides\Market -market for ethoxylated alcohol (AE3);material;Others\Obsolete -market for ethoxylated alcohol (AE3);material;Chemicals\Washing agents\Tensides\Market -market for ethoxylated alcohol (AE3);material;Chemicals\Washing agents\Tensides\Market -market for ethoxylated alcohol (AE7);material;Others\Obsolete -market for ethoxylated alcohol (AE7);material;Chemicals\Washing agents\Tensides\Market -market for ethoxylated alcohol (AE7);material;Chemicals\Washing agents\Tensides\Market -market for ethyl acetate;material;Chemicals\Organic\Market -market for ethyl benzene;material;Others\Obsolete -market for ethyl benzene;material;Chemicals\Organic\Market -market for ethyl benzene;material;Chemicals\Organic\Market -market for ethyl tert-butyl ether;material;Chemicals\Organic\Market -market for ethylamine;material;Chemicals\Organic\Market -market for ethylene bromide;material;Others\Obsolete -market for ethylene bromide;material;Chemicals\Organic\Market -market for ethylene bromide;material;Chemicals\Organic\Market -market for ethylene carbonate;material;Chemicals\Organic\Market -market for ethylene dichloride;material;Others\Obsolete -market for ethylene dichloride;material;Chemicals\Organic\Market -market for ethylene dichloride;material;Chemicals\Organic\Market -market for ethylene glycol;material;Chemicals\Organic\Market -market for ethylene glycol diethyl ether;material;Chemicals\Organic\Market -market for ethylene glycol dimethyl ether;material;Chemicals\Organic\Market -market for ethylene glycol monoethyl ether;material;Others\Obsolete -market for ethylene glycol monoethyl ether;material;Chemicals\Organic\Market -market for ethylene glycol monoethyl ether;material;Chemicals\Organic\Market -market for ethylene oxide;material;Others\Obsolete -market for ethylene oxide;material;Chemicals\Organic\Market -market for ethylene oxide;material;Chemicals\Organic\Market -market for ethylene vinyl acetate copolymer;material;Others\Obsolete -market for ethylene vinyl acetate copolymer;material;Plastics\Thermoplasts\Market -market for ethylene vinyl acetate copolymer;material;Plastics\Thermoplasts\Market -market for ethylene, average;material;Others\Obsolete -market for ethylene, average;material;Chemicals\Organic\Market -market for ethylene, average;material;Chemicals\Organic\Market -market for ethylene, average;material;Chemicals\Organic\Market -market for ethylene, pipeline system;material;Others\Obsolete -market for ethylene, pipeline system;material;Chemicals\Organic\Market -market for ethylene, pipeline system;material;Chemicals\Organic\Market -market for ethylenediamine;material;Others\Obsolete -market for ethylenediamine;material;Chemicals\Organic\Market -market for ethylenediamine;material;Chemicals\Organic\Market -market for ethylvinylacetate, foil;material;Plastics\Thermoplasts\Market -market for eucalyptus seedling, for planting;material;Agricultural\Plant seeds\Transformation -market for EUR-flat pallet;material;Wood\Products\Market -market for evacuated tube collector;energy;Heat\Solar\Market\Infrastructure -market for evaporation of milk;processing;Agricultural\Market -market for excavation, hydraulic digger;transport;Building equipment\Market -market for excavation, skid-steer loader;transport;Building equipment\Market -market for exhaust air outlet, steel/aluminium, 85x365 mm;material;Construction\Ventilation\Market -market for exhaust air roof hood, steel, DN 400;material;Construction\Ventilation\Market -market for exhaust air valve, in-wall housing, plastic/steel, DN 125;material;Construction\Ventilation\Market -market for expanded clay;material;Minerals\Market -market for expanded perlite;material;Minerals\Market -market for expanded vermiculite;material;Minerals\Market -market for expansion vessel, 25l;energy;Heat\Solar\Market\Infrastructure -market for expansion vessel, 80l;energy;Heat\Solar\Market\Infrastructure -market for explosive, tovex;material;Chemicals\Others\Market -market for explosives factory;material;Chemicals\Others\Market\Infrastructure -market for extrusion of plastic sheets and thermoforming, inline;processing;Plastics\Market -market for extrusion, co-extrusion;processing;Plastics\Market -market for extrusion, plastic film;processing;Plastics\Market -market for extrusion, plastic pipes;processing;Plastics\Market -market for fan, for power supply unit, desktop computer;material;Electronics\Module\Market -market for fatty acid;material;Chemicals\Organic\Market -market for fatty alcohol;material;Chemicals\Organic\Market -market for fatty alcohol sulfate;material;Chemicals\Washing agents\Tensides\Market -market for fatty alcohol sulfate;material;Others\Obsolete -market for fatty alcohol sulfate;material;Others\Obsolete -market for fava bean seed, for sowing;material;Agricultural\Plant seeds\Market -market for fava bean seed, organic, for sowing;material;Agricultural\Plant seeds\Market -market for fava bean, feed, Swiss integrated production;material;Agricultural\Animal feed\Market -market for fava bean, organic;material;Agricultural\Plant production\Legumes\Market -market for fava bean, Swiss integrated production;material;Agricultural\Plant production\Legumes\Market -market for feldspar;material;Minerals\Market -market for fennel;material;Agricultural\Plant production\Roots and Tubers\Market -market for ferrite;material;Metals\Ferro\Market -market for ferrochromium, high carbon, 55% Cr;material;Metals\Alloys\Transformation -market for ferrochromium, high-carbon, 68% Cr;material;Metals\Alloys\Market -market for ferromanganese, high-coal, 74.5% Mn;material;Metals\Alloys\Market -market for ferronickel, 25% Ni;material;Metals\Alloys\Market -market for ferrosilicon;material;Chemicals\Inorganic\Market -market for ferry;transport;Water\Market\Infrastructure -market for fertilising, by broadcaster;processing;Agricultural\Market -market for fertilising, by rig fertiliser, sugarcane;processing;Agricultural\Market -market for fertilising, by stool splitter, sugarcane;processing;Agricultural\Market -market for fibre and fabric waste, polyester;waste treatment;Others\Market -market for fibre cement corrugated slab;material;Construction\Coverings\Market -market for fibre cement facing tile;material;Construction\Coverings\Market -market for fibre cement facing tile, large format;material;Construction\Coverings\Market -market for fibre cement facing tile, small format;material;Construction\Coverings\Market -market for fibre cement roof slate;material;Construction\Coverings\Market -market for fibre, cotton;material;Textiles\Market -market for fibre, cotton, organic;material;Textiles\Market -market for fibre, flax;material;Textiles\Market -market for fibre, jute;material;Textiles\Market -market for fibre, kenaf;material;Textiles\Market -market for fibre, polyester;material;Textiles\Market -market for fibre, silk, short;material;Chemicals\Others\Transformation -market for fibre, viscose;material;Textiles\Market -market for fibreboard, hard;material;Wood\Products\Market -market for fibreboard, soft;material;Wood\Products\Market -market for fibreboard, soft, latex bonded;material;Wood\Products\Market -market for fibreboard, soft, without adhesives;material;Wood\Products\Market -market for fibre-reinforced concrete, steel;material;Construction\Concrete\Market -market for field leveling, sugarcane;processing;Agricultural\Market -market for filter cake, from sugarcane juice filtration;material;Agricultural\Intermediate Products\Market -market for filter dust from Al electrolysis;waste treatment;Others\Market -market for finishing, textile, knit cotton;processing;Textiles\Market -market for finishing, textile, woven cotton;processing;Textiles\Market -market for fish block, hake;material;Agricultural\Animal production\Fish\Market -market for fish canning plant;material;Agricultural\Food\Market\Infrastructure -market for fish canning, large fish;processing;Agricultural\Market -market for fish canning, small fish;processing;Agricultural\Market -market for fish curing plant;processing;Agricultural\Market -market for fish curing, small fish;processing;Agricultural\Market -market for fish freezing plant;processing;Agricultural\Market\Infrastructure -market for fish freezing, small fish;processing;Agricultural\Market -market for fish oil;material;Agricultural\Animal feed\Market -market for fish residues;material;Agricultural\Animal feed\Market -market for fishmeal plant;material;Agricultural\Animal feed\Market\Infrastructure -market for fishmeal, 63-65% protein;material;Agricultural\Animal feed\Market -market for fishmeal, 65-67% protein;material;Agricultural\Animal feed\Transformation -market for flat glass factory;material;Glass\Construction\Market\Infrastructure -market for flat glass, coated;material;Others\Obsolete -market for flat glass, coated;material;Glass\Construction\Market -market for flat glass, coated;material;Glass\Construction\Market -market for flat glass, uncoated;material;Others\Obsolete -market for flat glass, uncoated;material;Glass\Construction\Market -market for flat glass, uncoated;material;Glass\Construction\Market -market for flat plate solar collector, Cu absorber;energy;Heat\Solar\Market\Infrastructure -market for flax husks;material;Agricultural\Intermediate Products\Market -market for flax plant, harvested;material;Agricultural\Intermediate Products\Market -market for fleece, polyethylene;material;Plastics\Thermoplasts\Market -market for flexible duct, aluminium/PET, DN of 125;material;Construction\Ventilation\Market -market for floating collar cage;material;Agricultural\Animal production\Fish\Market\Infrastructure -market for floating hexagonal metal cage;material;Agricultural\Animal production\Fish\Market\Infrastructure -market for floor heating from air-water heat pump;energy;Heat\Heat pump\Market -market for floor heating from air-water heat pump;energy;Heat\Heat pump\Market -market for floor heating from air-water heat pump Europe without;energy;Heat\Heat pump\Market -market for floor heating from borehole heat pump;energy;Heat\Heat pump\Market -market for floor heating from borehole heat pump;energy;Heat\Heat pump\Market -market for floor heating from borehole heat pump Europe without;energy;Heat\Heat pump\Market -market for fluorescent whitening agent, DAS1, triazinylaminostilben type;material;Chemicals\Washing agents\Auxiliaries\Market -market for fluorescent whitening agent, distyrylbiphenyl type;material;Chemicals\Washing agents\Auxiliaries\Market -market for fluorine, liquid;material;Chemicals\Gases\Liquified\Market -market for fluorine, liquid;material;Chemicals\Gases\Liquified\Market -market for fluorspar, 97% purity;material;Minerals\Market -market for fluosilicic acid, without water, in 22% solution state;material;Chemicals\Acids (inorganic)\Market -market for fluting medium;material;Others\Obsolete -market for fluting medium;material;Others\Obsolete -market for flux, for wave soldering;material;Chemicals\Others\Market -market for fly ash and scrubber sludge;waste treatment;Power Plant\Market -market for fly ash and scrubber sludge;waste treatment;Others\Obsolete -market for fly ash and scrubber sludge;waste treatment;Power Plant\Market -market for fly ash and scrubber sludge Europe without;waste treatment;Power Plant\Market -market for flyash brick;material;Chemicals\Inorganic\Market -market for flyash brick;material;Chemicals\Inorganic\Market -market for foam glass;material;Construction\Insulation\Market -market for foam glass factory;material;Construction\Insulation\Market\Infrastructure -market for foam glass, electricity, label-certified;material;Construction\Insulation\Market -market for foaming agent;material;Chemicals\Washing agents\Tensides\Transformation -market for fodder beet seed, for sowing;material;Agricultural\Plant seeds\Market -market for fodder beet, Swiss integrated production;material;Agricultural\Animal feed\Market -market for fodder loading, by self-loading trailer;processing;Agricultural\Market -market for fodder yeast;waste treatment;Biowaste\Market -market for folding boxboard/chipboard;material;Paper+ Board\Board\Market -market for folpet;material;Chemicals\Pesticides\Market -market for forestry harvester;transport;Road\Market\Infrastructure -market for forging, steel;processing;Metals\Chipless shaping\Market -market for formaldehyde;material;Others\Obsolete -market for formaldehyde;material;Chemicals\Organic\Market -market for formaldehyde;material;Chemicals\Organic\Market -market for formic acid;material;Chemicals\Acids (organic)\Market -market for formic acid;material;Chemicals\Acids (organic)\Market -market for forwarder;transport;Road\Market\Infrastructure -market for forwarding, forwarder;processing;Agricultural\Market -market for fosetyl-Al;material;Chemicals\Pesticides\Market -market for fraction 1 from naphtha separation;material;Chemicals\Organic\Market -market for fraction 7 from naphtha separation;material;Chemicals\Organic\Market -market for fraction 8 from naphtha separation;material;Chemicals\Organic\Market -market for freight ship, transoceanic;transport;Others\Obsolete -market for frit, for cathode ray tube display;material;Electronics\Component\Market -market for frit, for ceramic tile;material;Construction\Ceramics\Market -market for frozen fish sticks, hake;material;Agricultural\Food\Market -market for fruit tree seedling, for planting;material;Agricultural\Plant seeds\Market -market for fuel cell, polymer electrolyte membrane, 2kW electrical, future;energy;Cogeneration\Gas\Market\Infrastructure -market for fuel cell, solid oxide, 125kW electrical, future;energy;Cogeneration\Gas\Market\Infrastructure -market for fuel cell, solid oxide, with micro gas turbine, 180kW electrical,;energy;Cogeneration\Gas\Market\Infrastructure -market for fuel cell, stack polymer electrolyte membrane, 2kW electrical,;energy;Cogeneration\Gas\Market\Infrastructure -market for fuel cell, stack solid oxide, 125kW electrical, future;energy;Cogeneration\Gas\Market\Infrastructure -market for funnel glass, for cathode ray tube display;material;Electronics\Component\Market -market for furnace, logs, 30kW;energy;Heat\Wood\Market\Infrastructure -market for furnace, logs, 6kW;energy;Heat\Wood\Market\Infrastructure -market for furnace, logs, 6kW;energy;Others\Obsolete -market for furnace, logs, 6kW;energy;Heat\Wood\Market\Infrastructure -market for furnace, logs, average storage area, 100kW;energy;Heat\Wood\Market\Infrastructure -market for furnace, logs, average storage area, 30kW;energy;Heat\Wood\Market\Infrastructure -market for furnace, logs, average storage area, 6kW;energy;Heat\Wood\Market\Infrastructure -market for furnace, logs, hardwood storage area, 100kW;energy;Heat\Wood\Market\Infrastructure -market for furnace, logs, hardwood storage area, 30kW;energy;Heat\Wood\Market\Infrastructure -market for furnace, logs, hardwood storage area, 6kW;energy;Heat\Wood\Market\Infrastructure -market for furnace, logs, softwood storage area, 100kW;energy;Heat\Wood\Market\Infrastructure -market for furnace, logs, softwood storage area, 30kW;energy;Heat\Wood\Market\Infrastructure -market for furnace, logs, softwood storage area, 6kW;energy;Heat\Wood\Market\Infrastructure -market for furnace, pellet, 15kW;energy;Heat\Wood\Market\Infrastructure -market for furnace, pellet, 50kW;energy;Heat\Wood\Market\Infrastructure -market for furnace, pellets, 25kW;energy;Heat\Wood\Market\Infrastructure -market for furnace, pellets, 9kW;energy;Heat\Wood\Market\Infrastructure -market for furnace, pellets, with silo, 300kW;energy;Heat\Wood\Market\Infrastructure -market for furnace, wood chips, average storage area, 1000kW;energy;Heat\Wood\Market\Infrastructure -market for furnace, wood chips, average storage area, 300kW;energy;Heat\Wood\Market\Infrastructure -market for furnace, wood chips, average storage area, 50kW;energy;Heat\Wood\Market\Infrastructure -market for furnace, wood chips, hardwood storage area, 1000kW;energy;Heat\Wood\Market\Infrastructure -market for furnace, wood chips, hardwood storage area, 300kW;energy;Heat\Wood\Market\Infrastructure -market for furnace, wood chips, hardwood storage area, 50kW;energy;Heat\Wood\Market\Infrastructure -market for furnace, wood chips, softwood storage area, 1000kW;energy;Heat\Wood\Market\Infrastructure -market for furnace, wood chips, softwood storage area, 300kW;energy;Heat\Wood\Market\Infrastructure -market for furnace, wood chips, softwood storage area, 50kW;energy;Heat\Wood\Market\Infrastructure -market for furnace, wood chips, with silo, 1000kW;energy;Heat\Wood\Market\Infrastructure -market for furnace, wood chips, with silo, 300kW;energy;Heat\Wood\Market\Infrastructure -market for furnace, wood chips, with silo, 5000kW;energy;Heat\Wood\Market\Infrastructure -market for furnace, wood chips, with silo, 50kW;energy;Heat\Wood\Market\Infrastructure -market for furniture;material;Appliances\Market\Infrastructure -market for furrow covering, sugarcane;processing;Agricultural\Market -market for furrowing, sugarcane;processing;Agricultural\Market -market for gallium, in Bayer liquor from aluminium production;material;Metals\Non ferro\Market -market for gallium, semiconductor-grade;material;Metals\Non ferro\Market -market for garage, wood, non-insulated, fire-protected;material;Construction\Others\Market\Infrastructure -market for gas boiler;energy;Heat\Gas\Market\Infrastructure -market for gas motor, 206kW;energy;Cogeneration\Gas\Market\Infrastructure -market for gas motor, mini CHP plant;energy;Cogeneration\Gas\Market\Infrastructure -market for gas power plant, 100MW electrical;energy;Electricity by fuel\Gas\Market\Infrastructure -market for gas power plant, 300MW electrical;energy;Electricity by fuel\Gas\Market\Infrastructure -market for gas power plant, combined cycle, 400MW electrical;energy;Electricity by fuel\Gas\Market\Infrastructure -market for gas turbine, 10MW electrical;energy;Electricity by fuel\Gas\Market\Infrastructure -market for generator, 200kW electrical;energy;Cogeneration\Gas\Market\Infrastructure -market for generator, mini CHP plant;energy;Cogeneration\Gas\Market\Infrastructure -market for geothermal power plant, 5.5MWel;energy;Electricity by fuel\Geothermal\Market\Infrastructure -market for geothermal power plant, Hot-Dry-Rock;energy;Electricity by fuel\Geothermal\Market\Infrastructure -market for geothermal power plant, undefined type;energy;Electricity by fuel\Geothermal\Market\Infrastructure -market for glass cullet, for Saint-Gobain ISOVER SA;material;Glass\Waste glass\Market -market for glass cullet, from fluorescent lamps treatment;waste treatment;Electronics Waste\Market -market for glass cullet, from used cathode ray tube panels;waste treatment;Electronics Waste\Market -market for glass cullet, lead containing, from used cathode ray tube;waste treatment;Electronics Waste\Market -market for glass cullet, mixed glass from used cathode ray tube;waste treatment;Electronics Waste\Market -market for glass cullet, sorted;material;Glass\Waste glass\Market -market for glass etching factory;material;Glass\Construction\Market\Infrastructure -market for glass fibre;material;Glass\Construction\Market -market for glass fibre reinforced plastic, polyamide, injection moulded;material;Plastics\Thermoplasts\Market -market for glass fibre reinforced plastic, polyester resin, hand lay-up;material;Plastics\Thermosets\Market -market for glass from used cathode ray tube;waste treatment;Electronics Waste\Market -market for glass tube factory;material;Glass\Construction\Market\Infrastructure -market for glass tube, borosilicate;material;Glass\Construction\Market -market for glass wool mat;material;Construction\Insulation\Market -market for glass, for liquid crystal display;material;Electronics\Component\Market -market for glazing, double, U<1.1 W/m2K;material;Glass\Construction\Market -market for glazing, double, U<1.1 W/m2K, laminated safety glass;material;Glass\Construction\Market -market for glazing, triple, U<0.5 W/m2K;material;Glass\Construction\Market -market for glider, for electric scooter;material;Electronics\Component\Market -market for glider, passenger car;material;Electronics\Component\Market -market for glucose;material;Chemicals\Organic\Market -market for glued laminated timber, for indoor use;material;Wood\Products\Market -market for glued laminated timber, for outdoor use;material;Wood\Products\Market -market for glycerine;material;Others\Obsolete -market for glycerine;material;Chemicals\Organic\Market -market for glycerine;material;Chemicals\Organic\Market -market for glycine;material;Chemicals\Organic\Market -market for glyoxal;material;Others\Obsolete -market for glyoxal;material;Chemicals\Organic\Market -market for glyoxal;material;Chemicals\Organic\Market -market for glyphosate;material;Chemicals\Pesticides\Market -market for gold;material;Metals\Non ferro\Market -market for gold, unrefined;material;Metals\Non ferro\Market -market for gold-silver, ingot;material;Metals\Non ferro\Market -market for goods wagon;transport;Rail\Market\Infrastructure -market for granulated blast furnace slag;material;Metals\Waste metals\Market -market for granulated blast furnace slag;material;Metals\Waste metals\Market -market for grape;material;Agricultural\Plant production\Fruits\Market -market for graphic paper, 100% recycled;material;Paper+ Board\Graphic paper\Market -market for graphite;material;Chemicals\Organic\Market -market for graphite, battery grade;material;Chemicals\Organic\Market -market for grass fibre;waste treatment;Biowaste\Market -market for grass seed, organic, for sowing;material;Agricultural\Plant seeds\Market -market for grass seed, Swiss integrated production, at farm;material;Agricultural\Plant seeds\Market -market for grass seed, Swiss integrated production, for sowing;material;Agricultural\Plant seeds\Market -market for grass seed, Swiss integrated production, for sowing;material;Others\Obsolete -market for grass silage, organic;material;Agricultural\Animal feed\Market -market for grass silage, Swiss integrated production;material;Agricultural\Animal feed\Market -market for grass, organic;material;Agricultural\Animal feed\Market -market for grass, Swiss integrated production;material;Agricultural\Animal feed\Market -market for grass, Swiss integrated production;material;Others\Obsolete -market for gravel, crushed;material;Minerals\Market -market for gravel, crushed;material;Minerals\Market -market for gravel, crushed;material;Minerals\Market -market for gravel, crushed;material;Others\Obsolete -market for gravel, crushed;material;Minerals\Market -market for gravel, crushed;material;Minerals\Market -market for gravel, round;material;Minerals\Market -market for gravel, round;material;Others\Obsolete -market for gravel, round;material;Minerals\Market -market for gravel/sand quarry infrastructure;material;Minerals\Market\Infrastructure -market for green asparagus;material;Agricultural\Plant production\Vegetables\Market -market for green bell pepper;material;Others\Obsolete -market for green liquor dregs;waste treatment;Others\Market -market for green manure, organic, until April;material;Others\Obsolete -market for green manure, organic, until April;material;Chemicals\Fertilisers (organic)\Market -market for green manure, organic, until April;material;Others\Obsolete -market for green manure, organic, until February;material;Chemicals\Fertilisers (organic)\Market -market for green manure, organic, until February;material;Others\Obsolete -market for green manure, organic, until February;material;Chemicals\Fertilisers (organic)\Market -market for green manure, organic, until January;material;Others\Obsolete -market for green manure, organic, until January;material;Chemicals\Fertilisers (organic)\Market -market for green manure, organic, until January;material;Others\Obsolete -market for green manure, organic, until March;material;Others\Obsolete -market for green manure, organic, until March;material;Chemicals\Fertilisers (organic)\Market -market for green manure, organic, until March;material;Others\Obsolete -market for green manure, Swiss integrated production, until April;material;Chemicals\Fertilisers (organic)\Market -market for green manure, Swiss integrated production, until April;material;Others\Obsolete -market for green manure, Swiss integrated production, until April;material;Others\Obsolete -market for green manure, Swiss integrated production, until February;material;Chemicals\Fertilisers (organic)\Market -market for green manure, Swiss integrated production, until February;material;Others\Obsolete -market for green manure, Swiss integrated production, until February;material;Others\Obsolete -market for green manure, Swiss integrated production, until January;material;Chemicals\Fertilisers (organic)\Market -market for green manure, Swiss integrated production, until January;material;Others\Obsolete -market for green manure, Swiss integrated production, until January;material;Others\Obsolete -market for green manure, Swiss integrated production, until March;material;Chemicals\Fertilisers (organic)\Market -market for green manure, Swiss integrated production, until March;material;Others\Obsolete -market for green manure, Swiss integrated production, until March;material;Others\Obsolete -market for greenhouse, glass walls and roof;material;Agricultural\Plant production\Other\Transformation\Infrastructure -market for greenhouse, plastic walls and roof;material;Agricultural\Plant production\Other\Transformation\Infrastructure -market for ground granulated blast furnace slag;material;Others\Obsolete -market for ground granulated blast furnace slag;material;Construction\Binders\Market -market for ground granulated blast furnace slag;material;Construction\Binders\Market -market for ground granulated blast furnace slag;material;Construction\Binders\Market -market for ground granulated blast furnace slag;material;Construction\Binders\Market -market for gypsum fibreboard;material;Construction\Coverings\Market -market for gypsum plasterboard;material;Construction\Coverings\Market -market for gypsum, mineral;material;Others\Obsolete -market for gypsum, mineral;material;Minerals\Market -market for gypsum, mineral;material;Minerals\Market -market for gypsum, mineral;material;Minerals\Market -market for gypsum, mineral;material;Minerals\Market -market for H3PO4 purification residue;waste treatment;Others\Market -market for hair dryer;material;Appliances\Market\Infrastructure -market for hard chromium coat, electroplating, steel substrate, 0.14 mm;processing;Metals\Coating\Market -market for hard coal;material;Fuels\Coal\Market -market for hard coal;material;Fuels\Coal\Market -market for hard coal;material;Fuels\Coal\Market -market for hard coal;material;Fuels\Coal\Market -market for hard coal;material;Others\Obsolete -market for hard coal;material;Fuels\Coal\Market -market for hard coal;material;Fuels\Coal\Market -market for hard coal;material;Fuels\Coal\Market -market for hard coal;material;Fuels\Coal\Market -market for hard coal;material;Others\Obsolete -market for hard coal;material;Fuels\Coal\Market -market for hard coal ash;waste treatment;Others\Market -market for hard coal ash;waste treatment;Others\Obsolete -market for hard coal ash;waste treatment;Others\Market -market for hard coal briquettes;material;Others\Obsolete -market for hard coal briquettes;material;Fuels\Coal\Market -market for hard coal briquettes;material;Fuels\Coal\Market -market for hard coal briquettes factory;material;Fuels\Coal\Market\Infrastructure -market for hard coal coke factory;material;Fuels\Coal\Market\Infrastructure -market for hard coal Europe, without Russia and;material;Fuels\Coal\Market -market for hard coal power plant;energy;Electricity by fuel\Coal\Market\Infrastructure -market for hard coal preparation plant;material;Fuels\Coal\Market\Infrastructure -market for hard coal, run-of-mine;material;Fuels\Coal\Market -market for hard coal, run-of-mine;material;Fuels\Coal\Market -market for hard disk drive, for desktop computer;material;Electronics\Module\Market -market for hard disk drive, for laptop computer;material;Electronics\Module\Market -market for harvester;processing;Agricultural\Market\Infrastructure -market for harvesting, by complete harvester, beets;processing;Agricultural\Market -market for harvesting, by complete harvester, ground crops;processing;Agricultural\Market -market for harvesting, by complete harvester, potatoes;processing;Others\Obsolete -market for harvesting, forestry harvester;processing;Agricultural\Market -market for harvesting, sugarcane;processing;Agricultural\Market -market for harvesting/bundling, energy wood harvester;processing;Agricultural\Market -market for hay;material;Agricultural\Plant production\Roughage\Market -market for hay, organic, intensive;material;Agricultural\Plant production\Roughage\Market -market for hay, Swiss integrated production, extensive;material;Agricultural\Plant production\Roughage\Market -market for hay, Swiss integrated production, intensive;material;Agricultural\Plant production\Roughage\Market -market for haying, by rotary tedder;processing;Agricultural\Market -market for hazardous waste incineration facility;processing;Waste\Market\Infrastructure -market for hazardous waste, for incineration;waste treatment;Incineration\Hazardous waste incineration\Market -market for hazardous waste, for incineration;waste treatment;Others\Obsolete -market for hazardous waste, for incineration;waste treatment;Incineration\Hazardous waste incineration\Market -market for hazardous waste, for incineration Europe without;waste treatment;Incineration\Hazardous waste incineration\Market -market for hazardous waste, for underground deposit;waste treatment;Others\Market -market for heat and power co-generation unit construction, 6400kW thermal,;energy;Cogeneration\Gas\Market\Infrastructure -market for heat and power co-generation unit construction, 6400kW thermal,;energy;Cogeneration\Gas\Market\Infrastructure -market for heat and power co-generation unit construction, 6400kW thermal,;energy;Cogeneration\Gas\Market\Infrastructure -market for heat and power co-generation unit, 160kW electrical, common;energy;Cogeneration\Gas\Market\Infrastructure -market for heat and power co-generation unit, 160kW electrical, components for;energy;Cogeneration\Gas\Market\Infrastructure -market for heat and power co-generation unit, 160kW electrical, components for;energy;Cogeneration\Gas\Market\Infrastructure -market for heat and power co-generation unit, 1MW electrical, common components;energy;Cogeneration\Gas\Market\Infrastructure -market for heat and power co-generation unit, 1MW electrical, components for;energy;Cogeneration\Gas\Market\Infrastructure -market for heat and power co-generation unit, 1MW electrical, components for;energy;Cogeneration\Gas\Market\Infrastructure -market for heat and power co-generation unit, 1MWel, 6.4MWth;energy;Cogeneration\Gas\Market\Infrastructure -market for heat and power co-generation unit, 200kW electrical, common;energy;Cogeneration\Gas\Market\Infrastructure -market for heat and power co-generation unit, 200kW electrical, components for;energy;Cogeneration\Gas\Market\Infrastructure -market for heat and power co-generation unit, 200kW electrical, components for;energy;Cogeneration\Gas\Market\Infrastructure -market for heat and power co-generation unit, 200kW electrical, diesel SCR,;energy;Cogeneration\Oil\Market\Infrastructure -market for heat and power co-generation unit, 200kW electrical, diesel SCR,;energy;Cogeneration\Oil\Market\Infrastructure -market for heat and power co-generation unit, 200kW electrical, diesel SCR,;energy;Cogeneration\Oil\Market\Infrastructure -market for heat and power co-generation unit, 500kW electrical, common;energy;Cogeneration\Gas\Market\Infrastructure -market for heat and power co-generation unit, 500kW electrical, components for;energy;Cogeneration\Gas\Market\Infrastructure -market for heat and power co-generation unit, 500kW electrical, components for;energy;Cogeneration\Gas\Market\Infrastructure -market for heat and power co-generation unit, 50kW electrical, common;energy;Cogeneration\Gas\Market\Infrastructure -market for heat and power co-generation unit, 50kW electrical, components for;energy;Cogeneration\Gas\Market\Infrastructure -market for heat and power co-generation unit, 50kW electrical, components for;energy;Cogeneration\Gas\Market\Infrastructure -market for heat and power co-generation unit, organic Rankine cycle, 1000kW;energy;Cogeneration\Gas\Market\Infrastructure -market for heat and power co-generation unit, organic Rankine cycle, 1400kW;energy;Cogeneration\Gas\Market\Infrastructure -market for heat and power co-generation unit, organic Rankine cycle, 1400kW;energy;Cogeneration\Gas\Market\Infrastructure -market for heat and power co-generation unit, organic Rankine cycle, 1400kW;energy;Cogeneration\Gas\Market\Infrastructure -market for heat and power co-generation unit, organic Rankine cycle, 1MWe, 6.4;energy;Cogeneration\Gas\Market\Infrastructure -market for heat and power co-generation unit, organic Rankine cycle, 200kW;energy;Cogeneration\Gas\Market\Infrastructure -market for heat and power co-generation unit, organic Rankine cycle, 3MW;energy;Cogeneration\Gas\Market\Infrastructure -market for heat carrier liquid, 40% C3H8O2;waste treatment;Others\Market -market for heat carrier liquid, 40% C3H8O2;waste treatment;Others\Obsolete -market for heat carrier liquid, 40% C3H8O2;waste treatment;Others\Market -market for heat distribution equipment, hydronic radiant floor heating, 150m2;energy;Heat\Heat pump\Market\Infrastructure -market for heat pump, 30kW;energy;Heat\Heat pump\Market\Infrastructure -market for heat pump, brine-water, 10kW;energy;Heat\Heat pump\Market\Infrastructure -market for heat pump, diffusion absorption, 4kW, future;energy;Heat\Heat pump\Market\Infrastructure -market for heat pump, diffusion absorption, 4kW, future;energy;Others\Obsolete -market for heat pump, diffusion absorption, 4kW, future;energy;Heat\Heat pump\Market\Infrastructure -market for heat pump, for mini CHP plant;energy;Cogeneration\Gas\Market\Infrastructure -market for heat pump, heat and power co-generation unit, 160kW electrical;energy;Cogeneration\Gas\Market\Infrastructure -market for heat storage, 2000l;energy;Heat\Solar\Market\Infrastructure -market for heat transport fluid system, solar thermal parabolic trough, 50 MW;energy;Heat\Solar\Market\Infrastructure -market for heat, air-water heat pump 10kW;energy;Others\Obsolete -market for heat, central or small-scale, Jakobsberg;energy;Cogeneration\Gas\Market -market for heat, central or small-scale, Jakobsberg;energy;Others\Obsolete -market for heat, central or small-scale, Jakobsberg;energy;Cogeneration\Gas\Market -market for heat, central or small-scale, natural gas;energy;Heat\Gas\Market -market for heat, central or small-scale, natural gas;energy;Heat\Gas\Market -market for heat, central or small-scale, natural gas and heat pump, Jakobsberg;energy;Heat\Gas\Market -market for heat, central or small-scale, natural gas Europe without;energy;Heat\Gas\Market -market for heat, central or small-scale, natural gas, Jakobsberg;energy;Heat\Gas\Market -market for heat, central or small-scale, other than natural gas;energy;Heat\Others\Market -market for heat, central or small-scale, other than natural gas;energy;Heat\Others\Market -market for heat, central or small-scale, other than natural gas Europe without;energy;Heat\Others\Market -market for heat, district or industrial, natural gas;energy;Heat\Gas\Transformation -market for heat, district or industrial, natural gas;energy;Heat\Gas\Transformation -market for heat, district or industrial, natural gas;energy;Heat\Gas\Transformation -market for heat, district or industrial, natural gas Europe without;energy;Heat\Gas\Transformation -market for heat, district or industrial, other than natural gas;energy;Heat\Others\Market -market for heat, district or industrial, other than natural gas;energy;Heat\Others\Market -market for heat, district or industrial, other than natural gas;energy;Heat\Others\Market -market for heat, district or industrial, other than natural gas Europe without;energy;Heat\Others\Market -market for heat, for reuse in municipal waste incineration only;energy;Heat\Waste\Market -market for heat, for reuse in municipal waste incineration only;energy;Heat\Waste\Market -market for heat, for reuse in municipal waste incineration only;energy;Heat\Waste\Market -market for heat, for reuse in municipal waste incineration only;energy;Others\Obsolete -market for heat, for reuse in municipal waste incineration only;energy;Others\Obsolete -market for heat, for reuse in municipal waste incineration only;energy;Others\Obsolete -market for heat, for reuse in municipal waste incineration only;energy;Others\Obsolete -market for heat, for reuse in municipal waste incineration only;energy;Others\Obsolete -market for heat, for reuse in municipal waste incineration only;energy;Heat\Waste\Market -market for heat, for reuse in municipal waste incineration only;energy;Heat\Waste\Market -market for heat, for reuse in municipal waste incineration only;energy;Heat\Waste\Market -market for heat, for reuse in municipal waste incineration only;energy;Heat\Waste\Market -market for heat, for reuse in municipal waste incineration only;energy;Heat\Waste\Market -market for heat, for reuse in municipal waste incineration only;energy;Heat\Waste\Market -market for heat, for reuse in municipal waste incineration only;energy;Heat\Waste\Market -market for heat, for reuse in municipal waste incineration only;energy;Heat\Waste\Market -market for heat, for reuse in municipal waste incineration only;energy;Heat\Waste\Market -market for heat, for reuse in municipal waste incineration only;energy;Heat\Waste\Market -market for heat, for reuse in municipal waste incineration only;energy;Heat\Waste\Market -market for heat, for reuse in municipal waste incineration only;energy;Heat\Waste\Market -market for heat, for reuse in municipal waste incineration only;energy;Heat\Waste\Market -market for heat, for reuse in municipal waste incineration only;energy;Heat\Waste\Market -market for heat, for reuse in municipal waste incineration only;energy;Heat\Waste\Market -market for heat, for reuse in municipal waste incineration only;energy;Heat\Waste\Market -market for heat, for reuse in municipal waste incineration only;energy;Heat\Waste\Market -market for heat, for reuse in municipal waste incineration only;energy;Heat\Waste\Market -market for heat, for reuse in municipal waste incineration only;energy;Heat\Waste\Market -market for heat, for reuse in municipal waste incineration only;energy;Heat\Waste\Market -market for heat, for reuse in municipal waste incineration only;energy;Heat\Waste\Market -market for heat, for reuse in municipal waste incineration only;energy;Heat\Waste\Market -market for heat, for reuse in municipal waste incineration only;energy;Heat\Waste\Market -market for heat, from steam, in chemical industry;energy;Heat\Steam\Market -market for heat, from steam, in chemical industry;energy;Heat\Steam\Market -market for heat, future;energy;Heat\Others\Market -market for heating and sanitary equipment, heat and power co-generation unit,;energy;Cogeneration\Gas\Market\Infrastructure -market for heating and sanitary equipment, mini CHP plant;energy;Cogeneration\Gas\Market\Infrastructure -market for heavy fuel oil;material;Fuels\Oil\Fuel oil\Market -market for heavy fuel oil;material;Fuels\Oil\Fuel oil\Market -market for heavy fuel oil;material;Fuels\Oil\Fuel oil\Market -market for heavy fuel oil;material;Fuels\Oil\Fuel oil\Market -market for heavy fuel oil;material;Fuels\Oil\Fuel oil\Market -market for heavy fuel oil;material;Fuels\Oil\Fuel oil\Market -market for heavy fuel oil;material;Fuels\Oil\Fuel oil\Market -market for heavy fuel oil Europe without;material;Fuels\Oil\Fuel oil\Market -market for heavy fuel oil, burned in refinery furnace;energy;Others\Obsolete -market for heavy fuel oil, burned in refinery furnace;energy;Heat\Oil\Transformation -market for heavy fuel oil, burned in refinery furnace;energy;Others\Obsolete -market for heavy water;material;Chemicals\Others\Market -market for helicopter;transport;Air\Market\Infrastructure -market for helium;material;Chemicals\Gases\Market -market for helium, crude;material;Chemicals\Gases\Market -market for helium, crude stockpiling;material;Chemicals\Gases\Market -market for heptane;material;Chemicals\Organic\Market -market for hexafluoroethane;material;Chemicals\Organic\Market -market for hexamethyldisilazane;material;Chemicals\Organic\Market -market for hexane;material;Chemicals\Organic\Market -market for high level radioactive waste for final repository;waste treatment;Nuclear waste\Market -market for high level radioactive waste for final repository;waste treatment;Others\Obsolete -market for high level radioactive waste for final repository;waste treatment;Nuclear waste\Market -market for hoeing;processing;Agricultural\Market -market for horn meal;material;Chemicals\Fertilisers (organic)\Market -market for horticultural fleece;material;Plastics\Thermoplasts\Market -market for hot rolling, steel;processing;Metals\Chipless shaping\Market -market for hot water tank factory;energy;Heat\Solar\Market\Infrastructure -market for hot water tank, 600l;energy;Heat\Solar\Market\Infrastructure -market for housing system, cattle, loose, per animal unit;processing;Agricultural\Market\Infrastructure -market for housing system, cattle, tied, per animal unit;processing;Agricultural\Market\Infrastructure -market for housing system, pig, fully-slatted floor, per pig place;processing;Agricultural\Market\Infrastructure -market for housing system, pig, label-certified, per pig place;processing;Agricultural\Market\Infrastructure -market for hydraulic digger;transport;Building equipment\Market\Infrastructure -market for hydraulic fracturing fluid;material;Chemicals\Others\Market -market for hydrazine;material;Others\Obsolete -market for hydrazine;material;Chemicals\Inorganic\Market -market for hydrazine;material;Chemicals\Inorganic\Market -market for hydrazine sulfate;material;Chemicals\Inorganic\Market -market for hydrochloric acid, without water, in 30% solution state;material;Chemicals\Acids (inorganic)\Market -market for hydrochloric acid, without water, in 30% solution state;material;Chemicals\Acids (inorganic)\Market -market for hydrogen cyanide;material;Others\Obsolete -market for hydrogen cyanide;material;Chemicals\Gases\Market -market for hydrogen cyanide;material;Chemicals\Gases\Market -market for hydrogen fluoride;material;Others\Obsolete -market for hydrogen fluoride;material;Chemicals\Acids (inorganic)\Market -market for hydrogen fluoride;material;Chemicals\Acids (inorganic)\Market -market for hydrogen peroxide, without water, in 50% solution state;material;Others\Obsolete -market for hydrogen peroxide, without water, in 50% solution state;material;Chemicals\Inorganic\Market -market for hydrogen peroxide, without water, in 50% solution state;material;Chemicals\Inorganic\Market -market for hydrogen sulfide;material;Others\Obsolete -market for hydrogen sulfide;material;Chemicals\Gases\Market -market for hydrogen sulfide;material;Chemicals\Gases\Market -market for hydrogen, gaseous;material;Chemicals\Gases\Market -market for hydrogen, liquid;material;Chemicals\Gases\Liquified\Market -market for hydrogen, liquid;material;Chemicals\Gases\Liquified\Market -market for hydropower plant, reservoir;energy;Electricity by fuel\Hydro\Reservoir\Market\Infrastructure -market for hydropower plant, reservoir, alpine region;energy;Electricity by fuel\Hydro\Reservoir\Market\Infrastructure -market for hydropower plant, reservoir, non-alpine regions;energy;Electricity by fuel\Hydro\Reservoir\Market\Infrastructure -market for hydropower plant, run-of-river;energy;Electricity by fuel\Hydro\Flow through\Market\Infrastructure -market for hydroquinone;material;Chemicals\Organic\Market -market for hydroxylamine;material;Others\Obsolete -market for hydroxylamine;material;Chemicals\Inorganic\Market -market for hydroxylamine;material;Chemicals\Inorganic\Market -market for iceberg lettuce;material;Agricultural\Plant production\Vegetables\Market -market for ilmenite, 54% titanium dioxide;material;Minerals\Market -market for imidazole;material;Chemicals\Organic\Market -market for impact extrusion of aluminium, 1 stroke;processing;Metals\Chipless shaping\Market -market for impact extrusion of aluminium, 2 strokes;processing;Metals\Chipless shaping\Market -market for impact extrusion of aluminium, 3 strokes;processing;Metals\Chipless shaping\Market -market for impact extrusion of aluminium, 4 strokes;processing;Metals\Chipless shaping\Market -market for impact extrusion of aluminium, 5 strokes;processing;Metals\Chipless shaping\Market -market for impact extrusion of aluminium, cold, initial surface treatment;processing;Metals\Chipless shaping\Market -market for impact extrusion of aluminium, cold, tempering;processing;Metals\Chipless shaping\Market -market for impact extrusion of aluminium, deformation stroke;processing;Metals\Chipless shaping\Market -market for impact extrusion of steel, cold, 1 strokes;processing;Metals\Chipless shaping\Market -market for impact extrusion of steel, cold, 2 strokes;processing;Metals\Chipless shaping\Market -market for impact extrusion of steel, cold, 3 strokes;processing;Metals\Chipless shaping\Market -market for impact extrusion of steel, cold, 4 strokes;processing;Metals\Chipless shaping\Market -market for impact extrusion of steel, cold, 5 strokes;processing;Metals\Chipless shaping\Market -market for impact extrusion of steel, cold, deformation stroke;processing;Metals\Chipless shaping\Market -market for impact extrusion of steel, cold, initial surface treatment;processing;Metals\Chipless shaping\Market -market for impact extrusion of steel, cold, tempering;processing;Metals\Chipless shaping\Market -market for impact extrusion of steel, hot, 1 strokes;processing;Metals\Chipless shaping\Market -market for impact extrusion of steel, hot, 2 strokes;processing;Metals\Chipless shaping\Market -market for impact extrusion of steel, hot, 3 strokes;processing;Metals\Chipless shaping\Market -market for impact extrusion of steel, hot, 4 strokes;processing;Metals\Chipless shaping\Market -market for impact extrusion of steel, hot, 5 strokes;processing;Metals\Chipless shaping\Market -market for impact extrusion of steel, hot, deformation stroke;processing;Metals\Chipless shaping\Market -market for impact extrusion of steel, hot, initial warming;processing;Metals\Chipless shaping\Market -market for impact extrusion of steel, hot, tempering;processing;Metals\Chipless shaping\Market -market for impact extrusion of steel, warm, 1 strokes;processing;Metals\Chipless shaping\Market -market for impact extrusion of steel, warm, 2 strokes;processing;Metals\Chipless shaping\Market -market for impact extrusion of steel, warm, 3 strokes;processing;Metals\Chipless shaping\Market -market for impact extrusion of steel, warm, 4 strokes;processing;Metals\Chipless shaping\Market -market for impact extrusion of steel, warm, 5 strokes;processing;Metals\Chipless shaping\Market -market for impact extrusion of steel, warm, deformation stroke;processing;Metals\Chipless shaping\Market -market for impact extrusion of steel, warm, initial warming;processing;Metals\Chipless shaping\Market -market for indium;material;Metals\Non ferro\Market -market for indium rich leaching residues, from zinc production;material;Chemicals\Inorganic\Market -market for indium rich leaching residues, from zinc production stockpiling;material;Chemicals\Inorganic\Market -market for indium tin oxide powder, nanoscale, for sputtering target;material;Others\Obsolete -market for indium tin oxide powder, nanoscale, for sputtering target;material;Electronics\Module\Market -market for indium tin oxide powder, nanoscale, for sputtering target;material;Electronics\Module\Market -market for inductor, auxilliaries and energy use;material;Electronics\Component\Market -market for inductor, low value multilayer chip;material;Electronics\Component\Market -market for inductor, miniature radio frequency chip;material;Electronics\Component\Market -market for inductor, ring core choke type;material;Electronics\Component\Market -market for industrial furnace, 1MW, oil;energy;Heat\Oil\Market\Infrastructure -market for industrial furnace, coal, 1-10MW;energy;Heat\Coal\Market\Infrastructure -market for industrial furnace, natural gas;energy;Heat\Gas\Market\Infrastructure -market for industrial machine, heavy, unspecified;transport;Others\Obsolete -market for industrial machine, heavy, unspecified;transport;Building equipment\Market\Infrastructure -market for industrial machine, heavy, unspecified;transport;Building equipment\Market\Infrastructure -market for inert filler;material;Chemicals\Others\Market -market for inert gas for discharge lamps;material;Chemicals\Others\Market -market for inert material landfill;processing;Waste\Market\Infrastructure -market for inert waste;waste treatment;Others\Market -market for inert waste;waste treatment;Others\Obsolete -market for inert waste;waste treatment;Others\Market -market for inert waste Europe without;waste treatment;Others\Market -market for inert waste, for final disposal;waste treatment;Others\Market -market for inert waste, for final disposal;waste treatment;Others\Obsolete -market for inert waste, for final disposal;waste treatment;Others\Market -market for infrastructure, for regional distribution of oil product;material;Fuels\Oil\Crude oil\Market\Infrastructure -market for injection moulding;processing;Plastics\Market -market for insulated gate bipolar transistor, electric vehicle application;material;Electronics\Component\Market -market for insulation spiral-seam duct, rockwool, DN 400, 30 mm;material;Construction\Insulation\Market -market for integrated circuit, logic type;material;Electronics\Component\Market -market for integrated circuit, memory type;material;Electronics\Component\Market -market for intermodal shipping container, 20-foot;transport;Intermodal\Market\Infrastructure -market for intermodal shipping container, 40-foot;transport;Intermodal\Market\Infrastructure -market for intermodal shipping container, 40-foot, high-cube;transport;Intermodal\Market\Infrastructure -market for intermodal shipping container, 45-foot, high-cube;transport;Intermodal\Market\Infrastructure -market for internal combustion engine, passenger car;transport;Road\Market\Infrastructure -market for internet access equipment;material;Electronics\Devices\Market -market for internet access, videoconference, 0.7 Mbit/s;use;Computers & network\Market -market for internet access, work, 0.2 Mbit/s;use;Computers & network\Market -market for intral;material;Chemicals\Inorganic\Market -market for inverter, 0.5kW;material;Electronics\Photovoltaic\Market\Infrastructure -market for inverter, 2.5kW;material;Electronics\Photovoltaic\Market\Infrastructure -market for inverter, 500kW;material;Electronics\Photovoltaic\Market\Infrastructure -market for inverter, for electric passenger car;material;Electronics\Component\Market\Infrastructure -market for iodine;material;Chemicals\Inorganic\Market -market for ion-exchanger for water treatment;material;Water\Industry water\Market\Infrastructure -market for iron (III) chloride, without water, in 40% solution state;material;Chemicals\Inorganic\Market -market for iron ore, beneficiated, 65% Fe;material;Minerals\Market -market for iron ore, crude ore, 46% Fe;material;Minerals\Market -market for iron ore, crude ore, 63% Fe;material;Minerals\Market -market for iron pellet;material;Metals\Ferro\Market -market for iron scrap, sorted, pressed;material;Metals\Waste metals\Market -market for iron scrap, unsorted;material;Metals\Waste metals\Market -market for iron sulfate;material;Others\Obsolete -market for iron sulfate;material;Chemicals\Inorganic\Market -market for iron sulfate;material;Chemicals\Inorganic\Market -market for iron(II) chloride;material;Chemicals\Inorganic\Market -market for iron(III) chloride, without water, in 14% iron solution state;material;Chemicals\Inorganic\Market -market for iron(III) chloride, without water, in a 12% iron solution state;material;Chemicals\Inorganic\Market -market for iron(III) sulfate, without water, in 12.5% iron solution state;material;Chemicals\Inorganic\Market -market for iron-nickel-chromium alloy;material;Metals\Alloys\Market -market for irrigation;processing;Agricultural\Market -market for irrigation;processing;Agricultural\Market -market for irrigation;processing;Agricultural\Market -market for irrigation;processing;Agricultural\Market -market for irrigation;processing;Agricultural\Market -market for irrigation;processing;Agricultural\Market -market for irrigation;processing;Agricultural\Market -market for irrigation;processing;Agricultural\Market -market for irrigation;processing;Agricultural\Market -market for irrigation;processing;Agricultural\Market -market for irrigation;processing;Agricultural\Market -market for irrigation;processing;Agricultural\Market -market for irrigation;processing;Agricultural\Market -market for irrigation;processing;Agricultural\Market -market for irrigation;processing;Agricultural\Market -market for irrigation;processing;Agricultural\Market -market for irrigation;processing;Agricultural\Market -market for isobutanol;material;Others\Obsolete -market for isobutanol;material;Chemicals\Organic\Market -market for isobutanol;material;Chemicals\Organic\Market -market for isobutyl acetate;material;Chemicals\Organic\Market -market for isohexane;material;Chemicals\Organic\Market -market for isophthalic acid based unsaturated polyester resin;material;Chemicals\Organic\Market -market for isopropanol;material;Others\Obsolete -market for isopropanol;material;Chemicals\Organic\Market -market for isopropanol;material;Chemicals\Organic\Market -market for isopropyl acetate;material;Others\Obsolete -market for isopropyl acetate;material;Chemicals\Organic\Market -market for isopropyl acetate;material;Chemicals\Organic\Market -market for isopropylamine;material;Chemicals\Organic\Market -market for isoproturon;material;Chemicals\Pesticides\Market -market for jatropha seed;material;Agricultural\Plant seeds\Market -market for joist, engineered wood;material;Wood\Products\Market -market for jute plant, harvested;material;Agricultural\Intermediate Products\Market -market for kaolin;material;Chemicals\Inorganic\Market -market for kenaf plant, harvested;material;Agricultural\Intermediate Products\Transformation -market for kerosene;material;Fuels\Oil\Kerosene\Market -market for kerosene;material;Fuels\Oil\Kerosene\Market -market for kerosene;material;Fuels\Oil\Kerosene\Market -market for kerosene;material;Fuels\Oil\Kerosene\Market -market for kerosene;material;Fuels\Oil\Kerosene\Market -market for kerosene;material;Fuels\Oil\Kerosene\Market -market for kerosene;material;Fuels\Oil\Kerosene\Market -market for kerosene Europe without;material;Fuels\Oil\Kerosene\Market -market for keyboard;material;Electronics\Devices\Market -market for kiwi;material;Agricultural\Plant production\Fruits\Market -market for kraft paper, bleached;material;Paper+ Board\Packaging paper\Market -market for kraft paper, unbleached;material;Paper+ Board\Packaging paper\Market -market for krypton, gaseous;material;Chemicals\Gases\Market -market for lactic acid;material;Chemicals\Organic\Market -market for laminated timber element, transversally prestressed, for outdoor use;material;Wood\Products\Market -market for laminating service, foil, with acrylic binder;processing;Others\Market -market for land tenure, arable land;material;Others\Obsolete -market for land tenure, arable land, measured as carbon net primary;use;Land transformation\Market -market for land tenure, arable land, measured as carbon net primary;use;Land transformation\Market -market for land tenure, arable land, measured as carbon net primary;use;Land transformation\Market -market for land tenure, arable land, measured as carbon net primary;use;Land transformation\Market -market for land tenure, arable land, measured as carbon net primary;use;Land transformation\Market -market for land tenure, arable land, measured as carbon net primary;use;Land transformation\Market -market for land tenure, arable land, measured as carbon net primary;use;Land transformation\Market -market for land tenure, arable land, measured as carbon net primary;use;Land transformation\Market -market for land tenure, arable land, measured as carbon net primary;use;Land transformation\Market -market for land tenure, arable land, measured as carbon net primary;use;Land transformation\Market -market for land tenure, arable land, measured as carbon net primary;use;Land transformation\Market -market for land tenure, arable land, measured as carbon net primary;use;Land transformation\Market -market for land tenure, arable land, measured as carbon net primary;use;Land transformation\Market -market for land tenure, arable land, measured as carbon net primary;use;Land transformation\Market -market for land tenure, arable land, measured as carbon net primary;use;Land transformation\Market -market for land tenure, arable land, measured as carbon net primary;use;Land transformation\Market -market for land tenure, arable land, measured as carbon net primary;use;Land transformation\Market -market for land tenure, arable land, measured as carbon net primary;use;Land transformation\Market -market for land tenure, arable land, measured as carbon net primary;use;Land transformation\Market -market for land tenure, arable land, measured as carbon net primary;use;Land transformation\Market -market for land tenure, arable land, measured as carbon net primary;use;Land transformation\Market -market for land tenure, arable land, measured as carbon net primary;use;Land transformation\Market -market for land tenure, arable land, measured as carbon net primary;use;Land transformation\Market -market for land tenure, arable land, measured as carbon net primary;use;Land transformation\Market -market for land tenure, arable land, measured as carbon net primary;use;Land transformation\Market -market for land tenure, arable land, measured as carbon net primary;use;Land transformation\Market -market for land tenure, arable land, measured as carbon net primary;use;Land transformation\Market -market for land tenure, arable land, measured as carbon net primary;use;Land transformation\Market -market for land tenure, arable land, measured as carbon net primary;use;Others\Obsolete -market for land tenure, arable land, measured as carbon net primary;use;Land transformation\Market -market for land tenure, arable land, measured as carbon net primary;use;Land transformation\Market -market for land tenure, arable land, measured as carbon net primary;use;Land transformation\Market -market for land tenure, arable land, measured as carbon net primary;use;Land transformation\Market -market for land tenure, arable land, measured as carbon net primary;use;Land transformation\Market -market for land tenure, arable land, measured as carbon net primary;use;Land transformation\Market -market for land tenure, arable land, measured as carbon net primary;use;Land transformation\Market -market for land tenure, arable land, measured as carbon net primary;use;Land transformation\Market -market for land tenure, arable land, measured as carbon net primary;use;Land transformation\Market -market for land tenure, arable land, measured as carbon net primary;use;Land transformation\Market -market for land tenure, arable land, measured as carbon net primary;use;Land transformation\Market -market for land tenure, arable land, measured as carbon net primary;use;Land transformation\Market -market for land tenure, arable land, measured as carbon net primary;use;Land transformation\Market -market for land tenure, arable land, measured as carbon net primary;use;Land transformation\Market -market for land tenure, arable land, measured as carbon net primary;use;Land transformation\Market -market for land tenure, arable land, measured as carbon net primary;use;Others\Obsolete -market for land tenure, arable land, measured as carbon net primary;use;Land transformation\Market -market for land tenure, arable land, measured as carbon net primary;use;Land transformation\Market -market for land tenure, arable land, measured as carbon net primary;use;Land transformation\Market -market for land tenure, arable land, measured as carbon net primary;use;Land transformation\Market -market for land tenure, arable land, measured as carbon net primary;use;Land transformation\Market -market for land tenure, arable land, measured as carbon net primary;use;Land transformation\Market -market for land tenure, arable land, measured as carbon net primary;use;Land transformation\Market -market for land tenure, arable land, measured as carbon net primary;use;Land transformation\Market -market for land tenure, arable land, measured as carbon net primary;use;Land transformation\Market -market for land tenure, arable land, measured as carbon net primary;use;Land transformation\Market -market for land tenure, arable land, measured as carbon net primary;use;Land transformation\Market -market for land tenure, arable land, measured as carbon net primary;use;Land transformation\Market -market for land tenure, arable land, measured as carbon net primary;use;Land transformation\Market -market for land tenure, arable land, measured as carbon net primary;use;Land transformation\Market -market for land tenure, arable land, measured as carbon net primary;use;Land transformation\Market -market for land tenure, arable land, measured as carbon net primary;use;Land transformation\Market -market for land tenure, arable land, measured as carbon net primary;use;Land transformation\Market -market for land tenure, arable land, measured as carbon net primary;use;Land transformation\Market -market for land tenure, arable land, measured as carbon net primary;use;Land transformation\Market -market for land tenure, arable land, measured as carbon net primary;use;Land transformation\Market -market for land tenure, arable land, measured as carbon net primary;use;Land transformation\Market -market for land tenure, arable land, measured as carbon net primary;use;Land transformation\Market -market for land tenure, arable land, measured as carbon net primary;use;Land transformation\Market -market for land tenure, arable land, measured as carbon net primary;use;Land transformation\Market -market for land tenure, arable land, measured as carbon net primary;use;Land transformation\Market -market for land tenure, arable land, measured as carbon net primary;use;Land transformation\Market -market for land tenure, arable land, measured as carbon net primary;use;Land transformation\Market -market for land tenure, arable land, measured as carbon net primary;use;Land transformation\Market -market for land tenure, arable land, measured as carbon net primary;use;Land transformation\Market -market for land tenure, arable land, measured as carbon net primary;use;Land transformation\Market -market for land tenure, arable land, measured as carbon net primary;use;Land transformation\Market -market for land tenure, arable land, measured as carbon net primary;use;Land transformation\Market -market for land tenure, arable land, measured as carbon net primary;use;Land transformation\Market -market for land tenure, arable land, measured as carbon net primary;use;Land transformation\Market -market for land tenure, arable land, measured as carbon net primary;use;Land transformation\Market -market for land tenure, arable land, measured as carbon net primary;use;Land transformation\Market -market for land tenure, arable land, measured as carbon net primary;use;Land transformation\Market -market for land tenure, arable land, measured as carbon net primary;use;Land transformation\Market -market for land tenure, arable land, measured as carbon net primary;use;Land transformation\Market -market for land tenure, arable land, measured as carbon net primary;use;Land transformation\Market -market for land tenure, arable land, measured as carbon net primary;use;Land transformation\Market -market for land tenure, arable land, measured as carbon net primary;use;Land transformation\Market -market for land tenure, arable land, measured as carbon net primary;use;Land transformation\Market -market for land tenure, arable land, measured as carbon net primary;use;Land transformation\Market -market for land tenure, arable land, measured as carbon net primary;use;Land transformation\Market -market for land tenure, arable land, measured as carbon net primary;use;Land transformation\Market -market for land tenure, arable land, measured as carbon net primary;use;Land transformation\Market -market for land tenure, arable land, measured as carbon net primary;use;Land transformation\Market -market for land tenure, arable land, measured as carbon net primary;use;Land transformation\Market -market for land tenure, arable land, measured as carbon net primary;use;Land transformation\Market -market for land tenure, arable land, measured as carbon net primary;use;Land transformation\Market -market for land tenure, arable land, measured as carbon net primary;use;Land transformation\Market -market for land tenure, arable land, measured as carbon net primary;use;Land transformation\Market -market for land tenure, arable land, measured as carbon net primary;use;Land transformation\Market -market for land tenure, arable land, measured as carbon net primary;use;Land transformation\Market -market for land tenure, arable land, measured as carbon net primary;use;Land transformation\Market -market for land tenure, arable land, measured as carbon net primary;use;Land transformation\Market -market for land tenure, arable land, measured as carbon net primary;use;Land transformation\Market -market for land tenure, arable land, measured as carbon net primary;use;Land transformation\Market -market for land tenure, arable land, measured as carbon net primary;use;Land transformation\Market -market for land tenure, arable land, measured as carbon net primary;use;Land transformation\Market -market for land tenure, arable land, measured as carbon net primary;use;Land transformation\Market -market for land tenure, arable land, measured as carbon net primary;use;Land transformation\Market -market for land tenure, arable land, measured as carbon net primary;use;Land transformation\Market -market for land tenure, arable land, measured as carbon net primary;use;Others\Obsolete -market for land tenure, arable land, measured as carbon net primary;use;Land transformation\Market -market for land tenure, arable land, measured as carbon net primary;use;Land transformation\Market -market for land tenure, arable land, measured as carbon net primary;use;Land transformation\Market -market for land tenure, arable land, measured as carbon net primary;use;Land transformation\Market -market for land tenure, arable land, measured as carbon net primary;use;Land transformation\Market -market for land tenure, arable land, measured as carbon net primary;use;Land transformation\Market -market for land tenure, arable land, measured as carbon net primary;use;Land transformation\Market -market for land tenure, arable land, measured as carbon net primary;use;Land transformation\Market -market for land tenure, arable land, measured as carbon net primary;use;Land transformation\Market -market for land tenure, arable land, measured as carbon net primary;use;Land transformation\Market -market for land tenure, arable land, measured as carbon net primary;use;Land transformation\Market -market for land tenure, arable land, measured as carbon net primary;use;Land transformation\Market -market for land tenure, arable land, measured as carbon net primary;use;Land transformation\Market -market for land tenure, arable land, measured as carbon net primary;use;Land transformation\Market -market for land tenure, arable land, measured as carbon net primary;use;Land transformation\Market -market for land tenure, arable land, measured as carbon net primary;use;Land transformation\Market -market for land tenure, arable land, measured as carbon net primary;use;Land transformation\Market -market for land tenure, arable land, measured as carbon net primary;use;Land transformation\Market -market for land tenure, arable land, measured as carbon net primary;use;Land transformation\Market -market for land tenure, arable land, measured as carbon net primary;use;Land transformation\Market -market for land tenure, arable land, measured as carbon net primary;use;Others\Obsolete -market for land tenure, arable land, measured as carbon net primary;use;Land transformation\Market -market for land tenure, arable land, measured as carbon net primary;use;Land transformation\Market -market for land tenure, arable land, measured as carbon net primary;use;Land transformation\Market -market for land tenure, arable land, measured as carbon net primary;use;Land transformation\Market -market for land use change, annual crop;use;Land transformation\Market -market for land use change, annual crop;use;Land transformation\Market -market for land use change, annual crop;use;Land transformation\Market -market for land use change, annual crop;use;Land transformation\Market -market for land use change, annual crop;use;Land transformation\Market -market for land use change, annual crop;use;Land transformation\Market -market for land use change, annual crop;use;Land transformation\Market -market for land use change, annual crop;use;Land transformation\Market -market for land use change, annual crop;use;Land transformation\Market -market for land use change, annual crop;use;Land transformation\Market -market for land use change, annual crop;use;Land transformation\Market -market for land use change, annual crop;use;Land transformation\Market -market for land use change, annual crop;use;Land transformation\Market -market for land use change, annual crop;use;Land transformation\Market -market for land use change, annual crop;use;Land transformation\Market -market for land use change, annual crop;use;Land transformation\Market -market for land use change, annual crop;use;Land transformation\Market -market for land use change, annual crop;use;Land transformation\Market -market for land use change, annual crop;use;Land transformation\Market -market for land use change, annual crop;use;Land transformation\Market -market for land use change, annual crop;use;Land transformation\Market -market for land use change, annual crop;use;Land transformation\Market -market for land use change, annual crop;use;Land transformation\Market -market for land use change, annual crop;use;Land transformation\Market -market for land use change, annual crop;use;Land transformation\Market -market for land use change, annual crop;use;Land transformation\Market -market for land use change, annual crop;use;Land transformation\Market -market for land use change, annual crop;use;Land transformation\Market -market for land use change, annual crop;use;Others\Obsolete -market for land use change, annual crop;use;Land transformation\Market -market for land use change, annual crop;use;Land transformation\Market -market for land use change, annual crop;use;Land transformation\Market -market for land use change, annual crop;use;Land transformation\Market -market for land use change, annual crop;use;Land transformation\Market -market for land use change, annual crop;use;Land transformation\Market -market for land use change, annual crop;use;Land transformation\Market -market for land use change, annual crop;use;Land transformation\Market -market for land use change, annual crop;use;Land transformation\Market -market for land use change, annual crop;use;Land transformation\Market -market for land use change, annual crop;use;Land transformation\Market -market for land use change, annual crop;use;Land transformation\Market -market for land use change, annual crop;use;Land transformation\Market -market for land use change, annual crop;use;Land transformation\Market -market for land use change, annual crop;use;Land transformation\Market -market for land use change, annual crop;use;Others\Obsolete -market for land use change, annual crop;use;Land transformation\Market -market for land use change, annual crop;use;Land transformation\Market -market for land use change, annual crop;use;Land transformation\Market -market for land use change, annual crop;use;Land transformation\Market -market for land use change, forest, intensive;processing;Land transformation\Market -market for land use change, forest, intensive;processing;Land transformation\Market -market for land use change, forest, intensive;processing;Land transformation\Market -market for land use change, forest, intensive;processing;Land transformation\Market -market for land use change, forest, intensive;processing;Land transformation\Market -market for land use change, forest, intensive;processing;Land transformation\Market -market for land use change, forest, intensive;processing;Land transformation\Market -market for land use change, forest, intensive;processing;Land transformation\Market -market for land use change, forest, intensive;processing;Land transformation\Market -market for land use change, forest, intensive;processing;Land transformation\Market -market for land use change, forest, intensive;processing;Land transformation\Market -market for land use change, forest, intensive;processing;Land transformation\Market -market for land use change, paddy rice;processing;Land transformation\Market -market for land use change, paddy rice;processing;Land transformation\Market -market for land use change, paddy rice;use;Others\Obsolete -market for land use change, pasture, man made;processing;Land transformation\Market -market for land use change, pasture, man made;processing;Land transformation\Market -market for land use change, pasture, man made;processing;Land transformation\Market -market for land use change, pasture, man made;processing;Land transformation\Market -market for land use change, pasture, man made;processing;Land transformation\Market -market for land use change, pasture, man made;processing;Land transformation\Market -market for land use change, pasture, man made;processing;Land transformation\Market -market for land use change, pasture, man made;processing;Land transformation\Market -market for land use change, pasture, man made;processing;Land transformation\Market -market for land use change, pasture, man made;processing;Land transformation\Market -market for land use change, pasture, man made;processing;Land transformation\Market -market for land use change, pasture, man made;processing;Land transformation\Market -market for land use change, pasture, man made;processing;Land transformation\Market -market for land use change, pasture, man made;processing;Land transformation\Market -market for land use change, pasture, man made;processing;Land transformation\Market -market for land use change, pasture, man made;processing;Land transformation\Market -market for land use change, pasture, man made;processing;Land transformation\Market -market for land use change, pasture, man made;processing;Land transformation\Market -market for land use change, pasture, man made;processing;Land transformation\Market -market for land use change, perennial crop;processing;Land transformation\Market -market for land use change, perennial crop;processing;Land transformation\Market -market for land use change, perennial crop;processing;Land transformation\Market -market for land use change, perennial crop;processing;Land transformation\Market -market for land use change, perennial crop;processing;Land transformation\Market -market for land use change, perennial crop;processing;Land transformation\Market -market for land use change, perennial crop;processing;Land transformation\Market -market for land use change, perennial crop;processing;Land transformation\Market -market for land use change, perennial crop;processing;Land transformation\Market -market for land use change, perennial crop;processing;Land transformation\Market -market for land use change, perennial crop;processing;Land transformation\Market -market for land use change, perennial crop;processing;Land transformation\Market -market for land use change, perennial crop;processing;Land transformation\Market -market for land use change, perennial crop;processing;Land transformation\Market -market for land use change, perennial crop;processing;Land transformation\Market -market for land use change, perennial crop;processing;Land transformation\Market -market for land use change, perennial crop;processing;Land transformation\Market -market for land use change, perennial crop;processing;Land transformation\Market -market for land use change, perennial crop;processing;Land transformation\Market -market for land use change, perennial crop;processing;Land transformation\Market -market for land use change, perennial crop;processing;Land transformation\Market -market for land use change, perennial crop;processing;Land transformation\Market -market for land use change, perennial crop;processing;Land transformation\Market -market for land use change, perennial crop;processing;Land transformation\Market -market for land use change, perennial crop;processing;Land transformation\Market -market for land use change, perennial crop;processing;Land transformation\Market -market for land use change, perennial crop;processing;Land transformation\Market -market for land use change, perennial crop;processing;Land transformation\Market -market for land use change, perennial crop;processing;Land transformation\Market -market for land use change, perennial crop;use;Others\Obsolete -market for land use change, perennial crop;processing;Land transformation\Market -market for land use change, perennial crop;processing;Land transformation\Market -market for land use change, perennial crop;processing;Land transformation\Market -market for land use change, perennial crop;processing;Land transformation\Market -market for land use change, perennial crop;processing;Land transformation\Market -market for land use change, perennial crop;processing;Land transformation\Market -market for land use change, perennial crop;processing;Land transformation\Market -market for land use change, perennial crop;processing;Land transformation\Market -market for land use change, perennial crop;processing;Land transformation\Market -market for land use change, perennial crop;processing;Land transformation\Market -market for land use change, perennial crop;processing;Land transformation\Market -market for land use change, perennial crop;processing;Land transformation\Market -market for land use change, perennial crop;processing;Land transformation\Market -market for land use change, perennial crop;processing;Land transformation\Market -market for land use change, perennial crop;processing;Land transformation\Market -market for land use change, perennial crop;processing;Land transformation\Market -market for land use change, perennial crop;processing;Land transformation\Market -market for land use change, perennial crop;processing;Land transformation\Market -market for land use change, perennial crop;processing;Land transformation\Market -market for land use change, perennial crop;processing;Land transformation\Market -market for land use change, perennial crop;use;Others\Obsolete -market for land use change, perennial crop;processing;Land transformation\Market -market for land use change, perennial crop;processing;Land transformation\Market -market for land use change, perennial crop;processing;Land transformation\Market -market for land use change, perennial crop;processing;Land transformation\Market -market for landed anchovy by-catch, fresh;material;Agricultural\Animal production\Fish\Market -market for landed anchovy, fresh;material;Agricultural\Animal production\Fish\Market -market for landed anchovy, fresh;material;Agricultural\Animal production\Fish\Market -market for landed hake, fresh;material;Agricultural\Animal production\Fish\Market -market for landed tuna, frozen, EPO;material;Agricultural\Animal production\Fish\Market -market for lanthanum oxide;material;Chemicals\Inorganic\Market -market for laser machining, metal, with CO2-laser, 2000W power;processing;Metals\Chipless shaping\Market -market for laser machining, metal, with CO2-laser, 2700W power;processing;Metals\Chipless shaping\Market -market for laser machining, metal, with CO2-laser, 3200W power;processing;Metals\Chipless shaping\Market -market for laser machining, metal, with CO2-laser, 4000W power;processing;Metals\Chipless shaping\Market -market for laser machining, metal, with CO2-laser, 5000W power;processing;Metals\Chipless shaping\Market -market for laser machining, metal, with CO2-laser, 6000W power;processing;Metals\Chipless shaping\Market -market for laser machining, metal, with YAG-laser, 120W power;processing;Metals\Chipless shaping\Market -market for laser machining, metal, with YAG-laser, 200W power;processing;Metals\Chipless shaping\Market -market for laser machining, metal, with YAG-laser, 30W power;processing;Metals\Chipless shaping\Market -market for laser machining, metal, with YAG-laser, 330W power;processing;Metals\Chipless shaping\Market -market for laser machining, metal, with YAG-laser, 40W power;processing;Metals\Chipless shaping\Market -market for laser machining, metal, with YAG-laser, 500W power;processing;Metals\Chipless shaping\Market -market for laser machining, metal, with YAG-laser, 50W power;processing;Metals\Chipless shaping\Market -market for laser machining, metal, with YAG-laser, 60W power;processing;Metals\Chipless shaping\Market -market for laterite;material;Minerals\Market -market for laterite;material;Minerals\Market -market for latex;material;Others\Obsolete -market for latex;material;Chemicals\Others\Market -market for latex;material;Chemicals\Others\Market -market for layered sodium silicate, SKS-6, powder;material;Chemicals\Washing agents\Builders\Market -market for lead;material;Metals\Non ferro\Market -market for lead concentrate;material;Minerals\Market -market for lead concentrate stockpiling;material;Minerals\Market -market for lead in car shredder residue;waste treatment;Others\Market -market for lead in car shredder residue;waste treatment;Others\Obsolete -market for lead in car shredder residue;waste treatment;Others\Market -market for lead smelter slag;waste treatment;Landfill\Residual material landfill\Market -market for lean concrete;material;Construction\Concrete\Market -market for lean concrete;material;Construction\Concrete\Market -market for lemon;material;Agricultural\Plant production\Fruits\Market -market for lettuce;material;Agricultural\Plant production\Vegetables\Market -market for light clay brick;material;Construction\Bricks\Market -market for light commercial vehicle;transport;Road\Market\Infrastructure -market for light emitting diode;material;Electronics\Component\Market -market for light fuel oil;material;Fuels\Oil\Fuel oil\Market -market for light fuel oil;material;Fuels\Oil\Fuel oil\Market -market for light fuel oil;material;Fuels\Oil\Fuel oil\Market -market for light fuel oil;material;Fuels\Oil\Fuel oil\Market -market for light fuel oil;material;Fuels\Oil\Fuel oil\Market -market for light fuel oil;material;Fuels\Oil\Fuel oil\Market -market for light fuel oil;material;Fuels\Oil\Fuel oil\Market -market for light fuel oil Europe without;material;Fuels\Oil\Fuel oil\Market -market for light mortar;material;Construction\Binders\Market -market for lightweight concrete block, expanded clay;material;Construction\Concrete\Market -market for lightweight concrete block, expanded clay;material;Others\Obsolete -market for lightweight concrete block, expanded clay;material;Construction\Concrete\Market -market for lightweight concrete block, expanded perlite;material;Construction\Concrete\Market -market for lightweight concrete block, expanded perlite;material;Others\Obsolete -market for lightweight concrete block, expanded perlite;material;Construction\Concrete\Market -market for lightweight concrete block, expanded vermiculite;material;Construction\Concrete\Market -market for lightweight concrete block, expanded vermiculite;material;Others\Obsolete -market for lightweight concrete block, expanded vermiculite;material;Construction\Concrete\Market -market for lightweight concrete block, polystyrene;material;Construction\Concrete\Market -market for lightweight concrete block, polystyrene;material;Others\Obsolete -market for lightweight concrete block, polystyrene;material;Construction\Concrete\Market -market for lightweight concrete block, pumice;material;Construction\Concrete\Market -market for lightweight concrete block, pumice;material;Others\Obsolete -market for lightweight concrete block, pumice;material;Construction\Concrete\Market -market for lignite;material;Fuels\Lignite\Market -market for lignite;material;Fuels\Lignite\Market -market for lignite;material;Fuels\Lignite\Market -market for lignite ash;waste treatment;Others\Market -market for lignite ash;waste treatment;Others\Obsolete -market for lignite ash;waste treatment;Others\Market -market for lignite briquettes;material;Others\Obsolete -market for lignite briquettes;material;Fuels\Lignite\Market -market for lignite briquettes;material;Fuels\Lignite\Market -market for lignite briquettes factory;material;Fuels\Lignite\Market\Infrastructure -market for lignite dust factory;material;Fuels\Lignite\Market\Infrastructure -market for lignite power plant;energy;Electricity by fuel\Coal\Market\Infrastructure -market for lime;material;Others\Obsolete -market for lime;material;Minerals\Transformation -market for lime;material;Minerals\Transformation -market for lime mortar;material;Construction\Binders\Market -market for lime, hydrated, loose weight;material;Chemicals\Inorganic\Market -market for lime, hydrated, loose weight;material;Others\Obsolete -market for lime, hydrated, loose weight;material;Chemicals\Inorganic\Market -market for lime, hydrated, packed;material;Others\Obsolete -market for lime, hydrated, packed;material;Chemicals\Inorganic\Market -market for lime, hydrated, packed;material;Chemicals\Inorganic\Market -market for lime, hydraulic;material;Others\Obsolete -market for lime, hydraulic;material;Chemicals\Inorganic\Market -market for lime, hydraulic;material;Chemicals\Inorganic\Market -market for lime, packed;material;Minerals\Market -market for lime, packed;material;Others\Obsolete -market for lime, packed;material;Minerals\Market -market for lime, packed Europe without;material;Minerals\Market -market for limestone and gypsum application, by spreader;processing;Agricultural\Market -market for limestone quarry infrastructure;material;Minerals\Market\Infrastructure -market for limestone residue;waste treatment;Others\Market -market for limestone residue;waste treatment;Others\Obsolete -market for limestone residue;waste treatment;Others\Market -market for limestone, crushed, for mill;material;Minerals\Market -market for limestone, crushed, for mill;material;Others\Obsolete -market for limestone, crushed, for mill;material;Minerals\Market -market for limestone, crushed, for mill;material;Minerals\Market -market for limestone, crushed, washed;material;Minerals\Market -market for limestone, crushed, washed;material;Others\Obsolete -market for limestone, crushed, washed;material;Minerals\Market -market for limestone, unprocessed;material;Minerals\Market -market for limestone, unprocessed;material;Others\Obsolete -market for limestone, unprocessed;material;Minerals\Market -market for limestone, unprocessed;material;Minerals\Market -market for linerboard;material;Others\Obsolete -market for linerboard;material;Others\Obsolete -market for linseed;material;Agricultural\Plant production\Oil seeds\Market -market for linseed seed, at farm;material;Agricultural\Plant seeds\Market -market for linseed seed, for sowing;material;Agricultural\Plant seeds\Market -market for liquefied petroleum gas;material;Fuels\Oil\Propane/butane\Market -market for liquefied petroleum gas;material;Fuels\Oil\Propane/butane\Market -market for liquefied petroleum gas;material;Fuels\Oil\Propane/butane\Market -market for liquefied petroleum gas;material;Fuels\Oil\Propane/butane\Market -market for liquefied petroleum gas;material;Fuels\Oil\Propane/butane\Market -market for liquefied petroleum gas;material;Fuels\Oil\Propane/butane\Market -market for liquefied petroleum gas Europe without;material;Fuels\Oil\Propane/butane\Market -market for liquid crystal display;waste treatment;Others\Obsolete -market for liquid crystal display, minor components, auxilliaries and assembly;material;Electronics\Module\Market -market for liquid crystal display, unmounted;material;Electronics\Module\Market -market for liquid manure spreading, by vacuum tanker;processing;Agricultural\Market -market for liquid manure storage and processing facility;processing;Agricultural\Market\Infrastructure -market for liquid manure tank trailer;transport;Road\Market\Infrastructure -market for liquid packaging board;material;Paper+ Board\Board\Market -market for liquid packaging board container;material;Paper+ Board\Packagings\Market -market for liquid storage tank, chemicals, organics;material;Chemicals\Organic\Market\Infrastructure -market for lithium;material;Metals\Non ferro\Market -market for lithium brine, 6.7 % Li;material;Chemicals\Inorganic\Market -market for lithium carbonate;material;Chemicals\Inorganic\Market -market for lithium chloride;material;Chemicals\Inorganic\Market -market for lithium fluoride;material;Chemicals\Inorganic\Market -market for lithium hexafluorophosphate;material;Chemicals\Inorganic\Market -market for lithium hydroxide;material;Chemicals\Inorganic\Market -market for lithium manganese oxide;material;Chemicals\Inorganic\Market -market for locomotive;transport;Rail\Market\Infrastructure -market for long liner maintenance, steel;transport;Water\Market\Infrastructure -market for long liner, steel;transport;Water\Market\Infrastructure -market for lorry with refrigeration machine, carbon dioxide, liquid as;transport;Road\Market\Infrastructure -market for lorry with refrigeration machine, R134a as refrigerant, 16 metric;transport;Road\Market\Infrastructure -market for lorry, 16 metric ton;transport;Road\Market\Infrastructure -market for lorry, 28 metric ton;transport;Road\Market\Infrastructure -market for lorry, 40 metric ton;transport;Road\Market\Infrastructure -market for low level radioactive waste;waste treatment;Nuclear waste\Market -market for low level radioactive waste for final repository;waste treatment;Nuclear waste\Market -market for lubricating oil;material;Others\Obsolete -market for lubricating oil;material;Chemicals\Others\Market -market for lubricating oil;material;Chemicals\Others\Market -market for machine operation, diesel, < 18.64 kW, generators;transport;Building equipment\Market -market for machine operation, diesel, < 18.64 kW, high load factor;transport;Building equipment\Market -market for machine operation, diesel, < 18.64 kW, low load factor;transport;Building equipment\Market -market for machine operation, diesel, < 18.64 kW, steady-state;transport;Building equipment\Market -market for machine operation, diesel, < 18.64 kW, underground mining;transport;Building equipment\Market -market for machine operation, diesel, >= 18.64 kW and < 74.57 kW, generators;transport;Building equipment\Market -market for machine operation, diesel, >= 18.64 kW and < 74.57 kW, high load;transport;Building equipment\Market -market for machine operation, diesel, >= 18.64 kW and < 74.57 kW, low load;transport;Building equipment\Market -market for machine operation, diesel, >= 18.64 kW and < 74.57 kW, steady-state;transport;Building equipment\Market -market for machine operation, diesel, >= 18.64 kW and < 74.57 kW, underground;transport;Building equipment\Market -market for machine operation, diesel, >= 74.57 kW, generators;transport;Building equipment\Market -market for machine operation, diesel, >= 74.57 kW, high load factor;transport;Building equipment\Market -market for machine operation, diesel, >= 74.57 kW, low load factor;transport;Building equipment\Market -market for machine operation, diesel, >= 74.57 kW, steady-state;transport;Building equipment\Market -market for machine operation, diesel, >= 74.57, underground mining;transport;Building equipment\Market -market for machine, for treatment of waste electric and electronic equipment;processing;Waste\Market\Infrastructure -market for magnesium;material;Metals\Non ferro\Market -market for magnesium factory;material;Metals\Non ferro\Market\Infrastructure -market for magnesium oxide;material;Chemicals\Inorganic\Market -market for magnesium sulfate;material;Chemicals\Inorganic\Market -market for magnesium-alloy, AZ91;material;Metals\Alloys\Market -market for magnesium-alloy, AZ91, diecast;material;Metals\Alloys\Market -market for magnetite;material;Metals\Non ferro\Market -market for maintenance, barge;transport;Water\Market\Infrastructure -market for maintenance, bicycle;transport;Road\Market\Infrastructure -market for maintenance, bulk carrier, for dry goods;transport;Water\Market\Infrastructure -market for maintenance, bus;transport;Road\Market\Infrastructure -market for maintenance, container ship;transport;Water\Market\Infrastructure -market for maintenance, electric bicycle;transport;Road\Market\Infrastructure -market for maintenance, electric scooter, without battery;transport;Road\Market\Infrastructure -market for maintenance, ferry;transport;Water\Market\Infrastructure -market for maintenance, freight ship, transoceanic;transport;Others\Obsolete -market for maintenance, goods wagon;transport;Rail\Market\Infrastructure -market for maintenance, heat and power co-generation unit, 160kW electrical;energy;Cogeneration\Gas\Market\Infrastructure -market for maintenance, intermodal shipping container, 20-foot;transport;Intermodal\Market\Infrastructure -market for maintenance, intermodal shipping container, 40-foot;transport;Intermodal\Market\Infrastructure -market for maintenance, intermodal shipping container, 40-foot, high-cube;transport;Intermodal\Market\Infrastructure -market for maintenance, intermodal shipping container, 45-foot, high-cube;transport;Intermodal\Market\Infrastructure -market for maintenance, light commercial vehicle;transport;Road\Market\Infrastructure -market for maintenance, locomotive;transport;Rail\Market\Infrastructure -market for maintenance, lorry 16 metric ton;transport;Others\Obsolete -market for maintenance, lorry 16 metric ton;transport;Road\Market\Infrastructure -market for maintenance, lorry 16 metric ton;transport;Road\Market\Infrastructure -market for maintenance, lorry 28 metric ton;transport;Road\Market\Infrastructure -market for maintenance, lorry 40 metric ton;transport;Road\Market\Infrastructure -market for maintenance, micro gas turbine, 100kW electrical;energy;Cogeneration\Gas\Market\Infrastructure -market for maintenance, mini CHP plant;energy;Cogeneration\Gas\Market\Infrastructure -market for maintenance, motor scooter;transport;Road\Market\Infrastructure -market for maintenance, passenger car, electric, without battery;transport;Road\Market\Infrastructure -market for maintenance, polymer electrolyte membrane fuel cell, 2kW electrical;energy;Cogeneration\Gas\Market\Infrastructure -market for maintenance, reefer, intermodal shipping container, 40-foot,;transport;Intermodal\Market\Infrastructure -market for maintenance, refrigeration machine;transport;Road\Market\Infrastructure -market for maintenance, solid oxide fuel cell, 125kW electrical, future;energy;Cogeneration\Gas\Market\Infrastructure -market for maintenance, solid oxide fuel cell, with micro gas turbine, 180kW;energy;Cogeneration\Gas\Market\Infrastructure -market for maintenance, stirling heat and power co-generation unit, 3kW;energy;Cogeneration\Biomass\Market\Infrastructure -market for maintenance, tanker for liquid goods other than petroleum and;transport;Water\Market\Infrastructure -market for maintenance, tanker, for liquefied natural gas;transport;Water\Market\Infrastructure -market for maintenance, tanker, for petroleum;transport;Water\Market\Infrastructure -market for maintenance, train, passenger, high-speed;transport;Rail\Market\Infrastructure -market for maintenance, train, passenger, long distance;transport;Rail\Market\Infrastructure -market for maintenance, train, passenger, regional;transport;Rail\Market\Infrastructure -market for maintenance, tram;transport;Rail\Market\Infrastructure -market for maize chop;material;Agricultural\Animal feed\Market -market for maize chop;material;Agricultural\Animal feed\Market -market for maize flour;material;Agricultural\Food\Market -market for maize flour;material;Agricultural\Food\Market -market for maize grain;material;Agricultural\Plant production\Cereals\Market -market for maize grain;material;Others\Obsolete -market for maize grain;material;Agricultural\Plant production\Cereals\Market -market for maize grain;material;Agricultural\Plant production\Cereals\Market -market for maize grain, feed;material;Others\Obsolete -market for maize grain, feed;material;Agricultural\Animal feed\Market -market for maize grain, feed;material;Agricultural\Animal feed\Market -market for maize grain, feed, organic;material;Agricultural\Animal feed\Market -market for maize grain, feed, Swiss integrated production;material;Agricultural\Animal feed\Market -market for maize grain, organic;material;Agricultural\Plant production\Cereals\Market -market for maize grain, Swiss integrated production;material;Agricultural\Plant production\Cereals\Market -market for maize seed, at farm;material;Agricultural\Plant seeds\Market -market for maize seed, for sowing;material;Agricultural\Plant seeds\Market -market for maize seed, organic, at farm;material;Agricultural\Plant seeds\Market -market for maize seed, organic, for sowing;material;Agricultural\Plant seeds\Market -market for maize seed, Swiss integrated production, at farm;material;Agricultural\Plant seeds\Market -market for maize seed, Swiss integrated production, for sowing;material;Agricultural\Plant seeds\Market -market for maize silage;material;Agricultural\Animal feed\Market -market for maize silage;material;Others\Obsolete -market for maize silage;material;Agricultural\Animal feed\Market -market for maize silage, organic;material;Agricultural\Animal feed\Market -market for maize silage, Swiss integrated production;material;Agricultural\Animal feed\Market -market for maize starch;material;Agricultural\Food\Market -market for maleic anhydride;material;Chemicals\Organic\Market -market for maleic anhydride;material;Others\Obsolete -market for maleic anhydride;material;Others\Obsolete -market for maleic unsaturated polyester resin;material;Plastics\Thermosets\Market -market for malusil;material;Chemicals\Inorganic\Market -market for mancozeb;material;Chemicals\Pesticides\Market -market for mandarin;material;Others\Obsolete -market for mandarin;material;Agricultural\Plant production\Fruits\Market -market for mandarin;material;Agricultural\Plant production\Fruits\Market -market for mandarin, fresh grade;material;Agricultural\Plant production\Fruits\Transformation -market for mandarin, processing grade;material;Agricultural\Plant production\Fruits\Transformation -market for manganese;material;Metals\Non ferro\Market -market for manganese concentrate;material;Minerals\Market -market for manganese dioxide;material;Chemicals\Inorganic\Market -market for manganese sulfate;material;Chemicals\Inorganic\Market -market for manganese(III) oxide;material;Chemicals\Inorganic\Market -market for mango;material;Agricultural\Plant production\Fruits\Transformation -market for mango;material;Agricultural\Plant production\Fruits\Transformation -market for mango seedling, for planting;material;Agricultural\Plant seeds\Transformation -market for mango, conditioned;material;Agricultural\Plant production\Fruits\Transformation -market for manual dismantling of electric scooter;processing;Others\Market -market for manual dismantling of used electric passenger car;processing;Others\Market -market for manual dismantling of used passenger car with internal combustion;processing;Others\Market -market for manual treatment facility, waste electric and electronic equipment;processing;Waste\Market\Infrastructure -market for manure, liquid, cattle;material;Chemicals\Fertilisers (organic)\Market -market for manure, liquid, swine;material;Chemicals\Fertilisers (organic)\Market -market for manure, solid, cattle;material;Chemicals\Fertilisers (organic)\Market -market for marine electric motor;transport;Water\Market\Infrastructure -market for marine engine;transport;Water\Market\Infrastructure -market for marine fish;material;Agricultural\Animal production\Fish\Market -market for mastic asphalt;material;Construction\Coverings\Market -market for mattress;material;Appliances\Market\Infrastructure -market for meat and bone meal;material;Agricultural\Animal feed\Market -market for meat and bone meal;waste treatment;Others\Obsolete -market for meat and bone meal;material;Agricultural\Animal feed\Market -market for mechanical treatment facility, waste electric and electronic;processing;Waste\Market\Infrastructure -market for mecoprop;material;Chemicals\Pesticides\Market -market for medium density fibreboard;material;Wood\Products\Market -market for melamine;material;Chemicals\Organic\Market -market for melamine formaldehyde resin;material;Others\Obsolete -market for melamine formaldehyde resin;material;Chemicals\Organic\Market -market for melamine formaldehyde resin;material;Chemicals\Organic\Market -market for melon;material;Agricultural\Plant production\Fruits\Market -market for mercerizing, textile;processing;Textiles\Market -market for mercury;material;Metals\Non ferro\Market -market for metal catalyst for catalytic converter;material;Chemicals\Others\Market -market for metal coating facility;processing;Metals\Metal working\Market\Infrastructure -market for metal part of electronics scrap, in blister-copper;waste treatment;Electronics Waste\Market -market for metal working factory;processing;Metals\Metal working\Market\Infrastructure -market for metal working machine, unspecified;processing;Others\Obsolete -market for metal working machine, unspecified;processing;Metals\Metal working\Market\Infrastructure -market for metal working machine, unspecified;processing;Metals\Metal working\Market\Infrastructure -market for metal working, average for aluminium product manufacturing;processing;Metals\Metal working\Market -market for metal working, average for chromium steel product manufacturing;processing;Metals\Metal working\Market -market for metal working, average for copper product manufacturing;processing;Metals\Metal working\Market -market for metal working, average for metal product manufacturing;processing;Metals\Metal working\Market -market for metal working, average for steel product manufacturing;processing;Metals\Metal working\Market -market for metaldehyde;material;Chemicals\Pesticides\Market -market for metalliferous hydroxide sludge;waste treatment;Metals\Market -market for metallization paste, back side;material;Others\Obsolete -market for metallization paste, back side;material;Electronics\Photovoltaic\Market -market for metallization paste, back side;material;Electronics\Photovoltaic\Market -market for metallization paste, back side, aluminium;material;Others\Obsolete -market for metallization paste, back side, aluminium;material;Electronics\Photovoltaic\Market -market for metallization paste, back side, aluminium;material;Electronics\Photovoltaic\Market -market for metallization paste, front side;material;Others\Obsolete -market for metallization paste, front side;material;Electronics\Photovoltaic\Market -market for metallization paste, front side;material;Electronics\Photovoltaic\Market -market for metamitron;material;Chemicals\Pesticides\Market -market for meta-phenylene diamine;material;Chemicals\Organic\Market -market for methacrylic acid;material;Chemicals\Acids (organic)\Market -market for methane sulfonic acid;material;Chemicals\Acids (organic)\Market -market for methane, 96% by volume;material;Fuels\Biofuels\Methane\Market -market for methane, 96% by volume;material;Others\Obsolete -market for methane, 96% by volume;material;Fuels\Biofuels\Methane\Market -market for methane, 96% by volume, from biogas, from high pressure network, at;material;Fuels\Biofuels\Methane\Market -market for methane, 96% by volume, from biogas, from high pressure network, at;material;Others\Obsolete -market for methane, 96% by volume, from biogas, from high pressure network, at;material;Fuels\Biofuels\Methane\Market -market for methane, 96% by volume, from biogas, from low pressure network, at;material;Fuels\Biofuels\Methane\Market -market for methane, 96% by volume, from biogas, from low pressure network, at;material;Others\Obsolete -market for methane, 96% by volume, from biogas, from low pressure network, at;material;Fuels\Biofuels\Methane\Market -market for methane, 96% by volume, from biogas, from medium pressure network,;material;Fuels\Biofuels\Methane\Market -market for methane, 96% by volume, from biogas, from medium pressure network,;material;Others\Obsolete -market for methane, 96% by volume, from biogas, from medium pressure network,;material;Fuels\Biofuels\Methane\Market -market for methane, 96% by volume, from biogas, high pressure, at user;material;Fuels\Biofuels\Methane\Market -market for methane, 96% by volume, from biogas, high pressure, at user;material;Others\Obsolete -market for methane, 96% by volume, from biogas, high pressure, at user;material;Fuels\Biofuels\Methane\Market -market for methane, 96% by volume, from biogas, low pressure, at user;material;Fuels\Biofuels\Methane\Market -market for methane, 96% by volume, from biogas, low pressure, at user;material;Others\Obsolete -market for methane, 96% by volume, from biogas, low pressure, at user;material;Fuels\Biofuels\Methane\Market -market for methanol;material;Chemicals\Organic\Market -market for methanol factory;material;Chemicals\Organic\Market\Infrastructure -market for methanol, from biomass;material;Chemicals\Organic\Market -market for methanol, from biomass;material;Chemicals\Organic\Market -market for methyl acetate;material;Chemicals\Organic\Market -market for methyl acrylate;material;Chemicals\Organic\Market -market for methyl ethyl ketone;material;Others\Obsolete -market for methyl ethyl ketone;material;Chemicals\Organic\Market -market for methyl ethyl ketone;material;Chemicals\Organic\Market -market for methyl formate;material;Chemicals\Organic\Market -market for methyl iodide;material;Chemicals\Organic\Market -market for methyl methacrylate;material;Others\Obsolete -market for methyl methacrylate;material;Chemicals\Organic\Market -market for methyl methacrylate;material;Chemicals\Organic\Market -market for methyl tert-butyl ether;material;Chemicals\Organic\Market -market for methyl-3-methoxypropionate;material;Chemicals\Organic\Market -market for methylamine;material;Others\Obsolete -market for methylamine;material;Chemicals\Organic\Market -market for methylamine;material;Chemicals\Organic\Market -market for methylchloride;material;Others\Obsolete -market for methylchloride;material;Chemicals\Organic\Market -market for methylchloride;material;Chemicals\Organic\Market -market for methylcyclohexane;material;Chemicals\Organic\Market -market for methylcyclopentane;material;Chemicals\Organic\Market -market for methylene diphenyl diisocyanate;material;Others\Obsolete -market for methylene diphenyl diisocyanate;material;Chemicals\Organic\Market -market for methylene diphenyl diisocyanate;material;Chemicals\Organic\Market -market for methylene diphenyldiisocyanate;material;Others\Obsolete -market for methylpyrrolidone;material;Others\Obsolete -market for metolachlor;material;Chemicals\Pesticides\Market -market for micro gas turbine, 100kW electrical;energy;Cogeneration\Gas\Market\Infrastructure -market for microwave oven production;material;Appliances\Market\Infrastructure -market for milking;processing;Agricultural\Market -market for milking parlour;processing;Agricultural\Market\Infrastructure -market for millet;material;Agricultural\Plant production\Cereals\Market -market for mine infrastructure, bauxite;material;Minerals\Market\Infrastructure -market for mine infrastructure, gold;material;Minerals\Market\Infrastructure -market for mine infrastructure, gold and silver;material;Minerals\Market\Infrastructure -market for mine infrastructure, gold-silver-zinc-lead-copper;material;Minerals\Market\Infrastructure -market for mine infrastructure, iron;material;Minerals\Market\Infrastructure -market for mine infrastructure, open cast, hard coal;material;Fuels\Coal\Market\Infrastructure -market for mine infrastructure, open cast, ilmenite from hard-rock ore;material;Minerals\Market\Infrastructure -market for mine infrastructure, open cast, lignite;material;Fuels\Lignite\Market\Infrastructure -market for mine infrastructure, open cast, non-ferrous metal;material;Minerals\Market\Infrastructure -market for mine infrastructure, open cast, peat;material;Fuels\Peat\Market\Infrastructure -market for mine infrastructure, open cast, uranium;material;Fuels\Uranium\Enriched\Market\Infrastructure -market for mine infrastructure, phosphate rock;material;Minerals\Market\Infrastructure -market for mine infrastructure, steatite;material;Minerals\Market\Infrastructure -market for mine infrastructure, treatment of sulfidic tailing, off-site, high;material;Minerals\Transformation\Infrastructure -market for mine infrastructure, underground, hard coal;material;Fuels\Coal\Market\Infrastructure -market for mine infrastructure, underground, non-ferrous metal;material;Minerals\Market\Infrastructure -market for mine infrastructure, underground, uranium;material;Fuels\Uranium\Enriched\Market\Infrastructure -market for mine infrastructure, vermiculite;material;Minerals\Market\Infrastructure -market for mineral supplement, for beef cattle;material;Agricultural\Animal feed\Market -market for mini CHP plant, common components for heat+electricity;energy;Cogeneration\Gas\Market\Infrastructure -market for mini CHP plant, components for electricity only;energy;Cogeneration\Gas\Market\Infrastructure -market for mini CHP plant, components for heat only;energy;Cogeneration\Gas\Market\Infrastructure -market for mint;material;Agricultural\Food\Market -market for mint seedling, for planting;material;Agricultural\Plant seeds\Market -market for miscanthus rhizome, for planting;material;Agricultural\Plant seeds\Market -market for miscanthus, chopped;material;Agricultural\Plant production\Roughage\Market -market for mischmetal;material;Metals\Non ferro\Market -market for mobile cable yarder, trailer-mounted;transport;Building equipment\Market\Infrastructure -market for mobile cable yarder, truck-mounted, incl. processor;transport;Building equipment\Market\Infrastructure -market for molasses, from sugar beet;material;Agricultural\Intermediate Products\Market -market for molybdenite;material;Minerals\Market -market for molybdenum;material;Metals\Non ferro\Market -market for molybdenum trioxide;material;Chemicals\Inorganic\Market -market for monochlorobenzene;material;Others\Obsolete -market for monochlorobenzene;material;Chemicals\Organic\Market -market for monochlorobenzene;material;Chemicals\Organic\Market -market for monochloropentafluoroethane;material;Chemicals\Organic\Market -market for monoethanolamine;material;Chemicals\Organic\Market -market for morpholine;material;Chemicals\Organic\Market -market for motor scooter, 50 cubic cm engine;transport;Road\Market\Infrastructure -market for mounting, surface mount technology, Pb-containing solder;processing;Electronics\Market -market for mounting, surface mount technology, Pb-free solder;processing;Electronics\Market -market for mounting, through-hole technology, Pb-containing solder;processing;Electronics\Market -market for mounting, through-hole technology, Pb-free solder;processing;Electronics\Market -market for mowing, by motor mower;processing;Agricultural\Market -market for mowing, by rotary mower;processing;Agricultural\Market -market for MOX fuel element, for light water reactor;material;Fuels\Uranium\Fuel element\Market -market for mulberry leaves;material;Agricultural\Plant production\Legumes\Market -market for mulching;processing;Agricultural\Market -market for multi-Si wafer;material;Electronics\Photovoltaic\Market -market for multi-Si wafer, ribbon;material;Electronics\Photovoltaic\Market -market for municipal solid waste;waste treatment;Others\Market -market for municipal solid waste;waste treatment;Others\Market -market for municipal solid waste;waste treatment;Others\Market -market for municipal solid waste;waste treatment;Others\Market -market for municipal solid waste;waste treatment;Others\Market -market for municipal solid waste;waste treatment;Others\Market -market for municipal solid waste;waste treatment;Others\Market -market for municipal solid waste;waste treatment;Others\Market -market for municipal solid waste;waste treatment;Others\Market -market for municipal solid waste;waste treatment;Others\Market -market for municipal solid waste;waste treatment;Others\Market -market for municipal solid waste;waste treatment;Others\Market -market for municipal solid waste;waste treatment;Others\Market -market for municipal solid waste;waste treatment;Others\Market -market for municipal solid waste;waste treatment;Others\Market -market for municipal solid waste;waste treatment;Others\Market -market for municipal solid waste;waste treatment;Others\Market -market for municipal solid waste;waste treatment;Others\Market -market for municipal solid waste;waste treatment;Others\Market -market for municipal solid waste;waste treatment;Others\Market -market for municipal solid waste;waste treatment;Others\Market -market for municipal solid waste;waste treatment;Others\Market -market for municipal solid waste;waste treatment;Others\Market -market for municipal solid waste;waste treatment;Others\Market -market for municipal solid waste;waste treatment;Others\Market -market for municipal solid waste;waste treatment;Others\Market -market for municipal solid waste;waste treatment;Others\Market -market for municipal solid waste;waste treatment;Others\Market -market for municipal solid waste;waste treatment;Others\Market -market for municipal solid waste;waste treatment;Others\Market -market for municipal solid waste;waste treatment;Others\Market -market for municipal solid waste;waste treatment;Others\Market -market for municipal solid waste;waste treatment;Others\Market -market for municipal solid waste;waste treatment;Others\Market -market for municipal solid waste;waste treatment;Others\Market -market for municipal solid waste;waste treatment;Others\Market -market for municipal solid waste;waste treatment;Others\Market -market for municipal solid waste;waste treatment;Others\Market -market for municipal solid waste;waste treatment;Others\Market -market for municipal waste collection service by 21 metric ton lorry;transport;Others\Obsolete -market for municipal waste collection service by 21 metric ton lorry;transport;Road\Market -market for municipal waste collection service by 21 metric ton lorry;transport;Others\Obsolete -market for municipal waste incineration facility;transport;Others\Obsolete -market for municipal waste incineration facility;processing;Waste\Market\Infrastructure -market for municipal waste incineration facility;transport;Others\Obsolete -market for mustard;material;Agricultural\Plant production\Oil seeds\Market -market for N,N-dimethylformamide;material;Chemicals\Organic\Market -market for naphtha;material;Fuels\Oil\Naphtha\Market -market for naphtha;material;Fuels\Oil\Naphtha\Market -market for naphtha;material;Fuels\Oil\Naphtha\Market -market for naphtha;material;Fuels\Oil\Naphtha\Market -market for naphtha;material;Fuels\Oil\Naphtha\Market -market for naphtha;material;Fuels\Oil\Naphtha\Market -market for naphtha;material;Fuels\Oil\Naphtha\Market -market for naphthalene sulfonic acid;material;Chemicals\Acids (organic)\Market -market for napropamide;material;Chemicals\Pesticides\Market -market for natural gas liquids;material;Chemicals\Gases\Liquified\Market -market for natural gas processing plant;material;Fuels\Natural gas\Market\Infrastructure -market for natural gas service station;material;Fuels\Natural gas\Market\Infrastructure -market for natural gas, burned in gas motor, for storage;energy;Electricity by fuel\Gas\Market -market for natural gas, from high pressure network (1-5 bar), at service;material;Fuels\Natural gas\Market -market for natural gas, from low pressure network (<0.1 bar), at service;material;Fuels\Natural gas\Market -market for natural gas, from medium pressure network (0.1-1 bar), at service;material;Fuels\Natural gas\Market -market for natural gas, high pressure;material;Fuels\Natural gas\Market -market for natural gas, high pressure;material;Fuels\Natural gas\Market -market for natural gas, high pressure;material;Fuels\Natural gas\Market -market for natural gas, high pressure;material;Fuels\Natural gas\Market -market for natural gas, high pressure;material;Fuels\Natural gas\Market -market for natural gas, high pressure;material;Fuels\Natural gas\Market -market for natural gas, high pressure;material;Fuels\Natural gas\Market -market for natural gas, high pressure;material;Fuels\Natural gas\Market -market for natural gas, high pressure;material;Fuels\Natural gas\Market -market for natural gas, high pressure;material;Fuels\Natural gas\Market -market for natural gas, high pressure;material;Fuels\Natural gas\Market -market for natural gas, high pressure;material;Fuels\Natural gas\Market -market for natural gas, high pressure;material;Fuels\Natural gas\Market -market for natural gas, high pressure;material;Fuels\Natural gas\Market -market for natural gas, high pressure;material;Fuels\Natural gas\Market -market for natural gas, high pressure;material;Fuels\Natural gas\Market -market for natural gas, high pressure;material;Fuels\Natural gas\Market -market for natural gas, high pressure;material;Fuels\Natural gas\Market -market for natural gas, high pressure;material;Fuels\Natural gas\Market -market for natural gas, high pressure;material;Fuels\Natural gas\Market -market for natural gas, high pressure;material;Fuels\Natural gas\Market -market for natural gas, high pressure;material;Fuels\Natural gas\Market -market for natural gas, high pressure;material;Fuels\Natural gas\Market -market for natural gas, high pressure;material;Fuels\Natural gas\Market -market for natural gas, high pressure;material;Fuels\Natural gas\Market -market for natural gas, high pressure;material;Fuels\Natural gas\Market -market for natural gas, liquefied;material;Fuels\Natural gas\Market -market for natural gas, low pressure;material;Fuels\Natural gas\Market -market for natural gas, low pressure;material;Fuels\Natural gas\Market -market for natural gas, unprocessed, at extraction;material;Fuels\Natural gas\Market -market for natural gas, vented;material;Fuels\Natural gas\Market -market for natural stone plate, cut;material;Construction\Coverings\Market -market for natural stone plate, grounded;material;Construction\Coverings\Market -market for natural stone plate, polished;material;Construction\Coverings\Market -market for neodymium oxide;material;Chemicals\Inorganic\Market -market for network connection, turbine 2MW, onshore;energy;Electricity by fuel\Wind\Market\Infrastructure -market for network connection, turbine 4.5MW, onshore;energy;Electricity by fuel\Wind\Market\Infrastructure -market for neutralising agent, sodium hydroxide-equivalent;material;Chemicals\Inorganic\Market -market for nickel ore, beneficiated, 16%;material;Metals\Non ferro\Market -market for nickel smelter slag;waste treatment;Others\Market -market for nickel sulfate;material;Chemicals\Inorganic\Market -market for nickel, 99.5%;material;Metals\Non ferro\Market -market for nitrate salts, for solar power application;material;Chemicals\Inorganic\Market -market for nitric acid, without water, in 50% solution state;material;Others\Obsolete -market for nitric acid, without water, in 50% solution state;material;Chemicals\Acids (inorganic)\Market -market for nitric acid, without water, in 50% solution state;material;Chemicals\Acids (inorganic)\Market -market for nitric oxide;material;Chemicals\Gases\Market -market for nitrile-compound;material;Chemicals\Pesticides\Market -market for nitrobenzene;material;Others\Obsolete -market for nitrobenzene;material;Chemicals\Organic\Market -market for nitrobenzene;material;Chemicals\Organic\Market -market for nitrogen fertiliser, as N;material;Chemicals\Fertilisers (inorganic)\Market -market for nitrogen, liquid;material;Chemicals\Gases\Liquified\Market -market for nitrogen, liquid;material;Chemicals\Gases\Liquified\Market -market for nitrous dioxide;material;Others\Obsolete -market for nitrous dioxide;material;Chemicals\Gases\Market -market for nitrous dioxide;material;Chemicals\Gases\Market -market for nitrous oxide;material;Chemicals\Gases\Market -market for N-methyl-2-pyrrolidone;material;Chemicals\Organic\Market -market for n-olefins;material;Chemicals\Organic\Market -market for non-Fe-Co-metals, from Li-ion battery, hydrometallurgical processing;waste treatment;Electronics Waste\Market -market for non-Fe-Co-metals, from used Li-ion battery, pyrometallurgical;waste treatment;Electronics Waste\Market -market for non-ferrous metal smelter;material;Metals\Non ferro\Market\Infrastructure -market for non-ionic surfactant;material;Chemicals\Washing agents\Tensides\Market -market for non-sulfidic overburden, off-site;waste treatment;Others\Market -market for non-sulfidic tailing, off-site;waste treatment;Others\Market -market for nuclear fuel element, for boiling water reactor, UO2 4.0% & MOX;material;Fuels\Uranium\Fuel element\Market -market for nuclear fuel element, for pressure water reactor, UO2 3.8% & MOX;material;Fuels\Uranium\Fuel element\Market -market for nuclear fuel element, for pressure water reactor, UO2 3.9% & MOX;material;Fuels\Uranium\Fuel element\Market -market for nuclear fuel element, for pressure water reactor, UO2 4.0% & MOX;material;Fuels\Uranium\Fuel element\Market -market for nuclear fuel element, for pressure water reactor, UO2 4.2%;material;Fuels\Uranium\Fuel element\Market -market for nuclear fuel element, for pressure water reactor, UO2 4.2% & MOX;material;Fuels\Uranium\Fuel element\Market -market for nuclear fuel factory;material;Fuels\Uranium\Enriched\Market\Infrastructure -market for nuclear power plant, boiling water reactor 1000MW;energy;Electricity by fuel\Nuclear\BWR\Market\Infrastructure -market for nuclear power plant, pressure water reactor 1000MW;energy;Electricity by fuel\Nuclear\PWR\Market\Infrastructure -market for nuclear power plant, pressure water reactor 650MW;energy;Electricity by fuel\Nuclear\PWR\Market\Infrastructure -market for nuclear spent fuel conditioning facility;processing;Waste\Market\Infrastructure -market for nuclear spent fuel reprocessing facility;processing;Waste\Market\Infrastructure -market for nuclear waste storage, final repository for high level radioactive;processing;Waste\Market\Infrastructure -market for nuclear waste storage, final repository for low level radioactive;processing;Waste\Market\Infrastructure -market for nuclear waste storage, interim, for high level radioactive waste;processing;Waste\Market\Infrastructure -market for nuclear waste storage, interim, for low level radioactive waste;processing;Waste\Market\Infrastructure -market for nylon 6;material;Others\Obsolete -market for nylon 6;material;Plastics\Thermoplasts\Market -market for nylon 6;material;Plastics\Thermoplasts\Market -market for nylon 6, glass-filled;material;Others\Obsolete -market for nylon 6, glass-filled;material;Plastics\Thermoplasts\Market -market for nylon 6, glass-filled;material;Plastics\Thermoplasts\Market -market for nylon 6-6;material;Others\Obsolete -market for nylon 6-6;material;Plastics\Thermoplasts\Market -market for nylon 6-6;material;Plastics\Thermoplasts\Market -market for nylon 6-6, glass-filled;material;Others\Obsolete -market for nylon 6-6, glass-filled;material;Plastics\Thermoplasts\Market -market for nylon 6-6, glass-filled;material;Plastics\Thermoplasts\Market -market for o-aminophenol;material;Chemicals\Organic\Market -market for oat grain;material;Agricultural\Plant production\Cereals\Market -market for oat grain, feed;material;Agricultural\Animal feed\Market -market for oat seed, for sowing;material;Agricultural\Plant seeds\Market -market for oat seed, Swiss integrated production, at farm;material;Agricultural\Plant seeds\Market -market for o-chlorobenzaldehyde;material;Chemicals\Organic\Market -market for o-chlorotoluene;material;Others\Obsolete -market for o-chlorotoluene;material;Chemicals\Organic\Market -market for o-chlorotoluene;material;Chemicals\Organic\Market -market for o-cresol;material;Chemicals\Organic\Market -market for octabenzone;material;Chemicals\Organic\Market -market for o-dichlorobenzene;material;Others\Obsolete -market for o-dichlorobenzene;material;Chemicals\Organic\Market -market for o-dichlorobenzene;material;Chemicals\Organic\Market -market for offshore platform, natural gas;material;Fuels\Natural gas\Market\Infrastructure -market for offshore platform, petroleum;material;Fuels\Oil\Crude oil\Market\Infrastructure -market for offshore well, oil/gas;material;Fuels\Oil\Crude oil\Market\Infrastructure -market for oil boiler, 100kW;energy;Heat\Oil\Market\Infrastructure -market for oil boiler, 10kW;energy;Heat\Oil\Market\Infrastructure -market for oil mill;material;Agricultural\Plant oils\Market\Infrastructure -market for oil power plant, 500MW;energy;Electricity by fuel\Oil\Market\Infrastructure -market for oil storage, 3000l;energy;Heat\Oil\Market\Infrastructure -market for olive;material;Agricultural\Plant production\Fruits\Market -market for onion;material;Agricultural\Plant production\Roots and Tubers\Market -market for onion seedling, for planting;material;Agricultural\Plant seeds\Market -market for o-nitrophenol;material;Others\Obsolete -market for o-nitrophenol;material;Chemicals\Organic\Market -market for o-nitrophenol;material;Chemicals\Organic\Market -market for onshore natural gas field infrastructure;material;Fuels\Natural gas\Market\Infrastructure -market for onshore petroleum field infrastructure;material;Fuels\Oil\Crude oil\Market\Infrastructure -market for onshore well, oil/gas;material;Fuels\Oil\Crude oil\Market\Infrastructure -market for operation, computer, desktop, home use;use;Computers & network\Market -market for operation, computer, desktop, office use;use;Computers & network\Market -market for operation, computer, desktop, with cathode ray tube display, active;use;Computers & network\Market -market for operation, computer, desktop, with cathode ray tube display, off;use;Computers & network\Market -market for operation, computer, desktop, with cathode ray tube display, standby;use;Computers & network\Market -market for operation, computer, desktop, with liquid crystal display, active;use;Computers & network\Market -market for operation, computer, desktop, with liquid crystal display, off mode;use;Computers & network\Market -market for operation, computer, desktop, with liquid crystal display, standby;use;Computers & network\Market -market for operation, computer, laptop, 23% active work;use;Computers & network\Market -market for operation, computer, laptop, 68% active work;use;Computers & network\Market -market for operation, computer, laptop, 68% active work with internet access;use;Computers & network\Market -market for operation, computer, laptop, 68% active work with internet access;use;Computers & network\Market -market for operation, computer, laptop, 68% active work, label-certified;use;Computers & network\Market -market for operation, computer, laptop, active mode;use;Computers & network\Market -market for operation, computer, laptop, off mode;use;Computers & network\Market -market for operation, computer, laptop, standby/sleep mode;use;Computers & network\Market -market for operation, computer, laptop, video mode;use;Computers & network\Market -market for operation, computer, laptop, video mode, label-certified electricity;use;Computers & network\Market -market for operation, computer, laptop, videoconference;use;Computers & network\Market -market for operation, computer, laptop, videoconference, label-certified;use;Computers & network\Market -market for operation, dried roughage store, air dried, solar;processing;Agricultural\Market -market for operation, dried roughage store, cold-air dried, conventional;processing;Agricultural\Market -market for operation, dried roughage store, non ventilated;processing;Agricultural\Market -market for operation, housing system, cattle, loose, per animal unit;processing;Agricultural\Market -market for operation, housing system, cattle, tied, per animal unit;processing;Agricultural\Market -market for operation, housing system, pig, fully-slatted floor, per pig place;processing;Agricultural\Market -market for operation, housing system, pig, label-certified, per pig place;processing;Agricultural\Market -market for operation, intermodal shipping container;transport;Intermodal\Market -market for operation, internet access equipment;use;Computers & network\Market -market for operation, internet access equipment, label-certified electricity;use;Computers & network\Market -market for operation, liquid manure storage and processing facility;processing;Agricultural\Market -market for operation, reefer, cooling;transport;Intermodal\Market -market for operation, reefer, freezing;transport;Intermodal\Market -market for optical brighteners, for paper production;material;Others\Obsolete -market for optical brighteners, for paper production;material;Chemicals\Others\Market -market for optical brighteners, for paper production;material;Chemicals\Others\Market -market for orange, fresh grade;material;Agricultural\Plant production\Fruits\Market -market for orange, processing grade;material;Agricultural\Plant production\Fruits\Market -market for orbencarb;material;Chemicals\Pesticides\Market -market for organophosphorus-compound, unspecified;material;Chemicals\Pesticides\Market -market for oriented strand board;material;Wood\Products\Market -market for ortho-phenylene diamine;material;Chemicals\Organic\Market -market for orthophthalic acid based unsaturated polyester resin;material;Plastics\Thermosets\Market -market for outside air intake, stainless steel, DN 370;material;Construction\Ventilation\Market -market for oxygen, liquid;material;Chemicals\Gases\Liquified\Market -market for oxygen, liquid;material;Chemicals\Gases\Liquified\Market -market for ozone, liquid;material;Chemicals\Gases\Liquified\Market -market for ozone, liquid;material;Chemicals\Gases\Liquified\Market -market for packaging box factory;material;Paper+ Board\Packagings\Market\Infrastructure -market for packaging film, low density polyethylene;material;Plastics\Thermoplasts\Market -market for packaging glass factory;material;Glass\Packaging\Market\Infrastructure -market for packaging glass sorting facility;material;Glass\Waste glass\Market\Infrastructure -market for packaging glass, brown;material;Glass\Packaging\Market -market for packaging glass, green;material;Glass\Packaging\Market -market for packaging glass, white;material;Glass\Packaging\Market -market for packaging, for fertilisers or pesticides;material;Plastics\Thermoplasts\Market -market for packaging, for pesticides;material;Plastics\Thermoplasts\Market -market for packing, cement;processing;Others\Market -market for packing, clay product;processing;Others\Market -market for packing, fibre cement product;processing;Others\Market -market for packing, lime product;processing;Others\Market -market for palladium;material;Metals\Non ferro\Market -market for palm date;material;Agricultural\Plant production\Fruits\Market -market for palm date, conditioned and dried;material;Agricultural\Plant production\Fruits\Market -market for palm date, conditioned and dried, organic;material;Agricultural\Plant production\Fruits\Market -market for palm date, organic;material;Agricultural\Plant production\Fruits\Market -market for palm fruit bunch;material;Others\Obsolete -market for palm fruit bunch;material;Agricultural\Plant production\Fruits\Market -market for palm fruit bunch;material;Agricultural\Plant production\Fruits\Market -market for palm kernel meal;material;Agricultural\Animal feed\Market -market for palm kernel oil, crude;material;Agricultural\Plant oils\Market -market for palm oil, crude;material;Agricultural\Plant oils\Market -market for palm oil, refined;material;Agricultural\Plant oils\Market -market for panel glass, for cathode ray tube display;material;Electronics\Component\Market -market for papaya;material;Agricultural\Plant production\Fruits\Market -market for paper machine;material;Paper+ Board\Graphic paper\Market\Infrastructure -market for paper mill, integrated;material;Paper+ Board\Graphic paper\Market\Infrastructure -market for paper mill, non-integrated;material;Paper+ Board\Graphic paper\Market\Infrastructure -market for paper, melamine impregnated;material;Paper+ Board\Board\Market -market for paper, newsprint;material;Paper+ Board\Graphic paper\Market -market for paper, newsprint;material;Paper+ Board\Graphic paper\Market -market for paper, woodcontaining, lightweight coated;material;Paper+ Board\Graphic paper\Market -market for paper, woodcontaining, lightweight coated;material;Paper+ Board\Graphic paper\Market -market for paper, woodcontaining, supercalendered;material;Paper+ Board\Graphic paper\Market -market for paper, woodcontaining, supercalendered;material;Paper+ Board\Graphic paper\Market -market for paper, woodcontaining, supercalendred;material;Others\Obsolete -market for paper, woodcontaining, supercalendred;material;Others\Obsolete -market for paper, woodfree, coated;material;Paper+ Board\Graphic paper\Market -market for paper, woodfree, coated;material;Paper+ Board\Graphic paper\Market -market for paper, woodfree, uncoated;material;Paper+ Board\Graphic paper\Market -market for paper, woodfree, uncoated;material;Paper+ Board\Graphic paper\Market -market for paraffin;material;Chemicals\Organic\Market -market for para-phenylene diamine;material;Chemicals\Organic\Market -market for paris market carrot;material;Agricultural\Plant production\Roots and Tubers\Market -market for particle board, cement bonded;material;Wood\Products\Market -market for particle board, for indoor use;material;Wood\Products\Market -market for particle board, for outdoor use;material;Wood\Products\Market -market for particleboard, uncoated;material;Paper+ Board\Board\Market -market for passenger car maintenance;transport;Road\Market\Infrastructure -market for passenger car, diesel;transport;Road\Market\Infrastructure -market for passenger car, electric, without battery;transport;Road\Market\Infrastructure -market for passenger car, petrol/natural gas;transport;Road\Market\Infrastructure -market for p-chlorophenol;material;Chemicals\Organic\Market -market for p-dichlorobenzene;material;Others\Obsolete -market for p-dichlorobenzene;material;Chemicals\Organic\Market -market for p-dichlorobenzene;material;Chemicals\Organic\Market -market for pea seed, for sowing;material;Agricultural\Plant seeds\Market -market for pea seed, organic, for sowing;material;Agricultural\Plant seeds\Market -market for peach;material;Agricultural\Plant production\Fruits\Market -market for peanut;material;Agricultural\Food\Market -market for peanut seed, at farm;material;Agricultural\Plant seeds\Market -market for peanut seed, for sowing;material;Agricultural\Plant seeds\Market -market for pear;material;Agricultural\Plant production\Fruits\Market -market for peat;material;Fuels\Peat\Market -market for peat moss;material;Agricultural\Intermediate Products\Market -market for pendimethalin;material;Chemicals\Pesticides\Market -market for pentaerythritol;material;Chemicals\Organic\Market -market for pentane;material;Chemicals\Organic\Market -market for perfluoropentane;material;Chemicals\Organic\Market -market for perlite;material;Minerals\Market -market for permanent magnet, electric passenger car motor;material;Electronics\Component\Market -market for pesticide, unspecified;material;Chemicals\Pesticides\Market -market for petrol, 15% ETBE additive by volume, with ethanol from biomass;material;Fuels\Oil\Petrol\Market -market for petrol, 4% ETBE additive by volume, with ethanol from biomass;material;Fuels\Oil\Petrol\Market -market for petrol, 5% ethanol by volume from biomass;material;Fuels\Oil\Petrol\Market -market for petrol, low-sulfur;material;Fuels\Oil\Petrol\Market -market for petrol, low-sulfur;material;Fuels\Oil\Petrol\Market -market for petrol, low-sulfur Europe without;material;Fuels\Oil\Petrol\Market -market for petrol, two-stroke blend;material;Fuels\Oil\Petrol\Market -market for petrol, unleaded;material;Fuels\Oil\Petrol\Market -market for petrol, unleaded;material;Fuels\Oil\Petrol\Market -market for petrol, unleaded;material;Fuels\Oil\Petrol\Market -market for petrol, unleaded;material;Fuels\Oil\Petrol\Market -market for petrol, unleaded;material;Fuels\Oil\Petrol\Market -market for petrol, unleaded;material;Fuels\Oil\Petrol\Market -market for petrol, unleaded;material;Fuels\Oil\Petrol\Market -market for petrol, unleaded, burned in machinery;material;Fuels\Oil\Petrol\Market -market for petroleum;material;Fuels\Oil\Crude oil\Market -market for petroleum coke;material;Fuels\Coal\Market -market for petroleum combustion, in drilling tests;material;Fuels\Oil\Crude oil\Market\Infrastructure -market for petroleum slack wax;material;Chemicals\Others\Market -market for phacelia silage;material;Agricultural\Animal feed\Market -market for phenol;material;Others\Obsolete -market for phenol;material;Chemicals\Organic\Market -market for phenol;material;Chemicals\Organic\Market -market for phenolic resin;material;Others\Obsolete -market for phenolic resin;material;Chemicals\Organic\Market -market for phenolic resin;material;Chemicals\Organic\Market -market for phenoxy-compound;material;Chemicals\Pesticides\Market -market for phenyl acetic acid;material;Chemicals\Acids (organic)\Market -market for phenyl isocyanate;material;Chemicals\Acids (organic)\Market -market for phosgene, liquid;material;Chemicals\Organic\Market -market for phosgene, liquid;material;Chemicals\Organic\Market -market for phosphane;material;Chemicals\Inorganic\Market -market for phosphate fertiliser, as P2O5;material;Chemicals\Fertilisers (inorganic)\Market -market for phosphate rock, as P2O5, beneficiated, dry;material;Chemicals\Inorganic\Market -market for phosphate rock, as P2O5, beneficiated, wet;material;Chemicals\Inorganic\Market -market for phosphoric acid factory, fertiliser grade;material;Chemicals\Acids (inorganic)\Market\Infrastructure -market for phosphoric acid, fertiliser grade, without water, in 70% solution;material;Chemicals\Acids (inorganic)\Market -market for phosphoric acid, industrial grade, without water, in 85% solution;material;Chemicals\Acids (inorganic)\Market -market for phosphorous chloride;material;Others\Obsolete -market for phosphorous chloride;material;Chemicals\Inorganic\Market -market for phosphorous chloride;material;Chemicals\Inorganic\Market -market for phosphorus oxychloride;material;Others\Obsolete -market for phosphorus pentachloride;material;Chemicals\Inorganic\Market -market for phosphorus trichloride;material;Chemicals\Inorganic\Market -market for phosphorus, white, liquid;material;Chemicals\Inorganic\Market -market for phosphoryl chloride;material;Others\Obsolete -market for phosphoryl chloride;material;Chemicals\Inorganic\Market -market for phosphoryl chloride;material;Chemicals\Inorganic\Market -market for photovoltaic cell factory;material;Electronics\Photovoltaic\Market\Infrastructure -market for photovoltaic cell, multi-Si wafer;material;Electronics\Photovoltaic\Market -market for photovoltaic cell, ribbon-Si;material;Electronics\Photovoltaic\Market -market for photovoltaic cell, single-Si wafer;material;Electronics\Photovoltaic\Market -market for photovoltaic facade installation, 3kWp, multi-Si, laminated,;energy;Electricity by fuel\Photovoltaic\Market\Infrastructure -market for photovoltaic facade installation, 3kWp, multi-Si, panel, mounted, at;energy;Electricity by fuel\Photovoltaic\Market\Infrastructure -market for photovoltaic facade installation, 3kWp, single-Si, laminated,;energy;Electricity by fuel\Photovoltaic\Market\Infrastructure -market for photovoltaic facade installation, 3kWp, single-Si, panel, mounted,;energy;Electricity by fuel\Photovoltaic\Market\Infrastructure -market for photovoltaic flat-roof installation, 3kWp, multi-Si, on roof;energy;Electricity by fuel\Photovoltaic\Market\Infrastructure -market for photovoltaic flat-roof installation, 3kWp, single-Si, on roof;energy;Electricity by fuel\Photovoltaic\Market\Infrastructure -market for photovoltaic laminate, a-Si;material;Electronics\Photovoltaic\Market\Infrastructure -market for photovoltaic laminate, CdTe;material;Electronics\Photovoltaic\Market\Infrastructure -market for photovoltaic laminate, CIS;material;Electronics\Photovoltaic\Market\Infrastructure -market for photovoltaic laminate, multi-Si wafer;material;Electronics\Photovoltaic\Market\Infrastructure -market for photovoltaic laminate, ribbon-Si;material;Electronics\Photovoltaic\Market\Infrastructure -market for photovoltaic laminate, single-Si wafer;material;Electronics\Photovoltaic\Market\Infrastructure -market for photovoltaic module, building-integrated, for facade installation;energy;Electricity by fuel\Photovoltaic\Market\Infrastructure -market for photovoltaic module, building-integrated, for slanted-roof;energy;Electricity by fuel\Photovoltaic\Market\Infrastructure -market for photovoltaic mounting system, for 570kWp open ground module;energy;Electricity by fuel\Photovoltaic\Market\Infrastructure -market for photovoltaic mounting system, for facade installation;energy;Electricity by fuel\Photovoltaic\Market\Infrastructure -market for photovoltaic mounting system, for flat-roof installation;energy;Electricity by fuel\Photovoltaic\Market\Infrastructure -market for photovoltaic mounting system, for slanted-roof installation;energy;Electricity by fuel\Photovoltaic\Market\Infrastructure -market for photovoltaic panel factory;energy;Electricity by fuel\Photovoltaic\Market\Infrastructure -market for photovoltaic panel, a-Si;material;Electronics\Photovoltaic\Market\Infrastructure -market for photovoltaic panel, CIS;material;Electronics\Photovoltaic\Market\Infrastructure -market for photovoltaic panel, multi-Si wafer;material;Electronics\Photovoltaic\Market\Infrastructure -market for photovoltaic panel, ribbon-Si;material;Electronics\Photovoltaic\Market\Infrastructure -market for photovoltaic panel, single-Si wafer;material;Electronics\Photovoltaic\Market\Infrastructure -market for photovoltaic plant, 570kWp, multi-Si, on open ground;material;Electronics\Photovoltaic\Market\Infrastructure -market for photovoltaic slanted-roof installation, 3kWp, a-Si, laminated,;energy;Electricity by fuel\Photovoltaic\Market\Infrastructure -market for photovoltaic slanted-roof installation, 3kWp, a-Si, panel, mounted,;energy;Electricity by fuel\Photovoltaic\Market\Infrastructure -market for photovoltaic slanted-roof installation, 3kWp, CdTe, laminated,;energy;Electricity by fuel\Photovoltaic\Market\Infrastructure -market for photovoltaic slanted-roof installation, 3kWp, CIS, panel, mounted,;energy;Electricity by fuel\Photovoltaic\Market\Infrastructure -market for photovoltaic slanted-roof installation, 3kWp, multi-Si, laminated,;energy;Electricity by fuel\Photovoltaic\Market\Infrastructure -market for photovoltaic slanted-roof installation, 3kWp, multi-Si, panel,;energy;Electricity by fuel\Photovoltaic\Market\Infrastructure -market for photovoltaic slanted-roof installation, 3kWp, ribbon-Si, laminated,;energy;Electricity by fuel\Photovoltaic\Market\Infrastructure -market for photovoltaic slanted-roof installation, 3kWp, ribbon-Si, panel,;energy;Electricity by fuel\Photovoltaic\Market\Infrastructure -market for photovoltaic slanted-roof installation, 3kWp, single-Si, laminated,;energy;Electricity by fuel\Photovoltaic\Market\Infrastructure -market for photovoltaic slanted-roof installation, 3kWp, single-Si, panel,;energy;Electricity by fuel\Photovoltaic\Market\Infrastructure -market for photovoltaics, electric installation for 3kWp module, at building;energy;Electricity by fuel\Photovoltaic\Market\Infrastructure -market for photovoltaics, electric installation for 570kWp module, open ground;material;Electronics\Photovoltaic\Market\Infrastructure -market for phthalic anhydride;material;Chemicals\Organic\Market -market for phthalimide;material;Chemicals\Organic\Market -market for phthalimide-compound;material;Chemicals\Pesticides\Market -market for pig iron;material;Metals\Ferro\Market -market for pineapple;material;Agricultural\Plant production\Fruits\Market -market for pipeline, liquid manure;transport;Pipeline\Market\Infrastructure -market for pipeline, natural gas, high pressure distribution network;transport;Pipeline\Market\Infrastructure -market for pipeline, natural gas, long distance, high capacity, offshore;transport;Pipeline\Market\Infrastructure -market for pipeline, natural gas, long distance, high capacity, onshore;transport;Pipeline\Market\Infrastructure -market for pipeline, natural gas, long distance, low capacity, onshore;transport;Pipeline\Market\Infrastructure -market for pipeline, natural gas, low pressure distribution network;transport;Pipeline\Market\Infrastructure -market for pipeline, petroleum;transport;Pipeline\Market\Infrastructure -market for pipeline, petroleum, offshore;transport;Pipeline\Market\Infrastructure -market for piperidine;material;Chemicals\Organic\Market -market for pitch;material;Construction\Sealing\Market -market for pitch;material;Construction\Sealing\Market -market for pitch;material;Construction\Sealing\Market -market for pitch;material;Others\Obsolete -market for pitch;material;Construction\Sealing\Market -market for pitch;material;Construction\Sealing\Market -market for pitch;material;Construction\Sealing\Market -market for pitch;material;Construction\Sealing\Market -market for pitch despergents, in paper production;material;Others\Obsolete -market for pitch despergents, in paper production;material;Chemicals\Others\Market -market for pitch despergents, in paper production;material;Chemicals\Others\Market -market for pitch Europe without;material;Construction\Sealing\Market -market for planing mill;material;Wood\Products\Market\Infrastructure -market for planning, cogen unit mini CHP plant;energy;Cogeneration\Gas\Market\Infrastructure -market for planning, heat and power co-generation unit, 160kW electrical;energy;Cogeneration\Gas\Market\Infrastructure -market for planting;processing;Agricultural\Market -market for planting tree;processing;Agricultural\Market -market for planting with starter fertiliser, by no till planter;processing;Agricultural\Market -market for planting, sugarcane;processing;Agricultural\Market -market for plaster mixing;processing;Others\Market -market for plastic flake, consumer electronics, for recycling;material;Plastics\Recycling\Market -market for plastic granulate, unspecified, recycled;material;Plastics\Recycling\Market -market for plastic tunnel;material;Agricultural\Plant production\Other\Market\Infrastructure -market for plasticiser, for concrete, based on sulfonated melamine formaldehyde;material;Chemicals\Others\Market -market for platinum;material;Metals\Non ferro\Market -market for platinum group metal concentrate;material;Minerals\Market -market for plug, inlet and outlet, for computer cable;material;Electronics\Component\Market -market for plug, inlet and outlet, for network cable;material;Electronics\Component\Market -market for plug, inlet and outlet, for printer cable;material;Electronics\Component\Market -market for plywood, for indoor use;material;Wood\Products\Market -market for plywood, for indoor use;material;Wood\Products\Market -market for plywood, for outdoor use;material;Wood\Products\Market -market for plywood, for outdoor use;material;Wood\Products\Market -market for p-nitrophenol;material;Chemicals\Organic\Market -market for p-nitrotoluene;material;Chemicals\Organic\Market -market for pointing device, optical mouse, with cable;material;Electronics\Devices\Market -market for polar fleece production, energy use only;processing;Plastics\Market -market for polarizer, liquid crystals and colour filters, for liquid crystal;material;Electronics\Component\Market -market for polishing powder;material;Chemicals\Others\Market -market for pollutant from rail ballast;waste treatment;Transport\Market -market for pollutant from rail ballast;waste treatment;Others\Obsolete -market for pollutant from rail ballast;waste treatment;Transport\Market -market for polyacrylamide;material;Chemicals\Organic\Market -market for polyaluminium chloride;material;Chemicals\Inorganic\Market -market for polybutadiene;material;Plastics\Rubbers\Market -market for polycarbonate;material;Plastics\Thermoplasts\Market -market for polycarboxylates, 40% active substance;material;Others\Obsolete -market for polycarboxylates, 40% active substance;material;Chemicals\Washing agents\Builders\Market -market for polycarboxylates, 40% active substance;material;Chemicals\Washing agents\Builders\Market -market for polydimethylsiloxane;material;Chemicals\Silicons\Market -market for polyester resin, unsaturated;material;Others\Obsolete -market for polyester resin, unsaturated;material;Chemicals\Organic\Market -market for polyester resin, unsaturated;material;Chemicals\Organic\Market -market for polyester-complexed starch biopolymer;material;Plastics\Biopolymers\Market -market for polyethylene terephthalate, granulate, amorphous;material;Plastics\Thermoplasts\Market -market for polyethylene terephthalate, granulate, amorphous, recycled;material;Plastics\Thermoplasts\Market -market for polyethylene terephthalate, granulate, amorphous, recycled;material;Plastics\Thermoplasts\Market -market for polyethylene terephthalate, granulate, amorphous, recycled;material;Plastics\Thermoplasts\Market -market for polyethylene terephthalate, granulate, amorphous, recycled Europe;material;Plastics\Thermoplasts\Market -market for polyethylene terephthalate, granulate, bottle grade;material;Plastics\Thermoplasts\Market -market for polyethylene terephthalate, granulate, bottle grade, recycled;material;Plastics\Thermoplasts\Market -market for polyethylene terephthalate, granulate, bottle grade, recycled;material;Plastics\Thermoplasts\Market -market for polyethylene, high density, granulate;material;Plastics\Thermoplasts\Market -market for polyethylene, high density, granulate, recycled;material;Plastics\Thermoplasts\Market -market for polyethylene, high density, granulate, recycled;material;Plastics\Thermoplasts\Market -market for polyethylene, high density, granulate, recycled;material;Plastics\Thermoplasts\Market -market for polyethylene, high density, granulate, recycled Europe without;material;Plastics\Thermoplasts\Market -market for polyethylene, linear low density, granulate;material;Plastics\Thermoplasts\Market -market for polyethylene, low density, granulate;material;Plastics\Thermoplasts\Market -market for polylactide, granulate;material;Plastics\Biopolymers\Market -market for polymer foaming;processing;Plastics\Market -market for polymethyl methacrylate, beads;material;Plastics\Thermoplasts\Market -market for polymethyl methacrylate, sheet;material;Plastics\Thermoplasts\Market -market for polyol;material;Others\Obsolete -market for polyol;material;Chemicals\Organic\Market -market for polyol;material;Chemicals\Organic\Market -market for polyphenylene sulfide;material;Plastics\Thermoplasts\Market -market for polystyrene foam slab;material;Construction\Insulation\Market -market for polystyrene foam slab for perimeter insulation;material;Construction\Insulation\Market -market for polystyrene foam slab with graphite, 6% recycled;material;Construction\Insulation\Market -market for polystyrene foam slab, 10% recycled;material;Construction\Insulation\Market -market for polystyrene scrap, post-consumer;material;Plastics\Recycling\Market -market for polystyrene, expandable;material;Plastics\Thermoplasts\Market -market for polystyrene, extruded;material;Plastics\Thermoplasts\Market -market for polystyrene, general purpose;material;Plastics\Thermoplasts\Market -market for polystyrene, high impact;material;Plastics\Thermoplasts\Market -market for polysulfide, sealing compound;material;Construction\Sealing\Market -market for polysulfone;material;Chemicals\Organic\Market -market for polyurethane, flexible foam;material;Plastics\Thermosets\Market -market for polyurethane, flexible foam;material;Plastics\Thermosets\Market -market for polyurethane, rigid foam;material;Others\Obsolete -market for polyurethane, rigid foam;material;Plastics\Thermosets\Market -market for polyurethane, rigid foam;material;Plastics\Thermosets\Market -market for polyvinylchloride, emulsion polymerised;material;Plastics\Thermoplasts\Market -market for polyvinylchloride, suspension polymerised;material;Plastics\Thermoplasts\Market -market for polyvinylfluoride;material;Chemicals\Organic\Market -market for polyvinylfluoride, film;material;Chemicals\Organic\Market -market for polyvinylidenchloride, granulate;material;Others\Obsolete -market for polyvinylidenchloride, granulate;material;Plastics\Thermoplasts\Market -market for polyvinylidenchloride, granulate;material;Plastics\Thermoplasts\Market -market for pomegranate;material;Agricultural\Plant production\Fruits\Market -market for poor concrete;material;Others\Obsolete -market for port facilities;transport;Water\Market\Infrastructure -market for portachrom;material;Chemicals\Inorganic\Market -market for portafer;material;Chemicals\Inorganic\Market -market for potassium carbonate;material;Chemicals\Inorganic\Market -market for potassium chloride, as K2O;material;Chemicals\Fertilisers (inorganic)\Market -market for potassium chloride, industrial grade;material;Chemicals\Inorganic\Market -market for potassium fertiliser, as K2O;material;Chemicals\Fertilisers (inorganic)\Market -market for potassium hydroxide;material;Chemicals\Inorganic\Market -market for potassium nitrate;material;Chemicals\Inorganic\Market -market for potassium nitrate, agricultural grade;material;Chemicals\Fertilisers (inorganic)\Transformation -market for potassium nitrate, industrial grade;material;Chemicals\Inorganic\Market -market for potassium nitrate, technical grade;material;Chemicals\Inorganic\Market -market for potassium perchlorate;material;Chemicals\Inorganic\Market -market for potassium permanganate;material;Chemicals\Inorganic\Market -market for potassium sulfate, as K2O;material;Chemicals\Fertilisers (inorganic)\Market -market for potato;material;Agricultural\Plant production\Roots and Tubers\Market -market for potato grading;processing;Agricultural\Market -market for potato haulm cutting;processing;Agricultural\Market -market for potato planting;processing;Agricultural\Market -market for potato seed, at farm;material;Agricultural\Plant seeds\Market -market for potato seed, for setting;material;Agricultural\Plant seeds\Market -market for potato seed, organic, at farm;material;Agricultural\Plant seeds\Market -market for potato seed, organic, for setting;material;Agricultural\Plant seeds\Market -market for potato seed, Swiss integrated production, at farm;material;Agricultural\Plant seeds\Market -market for potato seed, Swiss integrated production, for setting;material;Agricultural\Plant seeds\Market -market for potato starch;material;Agricultural\Food\Market -market for potato, organic;material;Agricultural\Plant production\Roots and Tubers\Market -market for potato, Swiss integrated production;material;Agricultural\Plant production\Roots and Tubers\Market -market for potentiometer, unspecified;material;Electronics\Component\Market -market for poultry manure, dried;material;Chemicals\Fertilisers (organic)\Market -market for poultry manure, fresh;material;Chemicals\Fertilisers (organic)\Market -market for powder coat, aluminium sheet;processing;Metals\Coating\Market -market for powder coat, steel;processing;Metals\Coating\Market -market for power adapter, for laptop;material;Electronics\Devices\Market -market for power block, solar thermal parabolic trough, 50 MW;energy;Electricity by fuel\Photovoltaic\Market\Infrastructure -market for power block, solar tower power plant, 20 MW;energy;Electricity by fuel\Photovoltaic\Market\Infrastructure -market for power distribution unit, for electric passenger car;material;Electronics\Component\Market -market for power saw, with catalytic converter;processing;Wood\Market\Infrastructure -market for power saw, without catalytic converter;processing;Wood\Market\Infrastructure -market for power sawing, with catalytic converter;processing;Wood\Market -market for power sawing, without catalytic converter;processing;Wood\Market -market for power supply unit, for desktop computer;material;Electronics\Module\Market -market for powertrain, for electric passenger car;material;Electronics\Component\Market -market for praseodymium oxide;material;Chemicals\Inorganic\Market -market for precious metal for jewellery;material;Metals\Non ferro\Market -market for precious metal from electronics scrap, in anode slime;waste treatment;Metals\Market -market for precious metal refinery;material;Metals\Non ferro\Market\Infrastructure -market for printed paper;material;Paper+ Board\Graphic paper\Market -market for printed paper, offset;material;Paper+ Board\Graphic paper\Market -market for printed wiring board mounting facility;material;Electronics\Printed wiring board\Market\Infrastructure -market for printed wiring board mounting facility, surface mounting line;material;Electronics\Printed wiring board\Market\Infrastructure -market for printed wiring board mounting facility, through-hole mounting line;material;Electronics\Printed wiring board\Market\Infrastructure -market for printed wiring board, for power supply unit, desktop computer, Pb;material;Electronics\Printed wiring board\Market -market for printed wiring board, for power supply unit, desktop computer, Pb;material;Electronics\Printed wiring board\Market -market for printed wiring board, for surface mounting, Pb containing surface;material;Electronics\Printed wiring board\Market -market for printed wiring board, for surface mounting, Pb free surface;material;Electronics\Printed wiring board\Market -market for printed wiring board, for through-hole mounting, Pb containing;material;Electronics\Printed wiring board\Market -market for printed wiring board, for through-hole mounting, Pb free surface;material;Electronics\Printed wiring board\Market -market for printed wiring board, mounted mainboard, desktop computer, Pb;material;Electronics\Printed wiring board\Market -market for printed wiring board, mounted mainboard, desktop computer, Pb free;material;Electronics\Printed wiring board\Market -market for printed wiring board, mounted mainboard, laptop computer, Pb;material;Electronics\Printed wiring board\Market -market for printed wiring board, mounted mainboard, laptop computer, Pb free;material;Electronics\Printed wiring board\Market -market for printed wiring board, surface mounted, unspecified, Pb containing;material;Electronics\Printed wiring board\Market -market for printed wiring board, surface mounted, unspecified, Pb free;material;Electronics\Printed wiring board\Market -market for printed wiring board, through-hole mounted, unspecified, Pb;material;Electronics\Printed wiring board\Market -market for printed wiring board, through-hole mounted, unspecified, Pb free;material;Electronics\Printed wiring board\Market -market for printer, laser, black/white;material;Electronics\Devices\Market -market for printer, laser, colour;material;Electronics\Devices\Market -market for printing ink, offset, without solvent, in 47.5% solution state;material;Others\Obsolete -market for printing ink, offset, without solvent, in 47.5% solution state;material;Chemicals\Others\Market -market for printing ink, offset, without solvent, in 47.5% solution state;material;Chemicals\Others\Market -market for printing ink, rotogravure, without solvent, in 55% toluene solution;material;Others\Obsolete -market for printing ink, rotogravure, without solvent, in 55% toluene solution;material;Chemicals\Others\Market -market for printing ink, rotogravure, without solvent, in 55% toluene solution;material;Chemicals\Others\Market -market for process-specific burden, sanitary landfill;processing;Others\Obsolete -market for process-specific burdens, hazardous waste incineration plant;processing;Waste\Market -market for process-specific burdens, hazardous waste incineration plant;processing;Others\Obsolete -market for process-specific burdens, hazardous waste incineration plant;processing;Waste\Market -market for process-specific burdens, import of copper to Switzerland;processing;Waste\Market -market for process-specific burdens, inert material landfill;processing;Waste\Market -market for process-specific burdens, inert material landfill;processing;Others\Obsolete -market for process-specific burdens, inert material landfill;processing;Waste\Market -market for process-specific burdens, municipal waste incineration;processing;Waste\Market -market for process-specific burdens, municipal waste incineration;processing;Others\Obsolete -market for process-specific burdens, municipal waste incineration;processing;Waste\Market -market for process-specific burdens, municipal waste incineration Europe;processing;Waste\Market -market for process-specific burdens, residual material landfill;processing;Waste\Market -market for process-specific burdens, residual material landfill;processing;Others\Obsolete -market for process-specific burdens, residual material landfill;processing;Waste\Market -market for process-specific burdens, residual material landfill Europe without;processing;Waste\Market -market for process-specific burdens, sanitary landfill;processing;Waste\Market -market for process-specific burdens, sanitary landfill;processing;Waste\Market -market for process-specific burdens, slag landfill;processing;Waste\Market -market for process-specific burdens, slag landfill;processing;Others\Obsolete -market for process-specific burdens, slag landfill;processing;Waste\Market -market for process-specific burdens, slag landfill Europe without;processing;Waste\Market -market for propanal;material;Others\Obsolete -market for propanal;material;Chemicals\Organic\Market -market for propanal;material;Chemicals\Organic\Market -market for propane;material;Chemicals\Gases\Market -market for propane, burned in building machine;energy;Mechanical\Transformation -market for propionic acid;material;Chemicals\Organic\Market -market for propyl amine;material;Chemicals\Organic\Market -market for propylene;material;Others\Obsolete -market for propylene;material;Chemicals\Organic\Market -market for propylene;material;Chemicals\Organic\Market -market for propylene;material;Chemicals\Organic\Market -market for propylene glycol, liquid;material;Others\Obsolete -market for propylene glycol, liquid;material;Chemicals\Organic\Market -market for propylene glycol, liquid;material;Chemicals\Organic\Market -market for propylene oxide, liquid;material;Others\Obsolete -market for propylene oxide, liquid;material;Chemicals\Organic\Market -market for propylene oxide, liquid;material;Chemicals\Organic\Market -market for propylene, pipeline system;material;Others\Obsolete -market for propylene, pipeline system;material;Chemicals\Organic\Market -market for propylene, pipeline system;material;Chemicals\Organic\Market -market for prosulfocarb;material;Chemicals\Pesticides\Market -market for protein feed, 100% crude;material;Agricultural\Animal feed\Market -market for protein pea;material;Agricultural\Plant production\Legumes\Market -market for protein pea, feed, Swiss integrated production;material;Agricultural\Animal feed\Market -market for protein pea, organic;material;Agricultural\Plant production\Legumes\Market -market for protein pea, Swiss integrated production;material;Agricultural\Plant production\Legumes\Market -market for pulp factory;material;Paper+ Board\Pulp\Market\Infrastructure -market for pulpwood, hardwood, measured as solid wood under bark;material;Wood\Extraction\Market -market for pulpwood, hardwood, measured as solid wood under bark;material;Others\Obsolete -market for pulpwood, hardwood, measured as solid wood under bark;material;Wood\Extraction\Market -market for pulpwood, hardwood, measured as solid wood under bark Europe without;material;Wood\Extraction\Market -market for pulpwood, softwood, measured as solid wood under bark;material;Wood\Extraction\Market -market for pulpwood, softwood, measured as solid wood under bark;material;Others\Obsolete -market for pulpwood, softwood, measured as solid wood under bark;material;Wood\Extraction\Market -market for pulpwood, softwood, measured as solid wood under bark Europe without;material;Wood\Extraction\Market -market for pulverised lignite;material;Fuels\Lignite\Market -market for pumice;material;Minerals\Market -market for pump station;material;Water\Drinking water\Market\Infrastructure -market for pump, 40W;energy;Heat\Solar\Market\Infrastructure -market for purge gas, rich in sodium nitrate;material;Chemicals\Others\Market -market for purge gas, rich in sodium nitrate;material;Chemicals\Others\Market -market for purified terephthalic acid;material;Chemicals\Acids (organic)\Market -market for purse seiner maintenance, steel;processing;Agricultural\Market -market for purse seiner maintenance, wood;processing;Agricultural\Market -market for purse seiner, steel;material;Agricultural\Animal production\Fish\Market\Infrastructure -market for purse seiner, wood;material;Agricultural\Animal production\Fish\Market\Infrastructure -market for pyrazole;material;Chemicals\Organic\Market -market for pyrethroid-compound;material;Chemicals\Pesticides\Market -market for pyridazine-compound;material;Chemicals\Pesticides\Market -market for pyridine;material;Chemicals\Organic\Market -market for pyridine-compound;material;Chemicals\Pesticides\Market -market for pyrite ash;waste treatment;Others\Market -market for quicklime, in pieces, loose;material;Chemicals\Inorganic\Market -market for quicklime, in pieces, loose;material;Others\Obsolete -market for quicklime, in pieces, loose;material;Chemicals\Inorganic\Market -market for quicklime, milled, loose;material;Chemicals\Inorganic\Market -market for quicklime, milled, loose;material;Others\Obsolete -market for quicklime, milled, loose;material;Chemicals\Inorganic\Market -market for quicklime, milled, packed;material;Others\Obsolete -market for quicklime, milled, packed;material;Chemicals\Inorganic\Market -market for quicklime, milled, packed;material;Chemicals\Inorganic\Market -market for radish;material;Agricultural\Plant production\Roots and Tubers\Market -market for railway track;transport;Others\Obsolete -market for railway track;transport;Rail\Market\Infrastructure -market for railway track;transport;Others\Obsolete -market for railway track, for high-speed train;transport;Rail\Market\Infrastructure -market for rainwater mineral oil storage;waste treatment;Wastewater Treatment\Market -market for rainwater mineral oil storage;waste treatment;Others\Obsolete -market for rainwater mineral oil storage;waste treatment;Wastewater Treatment\Market -market for rainwater mineral oil storage Europe without;waste treatment;Wastewater Treatment\Market -market for rape meal;material;Agricultural\Animal feed\Market -market for rape oil, crude;material;Agricultural\Plant oils\Market -market for rape oil, crude;material;Agricultural\Plant oils\Market -market for rape seed;material;Agricultural\Plant seeds\Market -market for rape seed, for sowing;material;Agricultural\Plant seeds\Market -market for rape seed, for sowing;material;Others\Obsolete -market for rape seed, for sowing;material;Agricultural\Plant seeds\Market -market for rape seed, organic;material;Agricultural\Plant seeds\Market -market for rape seed, organic, for sowing;material;Agricultural\Plant seeds\Market -market for rape seed, Swiss integrated production;material;Agricultural\Plant seeds\Market -market for rare earth concentrate, 70% REO, from bastnäsite;material;Minerals\Market -market for raw sewage sludge;waste treatment;Others\Market -market for raw sewage sludge;waste treatment;Others\Obsolete -market for raw sewage sludge;waste treatment;Others\Market -market for receiver system, solar tower power plant, 20 MW;energy;Electricity by fuel\Photovoltaic\Market\Infrastructure -market for recultivation, bauxite mine;processing;Land transformation\Market -market for recultivation, bentonite mine;processing;Land transformation\Market -market for recultivation, ilmenite mine;processing;Land transformation\Market -market for recultivation, iron mine;processing;Land transformation\Market -market for recultivation, limestone mine;processing;Land transformation\Market -market for recultivation, shale quarry;processing;Land transformation\Market -market for red meat, live weight;material;Agricultural\Food\Market -market for redmud from bauxite digestion;waste treatment;Others\Market -market for reefer, intermodal shipping container, 40-foot, high-cube, carbon;transport;Intermodal\Market\Infrastructure -market for reefer, intermodal shipping container, 40-foot, high-cube, R134a as;transport;Intermodal\Market\Infrastructure -market for reeled raw silk hank;material;Chemicals\Others\Market -market for refinery;material;Fuels\Oil\Crude oil\Market\Infrastructure -market for refinery gas;material;Fuels\Natural gas\Market -market for refinery sludge;waste treatment;Others\Market -market for refinery sludge;waste treatment;Others\Obsolete -market for refinery sludge;waste treatment;Others\Market -market for refinery sludge Europe without;waste treatment;Others\Market -market for reformate;material;Chemicals\Organic\Market -market for refractory material, acid;material;Chemicals\Others\Transformation -market for refractory spent pot liner from Al electrolysis;waste treatment;Others\Market -market for refractory, basic, packed;material;Construction\Bricks\Market -market for refractory, fireclay, packed;material;Construction\Bricks\Market -market for refractory, high aluminium oxide, packed;material;Construction\Bricks\Market -market for refrigerant R134a;material;Chemicals\Organic\Market -market for refrigeration machine, carbon dioxide, liquid as refrigerant;transport;Road\Market\Infrastructure -market for refrigeration machine, R134a as refrigerant;transport;Road\Market\Infrastructure -market for refrigerator;material;Appliances\Market\Infrastructure -market for reinforcing steel;material;Metals\Ferro\Market -market for residential sewer grid, 0.087 km;processing;Waste\Market\Infrastructure -market for residual hardwood, wet;material;Wood\Byproducts\Market -market for residual material landfill;processing;Others\Obsolete -market for residual material landfill;processing;Waste\Market\Infrastructure -market for residual material landfill;processing;Others\Obsolete -market for residual softwood, wet;material;Wood\Byproducts\Market -market for residual wood, dry;material;Wood\Byproducts\Market -market for residue from cooling tower;waste treatment;Others\Market -market for residue from cooling tower;waste treatment;Others\Obsolete -market for residue from cooling tower;waste treatment;Others\Market -market for residue from mechanical treatment, cathode ray tube display;waste treatment;Electronics Waste\Market -market for residue from mechanical treatment, cathode ray tube display;waste treatment;Others\Obsolete -market for residue from mechanical treatment, cathode ray tube display;waste treatment;Electronics Waste\Market -market for residue from mechanical treatment, desktop computer;waste treatment;Electronics Waste\Market -market for residue from mechanical treatment, desktop computer;waste treatment;Others\Obsolete -market for residue from mechanical treatment, desktop computer;waste treatment;Electronics Waste\Market -market for residue from mechanical treatment, industrial device;waste treatment;Electronics Waste\Market -market for residue from mechanical treatment, industrial device;waste treatment;Others\Obsolete -market for residue from mechanical treatment, industrial device;waste treatment;Electronics Waste\Market -market for residue from mechanical treatment, IT accessory;waste treatment;Electronics Waste\Market -market for residue from mechanical treatment, IT accessory;waste treatment;Others\Obsolete -market for residue from mechanical treatment, IT accessory;waste treatment;Electronics Waste\Market -market for residue from mechanical treatment, laptop computer;waste treatment;Electronics Waste\Market -market for residue from mechanical treatment, laptop computer;waste treatment;Others\Obsolete -market for residue from mechanical treatment, laptop computer;waste treatment;Electronics Waste\Market -market for residue from mechanical treatment, laser printer;waste treatment;Electronics Waste\Market -market for residue from mechanical treatment, laser printer;waste treatment;Others\Obsolete -market for residue from mechanical treatment, laser printer;waste treatment;Electronics Waste\Market -market for residue from mechanical treatment, liquid crystal display;waste treatment;Electronics Waste\Market -market for residue from mechanical treatment, liquid crystal display;waste treatment;Others\Obsolete -market for residue from mechanical treatment, liquid crystal display;waste treatment;Electronics Waste\Market -market for residue from Na-dichromate production;waste treatment;Others\Market -market for residue from rutile production, synthetic, 56% water;waste treatment;Others\Market -market for residue from shredder fraction from manual dismantling;waste treatment;Others\Market -market for residue from shredder fraction from manual dismantling;waste treatment;Others\Obsolete -market for residue from shredder fraction from manual dismantling;waste treatment;Others\Market -market for residue from TiO2 production, chloride process;waste treatment;Others\Market -market for residue from TiO2 production, sulfate process;waste treatment;Others\Market -market for resistor, auxilliaries and energy use;material;Electronics\Component\Market -market for resistor, metal film type, through-hole mounting;material;Electronics\Component\Market -market for resistor, surface-mounted;material;Electronics\Component\Market -market for resistor, wirewound, through-hole mounting;material;Electronics\Component\Market -market for retention aid, for paper production;material;Others\Obsolete -market for retention aid, for paper production;material;Chemicals\Others\Market -market for retention aid, for paper production;material;Chemicals\Others\Market -market for rhodium;material;Metals\Non ferro\Market -market for rice seed, for sowing;material;Agricultural\Plant seeds\Market -market for rice, basmati;material;Agricultural\Plant production\Cereals\Market -market for rice, non-basmati;material;Agricultural\Plant production\Cereals\Market -market for road;transport;Others\Obsolete -market for road;transport;Road\Market\Infrastructure -market for road;transport;Others\Obsolete -market for road maintenance;processing;Others\Obsolete -market for road maintenance;transport;Road\Market\Infrastructure -market for road maintenance;transport;Road\Market\Infrastructure -market for road vehicle factory;transport;Road\Market\Infrastructure -market for road wear emissions, lorry;waste treatment;Transport\Market -market for road wear emissions, passenger car;waste treatment;Transport\Market -market for road, company, internal;transport;Road\Market\Infrastructure -market for rock crushing;processing;Others\Market -market for rock wool;material;Others\Obsolete -market for rock wool factory;material;Others\Obsolete -market for rock wool, packed;material;Others\Obsolete -market for rolling mill;processing;Metals\Metal working\Market\Infrastructure -market for roof tile;material;Construction\Coverings\Market -market for room-connecting overflow element, steel, approx. 40 m3/h;material;Construction\Ventilation\Market -market for rosin size, for paper production;material;Others\Obsolete -market for rosin size, for paper production;material;Chemicals\Others\Market -market for rosin size, for paper production;material;Chemicals\Others\Market -market for roundwood;material;Others\Obsolete -market for roundwood, azobe from sustainable forest management, CM, debarked;material;Wood\Extraction\Market -market for roundwood, azobe from sustainable forest management, under bark;material;Wood\Extraction\Market -market for roundwood, eucalyptus ssp. from sustainable forest management, under;material;Wood\Extraction\Market -market for roundwood, meranti from sustainable forest management, MY, debarked;material;Wood\Extraction\Market -market for roundwood, meranti from sustainable forest management, under bark;material;Wood\Extraction\Market -market for roundwood, parana pine from sustainable forest management, under;material;Others\Obsolete -market for roundwood, paraná pine from sustainable forest management, under;material;Wood\Extraction\Market -market for router, internet;material;Electronics\Devices\Market -market for rutile, 95% titanium dioxide;material;Minerals\Market -market for rye grain;material;Agricultural\Plant production\Cereals\Market -market for rye grain, feed, organic;material;Agricultural\Animal feed\Market -market for rye grain, feed, Swiss integrated production;material;Agricultural\Animal feed\Market -market for rye grain, organic;material;Agricultural\Plant production\Cereals\Market -market for rye grain, Swiss integrated production;material;Agricultural\Plant production\Cereals\Market -market for rye seed, for sowing;material;Agricultural\Plant seeds\Market -market for rye seed, organic, for sowing;material;Agricultural\Plant seeds\Market -market for rye seed, Swiss integrated production, for sowing;material;Agricultural\Plant seeds\Market -market for rye seed, Swiss integrated production, for sowing;material;Others\Obsolete -market for ryegrass silage;material;Agricultural\Animal feed\Market -market for ryegrass-Egyptian&Persian clover-mixture silage;material;Agricultural\Animal feed\Market -market for ryegrass-red&Egyptian clover-mixture silage;material;Agricultural\Animal feed\Market -market for salicylic acid;material;Chemicals\Acids (organic)\Market -market for salt;material;Chemicals\Inorganic\Transformation -market for salt tailing from potash mine;waste treatment;Others\Market -market for samarium europium gadolinium concentrate, 94% rare earth oxide;material;Minerals\Market -market for sand;material;Minerals\Market -market for sand;material;Minerals\Market -market for sand;material;Others\Obsolete -market for sand;material;Minerals\Market -market for sand;material;Minerals\Market -market for sand-lime brick;material;Construction\Bricks\Market -market for sanforizing, textile;processing;Textiles\Market -market for sanitary ceramics;material;Construction\Ceramics\Market -market for sanitary landfill facility;processing;Waste\Market\Infrastructure -market for saw dust, loose, wet, measured as dry mass;waste treatment;Wood\Market -market for saw dust, wet, measured as dry mass;material;Wood\Byproducts\Market -market for sawlog and veneer log, hardwood, debarked, measured as solid wood;material;Others\Obsolete -market for sawlog and veneer log, hardwood, debarked, measured as solid wood;material;Others\Obsolete -market for sawlog and veneer log, hardwood, measured as solid wood under bark;material;Wood\Extraction\Market -market for sawlog and veneer log, hardwood, measured as solid wood under bark;material;Wood\Extraction\Market -market for sawlog and veneer log, hardwood, measured as solid wood under bark;material;Others\Obsolete -market for sawlog and veneer log, hardwood, measured as solid wood under bark;material;Wood\Extraction\Market -market for sawlog and veneer log, softwood, debarked, measured as solid wood;material;Wood\Extraction\Market -market for sawlog and veneer log, softwood, debarked, measured as solid wood;material;Wood\Extraction\Market -market for sawlog and veneer log, softwood, measured as solid wood under bark;material;Wood\Extraction\Market -market for sawlog and veneer log, softwood, measured as solid wood under bark;material;Wood\Extraction\Market -market for sawlog and veneer log, softwood, measured as solid wood under bark;material;Wood\Extraction\Market -market for sawlog and veneer log, softwood, measured as solid wood under bark;material;Others\Obsolete -market for sawlog and veneer log, softwood, measured as solid wood under bark;material;Wood\Extraction\Market -market for sawmill;material;Wood\Products\Market\Infrastructure -market for sawnwood, azobe from sustainable forest management, planed, air;material;Wood\Products\Market -market for sawnwood, beam, hardwood, air dried, planed;material;Others\Obsolete -market for sawnwood, beam, hardwood, dried (u=10%), planed;material;Wood\Products\Market -market for sawnwood, beam, hardwood, dried (u=20%), planed;material;Wood\Products\Market -market for sawnwood, beam, hardwood, kiln dried, planed;material;Others\Obsolete -market for sawnwood, beam, hardwood, raw, air dried;material;Others\Obsolete -market for sawnwood, beam, hardwood, raw, dried (u=10%);material;Wood\Products\Market -market for sawnwood, beam, hardwood, raw, dried (u=20%);material;Wood\Products\Market -market for sawnwood, beam, hardwood, raw, kiln dried;material;Others\Obsolete -market for sawnwood, beam, softwood, air dried, planed;material;Others\Obsolete -market for sawnwood, beam, softwood, dried (u=10%), planed;material;Wood\Products\Market -market for sawnwood, beam, softwood, dried (u=20%), planed;material;Wood\Products\Market -market for sawnwood, beam, softwood, kiln dried, planed;material;Others\Obsolete -market for sawnwood, beam, softwood, raw, air dried;material;Others\Obsolete -market for sawnwood, beam, softwood, raw, dried (u=10%);material;Wood\Products\Market -market for sawnwood, beam, softwood, raw, dried (u=20%);material;Wood\Products\Market -market for sawnwood, beam, softwood, raw, kiln dried;material;Others\Obsolete -market for sawnwood, board, hardwood, air dried, planed;material;Others\Obsolete -market for sawnwood, board, hardwood, dried (u=10%), planed;material;Wood\Products\Market -market for sawnwood, board, hardwood, dried (u=20%), planed;material;Wood\Products\Market -market for sawnwood, board, hardwood, kiln dried, planed;material;Others\Obsolete -market for sawnwood, board, hardwood, raw, air dried;material;Others\Obsolete -market for sawnwood, board, hardwood, raw, dried (u=10%);material;Wood\Products\Market -market for sawnwood, board, hardwood, raw, dried (u=20%);material;Wood\Products\Market -market for sawnwood, board, hardwood, raw, kiln dried;material;Others\Obsolete -market for sawnwood, board, softwood, air dried, planed;material;Others\Obsolete -market for sawnwood, board, softwood, dried (u=10%), planed;material;Wood\Products\Market -market for sawnwood, board, softwood, dried (u=20%), planed;material;Wood\Products\Market -market for sawnwood, board, softwood, kiln dried, planed;material;Others\Obsolete -market for sawnwood, board, softwood, raw, air dried;material;Others\Obsolete -market for sawnwood, board, softwood, raw, dried (u=10%);material;Wood\Products\Market -market for sawnwood, board, softwood, raw, dried (u=20%);material;Wood\Products\Market -market for sawnwood, board, softwood, raw, kiln dried;material;Others\Obsolete -market for sawnwood, hardwood, air dried, planed;material;Others\Obsolete -market for sawnwood, hardwood, air dried, planed;material;Others\Obsolete -market for sawnwood, hardwood, dried (u=10%), planed;material;Wood\Products\Market -market for sawnwood, hardwood, dried (u=10%), planed;material;Wood\Products\Market -market for sawnwood, hardwood, dried (u=20%), planed;material;Wood\Products\Market -market for sawnwood, hardwood, dried (u=20%), planed;material;Wood\Products\Market -market for sawnwood, hardwood, kiln dried, planed;material;Others\Obsolete -market for sawnwood, hardwood, kiln dried, planed;material;Others\Obsolete -market for sawnwood, hardwood, raw;material;Wood\Products\Market -market for sawnwood, hardwood, raw, air dried;material;Others\Obsolete -market for sawnwood, hardwood, raw, air dried;material;Others\Obsolete -market for sawnwood, hardwood, raw, debarked;material;Others\Obsolete -market for sawnwood, hardwood, raw, debarked;material;Others\Obsolete -market for sawnwood, hardwood, raw, dried (u=10%);material;Wood\Products\Market -market for sawnwood, hardwood, raw, dried (u=10%);material;Wood\Products\Market -market for sawnwood, hardwood, raw, dried (u=20%);material;Wood\Products\Market -market for sawnwood, hardwood, raw, dried (u=20%);material;Wood\Products\Market -market for sawnwood, hardwood, raw, kiln dried;material;Others\Obsolete -market for sawnwood, hardwood, raw, kiln dried;material;Others\Obsolete -market for sawnwood, lath, hardwood, dried (u=10%), planed;material;Wood\Products\Market -market for sawnwood, lath, hardwood, dried (u=20%), planed;material;Wood\Products\Market -market for sawnwood, lath, hardwood, raw, air dried;material;Others\Obsolete -market for sawnwood, lath, hardwood, raw, dried (u=10%);material;Wood\Products\Market -market for sawnwood, lath, hardwood, raw, dried (u=20%);material;Wood\Products\Market -market for sawnwood, lath, hardwood, raw, kiln dried;material;Others\Obsolete -market for sawnwood, lath, softwood, dried (u=10%), planed;material;Wood\Products\Market -market for sawnwood, lath, softwood, dried (u=20%), planed;material;Wood\Products\Market -market for sawnwood, lath, softwood, raw, air dried;material;Others\Obsolete -market for sawnwood, lath, softwood, raw, dried (u=10%);material;Wood\Products\Market -market for sawnwood, lath, softwood, raw, dried (u=20%);material;Wood\Products\Market -market for sawnwood, lath, softwood, raw, kiln dried;material;Others\Obsolete -market for sawnwood, parana pine from sustainable forest management, kiln;material;Others\Obsolete -market for sawnwood, paraná pine from sustainable forest management, kiln dried;material;Wood\Products\Market -market for sawnwood, softwood, air dried, planed;material;Others\Obsolete -market for sawnwood, softwood, air dried, planed;material;Others\Obsolete -market for sawnwood, softwood, dried (u=10%), planed;material;Wood\Products\Market -market for sawnwood, softwood, dried (u=10%), planed;material;Wood\Products\Market -market for sawnwood, softwood, dried (u=20%), planed;material;Wood\Products\Market -market for sawnwood, softwood, dried (u=20%), planed;material;Wood\Products\Market -market for sawnwood, softwood, kiln dried, planed;material;Others\Obsolete -market for sawnwood, softwood, kiln dried, planed;material;Others\Obsolete -market for sawnwood, softwood, raw;material;Wood\Products\Market -market for sawnwood, softwood, raw, air dried;material;Others\Obsolete -market for sawnwood, softwood, raw, air dried;material;Others\Obsolete -market for sawnwood, softwood, raw, debarked;material;Others\Obsolete -market for sawnwood, softwood, raw, dried (u=10%);material;Wood\Products\Market -market for sawnwood, softwood, raw, dried (u=10%);material;Wood\Products\Market -market for sawnwood, softwood, raw, dried (u=20%);material;Wood\Products\Market -market for sawnwood, softwood, raw, dried (u=20%);material;Wood\Products\Market -market for sawnwood, softwood, raw, kiln dried;material;Others\Obsolete -market for sawnwood, softwood, raw, kiln dried;material;Others\Obsolete -market for scrap aluminium;waste treatment;Metals\Market -market for scrap aluminium;waste treatment;Others\Obsolete -market for scrap aluminium;waste treatment;Metals\Market -market for scrap aluminium Europe without;waste treatment;Metals\Market -market for scrap copper;waste treatment;Metals\Market -market for scrap copper;waste treatment;Others\Obsolete -market for scrap copper;waste treatment;Metals\Market -market for scrap copper Europe without;waste treatment;Metals\Market -market for scrap lead acid battery;waste treatment;Others\Market -market for scrap preparation facility;processing;Waste\Market\Infrastructure -market for scrap steel;waste treatment;Metals\Market -market for scrap steel;waste treatment;Others\Obsolete -market for scrap steel;waste treatment;Metals\Market -market for scrap steel Europe without;waste treatment;Metals\Market -market for scrap tin sheet;waste treatment;Metals\Market -market for scrap tin sheet;waste treatment;Others\Obsolete -market for scrap tin sheet;waste treatment;Metals\Market -market for seal, natural rubber based;material;Construction\Sealing\Market -market for sealing tape, aluminium/PE, 50 mm wide;material;Construction\Sealing\Market -market for seawater reverse osmosis module;material;Water\Industry water\Market\Infrastructure -market for section bar extrusion, aluminium;processing;Metals\Chipless shaping\Market -market for section bar rolling, steel;processing;Metals\Chipless shaping\Market -market for seed-cotton;material;Textiles\Market -market for seed-cotton, organic;material;Textiles\Market -market for selective coat, aluminium sheet, nickel pigmented aluminium oxide;processing;Metals\Coating\Market -market for selective coat, copper sheet, black chrome;processing;Metals\Coating\Market -market for selective coat, copper sheet, black majic;processing;Metals\Coating\Market -market for selective coat, copper sheet, physical vapour deposition;processing;Metals\Coating\Market -market for selective coat, copper sheet, sputter deposition;processing;Metals\Coating\Market -market for selective coat, stainless steel sheet, black chrome;processing;Metals\Coating\Market -market for selenium;material;Chemicals\Inorganic\Market -market for sesame seed;material;Agricultural\Plant production\Oil seeds\Market -market for sewage sludge;waste treatment;Others\Market -market for sewage sludge;waste treatment;Others\Obsolete -market for sewage sludge;waste treatment;Others\Market -market for sewage sludge, dried;waste treatment;Biowaste\Market -market for sewage sludge, dried;waste treatment;Others\Obsolete -market for sewage sludge, dried;waste treatment;Biowaste\Market -market for sewer grid, 1.1E10l/year, 242 km;processing;Waste\Market\Infrastructure -market for sewer grid, 1.6E8l/year, 6 km;processing;Waste\Market\Infrastructure -market for sewer grid, 1E9l/year, 30 km;processing;Waste\Market\Infrastructure -market for sewer grid, 4.7E10l/year, 583 km;processing;Waste\Market\Infrastructure -market for sewer grid, 5E9l/year, 110 km;processing;Others\Obsolete -market for sewer grid, 5E9l/year, 110 km;processing;Waste\Market\Infrastructure -market for sewer grid, 5E9l/year, 110 km;processing;Others\Obsolete -market for shale;material;Minerals\Market -market for shale brick;material;Construction\Bricks\Market -market for shaving, hardwood, measured as dry mass;processing;Others\Obsolete -market for shaving, softwood, measured as dry mass;processing;Others\Obsolete -market for shavings, hardwood, loose, measured as dry mass;waste treatment;Wood\Transformation -market for shavings, hardwood, measured as dry mass;material;Wood\Byproducts\Market -market for shavings, softwood, loose, measured as dry mass;waste treatment;Wood\Transformation -market for shavings, softwood, measured as dry mass;material;Wood\Byproducts\Market -market for shed;material;Agricultural\Plant production\Other\Market\Infrastructure -market for shed, large, wood, non-insulated, fire-unprotected;material;Agricultural\Plant production\Other\Market\Infrastructure -market for sheep fleece in the grease;material;Agricultural\Animal production\Ovine\Market -market for sheep for slaughtering, live weight;material;Agricultural\Animal production\Ovine\Market -market for sheet rolling, aluminium;processing;Metals\Chipless shaping\Market -market for sheet rolling, chromium steel;processing;Metals\Chipless shaping\Market -market for sheet rolling, copper;processing;Metals\Chipless shaping\Market -market for sheet rolling, steel;processing;Metals\Chipless shaping\Market -market for shredder fraction after manual dismantling of used electronic;waste treatment;Electronics Waste\Market -market for silencer, steel, DN 125;material;Construction\Ventilation\Market -market for silencer, steel, DN 315, 50 mm;material;Construction\Ventilation\Market -market for silica fume, densified;material;Chemicals\Inorganic\Market -market for silica sand;material;Chemicals\Inorganic\Market -market for silicon carbide;material;Chemicals\Inorganic\Market -market for silicon tetrachloride;material;Chemicals\Inorganic\Market -market for silicon tetrachloride;material;Others\Obsolete -market for silicon tetrachloride;material;Chemicals\Inorganic\Market -market for silicon tetrahydride;material;Chemicals\Inorganic\Market -market for silicon, electronics grade;material;Chemicals\Silicons\Market -market for silicon, metallurgical grade;material;Chemicals\Silicons\Market -market for silicon, multi-Si, casted;material;Chemicals\Silicons\Market -market for silicon, multi-Si, casted;material;Others\Obsolete -market for silicon, multi-Si, casted;material;Chemicals\Silicons\Market -market for silicon, multi-Si, casted;material;Chemicals\Silicons\Market -market for silicon, single crystal, Czochralski process, electronics;material;Others\Obsolete -market for silicon, single crystal, Czochralski process, electronics;material;Electronics\Photovoltaic\Market -market for silicon, single crystal, Czochralski process, electronics;material;Electronics\Photovoltaic\Market -market for silicon, single crystal, Czochralski process, photovoltaics;material;Others\Obsolete -market for silicon, single crystal, Czochralski process, photovoltaics;material;Electronics\Photovoltaic\Market -market for silicon, single crystal, Czochralski process, photovoltaics;material;Electronics\Photovoltaic\Market -market for silicon, solar grade;material;Chemicals\Silicons\Market -market for silicone factory;material;Chemicals\Silicons\Market\Infrastructure -market for silicone product;material;Others\Obsolete -market for silicone product;material;Chemicals\Silicons\Market -market for silicone product;material;Chemicals\Silicons\Market -market for silver;material;Metals\Non ferro\Market -market for silver, unrefined;material;Metals\Non ferro\Market -market for single-Si wafer, for electronics;material;Electronics\Photovoltaic\Market -market for single-Si wafer, photovoltaic;material;Electronics\Photovoltaic\Market -market for sinter, iron;material;Metals\Ferro\Market -market for skidder;material;Wood\Products\Market\Infrastructure -market for skidding, skidder;processing;Agricultural\Market -market for skimmed milk, from cow milk;material;Agricultural\Food\Market -market for slab and siding, hardwood, wet, measured as dry mass;processing;Agricultural\Market -market for slab and siding, softwood, wet, measured as dry mass;processing;Agricultural\Market -market for slag from metallurgical grade silicon production;waste treatment;Others\Market -market for slag landfill;processing;Others\Obsolete -market for slag landfill;processing;Waste\Market\Infrastructure -market for slag landfill;processing;Others\Obsolete -market for slag, unalloyed electric arc furnace steel;waste treatment;Metals\Market -market for slaughterhouse waste;waste treatment;Biowaste\Market -market for sludge from FeCl3 production;waste treatment;Others\Market -market for sludge from pulp and paper production;waste treatment;Others\Market -market for sludge from pulp and paper production;waste treatment;Others\Obsolete -market for sludge from pulp and paper production;waste treatment;Others\Market -market for sludge from pulp and paper production Europe without;waste treatment;Others\Market -market for sludge from steel rolling;waste treatment;Others\Market -market for sludge, NaCl electrolysis;waste treatment;Others\Market -market for sludge, NaCl electrolysis Hg;waste treatment;Others\Market -market for sludge, pig iron production;waste treatment;Landfill\Residual material landfill\Market -market for sludge, pig iron production;waste treatment;Others\Obsolete -market for sludge, pig iron production;waste treatment;Landfill\Residual material landfill\Market -market for sludge, pig iron production Europe without;waste treatment;Landfill\Residual material landfill\Market -market for small pelagic fish, fresh;material;Agricultural\Animal production\Fish\Market -market for soap;material;Chemicals\Washing agents\Tensides\Market -market for soda ash, dense;material;Chemicals\Inorganic\Market -market for soda ash, light, crystalline, heptahydrate;material;Chemicals\Inorganic\Market -market for sodium;material;Chemicals\Inorganic\Market -market for sodium aluminate, powder;material;Chemicals\Inorganic\Market -market for sodium amide;material;Others\Obsolete -market for sodium amide;material;Chemicals\Inorganic\Market -market for sodium amide;material;Chemicals\Inorganic\Market -market for sodium arsenide;material;Chemicals\Inorganic\Market -market for sodium bicarbonate;material;Chemicals\Inorganic\Market -market for sodium borates;material;Chemicals\Inorganic\Market -market for sodium chlorate, powder;material;Others\Obsolete -market for sodium chlorate, powder;material;Chemicals\Inorganic\Market -market for sodium chlorate, powder;material;Chemicals\Inorganic\Market -market for sodium chloride, brine solution;material;Chemicals\Inorganic\Market -market for sodium chloride, powder;material;Chemicals\Inorganic\Market -market for sodium chloroacetate;material;Chemicals\Organic\Market -market for sodium cumenesulphonate;material;Chemicals\Inorganic\Market -market for sodium cyanide;material;Others\Obsolete -market for sodium cyanide;material;Chemicals\Inorganic\Market -market for sodium cyanide;material;Chemicals\Inorganic\Market -market for sodium dichromate;material;Chemicals\Inorganic\Market -market for sodium dithionite, anhydrous;material;Others\Obsolete -market for sodium dithionite, anhydrous;material;Chemicals\Inorganic\Market -market for sodium dithionite, anhydrous;material;Chemicals\Inorganic\Market -market for sodium ethoxide;material;Chemicals\Organic\Market -market for sodium fluoride;material;Chemicals\Inorganic\Market -market for sodium formate;material;Others\Obsolete -market for sodium formate;material;Chemicals\Organic\Market -market for sodium formate;material;Chemicals\Organic\Market -market for sodium hydrogen sulfate;material;Chemicals\Inorganic\Market -market for sodium hydrogen sulfite;material;Chemicals\Inorganic\Market -market for sodium hydrosulfide;material;Chemicals\Inorganic\Market -market for sodium hydroxide, without water, in 50% solution state;material;Chemicals\Inorganic\Market -market for sodium hypochlorite, without water, in 15% solution state;material;Others\Obsolete -market for sodium hypochlorite, without water, in 15% solution state;material;Chemicals\Inorganic\Market -market for sodium hypochlorite, without water, in 15% solution state;material;Chemicals\Inorganic\Market -market for sodium metasilicate pentahydrate, 58% active substance, powder;material;Others\Obsolete -market for sodium metasilicate pentahydrate, 58% active substance, powder;material;Chemicals\Washing agents\Builders\Market -market for sodium metasilicate pentahydrate, 58% active substance, powder;material;Chemicals\Washing agents\Builders\Market -market for sodium methoxide;material;Chemicals\Organic\Market -market for sodium nitrate;material;Chemicals\Inorganic\Market -market for sodium nitrate, technical grade;material;Chemicals\Inorganic\Market -market for sodium nitrate, unrefined;material;Chemicals\Inorganic\Transformation -market for sodium nitrite;material;Others\Obsolete -market for sodium nitrite;material;Chemicals\Inorganic\Market -market for sodium nitrite;material;Chemicals\Inorganic\Market -market for sodium oxide;material;Others\Obsolete -market for sodium oxide;material;Chemicals\Inorganic\Market -market for sodium oxide;material;Chemicals\Inorganic\Market -market for sodium perborate, monohydrate, powder;material;Chemicals\Washing agents\Bleaches\Market -market for sodium perborate, tetrahydrate, powder;material;Others\Obsolete -market for sodium perborate, tetrahydrate, powder;material;Chemicals\Washing agents\Bleaches\Market -market for sodium perborate, tetrahydrate, powder;material;Chemicals\Washing agents\Bleaches\Market -market for sodium percarbonate, powder;material;Others\Obsolete -market for sodium percarbonate, powder;material;Chemicals\Washing agents\Bleaches\Market -market for sodium percarbonate, powder;material;Chemicals\Washing agents\Bleaches\Market -market for sodium perchlorate;material;Chemicals\Inorganic\Market -market for sodium persulfate;material;Chemicals\Inorganic\Market -market for sodium phenolate;material;Chemicals\Organic\Market -market for sodium phosphate;material;Others\Obsolete -market for sodium phosphate;material;Chemicals\Inorganic\Market -market for sodium phosphate;material;Chemicals\Inorganic\Market -market for sodium pyrophosphate;material;Chemicals\Inorganic\Market -market for sodium silicate, solid;material;Others\Obsolete -market for sodium silicate, solid;material;Chemicals\Inorganic\Market -market for sodium silicate, solid;material;Chemicals\Inorganic\Market -market for sodium silicate, spray powder, 80%;material;Others\Obsolete -market for sodium silicate, spray powder, 80%;material;Chemicals\Inorganic\Market -market for sodium silicate, spray powder, 80%;material;Chemicals\Inorganic\Market -market for sodium silicate, without water, in 37% solution state;material;Others\Obsolete -market for sodium silicate, without water, in 37% solution state;material;Chemicals\Inorganic\Market -market for sodium silicate, without water, in 37% solution state;material;Chemicals\Inorganic\Market -market for sodium silicate, without water, in 48% solution state;material;Others\Obsolete -market for sodium silicate, without water, in 48% solution state;material;Chemicals\Inorganic\Market -market for sodium silicate, without water, in 48% solution state;material;Chemicals\Inorganic\Market -market for sodium sulfate, anhydrite;material;Chemicals\Inorganic\Market -market for sodium sulfate, anhydrite;material;Chemicals\Inorganic\Market -market for sodium sulfide;material;Chemicals\Inorganic\Market -market for sodium sulfite;material;Others\Obsolete -market for sodium sulfite;material;Chemicals\Inorganic\Market -market for sodium sulfite;material;Chemicals\Inorganic\Market -market for sodium tetrafluoroborate;material;Chemicals\Inorganic\Market -market for sodium tetrahydridoborate;material;Chemicals\Inorganic\Market -market for sodium tripolyphosphate;material;Chemicals\Washing agents\Builders\Market -market for soft solder, Sn97Cu3;material;Others\Obsolete -market for soft solder, Sn97Cu3;material;Metals\Alloys\Market -market for soft solder, Sn97Cu3;material;Metals\Alloys\Market -market for soil pH raising agent, as CaCO3;material;Chemicals\Fertilisers (inorganic)\Market -market for soil, contaminated;waste treatment;Construction waste\Market -market for solar collector factory;energy;Heat\Solar\Market\Infrastructure -market for solar collector glass tube, with silver mirror;material;Glass\Construction\Market -market for solar collector system, Cu flat plate collector, multiple dwelling,;energy;Heat\Solar\Market\Infrastructure -market for solar collector system, Cu flat plate collector, one-family house,;energy;Heat\Solar\Market\Infrastructure -market for solar collector system, Cu flat plate collector, one-family house,;energy;Heat\Solar\Market\Infrastructure -market for solar collector system, with evacuated tube collector, one-family;energy;Heat\Solar\Market\Infrastructure -market for solar glass, low-iron;material;Glass\Construction\Market -market for solder factory;material;Metals\Alloys\Market\Infrastructure -market for solder, bar, Sn63Pb37, for electronics industry;material;Metals\Alloys\Market -market for solder, bar, Sn95.5Ag3.9Cu0.6, for electronics industry;material;Metals\Alloys\Market -market for solder, paste, Sn63Pb37, for electronics industry;material;Metals\Alloys\Market -market for solder, paste, Sn95.5Ag3.9Cu0.6, for electronics industry;material;Metals\Alloys\Market -market for solid bleached board;material;Paper+ Board\Board\Market -market for solid manure loading and spreading, by hydraulic loader and spreader;processing;Agricultural\Market -market for solid unbleached board;material;Paper+ Board\Board\Market -market for solvent for chromatography analysis;material;Chemicals\Organic\Market -market for solvent for paint;material;Chemicals\Others\Market -market for solvent, organic;material;Chemicals\Organic\Market -market for sorting facility, for construction waste;processing;Waste\Market\Infrastructure -market for sound insulation, heat and power co-generation unit, 160kW;energy;Cogeneration\Gas\Market\Infrastructure -market for sour gas, burned in gas turbine;energy;Electricity by fuel\Gas\Market -market for sowing;processing;Agricultural\Market -market for SOx retained, in hard coal flue gas desulfurisation;processing;Others\Obsolete -market for SOx retained, in hard coal flue gas desulfurisation;processing;Power plants\Market -market for SOx retained, in hard coal flue gas desulfurisation;processing;Power plants\Market -market for SOx retained, in lignite flue gas desulfurisation;processing;Power plants\Market -market for soybean;material;Agricultural\Plant production\Legumes\Market -market for soybean;material;Others\Obsolete -market for soybean;material;Agricultural\Plant production\Legumes\Market -market for soybean beverage;material;Agricultural\Food\Market -market for soybean meal;material;Agricultural\Animal feed\Market -market for soybean meal;material;Others\Obsolete -market for soybean meal;material;Agricultural\Animal feed\Market -market for soybean oil, crude;material;Agricultural\Plant oils\Market -market for soybean oil, refined;material;Agricultural\Plant oils\Market -market for soybean seed, for sowing;material;Agricultural\Plant seeds\Market -market for soybean seed, organic, for sowing;material;Agricultural\Plant seeds\Market -market for soybean, feed;material;Agricultural\Animal feed\Market -market for soybean, organic;material;Agricultural\Plant production\Legumes\Market -market for soybean, Swiss integrated production;material;Agricultural\Plant production\Legumes\Market -market for spent activated carbon with mercury;waste treatment;Others\Market -market for spent activated carbon, granular;material;Chemicals\Organic\Market -market for spent anion exchange resin from potable water production;waste treatment;Others\Market -market for spent anion exchange resin from potable water production;waste treatment;Others\Obsolete -market for spent anion exchange resin from potable water production;waste treatment;Others\Market -market for spent antifreezer liquid;waste treatment;Others\Market -market for spent automobile catalyst;waste treatment;Others\Market -market for spent catalyst base from ethyleneoxide production;waste treatment;Others\Market -market for spent catalytic converter for cars;waste treatment;Transport\Market -market for spent catalytic converter NOx reduction;waste treatment;Others\Market -market for spent cation exchange resin from potable water production;waste treatment;Others\Market -market for spent cation exchange resin from potable water production;waste treatment;Others\Obsolete -market for spent cation exchange resin from potable water production;waste treatment;Others\Market -market for spent Formox catalyst base from formaldehyde production;waste treatment;Others\Market -market for spent nuclear fuel;waste treatment;Nuclear waste\Market -market for spent pot liner from Al electrolysis, carbon fraction;waste treatment;Others\Market -market for spent sawing slurry from Si-wafer cutting;waste treatment;Electronics Waste\Market -market for spent solvent mixture;waste treatment;Others\Market -market for spent solvent mixture;waste treatment;Others\Obsolete -market for spent solvent mixture;waste treatment;Others\Market -market for spent solvent mixture Europe without;waste treatment;Others\Market -market for spinach;material;Agricultural\Plant production\Vegetables\Market -market for spinning, bast fibre;processing;Others\Obsolete -market for spiral-seam duct, steel, DN 125;material;Construction\Ventilation\Market -market for spiral-seam duct, steel, DN 400;material;Construction\Ventilation\Market -market for spodumene;material;Minerals\Market -market for spoil from hard coal mining;waste treatment;Others\Market -market for spoil from lignite mining;waste treatment;Others\Market -market for sponge iron;material;Chemicals\Inorganic\Market -market for spray-drying of milk;processing;Agricultural\Market -market for sputtering target, sintered, indium tin oxide;material;Electronics\Module\Market -market for sputtering, indium tin oxide, for liquid crystal display;processing;Electronics\Market -market for stalk;waste treatment;Biowaste\Market -market for start-up, heat and power co-generation unit, 160kW electrical;energy;Cogeneration\Gas\Market\Infrastructure -market for steam generation system, solar tower power plant, 20 MW;energy;Electricity by fuel\Photovoltaic\Market\Infrastructure -market for steam, in chemical industry;energy;Others\Obsolete -market for steam, in chemical industry;energy;Heat\Steam\Market -market for steam, in chemical industry;energy;Heat\Steam\Market -market for stearic acid;material;Chemicals\Acids (organic)\Market -market for steatite;material;Chemicals\Inorganic\Market -market for steel in car shredder residue;waste treatment;Metals\Market -market for steel in car shredder residue;waste treatment;Others\Obsolete -market for steel in car shredder residue;waste treatment;Metals\Market -market for steel removed by drilling, computer numerical controlled;processing;Metals\Chipping\Market -market for steel removed by drilling, conventional;processing;Metals\Chipping\Market -market for steel removed by milling, average;processing;Metals\Chipping\Market -market for steel removed by milling, dressing;processing;Metals\Chipping\Market -market for steel removed by milling, large parts;processing;Metals\Chipping\Market -market for steel removed by milling, small parts;processing;Metals\Chipping\Market -market for steel removed by turning, average, computer numerical controlled;processing;Metals\Chipping\Market -market for steel removed by turning, average, conventional;processing;Metals\Chipping\Market -market for steel removed by turning, primarily dressing, computer numerical;processing;Metals\Chipping\Market -market for steel removed by turning, primarily dressing, conventional;processing;Metals\Chipping\Market -market for steel removed by turning, primarily roughing, computer numerical;processing;Metals\Chipping\Market -market for steel removed by turning, primarily roughing, conventional;processing;Metals\Chipping\Market -market for steel, chromium steel 18/8;material;Metals\Ferro\Market -market for steel, chromium steel 18/8, hot rolled;material;Metals\Ferro\Market -market for steel, low-alloyed;material;Metals\Ferro\Market -market for steel, low-alloyed, hot rolled;material;Metals\Ferro\Market -market for steel, unalloyed;material;Metals\Ferro\Market -market for stibnite ore, 70% stibnite;material;Minerals\Market -market for stimulation, deep well;energy;Electricity by fuel\Geothermal\Market -market for stirling heat and power co-generation unit, 3kW electrical, wood;energy;Cogeneration\Wood\Market\Infrastructure -market for stone groundwood pulp;material;Paper+ Board\Pulp\Market -market for stone meal;material;Chemicals\Fertilisers (inorganic)\Market -market for stone wool;material;Construction\Insulation\Market -market for stone wool factory;material;Construction\Insulation\Market\Infrastructure -market for stone wool, packed;material;Construction\Insulation\Market -market for storage building, chemicals, solid;material;Chemicals\Others\Market\Infrastructure -market for storage, 10'000 l;energy;Cogeneration\Gas\Market\Infrastructure -market for storage, 650 l mini CHP plant;energy;Cogeneration\Gas\Market\Infrastructure -market for straw;material;Agricultural\Plant production\Roughage\Market -market for straw;material;Agricultural\Plant production\Roughage\Market -market for straw,;material;Others\Obsolete -market for straw, organic;material;Agricultural\Plant production\Roughage\Market -market for straw, organic;material;Agricultural\Plant production\Roughage\Market -market for straw, stand-alone production;material;Others\Obsolete -market for straw, stand-alone production;material;Agricultural\Plant production\Roughage\Market -market for straw, stand-alone production;material;Agricultural\Plant production\Roughage\Market -market for strawberry;material;Agricultural\Plant production\Fruits\Market -market for strawberry seedling, for planting;material;Agricultural\Plant seeds\Market -market for stretch blow moulding;processing;Plastics\Market -market for strontium carbonate;material;Minerals\Market -market for strontium sulfate, unprocessed;material;Minerals\Market -market for stucco;material;Construction\Coverings\Market -market for styrene;material;Chemicals\Organic\Market -Market for styrene butadiene rubber (sbr) {RER}| Cut-off,;transport;carculator\energy storage\lithium-ion battery -market for styrene-acrylonitrile copolymer;material;Plastics\Rubbers\Market -market for succinic acid;material;Chemicals\Acids (organic)\Market -market for sugar beet;material;Agricultural\Plant production\Roots and Tubers\Market -market for sugar beet;material;Others\Obsolete -market for sugar beet;material;Agricultural\Plant production\Roots and Tubers\Market -market for sugar beet pulp;waste treatment;Biowaste\Market -market for sugar beet seed, for sowing;material;Agricultural\Plant seeds\Market -market for sugar refinery;material;Agricultural\Food\Market\Infrastructure -market for sugar, from sugar beet;material;Agricultural\Food\Market -market for sugar, from sugarcane;material;Agricultural\Food\Market -market for sugarcane;material;Agricultural\Plant production\Vegetables\Market -market for sugarcane;material;Agricultural\Plant production\Vegetables\Market -market for sugarcane;material;Agricultural\Plant production\Vegetables\Market -market for sugarcane loading, by loader;processing;Agricultural\Market -market for sugarcane transfer, by dump cart;processing;Agricultural\Market -market for sugarcane vinasse application, by wheel reel irrigation;processing;Agricultural\Market -market for sulfamic acid;material;Chemicals\Acids (inorganic)\Market -market for sulfate pulp;material;Others\Obsolete -market for sulfate pulp, bleached;material;Paper+ Board\Pulp\Market -market for sulfate pulp, bleached;material;Paper+ Board\Pulp\Market -market for sulfate pulp, unbleached;material;Paper+ Board\Pulp\Market -market for sulfate pulp, unbleached;material;Paper+ Board\Pulp\Market -market for sulfate pulp, unbleached, from eucalyptus ssp. from sustainable;material;Others\Obsolete -market for sulfidic tailing, off-site, high-gold content;waste treatment;Landfill\Residual material landfill\Market -market for sulfidic tailing, off-site, high-gold content;waste treatment;Landfill\Residual material landfill\Market -market for sulfidic tailings, from cinnabar mine operation;waste treatment;Landfill\Residual material landfill\Market -market for sulfidic tailings, from cinnabar mine operation;waste treatment;Landfill\Residual material landfill\Market -market for sulfidic tailings, from copper mine operation;waste treatment;Landfill\Residual material landfill\Market -market for sulfidic tailings, from copper mine operation;waste treatment;Landfill\Residual material landfill\Market -market for sulfidic tailings, from copper mine operation;waste treatment;Landfill\Residual material landfill\Market -market for sulfidic tailings, from copper mine operation;waste treatment;Landfill\Residual material landfill\Market -market for sulfidic tailings, from copper mine operation;waste treatment;Landfill\Residual material landfill\Market -market for sulfidic tailings, from copper mine operation;waste treatment;Landfill\Residual material landfill\Market -market for sulfidic tailings, from copper mine operation;waste treatment;Landfill\Residual material landfill\Market -market for sulfidic tailings, from copper mine operation;waste treatment;Landfill\Residual material landfill\Market -market for sulfidic tailings, from copper mine operation;waste treatment;Landfill\Residual material landfill\Market -market for sulfidic tailings, from copper mine operation;waste treatment;Landfill\Residual material landfill\Market -market for sulfidic tailings, from copper mine operation;waste treatment;Landfill\Residual material landfill\Market -market for sulfidic tailings, from gold mine operation;waste treatment;Landfill\Residual material landfill\Market -market for sulfidic tailings, from gold mine operation;waste treatment;Landfill\Residual material landfill\Market -market for sulfidic tailings, from gold mine operation;waste treatment;Landfill\Residual material landfill\Market -market for sulfidic tailings, from gold mine operation;waste treatment;Landfill\Residual material landfill\Market -market for sulfidic tailings, from gold mine operation;waste treatment;Landfill\Residual material landfill\Market -market for sulfidic tailings, from gold mine operation;waste treatment;Landfill\Residual material landfill\Market -market for sulfidic tailings, from gold mine operation;waste treatment;Landfill\Residual material landfill\Market -market for sulfidic tailings, from gold mine operation;waste treatment;Landfill\Residual material landfill\Market -market for sulfidic tailings, from gold mine operation;waste treatment;Landfill\Residual material landfill\Market -market for sulfidic tailings, from gold mine operation;waste treatment;Landfill\Residual material landfill\Market -market for sulfidic tailings, from gold mine operation;waste treatment;Landfill\Residual material landfill\Market -market for sulfidic tailings, from gold mine operation;waste treatment;Landfill\Residual material landfill\Market -market for sulfidic tailings, from gold mine operation;waste treatment;Landfill\Residual material landfill\Market -market for sulfidic tailings, from nickel mine operation;waste treatment;Landfill\Residual material landfill\Market -market for sulfidic tailings, from nickel mine operation;waste treatment;Landfill\Residual material landfill\Market -market for sulfidic tailings, from nickel mine operation;waste treatment;Landfill\Residual material landfill\Market -market for sulfidic tailings, from nickel mine operation;waste treatment;Landfill\Residual material landfill\Market -market for sulfidic tailings, from silver mine operation;waste treatment;Landfill\Residual material landfill\Market -market for sulfidic tailings, from silver mine operation;waste treatment;Landfill\Residual material landfill\Market -market for sulfidic tailings, from silver mine operation;waste treatment;Landfill\Residual material landfill\Market -market for sulfidic tailings, from silver mine operation;waste treatment;Landfill\Residual material landfill\Market -market for sulfidic tailings, from zinc-lead mine operation;waste treatment;Landfill\Residual material landfill\Market -market for sulfidic tailings, from zinc-lead mine operation;waste treatment;Landfill\Residual material landfill\Market -market for sulfidic tailings, from zinc-lead mine operation;waste treatment;Landfill\Residual material landfill\Market -market for sulfidic tailings, from zinc-lead mine operation;waste treatment;Landfill\Residual material landfill\Market -market for sulfidic tailings, from zinc-lead mine operation;waste treatment;Landfill\Residual material landfill\Market -market for sulfidic tailings, from zinc-lead mine operation;waste treatment;Landfill\Residual material landfill\Market -market for sulfidic tailings, from zinc-lead mine operation;waste treatment;Landfill\Residual material landfill\Market -market for sulfidic tailings, from zinc-lead mine operation;waste treatment;Landfill\Residual material landfill\Market -market for sulfidic tailings, generic;waste treatment;Landfill\Residual material landfill\Market -market for sulfite;material;Others\Obsolete -market for sulfite;material;Chemicals\Inorganic\Market -market for sulfite;material;Chemicals\Inorganic\Market -market for sulfite pulp, bleached;material;Paper+ Board\Pulp\Market -market for sulfur;material;Chemicals\Inorganic\Market -market for sulfur dichloride;material;Others\Obsolete -market for sulfur dichloride;material;Chemicals\Inorganic\Market -market for sulfur dichloride;material;Chemicals\Inorganic\Market -market for sulfur dioxide, liquid;material;Chemicals\Gases\Liquified\Market -market for sulfur dioxide, liquid;material;Chemicals\Gases\Liquified\Market -market for sulfur hexafluoride, liquid;material;Others\Obsolete -market for sulfur hexafluoride, liquid;material;Chemicals\Gases\Market -market for sulfur hexafluoride, liquid;material;Chemicals\Gases\Market -market for sulfur stockpiling;processing;Others\Market -market for sulfur trioxide;material;Others\Obsolete -market for sulfur trioxide;material;Chemicals\Gases\Market -market for sulfur trioxide;material;Chemicals\Gases\Market -market for sulfuric acid;material;Others\Obsolete -market for sulfuric acid;material;Chemicals\Acids (inorganic)\Market -market for sulfuric acid;material;Chemicals\Acids (inorganic)\Market -market for sulfuryl chloride;material;Chemicals\Inorganic\Market -market for sunflower seed;material;Agricultural\Plant seeds\Market -market for sunflower seed, for sowing;material;Agricultural\Plant seeds\Market -market for sunflower seed, Swiss integrated production;material;Agricultural\Plant seeds\Market -market for sunflower silage;material;Agricultural\Animal feed\Market -market for sunn hemp plant, harvested;material;Agricultural\Intermediate Products\Transformation -market for supplementary cementitious materials;material;Construction\Binders\Market -market for supplementary cementitious materials;material;Construction\Binders\Market -market for supply air inlet, steel/SS, DN 75;material;Construction\Ventilation\Market -market for swath, by rotary windrower;processing;Agricultural\Market -market for sweet corn;material;Agricultural\Plant production\Cereals\Market -market for sweet gas, burned in gas turbine;energy;Electricity by fuel\Gas\Market -market for sweet sorghum grain;waste treatment;Biowaste\Market -market for sweet sorghum stem;material;Agricultural\Plant production\Cereals\Market -market for sweetening, natural gas;material;Fuels\Natural gas\Market -market for swine for slaughtering, live weight;material;Agricultural\Animal production\Porcine\Market -market for switch, toggle type;material;Electronics\Component\Market -market for synthetic gas;material;Fuels\Biofuels\Biogas\Market -market for synthetic gas;material;Fuels\Biofuels\Biogas\Market -market for synthetic gas factory;material;Chemicals\Others\Market\Infrastructure -market for synthetic rubber;material;Plastics\Rubbers\Market -market for tailing, from uranium milling;waste treatment;Others\Market -market for tall oil, crude;material;Chemicals\Others\Market -market for tallow, unrefined;waste treatment;Biowaste\Market -market for tanker, for liquefied natural gas;transport;Water\Market\Infrastructure -market for tanker, for liquid goods other than petroleum and liquefied natural;transport;Water\Market\Infrastructure -market for tanker, for petroleum;transport;Water\Market\Infrastructure -market for tanker, transoceanic;transport;Others\Obsolete -market for tantalum, powder, capacitor-grade;material;Metals\Non ferro\Market -market for tap water;material;Water\Drinking water\Market -market for tap water;material;Water\Drinking water\Market -market for tap water;material;Water\Drinking water\Market -market for tap water;material;Water\Drinking water\Market -market for tap water;material;Water\Drinking water\Market -market for tap water;material;Water\Drinking water\Market -market for tap water;material;Water\Drinking water\Market -market for tap water;material;Water\Drinking water\Market -market for tap water Europe without;material;Water\Drinking water\Market -market for tea, dried;material;Agricultural\Food\Market -market for technical wood drying facility;material;Wood\Products\Market\Infrastructure -market for television;material;Appliances\Market\Infrastructure -market for tellurium, semiconductor-grade;material;Metals\Non ferro\Market -market for tempering, flat glass;processing;Glass\Market -market for terrain chipper on forwarder;transport;Road\Market\Infrastructure -market for tert-butyl amine;material;Chemicals\Organic\Market -market for tetrachloroethylene;material;Others\Obsolete -market for tetrachloroethylene;material;Chemicals\Organic\Market -market for tetrachloroethylene;material;Chemicals\Organic\Market -market for tetraethyl orthosilicate;material;Chemicals\Organic\Market -market for tetrafluoroethane;material;Chemicals\Organic\Market -market for tetrafluoroethylene;material;Plastics\Thermoplasts\Market -market for tetrafluoroethylene film, on glass;material;Plastics\Thermoplasts\Market -market for tetrahydrofuran;material;Chemicals\Organic\Market -market for textile, jute;material;Textiles\Market -market for textile, kenaf;material;Textiles\Market -market for textile, knit cotton;material;Textiles\Market -market for textile, non woven polyester;material;Textiles\Market -market for textile, non woven polypropylene;material;Textiles\Market -market for textile, silk;material;Textiles\Market -market for textile, woven cotton;material;Textiles\Market -market for thermal plaster, outdoor;material;Construction\Coverings\Market -market for thermal storage system, solar thermal parabolic trough, 50 MW;energy;Electricity by fuel\Photovoltaic\Market\Infrastructure -market for thermal storage system, solar tower power plant, 20 MW;energy;Electricity by fuel\Photovoltaic\Market\Infrastructure -market for thermoforming of plastic sheets;processing;Plastics\Market -market for thermoforming, with calendering;processing;Plastics\Market -market for thermo-mechanical pulp;material;Paper+ Board\Pulp\Market -market for thionyl chloride;material;Others\Obsolete -market for thionyl chloride;material;Chemicals\Inorganic\Market -market for thionyl chloride;material;Chemicals\Inorganic\Market -market for three layered laminated board;material;Wood\Products\Market -market for tilapia;material;Agricultural\Animal production\Fish\Market -market for tilapia feed, 24-28% protein;material;Agricultural\Animal feed\Market -market for tillage, cultivating, chiselling;processing;Agricultural\Market -market for tillage, currying, by weeder;processing;Agricultural\Market -market for tillage, harrowing, by offset disk harrow;processing;Agricultural\Market -market for tillage, harrowing, by offset leveling disc harrow;processing;Agricultural\Market -market for tillage, harrowing, by rotary harrow;processing;Agricultural\Market -market for tillage, harrowing, by spring tine harrow;processing;Agricultural\Market -market for tillage, hoeing and earthing-up, potatoes;processing;Agricultural\Market -market for tillage, ploughing;processing;Agricultural\Market -market for tillage, rolling;processing;Agricultural\Market -market for tillage, rotary cultivator;processing;Agricultural\Market -market for tillage, subsoiling, by subsoiler plow;processing;Agricultural\Market -market for tin;material;Metals\Non ferro\Market -market for tin concentrate;material;Chemicals\Inorganic\Market -market for tin dioxide;material;Chemicals\Inorganic\Market -market for tin plated chromium steel sheet, 2 mm;material;Metals\Non ferro\Market -market for tin plating, pieces;processing;Metals\Coating\Market -market for tin slag;waste treatment;Others\Market -market for tissue paper;material;Paper+ Board\Packaging paper\Market -market for titania slag, 85% titanium dioxide;material;Metals\Non ferro\Market -market for titanium dioxide;material;Chemicals\Inorganic\Market -market for titanium dioxide;material;Chemicals\Inorganic\Market -market for titanium primary, triple-melt;material;Metals\Non ferro\Market -market for titanium tetrachloride;material;Chemicals\Inorganic\Market -market for titanium zinc plate, without pre-weathering;material;Metals\Non ferro\Market -market for titanium, primary;material;Metals\Non ferro\Market -market for tofu;material;Agricultural\Food\Market -market for toluene diisocyanate;material;Others\Obsolete -market for toluene diisocyanate;material;Chemicals\Organic\Market -market for toluene diisocyanate;material;Chemicals\Organic\Market -market for toluene, liquid;material;Others\Obsolete -market for toluene, liquid;material;Chemicals\Organic\Market -market for toluene, liquid;material;Chemicals\Organic\Market -market for tomato;material;Others\Obsolete -market for tomato seedling, for planting;material;Agricultural\Plant seeds\Market -market for tomato, fresh grade;material;Agricultural\Plant production\Vegetables\Market -market for tomato, processing grade;material;Agricultural\Plant production\Vegetables\Market -market for toner module, laser printer, black/white;material;Electronics\Module\Market -market for toner module, laser printer, colour;material;Electronics\Module\Market -market for toner, black, powder;material;Electronics\Module\Market -market for toner, colour, powder;material;Electronics\Module\Market -market for tower silo, plastic;processing;Agricultural\Market\Infrastructure -market for tractor, 4-wheel, agricultural;transport;Road\Market\Infrastructure -market for train, passenger, high speed;transport;Rail\Market\Infrastructure -market for train, passenger, long-distance;transport;Rail\Market\Infrastructure -market for train, passenger, regional;transport;Rail\Market\Infrastructure -market for tram;transport;Rail\Market\Infrastructure -market for tram track;transport;Rail\Market\Infrastructure -market for transformer, high voltage use;material;Electronics\Component\Market -market for transformer, low voltage use;material;Electronics\Component\Market -market for transistor, auxilliaries and energy use;material;Electronics\Component\Market -market for transistor, surface-mounted;material;Electronics\Component\Market -market for transistor, wired, big size, through-hole mounting;material;Electronics\Component\Market -market for transistor, wired, small size, through-hole mounting;material;Electronics\Component\Market -market for transmission network, electricity, high voltage;transport;Electricity\Market\Infrastructure -market for transmission network, electricity, medium voltage;transport;Electricity\Market\Infrastructure -market for transmission network, long-distance;transport;Electricity\Market\Infrastructure -market for transport, freight train;transport;Rail\Market -market for transport, freight train;transport;Rail\Market -market for transport, freight train;transport;Rail\Market -market for transport, freight train;transport;Rail\Market -market for transport, freight train;transport;Rail\Market -market for transport, freight train;transport;Rail\Market -market for transport, freight train Europe without;transport;Rail\Market -market for transport, freight, aircraft with reefer, cooling;transport;Air\Market -market for transport, freight, aircraft with reefer, freezing;transport;Air\Market -market for transport, freight, aircraft, long haul;transport;Air\Market -market for transport, freight, aircraft, medium haul;transport;Air\Market -market for transport, freight, aircraft, short haul;transport;Air\Market -market for transport, freight, aircraft, unspecified;transport;Air\Market -market for transport, freight, aircraft, very short haul;transport;Air\Market -market for transport, freight, conveyor belt;transport;Building equipment\Market -market for transport, freight, inland waterways, barge;transport;Others\Obsolete -market for transport, freight, inland waterways, barge;transport;Water\Market -market for transport, freight, inland waterways, barge;transport;Water\Market -market for transport, freight, inland waterways, barge tanker;transport;Others\Obsolete -market for transport, freight, inland waterways, barge tanker;transport;Water\Market -market for transport, freight, inland waterways, barge tanker;transport;Water\Market -market for transport, freight, inland waterways, barge with reefer, cooling;transport;Water\Market -market for transport, freight, inland waterways, barge with reefer, freezing;transport;Water\Market -market for transport, freight, light commercial vehicle;transport;Road\Market -market for transport, freight, light commercial vehicle;transport;Others\Obsolete -market for transport, freight, light commercial vehicle;transport;Road\Market -market for transport, freight, light commercial vehicle;transport;Road\Market -market for transport, freight, light commercial vehicle Europe without;transport;Road\Market -market for transport, freight, light commercial vehicle, EURO1;transport;Road\Market -market for transport, freight, light commercial vehicle, EURO2;transport;Road\Market -market for transport, freight, light commercial vehicle, unregulated;transport;Road\Market -market for transport, freight, lorry >32 metric ton, EURO1;transport;Road\Market -market for transport, freight, lorry >32 metric ton, EURO2;transport;Road\Market -market for transport, freight, lorry >32 metric ton, EURO3;transport;Others\Obsolete -market for transport, freight, lorry >32 metric ton, EURO3;transport;Road\Market -market for transport, freight, lorry >32 metric ton, EURO3;transport;Road\Market -market for transport, freight, lorry >32 metric ton, EURO4;transport;Others\Obsolete -market for transport, freight, lorry >32 metric ton, EURO4;transport;Road\Market -market for transport, freight, lorry >32 metric ton, EURO4;transport;Road\Market -market for transport, freight, lorry >32 metric ton, EURO5;transport;Others\Obsolete -market for transport, freight, lorry >32 metric ton, EURO5;transport;Road\Market -market for transport, freight, lorry >32 metric ton, EURO5;transport;Road\Market -market for transport, freight, lorry >32 metric ton, EURO6;transport;Others\Obsolete -market for transport, freight, lorry >32 metric ton, EURO6;transport;Road\Market -market for transport, freight, lorry >32 metric ton, EURO6;transport;Road\Market -market for transport, freight, lorry >32 metric ton, unregulated;transport;Road\Market -market for transport, freight, lorry 16-32 metric ton, EURO1;transport;Road\Market -market for transport, freight, lorry 16-32 metric ton, EURO2;transport;Road\Market -market for transport, freight, lorry 16-32 metric ton, EURO3;transport;Others\Obsolete -market for transport, freight, lorry 16-32 metric ton, EURO3;transport;Road\Market -market for transport, freight, lorry 16-32 metric ton, EURO3;transport;Road\Market -market for transport, freight, lorry 16-32 metric ton, EURO4;transport;Others\Obsolete -market for transport, freight, lorry 16-32 metric ton, EURO4;transport;Road\Market -market for transport, freight, lorry 16-32 metric ton, EURO4;transport;Road\Market -market for transport, freight, lorry 16-32 metric ton, EURO5;transport;Others\Obsolete -market for transport, freight, lorry 16-32 metric ton, EURO5;transport;Road\Market -market for transport, freight, lorry 16-32 metric ton, EURO5;transport;Road\Market -market for transport, freight, lorry 16-32 metric ton, EURO6;transport;Others\Obsolete -market for transport, freight, lorry 16-32 metric ton, EURO6;transport;Road\Market -market for transport, freight, lorry 16-32 metric ton, EURO6;transport;Road\Market -market for transport, freight, lorry 16-32 metric ton, unregulated;transport;Road\Market -market for transport, freight, lorry 28 metric ton, vegetable oil methyl ester;transport;Road\Market -market for transport, freight, lorry 28 metric ton, vegetable oil methyl ester;transport;Others\Obsolete -market for transport, freight, lorry 28 metric ton, vegetable oil methyl ester;transport;Road\Market -market for transport, freight, lorry 3.5-7.5 metric ton, EURO1;transport;Road\Market -market for transport, freight, lorry 3.5-7.5 metric ton, EURO2;transport;Road\Market -market for transport, freight, lorry 3.5-7.5 metric ton, EURO3;transport;Others\Obsolete -market for transport, freight, lorry 3.5-7.5 metric ton, EURO3;transport;Road\Market -market for transport, freight, lorry 3.5-7.5 metric ton, EURO3;transport;Road\Market -market for transport, freight, lorry 3.5-7.5 metric ton, EURO4;transport;Others\Obsolete -market for transport, freight, lorry 3.5-7.5 metric ton, EURO4;transport;Road\Market -market for transport, freight, lorry 3.5-7.5 metric ton, EURO4;transport;Road\Market -market for transport, freight, lorry 3.5-7.5 metric ton, EURO5;transport;Others\Obsolete -market for transport, freight, lorry 3.5-7.5 metric ton, EURO5;transport;Road\Market -market for transport, freight, lorry 3.5-7.5 metric ton, EURO5;transport;Road\Market -market for transport, freight, lorry 3.5-7.5 metric ton, EURO6;transport;Others\Obsolete -market for transport, freight, lorry 3.5-7.5 metric ton, EURO6;transport;Road\Market -market for transport, freight, lorry 3.5-7.5 metric ton, EURO6;transport;Road\Market -market for transport, freight, lorry 3.5-7.5 metric ton, unregulated;transport;Road\Market -market for transport, freight, lorry 7.5-16 metric ton, EURO1;transport;Road\Market -market for transport, freight, lorry 7.5-16 metric ton, EURO2;transport;Road\Market -market for transport, freight, lorry 7.5-16 metric ton, EURO3;transport;Others\Obsolete -market for transport, freight, lorry 7.5-16 metric ton, EURO3;transport;Road\Market -market for transport, freight, lorry 7.5-16 metric ton, EURO3;transport;Road\Market -market for transport, freight, lorry 7.5-16 metric ton, EURO4;transport;Others\Obsolete -market for transport, freight, lorry 7.5-16 metric ton, EURO4;transport;Road\Market -market for transport, freight, lorry 7.5-16 metric ton, EURO4;transport;Road\Market -market for transport, freight, lorry 7.5-16 metric ton, EURO5;transport;Others\Obsolete -market for transport, freight, lorry 7.5-16 metric ton, EURO5;transport;Road\Market -market for transport, freight, lorry 7.5-16 metric ton, EURO5;transport;Road\Market -market for transport, freight, lorry 7.5-16 metric ton, EURO6;transport;Others\Obsolete -market for transport, freight, lorry 7.5-16 metric ton, EURO6;transport;Road\Market -market for transport, freight, lorry 7.5-16 metric ton, EURO6;transport;Road\Market -market for transport, freight, lorry 7.5-16 metric ton, unregulated;transport;Road\Market -market for transport, freight, lorry with reefer, cooling;transport;Road\Market -market for transport, freight, lorry with reefer, freezing;transport;Road\Market -market for transport, freight, lorry with refrigeration machine, 3.5-7.5 ton,;transport;Road\Market -market for transport, freight, lorry with refrigeration machine, 3.5-7.5 ton,;transport;Road\Market -market for transport, freight, lorry with refrigeration machine, 3.5-7.5 ton,;transport;Road\Market -market for transport, freight, lorry with refrigeration machine, 3.5-7.5 ton,;transport;Road\Market -market for transport, freight, lorry with refrigeration machine, 3.5-7.5 ton,;transport;Road\Market -market for transport, freight, lorry with refrigeration machine, 3.5-7.5 ton,;transport;Road\Market -market for transport, freight, lorry with refrigeration machine, 3.5-7.5 ton,;transport;Road\Market -market for transport, freight, lorry with refrigeration machine, 3.5-7.5 ton,;transport;Road\Market -market for transport, freight, lorry with refrigeration machine, 3.5-7.5 ton,;transport;Road\Market -market for transport, freight, lorry with refrigeration machine, 3.5-7.5 ton,;transport;Road\Market -market for transport, freight, lorry with refrigeration machine, 3.5-7.5 ton,;transport;Road\Market -market for transport, freight, lorry with refrigeration machine, 3.5-7.5 ton,;transport;Road\Market -market for transport, freight, lorry with refrigeration machine, 3.5-7.5 ton,;transport;Road\Market -market for transport, freight, lorry with refrigeration machine, 3.5-7.5 ton,;transport;Road\Market -market for transport, freight, lorry with refrigeration machine, 3.5-7.5 ton,;transport;Road\Market -market for transport, freight, lorry with refrigeration machine, 3.5-7.5 ton,;transport;Road\Market -market for transport, freight, lorry with refrigeration machine, 7.5-16 ton,;transport;Road\Market -market for transport, freight, lorry with refrigeration machine, 7.5-16 ton,;transport;Road\Market -market for transport, freight, lorry with refrigeration machine, 7.5-16 ton,;transport;Road\Market -market for transport, freight, lorry with refrigeration machine, 7.5-16 ton,;transport;Road\Market -market for transport, freight, lorry with refrigeration machine, 7.5-16 ton,;transport;Road\Market -market for transport, freight, lorry with refrigeration machine, 7.5-16 ton,;transport;Road\Market -market for transport, freight, lorry with refrigeration machine, 7.5-16 ton,;transport;Road\Market -market for transport, freight, lorry with refrigeration machine, 7.5-16 ton,;transport;Road\Market -market for transport, freight, lorry with refrigeration machine, 7.5-16 ton,;transport;Road\Market -market for transport, freight, lorry with refrigeration machine, 7.5-16 ton,;transport;Road\Market -market for transport, freight, lorry with refrigeration machine, 7.5-16 ton,;transport;Road\Market -market for transport, freight, lorry with refrigeration machine, 7.5-16 ton,;transport;Road\Market -market for transport, freight, lorry with refrigeration machine, 7.5-16 ton,;transport;Road\Market -market for transport, freight, lorry with refrigeration machine, 7.5-16 ton,;transport;Road\Market -market for transport, freight, lorry with refrigeration machine, 7.5-16 ton,;transport;Road\Market -market for transport, freight, lorry with refrigeration machine, 7.5-16 ton,;transport;Road\Market -market for transport, freight, lorry with refrigeration machine, cooling;transport;Road\Market -market for transport, freight, lorry with refrigeration machine, freezing;transport;Road\Market -market for transport, freight, lorry, unspecified;transport;Others\Obsolete -market for transport, freight, lorry, unspecified;transport;Road\Market -market for transport, freight, lorry, unspecified;transport;Road\Market -market for transport, freight, lorry, unspecified;transport;Road\Market -market for transport, freight, loryy >32 metric ton, EURO6;transport;Others\Obsolete -market for transport, freight, sea, bulk carrier for dry goods;transport;Water\Market -market for transport, freight, sea, container ship;transport;Water\Market -market for transport, freight, sea, container ship with reefer, cooling;transport;Water\Market -market for transport, freight, sea, container ship with reefer, freezing;transport;Water\Market -market for transport, freight, sea, ferry;transport;Water\Market -market for transport, freight, sea, tanker for liquefied natural gas;transport;Water\Market -market for transport, freight, sea, tanker for liquid goods other than;transport;Water\Market -market for transport, freight, sea, tanker for petroleum;transport;Water\Market -market for transport, freight, sea, transoceanic ship;transport;Others\Obsolete -market for transport, freight, sea, transoceanic tanker;transport;Others\Obsolete -market for transport, freight, train with reefer, cooling;transport;Rail\Market -market for transport, freight, train with reefer, freezing;transport;Rail\Market -market for transport, helicopter;transport;Air\Market -market for transport, helicopter, LTO cycle;transport;Air\Market -market for transport, passenger car;transport;Road\Market -market for transport, passenger car;transport;Road\Market -market for transport, passenger car with internal combustion engine;transport;Road\Market -market for transport, passenger car with internal combustion engine;transport;Road\Market -market for transport, passenger car, electric;transport;Road\Market -market for transport, passenger car, EURO 3;transport;Road\Market -market for transport, passenger car, EURO 3;transport;Road\Market -market for transport, passenger car, EURO 4;transport;Road\Market -market for transport, passenger car, EURO 4;transport;Road\Market -market for transport, passenger car, EURO 5;transport;Road\Market -market for transport, passenger car, EURO 5;transport;Road\Market -market for transport, passenger car, large size, diesel, EURO 3;transport;Road\Market -market for transport, passenger car, large size, diesel, EURO 4;transport;Road\Market -market for transport, passenger car, large size, diesel, EURO 5;transport;Road\Market -market for transport, passenger car, large size, natural gas, EURO 3;transport;Road\Market -market for transport, passenger car, large size, natural gas, EURO 4;transport;Road\Market -market for transport, passenger car, large size, natural gas, EURO 5;transport;Road\Market -market for transport, passenger car, large size, petol, EURO 4;transport;Road\Market -market for transport, passenger car, large size, petrol, EURO 3;transport;Road\Market -market for transport, passenger car, large size, petrol, EURO 5;transport;Road\Market -market for transport, passenger car, medium size, diesel, EURO 3;transport;Road\Market -market for transport, passenger car, medium size, diesel, EURO 4;transport;Road\Market -market for transport, passenger car, medium size, diesel, EURO 5;transport;Road\Market -market for transport, passenger car, medium size, liquefied petroleum gas, EURO;transport;Road\Market -market for transport, passenger car, medium size, natural gas, EURO 3;transport;Road\Market -market for transport, passenger car, medium size, natural gas, EURO 4;transport;Road\Market -market for transport, passenger car, medium size, natural gas, EURO 5;transport;Road\Market -market for transport, passenger car, medium size, petrol, EURO 3;transport;Road\Market -market for transport, passenger car, medium size, petrol, EURO 4;transport;Road\Market -market for transport, passenger car, medium size, petrol, EURO 5;transport;Road\Market -market for transport, passenger car, small size, diesel, EURO 3;transport;Road\Market -market for transport, passenger car, small size, diesel, EURO 4;transport;Road\Market -market for transport, passenger car, small size, diesel, EURO 5;transport;Road\Market -market for transport, passenger car, small size, natural gas, EURO 3;transport;Road\Market -market for transport, passenger car, small size, natural gas, EURO 4;transport;Road\Market -market for transport, passenger car, small size, natural gas, EURO 5;transport;Road\Market -market for transport, passenger car, small size, petrol, EURO 3;transport;Road\Market -market for transport, passenger car, small size, petrol, EURO 4;transport;Road\Market -market for transport, passenger car, small size, petrol, EURO 5;transport;Road\Market -market for transport, passenger coach;transport;Road\Market -market for transport, passenger train;transport;Rail\Market -market for transport, passenger, aircraft, unspecified;transport;Air\Market -market for transport, passenger, bicycle;transport;Road\Market -market for transport, passenger, electric bicycle;transport;Road\Market -market for transport, passenger, electric bicycle, label-certified electricity;transport;Road\Market -market for transport, passenger, electric scooter;transport;Road\Market -market for transport, passenger, motor scooter;transport;Road\Market -market for transport, passengers, aircraft, long haul;transport;Air\Market -market for transport, passengers, aircraft, medium haul;transport;Air\Market -market for transport, passengers, aircraft, short haul;transport;Air\Market -market for transport, passengers, aircraft, very short haul;transport;Air\Market -market for transport, pipeline, long distance, natural gas;transport;Others\Obsolete -market for transport, pipeline, long distance, natural gas;transport;Pipeline\Market -market for transport, pipeline, long distance, natural gas;transport;Pipeline\Market -market for transport, pipeline, offshore, long distance, natural gas;transport;Others\Obsolete -market for transport, pipeline, offshore, long distance, natural gas;transport;Pipeline\Market -market for transport, pipeline, offshore, long distance, natural gas;transport;Pipeline\Market -market for transport, pipeline, offshore, petroleum;transport;Pipeline\Market -market for transport, pipeline, onshore, long distance, natural gas;transport;Others\Obsolete -market for transport, pipeline, onshore, long distance, natural gas;transport;Pipeline\Market -market for transport, pipeline, onshore, long distance, natural gas;transport;Pipeline\Market -market for transport, pipeline, onshore, petroleum;transport;Others\Obsolete -market for transport, pipeline, onshore, petroleum;transport;Pipeline\Market -market for transport, pipeline, onshore, petroleum;transport;Pipeline\Market -market for transport, regular bus;transport;Road\Market -market for transport, tractor and trailer, agricultural;transport;Road\Market -market for transport, tractor and trailer, agricultural;transport;Others\Obsolete -market for transport, tractor and trailer, agricultural;transport;Road\Market -market for transport, tram;transport;Road\Market -market for transport, trolleybus;transport;Road\Market -market for trawler maintenance, steel;transport;Water\Transformation\Infrastructure -market for trawler, steel;transport;Water\Transformation\Infrastructure -market for tree seedling;processing;Others\Obsolete -market for tree seedling;material;Agricultural\Plant seeds\Market -market for trellis system, wooden poles, soft wood, tar impregnated;material;Wood\Products\Market -market for triazine-compound, unspecified;material;Chemicals\Pesticides\Market -market for trichloroacetic acid;material;Others\Obsolete -market for trichloroacetic acid;material;Chemicals\Acids (organic)\Market -market for trichloroacetic acid;material;Chemicals\Acids (organic)\Market -market for trichloroborane;material;Chemicals\Inorganic\Market -market for trichloroethylene;material;Chemicals\Organic\Market -market for trichloromethane;material;Others\Obsolete -market for trichloromethane;material;Chemicals\Organic\Market -market for trichloromethane;material;Chemicals\Organic\Market -market for trichloropropane;material;Others\Obsolete -market for trichloropropane;material;Chemicals\Organic\Market -market for trichloropropane;material;Chemicals\Organic\Market -market for triethanolamine;material;Chemicals\Organic\Market -market for triethyl amine;material;Chemicals\Organic\Market -market for triethylene glycol;material;Others\Obsolete -market for triethylene glycol;material;Chemicals\Organic\Market -market for triethylene glycol;material;Chemicals\Organic\Market -market for trifluoroacetic acid;material;Others\Obsolete -market for trifluoroacetic acid;material;Chemicals\Acids (organic)\Market -market for trifluoroacetic acid;material;Chemicals\Acids (organic)\Market -market for trifluoromethane;material;Chemicals\Organic\Market -market for trimesoyl chloride;material;Chemicals\Organic\Market -market for trimethyl borate;material;Chemicals\Organic\Market -market for trimethylamine;material;Others\Obsolete -market for trimethylamine;material;Chemicals\Organic\Market -market for trimethylamine;material;Chemicals\Organic\Market -market for triphenyl phosphate;material;Chemicals\Organic\Market -market for tris(2,4-ditert-butylphenyl) phosphite;material;Chemicals\Organic\Market -market for trisodium phosphate;material;Chemicals\Inorganic\Market -market for trout;material;Agricultural\Animal production\Fish\Market -market for trout feed, 42% protein;material;Agricultural\Animal feed\Market -market for tube insulation factory;material;Construction\Insulation\Market\Infrastructure -market for tube insulation, elastomere;material;Construction\Insulation\Market -market for turpentine;material;Chemicals\Others\Market -market for tyre wear emissions, lorry;waste treatment;Transport\Market -market for tyre wear emissions, passenger car;waste treatment;Transport\Market -market for ultrafiltration module;material;Water\Industry water\Market\Infrastructure -market for ultraviolet lamp;material;Electronics\Component\Market -market for unknown land use;use;Others\Obsolete -market for uranium conversion facility;material;Fuels\Uranium\Enriched\Market\Infrastructure -market for uranium enrichment centrifuge facility;material;Fuels\Uranium\Enriched\Market\Infrastructure -market for uranium enrichment diffusion facility;material;Fuels\Uranium\Enriched\Market\Infrastructure -market for uranium hexafluoride;material;Fuels\Uranium\Enriched\Market -market for uranium hexafluoride;material;Others\Obsolete -market for uranium hexafluoride;material;Fuels\Uranium\Enriched\Market -market for uranium hexafluoride;material;Fuels\Uranium\Enriched\Market -market for uranium mill;material;Minerals\Market\Infrastructure -market for uranium ore, as U;material;Minerals\Market -market for uranium tailing, non-radioactive emission;waste treatment;Nuclear waste\Market -market for uranium, enriched 3.0%, in fuel element for light water reactor;material;Fuels\Uranium\Enriched\Market -market for uranium, enriched 3.0%, per separative work unit;material;Fuels\Uranium\Enriched\Market -market for uranium, enriched 3.8%, in fuel element for light water reactor;material;Fuels\Uranium\Enriched\Market -market for uranium, enriched 3.8%, per separative work unit;material;Fuels\Uranium\Enriched\Market -market for uranium, enriched 3.9%, in fuel element for light water reactor;material;Fuels\Uranium\Enriched\Market -market for uranium, enriched 3.9%, per separative work unit;material;Fuels\Uranium\Enriched\Market -market for uranium, enriched 4%, in fuel element for light water reactor;material;Fuels\Uranium\Enriched\Market -market for uranium, enriched 4.0%, per separative work unit;material;Fuels\Uranium\Enriched\Market -market for uranium, enriched 4.2%, in fuel element for light water reactor;material;Fuels\Uranium\Enriched\Market -market for uranium, enriched 4.2%, per separative work unit;material;Fuels\Uranium\Enriched\Market -market for uranium, in yellowcake;material;Minerals\Market -market for urea formaldehyde foam slab, hard;material;Construction\Insulation\Market -market for urea formaldehyde foam, in situ foaming;material;Construction\Insulation\Market -market for urea formaldehyde resin;material;Others\Obsolete -market for urea formaldehyde resin;material;Chemicals\Organic\Market -market for urea formaldehyde resin;material;Chemicals\Organic\Market -market for urea, as N;material;Chemicals\Fertilisers (inorganic)\Market -market for used air distribution terminal panel steel, 120 m3/h;waste treatment;Construction waste\Market -market for used air distribution terminal panel steel, 120 m3/h;waste treatment;Others\Obsolete -market for used air distribution terminal panel steel, 120 m3/h;waste treatment;Construction waste\Market -market for used air filter central unit, 600 m3/h;waste treatment;Construction waste\Market -market for used air filter central unit, 600 m3/h;waste treatment;Others\Obsolete -market for used air filter central unit, 600 m3/h;waste treatment;Construction waste\Market -market for used air filter decentralized unit, 180-250 m3/h;waste treatment;Construction waste\Market -market for used air filter decentralized unit, 180-250 m3/h;waste treatment;Others\Obsolete -market for used air filter decentralized unit, 180-250 m3/h;waste treatment;Construction waste\Market -market for used air filter decentralized unit, 250 m3/h;waste treatment;Construction waste\Market -market for used air filter in exhaust air valve;waste treatment;Construction waste\Market -market for used air filter in exhaust air valve;waste treatment;Others\Obsolete -market for used air filter in exhaust air valve;waste treatment;Construction waste\Market -market for used bicycle;waste treatment;Transport\Market -market for used blower and heat exchange unit Avent E 97;waste treatment;Construction waste\Market -market for used blower and heat exchange unit central, 600-1200 m3/h;waste treatment;Construction waste\Market -market for used blower and heat exchange unit central, 600-1200 m3/h;waste treatment;Others\Obsolete -market for used blower and heat exchange unit central, 600-1200 m3/h;waste treatment;Construction waste\Market -market for used blower and heat exchange unit decentralized, 180-250 m3/h;waste treatment;Construction waste\Market -market for used blower and heat exchange unit decentralized, 180-250 m3/h;waste treatment;Others\Obsolete -market for used blower and heat exchange unit decentralized, 180-250 m3/h;waste treatment;Construction waste\Market -market for used blower and heat exchange unit GE 250 RH;waste treatment;Construction waste\Market -market for used blower and heat exchange unit KWL 250;waste treatment;Construction waste\Market -market for used blower and heat exchange unit KWLC 1200;waste treatment;Construction waste\Market -market for used blower and heat exchange unit Storkair G 90;waste treatment;Construction waste\Market -market for used blower and heat exchange unit Twl-700;waste treatment;Construction waste\Market -market for used bus;waste treatment;Transport\Market -market for used cable;waste treatment;Electronics Waste\Market -market for used capacitor;waste treatment;Electronics Waste\Market -market for used cathode ray tube display;waste treatment;Electronics Waste\Market -market for used desktop computer;waste treatment;Electronics Waste\Market -market for used diesel-electric generating set, 18.5kW;waste treatment;Others\Market -market for used domestic refrigerator;waste treatment;Electronics Waste\Market -market for used door, inner, glass-wood;waste treatment;Construction waste\Market -market for used door, inner, wood;waste treatment;Construction waste\Market -market for used door, outer, wood-aluminium;waste treatment;Construction waste\Market -market for used door, outer, wood-glass;waste treatment;Construction waste\Market -market for used double glazing, U<1.1W/m2K;waste treatment;Construction waste\Market -market for used double glazing, U<1.1W/m2K, laminated safety glass;waste treatment;Construction waste\Market -market for used electric bicycle;waste treatment;Transport\Market -market for used exhaust air roof hood steel, DN 400;waste treatment;Construction waste\Market -market for used exhaust air roof hood steel, DN 400;waste treatment;Others\Obsolete -market for used exhaust air roof hood steel, DN 400;waste treatment;Construction waste\Market -market for used exhaust air valve in-wall housing, plastic/steel;waste treatment;Construction waste\Market -market for used exhaust air valve in-wall housing, plastic/steel;waste treatment;Others\Obsolete -market for used exhaust air valve in-wall housing, plastic/steel;waste treatment;Construction waste\Market -market for used flexible duct aluminium/PET, DN of 125;waste treatment;Construction waste\Market -market for used flexible duct aluminium/PET, DN of 125;waste treatment;Others\Obsolete -market for used flexible duct aluminium/PET, DN of 125;waste treatment;Construction waste\Market -market for used fluorescent lamp;waste treatment;Electronics Waste\Market -market for used glider from electric scooter;waste treatment;Transport\Market -market for used glider, passenger car;waste treatment;Transport\Market -market for used industrial electronic device, WEEE collection;waste treatment;Electronics Waste\Market -market for used industrial electronic device, WEEE collection;waste treatment;Electronics Waste\Market -market for used insulation spiral-seam duct rockwool, DN 400;waste treatment;Construction waste\Market -market for used insulation spiral-seam duct rockwool, DN 400;waste treatment;Others\Obsolete -market for used insulation spiral-seam duct rockwool, DN 400;waste treatment;Construction waste\Market -market for used intermodal shipping container, 20-foot;waste treatment;Transport\Market -market for used intermodal shipping container, 40-foot;waste treatment;Transport\Market -market for used intermodal shipping container, 40-foot, high-cube;waste treatment;Transport\Market -market for used intermodal shipping container, 45-foot, high-cube;waste treatment;Transport\Market -market for used internal combustion engine, passenger car;waste treatment;Transport\Market -market for used IT accessory;waste treatment;Electronics Waste\Market -market for used laptop computer;waste treatment;Electronics Waste\Market -market for used light commercial vehicle;waste treatment;Transport\Market -market for used Li-ion battery;waste treatment;Electronics Waste\Market -market for used liquid crystal display;waste treatment;Electronics Waste\Market -market for used liquid crystal display module;waste treatment;Electronics Waste\Market -market for used liquid crystal display module;waste treatment;Electronics Waste\Market -market for used locomotive;waste treatment;Transport\Market -market for used long liner, steel;waste treatment;Transport\Market -market for used lorry with refrigeration machine, 16 metric ton;waste treatment;Transport\Market -market for used lorry, 16 metric ton;waste treatment;Transport\Market -market for used lorry, 28 metric ton;waste treatment;Transport\Market -market for used lorry, 40 metric ton;waste treatment;Transport\Market -market for used motor scooter;waste treatment;Transport\Market -market for used Ni-metal hydride battery;waste treatment;Electronics Waste\Market -market for used nitrate salts, for solar power application;material;Chemicals\Inorganic\Market -market for used outside air intake stainless steel, DN 370;waste treatment;Construction waste\Market -market for used outside air intake stainless steel, DN 370;waste treatment;Others\Obsolete -market for used outside air intake stainless steel, DN 370;waste treatment;Construction waste\Market -market for used perfluoropentane;waste treatment;Others\Market -market for used powertrain from electric passenger car, manual dismantling;waste treatment;Transport\Market -market for used powertrain from electric scooter;waste treatment;Transport\Market -market for used printed wiring boards;waste treatment;Electronics Waste\Market -market for used printer, laser;waste treatment;Electronics Waste\Market -market for used purse seiner, steel;waste treatment;Agricultural\Animal production\Market -market for used purse seiner, wood;waste treatment;Agricultural\Animal production\Market -market for used railway track;waste treatment;Transport\Market -market for used railway track;waste treatment;Others\Obsolete -market for used railway track;waste treatment;Transport\Market -market for used reefer, intermodal shipping container, 40-foot, high-cube;waste treatment;Transport\Market -market for used refrigerant R-12;waste treatment;Others\Market -market for used refrigerant R134a;waste treatment;Transport\Market -market for used refrigerant R-600a;waste treatment;Others\Market -market for used refrigeration machine, carbon dioxide, liquid as refrigerant;waste treatment;Transport\Market -market for used refrigeration machine, R134a as refrigerant;waste treatment;Transport\Market -market for used room-connecting overflow element steel, approx. 40 m3/h;waste treatment;Construction waste\Market -market for used room-connecting overflow element steel, approx. 40 m3/h;waste treatment;Others\Obsolete -market for used room-connecting overflow element steel, approx. 40 m3/h;waste treatment;Construction waste\Market -market for used sealing tape aluminium/PE, 50 mm wide;waste treatment;Construction waste\Market -market for used sealing tape aluminium/PE, 50 mm wide;waste treatment;Others\Obsolete -market for used sealing tape aluminium/PE, 50 mm wide;waste treatment;Construction waste\Market -market for used silencer steel, DN 125;waste treatment;Construction waste\Market -market for used silencer steel, DN 125;waste treatment;Others\Obsolete -market for used silencer steel, DN 125;waste treatment;Construction waste\Market -market for used silencer steel, DN 315;waste treatment;Construction waste\Market -market for used silencer steel, DN 315;waste treatment;Others\Obsolete -market for used silencer steel, DN 315;waste treatment;Construction waste\Market -market for used toner module, laser printer, black/white;waste treatment;Electronics Waste\Market -market for used toner module, laser printer, colour;waste treatment;Electronics Waste\Market -market for used train, passenger, high-speed;waste treatment;Transport\Market -market for used train, passenger, long-distance;waste treatment;Transport\Market -market for used train, passenger, regional;waste treatment;Transport\Market -market for used tram;waste treatment;Transport\Market -market for used trawler, steel;waste treatment;Transport\Market -market for used triple glazing, U<0.5W/m2K;waste treatment;Construction waste\Market -market for used tyre;waste treatment;Transport\Market -market for used vegetable cooking oil;processing;Waste\Market -market for used vegetable cooking oil, purified;waste treatment;Biowaste\Market -market for used ventilation control and wiring central unit;waste treatment;Construction waste\Market -market for used ventilation control and wiring central unit;waste treatment;Others\Obsolete -market for used ventilation control and wiring central unit;waste treatment;Construction waste\Market -market for used ventilation control and wiring decentralized unit;waste treatment;Construction waste\Market -market for used ventilation control and wiring decentralized unit;waste treatment;Others\Obsolete -market for used ventilation control and wiring decentralized unit;waste treatment;Construction waste\Market -market for used window frame, plastic;waste treatment;Construction waste\Market -market for used window frame, wood;waste treatment;Construction waste\Market -market for used window frame, wood-metal;waste treatment;Construction waste\Market -market for vacuum cleaner;material;Appliances\Market\Infrastructure -market for vanilla;material;Agricultural\Food\Market -market for vanilla seedling, for planting;material;Agricultural\Plant seeds\Market -market for vegetable oil esterification facility;material;Chemicals\Organic\Market\Infrastructure -market for vegetable oil methyl ester;material;Chemicals\Organic\Market -market for vegetable oil refinery;material;Chemicals\Organic\Market\Infrastructure -market for vegetable oil, refined;material;Chemicals\Organic\Market -market for ventilation components factory;material;Construction\Ventilation\Market\Infrastructure -market for ventilation control and wiring, central unit;material;Construction\Ventilation\Market -market for ventilation control and wiring, decentralized unit;material;Construction\Ventilation\Market -market for ventilation duct, connection piece, steel, 100x50 mm;material;Construction\Ventilation\Market -market for ventilation duct, elbow 90°, steel, 100x50 mm;material;Construction\Ventilation\Market -market for ventilation duct, steel, 100x50 mm;material;Construction\Ventilation\Market -market for ventilation of dwellings, central, 1 x 720 m3/h;processing;Ventilation\Market -market for ventilation of dwellings, decentralized, 6 x 120 m3/h;processing;Ventilation\Market -market for ventilation system, central, 1 x 720 m3/h, polyethylene ducts, with;material;Construction\Ventilation\Market\Infrastructure -market for ventilation system, central, 1 x 720 m3/h, steel ducts, with earth;material;Construction\Ventilation\Market\Infrastructure -market for ventilation system, decentralized, 6 x 120 m3/h, polyethylene ducts;material;Construction\Ventilation\Market\Infrastructure -market for ventilation system, decentralized, 6 x 120 m3/h, polyethylene ducts,;material;Construction\Ventilation\Market\Infrastructure -market for ventilation system, decentralized, 6 x 120 m3/h, steel ducts;material;Construction\Ventilation\Market\Infrastructure -market for ventilation system, decentralized, 6 x 120 m3/h, steel ducts, with;material;Construction\Ventilation\Market\Infrastructure -market for venting of argon, crude, liquid;processing;Others\Market -market for venting of nitrogen, liquid;processing;Others\Market -market for vermiculite;material;Minerals\Market -market for vinasse, from fermentation of sugar beet;material;Agricultural\Intermediate Products\Market -market for vinasse, from fermentation of sugar beet molasses;material;Agricultural\Intermediate Products\Market -market for vinasse, from fermentation of sugarcane;material;Agricultural\Intermediate Products\Market -market for vinasse, from fermentation of sugarcane;material;Others\Obsolete -market for vinasse, from fermentation of sweet sorghum;material;Agricultural\Intermediate Products\Market -market for vine tomato;material;Others\Obsolete -market for vinyl acetate;material;Chemicals\Organic\Market -market for vinyl chloride;material;Others\Obsolete -market for vinyl chloride;material;Chemicals\Organic\Market -market for vinyl chloride;material;Chemicals\Organic\Market -market for vinyl fluoride;material;Chemicals\Organic\Market -market for wafer factory;material;Electronics\Photovoltaic\Market\Infrastructure -market for wafer, fabricated, for integrated circuit;material;Electronics\Component\Market -market for washing machine;material;Appliances\Market\Infrastructure -market for washing, drying and finishing laundry;processing;Textiles\Market -market for waste aluminium;waste treatment;Metals\Market -market for waste asphalt;waste treatment;Others\Market -market for waste asphalt;waste treatment;Others\Obsolete -market for waste asphalt;waste treatment;Others\Market -market for waste bitumen;waste treatment;Others\Market -market for waste bitumen;waste treatment;Others\Obsolete -market for waste bitumen;waste treatment;Others\Market -market for waste bitumen Europe without;waste treatment;Others\Market -market for waste bitumen sheet;waste treatment;Others\Market -market for waste bitumen sheet;waste treatment;Others\Market -market for waste brick;waste treatment;Construction waste\Market -market for waste brick;waste treatment;Others\Obsolete -market for waste brick;waste treatment;Construction waste\Market -market for waste brick Europe without;waste treatment;Construction waste\Market -market for waste building wood, chrome preserved;waste treatment;Wood\Market -market for waste building wood, chrome preserved;waste treatment;Wood\Market -market for waste bulk iron, excluding reinforcement;waste treatment;Construction waste\Market -market for waste bulk iron, excluding reinforcement;waste treatment;Others\Obsolete -market for waste bulk iron, excluding reinforcement;waste treatment;Construction waste\Market -market for waste bulk iron, excluding reinforcement Europe without;waste treatment;Construction waste\Market -market for waste cement in concrete and mortar;waste treatment;Construction waste\Market -market for waste cement in concrete and mortar;waste treatment;Others\Obsolete -market for waste cement in concrete and mortar;waste treatment;Construction waste\Market -market for waste cement in concrete and mortar Europe without;waste treatment;Construction waste\Market -market for waste cement, hydrated;waste treatment;Construction waste\Market -market for waste cement, hydrated;waste treatment;Others\Obsolete -market for waste cement, hydrated;waste treatment;Construction waste\Market -market for waste cement, hydrated Europe without;waste treatment;Construction waste\Market -market for waste cement-fibre slab;waste treatment;Construction waste\Market -market for waste cement-fibre slab;waste treatment;Others\Obsolete -market for waste cement-fibre slab;waste treatment;Construction waste\Market -market for waste cement-fibre slab, dismantled;waste treatment;Construction waste\Market -market for waste cement-fibre slab, dismantled;waste treatment;Others\Obsolete -market for waste cement-fibre slab, dismantled;waste treatment;Construction waste\Market -market for waste collection lorry, 21 metric ton;transport;Road\Market\Infrastructure -market for waste concrete;waste treatment;Construction waste\Market -market for waste concrete;waste treatment;Others\Obsolete -market for waste concrete;waste treatment;Construction waste\Market -market for waste concrete Europe without;waste treatment;Construction waste\Market -market for waste concrete gravel;waste treatment;Construction waste\Market -market for waste concrete gravel;waste treatment;Others\Obsolete -market for waste concrete gravel;waste treatment;Construction waste\Market -market for waste concrete, not reinforced;waste treatment;Construction waste\Market -market for waste concrete, not reinforced;waste treatment;Others\Obsolete -market for waste concrete, not reinforced;waste treatment;Construction waste\Market -market for waste concrete, not reinforced Europe without;waste treatment;Construction waste\Market -market for waste electric and electronic equipment;waste treatment;Electronics Waste\Market -market for waste electric wiring;waste treatment;Electronics Waste\Market -market for waste electric wiring;waste treatment;Others\Obsolete -market for waste electric wiring;waste treatment;Electronics Waste\Market -market for waste emulsion paint;waste treatment;Others\Market -market for waste emulsion paint;waste treatment;Others\Obsolete -market for waste emulsion paint;waste treatment;Others\Market -market for waste emulsion paint Europe without;waste treatment;Others\Market -market for waste emulsion paint, on wall;waste treatment;Others\Market -market for waste emulsion paint, on wood;waste treatment;Others\Market -market for waste emulsion paint, separated;waste treatment;Others\Market -market for waste expanded polystyrene;waste treatment;Plastics\Market -market for waste expanded polystyrene;waste treatment;Others\Obsolete -market for waste expanded polystyrene;waste treatment;Plastics\Market -market for waste fibreboard;waste treatment;Construction waste\Market -market for waste fibreboard;waste treatment;Others\Obsolete -market for waste fibreboard;waste treatment;Construction waste\Market -market for waste foundry sand;waste treatment;Others\Market -market for waste frit from cathode ray tube production;waste treatment;Electronics Waste\Market -market for waste glass;waste treatment;Construction waste\Market -market for waste glass;waste treatment;Construction waste\Market -market for waste glass;waste treatment;Construction waste\Market -market for waste glass;waste treatment;Construction waste\Market -market for waste glass;waste treatment;Construction waste\Market -market for waste glass;waste treatment;Construction waste\Market -market for waste glass;waste treatment;Construction waste\Market -market for waste glass;waste treatment;Construction waste\Market -market for waste glass;waste treatment;Construction waste\Market -market for waste glass;waste treatment;Construction waste\Market -market for waste glass;waste treatment;Construction waste\Market -market for waste glass;waste treatment;Construction waste\Market -market for waste glass;waste treatment;Construction waste\Market -market for waste glass;waste treatment;Construction waste\Market -market for waste glass;waste treatment;Construction waste\Market -market for waste glass;waste treatment;Construction waste\Market -market for waste glass;waste treatment;Construction waste\Market -market for waste glass;waste treatment;Others\Obsolete -market for waste glass;waste treatment;Construction waste\Market -market for waste glass;waste treatment;Construction waste\Market -market for waste glass;waste treatment;Construction waste\Market -market for waste glass;waste treatment;Construction waste\Market -market for waste glass;waste treatment;Construction waste\Market -market for waste glass;waste treatment;Construction waste\Market -market for waste glass;waste treatment;Construction waste\Market -market for waste glass;waste treatment;Construction waste\Market -market for waste glass;waste treatment;Construction waste\Market -market for waste glass;waste treatment;Construction waste\Market -market for waste glass;waste treatment;Construction waste\Market -market for waste glass;waste treatment;Construction waste\Market -market for waste glass;waste treatment;Construction waste\Market -market for waste glass;waste treatment;Construction waste\Market -market for waste glass;waste treatment;Construction waste\Market -market for waste glass;waste treatment;Construction waste\Market -market for waste glass;waste treatment;Construction waste\Market -market for waste glass;waste treatment;Construction waste\Market -market for waste glass;waste treatment;Construction waste\Market -market for waste glass;waste treatment;Construction waste\Market -market for waste glass;waste treatment;Construction waste\Market -market for waste glass;waste treatment;Construction waste\Market -market for waste glass;waste treatment;Construction waste\Market -market for waste glass;waste treatment;Construction waste\Market -market for waste glass;waste treatment;Construction waste\Market -market for waste glass;waste treatment;Construction waste\Market -market for waste glass Europe without;waste treatment;Others\Obsolete -market for waste glass pane in burnable frame;waste treatment;Construction waste\Market -market for waste glass pane in burnable frame;waste treatment;Others\Obsolete -market for waste glass pane in burnable frame;waste treatment;Construction waste\Market -market for waste glass sheet;waste treatment;Construction waste\Market -market for waste glass sheet;waste treatment;Others\Obsolete -market for waste glass sheet;waste treatment;Construction waste\Market -market for waste glass sheet Europe without;waste treatment;Construction waste\Market -market for waste graphical paper;waste treatment;Paper+ Board\Market -market for waste graphical paper;waste treatment;Paper+ Board\Market -market for waste graphical paper;waste treatment;Paper+ Board\Market -market for waste graphical paper;waste treatment;Paper+ Board\Market -market for waste graphical paper;waste treatment;Paper+ Board\Market -market for waste graphical paper;waste treatment;Paper+ Board\Market -market for waste graphical paper;waste treatment;Paper+ Board\Market -market for waste graphical paper;waste treatment;Paper+ Board\Market -market for waste graphical paper;waste treatment;Paper+ Board\Market -market for waste graphical paper;waste treatment;Paper+ Board\Market -market for waste graphical paper;waste treatment;Paper+ Board\Market -market for waste graphical paper;waste treatment;Paper+ Board\Market -market for waste graphical paper;waste treatment;Paper+ Board\Market -market for waste graphical paper;waste treatment;Paper+ Board\Market -market for waste graphical paper;waste treatment;Paper+ Board\Market -market for waste graphical paper;waste treatment;Paper+ Board\Market -market for waste graphical paper;waste treatment;Paper+ Board\Market -market for waste graphical paper;waste treatment;Others\Obsolete -market for waste graphical paper;waste treatment;Paper+ Board\Market -market for waste graphical paper;waste treatment;Paper+ Board\Market -market for waste graphical paper;waste treatment;Paper+ Board\Market -market for waste graphical paper;waste treatment;Paper+ Board\Market -market for waste graphical paper;waste treatment;Paper+ Board\Market -market for waste graphical paper;waste treatment;Paper+ Board\Market -market for waste graphical paper;waste treatment;Paper+ Board\Market -market for waste graphical paper;waste treatment;Paper+ Board\Market -market for waste graphical paper;waste treatment;Paper+ Board\Market -market for waste graphical paper;waste treatment;Paper+ Board\Market -market for waste graphical paper;waste treatment;Paper+ Board\Market -market for waste graphical paper;waste treatment;Paper+ Board\Market -market for waste graphical paper;waste treatment;Paper+ Board\Market -market for waste graphical paper;waste treatment;Paper+ Board\Market -market for waste graphical paper;waste treatment;Paper+ Board\Market -market for waste graphical paper;waste treatment;Paper+ Board\Market -market for waste graphical paper;waste treatment;Paper+ Board\Market -market for waste graphical paper;waste treatment;Paper+ Board\Market -market for waste graphical paper;waste treatment;Paper+ Board\Market -market for waste graphical paper;waste treatment;Paper+ Board\Market -market for waste graphical paper;waste treatment;Paper+ Board\Market -market for waste graphical paper;waste treatment;Paper+ Board\Market -market for waste graphical paper;waste treatment;Paper+ Board\Market -market for waste graphical paper;waste treatment;Paper+ Board\Market -market for waste graphical paper;waste treatment;Paper+ Board\Market -market for waste graphical paper;waste treatment;Paper+ Board\Market -market for waste graphical paper Europe without;waste treatment;Others\Obsolete -market for waste gypsum;waste treatment;Construction waste\Market -market for waste gypsum;waste treatment;Others\Obsolete -market for waste gypsum;waste treatment;Construction waste\Market -market for waste gypsum Europe without;waste treatment;Construction waste\Market -market for waste gypsum plasterboard;waste treatment;Construction waste\Market -market for waste mineral oil;waste treatment;Construction waste\Market -market for waste mineral oil;waste treatment;Others\Obsolete -market for waste mineral oil;waste treatment;Construction waste\Market -market for waste mineral oil Europe without;waste treatment;Construction waste\Market -market for waste mineral plaster;waste treatment;Construction waste\Market -market for waste mineral plaster;waste treatment;Others\Obsolete -market for waste mineral plaster;waste treatment;Construction waste\Market -market for waste mineral wool;waste treatment;Construction waste\Market -market for waste mineral wool;waste treatment;Others\Obsolete -market for waste mineral wool;waste treatment;Construction waste\Market -market for waste mineral wool Europe without;waste treatment;Construction waste\Market -market for waste mineral wool, final disposal;waste treatment;Construction waste\Market -market for waste mineral wool, final disposal;waste treatment;Others\Obsolete -market for waste mineral wool, final disposal;waste treatment;Construction waste\Market -market for waste mineral wool, final disposal Europe without;waste treatment;Construction waste\Market -market for waste natural gas, sour;waste treatment;Others\Market -market for waste natural gas, sweet;waste treatment;Others\Market -market for waste newspaper;processing;Paper+ Board\Market -market for waste packaging glass, unsorted;waste treatment;Glass\Market -market for waste packaging paper;waste treatment;Paper+ Board\Market -market for waste packaging paper;waste treatment;Paper+ Board\Market -market for waste packaging paper;waste treatment;Paper+ Board\Market -market for waste packaging paper;waste treatment;Paper+ Board\Market -market for waste packaging paper;waste treatment;Paper+ Board\Market -market for waste packaging paper;waste treatment;Paper+ Board\Market -market for waste packaging paper;waste treatment;Paper+ Board\Market -market for waste packaging paper;waste treatment;Paper+ Board\Market -market for waste packaging paper;waste treatment;Paper+ Board\Market -market for waste packaging paper;waste treatment;Paper+ Board\Market -market for waste packaging paper;waste treatment;Paper+ Board\Market -market for waste packaging paper;waste treatment;Paper+ Board\Market -market for waste packaging paper;waste treatment;Paper+ Board\Market -market for waste packaging paper;waste treatment;Paper+ Board\Market -market for waste packaging paper;waste treatment;Paper+ Board\Market -market for waste packaging paper;waste treatment;Paper+ Board\Market -market for waste packaging paper;waste treatment;Paper+ Board\Market -market for waste packaging paper;processing;Others\Obsolete -market for waste packaging paper;waste treatment;Paper+ Board\Market -market for waste packaging paper;waste treatment;Paper+ Board\Market -market for waste packaging paper;waste treatment;Paper+ Board\Market -market for waste packaging paper;waste treatment;Paper+ Board\Market -market for waste packaging paper;waste treatment;Paper+ Board\Market -market for waste packaging paper;waste treatment;Paper+ Board\Market -market for waste packaging paper;waste treatment;Paper+ Board\Market -market for waste packaging paper;waste treatment;Paper+ Board\Market -market for waste packaging paper;waste treatment;Paper+ Board\Market -market for waste packaging paper;waste treatment;Paper+ Board\Market -market for waste packaging paper;waste treatment;Paper+ Board\Market -market for waste packaging paper;waste treatment;Paper+ Board\Market -market for waste packaging paper;waste treatment;Paper+ Board\Market -market for waste packaging paper;waste treatment;Paper+ Board\Market -market for waste packaging paper;waste treatment;Paper+ Board\Market -market for waste packaging paper;waste treatment;Paper+ Board\Market -market for waste packaging paper;waste treatment;Paper+ Board\Market -market for waste packaging paper;waste treatment;Paper+ Board\Market -market for waste packaging paper;waste treatment;Paper+ Board\Market -market for waste packaging paper;waste treatment;Paper+ Board\Market -market for waste packaging paper;waste treatment;Paper+ Board\Market -market for waste packaging paper;waste treatment;Paper+ Board\Market -market for waste packaging paper;waste treatment;Paper+ Board\Market -market for waste packaging paper;waste treatment;Paper+ Board\Market -market for waste packaging paper;waste treatment;Paper+ Board\Market -market for waste packaging paper;waste treatment;Paper+ Board\Market -market for waste paint;waste treatment;Others\Market -market for waste paint;waste treatment;Others\Obsolete -market for waste paint;waste treatment;Others\Market -market for waste paint Europe without;waste treatment;Others\Market -market for waste paint on metal;waste treatment;Construction waste\Market -market for waste paint on metal;waste treatment;Others\Obsolete -market for waste paint on metal;waste treatment;Construction waste\Market -market for waste paint on wall;waste treatment;Construction waste\Market -market for waste paint on wood;waste treatment;Construction waste\Market -market for waste paint on wood;waste treatment;Others\Obsolete -market for waste paint on wood;waste treatment;Construction waste\Market -market for waste paint, collection for hazardous waste;waste treatment;Others\Obsolete -market for waste paper sorting facility;material;Paper+ Board\Waste paper\Market\Infrastructure -market for waste paper, sorted;waste treatment;Paper+ Board\Market -market for waste paper, unsorted;waste treatment;Paper+ Board\Market -market for waste paper, unsorted;waste treatment;Paper+ Board\Market -market for waste paper, unsorted Europe without;waste treatment;Paper+ Board\Market -market for waste paperboard;waste treatment;Paper+ Board\Market -market for waste paperboard;waste treatment;Paper+ Board\Market -market for waste paperboard;waste treatment;Paper+ Board\Market -market for waste paperboard;waste treatment;Paper+ Board\Market -market for waste paperboard;waste treatment;Paper+ Board\Market -market for waste paperboard;waste treatment;Paper+ Board\Market -market for waste paperboard;waste treatment;Paper+ Board\Market -market for waste paperboard;waste treatment;Paper+ Board\Market -market for waste paperboard;waste treatment;Paper+ Board\Market -market for waste paperboard;waste treatment;Paper+ Board\Market -market for waste paperboard;waste treatment;Paper+ Board\Market -market for waste paperboard;waste treatment;Paper+ Board\Market -market for waste paperboard;waste treatment;Paper+ Board\Market -market for waste paperboard;waste treatment;Paper+ Board\Market -market for waste paperboard;waste treatment;Paper+ Board\Market -market for waste paperboard;waste treatment;Paper+ Board\Market -market for waste paperboard;waste treatment;Paper+ Board\Market -market for waste paperboard;waste treatment;Others\Obsolete -market for waste paperboard;waste treatment;Paper+ Board\Market -market for waste paperboard;waste treatment;Paper+ Board\Market -market for waste paperboard;waste treatment;Paper+ Board\Market -market for waste paperboard;waste treatment;Paper+ Board\Market -market for waste paperboard;waste treatment;Paper+ Board\Market -market for waste paperboard;waste treatment;Paper+ Board\Market -market for waste paperboard;waste treatment;Paper+ Board\Market -market for waste paperboard;waste treatment;Paper+ Board\Market -market for waste paperboard;waste treatment;Paper+ Board\Market -market for waste paperboard;waste treatment;Paper+ Board\Market -market for waste paperboard;waste treatment;Paper+ Board\Market -market for waste paperboard;waste treatment;Paper+ Board\Market -market for waste paperboard;waste treatment;Paper+ Board\Market -market for waste paperboard;waste treatment;Paper+ Board\Market -market for waste paperboard;waste treatment;Paper+ Board\Market -market for waste paperboard;waste treatment;Paper+ Board\Market -market for waste paperboard;waste treatment;Paper+ Board\Market -market for waste paperboard;waste treatment;Paper+ Board\Market -market for waste paperboard;waste treatment;Paper+ Board\Market -market for waste paperboard;waste treatment;Paper+ Board\Market -market for waste paperboard;waste treatment;Paper+ Board\Market -market for waste paperboard;waste treatment;Paper+ Board\Market -market for waste paperboard;waste treatment;Paper+ Board\Market -market for waste paperboard;waste treatment;Paper+ Board\Market -market for waste paperboard;waste treatment;Paper+ Board\Market -market for waste paperboard;waste treatment;Paper+ Board\Market -market for waste paperboard Europe without;waste treatment;Others\Obsolete -market for waste paperboard, sorted;material;Paper+ Board\Waste paper\Market -market for waste paperboard, unsorted;waste treatment;Paper+ Board\Market -market for waste plaster-cardboard sandwich;waste treatment;Others\Market -market for waste plastic plaster;waste treatment;Plastics -market for waste plastic plaster, final disposal;waste treatment;Plastics -market for waste plastic plaster, final disposal;waste treatment;Others\Obsolete -market for waste plastic plaster, final disposal;waste treatment;Plastics -market for waste plastic, consumer electronics;waste treatment;Plastics\Market -market for waste plastic, consumer electronics;waste treatment;Others\Obsolete -market for waste plastic, consumer electronics;waste treatment;Plastics\Market -market for waste plastic, consumer electronics, sorted;material;Plastics\Thermosets\Market -market for waste plastic, consumer electronics, unsorted;waste treatment;Others\Market -market for waste plastic, industrial electronics;waste treatment;Plastics\Market -market for waste plastic, industrial electronics;waste treatment;Others\Obsolete -market for waste plastic, industrial electronics;waste treatment;Plastics\Market -market for waste plastic, mixture;waste treatment;Plastics\Market -market for waste plastic, mixture;waste treatment;Plastics\Market -market for waste plastic, mixture;waste treatment;Plastics\Market -market for waste plastic, mixture;waste treatment;Plastics\Market -market for waste plastic, mixture;waste treatment;Plastics\Market -market for waste plastic, mixture;waste treatment;Plastics\Market -market for waste plastic, mixture;waste treatment;Plastics\Market -market for waste plastic, mixture;waste treatment;Plastics\Market -market for waste plastic, mixture;waste treatment;Plastics\Market -market for waste plastic, mixture;waste treatment;Plastics\Market -market for waste plastic, mixture;waste treatment;Plastics\Market -market for waste plastic, mixture;waste treatment;Plastics\Market -market for waste plastic, mixture;waste treatment;Plastics\Market -market for waste plastic, mixture;waste treatment;Plastics\Market -market for waste plastic, mixture;waste treatment;Plastics\Market -market for waste plastic, mixture;waste treatment;Plastics\Market -market for waste plastic, mixture;waste treatment;Plastics\Market -market for waste plastic, mixture;waste treatment;Others\Obsolete -market for waste plastic, mixture;waste treatment;Plastics\Market -market for waste plastic, mixture;waste treatment;Plastics\Market -market for waste plastic, mixture;waste treatment;Plastics\Market -market for waste plastic, mixture;waste treatment;Plastics\Market -market for waste plastic, mixture;waste treatment;Plastics\Market -market for waste plastic, mixture;waste treatment;Plastics\Market -market for waste plastic, mixture;waste treatment;Plastics\Market -market for waste plastic, mixture;waste treatment;Plastics\Market -market for waste plastic, mixture;waste treatment;Plastics\Market -market for waste plastic, mixture;waste treatment;Plastics\Market -market for waste plastic, mixture;waste treatment;Plastics\Market -market for waste plastic, mixture;waste treatment;Plastics\Market -market for waste plastic, mixture;waste treatment;Plastics\Market -market for waste plastic, mixture;waste treatment;Plastics\Market -market for waste plastic, mixture;waste treatment;Plastics\Market -market for waste plastic, mixture;waste treatment;Plastics\Market -market for waste plastic, mixture;waste treatment;Plastics\Market -market for waste plastic, mixture;waste treatment;Plastics\Market -market for waste plastic, mixture;waste treatment;Plastics\Market -market for waste plastic, mixture;waste treatment;Plastics\Market -market for waste plastic, mixture;waste treatment;Plastics\Market -market for waste plastic, mixture;waste treatment;Plastics\Market -market for waste plastic, mixture;waste treatment;Plastics\Market -market for waste plastic, mixture;waste treatment;Plastics\Market -market for waste plastic, mixture;waste treatment;Plastics\Market -market for waste plastic, mixture;waste treatment;Plastics\Market -market for waste plastic, mixture Europe without;waste treatment;Others\Obsolete -market for waste polyethylene;waste treatment;Plastics\Market -market for waste polyethylene;waste treatment;Plastics\Market -market for waste polyethylene;waste treatment;Plastics\Market -market for waste polyethylene;waste treatment;Plastics\Market -market for waste polyethylene;waste treatment;Plastics\Market -market for waste polyethylene;waste treatment;Plastics\Market -market for waste polyethylene;waste treatment;Plastics\Market -market for waste polyethylene;waste treatment;Plastics\Market -market for waste polyethylene;waste treatment;Plastics\Market -market for waste polyethylene;waste treatment;Plastics\Market -market for waste polyethylene;waste treatment;Plastics\Market -market for waste polyethylene;waste treatment;Plastics\Market -market for waste polyethylene;waste treatment;Plastics\Market -market for waste polyethylene;waste treatment;Plastics\Market -market for waste polyethylene;waste treatment;Plastics\Market -market for waste polyethylene;waste treatment;Plastics\Market -market for waste polyethylene;waste treatment;Plastics\Market -market for waste polyethylene;waste treatment;Others\Obsolete -market for waste polyethylene;waste treatment;Plastics\Market -market for waste polyethylene;waste treatment;Plastics\Market -market for waste polyethylene;waste treatment;Plastics\Market -market for waste polyethylene;waste treatment;Plastics\Market -market for waste polyethylene;waste treatment;Plastics\Market -market for waste polyethylene;waste treatment;Plastics\Market -market for waste polyethylene;waste treatment;Plastics\Market -market for waste polyethylene;waste treatment;Plastics\Market -market for waste polyethylene;waste treatment;Plastics\Market -market for waste polyethylene;waste treatment;Plastics\Market -market for waste polyethylene;waste treatment;Plastics\Market -market for waste polyethylene;waste treatment;Plastics\Market -market for waste polyethylene;waste treatment;Plastics\Market -market for waste polyethylene;waste treatment;Plastics\Market -market for waste polyethylene;waste treatment;Plastics\Market -market for waste polyethylene;waste treatment;Plastics\Market -market for waste polyethylene;waste treatment;Plastics\Market -market for waste polyethylene;waste treatment;Plastics\Market -market for waste polyethylene;waste treatment;Plastics\Market -market for waste polyethylene;waste treatment;Plastics\Market -market for waste polyethylene;waste treatment;Plastics\Market -market for waste polyethylene;waste treatment;Plastics\Market -market for waste polyethylene;waste treatment;Plastics\Market -market for waste polyethylene;waste treatment;Plastics\Market -market for waste polyethylene;waste treatment;Plastics\Market -market for waste polyethylene;waste treatment;Plastics\Market -market for waste polyethylene Europe without;waste treatment;Others\Obsolete -market for waste polyethylene terephtalate;waste treatment;Others\Obsolete -market for waste polyethylene terephtalate;waste treatment;Others\Obsolete -market for waste polyethylene terephtalate;waste treatment;Others\Obsolete -market for waste polyethylene terephtalate Europe without;waste treatment;Others\Obsolete -market for waste polyethylene terephthalate;waste treatment;Plastics\Market -market for waste polyethylene terephthalate;waste treatment;Plastics\Market -market for waste polyethylene terephthalate;waste treatment;Plastics\Market -market for waste polyethylene terephthalate;waste treatment;Plastics\Market -market for waste polyethylene terephthalate;waste treatment;Plastics\Market -market for waste polyethylene terephthalate;waste treatment;Plastics\Market -market for waste polyethylene terephthalate;waste treatment;Plastics\Market -market for waste polyethylene terephthalate;waste treatment;Plastics\Market -market for waste polyethylene terephthalate;waste treatment;Plastics\Market -market for waste polyethylene terephthalate;waste treatment;Plastics\Market -market for waste polyethylene terephthalate;waste treatment;Plastics\Market -market for waste polyethylene terephthalate;waste treatment;Plastics\Market -market for waste polyethylene terephthalate;waste treatment;Plastics\Market -market for waste polyethylene terephthalate;waste treatment;Plastics\Market -market for waste polyethylene terephthalate;waste treatment;Plastics\Market -market for waste polyethylene terephthalate;waste treatment;Plastics\Market -market for waste polyethylene terephthalate;waste treatment;Plastics\Market -market for waste polyethylene terephthalate;waste treatment;Plastics\Market -market for waste polyethylene terephthalate;waste treatment;Plastics\Market -market for waste polyethylene terephthalate;waste treatment;Plastics\Market -market for waste polyethylene terephthalate;waste treatment;Plastics\Market -market for waste polyethylene terephthalate;waste treatment;Plastics\Market -market for waste polyethylene terephthalate;waste treatment;Plastics\Market -market for waste polyethylene terephthalate;waste treatment;Plastics\Market -market for waste polyethylene terephthalate;waste treatment;Plastics\Market -market for waste polyethylene terephthalate;waste treatment;Plastics\Market -market for waste polyethylene terephthalate;waste treatment;Plastics\Market -market for waste polyethylene terephthalate;waste treatment;Plastics\Market -market for waste polyethylene terephthalate;waste treatment;Plastics\Market -market for waste polyethylene terephthalate;waste treatment;Plastics\Market -market for waste polyethylene terephthalate;waste treatment;Plastics\Market -market for waste polyethylene terephthalate;waste treatment;Plastics\Market -market for waste polyethylene terephthalate;waste treatment;Plastics\Market -market for waste polyethylene terephthalate;waste treatment;Plastics\Market -market for waste polyethylene terephthalate;waste treatment;Plastics\Market -market for waste polyethylene terephthalate;waste treatment;Plastics\Market -market for waste polyethylene terephthalate;waste treatment;Plastics\Market -market for waste polyethylene terephthalate;waste treatment;Plastics\Market -market for waste polyethylene terephthalate;waste treatment;Plastics\Market -market for waste polyethylene terephthalate;waste treatment;Plastics\Market -market for waste polyethylene terephthalate;waste treatment;Plastics\Market -market for waste polyethylene terephthalate;waste treatment;Plastics\Market -market for waste polyethylene terephthalate;waste treatment;Plastics\Market -market for waste polyethylene terephthalate, for recycling, sorted;material;Plastics\Recycling\Market -market for waste polyethylene terephthalate, for recycling, sorted;material;Plastics\Recycling\Market -market for waste polyethylene terephthalate, for recycling, sorted;material;Plastics\Recycling\Market -market for waste polyethylene terephthalate, for recycling, sorted Europe;material;Plastics\Recycling\Market -market for waste polyethylene terephthalate, for recycling, unsorted;material;Plastics\Recycling\Market -market for waste polyethylene terephthalate, for recycling, unsorted;material;Plastics\Recycling\Market -market for waste polyethylene terephthalate, for recycling, unsorted;material;Plastics\Recycling\Market -market for waste polyethylene terephthalate, for recycling, unsorted Europe;material;Plastics\Recycling\Market -market for waste polyethylene, for recycling, sorted;material;Plastics\Recycling\Market -market for waste polyethylene, for recycling, sorted;material;Plastics\Recycling\Market -market for waste polyethylene, for recycling, sorted;material;Plastics\Recycling\Market -market for waste polyethylene, for recycling, sorted Europe without;material;Plastics\Recycling\Market -market for waste polyethylene, for recycling, unsorted;waste treatment;Plastics\Market -market for waste polyethylene, for recycling, unsorted;waste treatment;Plastics\Market -market for waste polyethylene, for recycling, unsorted;waste treatment;Plastics\Market -market for waste polyethylene, for recycling, unsorted Europe without;waste treatment;Plastics\Market -market for waste polyethylene/polypropylene product;waste treatment;Plastics\Market -market for waste polyethylene/polypropylene product;waste treatment;Others\Obsolete -market for waste polyethylene/polypropylene product;waste treatment;Plastics\Market -market for waste polyethylene/polypropylene product Europe without;waste treatment;Plastics\Market -market for waste polypropylene;waste treatment;Plastics\Market -market for waste polypropylene;waste treatment;Plastics\Market -market for waste polypropylene;waste treatment;Plastics\Market -market for waste polypropylene;waste treatment;Plastics\Market -market for waste polypropylene;waste treatment;Plastics\Market -market for waste polypropylene;waste treatment;Plastics\Market -market for waste polypropylene;waste treatment;Plastics\Market -market for waste polypropylene;waste treatment;Plastics\Market -market for waste polypropylene;waste treatment;Plastics\Market -market for waste polypropylene;waste treatment;Plastics\Market -market for waste polypropylene;waste treatment;Plastics\Market -market for waste polypropylene;waste treatment;Plastics\Market -market for waste polypropylene;waste treatment;Plastics\Market -market for waste polypropylene;waste treatment;Plastics\Market -market for waste polypropylene;waste treatment;Plastics\Market -market for waste polypropylene;waste treatment;Plastics\Market -market for waste polypropylene;waste treatment;Plastics\Market -market for waste polypropylene;waste treatment;Others\Obsolete -market for waste polypropylene;waste treatment;Plastics\Market -market for waste polypropylene;waste treatment;Plastics\Market -market for waste polypropylene;waste treatment;Plastics\Market -market for waste polypropylene;waste treatment;Plastics\Market -market for waste polypropylene;waste treatment;Plastics\Market -market for waste polypropylene;waste treatment;Plastics\Market -market for waste polypropylene;waste treatment;Plastics\Market -market for waste polypropylene;waste treatment;Plastics\Market -market for waste polypropylene;waste treatment;Plastics\Market -market for waste polypropylene;waste treatment;Plastics\Market -market for waste polypropylene;waste treatment;Plastics\Market -market for waste polypropylene;waste treatment;Plastics\Market -market for waste polypropylene;waste treatment;Plastics\Market -market for waste polypropylene;waste treatment;Plastics\Market -market for waste polypropylene;waste treatment;Plastics\Market -market for waste polypropylene;waste treatment;Plastics\Market -market for waste polypropylene;waste treatment;Plastics\Market -market for waste polypropylene;waste treatment;Plastics\Market -market for waste polypropylene;waste treatment;Plastics\Market -market for waste polypropylene;waste treatment;Plastics\Market -market for waste polypropylene;waste treatment;Plastics\Market -market for waste polypropylene;waste treatment;Plastics\Market -market for waste polypropylene;waste treatment;Plastics\Market -market for waste polypropylene;waste treatment;Plastics\Market -market for waste polypropylene;waste treatment;Plastics\Market -market for waste polypropylene;waste treatment;Plastics\Market -market for waste polystyrene;waste treatment;Plastics\Market -market for waste polystyrene;waste treatment;Plastics\Market -market for waste polystyrene;waste treatment;Plastics\Market -market for waste polystyrene;waste treatment;Plastics\Market -market for waste polystyrene;waste treatment;Plastics\Market -market for waste polystyrene;waste treatment;Plastics\Market -market for waste polystyrene;waste treatment;Plastics\Market -market for waste polystyrene;waste treatment;Plastics\Market -market for waste polystyrene;waste treatment;Plastics\Market -market for waste polystyrene;waste treatment;Plastics\Market -market for waste polystyrene;waste treatment;Plastics\Market -market for waste polystyrene;waste treatment;Plastics\Market -market for waste polystyrene;waste treatment;Plastics\Market -market for waste polystyrene;waste treatment;Plastics\Market -market for waste polystyrene;waste treatment;Plastics\Market -market for waste polystyrene;waste treatment;Plastics\Market -market for waste polystyrene;waste treatment;Plastics\Market -market for waste polystyrene;waste treatment;Others\Obsolete -market for waste polystyrene;waste treatment;Plastics\Market -market for waste polystyrene;waste treatment;Plastics\Market -market for waste polystyrene;waste treatment;Plastics\Market -market for waste polystyrene;waste treatment;Plastics\Market -market for waste polystyrene;waste treatment;Plastics\Market -market for waste polystyrene;waste treatment;Plastics\Market -market for waste polystyrene;waste treatment;Plastics\Market -market for waste polystyrene;waste treatment;Plastics\Market -market for waste polystyrene;waste treatment;Plastics\Market -market for waste polystyrene;waste treatment;Plastics\Market -market for waste polystyrene;waste treatment;Plastics\Market -market for waste polystyrene;waste treatment;Plastics\Market -market for waste polystyrene;waste treatment;Plastics\Market -market for waste polystyrene;waste treatment;Plastics\Market -market for waste polystyrene;waste treatment;Plastics\Market -market for waste polystyrene;waste treatment;Plastics\Market -market for waste polystyrene;waste treatment;Plastics\Market -market for waste polystyrene;waste treatment;Plastics\Market -market for waste polystyrene;waste treatment;Plastics\Market -market for waste polystyrene;waste treatment;Plastics\Market -market for waste polystyrene;waste treatment;Plastics\Market -market for waste polystyrene;waste treatment;Plastics\Market -market for waste polystyrene;waste treatment;Plastics\Market -market for waste polystyrene;waste treatment;Plastics\Market -market for waste polystyrene;waste treatment;Plastics\Market -market for waste polystyrene;waste treatment;Plastics\Market -market for waste polystyrene Europe without;waste treatment;Others\Obsolete -market for waste polystyrene isolation, flame-retardant;waste treatment;Plastics\Market -market for waste polystyrene isolation, flame-retardant;waste treatment;Others\Obsolete -market for waste polystyrene isolation, flame-retardant;waste treatment;Plastics\Market -market for waste polystyrene isolation, flame-retardant Europe without;waste treatment;Plastics\Market -market for waste polyurethane;waste treatment;Plastics\Market -market for waste polyurethane;waste treatment;Plastics\Market -market for waste polyurethane;waste treatment;Plastics\Market -market for waste polyurethane;waste treatment;Plastics\Market -market for waste polyurethane;waste treatment;Plastics\Market -market for waste polyurethane;waste treatment;Plastics\Market -market for waste polyurethane;waste treatment;Plastics\Market -market for waste polyurethane;waste treatment;Plastics\Market -market for waste polyurethane;waste treatment;Plastics\Market -market for waste polyurethane;waste treatment;Plastics\Market -market for waste polyurethane;waste treatment;Plastics\Market -market for waste polyurethane;waste treatment;Plastics\Market -market for waste polyurethane;waste treatment;Plastics\Market -market for waste polyurethane;waste treatment;Plastics\Market -market for waste polyurethane;waste treatment;Plastics\Market -market for waste polyurethane;waste treatment;Plastics\Market -market for waste polyurethane;waste treatment;Plastics\Market -market for waste polyurethane;waste treatment;Others\Obsolete -market for waste polyurethane;waste treatment;Plastics\Market -market for waste polyurethane;waste treatment;Plastics\Market -market for waste polyurethane;waste treatment;Plastics\Market -market for waste polyurethane;waste treatment;Plastics\Market -market for waste polyurethane;waste treatment;Plastics\Market -market for waste polyurethane;waste treatment;Plastics\Market -market for waste polyurethane;waste treatment;Plastics\Market -market for waste polyurethane;waste treatment;Plastics\Market -market for waste polyurethane;waste treatment;Plastics\Market -market for waste polyurethane;waste treatment;Plastics\Market -market for waste polyurethane;waste treatment;Plastics\Market -market for waste polyurethane;waste treatment;Plastics\Market -market for waste polyurethane;waste treatment;Plastics\Market -market for waste polyurethane;waste treatment;Plastics\Market -market for waste polyurethane;waste treatment;Plastics\Market -market for waste polyurethane;waste treatment;Plastics\Market -market for waste polyurethane;waste treatment;Plastics\Market -market for waste polyurethane;waste treatment;Plastics\Market -market for waste polyurethane;waste treatment;Plastics\Market -market for waste polyurethane;waste treatment;Plastics\Market -market for waste polyurethane;waste treatment;Plastics\Market -market for waste polyurethane;waste treatment;Plastics\Market -market for waste polyurethane;waste treatment;Plastics\Market -market for waste polyurethane;waste treatment;Plastics\Market -market for waste polyurethane;waste treatment;Plastics\Market -market for waste polyurethane;waste treatment;Plastics\Market -market for waste polyurethane Europe without;waste treatment;Others\Obsolete -market for waste polyurethane foam;waste treatment;Plastics\Market -market for waste polyurethane foam;waste treatment;Others\Obsolete -market for waste polyurethane foam;waste treatment;Plastics\Market -market for waste polyurethane seal;waste treatment;Plastics -market for waste polyvinylchloride;waste treatment;Plastics\Market -market for waste polyvinylchloride;waste treatment;Plastics\Market -market for waste polyvinylchloride;waste treatment;Plastics\Market -market for waste polyvinylchloride;waste treatment;Plastics\Market -market for waste polyvinylchloride;waste treatment;Plastics\Market -market for waste polyvinylchloride;waste treatment;Plastics\Market -market for waste polyvinylchloride;waste treatment;Plastics\Market -market for waste polyvinylchloride;waste treatment;Plastics\Market -market for waste polyvinylchloride;waste treatment;Plastics\Market -market for waste polyvinylchloride;waste treatment;Plastics\Market -market for waste polyvinylchloride;waste treatment;Plastics\Market -market for waste polyvinylchloride;waste treatment;Plastics\Market -market for waste polyvinylchloride;waste treatment;Plastics\Market -market for waste polyvinylchloride;waste treatment;Plastics\Market -market for waste polyvinylchloride;waste treatment;Plastics\Market -market for waste polyvinylchloride;waste treatment;Plastics\Market -market for waste polyvinylchloride;waste treatment;Plastics\Market -market for waste polyvinylchloride;waste treatment;Others\Obsolete -market for waste polyvinylchloride;waste treatment;Plastics\Market -market for waste polyvinylchloride;waste treatment;Plastics\Market -market for waste polyvinylchloride;waste treatment;Plastics\Market -market for waste polyvinylchloride;waste treatment;Plastics\Market -market for waste polyvinylchloride;waste treatment;Plastics\Market -market for waste polyvinylchloride;waste treatment;Plastics\Market -market for waste polyvinylchloride;waste treatment;Plastics\Market -market for waste polyvinylchloride;waste treatment;Plastics\Market -market for waste polyvinylchloride;waste treatment;Plastics\Market -market for waste polyvinylchloride;waste treatment;Plastics\Market -market for waste polyvinylchloride;waste treatment;Plastics\Market -market for waste polyvinylchloride;waste treatment;Plastics\Market -market for waste polyvinylchloride;waste treatment;Plastics\Market -market for waste polyvinylchloride;waste treatment;Plastics\Market -market for waste polyvinylchloride;waste treatment;Plastics\Market -market for waste polyvinylchloride;waste treatment;Plastics\Market -market for waste polyvinylchloride;waste treatment;Plastics\Market -market for waste polyvinylchloride;waste treatment;Plastics\Market -market for waste polyvinylchloride;waste treatment;Plastics\Market -market for waste polyvinylchloride;waste treatment;Plastics\Market -market for waste polyvinylchloride;waste treatment;Plastics\Market -market for waste polyvinylchloride;waste treatment;Plastics\Market -market for waste polyvinylchloride;waste treatment;Plastics\Market -market for waste polyvinylchloride;waste treatment;Plastics\Market -market for waste polyvinylchloride;waste treatment;Plastics\Market -market for waste polyvinylchloride;waste treatment;Plastics\Market -market for waste polyvinylchloride Europe without;waste treatment;Others\Obsolete -market for waste polyvinylchloride product;waste treatment;Plastics\Market -market for waste polyvinylchloride product;waste treatment;Others\Obsolete -market for waste polyvinylchloride product;waste treatment;Plastics\Market -market for waste polyvinylchloride product Europe without;waste treatment;Plastics\Market -market for waste polyvinylfluoride;waste treatment;Plastics\Market -market for waste polyvinylfluoride;waste treatment;Others\Obsolete -market for waste polyvinylfluoride;waste treatment;Plastics\Market -market for waste preparation facility;processing;Waste\Market\Infrastructure -market for waste refinery gas;waste treatment;Others\Market -market for waste reinforced concrete;waste treatment;Construction waste\Market -market for waste reinforced concrete;waste treatment;Others\Obsolete -market for waste reinforced concrete;waste treatment;Construction waste\Market -market for waste reinforced concrete Europe without;waste treatment;Construction waste\Market -market for waste reinforced plasterboard;waste treatment;Construction waste\Market -market for waste reinforcement steel;waste treatment;Construction waste\Transformation -market for waste reinforcement steel;waste treatment;Others\Obsolete -market for waste reinforcement steel;waste treatment;Construction waste\Transformation -market for waste rubber, unspecified;waste treatment;Others\Transformation -market for waste rubber, unspecified;waste treatment;Others\Obsolete -market for waste rubber, unspecified;waste treatment;Others\Transformation -market for waste rubber, unspecified Europe without;waste treatment;Others\Transformation -market for waste sealing sheet, polyethylene;waste treatment;Plastics\Market -market for waste sealing sheet, polyethylene;waste treatment;Others\Obsolete -market for waste sealing sheet, polyethylene;waste treatment;Plastics\Market -market for waste sealing sheet, polyvinylchloride;waste treatment;Plastics\Market -market for waste sealing sheet, polyvinylchloride;waste treatment;Plastics\Market -market for waste textile, soiled;waste treatment;Others\Market -market for waste textile, soiled;waste treatment;Others\Obsolete -market for waste textile, soiled;waste treatment;Others\Market -market for waste vapour barrier, flame-retarded;waste treatment;Others\Market -market for waste vapour barrier, flame-retarded;waste treatment;Others\Market -market for waste wire plastic;waste treatment;Plastics\Market -market for waste wire plastic;waste treatment;Others\Obsolete -market for waste wire plastic;waste treatment;Plastics\Market -market for waste wood pole, chrome preserved;waste treatment;Wood\Market -market for waste wood pole, chrome preserved;waste treatment;Others\Obsolete -market for waste wood pole, chrome preserved;waste treatment;Wood\Market -market for waste wood, post-consumer;waste treatment;Wood\Market -market for waste wood, untreated;waste treatment;Wood\Market -market for waste wood, untreated;waste treatment;Wood\Market -market for waste wood, untreated;waste treatment;Wood\Market -market for waste wood, untreated;waste treatment;Wood\Market -market for waste wood, untreated;waste treatment;Wood\Market -market for waste wood, untreated;waste treatment;Wood\Market -market for waste wood, untreated;waste treatment;Wood\Market -market for waste wood, untreated;waste treatment;Wood\Market -market for waste wood, untreated;waste treatment;Wood\Market -market for waste wood, untreated;waste treatment;Wood\Market -market for waste wood, untreated;waste treatment;Wood\Market -market for waste wood, untreated;waste treatment;Wood\Market -market for waste wood, untreated;waste treatment;Wood\Market -market for waste wood, untreated;waste treatment;Wood\Market -market for waste wood, untreated;waste treatment;Wood\Market -market for waste wood, untreated;waste treatment;Wood\Market -market for waste wood, untreated;waste treatment;Wood\Market -market for waste wood, untreated;waste treatment;Others\Obsolete -market for waste wood, untreated;waste treatment;Wood\Market -market for waste wood, untreated;waste treatment;Wood\Market -market for waste wood, untreated;waste treatment;Wood\Market -market for waste wood, untreated;waste treatment;Wood\Market -market for waste wood, untreated;waste treatment;Wood\Market -market for waste wood, untreated;waste treatment;Wood\Market -market for waste wood, untreated;waste treatment;Wood\Market -market for waste wood, untreated;waste treatment;Wood\Market -market for waste wood, untreated;waste treatment;Wood\Market -market for waste wood, untreated;waste treatment;Wood\Market -market for waste wood, untreated;waste treatment;Wood\Market -market for waste wood, untreated;waste treatment;Wood\Market -market for waste wood, untreated;waste treatment;Wood\Market -market for waste wood, untreated;waste treatment;Wood\Market -market for waste wood, untreated;waste treatment;Wood\Market -market for waste wood, untreated;waste treatment;Wood\Market -market for waste wood, untreated;waste treatment;Wood\Market -market for waste wood, untreated;waste treatment;Wood\Market -market for waste wood, untreated;waste treatment;Wood\Market -market for waste wood, untreated;waste treatment;Wood\Market -market for waste wood, untreated;waste treatment;Wood\Market -market for waste wood, untreated;waste treatment;Wood\Market -market for waste wood, untreated;waste treatment;Wood\Market -market for waste wood, untreated;waste treatment;Wood\Market -market for waste wood, untreated;waste treatment;Wood\Market -market for waste wood, untreated;waste treatment;Wood\Market -market for waste wood, untreated Europe without;waste treatment;Others\Obsolete -market for waste x-ray film;waste treatment;Others\Market -market for waste yarn and waste textile;waste treatment;Others\Market -market for waste zeolite;waste treatment;Others\Market -market for waste zeolite;waste treatment;Others\Obsolete -market for waste zeolite;waste treatment;Others\Market -market for waste, electrical and electronic cables;waste treatment;Electronics Waste\Market -market for waste, from silicon wafer production;waste treatment;Others\Market -market for waste, from silicon wafer production, inorganic;waste treatment;Others\Market -market for waste, pneumatic tyres;waste treatment;Others\Market -market for wastewater from anaerobic digestion of whey;waste treatment;Wastewater Treatment\Market -market for wastewater from black chrome coating;waste treatment;Wastewater Treatment\Market -market for wastewater from cathode ray tube production;waste treatment;Wastewater Treatment\Market -market for wastewater from ceramic production;waste treatment;Wastewater Treatment\Market -market for wastewater from ceramic production;waste treatment;Others\Obsolete -market for wastewater from ceramic production;waste treatment;Wastewater Treatment\Market -market for wastewater from concrete production;waste treatment;Wastewater Treatment\Market -market for wastewater from concrete production;waste treatment;Others\Obsolete -market for wastewater from concrete production;waste treatment;Wastewater Treatment\Market -market for wastewater from glass production;waste treatment;Wastewater Treatment\Market -market for wastewater from grass refinery;waste treatment;Wastewater Treatment\Market -market for wastewater from grass refinery;waste treatment;Others\Obsolete -market for wastewater from grass refinery;waste treatment;Wastewater Treatment\Market -market for wastewater from ground granulated blast furnace slag production;waste treatment;Wastewater Treatment\Market -market for wastewater from hard fibreboard production;waste treatment;Wastewater Treatment\Market -market for wastewater from liquid crystal display backlight production;waste treatment;Wastewater Treatment\Market -market for wastewater from liquid crystal display production;waste treatment;Wastewater Treatment\Market -market for wastewater from liquid crystal production;waste treatment;Wastewater Treatment\Market -market for wastewater from lorry production;waste treatment;Wastewater Treatment\Market -market for wastewater from maize starch production;waste treatment;Wastewater Treatment\Market -market for wastewater from medium density board production;waste treatment;Wastewater Treatment\Market -market for wastewater from particle board production;waste treatment;Wastewater Treatment\Market -market for wastewater from pig iron production;waste treatment;Wastewater Treatment\Market -market for wastewater from pig iron production;waste treatment;Others\Obsolete -market for wastewater from pig iron production;waste treatment;Wastewater Treatment\Market -market for wastewater from pig iron production Europe without;waste treatment;Wastewater Treatment\Market -market for wastewater from plywood production;waste treatment;Wastewater Treatment\Market -market for wastewater from potato starch production;waste treatment;Wastewater Treatment\Market -market for wastewater from PV cell production;waste treatment;Wastewater Treatment\Market -market for wastewater from soft fibreboard production;waste treatment;Wastewater Treatment\Market -market for wastewater from soft fibreboard production;waste treatment;Others\Obsolete -market for wastewater from soft fibreboard production;waste treatment;Wastewater Treatment\Market -market for wastewater from textile production;waste treatment;Wastewater Treatment\Market -market for wastewater from tube collector production;waste treatment;Wastewater Treatment\Market -market for wastewater from vegetable oil refinery;waste treatment;Wastewater Treatment\Market -market for wastewater from wafer fabrication;waste treatment;Wastewater Treatment\Market -market for wastewater treatment facility, capacity 1.1E10l/year;processing;Waste\Market\Infrastructure -market for wastewater treatment facility, capacity 1.6E8l/year;processing;Waste\Market\Infrastructure -market for wastewater treatment facility, capacity 1E9l/year;processing;Waste\Market\Infrastructure -market for wastewater treatment facility, capacity 4.7E10l/year;processing;Waste\Market\Infrastructure -market for wastewater treatment facility, capacity 5E9l/year;processing;Others\Obsolete -market for wastewater treatment facility, capacity 5E9l/year;processing;Waste\Market\Infrastructure -market for wastewater treatment facility, capacity 5E9l/year;processing;Others\Obsolete -market for wastewater, average;waste treatment;Wastewater Treatment\Market -market for wastewater, average;waste treatment;Others\Obsolete -market for wastewater, average;waste treatment;Wastewater Treatment\Market -market for wastewater, average Europe without;waste treatment;Wastewater Treatment\Market -market for wastewater, from residence;waste treatment;Wastewater Treatment\Market -market for wastewater, from residence;waste treatment;Others\Obsolete -market for wastewater, from residence;waste treatment;Wastewater Treatment\Market -market for wastewater, unpolluted;waste treatment;Wastewater Treatment\Market -market for wastewater, unpolluted;waste treatment;Others\Obsolete -market for wastewater, unpolluted;waste treatment;Wastewater Treatment\Market -market for wastewater, unpolluted, from;waste treatment;Others\Obsolete -market for wastewater, unpolluted, from residence;waste treatment;Wastewater Treatment\Market -market for wastewater, unpolluted, from residence;waste treatment;Wastewater Treatment\Market -market for water discharge from petroleum extraction, offshore;waste treatment;Wastewater Treatment\Market -market for water discharge from petroleum/natural gas extraction, onshore;waste treatment;Wastewater Treatment\Market -market for water pump operation, diesel;material;Water\Industry water\Market -market for water pump operation, electric;material;Water\Industry water\Market -market for water pump, 22kW;material;Water\Drinking water\Market\Infrastructure -market for water storage;material;Water\Drinking water\Market\Infrastructure -market for water supply network;material;Water\Drinking water\Market\Infrastructure -market for water works, capacity 1.1E10l/year;material;Water\Drinking water\Market\Infrastructure -market for water works, capacity 1.1E10l/year;material;Water\Drinking water\Market\Infrastructure -market for water works, capacity 1.1E10l/year;material;Water\Drinking water\Market\Infrastructure -market for water works, capacity 1.1E10l/year Europe without;material;Water\Drinking water\Market\Infrastructure -market for water works, capacity 6.23E10l/year;material;Water\Drinking water\Market\Infrastructure -market for water, completely softened;material;Water\Industry water\Market -market for water, completely softened;material;Water\Industry water\Market -market for water, completely softened;material;Water\Industry water\Market -market for water, completely softened, from decarbonised water, at user;material;Others\Obsolete -market for water, decarbonised;material;Water\Industry water\Market -market for water, decarbonised;material;Water\Industry water\Market -market for water, decarbonised;material;Water\Industry water\Market -market for water, decarbonised;material;Water\Industry water\Market -market for water, decarbonised;material;Water\Industry water\Market -market for water, decarbonised;material;Water\Industry water\Market -market for water, decarbonised;material;Water\Industry water\Market -market for water, decarbonised;material;Water\Industry water\Market -market for water, decarbonised;material;Water\Industry water\Market -market for water, decarbonised;material;Water\Industry water\Market -market for water, decarbonised;material;Water\Industry water\Market -market for water, decarbonised;material;Water\Industry water\Market -market for water, decarbonised;material;Water\Industry water\Market -market for water, decarbonised, at user;material;Others\Obsolete -market for water, deionised;material;Water\Industry water\Market -market for water, deionised;material;Water\Industry water\Market -market for water, deionised Europe without;material;Water\Industry water\Market -market for water, deionised, from tap water, at user;material;Others\Obsolete -market for water, harvested from rainwater;material;Water\Industry water\Market -market for water, ultrapure;material;Water\Industry water\Market -market for water, ultrapure;material;Others\Obsolete -market for water, ultrapure;material;Water\Industry water\Market -market for water, ultrapure;material;Water\Industry water\Market -market for wax, lost-wax casting;material;Chemicals\Organic\Market -market for weaned calves, live weight;material;Agricultural\Animal production\Bovine\Market -market for weaned calves, live weight;material;Agricultural\Animal production\Bovine\Market -market for weaned calves, live weight;material;Agricultural\Animal production\Bovine\Market -market for weaned heifers, live weight;material;Agricultural\Animal production\Bovine\Market -market for weaned heifers, live weight;material;Agricultural\Animal production\Bovine\Market -market for weaned heifers, live weight;material;Agricultural\Animal production\Bovine\Market -market for weaving, bast fibre;processing;Others\Obsolete -market for weaving, synthetic fibre;processing;Textiles\Market -market for weed control, by brush cutter, pasture;processing;Agricultural\Market -market for welding, arc, aluminium;processing;Metals\Welding\Market -market for welding, arc, steel;processing;Metals\Welding\Market -market for welding, gas, steel;processing;Metals\Welding\Market -market for wheat bran;material;Agricultural\Food\Market -market for wheat bran;material;Agricultural\Food\Market -market for wheat flour;material;Agricultural\Food\Market -market for wheat flour;material;Agricultural\Food\Market -market for wheat flour mix;material;Agricultural\Food\Market -market for wheat grain;material;Others\Obsolete -market for wheat grain;material;Agricultural\Plant production\Cereals\Market -market for wheat grain;material;Agricultural\Plant production\Cereals\Market -market for wheat grain, feed;material;Agricultural\Animal feed\Market -market for wheat grain, feed, organic;material;Agricultural\Animal feed\Market -market for wheat grain, feed, Swiss integrated production;material;Agricultural\Animal feed\Market -market for wheat grain, organic;material;Agricultural\Plant production\Cereals\Market -market for wheat grain, Swiss integrated production;material;Agricultural\Plant production\Cereals\Market -market for wheat seed, for sowing;material;Agricultural\Plant seeds\Market -market for wheat seed, organic, for sowing;material;Agricultural\Plant seeds\Market -market for wheat seed, Swiss integrated production, for sowing;material;Agricultural\Plant seeds\Market -market for wheat seed, Swiss integrated production, for sowing;material;Others\Obsolete -market for whey;material;Agricultural\Food\Market -market for white asparagus;material;Agricultural\Plant production\Vegetables\Market -market for white spirit;material;Chemicals\Organic\Market -market for willow stem cutting, for planting;processing;Wood\Market -market for wind power plant, 2MW, offshore, fixed parts;energy;Electricity by fuel\Wind\Market\Infrastructure -market for wind power plant, 2MW, offshore, moving parts;energy;Electricity by fuel\Wind\Market\Infrastructure -market for wind power plant, 800kW, fixed parts;energy;Electricity by fuel\Wind\Market\Infrastructure -market for wind power plant, 800kW, moving parts;energy;Electricity by fuel\Wind\Market\Infrastructure -market for wind turbine network connection, 750kW, onshore;energy;Electricity by fuel\Wind\Market\Infrastructure -market for wind turbine, 2.3MW, onshore;energy;Electricity by fuel\Wind\Market\Infrastructure -market for wind turbine, 2MW, onshore;energy;Electricity by fuel\Wind\Market\Infrastructure -market for wind turbine, 4.5MW, onshore;energy;Electricity by fuel\Wind\Market\Infrastructure -market for wind turbine, 750kW, onshore;energy;Electricity by fuel\Wind\Market\Infrastructure -market for window frame, aluminium, U=1.6 W/m2K;material;Construction\Windows\Market -market for window frame, poly vinyl chloride, U=1.6 W/m2K;material;Construction\Windows\Market -market for window frame, wood, U=1.5 W/m2K;material;Construction\Windows\Market -market for window frame, wood-metal, U=1.6 W/m2K;material;Construction\Windows\Market -market for wire drawing, copper;processing;Metals\Chipless shaping\Market -market for wire drawing, steel;processing;Metals\Chipless shaping\Market -market for wood ash mixture, pure;waste treatment;Others\Obsolete -market for wood ash mixture, pure;waste treatment;Wood\Market -market for wood ash mixture, pure Europe without;waste treatment;Wood\Market -market for wood chipping, chipper, mobile, diesel, at forest road;processing;Wood\Market -market for wood chipping, forwarder with terrain chipper, in forest;processing;Wood\Market -market for wood chipping, industrial residual wood, stationary electric chipper;processing;Wood\Market -market for wood chips and particles, willow;material;Wood\Byproducts\Market -market for wood chips, dry, measured as dry mass;material;Wood\Byproducts\Market -market for wood chips, dry, measured as dry mass;material;Wood\Byproducts\Market -market for wood chips, from post-consumer wood, measured as dry mass;material;Wood\Byproducts\Market -market for wood chips, wet, measured as dry mass;material;Wood\Byproducts\Market -market for wood chips, wet, measured as dry mass;material;Wood\Byproducts\Market -market for wood chips, wet, measured as dry mass;material;Others\Obsolete -market for wood chips, wet, measured as dry mass;material;Wood\Byproducts\Market -market for wood chips, wet, measured as dry mass Europe without;material;Wood\Byproducts\Market -Market for wood chips, wet, measured as dry mass, cf = -1 {CH}| Cut-off,;transport;carculator\synthetic fuels\feedstock -Market for wood chips, wet, measured as dry mass, cf = -1 {DE}| Cut-off,;transport;carculator\synthetic fuels\feedstock -Market for wood chips, wet, measured as dry mass, cf = -1 {Europe without;transport;carculator\synthetic fuels\feedstock -Market for wood chips, wet, measured as dry mass, cf = -1 {SE}| Cut-off,;transport;carculator\synthetic fuels\feedstock -market for wood cladding, softwood;material;Wood\Products\Market -market for wood pellet;material;Wood\Products\Market -market for wood pellet;material;Wood\Products\Market -market for wood pellet factory;material;Wood\Products\Market\Infrastructure -market for wood preservation facility, dipping/immersion tank;processing;Wood\Market\Infrastructure -market for wood preservation facility, flow coating equipment;processing;Wood\Market\Infrastructure -market for wood preservation facility, hot/cold dipping tank;processing;Wood\Market\Infrastructure -market for wood preservation facility, oscillating pressure method;processing;Wood\Market\Infrastructure -market for wood preservation facility, vacuum pressure method;processing;Wood\Market\Infrastructure -market for wood preservation, dipping/immersion method, organic solvent-based,;processing;Wood\Market -market for wood preservation, dipping/immersion method, organic solvent-based,;processing;Wood\Market -market for wood preservation, dipping/immersion method, organic solvent-based,;processing;Wood\Market -market for wood preservation, dipping/immersion method, organic solvent-based,;processing;Others\Obsolete -market for wood preservation, dipping/immersion method, water-based, indoor;processing;Wood\Market -market for wood preservation, dipping/immersion method, water-based, indoor;processing;Wood\Market -market for wood preservation, dipping/immersion method, water-based, outdoor;processing;Wood\Market -market for wood preservation, hot/cold dipping, creosote, outdoor use, ground;processing;Wood\Market -market for wood preservation, oscillating pressure method, inorganic salt,;processing;Wood\Market -market for wood preservation, oscillating pressure method, organic salt,;processing;Wood\Market -market for wood preservation, oscillating pressure method, organic salt,;processing;Others\Obsolete -market for wood preservation, pressure vessel, creosote, outdoor use, ground;processing;Wood\Market -market for wood preservation, spray tunnel/deluging, organic solvent-based,;processing;Wood\Market -market for wood preservation, spray tunnel/deluging, organic solvent-based,;processing;Wood\Market -market for wood preservation, spray tunnel/deluging, organic solvent-based,;processing;Others\Obsolete -market for wood preservation, spray tunnel/deluging, organic solvent-based,;processing;Wood\Market -market for wood preservation, spray tunnel/deluging, organic solvent-based,;processing;Others\Obsolete -market for wood preservation, spray tunnel/deluging, water-based, indoor use,;processing;Wood\Market -market for wood preservation, spray tunnel/deluging, water-based, indoor use,;processing;Wood\Market -market for wood preservation, spray tunnel/deluging, water-based, outdoor use,;processing;Wood\Market -market for wood preservation, vaccum pressure method, inorganic salt,;processing;Wood\Market -market for wood preservation, vaccum pressure method, inorganic salt,;processing;Others\Obsolete -market for wood preservation, vacuum pressure method, organic salts, Cr-free,;processing;Wood\Market -market for wood preservation, vacuum pressure method, organic salts, Cr-free,;processing;Others\Obsolete -market for wood preservative, creosote;material;Chemicals\Pesticides\Market -market for wood preservative, inorganic salt, containing Cr;material;Chemicals\Pesticides\Market -market for wood preservative, organic salt, Cr-free;material;Chemicals\Pesticides\Market -market for wood preservative, organic, indoor use, dry;processing;Wood\Market -market for wood preservative, organic, indoor use, occasionally wet;processing;Wood\Market -market for wood preservative, organic, outdoor use, no ground contact;processing;Wood\Market -market for wood preservative, water-based, indoor use, dry;processing;Wood\Market -market for wood preservative, water-based, indoor use, occasionally wet;processing;Wood\Market -market for wood preservative, water-based, outdoor use, no ground contact;processing;Wood\Market -market for wood wool;material;Wood\Products\Market -market for wood wool boards, cement bonded;material;Wood\Products\Market -market for wooden board factory, cement bonded boards;material;Wood\Products\Market\Infrastructure -market for wooden board factory, organic bonded boards;material;Wood\Products\Market\Infrastructure -market for xenon, gaseous;material;Others\Obsolete -market for xenon, gaseous;material;Chemicals\Gases\Market -market for xenon, gaseous;material;Chemicals\Gases\Market -market for xylene;material;Others\Obsolete -market for xylene;material;Chemicals\Organic\Market -market for xylene;material;Chemicals\Organic\Market -market for yarn, cotton;material;Textiles\Market -market for yarn, jute;material;Textiles\Market -market for yarn, kenaf;material;Textiles\Market -market for yarn, silk;material;Textiles\Market -market for yogurt, from cow milk;material;Agricultural\Food\Market -market for zeolite, powder;material;Chemicals\Washing agents\Builders\Market -market for zeolite, slurry, without water, in 50% solution state;material;Others\Obsolete -market for zeolite, slurry, without water, in 50% solution state;material;Chemicals\Washing agents\Builders\Market -market for zeolite, slurry, without water, in 50% solution state;material;Chemicals\Washing agents\Builders\Market -market for zinc;material;Metals\Non ferro\Market -market for zinc coat, coils;processing;Metals\Coating\Market -market for zinc coat, pieces;processing;Metals\Coating\Market -market for zinc coat, pieces, adjustment per micro-m;processing;Metals\Coating\Market -market for zinc concentrate;material;Minerals\Market -market for zinc in car shredder residue;waste treatment;Transport\Market -market for zinc in car shredder residue;waste treatment;Others\Obsolete -market for zinc in car shredder residue;waste treatment;Transport\Market -market for zinc monosulfate;material;Others\Obsolete -market for zinc monosulfate;material;Chemicals\Inorganic\Market -market for zinc monosulfate;material;Chemicals\Inorganic\Market -market for zinc oxide;material;Chemicals\Inorganic\Market -market for zinc scrap, post-consumer;waste treatment;Metals\Market -market for zinc slag;waste treatment;Others\Market -market for zinc sulfide;material;Chemicals\Inorganic\Market -market for zircon, 50% zirconium;material;Chemicals\Inorganic\Market -market for zirconium oxide;material;Chemicals\Inorganic\Market -market for zucchini;material;Agricultural\Plant production\Vegetables\Market -market group for cement, unspecified;material;Construction\Binders\Market -market group for concrete, medium strength;material;Construction\Concrete\Market -market group for concrete, normal;material;Construction\Concrete\Market -market group for diesel;material;Fuels\Oil\Diesel\Market -market group for diesel;material;Fuels\Oil\Diesel\Market -market group for diesel, low-sulfur;material;Fuels\Oil\Diesel\Market -market group for diesel, low-sulfur;material;Fuels\Oil\Diesel\Market -market group for electricity, high voltage;energy;Electricity country mix\High Voltage\Market -market group for electricity, high voltage;energy;Electricity country mix\High Voltage\Market -market group for electricity, high voltage;energy;Electricity country mix\High Voltage\Market -market group for electricity, high voltage;energy;Electricity country mix\High Voltage\Market -market group for electricity, high voltage;energy;Electricity country mix\High Voltage\Market -market group for electricity, high voltage;energy;Electricity country mix\High Voltage\Market -market group for electricity, high voltage;energy;Electricity country mix\High Voltage\Market -market group for electricity, high voltage;energy;Electricity country mix\High Voltage\Market -market group for electricity, high voltage;energy;Electricity country mix\High Voltage\Market -market group for electricity, high voltage;energy;Electricity country mix\High Voltage\Market -market group for electricity, high voltage;energy;Electricity country mix\High Voltage\Market -market group for electricity, high voltage;energy;Electricity country mix\High Voltage\Market -market group for electricity, high voltage;energy;Electricity country mix\High Voltage\Market -market group for electricity, high voltage;energy;Electricity country mix\High Voltage\Market -market group for electricity, high voltage Canada without;energy;Electricity country mix\High Voltage\Market -market group for electricity, high voltage Europe without;energy;Electricity country mix\High Voltage\Market -market group for electricity, low voltage;energy;Electricity country mix\Low Voltage\Market -market group for electricity, low voltage;energy;Electricity country mix\Low Voltage\Market -market group for electricity, low voltage;energy;Electricity country mix\Low Voltage\Market -market group for electricity, low voltage;energy;Electricity country mix\Low Voltage\Market -market group for electricity, low voltage;energy;Electricity country mix\Low Voltage\Market -market group for electricity, low voltage;energy;Electricity country mix\Low Voltage\Market -market group for electricity, low voltage;energy;Electricity country mix\Low Voltage\Market -market group for electricity, low voltage;energy;Electricity country mix\Low Voltage\Market -market group for electricity, low voltage;energy;Electricity country mix\Low Voltage\Market -market group for electricity, low voltage;energy;Electricity country mix\Low Voltage\Market -market group for electricity, low voltage;energy;Electricity country mix\Low Voltage\Market -market group for electricity, low voltage;energy;Electricity country mix\Low Voltage\Market -market group for electricity, low voltage;energy;Electricity country mix\Low Voltage\Market -market group for electricity, low voltage;energy;Electricity country mix\Low Voltage\Market -market group for electricity, low voltage Canada without;energy;Electricity country mix\Low Voltage\Market -market group for electricity, low voltage Europe without;energy;Electricity country mix\Low Voltage\Market -market group for electricity, medium voltage;energy;Electricity country mix\Medium Voltage\Market -market group for electricity, medium voltage;energy;Electricity country mix\Medium Voltage\Market -market group for electricity, medium voltage;energy;Electricity country mix\Medium Voltage\Market -market group for electricity, medium voltage;energy;Electricity country mix\Medium Voltage\Market -market group for electricity, medium voltage;energy;Electricity country mix\Medium Voltage\Market -market group for electricity, medium voltage;energy;Electricity country mix\Medium Voltage\Market -market group for electricity, medium voltage;energy;Electricity country mix\Medium Voltage\Market -market group for electricity, medium voltage;energy;Electricity country mix\Medium Voltage\Market -market group for electricity, medium voltage;energy;Electricity country mix\Medium Voltage\Market -market group for electricity, medium voltage;energy;Electricity country mix\Medium Voltage\Market -market group for electricity, medium voltage;energy;Electricity country mix\Medium Voltage\Market -market group for electricity, medium voltage;energy;Electricity country mix\Medium Voltage\Market -market group for electricity, medium voltage;energy;Electricity country mix\Medium Voltage\Market -market group for electricity, medium voltage;energy;Electricity country mix\Medium Voltage\Market -market group for electricity, medium voltage Canada without;energy;Electricity country mix\Medium Voltage\Market -market group for electricity, medium voltage Europe without;energy;Electricity country mix\Medium Voltage\Market -market group for heat, central or small-scale, natural gas;energy;Heat\Gas\Market -market group for heat, central or small-scale, natural gas;energy;Heat\Gas\Market -market group for heat, central or small-scale, other than natural gas;energy;Heat\Gas\Market -market group for heat, central or small-scale, other than natural gas;energy;Heat\Gas\Market -market group for heat, district or industrial, natural gas;energy;Heat\Gas\Market -market group for heat, district or industrial, natural gas;energy;Heat\Gas\Market -market group for heat, district or industrial, other than natural gas;energy;Heat\Others\Market -market group for heat, district or industrial, other than natural gas;energy;Heat\Others\Market -market group for heavy fuel oil;material;Fuels\Oil\Fuel oil\Market -market group for irrigation;processing;Agricultural\Market -market group for land use change, annual crop;processing;Land transformation\Market -market group for land use change, forest, intensive;processing;Land transformation\Market -market group for land use change, pasture, man made;processing;Land transformation\Market -market group for land use change, perennial crop;processing;Land transformation\Market -market group for light fuel oil;material;Fuels\Oil\Fuel oil\Market -market group for liquefied petroleum gas;material;Fuels\Oil\Propane/butane\Market -market group for municipal solid waste;waste treatment;Others\Market -market group for municipal solid waste Europe without;waste treatment;Others\Market -market group for natural gas, high pressure;material;Fuels\Natural gas\Market -market group for natural gas, high pressure;material;Fuels\Natural gas\Market -market group for natural gas, high pressure Europe without;material;Fuels\Natural gas\Market -market group for tap water;material;Water\Drinking water\Market -market group for tap water;material;Water\Drinking water\Market -market group for transport, freight train;transport;Rail\Market -market group for transport, freight train;transport;Rail\Market -market group for transport, freight, inland waterways, barge;transport;Water\Market -market group for transport, freight, inland waterways, barge tanker;transport;Water\Market -market group for transport, freight, light commercial vehicle;transport;Road\Market -market group for transport, freight, light commercial vehicle;transport;Road\Market -market group for transport, freight, lorry 28 metric ton, vegetable oil methyl;transport;Road\Market -market group for transport, freight, lorry, unspecified;transport;Road\Market -market group for waste glass;waste treatment;Construction waste\Market -market group for waste glass Europe without;waste treatment;Construction waste\Market -market group for waste graphical paper;waste treatment;Paper+ Board\Market -market group for waste graphical paper Europe without;waste treatment;Paper+ Board\Market -market group for waste packaging paper;waste treatment;Paper+ Board\Market -market group for waste packaging paper Europe without;waste treatment;Paper+ Board\Market -market group for waste paperboard;waste treatment;Paper+ Board\Market -market group for waste paperboard Europe without;waste treatment;Paper+ Board\Market -market group for waste plastic, mixture;waste treatment;Plastics\Market -market group for waste plastic, mixture Europe without;waste treatment;Plastics\Market -market group for waste polyethylene;waste treatment;Plastics\Market -market group for waste polyethylene Europe without;waste treatment;Plastics\Market -market group for waste polyethylene terephthalate;waste treatment;Plastics\Market -market group for waste polyethylene terephthalate Europe without;waste treatment;Plastics\Market -market group for waste polypropylene;waste treatment;Plastics\Market -market group for waste polypropylene Europe without;waste treatment;Plastics\Market -market group for waste polystyrene;waste treatment;Plastics\Market -market group for waste polystyrene Europe without;waste treatment;Plastics\Market -market group for waste polyurethane;waste treatment;Plastics\Market -market group for waste polyurethane Europe without;waste treatment;Plastics\Market -market group for waste polyvinylchloride;waste treatment;Plastics\Market -market group for waste polyvinylchloride Europe without;waste treatment;Plastics\Market -market group for waste wood, untreated;waste treatment;Wood\Market -market group for waste wood, untreated Europe without;waste treatment;Wood\Market -mastic asphalt production;material;Construction\Coverings\Transformation -mastic asphalt production;material;Construction\Coverings\Transformation -mattress production, pocket spring;material;Appliances\Transformation\Infrastructure -mattress production, polyurethane foam;material;Appliances\Transformation\Infrastructure -Mea hot pressing {GLO}| Cut-off,;transport;carculator\energy storage\fuel cell stack -meat and bone meal to generic market for protein feed;material;Agricultural\Animal feed\Market -meat and bone meal to generic market for protein feed;material;Agricultural\Animal feed\Market -meat and bone meal to generic market for protein feed;material;Agricultural\Animal feed\Transformation -meat and bone meal to generic market for protein feed;material;Agricultural\Animal feed\Transformation -mechanical treatment facility construction, waste electric and electronic;processing;Waste\Transformation\Infrastructure -mecoprop production;material;Chemicals\Pesticides\Transformation -mecoprop production;material;Chemicals\Pesticides\Transformation -medium density fibre board production, uncoated;material;Wood\Products\Transformation -medium density fibre board production, uncoated;material;Wood\Products\Transformation -medium density fibre board production, uncoated;material;Wood\Byproducts\Transformation -medium density fibre board production, uncoated;material;Wood\Byproducts\Transformation -melamine formaldehyde resin production;material;Chemicals\Organic\Transformation -melamine formaldehyde resin production;material;Chemicals\Organic\Transformation -melamine impregnated paper production;material;Paper+ Board\Board\Transformation -melamine impregnated paper production;material;Paper+ Board\Board\Transformation -melamine production;material;Chemicals\Organic\Transformation -melamine production;material;Chemicals\Organic\Transformation -melon production;material;Agricultural\Plant production\Fruits\Transformation -Membrane {GLO}| Cut-off,;transport;carculator\energy storage\fuel cell stack -mercerizing, textile;processing;Textiles\Transformation -mercerizing, textile;processing;Textiles\Transformation -mercury production;material;Metals\Non ferro\Transformation -metal coating facility construction;processing;Metals\Metal working\Transformation\Infrastructure -metal coating facility construction;processing;Metals\Metal working\Transformation\Infrastructure -metal working factory construction;processing;Metals\Metal working\Transformation\Infrastructure -metal working factory construction;processing;Metals\Metal working\Transformation\Infrastructure -metal working machine production, unspecified;processing;Metals\Metal working\Transformation\Infrastructure -metal working machine production, unspecified;processing;Metals\Metal working\Transformation\Infrastructure -metal working, average for aluminium product manufacturing;processing;Metals\Metal working\Transformation -metal working, average for aluminium product manufacturing;processing;Metals\Metal working\Transformation -metal working, average for chromium steel product manufacturing;processing;Metals\Metal working\Transformation -metal working, average for chromium steel product manufacturing;processing;Metals\Metal working\Transformation -metal working, average for copper product manufacturing;processing;Metals\Metal working\Transformation -metal working, average for copper product manufacturing;processing;Metals\Metal working\Transformation -metal working, average for metal product manufacturing;processing;Metals\Metal working\Transformation -metal working, average for metal product manufacturing;processing;Metals\Metal working\Transformation -metal working, average for steel product manufacturing;processing;Metals\Metal working\Transformation -metal working, average for steel product manufacturing;processing;Metals\Metal working\Transformation -metaldehyde production;material;Chemicals\Pesticides\Transformation -metaldehyde production;material;Chemicals\Pesticides\Transformation -metalliferous hydroxide sludge to market for zinc concentrate;material;Minerals\Transformation -metalliferous hydroxide sludge, Recycled Content cut-off;processing;Waste\Transformation -metallization paste production, back side;material;Electronics\Photovoltaic\Transformation -metallization paste production, back side;material;Electronics\Photovoltaic\Transformation -metallization paste production, back side, aluminium;material;Electronics\Photovoltaic\Transformation -metallization paste production, back side, aluminium;material;Electronics\Photovoltaic\Transformation -metallization paste production, front side;material;Electronics\Photovoltaic\Transformation -metallization paste production, front side;material;Electronics\Photovoltaic\Transformation -metamitron production;material;Chemicals\Pesticides\Transformation -metamitron production;material;Chemicals\Pesticides\Transformation -methacrylic acid production;material;Chemicals\Acids (organic)\Transformation -methacrylic acid production;material;Chemicals\Acids (organic)\Transformation -methane production, 96% by volume, from biogas, from high pressure network, at;material;Fuels\Biofuels\Methane\Transformation -methane production, 96% by volume, from biogas, from high pressure network, at;material;Fuels\Biofuels\Methane\Transformation -methane production, 96% by volume, from biogas, from low pressure network, at;material;Fuels\Biofuels\Methane\Transformation -methane production, 96% by volume, from biogas, from low pressure network, at;material;Fuels\Biofuels\Methane\Transformation -methane production, 96% by volume, from biogas, from medium pressure network,;material;Fuels\Biofuels\Methane\Transformation -methane production, 96% by volume, from biogas, from medium pressure network,;material;Fuels\Biofuels\Methane\Transformation -methane production, 96% by volume, from biogas, high pressure, at user;material;Fuels\Biofuels\Methane\Transformation -methane production, 96% by volume, from biogas, high pressure, at user;material;Fuels\Biofuels\Methane\Transformation -methane production, 96% by volume, from biogas, low pressure, at user;material;Fuels\Biofuels\Methane\Transformation -methane production, 96% by volume, from biogas, low pressure, at user;material;Fuels\Biofuels\Methane\Transformation -methane production, 96% by volume, from synthetic gas, wood;material;Others\Obsolete -methane production, 96% by volume, from synthetic gas, wood;material;Others\Obsolete -methane production, 96% by volume, from synthetic gas, wood, fixed bed;material;Fuels\Biofuels\Methane\Transformation -methane production, 96% by volume, from synthetic gas, wood, fixed bed;material;Fuels\Biofuels\Methane\Transformation -methane production, 96% by volume, from synthetic gas, wood, fluidised;material;Fuels\Biofuels\Methane\Transformation -methane production, 96% by volume, from synthetic gas, wood, fluidised;material;Fuels\Biofuels\Methane\Transformation -Methane production, synthetic, from electrochemical methanation {RER}| Cut-off,;transport;carculator\synthetic fuels\transformation -methane sulfonic acid production;material;Chemicals\Acids (organic)\Transformation -methane sulfonic acid production;material;Chemicals\Acids (organic)\Transformation -Methanol distillation {RER}| Cut-off,;transport;carculator\synthetic fuels\transformation -methanol factory construction;material;Chemicals\Organic\Transformation\Infrastructure -methanol production;material;Chemicals\Organic\Transformation -methanol production, from synthetic gas;material;Chemicals\Organic\Transformation -methanol production, from synthetic gas;material;Chemicals\Organic\Transformation -Methanol synthesis {RER}| Cut-off,;transport;carculator\synthetic fuels\transformation -methanol to generic market for solvent for chromatography analysis;material;Chemicals\Organic\Transformation -methyl acetate to generic market for solvent, organic;material;Chemicals\Organic\Transformation -methyl acrylate production;material;Chemicals\Organic\Transformation -methyl ethyl ketone production;material;Chemicals\Organic\Transformation -methyl ethyl ketone production;material;Chemicals\Organic\Transformation -methyl formate production;material;Chemicals\Organic\Transformation -methyl formate production;material;Chemicals\Organic\Transformation -methyl iodide production;material;Chemicals\Organic\Transformation -methyl iodide production;material;Chemicals\Organic\Transformation -methyl methacrylate production;material;Chemicals\Organic\Transformation -methyl methacrylate production;material;Chemicals\Organic\Transformation -methyl tert-butyl ether production;material;Chemicals\Organic\Transformation -methyl tert-butyl ether production;material;Chemicals\Organic\Transformation -methyl-3-methoxypropionate production;material;Chemicals\Organic\Transformation -methylamine production;material;Chemicals\Organic\Transformation -methylamine production;material;Chemicals\Organic\Transformation -methylchloride production;material;Chemicals\Organic\Transformation -methylchloride production;material;Chemicals\Organic\Transformation -methylcyclohexane production;material;Chemicals\Organic\Transformation -methylcyclohexane production;material;Chemicals\Organic\Transformation -methylcyclopentane to generic market for solvent, organic;material;Chemicals\Organic\Transformation -methylene diphenyl diisocyanate production;material;Chemicals\Organic\Transformation -methylene diphenyl diisocyanate production;material;Chemicals\Organic\Transformation -methylene diphenyldiisocyanate production;material;Others\Obsolete -methylpyrrolidone production;material;Others\Obsolete -methylpyrrolidone production;material;Others\Obsolete -metolachlor production;material;Chemicals\Pesticides\Transformation -metolachlor production;material;Chemicals\Pesticides\Transformation -micro gas turbine production, 100kW electrical;energy;Cogeneration\Gas\Transformation\Infrastructure -micro gas turbine production, 100kW electrical;energy;Cogeneration\Gas\Transformation\Infrastructure -microwave oven production;material;Appliances\Transformation\Infrastructure -milk evaporation;processing;Agricultural\Transformation -milk evaporation;processing;Agricultural\Transformation -milk production, from cow;material;Agricultural\Animal production\Bovine\Transformation -milk production, from cow;material;Agricultural\Animal production\Bovine\Transformation -milk production, from cow;material;Agricultural\Animal production\Bovine\Transformation -milk production, from cow;material;Agricultural\Food\Transformation -milk production, from cow;material;Agricultural\Food\Transformation -milk production, from cow;material;Agricultural\Food\Transformation -milk spray-drying;processing;Agricultural\Transformation -milk spray-drying;processing;Agricultural\Transformation -milking;processing;Agricultural\Transformation -milking;processing;Agricultural\Transformation -milking parlour construction;processing;Agricultural\Transformation\Infrastructure -milking parlour construction;processing;Agricultural\Transformation\Infrastructure -millet production;material;Agricultural\Food\Transformation -millet production;material;Agricultural\Food\Transformation -mine construction, bauxite;material;Minerals\Transformation\Infrastructure -mine construction, gold;material;Minerals\Transformation\Infrastructure -mine construction, gold;material;Minerals\Transformation\Infrastructure -mine construction, gold;material;Minerals\Transformation\Infrastructure -mine construction, gold;material;Minerals\Transformation\Infrastructure -mine construction, gold;material;Minerals\Transformation\Infrastructure -mine construction, gold;material;Minerals\Transformation\Infrastructure -mine construction, gold and silver;material;Minerals\Transformation\Infrastructure -mine construction, gold and silver;material;Minerals\Transformation\Infrastructure -mine construction, gold and silver;material;Minerals\Transformation\Infrastructure -mine construction, gold-silver-zinc-lead-copper;material;Minerals\Transformation\Infrastructure -mine construction, gold-silver-zinc-lead-copper;material;Minerals\Transformation\Infrastructure -mine construction, iron;material;Minerals\Transformation\Infrastructure -mine construction, open cast, hard coal;material;Fuels\Coal\Transformation\Infrastructure -mine construction, open cast, ilmenite from hard-rock ore;material;Minerals\Transformation\Infrastructure -mine construction, open cast, lignite;material;Fuels\Lignite\Transformation\Infrastructure -mine construction, open cast, lignite;material;Fuels\Lignite\Transformation\Infrastructure -mine construction, open cast, non-ferrous metal;material;Minerals\Transformation\Infrastructure -mine construction, open cast, steatite;material;Minerals\Transformation\Infrastructure -mine construction, open cast, steatite;material;Minerals\Transformation\Infrastructure -mine construction, phosphate rock;material;Minerals\Transformation\Infrastructure -mine construction, phosphate rock;material;Minerals\Transformation\Infrastructure -mine construction, phosphate rock;material;Minerals\Transformation\Infrastructure -mine construction, underground, hard coal;material;Fuels\Coal\Transformation\Infrastructure -mine construction, underground, hard coal;material;Fuels\Coal\Transformation\Infrastructure -mine construction, underground, non-ferrous metal;material;Minerals\Transformation\Infrastructure -mine construction, vermiculite;material;Minerals\Transformation\Infrastructure -mine construction, vermiculite;material;Minerals\Transformation\Infrastructure -mine infrastructure construction, open cast, peat;material;Fuels\Peat\Transformation\Infrastructure -mine infrastructure construction, open cast, peat;material;Fuels\Peat\Transformation\Infrastructure -mine infrastructure construction, open cast, uranium;material;Minerals\Transformation\Infrastructure -mine infrastructure construction, open cast, uranium;material;Minerals\Transformation\Infrastructure -mine infrastructure construction, treatment of sulfidic tailing, off-site, high;material;Minerals\Transformation\Infrastructure -mine infrastructure construction, underground, uranium;material;Minerals\Transformation\Infrastructure -mine infrastructure construction, underground, uranium;material;Minerals\Transformation\Infrastructure -mineral supplement production, for beef cattle;material;Agricultural\Animal feed\Transformation -mini CHP plant construction, common components for heat+electricity;energy;Cogeneration\Gas\Transformation\Infrastructure -mini CHP plant construction, common components for heat+electricity;energy;Cogeneration\Gas\Transformation\Infrastructure -mini CHP plant production, components for electricity only;energy;Cogeneration\Gas\Transformation\Infrastructure -mini CHP plant production, components for electricity only;energy;Cogeneration\Gas\Transformation\Infrastructure -mini CHP plant production, components for heat only;energy;Cogeneration\Gas\Transformation\Infrastructure -mini CHP plant production, components for heat only;energy;Cogeneration\Gas\Transformation\Infrastructure -mining and benefication of nickel ore;material;Metals\Non ferro\Transformation -mint production;material;Agricultural\Food\Transformation -mint production;material;Agricultural\Food\Transformation -mint production;material;Agricultural\Food\Transformation -mint seedling production, for planting;material;Agricultural\Plant seeds\Transformation -mint seedling production, for planting;material;Agricultural\Plant seeds\Transformation -miscanthus production;material;Agricultural\Plant production\Roughage\Transformation -miscanthus production;material;Agricultural\Plant production\Roughage\Transformation -miscanthus rhizome production, for planting;material;Agricultural\Plant seeds\Transformation -miscanthus rhizome production, for planting;material;Agricultural\Plant seeds\Transformation -miscanthus rhizome production, for planting;material;Agricultural\Plant production\Roughage\Transformation -miscanthus rhizome production, for planting;material;Agricultural\Plant production\Roughage\Transformation -mischmetal production, primary;material;Metals\Non ferro\Transformation -modified Solvay process, Hou's process;material;Chemicals\Inorganic\Transformation -modified Solvay process, Hou's process;material;Chemicals\Inorganic\Transformation -Module fasteners {GLO}| Cut-off,;transport;carculator\energy storage\lithium-ion battery -Module lid {GLO}| Cut-off,;transport;carculator\energy storage\lithium-ion battery -Module packaging {GLO}| Cut-off,;transport;carculator\energy storage\lithium-ion battery -molasses, from sugar beet, to generic market for energy feed;material;Agricultural\Animal feed\Market -molasses, from sugar beet, to generic market for energy feed;material;Agricultural\Animal feed\Transformation -molecular sieve separation of naphtha;material;Chemicals\Organic\Transformation -molecular sieve separation of naphtha;material;Chemicals\Organic\Transformation -molecular sieve separation of naphtha;material;Chemicals\Organic\Transformation -molecular sieve separation of naphtha;material;Chemicals\Organic\Transformation -molecular sieve separation of naphtha;material;Chemicals\Pesticides\Transformation -molecular sieve separation of naphtha;material;Chemicals\Pesticides\Transformation -molecular sieve separation of naphtha;material;Chemicals\Organic\Transformation -molecular sieve separation of naphtha;material;Chemicals\Organic\Transformation -molecular sieve separation of naphtha;material;Chemicals\Organic\Transformation -molecular sieve separation of naphtha;material;Chemicals\Organic\Transformation -molecular sieve separation of naphtha;material;Chemicals\Organic\Transformation -molecular sieve separation of naphtha;material;Chemicals\Organic\Transformation -molecular sieve separation of naphtha;material;Chemicals\Organic\Transformation -molecular sieve separation of naphtha;material;Chemicals\Organic\Transformation -molecular sieve separation of naphtha;material;Chemicals\Organic\Transformation -molecular sieve separation of naphtha;material;Chemicals\Organic\Transformation -molecular sieve separation of naphtha;material;Chemicals\Organic\Transformation -molecular sieve separation of naphtha;material;Chemicals\Organic\Transformation -molecular sieve separation of naphtha;material;Chemicals\Organic\Transformation -molecular sieve separation of naphtha;material;Chemicals\Organic\Transformation -molybdenite mine operation;material;Minerals\Transformation -molybdenite mine operation;material;Metals\Non ferro\Transformation -molybdenum production;material;Metals\Non ferro\Transformation -molybdenum production;material;Metals\Non ferro\Transformation -molybdenum production;material;Chemicals\Inorganic\Transformation -molybdenum production;material;Chemicals\Inorganic\Transformation -molybdenum production;material;Metals\Non ferro\Transformation -molybdenum production;material;Metals\Non ferro\Transformation -molybdenum trioxide production;material;Chemicals\Inorganic\Transformation -monoammonium phosphate production;material;Chemicals\Fertilisers (inorganic)\Transformation -monoammonium phosphate production;material;Chemicals\Fertilisers (inorganic)\Transformation -monoammonium phosphate production;material;Chemicals\Fertilisers (inorganic)\Transformation -monoammonium phosphate production;material;Chemicals\Fertilisers (inorganic)\Transformation -morpholine production;material;Chemicals\Organic\Transformation -motor scooter production;transport;Road\Transformation\Infrastructure -motor scooter production;transport;Road\Transformation\Infrastructure -mounting, surface mount technology, Pb-containing solder;processing;Electronics\Transformation -mounting, surface mount technology, Pb-free solder;processing;Electronics\Transformation -mounting, through-hole technology, Pb-containing solder;processing;Electronics\Transformation -mounting, through-hole technology, Pb-free solder;processing;Electronics\Transformation -mowing, by motor mower;processing;Agricultural\Transformation -mowing, by motor mower;processing;Agricultural\Transformation -mowing, by rotary mower;processing;Agricultural\Transformation -mowing, by rotary mower;processing;Agricultural\Transformation -MOX fuel element production, for light water reactor;material;Fuels\Uranium\Fuel element\Transformation -MOX fuel element production, for light water reactor;material;Fuels\Uranium\Fuel element\Transformation -Mtg production facility, construction {RER}| Cut-off,;transport;carculator\synthetic fuels\infrastructure -mulberry production;material;Agricultural\Plant production\Legumes\Transformation -mulberry production;material;Agricultural\Plant production\Legumes\Transformation -mulching;processing;Agricultural\Transformation -mulching;processing;Agricultural\Transformation -Multilayer pouch {GLO}| Cut-off,;transport;carculator\energy storage\lithium-ion battery -multi-Si wafer production;material;Electronics\Photovoltaic\Transformation -multi-Si wafer production;material;Electronics\Photovoltaic\Transformation -multi-Si wafer production, ribbon;material;Electronics\Photovoltaic\Transformation -multi-Si wafer production, ribbon;material;Electronics\Photovoltaic\Transformation -municipal waste collection service by 21 metric ton lorry;transport;Road\Transformation -municipal waste collection service by 21 metric ton lorry;transport;Road\Transformation -municipal waste incineration facility construction;processing;Waste\Transformation\Infrastructure -municipal waste incineration facility construction;processing;Waste\Transformation\Infrastructure -mustard production;material;Agricultural\Plant production\Oil seeds\Transformation -mustard production;material;Agricultural\Plant production\Oil seeds\Transformation -N,N-dimethylformamide production;material;Chemicals\Organic\Transformation -N,N-dimethylformamide production;material;Chemicals\Organic\Transformation -naphtha production, petroleum refinery operation;material;Fuels\Oil\Naphtha\Transformation -naphtha production, petroleum refinery operation;material;Fuels\Oil\Naphtha\Transformation -naphtha production, petroleum refinery operation;material;Fuels\Oil\Naphtha\Transformation -naphtha production, petroleum refinery operation;material;Fuels\Oil\Naphtha\Transformation -naphtha production, petroleum refinery operation;material;Fuels\Oil\Naphtha\Transformation -naphtha production, petroleum refinery operation;material;Fuels\Oil\Naphtha\Transformation -naphtha production, petroleum refinery operation Europe without;material;Fuels\Oil\Naphtha\Transformation -naphtha, import from unspecified;material;Fuels\Oil\Naphtha\Transformation -naphthalene sulfonic acid production;material;Chemicals\Acids (organic)\Transformation -naphthalene sulfonic acid production;material;Chemicals\Acids (organic)\Transformation -napropamide production;material;Chemicals\Pesticides\Transformation -napropamide production;material;Chemicals\Pesticides\Transformation -natural gas liquids production;material;Chemicals\Gases\Transformation -natural gas liquids production;material;Chemicals\Gases\Liquified\Transformation -natural gas pressure reduction from high to low pressure;material;Fuels\Natural gas\Transformation -natural gas pressure reduction from high to low pressure;material;Fuels\Natural gas\Transformation -natural gas processing plant production;material;Fuels\Natural gas\Transformation\Infrastructure -natural gas production;material;Chemicals\Organic\Transformation -natural gas production;material;Chemicals\Organic\Transformation -natural gas production;material;Chemicals\Gases\Transformation -natural gas production;material;Chemicals\Gases\Transformation -natural gas production;material;Fuels\Natural gas\Transformation -natural gas production;material;Fuels\Natural gas\Transformation -natural gas production;material;Fuels\Natural gas\Transformation -natural gas production;material;Fuels\Natural gas\Transformation -natural gas production;material;Fuels\Natural gas\Transformation -natural gas production;material;Fuels\Natural gas\Transformation -natural gas production;material;Chemicals\Organic\Transformation -natural gas production;material;Chemicals\Organic\Transformation -natural gas production;material;Chemicals\Gases\Transformation -natural gas production;material;Chemicals\Gases\Transformation -natural gas production;material;Chemicals\Inorganic\Transformation -natural gas production;material;Chemicals\Inorganic\Transformation -natural gas production;material;Chemicals\Inorganic\Transformation -natural gas production;material;Chemicals\Inorganic\Transformation -natural gas production;material;Chemicals\Inorganic\Transformation -natural gas production, liquefied;material;Fuels\Natural gas\Transformation -natural gas production, liquefied;material;Fuels\Natural gas\Transformation -natural gas production, liquefied;material;Fuels\Natural gas\Transformation -natural gas production, unprocessed, at extraction;material;Fuels\Natural gas\Transformation -natural gas service station construction;material;Fuels\Natural gas\Transformation\Infrastructure -natural gas service station construction;material;Fuels\Natural gas\Transformation\Infrastructure -natural gas venting from petroleum/natural gas production;material;Fuels\Natural gas\Transformation -natural gas, burned in gas motor, for storage;energy;Electricity by fuel\Gas\Transformation -natural gas, burned in gas motor, for storage;energy;Electricity by fuel\Gas\Transformation -natural gas, burned in gas motor, for storage;energy;Electricity by fuel\Gas\Transformation -natural gas, burned in gas motor, for storage;energy;Electricity by fuel\Gas\Transformation -natural gas, burned in gas motor, for storage;energy;Electricity by fuel\Gas\Transformation -natural gas, burned in gas motor, for storage;energy;Electricity by fuel\Gas\Transformation -natural gas, burned in gas turbine, for compressor station;energy;Electricity by fuel\Gas\Transformation -natural gas, burned in gas turbine, for compressor station;energy;Electricity by fuel\Gas\Transformation -natural gas, burned in gas turbine, for compressor station;energy;Electricity by fuel\Gas\Transformation -natural gas, burned in gas turbine, for compressor station;energy;Electricity by fuel\Gas\Transformation -natural gas, burned in gas turbine, for compressor station;energy;Electricity by fuel\Gas\Transformation -natural gas, burned in gas turbine, for compressor station;energy;Electricity by fuel\Gas\Transformation -natural gas, burned in gas turbine, for compressor station;energy;Electricity by fuel\Gas\Transformation -natural gas, burned in gas turbine, for compressor station;energy;Electricity by fuel\Gas\Transformation -natural gas, burned in micro gas turbine, 100kWe;energy;Cogeneration\Gas\Transformation -natural gas, burned in micro gas turbine, 100kWe;energy;Heat\Gas\Transformation -natural gas, burned in micro gas turbine, 100kWe;energy;Heat\Gas\Transformation -natural gas, burned in polymer electrolyte membrane fuel cell 2kWe, future;energy;Cogeneration\Gas\Transformation -natural gas, burned in polymer electrolyte membrane fuel cell 2kWe, future;energy;Heat\Gas\Transformation -natural gas, burned in solid oxide fuel cell 125kWe, future;energy;Cogeneration\Gas\Transformation -natural gas, burned in solid oxide fuel cell 125kWe, future;energy;Heat\Gas\Transformation -natural gas, burned in solid oxide fuel cell, with micro gas turbine, 180kWe,;energy;Cogeneration\Gas\Transformation -natural gas, burned in solid oxide fuel cell, with micro gas turbine, 180kWe,;energy;Heat\Gas\Transformation -natural gas, from high pressure network (1-5 bar), at service station;material;Fuels\Natural gas\Transformation -natural gas, from high pressure network (1-5 bar), at service station;material;Fuels\Natural gas\Transformation -natural gas, from low pressure network (<0.1 bar), at service station;material;Fuels\Natural gas\Transformation -natural gas, from low pressure network (<0.1 bar), at service station;material;Fuels\Natural gas\Transformation -natural gas, from medium pressure network (0.1-1 bar), at service station;material;Fuels\Natural gas\Transformation -natural gas, from medium pressure network (0.1-1 bar), at service station;material;Fuels\Natural gas\Transformation -natural gas, high pressure, import from CA-AB;material;Fuels\Natural gas\Transformation -natural gas, high pressure, import from DE;material;Fuels\Natural gas\Market\Import -natural gas, high pressure, import from DE;material;Others\Obsolete -natural gas, high pressure, import from DE;material;Fuels\Natural gas\Market\Import -natural gas, high pressure, import from DE;material;Fuels\Natural gas\Market\Import -natural gas, high pressure, import from DE;material;Others\Obsolete -natural gas, high pressure, import from DE;material;Others\Obsolete -natural gas, high pressure, import from DE;material;Fuels\Natural gas\Market\Import -natural gas, high pressure, import from DZ;material;Fuels\Natural gas\Market\Import -natural gas, high pressure, import from DZ;material;Fuels\Natural gas\Market\Import -natural gas, high pressure, import from DZ;material;Fuels\Natural gas\Market\Import -natural gas, high pressure, import from DZ;material;Fuels\Natural gas\Market\Import -natural gas, high pressure, import from DZ;material;Fuels\Natural gas\Market\Import -natural gas, high pressure, import from DZ;material;Others\Obsolete -natural gas, high pressure, import from DZ;material;Fuels\Natural gas\Market\Import -natural gas, high pressure, import from DZ;material;Fuels\Natural gas\Market\Import -natural gas, high pressure, import from DZ;material;Fuels\Natural gas\Market\Import -natural gas, high pressure, import from GB;material;Fuels\Natural gas\Market\Import -natural gas, high pressure, import from GB;material;Fuels\Natural gas\Market\Import -natural gas, high pressure, import from GB;material;Fuels\Natural gas\Market\Import -natural gas, high pressure, import from GB;material;Fuels\Natural gas\Market\Import -natural gas, high pressure, import from GB;material;Fuels\Natural gas\Market\Import -natural gas, high pressure, import from NL;material;Fuels\Natural gas\Market\Import -natural gas, high pressure, import from NL;material;Fuels\Natural gas\Market\Import -natural gas, high pressure, import from NL;material;Fuels\Natural gas\Market\Import -natural gas, high pressure, import from NL;material;Fuels\Natural gas\Market\Import -natural gas, high pressure, import from NL;material;Fuels\Natural gas\Market\Import -natural gas, high pressure, import from NL;material;Fuels\Natural gas\Market\Import -natural gas, high pressure, import from NL;material;Fuels\Natural gas\Market\Import -natural gas, high pressure, import from NL;material;Others\Obsolete -natural gas, high pressure, import from NL;material;Fuels\Natural gas\Market\Import -natural gas, high pressure, import from NL;material;Fuels\Natural gas\Market\Import -natural gas, high pressure, import from NO;material;Fuels\Natural gas\Market\Import -natural gas, high pressure, import from NO;material;Fuels\Natural gas\Market\Import -natural gas, high pressure, import from NO;material;Fuels\Natural gas\Market\Import -natural gas, high pressure, import from NO;material;Fuels\Natural gas\Market\Import -natural gas, high pressure, import from NO;material;Fuels\Natural gas\Market\Import -natural gas, high pressure, import from NO;material;Fuels\Natural gas\Market\Import -natural gas, high pressure, import from NO;material;Fuels\Natural gas\Market\Import -natural gas, high pressure, import from NO;material;Fuels\Natural gas\Market\Import -natural gas, high pressure, import from NO;material;Fuels\Natural gas\Market\Import -natural gas, high pressure, import from NO;material;Others\Obsolete -natural gas, high pressure, import from NO;material;Others\Obsolete -natural gas, high pressure, import from NO;material;Fuels\Natural gas\Market\Import -natural gas, high pressure, import from NO;material;Fuels\Natural gas\Market\Import -natural gas, high pressure, import from NO;material;Fuels\Natural gas\Market\Import -natural gas, high pressure, import from NO;material;Fuels\Natural gas\Market\Import -natural gas, high pressure, import from RU;material;Fuels\Natural gas\Market\Import -natural gas, high pressure, import from RU;material;Fuels\Natural gas\Market\Import -natural gas, high pressure, import from RU;material;Fuels\Natural gas\Market\Import -natural gas, high pressure, import from RU;material;Fuels\Natural gas\Market\Import -natural gas, high pressure, import from RU;material;Fuels\Natural gas\Market\Import -natural gas, high pressure, import from RU;material;Fuels\Natural gas\Market\Import -natural gas, high pressure, import from RU;material;Fuels\Natural gas\Market\Import -natural gas, high pressure, import from RU;material;Fuels\Natural gas\Market\Import -natural gas, high pressure, import from RU;material;Fuels\Natural gas\Market\Import -natural gas, high pressure, import from RU;material;Fuels\Natural gas\Market\Import -natural gas, high pressure, import from RU;material;Fuels\Natural gas\Market\Import -natural gas, high pressure, import from RU;material;Fuels\Natural gas\Market\Import -natural gas, high pressure, import from RU;material;Fuels\Natural gas\Market\Import -natural gas, high pressure, import from RU;material;Fuels\Natural gas\Market\Import -natural gas, high pressure, import from RU;material;Fuels\Natural gas\Market\Import -natural gas, high pressure, import from RU;material;Fuels\Natural gas\Market\Import -natural stone plate production, cut;material;Construction\Coverings\Transformation -natural stone plate production, cut;material;Construction\Coverings\Transformation -natural stone plate production, grounded;material;Construction\Coverings\Transformation -natural stone plate production, grounded;material;Construction\Coverings\Transformation -natural stone plate production, polished;material;Construction\Coverings\Transformation -natural stone plate production, polished;material;Construction\Coverings\Transformation -Nca electrode material (lini0.8co0.15al0.05o2) {JP}| Cut-off,;transport;carculator\energy storage\lithium-ion battery -Negative current collector cu {GLO}| Cut-off,;transport;carculator\energy storage\lithium-ion battery -Negative electrode paste {GLO}| Cut-off,;transport;carculator\energy storage\lithium-ion battery -neodymium oxide to generic market for mischmetal;material;Metals\Non ferro\Transformation -nickel mine operation, sulfidic ore;material;Chemicals\Fertilisers (inorganic)\Transformation -nickel mine operation, sulfidic ore;material;Minerals\Transformation -nickel mine operation, sulfidic ore;material;Metals\Non ferro\Transformation -nickel mine operation, sulfidic ore;material;Chemicals\Acids (inorganic)\Transformation -nickel sulfate production;material;Chemicals\Inorganic\Transformation -nitrate salts production, for solar power application;material;Chemicals\Inorganic\Transformation -nitric acid production, product in 50% solution state;material;Chemicals\Acids (inorganic)\Transformation -nitric acid production, product in 50% solution state;material;Chemicals\Acids (inorganic)\Transformation -nitric oxide production;material;Chemicals\Gases\Transformation -nitrile-compound production;material;Chemicals\Pesticides\Transformation -nitrile-compound production;material;Chemicals\Pesticides\Transformation -nitrobenzene production;material;Chemicals\Organic\Transformation -nitrobenzene production;material;Chemicals\Organic\Transformation -nitro-compound production;material;Chemicals\Pesticides\Transformation -nitrous dioxide production;material;Chemicals\Gases\Transformation -nitrous dioxide production;material;Chemicals\Gases\Transformation -nitrous oxide production;material;Chemicals\Gases\Transformation -nitrous oxide production;material;Chemicals\Gases\Transformation -N-methyl-2-pyrrolidone production;material;Chemicals\Organic\Transformation -N-methyl-2-pyrrolidone production;material;Chemicals\Organic\Transformation -n-olefins production;material;Chemicals\Organic\Transformation -n-olefins production;material;Chemicals\Organic\Transformation -non-ferrous metal smelter production;material;Metals\Non ferro\Transformation\Infrastructure -non-ionic surfactant production, ethylene oxide derivate;material;Chemicals\Washing agents\Tensides\Transformation -non-ionic surfactant production, fatty acid derivate;material;Chemicals\Washing agents\Tensides\Transformation -nuclear fuel element production, for boiling water reactor, UO2 4.0% & MOX;material;Fuels\Uranium\Fuel element\Transformation -nuclear fuel element production, for boiling water reactor, UO2 4.0% & MOX;material;Fuels\Uranium\Fuel element\Transformation -nuclear fuel element production, for boiling water reactor, UO2 4.0% & MOX UCTE;material;Fuels\Uranium\Fuel element\Transformation -nuclear fuel element production, for pressure water reactor, UO2 3.8% & MOX;material;Fuels\Uranium\Fuel element\Transformation -nuclear fuel element production, for pressure water reactor, UO2 3.8% & MOX;material;Fuels\Uranium\Fuel element\Transformation -nuclear fuel element production, for pressure water reactor, UO2 3.9% & MOX;material;Fuels\Uranium\Fuel element\Transformation -nuclear fuel element production, for pressure water reactor, UO2 3.9% & MOX;material;Fuels\Uranium\Fuel element\Transformation -nuclear fuel element production, for pressure water reactor, UO2 4.0% & MOX;material;Fuels\Uranium\Fuel element\Transformation -nuclear fuel element production, for pressure water reactor, UO2 4.0% & MOX;material;Fuels\Uranium\Fuel element\Transformation -nuclear fuel element production, for pressure water reactor, UO2 4.2%;material;Fuels\Uranium\Fuel element\Transformation -nuclear fuel element production, for pressure water reactor, UO2 4.2%;material;Fuels\Uranium\Fuel element\Transformation -nuclear fuel element production, for pressure water reactor, UO2 4.2% & MOX;material;Fuels\Uranium\Fuel element\Transformation -nuclear fuel element production, for pressure water reactor, UO2 4.2% & MOX;material;Fuels\Uranium\Fuel element\Transformation -nuclear fuel factory construction;material;Fuels\Uranium\Enriched\Transformation\Infrastructure -nuclear fuel factory construction;material;Fuels\Uranium\Enriched\Transformation\Infrastructure -nuclear fuel factory construction;material;Fuels\Uranium\Enriched\Transformation\Infrastructure -nuclear power plant construction, boiling water reactor 1000MW;energy;Electricity by fuel\Nuclear\BWR\Transformation\Infrastructure -nuclear power plant construction, boiling water reactor 1000MW;energy;Electricity by fuel\Nuclear\BWR\Transformation\Infrastructure -nuclear power plant construction, boiling water reactor 1000MW;energy;Electricity by fuel\Nuclear\BWR\Transformation\Infrastructure -nuclear power plant construction, boiling water reactor 1000MW;energy;Electricity by fuel\Nuclear\BWR\Transformation\Infrastructure -nuclear power plant construction, pressure water reactor 1000MW;energy;Electricity by fuel\Nuclear\PWR\Transformation\Infrastructure -nuclear power plant construction, pressure water reactor 1000MW;energy;Electricity by fuel\Nuclear\PWR\Transformation\Infrastructure -nuclear power plant construction, pressure water reactor 1000MW;energy;Electricity by fuel\Nuclear\PWR\Transformation\Infrastructure -nuclear power plant construction, pressure water reactor 1000MW;energy;Electricity by fuel\Nuclear\PWR\Transformation\Infrastructure -nuclear power plant construction, pressure water reactor 1000MW;energy;Electricity by fuel\Nuclear\PWR\Transformation\Infrastructure -nuclear power plant construction, pressure water reactor 1000MW;energy;Electricity by fuel\Nuclear\PWR\Transformation\Infrastructure -nuclear power plant construction, pressure water reactor 650MW;energy;Electricity by fuel\Nuclear\PWR\Transformation\Infrastructure -nuclear power plant construction, pressure water reactor 650MW;energy;Electricity by fuel\Nuclear\PWR\Transformation\Infrastructure -nuclear spent fuel conditioning facility construction;processing;Waste\Transformation\Infrastructure -nuclear spent fuel conditioning facility construction;processing;Waste\Transformation\Infrastructure -nuclear spent fuel conditioning facility construction;processing;Waste\Transformation\Infrastructure -nuclear spent fuel reprocessing facility construction;processing;Waste\Transformation\Infrastructure -nuclear spent fuel reprocessing facility construction;processing;Waste\Transformation\Infrastructure -nuclear waste storage construction, final repository for high level radioactive;processing;Waste\Transformation\Infrastructure -nuclear waste storage construction, final repository for high level radioactive;processing;Waste\Transformation\Infrastructure -nuclear waste storage construction, final repository for low level radioactive;processing;Waste\Transformation\Infrastructure -nuclear waste storage construction, final repository for low level radioactive;processing;Waste\Transformation\Infrastructure -nuclear waste storage construction, interim, for high level radioactive waste;processing;Waste\Transformation\Infrastructure -nuclear waste storage construction, interim, for high level radioactive waste;processing;Waste\Transformation\Infrastructure -nuclear waste storage construction, interim, for low level radioactive waste;processing;Waste\Market\Infrastructure -nuclear waste storage construction, interim, for low level radioactive waste;processing;Waste\Market\Infrastructure -nutrient supply from ammonium chloride;material;Chemicals\Fertilisers (inorganic)\Transformation -nutrient supply from ash, from combustion of bagasse from sugarcane;waste treatment;Others\Obsolete -nutrient supply from ash, from combustion of bagasse from sugarcane;material;Chemicals\Fertilisers (inorganic)\Transformation -nutrient supply from ash, from combustion of bagasse from sugarcane;material;Chemicals\Fertilisers (inorganic)\Transformation -nutrient supply from calcium nitrate;material;Chemicals\Fertilisers (inorganic)\Transformation -nutrient supply from coconut husk;material;Chemicals\Fertilisers (inorganic)\Transformation -nutrient supply from coconut husk;material;Chemicals\Fertilisers (inorganic)\Transformation -nutrient supply from coconut husk;material;Chemicals\Fertilisers (inorganic)\Transformation -nutrient supply from compost;material;Chemicals\Fertilisers (inorganic)\Transformation -nutrient supply from compost;material;Chemicals\Fertilisers (inorganic)\Transformation -nutrient supply from compost;material;Chemicals\Fertilisers (inorganic)\Transformation -nutrient supply from filter cake, from sugarcane juice filtration;material;Chemicals\Fertilisers (inorganic)\Transformation -nutrient supply from filter cake, from sugarcane juice filtration;material;Chemicals\Fertilisers (inorganic)\Transformation -nutrient supply from filter cake, from sugarcane juice filtration;material;Chemicals\Fertilisers (inorganic)\Transformation -nutrient supply from manure, liquid, cattle;material;Chemicals\Fertilisers (inorganic)\Transformation -nutrient supply from manure, liquid, cattle;material;Chemicals\Fertilisers (inorganic)\Transformation -nutrient supply from manure, liquid, cattle;material;Chemicals\Fertilisers (inorganic)\Transformation -nutrient supply from manure, liquid, swine;material;Chemicals\Fertilisers (inorganic)\Transformation -nutrient supply from manure, liquid, swine;material;Chemicals\Fertilisers (inorganic)\Transformation -nutrient supply from manure, liquid, swine;material;Chemicals\Fertilisers (inorganic)\Transformation -nutrient supply from manure, solid, cattle;material;Chemicals\Fertilisers (inorganic)\Transformation -nutrient supply from manure, solid, cattle;material;Chemicals\Fertilisers (inorganic)\Transformation -nutrient supply from manure, solid, cattle;material;Chemicals\Fertilisers (inorganic)\Transformation -nutrient supply from potassium nitrate;material;Chemicals\Fertilisers (inorganic)\Transformation -nutrient supply from potassium nitrate;material;Chemicals\Fertilisers (inorganic)\Transformation -nutrient supply from poultry manure, dried;material;Chemicals\Fertilisers (inorganic)\Transformation -nutrient supply from poultry manure, dried;material;Chemicals\Fertilisers (inorganic)\Transformation -nutrient supply from poultry manure, dried;material;Chemicals\Fertilisers (inorganic)\Transformation -nutrient supply from poultry manure, fresh;material;Chemicals\Fertilisers (inorganic)\Transformation -nutrient supply from poultry manure, fresh;material;Chemicals\Fertilisers (inorganic)\Transformation -nutrient supply from poultry manure, fresh;material;Chemicals\Fertilisers (inorganic)\Transformation -nutrient supply from vinasse, from fermentation of sugar beet;material;Chemicals\Fertilisers (inorganic)\Transformation -nutrient supply from vinasse, from fermentation of sugar beet;material;Chemicals\Fertilisers (inorganic)\Transformation -nutrient supply from vinasse, from fermentation of sugar beet;material;Chemicals\Fertilisers (inorganic)\Transformation -nutrient supply from vinasse, from fermentation of sugar beet molasses;material;Chemicals\Fertilisers (inorganic)\Transformation -nutrient supply from vinasse, from fermentation of sugar beet molasses;material;Chemicals\Fertilisers (inorganic)\Transformation -nutrient supply from vinasse, from fermentation of sugar beet molasses;material;Chemicals\Fertilisers (inorganic)\Transformation -nutrient supply from vinasse, from fermentation of sugarcane;material;Chemicals\Fertilisers (inorganic)\Transformation -nutrient supply from vinasse, from fermentation of sugarcane;material;Chemicals\Fertilisers (inorganic)\Transformation -nutrient supply from vinasse, from fermentation of sugarcane;material;Chemicals\Fertilisers (inorganic)\Transformation -nutrient supply from vinasse, from fermentation of sugarcane molasses;material;Others\Obsolete -nutrient supply from vinasse, from fermentation of sugarcane molasses;material;Others\Obsolete -nutrient supply from vinasse, from fermentation of sugarcane molasses;material;Others\Obsolete -nutrient supply from vinasse, from fermentation of sweet sorghum;material;Chemicals\Fertilisers (inorganic)\Transformation -nutrient supply from vinasse, from fermentation of sweet sorghum;material;Chemicals\Fertilisers (inorganic)\Transformation -nutrient supply from vinasse, from fermentation of sweet sorghum;material;Chemicals\Fertilisers (inorganic)\Transformation -nylon 6 production;material;Plastics\Thermoplasts\Transformation -nylon 6 production;material;Plastics\Thermoplasts\Transformation -nylon 6 production, glass-filled;material;Plastics\Thermoplasts\Transformation -nylon 6 production, glass-filled;material;Plastics\Thermoplasts\Transformation -nylon 6-6 production;material;Plastics\Thermoplasts\Transformation -nylon 6-6 production;material;Plastics\Thermoplasts\Transformation -nylon 6-6 production, glass-filled;material;Plastics\Thermoplasts\Transformation -nylon 6-6 production, glass-filled;material;Plastics\Thermoplasts\Transformation -o-aminophenol production;material;Chemicals\Organic\Transformation -o-aminophenol production;material;Chemicals\Organic\Transformation -oat grain, feed production;material;Agricultural\Animal feed\Transformation -oat grain, feed production;material;Agricultural\Animal feed\Transformation -oat production;material;Agricultural\Plant production\Cereals\Transformation -oat production;material;Agricultural\Plant production\Cereals\Transformation -oat production;material;Agricultural\Plant production\Cereals\Transformation -oat production;material;Agricultural\Plant production\Roughage\Transformation -oat production Canada without;material;Agricultural\Plant production\Cereals\Transformation -oat production Canada without;material;Agricultural\Plant production\Roughage\Transformation -oat seed production, for sowing;material;Agricultural\Plant seeds\Transformation -oat seed production, for sowing;material;Agricultural\Plant seeds\Transformation -oat seed production, Swiss integrated production, at farm;material;Agricultural\Plant seeds\Transformation -oat seed production, Swiss integrated production, at farm;material;Others\Obsolete -o-chlorobenzaldehyde production;material;Chemicals\Organic\Transformation -o-chlorobenzaldehyde production;material;Chemicals\Organic\Transformation -o-chlorotoluene production;material;Chemicals\Organic\Transformation -o-chlorotoluene production;material;Chemicals\Organic\Transformation -o-cresol production;material;Chemicals\Organic\Transformation -o-cresol production;material;Chemicals\Organic\Transformation -octabenzone production;material;Chemicals\Organic\Transformation -offset printing, per kg printed paper;material;Paper+ Board\Graphic paper\Transformation -offset printing, per kg printed paper;material;Paper+ Board\Graphic paper\Transformation -offshore platform production, natural gas;material;Fuels\Natural gas\Transformation\Infrastructure -offshore platform production, petroleum;material;Fuels\Oil\Crude oil\Transformation\Infrastructure -offshore well production, oil/gas;material;Fuels\Oil\Crude oil\Transformation\Infrastructure -oil boiler production, 100kW;energy;Heat\Oil\Transformation\Infrastructure -oil boiler production, 100kW;energy;Heat\Oil\Transformation\Infrastructure -oil boiler production, 10kW;energy;Heat\Oil\Transformation\Infrastructure -oil boiler production, 10kW;energy;Heat\Oil\Transformation\Infrastructure -oil mill construction;material;Agricultural\Plant oils\Transformation\Infrastructure -oil mill construction;material;Agricultural\Plant oils\Transformation\Infrastructure -Oil palm tree cultivation {rer} | fresh fruit bunches (ffbs) production | alloc;transport;carculator\biofuels\feedstock -oil power plant construction, 500MW;energy;Electricity by fuel\Oil\Transformation\Infrastructure -oil power plant construction, 500MW;energy;Electricity by fuel\Oil\Transformation\Infrastructure -oil storage production, 3000l;energy;Heat\Oil\Transformation\Infrastructure -oil storage production, 3000l;energy;Heat\Oil\Transformation\Infrastructure -olive production;material;Agricultural\Plant production\Fruits\Transformation -olive production;material;Agricultural\Plant production\Fruits\Transformation -olive production;material;Agricultural\Plant production\Fruits\Transformation -onion production;material;Agricultural\Plant production\Roots and Tubers\Transformation -onion production;material;Agricultural\Plant production\Roots and Tubers\Transformation -onion production;material;Agricultural\Plant production\Roots and Tubers\Transformation -onion production;material;Agricultural\Plant production\Roots and Tubers\Transformation -onion production;material;Agricultural\Plant production\Roots and Tubers\Transformation -onion seedling production, for planting;material;Agricultural\Plant seeds\Transformation -onion seedling production, for planting;material;Agricultural\Plant seeds\Transformation -onion855 production;material;Others\Obsolete -o-nitrophenol production;material;Chemicals\Organic\Transformation -o-nitrophenol production;material;Chemicals\Organic\Transformation -onshore natural gas field infrastructure production;material;Fuels\Natural gas\Transformation\Infrastructure -onshore petroleum field infrastructure construction;material;Fuels\Oil\Crude oil\Transformation\Infrastructure -onshore well production, oil/gas;material;Fuels\Oil\Crude oil\Transformation\Infrastructure -operation, computer, desktop, with cathode ray tube display, active mode;use;Computers & network\Transformation -operation, computer, desktop, with cathode ray tube display, active mode;use;Computers & network\Transformation -operation, computer, desktop, with cathode ray tube display, active mode;use;Computers & network\Transformation -operation, computer, desktop, with cathode ray tube display, active mode Europe;use;Computers & network\Transformation -operation, computer, desktop, with cathode ray tube display, home use;use;Computers & network\Transformation -operation, computer, desktop, with cathode ray tube display, home use;use;Computers & network\Transformation -operation, computer, desktop, with cathode ray tube display, home use;use;Computers & network\Transformation -operation, computer, desktop, with cathode ray tube display, home use Europe;use;Computers & network\Transformation -operation, computer, desktop, with cathode ray tube display, off mode;use;Computers & network\Transformation -operation, computer, desktop, with cathode ray tube display, off mode;use;Computers & network\Transformation -operation, computer, desktop, with cathode ray tube display, off mode;use;Computers & network\Transformation -operation, computer, desktop, with cathode ray tube display, off mode Europe;use;Computers & network\Transformation -operation, computer, desktop, with cathode ray tube display, office use;use;Computers & network\Transformation -operation, computer, desktop, with cathode ray tube display, office use;use;Computers & network\Transformation -operation, computer, desktop, with cathode ray tube display, office use;use;Computers & network\Transformation -operation, computer, desktop, with cathode ray tube display, office use Europe;use;Computers & network\Transformation -operation, computer, desktop, with cathode ray tube display, standby mode;use;Computers & network\Transformation -operation, computer, desktop, with cathode ray tube display, standby mode;use;Computers & network\Transformation -operation, computer, desktop, with cathode ray tube display, standby mode;use;Computers & network\Transformation -operation, computer, desktop, with cathode ray tube display, standby mode;use;Computers & network\Transformation -operation, computer, desktop, with liquid crystal display, active mode;use;Computers & network\Transformation -operation, computer, desktop, with liquid crystal display, active mode;use;Computers & network\Transformation -operation, computer, desktop, with liquid crystal display, active mode;use;Computers & network\Transformation -operation, computer, desktop, with liquid crystal display, active mode Europe;use;Computers & network\Transformation -operation, computer, desktop, with liquid crystal display, home use;use;Computers & network\Transformation -operation, computer, desktop, with liquid crystal display, home use;use;Computers & network\Transformation -operation, computer, desktop, with liquid crystal display, home use;use;Computers & network\Transformation -operation, computer, desktop, with liquid crystal display, home use Europe;use;Computers & network\Transformation -operation, computer, desktop, with liquid crystal display, off mode;use;Computers & network\Transformation -operation, computer, desktop, with liquid crystal display, off mode;use;Computers & network\Transformation -operation, computer, desktop, with liquid crystal display, off mode;use;Computers & network\Transformation -operation, computer, desktop, with liquid crystal display, off mode Europe;use;Computers & network\Transformation -operation, computer, desktop, with liquid crystal display, office use;use;Computers & network\Transformation -operation, computer, desktop, with liquid crystal display, office use;use;Computers & network\Transformation -operation, computer, desktop, with liquid crystal display, office use;use;Computers & network\Transformation -operation, computer, desktop, with liquid crystal display, office use Europe;use;Computers & network\Transformation -operation, computer, desktop, with liquid crystal display, standby mode;use;Computers & network\Transformation -operation, computer, desktop, with liquid crystal display, standby mode;use;Computers & network\Transformation -operation, computer, desktop, with liquid crystal display, standby mode;use;Computers & network\Transformation -operation, computer, desktop, with liquid crystal display, standby mode Europe;use;Computers & network\Transformation -operation, computer, laptop, 23% active work;use;Computers & network\Transformation -operation, computer, laptop, 23% active work;use;Computers & network\Transformation -operation, computer, laptop, 23% active work;use;Computers & network\Transformation -operation, computer, laptop, 23% active work Europe without;use;Computers & network\Transformation -operation, computer, laptop, 68% active work;use;Computers & network\Transformation -operation, computer, laptop, 68% active work;use;Computers & network\Transformation -operation, computer, laptop, 68% active work;use;Computers & network\Transformation -operation, computer, laptop, 68% active work with internet access 0.2 Mbit/s;use;Computers & network\Transformation -operation, computer, laptop, 68% active work with internet access 0.2 Mbit/s;use;Computers & network\Transformation -operation, computer, laptop, 68% active work with internet access 0.2 Mbit/s;use;Computers & network\Transformation -operation, computer, laptop, 68% active work with internet access 0.2 Mbit/s,;use;Computers & network\Transformation -operation, computer, laptop, 68% active work with internet access 0.2 Mbit/s,;use;Computers & network\Transformation -operation, computer, laptop, 68% active work, label-certified electricity;use;Computers & network\Transformation -operation, computer, laptop, active mode;use;Computers & network\Transformation -operation, computer, laptop, active mode;use;Computers & network\Transformation -operation, computer, laptop, active mode;use;Computers & network\Transformation -operation, computer, laptop, active mode Europe without;use;Computers & network\Transformation -operation, computer, laptop, off mode;use;Computers & network\Transformation -operation, computer, laptop, off mode;use;Computers & network\Transformation -operation, computer, laptop, off mode;use;Computers & network\Transformation -operation, computer, laptop, off mode Europe without;use;Computers & network\Transformation -operation, computer, laptop, standby/sleep mode;use;Computers & network\Transformation -operation, computer, laptop, standby/sleep mode;use;Computers & network\Transformation -operation, computer, laptop, standby/sleep mode;use;Computers & network\Transformation -operation, computer, laptop, standby/sleep mode Europe without;use;Computers & network\Transformation -operation, computer, laptop, video mode;use;Computers & network\Transformation -operation, computer, laptop, video mode;use;Computers & network\Transformation -operation, computer, laptop, video mode;use;Computers & network\Transformation -operation, computer, laptop, video mode, label-certified electricity;use;Computers & network\Transformation -operation, computer, laptop, videoconference;use;Computers & network\Transformation -operation, computer, laptop, videoconference;use;Computers & network\Transformation -operation, computer, laptop, videoconference;use;Computers & network\Transformation -operation, computer, laptop, videoconference, label-certified electricity;use;Computers & network\Transformation -operation, computer, laptop, videoconference, label-certified electricity;use;Computers & network\Transformation -operation, dried roughage store, air dried, solar;processing;Agricultural\Transformation -operation, dried roughage store, air dried, solar;processing;Agricultural\Transformation -operation, dried roughage store, air dried, solar;processing;Agricultural\Transformation -operation, dried roughage store, cold-air dried, conventional;processing;Agricultural\Transformation -operation, dried roughage store, cold-air dried, conventional;processing;Agricultural\Transformation -operation, dried roughage store, cold-air dried, conventional;processing;Agricultural\Transformation -operation, dried roughage store, non ventilated;processing;Agricultural\Transformation -operation, dried roughage store, non ventilated;processing;Agricultural\Transformation -operation, dried roughage store, non ventilated;processing;Agricultural\Transformation -operation, housing system, cattle, loose;processing;Agricultural\Transformation -operation, housing system, cattle, loose;processing;Agricultural\Transformation -operation, housing system, cattle, loose;processing;Agricultural\Transformation -operation, housing system, cattle, tied;processing;Agricultural\Transformation -operation, housing system, cattle, tied;processing;Agricultural\Transformation -operation, housing system, cattle, tied;processing;Agricultural\Transformation -operation, housing system, pig, fully-slatted floor;processing;Agricultural\Transformation -operation, housing system, pig, fully-slatted floor;processing;Agricultural\Transformation -operation, housing system, pig, fully-slatted floor;processing;Agricultural\Transformation -operation, housing system, pig, label-certified;processing;Agricultural\Transformation -operation, housing system, pig, label-certified;processing;Agricultural\Transformation -operation, housing system, pig, label-certified;processing;Agricultural\Transformation -operation, intermodal shipping container, 20-foot;transport;Intermodal\Transformation -operation, intermodal shipping container, 40-foot;transport;Intermodal\Transformation -operation, intermodal shipping container, 40-foot, high-cube;transport;Intermodal\Transformation -operation, intermodal shipping container, 45-foot, high-cube;transport;Intermodal\Transformation -operation, internet access equipment;use;Computers & network\Transformation -operation, internet access equipment;use;Computers & network\Transformation -operation, internet access equipment, label-certified electricity;use;Computers & network\Transformation -operation, internet access equipment, label-certified electricity;use;Others\Obsolete -operation, liquid manure storage and processing facility;processing;Agricultural\Transformation -operation, liquid manure storage and processing facility;processing;Agricultural\Transformation -operation, liquid manure storage and processing facility;processing;Agricultural\Transformation -operation, printer, laser, black/white, per kg printed paper;use;Computers & network\Transformation -operation, printer, laser, black/white, per kg printed paper;use;Computers & network\Transformation -operation, printer, laser, black/white, per kg printed paper;use;Computers & network\Transformation -operation, printer, laser, black/white, per kg printed paper Europe without;use;Computers & network\Transformation -operation, printer, laser, colour, per kg printed paper;use;Computers & network\Transformation -operation, printer, laser, colour, per kg printed paper;use;Computers & network\Transformation -operation, printer, laser, colour, per kg printed paper;use;Computers & network\Transformation -operation, printer, laser, colour, per kg printed paper Europe without;use;Computers & network\Transformation -operation, reefer, cooling, 40-foot, high-cube, carbon dioxide, liquid as;transport;Intermodal\Transformation -operation, reefer, cooling, 40-foot, high-cube, R134a as refrigerant;transport;Intermodal\Transformation -operation, reefer, freezing, 40-foot, high-cube, carbon dioxide, liquid as;transport;Intermodal\Transformation -operation, reefer, freezing, 40-foot, high-cube, R134a as refrigerant;transport;Intermodal\Transformation -operation, solar collector system, Cu flat plate collector, multiple dwelling,;energy;Heat\Solar\Transformation -operation, solar collector system, Cu flat plate collector, multiple dwelling,;energy;Heat\Solar\Transformation -operation, solar collector system, Cu flat plate collector, multiple dwelling,;energy;Heat\Solar\Transformation -operation, solar collector system, Cu flat plate collector, one-family house,;energy;Heat\Solar\Transformation -operation, solar collector system, Cu flat plate collector, one-family house,;energy;Heat\Solar\Transformation -operation, solar collector system, Cu flat plate collector, one-family house,;energy;Heat\Solar\Transformation -operation, solar collector system, Cu flat plate collector, one-family house,;energy;Heat\Solar\Transformation -operation, solar collector system, Cu flat plate collector, one-family house,;energy;Heat\Solar\Transformation -operation, solar collector system, Cu flat plate collector, one-family house,;energy;Heat\Solar\Transformation -operation, solar collector system, evacuated tube collector, one-family house,;energy;Heat\Solar\Transformation -operation, solar collector system, evacuated tube collector, one-family house,;energy;Heat\Solar\Transformation -operation, solar collector system, evacuated tube collector, one-family house,;energy;Heat\Solar\Transformation -optical brighteners production, for paper production;material;Chemicals\Others\Transformation -optical brighteners production, for paper production;material;Chemicals\Others\Transformation -orange production, fresh grade;material;Agricultural\Plant production\Fruits\Transformation -orange production, fresh grade;material;Agricultural\Plant production\Fruits\Transformation -orange production, fresh grade;material;Agricultural\Plant production\Fruits\Transformation -orange production, fresh grade;material;Agricultural\Plant production\Fruits\Transformation -orange production, processing grade;material;Agricultural\Plant production\Fruits\Transformation -orange production, processing grade;material;Agricultural\Plant production\Fruits\Transformation -orange production, processing grade;material;Agricultural\Plant production\Fruits\Transformation -orbencarb production;material;Chemicals\Pesticides\Transformation -orbencarb production;material;Chemicals\Pesticides\Transformation -organophosphorus-compound production, unspecified;material;Chemicals\Pesticides\Transformation -organophosphorus-compound production, unspecified;material;Chemicals\Pesticides\Transformation -oriented strand board production;material;Wood\Byproducts\Transformation -oriented strand board production;material;Wood\Byproducts\Transformation -oriented strand board production;material;Wood\Products\Transformation -oriented strand board production;material;Wood\Products\Transformation -oriented strand board production;material;Wood\Products\Transformation -oriented strand board production;material;Wood\Byproducts\Transformation -oriented strand board production;material;Wood\Byproducts\Transformation -oriented strand board production;material;Wood\Byproducts\Transformation -ortho-phenylene diamine production;material;Chemicals\Organic\Transformation -orthophthalic acid based unsaturated polyester resin production;material;Plastics\Thermosets\Transformation -orthophthalic acid based unsaturated polyester resin production;material;Plastics\Thermosets\Transformation -Outer frame {GLO}| Cut-off,;transport;carculator\energy storage\lithium-ion battery -outside air intake production, stainless steel, DN 370;material;Construction\Ventilation\Transformation -outside air intake production, stainless steel, DN 370;material;Construction\Ventilation\Transformation -oxidation of butane;material;Chemicals\Acids (organic)\Transformation -oxidation of butane;material;Chemicals\Acids (organic)\Transformation -oxidation of butane;material;Chemicals\Organic\Transformation -oxidation of butane;material;Chemicals\Organic\Transformation -oxidation of butane;material;Chemicals\Organic\Transformation -oxidation of butane;material;Chemicals\Organic\Transformation -oxidation of butane;material;Chemicals\Acids (organic)\Transformation -oxidation of butane;material;Chemicals\Acids (organic)\Transformation -oxidation of butane;material;Chemicals\Organic\Transformation -oxidation of butane;material;Chemicals\Organic\Transformation -oxidation of butane;material;Chemicals\Organic\Transformation -oxidation of butane;material;Chemicals\Organic\Transformation -oxidation of manganese dioxide;material;Others\Obsolete -oxidation of manganese dioxide;material;Others\Obsolete -oxidation of manganese dioxide;material;Chemicals\Inorganic\Transformation -oxidation of manganese dioxide;material;Chemicals\Inorganic\Transformation -oxidation of methanol;material;Chemicals\Organic\Transformation -oxidation of methanol;material;Chemicals\Organic\Transformation -oxidation of methanol;energy;Heat\Steam\Transformation -oxidation of methanol;energy;Heat\Steam\Transformation -ozone production, liquid;material;Chemicals\Gases\Liquified\Transformation -ozone production, liquid;material;Chemicals\Gases\Liquified\Transformation -packaging box factory construction;material;Paper+ Board\Packagings\Transformation\Infrastructure -packaging box factory construction;material;Paper+ Board\Packagings\Transformation\Infrastructure -packaging film production, low density polyethylene;material;Plastics\Thermoplasts\Transformation -packaging film production, low density polyethylene;material;Plastics\Thermoplasts\Transformation -packaging glass factory construction;material;Glass\Packaging\Transformation\Infrastructure -packaging glass factory construction;material;Glass\Packaging\Transformation\Infrastructure -packaging glass production, brown;material;Glass\Packaging\Transformation -packaging glass production, brown;material;Glass\Packaging\Transformation -packaging glass production, brown;material;Glass\Packaging\Transformation -packaging glass production, brown RER w/o;material;Glass\Packaging\Transformation -packaging glass production, brown, without cullet;material;Glass\Packaging\Transformation -packaging glass production, green;material;Glass\Packaging\Transformation -packaging glass production, green;material;Glass\Packaging\Transformation -packaging glass production, green;material;Glass\Packaging\Transformation -packaging glass production, green RER w/o;material;Glass\Packaging\Transformation -packaging glass production, green, without cullet;material;Glass\Packaging\Transformation -packaging glass production, white;material;Glass\Packaging\Transformation -packaging glass production, white;material;Glass\Packaging\Transformation -packaging glass production, white;material;Glass\Packaging\Transformation -packaging glass production, white RER w/o;material;Glass\Packaging\Transformation -packaging glass production, white, without cullet;material;Glass\Packaging\Transformation -packaging glass sorting facility construction;material;Glass\Waste glass\Transformation\Infrastructure -packaging glass sorting facility construction;material;Glass\Waste glass\Transformation\Infrastructure -packaging production for fertiliser, per kilogram of packed product;material;Plastics\Thermoplasts\Transformation -packaging production for liquid fertiliser or pesticide, per kilogram of packed;material;Plastics\Thermoplasts\Transformation -packaging production for pesticide, per kilogram of packed product;material;Plastics\Thermoplasts\Transformation -packaging production for solid fertiliser or pesticide, per kilogram of packed;material;Plastics\Thermoplasts\Transformation -packing, cement;processing;Others\Transformation -packing, cement;processing;Others\Transformation -packing, clay product;processing;Others\Transformation -packing, clay product;processing;Others\Transformation -packing, fibre cement product;processing;Others\Transformation -packing, fibre cement product;processing;Others\Transformation -packing, lime product;processing;Others\Transformation -packing, lime product;processing;Others\Transformation -paint production, for electrostatic painting for aluminium;material;Construction\Paints\Transformation -palladium to generic market for metal catalyst for catalytic converter;material;Chemicals\Others\Transformation -palm date production;material;Agricultural\Plant production\Fruits\Transformation -palm date production, conditioned and dried;material;Agricultural\Animal feed\Market -palm date production, conditioned and dried;material;Agricultural\Plant production\Fruits\Transformation -palm date production, conditioned and dried;material;Agricultural\Animal feed\Transformation -palm date production, conditioned and dried, organic;material;Agricultural\Animal feed\Market -palm date production, conditioned and dried, organic;material;Agricultural\Plant production\Fruits\Transformation -palm date production, conditioned and dried, organic;material;Agricultural\Animal feed\Transformation -palm date production, organic;material;Agricultural\Plant production\Fruits\Transformation -palm fruit bunch production;material;Agricultural\Plant production\Fruits\Transformation -palm fruit bunch production;material;Agricultural\Plant production\Fruits\Transformation -palm fruit bunch production;material;Agricultural\Plant production\Fruits\Transformation -palm fruit bunch production;material;Agricultural\Plant production\Fruits\Transformation -palm fruit bunch production, on land recently transformed;material;Others\Obsolete -palm fruit bunch production, on land recently transformed;material;Others\Obsolete -palm kernel meal to generic market for protein feed;material;Agricultural\Animal feed\Market -palm kernel meal to generic market for protein feed;material;Agricultural\Animal feed\Transformation -palm oil mill operation;material;Agricultural\Animal feed\Transformation -palm oil mill operation;material;Agricultural\Animal feed\Transformation -palm oil mill operation;material;Agricultural\Plant oils\Transformation -palm oil mill operation;material;Agricultural\Plant oils\Transformation -palm oil mill operation;material;Agricultural\Plant oils\Transformation -palm oil mill operation;material;Agricultural\Plant oils\Transformation -palm oil refinery operation;material;Agricultural\Plant oils\Transformation -palm oil refinery operation;material;Chemicals\Washing agents\Tensides\Transformation -palm oil, refined, to generic market for vegetable oil;material;Chemicals\Organic\Transformation -panel glass production, for cathode ray tube display;material;Electronics\Component\Transformation -papaya production;material;Agricultural\Plant production\Fruits\Transformation -paper machine production;material;Paper+ Board\Graphic paper\Transformation\Infrastructure -paper machine production;material;Paper+ Board\Graphic paper\Transformation\Infrastructure -paper mill construction, integrated;material;Paper+ Board\Graphic paper\Transformation\Infrastructure -paper mill construction, integrated;material;Paper+ Board\Graphic paper\Transformation\Infrastructure -paper mill construction, non-integrated;material;Paper+ Board\Graphic paper\Transformation\Infrastructure -paper mill construction, non-integrated;material;Paper+ Board\Graphic paper\Transformation\Infrastructure -paper production, newsprint, recycled;material;Paper+ Board\Graphic paper\Transformation -paper production, newsprint, recycled;material;Paper+ Board\Graphic paper\Transformation -paper production, newsprint, recycled Europe without;material;Paper+ Board\Graphic paper\Transformation -paper production, newsprint, virgin;material;Paper+ Board\Graphic paper\Transformation -paper production, newsprint, virgin;material;Paper+ Board\Graphic paper\Transformation -paper production, newsprint, virgin;material;Paper+ Board\Graphic paper\Transformation -paper production, woodcontaining, lightweight coated;material;Paper+ Board\Graphic paper\Transformation -paper production, woodcontaining, lightweight coated;material;Paper+ Board\Graphic paper\Transformation -paper production, woodcontaining, lightweight coated;material;Paper+ Board\Graphic paper\Transformation -paper production, woodcontaining, supercalendered;material;Paper+ Board\Graphic paper\Transformation -paper production, woodcontaining, supercalendered;material;Paper+ Board\Graphic paper\Transformation -paper production, woodcontaining, supercalendered;material;Paper+ Board\Graphic paper\Transformation -paper production, woodcontaining, supercalendred;material;Others\Obsolete -paper production, woodcontaining, supercalendred;material;Others\Obsolete -paper production, woodcontaining, supercalendred;material;Others\Obsolete -paper production, woodfree, coated, at integrated mill;material;Paper+ Board\Graphic paper\Transformation -paper production, woodfree, coated, at integrated mill;material;Paper+ Board\Graphic paper\Transformation -paper production, woodfree, coated, at non-integrated mill;material;Paper+ Board\Graphic paper\Transformation -paper production, woodfree, coated, at non-integrated mill;material;Paper+ Board\Graphic paper\Transformation -paper production, woodfree, uncoated, 100% recycled content, at non-integrated;material;Paper+ Board\Graphic paper\Transformation -paper production, woodfree, uncoated, 100% recycled content, at non-integrated;material;Others\Obsolete -paper production, woodfree, uncoated, 30% recycled content, at integrated mill;material;Paper+ Board\Graphic paper\Transformation -paper production, woodfree, uncoated, 50% recycled content, at non-integrated;material;Paper+ Board\Graphic paper\Transformation -paper production, woodfree, uncoated, 50% recycled content, at non-integrated;material;Others\Obsolete -paper production, woodfree, uncoated, at integrated mill;material;Paper+ Board\Graphic paper\Transformation -paper production, woodfree, uncoated, at integrated mill;material;Paper+ Board\Graphic paper\Transformation -paper production, woodfree, uncoated, at integrated mill;material;Paper+ Board\Graphic paper\Transformation -paper production, woodfree, uncoated, at non-integrated mill;material;Paper+ Board\Graphic paper\Transformation -paper production, woodfree, uncoated, at non-integrated mill;material;Paper+ Board\Graphic paper\Transformation -paraffin production;material;Chemicals\Organic\Transformation -paraffin production;material;Chemicals\Organic\Transformation -para-phenylene diamine production;material;Chemicals\Organic\Transformation -paris market carrot production;material;Agricultural\Plant production\Roots and Tubers\Market -particle board production, cement bonded;material;Wood\Products\Transformation -particle board production, cement bonded;material;Wood\Products\Transformation -particle board production, for indoor use;material;Wood\Products\Transformation -particle board production, for indoor use;material;Wood\Products\Transformation -particle board production, for indoor use;material;Wood\Byproducts\Transformation -particle board production, for indoor use;material;Wood\Byproducts\Transformation -particle board production, for indoor use, from virgin wood;material;Wood\Products\Transformation -particle board production, for indoor use, from virgin wood;material;Wood\Products\Transformation -particle board production, for outdoor use;material;Wood\Products\Transformation -particle board production, for outdoor use;material;Wood\Products\Transformation -particle board production, for outdoor use;material;Wood\Byproducts\Transformation -particle board production, for outdoor use;material;Wood\Byproducts\Transformation -particle board production, uncoated, average glue mix;material;Wood\Byproducts\Transformation -particle board production, uncoated, average glue mix;material;Wood\Byproducts\Transformation -particle board production, uncoated, average glue mix;energy;Cogeneration\Oil\Transformation -particle board production, uncoated, average glue mix;energy;Cogeneration\Oil\Transformation -particle board production, uncoated, average glue mix;material;Paper+ Board\Board\Transformation -particle board production, uncoated, average glue mix;material;Paper+ Board\Board\Transformation -particle board production, uncoated, average glue mix;material;Wood\Byproducts\Transformation -particle board production, uncoated, average glue mix;material;Wood\Byproducts\Transformation -passenger car production, diesel;transport;Road\Transformation\Infrastructure -passenger car production, electric, without battery;transport;Road\Transformation\Infrastructure -passenger car production, petrol/natural gas;transport;Road\Transformation\Infrastructure -Passenger car, bev, large, 2020, euro-6d {RER}| Cut-off,;transport;carculator\passenger cars\vehicles\electric -Passenger car, bev, lower medium, 2020, euro-6d {RER}| Cut-off,;transport;carculator\passenger cars\vehicles\electric -Passenger car, bev, medium, 2020, euro-6d {RER}| Cut-off,;transport;carculator\passenger cars\vehicles\electric -Passenger car, bev, mini, 2020, euro-6d {RER}| Cut-off,;transport;carculator\passenger cars\vehicles\electric -Passenger car, bev, small, 2020, euro-6d {RER}| Cut-off,;transport;carculator\passenger cars\vehicles\electric -Passenger car, bev, suv, 2020, euro-6d {RER}| Cut-off,;transport;carculator\passenger cars\vehicles\electric -Passenger car, bev, van, 2020, euro-6d {RER}| Cut-off,;transport;carculator\passenger cars\vehicles\electric -Passenger car, fcev, large, 2020, euro-6d {RER}| Cut-off,;transport;carculator\passenger cars\vehicles\electric -Passenger car, fcev, lower medium, 2020, euro-6d {RER}| Cut-off,;transport;carculator\passenger cars\vehicles\electric -Passenger car, fcev, medium, 2020, euro-6d {RER}| Cut-off,;transport;carculator\passenger cars\vehicles\electric -Passenger car, fcev, mini, 2020, euro-6d {RER}| Cut-off,;transport;carculator\passenger cars\vehicles\electric -Passenger car, fcev, small, 2020, euro-6d {RER}| Cut-off,;transport;carculator\passenger cars\vehicles\electric -Passenger car, fcev, suv, 2020, euro-6d {RER}| Cut-off,;transport;carculator\passenger cars\vehicles\electric -Passenger car, fcev, van, 2020, euro-6d {RER}| Cut-off,;transport;carculator\passenger cars\vehicles\electric -Passenger car, hev-d, large, 2020, euro-6d {RER}| Cut-off,;transport;carculator\passenger cars\vehicles\hybrid -Passenger car, hev-d, lower medium, 2020, euro-6d {RER}| Cut-off,;transport;carculator\passenger cars\vehicles\hybrid -Passenger car, hev-d, medium, 2020, euro-6d {RER}| Cut-off,;transport;carculator\passenger cars\vehicles\hybrid -Passenger car, hev-d, mini, 2020, euro-6d {RER}| Cut-off,;transport;carculator\passenger cars\vehicles\hybrid -Passenger car, hev-d, small, 2020, euro-6d {RER}| Cut-off,;transport;carculator\passenger cars\vehicles\hybrid -Passenger car, hev-d, suv, 2020, euro-6d {RER}| Cut-off,;transport;carculator\passenger cars\vehicles\hybrid -Passenger car, hev-d, van, 2020, euro-6d {RER}| Cut-off,;transport;carculator\passenger cars\vehicles\hybrid -Passenger car, hev-p, large, 2020, euro-6d {RER}| Cut-off,;transport;carculator\passenger cars\vehicles\hybrid -Passenger car, hev-p, lower medium, 2020, euro-6d {RER}| Cut-off,;transport;carculator\passenger cars\vehicles\hybrid -Passenger car, hev-p, medium, 2020, euro-6d {RER}| Cut-off,;transport;carculator\passenger cars\vehicles\hybrid -Passenger car, hev-p, mini, 2020, euro-6d {RER}| Cut-off,;transport;carculator\passenger cars\vehicles\hybrid -Passenger car, hev-p, small, 2020, euro-6d {RER}| Cut-off,;transport;carculator\passenger cars\vehicles\hybrid -Passenger car, hev-p, suv, 2020, euro-6d {RER}| Cut-off,;transport;carculator\passenger cars\vehicles\hybrid -Passenger car, hev-p, van, 2020, euro-6d {RER}| Cut-off,;transport;carculator\passenger cars\vehicles\hybrid -Passenger car, icev-d, large, 2020, euro-6d {RER}| Cut-off,;transport;carculator\passenger cars\vehicles\combustion -Passenger car, icev-d, lower medium, 2020, euro-6d {RER}| Cut-off,;transport;carculator\passenger cars\vehicles\combustion -Passenger car, icev-d, medium, 2020, euro-6d {RER}| Cut-off,;transport;carculator\passenger cars\vehicles\combustion -Passenger car, icev-d, mini, 2020, euro-6d {RER}| Cut-off,;transport;carculator\passenger cars\vehicles\combustion -Passenger car, icev-d, small, 2020, euro-6d {RER}| Cut-off,;transport;carculator\passenger cars\vehicles\combustion -Passenger car, icev-d, suv, 2020, euro-6d {RER}| Cut-off,;transport;carculator\passenger cars\vehicles\combustion -Passenger car, icev-d, van, 2020, euro-6d {RER}| Cut-off,;transport;carculator\passenger cars\vehicles\combustion -Passenger car, icev-g, large, 2020, euro-6d {RER}| Cut-off,;transport;carculator\passenger cars\vehicles\combustion -Passenger car, icev-g, lower medium, 2020, euro-6d {RER}| Cut-off,;transport;carculator\passenger cars\vehicles\combustion -Passenger car, icev-g, medium, 2020, euro-6d {RER}| Cut-off,;transport;carculator\passenger cars\vehicles\combustion -Passenger car, icev-g, mini, 2020, euro-6d {RER}| Cut-off,;transport;carculator\passenger cars\vehicles\combustion -Passenger car, icev-g, small, 2020, euro-6d {RER}| Cut-off,;transport;carculator\passenger cars\vehicles\combustion -Passenger car, icev-g, suv, 2020, euro-6d {RER}| Cut-off,;transport;carculator\passenger cars\vehicles\combustion -Passenger car, icev-g, van, 2020, euro-6d {RER}| Cut-off,;transport;carculator\passenger cars\vehicles\combustion -Passenger car, icev-p, large, 2020, euro-6d {RER}| Cut-off,;transport;carculator\passenger cars\vehicles\combustion -Passenger car, icev-p, lower medium, 2020, euro-6d {RER}| Cut-off,;transport;carculator\passenger cars\vehicles\combustion -Passenger car, icev-p, medium, 2020, euro-6d {RER}| Cut-off,;transport;carculator\passenger cars\vehicles\combustion -Passenger car, icev-p, mini, 2020, euro-6d {RER}| Cut-off,;transport;carculator\passenger cars\vehicles\combustion -Passenger car, icev-p, small, 2020, euro-6d {RER}| Cut-off,;transport;carculator\passenger cars\vehicles\combustion -Passenger car, icev-p, suv, 2020, euro-6d {RER}| Cut-off,;transport;carculator\passenger cars\vehicles\combustion -Passenger car, icev-p, van, 2020, euro-6d {RER}| Cut-off,;transport;carculator\passenger cars\vehicles\combustion -Passenger car, phev-d, large, 2020, euro-6d {RER}| Cut-off,;transport;carculator\passenger cars\vehicles\hybrid plugin -Passenger car, phev-d, lower medium, 2020, euro-6d {RER}| Cut-off,;transport;carculator\passenger cars\vehicles\hybrid plugin -Passenger car, phev-d, medium, 2020, euro-6d {RER}| Cut-off,;transport;carculator\passenger cars\vehicles\hybrid plugin -Passenger car, phev-d, mini, 2020, euro-6d {RER}| Cut-off,;transport;carculator\passenger cars\vehicles\hybrid plugin -Passenger car, phev-d, small, 2020, euro-6d {RER}| Cut-off,;transport;carculator\passenger cars\vehicles\hybrid plugin -Passenger car, phev-d, suv, 2020, euro-6d {RER}| Cut-off,;transport;carculator\passenger cars\vehicles\hybrid plugin -Passenger car, phev-d, van, 2020, euro-6d {RER}| Cut-off,;transport;carculator\passenger cars\vehicles\hybrid plugin -Passenger car, phev-p, large, 2020, euro-6d {RER}| Cut-off,;transport;carculator\passenger cars\vehicles\hybrid plugin -Passenger car, phev-p, lower medium, 2020, euro-6d {RER}| Cut-off,;transport;carculator\passenger cars\vehicles\hybrid plugin -Passenger car, phev-p, medium, 2020, euro-6d {RER}| Cut-off,;transport;carculator\passenger cars\vehicles\hybrid plugin -Passenger car, phev-p, mini, 2020, euro-6d {RER}| Cut-off,;transport;carculator\passenger cars\vehicles\hybrid plugin -Passenger car, phev-p, small, 2020, euro-6d {RER}| Cut-off,;transport;carculator\passenger cars\vehicles\hybrid plugin -Passenger car, phev-p, suv, 2020, euro-6d {RER}| Cut-off,;transport;carculator\passenger cars\vehicles\hybrid plugin -Passenger car, phev-p, van, 2020, euro-6d {RER}| Cut-off,;transport;carculator\passenger cars\vehicles\hybrid plugin -patagonian grenadier, capture by trawler and landing in fish blocks, frozen;material;Agricultural\Animal production\Fish\Transformation -patagonian grenadier, capture by trawler and landing in fish blocks, frozen;material;Agricultural\Animal production\Fish\Transformation -patagonian grenadier, capture by trawler and landing in fish blocks, frozen;material;Agricultural\Animal feed\Transformation -patagonian grenadier, capture by trawler and landing in fish blocks, frozen;material;Agricultural\Animal feed\Transformation -p-chlorophenol production;material;Chemicals\Organic\Transformation -p-chlorophenol production;material;Chemicals\Organic\Transformation -pea seed production, for sowing;material;Agricultural\Plant seeds\Transformation -pea seed production, for sowing;material;Agricultural\Plant seeds\Transformation -pea seed production, organic, for sowing;material;Agricultural\Plant seeds\Transformation -pea seed production, organic, for sowing;material;Agricultural\Plant seeds\Transformation -peach production;material;Agricultural\Plant production\Fruits\Transformation -peach production;material;Agricultural\Plant production\Fruits\Transformation -peach production;material;Agricultural\Plant production\Fruits\Transformation -peach production;material;Agricultural\Plant production\Fruits\Transformation -peanut production;material;Agricultural\Food\Transformation -peanut production;material;Agricultural\Food\Transformation -peanut production;material;Agricultural\Food\Transformation -peanut production;material;Agricultural\Food\Transformation -peanut seed production, at farm;material;Agricultural\Plant seeds\Transformation -peanut seed production, at farm;material;Agricultural\Plant seeds\Transformation -peanut seed production, for sowing;material;Agricultural\Plant seeds\Transformation -peanut seed production, for sowing;material;Agricultural\Plant seeds\Transformation -pear production;material;Agricultural\Plant production\Fruits\Transformation -pear production;material;Agricultural\Plant production\Fruits\Transformation -pear production;material;Agricultural\Plant production\Fruits\Transformation -pear production;material;Others\Obsolete -pear production;material;Agricultural\Plant production\Fruits\Transformation -pear production;material;Agricultural\Plant production\Fruits\Transformation -peat moss production, horticultural use;material;Agricultural\Intermediate Products\Transformation -peat moss production, horticultural use;material;Agricultural\Intermediate Products\Transformation -peat production;material;Fuels\Peat\Transformation -peat production;material;Fuels\Peat\Transformation -Pem electrolyzer, acdc converter {GLO}| Cut-off,;transport;carculator\energy storage\hydrogen supply infrastructure -Pem electrolyzer, balance of plant {GLO}| Cut-off,;transport;carculator\energy storage\hydrogen supply infrastructure -Pem electrolyzer, operation and maintenance {RER}| Cut-off,;transport;carculator\energy storage\hydrogen supply infrastructure -Pem electrolyzer, stack {GLO}| Cut-off,;transport;carculator\energy storage\hydrogen supply infrastructure -Pem fuel cell {GLO}| Cut-off,;transport;carculator\energy storage\hydrogen supply infrastructure -pendimethalin production;material;Chemicals\Pesticides\Transformation -pendimethalin production;material;Chemicals\Pesticides\Transformation -pentaerythritol production in sodium hydroxide solution;material;Chemicals\Organic\Transformation -pentaerythritol production in sodium hydroxide solution;material;Chemicals\Organic\Transformation -pentaerythritol production in sodium hydroxide solution;material;Chemicals\Organic\Transformation -pentaerythritol production in sodium hydroxide solution;material;Chemicals\Organic\Transformation -pentane extraction, from natural gas liquids;material;Chemicals\Organic\Transformation -pentane production;material;Chemicals\Organic\Transformation -pentane production;material;Chemicals\Organic\Transformation -perfluoropentane production;material;Chemicals\Inorganic\Transformation -perlite quarry operation;material;Minerals\Transformation -perlite quarry operation;material;Minerals\Transformation -permanent magnet production, for electric motor;material;Electronics\Component\Transformation -pesticide production, unspecified;material;Chemicals\Pesticides\Transformation -pesticide production, unspecified;material;Chemicals\Pesticides\Transformation -petrol blending for two-stroke engines;material;Fuels\Oil\Petrol\Transformation -petrol blending for two-stroke engines;material;Fuels\Oil\Petrol\Transformation -petrol blending for two-stroke engines Europe without;material;Fuels\Oil\Petrol\Transformation -petrol production, 15% ETBE additive by volume, with ethanol from biomass;material;Fuels\Oil\Petrol\Transformation -petrol production, 15% ETBE additive by volume, with ethanol from biomass;material;Fuels\Oil\Petrol\Transformation -petrol production, 4% ETBE additive by volume, with ethanol from biomass;material;Fuels\Oil\Petrol\Transformation -petrol production, 4% ETBE additive by volume, with ethanol from biomass;material;Fuels\Oil\Petrol\Transformation -petrol production, 5% ethanol by volume from biomass;material;Fuels\Oil\Petrol\Transformation -petrol production, 85% ethanol by volume from biomass;material;Fuels\Oil\Petrol\Transformation -petrol production, low-sulfur;material;Fuels\Oil\Petrol\Transformation -petrol production, low-sulfur;material;Fuels\Oil\Petrol\Transformation -petrol production, low-sulfur Europe without;material;Fuels\Oil\Petrol\Transformation -petrol production, unleaded, petroleum refinery operation;material;Fuels\Oil\Petrol\Transformation -petrol production, unleaded, petroleum refinery operation;material;Fuels\Oil\Petrol\Transformation -petrol production, unleaded, petroleum refinery operation;material;Fuels\Oil\Petrol\Transformation -petrol production, unleaded, petroleum refinery operation;material;Fuels\Oil\Petrol\Transformation -petrol production, unleaded, petroleum refinery operation;material;Fuels\Oil\Petrol\Transformation -petrol production, unleaded, petroleum refinery operation;material;Fuels\Oil\Petrol\Transformation -petrol production, unleaded, petroleum refinery operation Europe without;material;Fuels\Oil\Petrol\Transformation -petrol, low-sulfur, import from Europe;material;Fuels\Oil\Petrol\Transformation -petrol, unleaded, burned in machinery;material;Fuels\Oil\Petrol\Transformation -petrol, unleaded, import from unspecified;material;Fuels\Oil\Petrol\Transformation -petrol, unleaded, import from unspecified;material;Fuels\Oil\Petrol\Transformation -petrol, unleaded, import from unspecified;material;Fuels\Oil\Petrol\Transformation -petrol, unleaded, import from unspecified;material;Fuels\Oil\Petrol\Transformation -petrol, unleaded, import from unspecified;material;Fuels\Oil\Petrol\Transformation -petroleum and gas production, off-shore;material;Fuels\Natural gas\Transformation -petroleum and gas production, off-shore;material;Fuels\Natural gas\Transformation -petroleum and gas production, off-shore;material;Fuels\Natural gas\Transformation -petroleum and gas production, off-shore;material;Fuels\Natural gas\Transformation -petroleum and gas production, off-shore;material;Fuels\Oil\Crude oil\Transformation -petroleum and gas production, off-shore;material;Fuels\Oil\Crude oil\Transformation -petroleum and gas production, off-shore;material;Fuels\Oil\Crude oil\Transformation -petroleum and gas production, off-shore;material;Fuels\Oil\Crude oil\Transformation -petroleum and gas production, on-shore;material;Fuels\Natural gas\Transformation -petroleum and gas production, on-shore;material;Fuels\Natural gas\Transformation -petroleum and gas production, on-shore;material;Fuels\Natural gas\Transformation -petroleum and gas production, on-shore;material;Fuels\Natural gas\Transformation -petroleum and gas production, on-shore;material;Fuels\Natural gas\Transformation -petroleum and gas production, on-shore;material;Fuels\Oil\Crude oil\Transformation -petroleum and gas production, on-shore;material;Fuels\Oil\Crude oil\Transformation -petroleum and gas production, on-shore;material;Fuels\Oil\Crude oil\Transformation -petroleum and gas production, on-shore;material;Fuels\Oil\Crude oil\Transformation -petroleum and gas production, on-shore;material;Fuels\Oil\Crude oil\Transformation -petroleum coke production, petroleum refinery operation;material;Fuels\Coal\Transformation -petroleum coke production, petroleum refinery operation;material;Fuels\Coal\Transformation -petroleum coke production, petroleum refinery operation Europe without;material;Fuels\Coal\Transformation -petroleum coke to generic market for coke;material;Fuels\Coal\Transformation -petroleum combustion, in drilling tests;material;Fuels\Oil\Crude oil\Transformation\Infrastructure -petroleum production, onshore;material;Fuels\Oil\Crude oil\Transformation -petroleum production, onshore;material;Fuels\Oil\Crude oil\Transformation -petroleum production, onshore;material;Fuels\Oil\Crude oil\Transformation -petroleum production, onshore;material;Fuels\Oil\Crude oil\Transformation -petroleum refinery construction;material;Fuels\Oil\Crude oil\Transformation\Infrastructure -petroleum refinery construction;material;Fuels\Oil\Crude oil\Transformation\Infrastructure -petroleum refinery operation;material;Fuels\Oil\Diesel\Transformation -petroleum refinery operation;material;Others\Obsolete -petroleum refinery operation;energy;Electricity by fuel\Oil\Transformation -petroleum refinery operation;energy;Others\Obsolete -petroleum refinery operation;material;Fuels\Oil\Fuel oil\Transformation -petroleum refinery operation;material;Others\Obsolete -petroleum refinery operation;material;Fuels\Oil\Kerosene\Transformation -petroleum refinery operation;material;Others\Obsolete -petroleum refinery operation;material;Fuels\Oil\Fuel oil\Transformation -petroleum refinery operation;material;Others\Obsolete -petroleum refinery operation;material;Fuels\Oil\Propane/butane\Transformation -petroleum refinery operation;material;Others\Obsolete -petroleum refinery operation;material;Fuels\Oil\Naphtha\Transformation -petroleum refinery operation;material;Others\Obsolete -petroleum refinery operation;material;Fuels\Oil\Petrol\Transformation -petroleum refinery operation;material;Others\Obsolete -petroleum refinery operation;material;Others\Obsolete -petroleum refinery operation;material;Construction\Sealing\Transformation -petroleum refinery operation;material;Others\Obsolete -petroleum refinery operation;material;Fuels\Natural gas\Transformation -petroleum refinery operation;material;Chemicals\Inorganic\Transformation -petroleum refinery operation;material;Others\Obsolete -petroleum slack wax production, petroleum refinery operation;material;Chemicals\Others\Transformation -petroleum slack wax production, petroleum refinery operation;material;Chemicals\Others\Transformation -petroleum slack wax production, petroleum refinery operation;material;Chemicals\Others\Transformation -petroleum slack wax production, petroleum refinery operation;material;Chemicals\Others\Transformation -petroleum slack wax production, petroleum refinery operation;material;Chemicals\Others\Transformation -petroleum slack wax production, petroleum refinery operation;material;Chemicals\Others\Transformation -petroleum slack wax production, petroleum refinery operation Europe without;material;Chemicals\Others\Transformation -phenol production;material;Chemicals\Organic\Transformation -phenol production;material;Chemicals\Organic\Transformation -phenol production;material;Chemicals\Organic\Transformation -phenol production;material;Chemicals\Organic\Transformation -phenol production, from cumene;material;Chemicals\Organic\Transformation -phenol production, from cumene;material;Chemicals\Organic\Transformation -phenol production, from cumene;material;Chemicals\Organic\Transformation -phenol production, from cumene;material;Chemicals\Organic\Transformation -phenolic resin production;material;Chemicals\Organic\Transformation -phenolic resin production;material;Chemicals\Organic\Transformation -phenoxy-compound production;material;Chemicals\Pesticides\Transformation -phenoxy-compound production;material;Chemicals\Pesticides\Transformation -phenyl acetic acid production;material;Chemicals\Acids (organic)\Transformation -phenyl acetic acid production;material;Chemicals\Acids (organic)\Transformation -phenyl isocyanate production;material;Chemicals\Acids (organic)\Transformation -phenyl isocyanate production;material;Chemicals\Acids (organic)\Transformation -phenylenediamine production;material;Chemicals\Organic\Transformation -phenylenediamine production;material;Chemicals\Organic\Transformation -phenylenediamine production;material;Chemicals\Organic\Transformation -phosgene production, liquid;material;Chemicals\Organic\Transformation -phosgene production, liquid;material;Chemicals\Organic\Transformation -phosphane production;material;Chemicals\Inorganic\Transformation -phosphate rock beneficiation, dry;material;Chemicals\Inorganic\Transformation -phosphate rock beneficiation, dry;material;Chemicals\Inorganic\Transformation -phosphate rock beneficiation, wet;material;Chemicals\Inorganic\Transformation -phosphate rock beneficiation, wet;material;Chemicals\Inorganic\Transformation -phosphoric acid factory construction, fertiliser grade;material;Chemicals\Acids (inorganic)\Transformation\Infrastructure -phosphoric acid factory construction, fertiliser grade;material;Chemicals\Acids (inorganic)\Transformation\Infrastructure -phosphoric acid production, dihydrate process;material;Chemicals\Acids (inorganic)\Transformation -phosphoric acid production, dihydrate process;material;Chemicals\Acids (inorganic)\Transformation -phosphoric acid production, dihydrate process;material;Chemicals\Acids (inorganic)\Transformation -phosphoric acid production, dihydrate process;material;Chemicals\Acids (inorganic)\Transformation -phosphoric acid production, dihydrate process;material;Chemicals\Acids (inorganic)\Transformation -phosphoric acid production, dihydrate process;material;Chemicals\Acids (inorganic)\Transformation -phosphorous chloride production;material;Chemicals\Inorganic\Transformation -phosphorous chloride production;material;Chemicals\Inorganic\Transformation -phosphorus oxychloride production;material;Chemicals\Inorganic\Transformation -phosphorus pentachloride production;material;Chemicals\Inorganic\Transformation -phosphorus pentachloride production;material;Chemicals\Inorganic\Transformation -phosphorus production, white, liquid;material;Chemicals\Inorganic\Transformation -phosphorus production, white, liquid;material;Chemicals\Inorganic\Transformation -phosphorus trichloride production;material;Chemicals\Inorganic\Transformation -phosphoryl chloride production;material;Chemicals\Inorganic\Transformation -phosphoryl chloride production;material;Chemicals\Inorganic\Transformation -photovoltaic cell factory construction;material;Electronics\Photovoltaic\Transformation\Infrastructure -photovoltaic cell factory construction;material;Electronics\Photovoltaic\Transformation\Infrastructure -photovoltaic cell production, multi-Si wafer;material;Electronics\Photovoltaic\Transformation -photovoltaic cell production, multi-Si wafer;material;Electronics\Photovoltaic\Transformation -photovoltaic cell production, ribbon-Si;material;Electronics\Photovoltaic\Transformation -photovoltaic cell production, ribbon-Si;material;Electronics\Photovoltaic\Transformation -photovoltaic cell production, single-Si wafer;material;Electronics\Photovoltaic\Transformation -photovoltaic cell production, single-Si wafer;material;Electronics\Photovoltaic\Transformation -photovoltaic facade installation, 3kWp, multi-Si, laminated, integrated, at;energy;Electricity by fuel\Photovoltaic\Transformation\Infrastructure -photovoltaic facade installation, 3kWp, multi-Si, laminated, integrated, at;energy;Electricity by fuel\Photovoltaic\Transformation\Infrastructure -photovoltaic facade installation, 3kWp, multi-Si, panel, mounted, at building;energy;Electricity by fuel\Photovoltaic\Transformation\Infrastructure -photovoltaic facade installation, 3kWp, multi-Si, panel, mounted, at building;energy;Electricity by fuel\Photovoltaic\Transformation\Infrastructure -photovoltaic facade installation, 3kWp, single-Si, laminated, integrated, at;energy;Electricity by fuel\Photovoltaic\Transformation\Infrastructure -photovoltaic facade installation, 3kWp, single-Si, laminated, integrated, at;energy;Electricity by fuel\Photovoltaic\Transformation\Infrastructure -photovoltaic facade installation, 3kWp, single-Si, panel, mounted, at building;energy;Electricity by fuel\Photovoltaic\Transformation\Infrastructure -photovoltaic facade installation, 3kWp, single-Si, panel, mounted, at building;energy;Electricity by fuel\Photovoltaic\Transformation\Infrastructure -photovoltaic flat-roof installation, 3kWp, multi-Si, on roof;energy;Electricity by fuel\Photovoltaic\Transformation\Infrastructure -photovoltaic flat-roof installation, 3kWp, multi-Si, on roof;energy;Electricity by fuel\Photovoltaic\Transformation\Infrastructure -photovoltaic flat-roof installation, 3kWp, single-Si, on roof;energy;Electricity by fuel\Photovoltaic\Transformation\Infrastructure -photovoltaic flat-roof installation, 3kWp, single-Si, on roof;energy;Electricity by fuel\Photovoltaic\Transformation\Infrastructure -photovoltaic laminate production, a-Si;material;Electronics\Photovoltaic\Transformation\Infrastructure -photovoltaic laminate production, a-Si;material;Electronics\Photovoltaic\Transformation\Infrastructure -photovoltaic laminate production, CdTe;material;Electronics\Photovoltaic\Transformation\Infrastructure -photovoltaic laminate production, CdTe;material;Others\Obsolete -photovoltaic laminate production, CdTe;material;Electronics\Photovoltaic\Transformation\Infrastructure -photovoltaic laminate production, CIS;material;Electronics\Photovoltaic\Transformation\Infrastructure -photovoltaic laminate production, CIS;material;Electronics\Photovoltaic\Transformation\Infrastructure -photovoltaic laminate production, multi-Si wafer;material;Electronics\Photovoltaic\Transformation\Infrastructure -photovoltaic laminate production, multi-Si wafer;material;Electronics\Photovoltaic\Transformation\Infrastructure -photovoltaic laminate production, ribbon-Si;material;Electronics\Photovoltaic\Transformation\Infrastructure -photovoltaic laminate production, ribbon-Si;material;Electronics\Photovoltaic\Transformation\Infrastructure -photovoltaic laminate production, single-Si wafer;material;Electronics\Photovoltaic\Transformation\Infrastructure -photovoltaic laminate production, single-Si wafer;material;Electronics\Photovoltaic\Transformation\Infrastructure -photovoltaic module production, building-integrated, for facade installation;energy;Electricity by fuel\Photovoltaic\Transformation\Infrastructure -photovoltaic module production, building-integrated, for facade installation;energy;Electricity by fuel\Photovoltaic\Transformation\Infrastructure -photovoltaic module production, building-integrated, for slanted-roof;energy;Electricity by fuel\Photovoltaic\Transformation\Infrastructure -photovoltaic module production, building-integrated, for slanted-roof;energy;Electricity by fuel\Photovoltaic\Transformation\Infrastructure -photovoltaic mounting system production, for 570kWp open ground module;energy;Electricity by fuel\Photovoltaic\Transformation\Infrastructure -photovoltaic mounting system production, for facade installation;energy;Electricity by fuel\Photovoltaic\Transformation\Infrastructure -photovoltaic mounting system production, for facade installation;energy;Electricity by fuel\Photovoltaic\Transformation\Infrastructure -photovoltaic mounting system production, for flat-roof installation;energy;Electricity by fuel\Photovoltaic\Transformation\Infrastructure -photovoltaic mounting system production, for flat-roof installation;energy;Electricity by fuel\Photovoltaic\Transformation\Infrastructure -photovoltaic mounting system production, for slanted-roof installation;energy;Electricity by fuel\Photovoltaic\Transformation\Infrastructure -photovoltaic mounting system production, for slanted-roof installation;energy;Electricity by fuel\Photovoltaic\Transformation\Infrastructure -photovoltaic panel factory construction;energy;Electricity by fuel\Photovoltaic\Transformation\Infrastructure -photovoltaic panel production, a-Si;material;Electronics\Photovoltaic\Transformation\Infrastructure -photovoltaic panel production, a-Si;material;Electronics\Photovoltaic\Transformation\Infrastructure -photovoltaic panel production, CIS;material;Electronics\Photovoltaic\Transformation\Infrastructure -photovoltaic panel production, CIS;material;Electronics\Photovoltaic\Transformation\Infrastructure -photovoltaic panel production, multi-Si wafer;material;Electronics\Photovoltaic\Transformation\Infrastructure -photovoltaic panel production, multi-Si wafer;material;Electronics\Photovoltaic\Transformation\Infrastructure -photovoltaic panel production, ribbon-Si;material;Electronics\Photovoltaic\Transformation\Infrastructure -photovoltaic panel production, ribbon-Si;material;Electronics\Photovoltaic\Transformation\Infrastructure -photovoltaic panel production, single-Si wafer;material;Electronics\Photovoltaic\Transformation\Infrastructure -photovoltaic panel production, single-Si wafer;material;Electronics\Photovoltaic\Transformation\Infrastructure -photovoltaic plant construction, 570kWp, multi-Si, on open ground;material;Electronics\Photovoltaic\Transformation\Infrastructure -photovoltaic slanted-roof installation, 3kWp, a-Si, laminated, integrated, on;energy;Electricity by fuel\Photovoltaic\Transformation\Infrastructure -photovoltaic slanted-roof installation, 3kWp, a-Si, laminated, integrated, on;energy;Electricity by fuel\Photovoltaic\Transformation\Infrastructure -photovoltaic slanted-roof installation, 3kWp, a-Si, panel, mounted, on roof;energy;Electricity by fuel\Photovoltaic\Transformation\Infrastructure -photovoltaic slanted-roof installation, 3kWp, a-Si, panel, mounted, on roof;energy;Electricity by fuel\Photovoltaic\Transformation\Infrastructure -photovoltaic slanted-roof installation, 3kWp, CdTe, laminated, integrated, on;energy;Electricity by fuel\Photovoltaic\Transformation\Infrastructure -photovoltaic slanted-roof installation, 3kWp, CdTe, laminated, integrated, on;energy;Electricity by fuel\Photovoltaic\Transformation\Infrastructure -photovoltaic slanted-roof installation, 3kWp, CIS, panel, mounted, on roof;energy;Electricity by fuel\Photovoltaic\Transformation\Infrastructure -photovoltaic slanted-roof installation, 3kWp, CIS, panel, mounted, on roof;energy;Electricity by fuel\Photovoltaic\Transformation\Infrastructure -photovoltaic slanted-roof installation, 3kWp, multi-Si, laminated, integrated,;energy;Electricity by fuel\Photovoltaic\Transformation\Infrastructure -photovoltaic slanted-roof installation, 3kWp, multi-Si, laminated, integrated,;energy;Electricity by fuel\Photovoltaic\Transformation\Infrastructure -photovoltaic slanted-roof installation, 3kWp, multi-Si, panel, mounted, on roof;energy;Electricity by fuel\Photovoltaic\Transformation\Infrastructure -photovoltaic slanted-roof installation, 3kWp, multi-Si, panel, mounted, on roof;energy;Electricity by fuel\Photovoltaic\Transformation\Infrastructure -photovoltaic slanted-roof installation, 3kWp, ribbon-Si, laminated, integrated,;energy;Electricity by fuel\Photovoltaic\Transformation\Infrastructure -photovoltaic slanted-roof installation, 3kWp, ribbon-Si, laminated, integrated,;energy;Electricity by fuel\Photovoltaic\Transformation\Infrastructure -photovoltaic slanted-roof installation, 3kWp, ribbon-Si, panel, mounted, on;energy;Electricity by fuel\Photovoltaic\Transformation\Infrastructure -photovoltaic slanted-roof installation, 3kWp, ribbon-Si, panel, mounted, on;energy;Electricity by fuel\Photovoltaic\Transformation\Infrastructure -photovoltaic slanted-roof installation, 3kWp, single-Si, laminated, integrated,;energy;Electricity by fuel\Photovoltaic\Transformation\Infrastructure -photovoltaic slanted-roof installation, 3kWp, single-Si, laminated, integrated,;energy;Electricity by fuel\Photovoltaic\Transformation\Infrastructure -photovoltaic slanted-roof installation, 3kWp, single-Si, panel, mounted, on;energy;Electricity by fuel\Photovoltaic\Transformation\Infrastructure -photovoltaic slanted-roof installation, 3kWp, single-Si, panel, mounted, on;energy;Electricity by fuel\Photovoltaic\Transformation\Infrastructure -photovoltaics, electric installation for 3kWp module, at building;energy;Electricity by fuel\Photovoltaic\Transformation\Infrastructure -photovoltaics, electric installation for 3kWp module, at building;energy;Electricity by fuel\Photovoltaic\Transformation\Infrastructure -photovoltaics, electric installation for 570kWp module, open ground;material;Electronics\Photovoltaic\Transformation\Infrastructure -phthalic anhydride production;material;Chemicals\Organic\Transformation -phthalic anhydride production;material;Chemicals\Organic\Transformation -phthalimide production;material;Chemicals\Organic\Transformation -phthalimide production;material;Chemicals\Organic\Transformation -phthalimide-compound production;material;Chemicals\Pesticides\Transformation -phthalimide-compound production;material;Chemicals\Pesticides\Transformation -pig iron production;material;Others\Obsolete -pig iron production;material;Metals\Ferro\Transformation -pig iron production;material;Metals\Ferro\Transformation -pineapple production;material;Agricultural\Plant production\Fruits\Transformation -Pipe fitting {GLO}| Cut-off,;transport;carculator\energy storage\hydrogen supply infrastructure -pipeline construction, liquid manure;transport;Pipeline\Transformation\Infrastructure -pipeline construction, liquid manure;transport;Pipeline\Transformation\Infrastructure -pipeline construction, natural gas, high pressure distribution network;transport;Pipeline\Transformation\Infrastructure -pipeline construction, natural gas, high pressure distribution network;transport;Pipeline\Transformation\Infrastructure -pipeline construction, natural gas, high pressure distribution network Europe;transport;Pipeline\Transformation\Infrastructure -pipeline construction, natural gas, long distance, high capacity, offshore;transport;Pipeline\Transformation\Infrastructure -pipeline construction, natural gas, long distance, high capacity, onshore;transport;Pipeline\Transformation\Infrastructure -pipeline construction, natural gas, long distance, low capacity, onshore;transport;Pipeline\Transformation\Infrastructure -pipeline construction, natural gas, low pressure distribution network;transport;Pipeline\Transformation\Infrastructure -pipeline construction, natural gas, low pressure distribution network;transport;Pipeline\Transformation\Infrastructure -pipeline construction, petroleum;transport;Pipeline\Transformation\Infrastructure -pipeline construction, petroleum;transport;Pipeline\Transformation\Infrastructure -pipeline construction, petroleum, offshore;transport;Pipeline\Transformation\Infrastructure -Pipeline, supercritical co2/km {RER}| Cut-off,;transport;carculator\synthetic fuels\infrastructure -piperidine production;material;Chemicals\Organic\Transformation -piperidine production;material;Chemicals\Organic\Transformation -pitch despergents production, in paper production;material;Chemicals\Others\Transformation -pitch despergents production, in paper production;material;Chemicals\Others\Transformation -pitch production, petroleum refinery operation;material;Construction\Sealing\Transformation -pitch production, petroleum refinery operation;material;Construction\Sealing\Transformation -pitch production, petroleum refinery operation;material;Construction\Sealing\Transformation -pitch production, petroleum refinery operation;material;Construction\Sealing\Transformation -pitch production, petroleum refinery operation;material;Construction\Sealing\Transformation -pitch production, petroleum refinery operation;material;Construction\Sealing\Transformation -pitch production, petroleum refinery operation Europe without;material;Construction\Sealing\Transformation -planing mill production;material;Wood\Products\Transformation\Infrastructure -planing mill production;material;Wood\Products\Transformation\Infrastructure -planing, beam, hardwood, air dried;material;Others\Obsolete -planing, beam, hardwood, air dried;material;Others\Obsolete -planing, beam, hardwood, air dried;processing;Others\Obsolete -planing, beam, hardwood, air dried;processing;Others\Obsolete -planing, beam, hardwood, kiln dried;material;Others\Obsolete -planing, beam, hardwood, kiln dried;material;Others\Obsolete -planing, beam, hardwood, kiln dried;processing;Others\Obsolete -planing, beam, hardwood, kiln dried;processing;Others\Obsolete -planing, beam, hardwood, u=10%;material;Wood\Products\Transformation -planing, beam, hardwood, u=10%;material;Wood\Products\Transformation -planing, beam, hardwood, u=10%;material;Wood\Products\Transformation -planing, beam, hardwood, u=10%;processing;Wood\Transformation -planing, beam, hardwood, u=10%;processing;Wood\Transformation -planing, beam, hardwood, u=10%;processing;Wood\Transformation -planing, beam, hardwood, u=20%;material;Wood\Products\Transformation -planing, beam, hardwood, u=20%;material;Wood\Products\Transformation -planing, beam, hardwood, u=20%;material;Wood\Products\Transformation -planing, beam, hardwood, u=20%;processing;Wood\Transformation -planing, beam, hardwood, u=20%;processing;Wood\Transformation -planing, beam, hardwood, u=20%;processing;Wood\Transformation -planing, beam, softwood, air dried;material;Others\Obsolete -planing, beam, softwood, air dried;material;Others\Obsolete -planing, beam, softwood, air dried;processing;Others\Obsolete -planing, beam, softwood, air dried;processing;Others\Obsolete -planing, beam, softwood, kiln dried;material;Others\Obsolete -planing, beam, softwood, kiln dried;material;Others\Obsolete -planing, beam, softwood, kiln dried;processing;Others\Obsolete -planing, beam, softwood, kiln dried;processing;Others\Obsolete -planing, beam, softwood, u=10%;material;Wood\Products\Transformation -planing, beam, softwood, u=10%;material;Wood\Products\Transformation -planing, beam, softwood, u=10%;material;Wood\Products\Transformation -planing, beam, softwood, u=10%;processing;Wood\Transformation -planing, beam, softwood, u=10%;processing;Wood\Transformation -planing, beam, softwood, u=10%;processing;Wood\Transformation -planing, beam, softwood, u=20%;material;Wood\Products\Transformation -planing, beam, softwood, u=20%;material;Wood\Products\Transformation -planing, beam, softwood, u=20%;material;Wood\Products\Transformation -planing, beam, softwood, u=20%;processing;Wood\Transformation -planing, beam, softwood, u=20%;processing;Wood\Transformation -planing, beam, softwood, u=20%;processing;Wood\Transformation -planing, board, hardwood, air dried;material;Others\Obsolete -planing, board, hardwood, air dried;material;Others\Obsolete -planing, board, hardwood, air dried;processing;Others\Obsolete -planing, board, hardwood, air dried;processing;Others\Obsolete -planing, board, hardwood, kiln dried;material;Others\Obsolete -planing, board, hardwood, kiln dried;material;Others\Obsolete -planing, board, hardwood, kiln dried;processing;Others\Obsolete -planing, board, hardwood, kiln dried;processing;Others\Obsolete -planing, board, hardwood, u=10%;material;Wood\Products\Transformation -planing, board, hardwood, u=10%;material;Wood\Products\Transformation -planing, board, hardwood, u=10%;material;Wood\Products\Transformation -planing, board, hardwood, u=10%;processing;Wood\Transformation -planing, board, hardwood, u=10%;processing;Wood\Transformation -planing, board, hardwood, u=10%;processing;Wood\Transformation -planing, board, hardwood, u=20%;material;Wood\Products\Transformation -planing, board, hardwood, u=20%;material;Wood\Products\Transformation -planing, board, hardwood, u=20%;material;Wood\Products\Transformation -planing, board, hardwood, u=20%;processing;Wood\Transformation -planing, board, hardwood, u=20%;processing;Wood\Transformation -planing, board, hardwood, u=20%;processing;Wood\Transformation -planing, board, softwood, air dried;material;Others\Obsolete -planing, board, softwood, air dried;material;Others\Obsolete -planing, board, softwood, air dried;processing;Others\Obsolete -planing, board, softwood, air dried;processing;Others\Obsolete -planing, board, softwood, kiln dried;material;Others\Obsolete -planing, board, softwood, kiln dried;material;Others\Obsolete -planing, board, softwood, kiln dried;processing;Others\Obsolete -planing, board, softwood, kiln dried;processing;Others\Obsolete -planing, board, softwood, u=10%;material;Wood\Products\Transformation -planing, board, softwood, u=10%;material;Wood\Products\Transformation -planing, board, softwood, u=10%;material;Wood\Products\Transformation -planing, board, softwood, u=10%;processing;Wood\Transformation -planing, board, softwood, u=10%;processing;Wood\Transformation -planing, board, softwood, u=10%;processing;Wood\Transformation -planing, board, softwood, u=20%;material;Wood\Products\Transformation -planing, board, softwood, u=20%;material;Wood\Products\Transformation -planing, board, softwood, u=20%;material;Wood\Products\Transformation -planing, board, softwood, u=20%;processing;Wood\Transformation -planing, board, softwood, u=20%;processing;Wood\Transformation -planing, board, softwood, u=20%;processing;Wood\Transformation -planing, lath, hardwood, u=10%;material;Wood\Products\Transformation -planing, lath, hardwood, u=10%;material;Wood\Products\Transformation -planing, lath, hardwood, u=10%;material;Wood\Products\Transformation -planing, lath, hardwood, u=10%;processing;Wood\Transformation -planing, lath, hardwood, u=10%;processing;Wood\Transformation -planing, lath, hardwood, u=10%;processing;Wood\Transformation -planing, lath, hardwood, u=20%;material;Wood\Products\Transformation -planing, lath, hardwood, u=20%;material;Wood\Products\Transformation -planing, lath, hardwood, u=20%;material;Wood\Products\Transformation -planing, lath, hardwood, u=20%;processing;Wood\Transformation -planing, lath, hardwood, u=20%;processing;Wood\Transformation -planing, lath, hardwood, u=20%;processing;Wood\Transformation -planing, lath, softwood, u=10%;material;Wood\Products\Transformation -planing, lath, softwood, u=10%;material;Wood\Products\Transformation -planing, lath, softwood, u=10%;material;Wood\Products\Transformation -planing, lath, softwood, u=10%;processing;Wood\Transformation -planing, lath, softwood, u=10%;processing;Wood\Transformation -planing, lath, softwood, u=10%;processing;Wood\Transformation -planing, lath, softwood, u=20%;material;Wood\Products\Transformation -planing, lath, softwood, u=20%;material;Wood\Products\Transformation -planing, lath, softwood, u=20%;material;Wood\Products\Transformation -planing, lath, softwood, u=20%;processing;Wood\Transformation -planing, lath, softwood, u=20%;processing;Wood\Transformation -planing, lath, softwood, u=20%;processing;Wood\Transformation -planning, cogen unit mini CHP plant;energy;Cogeneration\Gas\Transformation\Infrastructure -planning, cogen unit mini CHP plant;energy;Cogeneration\Gas\Transformation\Infrastructure -planning, heat and power co-generation unit, 160kW electrical;energy;Cogeneration\Gas\Transformation\Infrastructure -planning, heat and power co-generation unit, 160kW electrical;energy;Cogeneration\Gas\Transformation\Infrastructure -Plant oil from crude oil | refining of vegetable oil from oil palm| {RER}|;transport;carculator\biofuels\transformation -Plant oil production | refining of crude vegetable oil from rapeseed| alloc;transport;carculator\biofuels\transformation -planting;processing;Agricultural\Transformation -planting;processing;Agricultural\Transformation -planting tree;processing;Others\Obsolete -planting tree;processing;Others\Obsolete -planting with starter fertiliser, by no till planter;processing;Agricultural\Transformation -planting with starter fertiliser, by no till planter;processing;Agricultural\Transformation -planting, potato;processing;Agricultural\Transformation -planting, potato;processing;Agricultural\Transformation -planting, potato;processing;Agricultural\Transformation -planting, sugarcane;processing;Agricultural\Transformation -planting, sugarcane;processing;Agricultural\Transformation -planting, tree;processing;Agricultural\Transformation -planting, tree;processing;Agricultural\Transformation -plaster mixing;processing;Others\Transformation -plaster mixing;processing;Others\Transformation -plaster mixing;processing;Others\Transformation -plastic flake production, consumer electronics, for recycling, by;material;Plastics\Recycling\Transformation -plastic flake production, consumer electronics, for recycling, by;material;Plastics\Recycling\Transformation -plastic flake, consumer electronics, for recycling, Recycled Content cut-off;material;Plastics\Recycling\Transformation -plastic granulate production, unspecified, recycled, formal sector;material;Plastics\Recycling\Transformation -plastic granulate production, unspecified, recycled, informal sector;material;Plastics\Recycling\Transformation -plastic processing factory construction;processing;Plastics\Transformation\Infrastructure -plastic processing factory construction;processing;Plastics\Transformation\Infrastructure -plastic tunnel construction;material;Agricultural\Plant production\Other\Transformation\Infrastructure -plastic tunnel construction;material;Agricultural\Plant production\Other\Transformation\Infrastructure -plasticiser production, for concrete, based on sulfonated melamine formaldehyde;material;Chemicals\Others\Transformation -platinum group metal mine operation, ore with high palladium content;material;Metals\Non ferro\Transformation -platinum group metal mine operation, ore with high palladium content;material;Metals\Non ferro\Transformation -platinum group metal mine operation, ore with high palladium content;material;Metals\Non ferro\Transformation -platinum group metal mine operation, ore with high palladium content;material;Metals\Non ferro\Transformation -platinum group metal mine operation, ore with high palladium content;material;Metals\Non ferro\Transformation -platinum group metal, extraction and refinery operations;material;Metals\Non ferro\Transformation -platinum group metal, extraction and refinery operations;material;Metals\Non ferro\Transformation -platinum group metal, extraction and refinery operations;material;Metals\Non ferro\Transformation -platinum group metal, extraction and refinery operations;material;Metals\Non ferro\Transformation -platinum group metal, extraction and refinery operations;material;Metals\Non ferro\Transformation -platinum group metal, extraction and refinery operations;material;Metals\Non ferro\Transformation -platinum group metal, mine and concentration operations;material;Minerals\Transformation -platinum to generic market for metal catalyst for catalytic converter;material;Chemicals\Others\Market -platinum to generic market for precious metal for jewellery;material;Metals\Non ferro\Transformation -plug production, inlet and outlet, for computer cable;material;Electronics\Component\Transformation -plug production, inlet and outlet, for network cable;material;Electronics\Component\Transformation -plug production, inlet and outlet, for printer cable;material;Electronics\Component\Transformation -plywood production, for indoor use;material;Wood\Products\Transformation -plywood production, for indoor use;material;Wood\Products\Transformation -plywood production, for indoor use;material;Wood\Byproducts\Transformation -plywood production, for indoor use;material;Wood\Byproducts\Transformation -plywood production, for indoor use;material;Wood\Byproducts\Transformation -plywood production, for indoor use;material;Wood\Byproducts\Transformation -plywood production, for outdoor use;material;Wood\Products\Transformation -plywood production, for outdoor use;material;Wood\Products\Transformation -plywood production, for outdoor use;material;Wood\Products\Transformation -plywood production, for outdoor use;material;Wood\Byproducts\Transformation -plywood production, for outdoor use;material;Wood\Byproducts\Transformation -plywood production, for outdoor use;material;Wood\Byproducts\Transformation -plywood production, for outdoor use;material;Wood\Byproducts\Transformation -plywood production, for outdoor use;material;Wood\Byproducts\Transformation -plywood production, for outdoor use;material;Wood\Byproducts\Transformation -p-nitrophenol production;material;Chemicals\Organic\Transformation -p-nitrophenol production;material;Chemicals\Organic\Transformation -p-nitrotoluene production;material;Chemicals\Organic\Transformation -p-nitrotoluene production;material;Chemicals\Organic\Transformation -pointing device production, optical mouse, with cable;material;Electronics\Devices\Transformation -polar fleece production, energy use only;processing;Plastics\Transformation -polar fleece production, energy use only;processing;Plastics\Transformation -polar fleece production, energy use only;processing;Plastics\Transformation -polarizer, liquid crystals and colour filters production, for liquid crystal;material;Electronics\Component\Transformation -polyacrylamide production;material;Chemicals\Organic\Transformation -polyaluminium chloride production;material;Chemicals\Inorganic\Transformation -polybutadiene production;material;Plastics\Rubbers\Transformation -polybutadiene production;material;Plastics\Rubbers\Transformation -polycarbonate production;material;Plastics\Thermoplasts\Transformation -polycarbonate production;material;Plastics\Thermoplasts\Transformation -polycarboxylates production, 40% active substance;material;Chemicals\Washing agents\Builders\Transformation -polycarboxylates production, 40% active substance;material;Chemicals\Washing agents\Builders\Transformation -polydimethylsiloxane production;material;Chemicals\Silicons\Transformation -polyester fibre production, finished;material;Textiles\Transformation -polyester fibre production, finished;material;Textiles\Transformation -polyester resin production, unsaturated;material;Chemicals\Organic\Transformation -polyester resin production, unsaturated;material;Chemicals\Organic\Transformation -polyester-complexed starch biopolymer production;material;Plastics\Biopolymers\Transformation -polyester-complexed starch biopolymer production;material;Plastics\Biopolymers\Transformation -polyethylene pipe production, corrugated, DN 75;material;Construction\Ventilation\Transformation -polyethylene pipe production, corrugated, DN 75;material;Construction\Ventilation\Transformation -polyethylene pipe production, DN 200, SDR 41;material;Construction\Ventilation\Transformation -polyethylene pipe production, DN 200, SDR 41;material;Construction\Ventilation\Transformation -polyethylene production, high density, granulate;material;Plastics\Thermoplasts\Transformation -polyethylene production, high density, granulate;material;Plastics\Thermoplasts\Transformation -polyethylene production, high density, granulate, recycled;material;Plastics\Thermoplasts\Transformation -polyethylene production, high density, granulate, recycled;material;Plastics\Thermoplasts\Transformation -polyethylene production, high density, granulate, recycled;material;Plastics\Thermoplasts\Transformation -polyethylene production, high density, granulate, recycled Europe without;material;Plastics\Thermoplasts\Transformation -polyethylene production, linear low density, granulate;material;Plastics\Thermoplasts\Transformation -polyethylene production, linear low density, granulate;material;Plastics\Thermoplasts\Transformation -polyethylene production, low density, granulate;material;Plastics\Thermoplasts\Transformation -polyethylene production, low density, granulate;material;Plastics\Thermoplasts\Transformation -polyethylene production, low density, granulate;material;Chemicals\Others\Transformation -polyethylene production, low density, granulate;material;Chemicals\Others\Transformation -polyethylene terephthalate production, granulate, amorphous;material;Plastics\Thermoplasts\Transformation -polyethylene terephthalate production, granulate, amorphous;material;Plastics\Thermoplasts\Transformation -polyethylene terephthalate production, granulate, amorphous, recycled;material;Plastics\Thermoplasts\Transformation -polyethylene terephthalate production, granulate, amorphous, recycled;material;Plastics\Thermoplasts\Transformation -polyethylene terephthalate production, granulate, amorphous, recycled;material;Plastics\Thermoplasts\Transformation -polyethylene terephthalate production, granulate, amorphous, recycled Europe;material;Plastics\Thermoplasts\Transformation -polyethylene terephthalate production, granulate, bottle grade;material;Plastics\Thermoplasts\Transformation -polyethylene terephthalate production, granulate, bottle grade;material;Plastics\Thermoplasts\Transformation -polyethylene terephthalate production, granulate, bottle grade;material;Plastics\Thermoplasts\Transformation -polyethylene terephthalate production, granulate, bottle grade, recycled;material;Plastics\Thermoplasts\Market -polyethylene terephthalate production, granulate, bottle grade, recycled;material;Plastics\Thermoplasts\Market -polyethylene terephthalate, granulate, amorphous, recycled to generic market;material;Plastics\Thermoplasts\Transformation -polyethylene terephthalate, granulate, amorphous, recycled to generic market;material;Plastics\Thermoplasts\Transformation -polyethylene terephthalate, granulate, amorphous, recycled to generic market;material;Plastics\Thermoplasts\Transformation -polyethylene terephthalate, granulate, amorphous, recycled to generic market;material;Plastics\Thermoplasts\Transformation -polyethylene terephthalate, granulate, bottle grade, recycled to generic market;material;Plastics\Thermoplasts\Transformation -polyethylene terephthalate, granulate, bottle grade, recycled to generic market;material;Plastics\Thermoplasts\Transformation -polyethylene, high density, granulate, recycled to generic market for high;material;Plastics\Thermoplasts\Transformation -polyethylene, high density, granulate, recycled to generic market for high;material;Plastics\Thermoplasts\Transformation -polyethylene, high density, granulate, recycled to generic market for high;material;Plastics\Thermoplasts\Transformation -polyethylene, high density, granulate, recycled to generic market for high;material;Plastics\Thermoplasts\Transformation -polylactide production, granulate;material;Plastics\Biopolymers\Transformation -polymer foaming;processing;Plastics\Transformation -polymer foaming;processing;Plastics\Transformation -polymer foaming;processing;Plastics\Transformation -polymethyl methacrylate production, beads;material;Plastics\Thermoplasts\Transformation -polymethyl methacrylate production, beads;material;Plastics\Thermoplasts\Transformation -polymethyl methacrylate production, sheet;material;Plastics\Thermoplasts\Transformation -polymethyl methacrylate production, sheet;material;Plastics\Thermoplasts\Transformation -polyol production;material;Chemicals\Organic\Transformation -polyol production;material;Chemicals\Organic\Transformation -polyphenylene sulfide production;material;Plastics\Thermoplasts\Transformation -polypropylene production, granulate;material;Plastics\Thermoplasts\Transformation -polypropylene production, granulate;material;Plastics\Thermoplasts\Transformation -polystyrene foam slab for perimeter insulation;material;Construction\Insulation\Transformation -polystyrene foam slab for perimeter insulation;material;Construction\Insulation\Transformation -polystyrene foam slab production;material;Construction\Insulation\Transformation -polystyrene foam slab production;material;Construction\Insulation\Transformation -polystyrene foam slab production, 10% recycled;material;Construction\Insulation\Transformation -polystyrene foam slab production, 100% recycled;material;Construction\Insulation\Transformation -polystyrene foam slab production, 100% recycled;material;Construction\Insulation\Transformation -polystyrene foam slab production, 45% recycled;material;Construction\Insulation\Transformation -polystyrene foam slab production, 45% recycled;material;Construction\Insulation\Transformation -polystyrene foam slab with graphite, 6% recycled;material;Construction\Insulation\Transformation -polystyrene production, expandable;material;Plastics\Thermoplasts\Transformation -polystyrene production, expandable;material;Plastics\Thermoplasts\Transformation -polystyrene production, extruded, CO2 blown;material;Plastics\Thermoplasts\Transformation -polystyrene production, extruded, CO2 blown;material;Plastics\Thermoplasts\Transformation -polystyrene production, extruded, CO2 blown;material;Plastics\Thermoplasts\Transformation -polystyrene production, extruded, HFC-134a blown;material;Plastics\Thermoplasts\Transformation -polystyrene production, extruded, HFC-134a blown;material;Plastics\Thermoplasts\Transformation -polystyrene production, extruded, HFC-134a blown;material;Plastics\Thermoplasts\Transformation -polystyrene production, extruded, HFC-152a blown;material;Plastics\Thermoplasts\Transformation -polystyrene production, extruded, HFC-152a blown;material;Plastics\Thermoplasts\Transformation -polystyrene production, general purpose;material;Plastics\Thermoplasts\Transformation -polystyrene production, general purpose;material;Plastics\Thermoplasts\Transformation -polystyrene production, high impact;material;Plastics\Thermoplasts\Transformation -polystyrene production, high impact;material;Plastics\Thermoplasts\Transformation -polystyrene scrap, post-consumer, Recycled Content cut-off;material;Plastics\Thermoplasts\Transformation -polysulfide production, sealing compound;material;Construction\Sealing\Transformation -polysulfide production, sealing compound;material;Construction\Sealing\Transformation -polysulfone production, for membrane filtration production;material;Chemicals\Organic\Transformation -polyurethane production, flexible foam;material;Plastics\Thermosets\Transformation -polyurethane production, flexible foam;material;Plastics\Thermosets\Transformation -polyurethane production, rigid foam;material;Plastics\Thermosets\Transformation -polyurethane production, rigid foam;material;Plastics\Thermosets\Transformation -polyvinylchloride production, bulk polymerisation;material;Plastics\Thermoplasts\Transformation -polyvinylchloride production, bulk polymerisation;material;Plastics\Thermoplasts\Transformation -polyvinylchloride production, emulsion polymerisation;material;Plastics\Thermoplasts\Transformation -polyvinylchloride production, emulsion polymerisation;material;Plastics\Thermoplasts\Transformation -polyvinylchloride production, suspension polymerisation;material;Plastics\Thermoplasts\Transformation -polyvinylchloride production, suspension polymerisation;material;Plastics\Thermoplasts\Transformation -polyvinylfluoride production;material;Chemicals\Organic\Transformation -polyvinylfluoride production;material;Chemicals\Organic\Transformation -polyvinylfluoride production, dispersion;material;Chemicals\Organic\Transformation -polyvinylfluoride production, dispersion;material;Chemicals\Organic\Transformation -polyvinylfluoride, film production;material;Chemicals\Organic\Transformation -polyvinylfluoride, film production;material;Chemicals\Organic\Transformation -polyvinylidenchloride production, granulate;material;Plastics\Thermoplasts\Transformation -polyvinylidenchloride production, granulate;material;Plastics\Thermoplasts\Transformation -pomegranate production;material;Agricultural\Plant production\Fruits\Transformation -pomegranate production;material;Agricultural\Plant production\Fruits\Transformation -poor concrete production;material;Others\Obsolete -poor concrete production;material;Others\Obsolete -port facilities construction;transport;Water\Transformation\Infrastructure -port facilities construction;transport;Water\Transformation\Infrastructure -portachrom production;material;Chemicals\Inorganic\Transformation -portachrom production;material;Chemicals\Inorganic\Transformation -portafer production;material;Chemicals\Inorganic\Transformation -portafer production;material;Chemicals\Inorganic\Transformation -portafer production;material;Chemicals\Inorganic\Transformation -Positive active material {GLO}| Cut-off,;transport;carculator\energy storage\lithium-ion battery -Positive current collector al {GLO}| Cut-off,;transport;carculator\energy storage\lithium-ion battery -Positive electrode paste {GLO}| Cut-off,;transport;carculator\energy storage\lithium-ion battery -potassium carbonate production, from potassium hydroxide;material;Chemicals\Inorganic\Transformation -potassium chloride production;material;Chemicals\Fertilisers (inorganic)\Transformation -potassium chloride production;material;Chemicals\Fertilisers (inorganic)\Transformation -potassium chloride production;material;Chemicals\Fertilisers (inorganic)\Transformation -potassium chloride production, from salar brine;material;Chemicals\Inorganic\Transformation -potassium hydroxide production;material;Chemicals\Gases\Transformation -potassium hydroxide production;material;Chemicals\Gases\Transformation -potassium hydroxide production;material;Chemicals\Gases\Liquified\Transformation -potassium hydroxide production;material;Chemicals\Gases\Liquified\Transformation -potassium hydroxide production;material;Chemicals\Inorganic\Transformation -potassium hydroxide production;material;Chemicals\Inorganic\Transformation -potassium nitrate production;material;Chemicals\Inorganic\Transformation -potassium nitrate production;material;Chemicals\Inorganic\Transformation -potassium nitrate production, agricultural grade;material;Chemicals\Fertilisers (inorganic)\Market -potassium nitrate production, industrial grade;material;Chemicals\Inorganic\Transformation -potassium nitrate production, technical grade;material;Chemicals\Inorganic\Transformation -potassium perchlorate production;material;Chemicals\Inorganic\Transformation -potassium sulfate production;material;Chemicals\Fertilisers (inorganic)\Transformation -potassium sulfate production;material;Chemicals\Fertilisers (inorganic)\Transformation -potato grading;processing;Agricultural\Transformation -potato grading;processing;Agricultural\Transformation -potato grading;processing;Agricultural\Transformation -potato haulm cutting;processing;Agricultural\Transformation -potato haulm cutting;processing;Agricultural\Transformation -potato planting;processing;Others\Obsolete -potato planting;processing;Others\Obsolete -potato planting;processing;Others\Obsolete -potato production;material;Agricultural\Plant production\Roots and Tubers\Transformation -potato production;material;Agricultural\Plant production\Roots and Tubers\Transformation -potato production;material;Agricultural\Plant production\Roots and Tubers\Transformation -potato production;material;Agricultural\Plant production\Roots and Tubers\Transformation -potato production;material;Agricultural\Plant production\Roots and Tubers\Transformation -potato production;material;Agricultural\Plant production\Roots and Tubers\Transformation -potato production;material;Agricultural\Plant production\Roots and Tubers\Transformation -potato production, organic;material;Agricultural\Plant production\Roots and Tubers\Transformation -potato production, organic;material;Agricultural\Plant production\Roots and Tubers\Transformation -potato production, Swiss integrated production, intensive;material;Agricultural\Plant production\Roots and Tubers\Transformation -potato seed production, at farm;material;Agricultural\Plant seeds\Transformation -potato seed production, for setting;material;Agricultural\Plant seeds\Transformation -potato seed production, organic, at farm;material;Agricultural\Plant seeds\Transformation -potato seed production, organic, at farm;material;Agricultural\Plant seeds\Transformation -potato seed production, organic, for setting;material;Agricultural\Plant seeds\Transformation -potato seed production, organic, for setting;material;Agricultural\Plant seeds\Transformation -potato seed production, Swiss integrated production, at farm;material;Agricultural\Plant seeds\Transformation -potato seed production, Swiss integrated production, for setting;material;Agricultural\Plant seeds\Transformation -potato starch production;material;Agricultural\Food\Transformation -potato starch production;material;Agricultural\Food\Transformation -potentiometer production, unspecified;material;Electronics\Component\Transformation -poultry manure, dried, Recycled Content cut-off;material;Chemicals\Fertilisers (organic)\Transformation -poultry manure, fresh, Recycled Content cut-off;material;Chemicals\Fertilisers (organic)\Transformation -powder coating, aluminium sheet;processing;Metals\Coating\Transformation -powder coating, aluminium sheet;processing;Metals\Coating\Transformation -powder coating, steel;processing;Metals\Coating\Transformation -powder coating, steel;processing;Metals\Coating\Transformation -power adapter production, for laptop;material;Electronics\Devices\Transformation -power block installation, solar thermal parabolic trough, 50 MW;energy;Electricity by fuel\Photovoltaic\Transformation\Infrastructure -power block installation, solar thermal parabolic trough, 50 MW;energy;Electricity by fuel\Photovoltaic\Transformation\Infrastructure -power block installation, solar tower power plant, 20 MW;energy;Electricity by fuel\Photovoltaic\Transformation\Infrastructure -power block installation, solar tower power plant, 20 MW;energy;Electricity by fuel\Photovoltaic\Transformation\Infrastructure -power distribution unit production, for electric passenger car;material;Electronics\Component\Transformation -power saw production, with catalytic converter;processing;Wood\Transformation\Infrastructure -power saw production, with catalytic converter;processing;Wood\Transformation\Infrastructure -power saw production, without catalytic converter;processing;Wood\Transformation\Infrastructure -power saw production, without catalytic converter;processing;Wood\Transformation\Infrastructure -power sawing, with catalytic converter;processing;Wood\Transformation -power sawing, with catalytic converter;processing;Wood\Transformation -power sawing, without catalytic converter;processing;Wood\Transformation -power sawing, without catalytic converter;processing;Wood\Transformation -power supply unit production, for desktop computer;material;Electronics\Module\Transformation -power supply unit production, for desktop computer;material;Electronics\Module\Transformation -powertrain production, for electric passenger car;material;Electronics\Component\Transformation -powertrain production, for electric scooter;material;Electronics\Component\Transformation -praseodymium oxide to generic market for mischmetal;material;Metals\Non ferro\Transformation -precious metal refinery construction;material;Metals\Non ferro\Transformation\Infrastructure -precious metal refinery construction;material;Metals\Non ferro\Transformation\Infrastructure -primary lead production from concentrate;material;Metals\Non ferro\Transformation -primary lead production from concentrate;material;Metals\Non ferro\Transformation -primary lead production from concentrate;material;Chemicals\Acids (inorganic)\Transformation -primary zinc production from concentrate;material;Chemicals\Fertilisers (inorganic)\Transformation -primary zinc production from concentrate;material;Metals\Non ferro\Transformation -primary zinc production from concentrate;material;Metals\Non ferro\Transformation -primary zinc production from concentrate;material;Others\Obsolete -primary zinc production from concentrate;material;Metals\Non ferro\Transformation -primary zinc production from concentrate;material;Metals\Non ferro\Transformation -primary zinc production from concentrate;material;Metals\Non ferro\Transformation -primary zinc production from concentrate;material;Metals\Non ferro\Transformation -primary zinc production from concentrate;material;Metals\Non ferro\Transformation -primary zinc production from concentrate;material;Minerals\Transformation -primary zinc production from concentrate;material;Chemicals\Inorganic\Transformation -primary zinc production from concentrate;material;Metals\Non ferro\Transformation -primary zinc production from concentrate;material;Minerals\Transformation -primary zinc production from concentrate;energy;Heat\Steam\Transformation -primary zinc production from concentrate;material;Others\Obsolete -primary zinc production from concentrate;material;Chemicals\Inorganic\Transformation -primary zinc production from concentrate;material;Metals\Non ferro\Transformation -primary zinc production from concentrate;material;Minerals\Transformation -primary zinc production from concentrate;material;Metals\Non ferro\Transformation -primary zinc production from concentrate;material;Metals\Non ferro\Transformation -primary zinc production from concentrate;material;Chemicals\Gases\Liquified\Transformation -primary zinc production from concentrate;material;Chemicals\Gases\Liquified\Transformation -primary zinc production from concentrate;material;Chemicals\Acids (inorganic)\Transformation -primary zinc production from concentrate;material;Chemicals\Acids (inorganic)\Transformation -primary zinc production from concentrate;material;Metals\Non ferro\Transformation -primary zinc production from concentrate;material;Others\Obsolete -primary zinc production from concentrate;material;Metals\Non ferro\Transformation -primary zinc production from concentrate;material;Minerals\Transformation -printed wiring board mounting facility construction;material;Electronics\Printed wiring board\Transformation\Infrastructure -printed wiring board mounting facility construction, surface mounting line;material;Electronics\Printed wiring board\Transformation\Infrastructure -printed wiring board mounting facility construction, through-hole mounting line;material;Electronics\Printed wiring board\Transformation\Infrastructure -printed wiring board production, for power supply unit, desktop computer, Pb;material;Electronics\Printed wiring board\Transformation -printed wiring board production, for power supply unit, desktop computer, Pb;material;Electronics\Printed wiring board\Transformation -printed wiring board production, for surface mounting, Pb containing surface;material;Electronics\Printed wiring board\Transformation -printed wiring board production, for surface mounting, Pb free surface;material;Electronics\Printed wiring board\Transformation -printed wiring board production, for through-hole mounting, Pb containing;material;Electronics\Printed wiring board\Transformation -printed wiring board production, for through-hole mounting, Pb free surface;material;Electronics\Printed wiring board\Transformation -printed wiring board production, mounted mainboard, desktop computer, Pb;material;Electronics\Printed wiring board\Transformation -printed wiring board production, mounted mainboard, desktop computer, Pb free;material;Electronics\Printed wiring board\Transformation -printed wiring board production, mounted mainboard, laptop computer, Pb;material;Electronics\Printed wiring board\Transformation -printed wiring board production, mounted mainboard, laptop computer, Pb free;material;Electronics\Printed wiring board\Transformation -printed wiring board production, surface mounted, unspecified, Pb containing;material;Electronics\Printed wiring board\Transformation -printed wiring board production, surface mounted, unspecified, Pb free;material;Electronics\Printed wiring board\Transformation -printed wiring board production, through-hole mounted, unspecified, Pb;material;Electronics\Printed wiring board\Transformation -printed wiring board production, through-hole mounted, unspecified, Pb free;material;Electronics\Printed wiring board\Transformation -printer production, laser, black/white;material;Electronics\Devices\Transformation -printer production, laser, colour;material;Electronics\Devices\Transformation -printing ink production, offset, product in 47.5% solution state;material;Chemicals\Others\Transformation -printing ink production, offset, product in 47.5% solution state;material;Chemicals\Others\Transformation -printing ink production, rotogravure, product in 55% toluene solution state;material;Chemicals\Others\Transformation -printing ink production, rotogravure, product in 55% toluene solution state;material;Chemicals\Others\Transformation -processing of anode slime, primary copper production;material;Metals\Non ferro\Transformation -processing of anode slime, primary copper production;material;Metals\Non ferro\Transformation -process-specific burdens, hazardous waste incineration plant;processing;Waste\Transformation -process-specific burdens, hazardous waste incineration plant;processing;Waste\Transformation -process-specific burdens, import of copper to Switzerland;processing;Waste\Transformation -process-specific burdens, inert material landfill;processing;Waste\Transformation -process-specific burdens, inert material landfill;processing;Waste\Transformation -process-specific burdens, municipal waste incineration;processing;Waste\Transformation -process-specific burdens, municipal waste incineration;processing;Waste\Transformation -process-specific burdens, municipal waste incineration Europe without;processing;Waste\Transformation -process-specific burdens, residual material landfill;processing;Waste\Transformation -process-specific burdens, residual material landfill;processing;Waste\Transformation -process-specific burdens, residual material landfill Europe without;processing;Waste\Transformation -process-specific burdens, sanitary landfill;processing;Waste\Transformation -process-specific burdens, sanitary landfill;processing;Waste\Transformation -process-specific burdens, slag landfill;processing;Others\Transformation -process-specific burdens, slag landfill;processing;Others\Transformation -process-specific burdens, slag landfill Europe without;processing;Others\Transformation -Production of 2 wt-% potassium iodide solution {RER}| Cut-off,;transport;carculator\synthetic fuels\transformation -Production of nickle-based catalyst for methanation {RER}| Cut-off,;transport;carculator\synthetic fuels\transformation -propanal production;material;Chemicals\Organic\Transformation -propanal production;material;Chemicals\Organic\Transformation -propane extraction, from liquefied petroleum gas;energy;Heat\Gas\Transformation -propane extraction, from liquefied petroleum gas;material;Chemicals\Gases\Transformation -propane, burned in building machine;energy;Mechanical\Transformation -propionic acid production;material;Chemicals\Organic\Transformation -propionic acid production;material;Chemicals\Organic\Transformation -propyl acetate production;material;Chemicals\Organic\Transformation -propyl acetate production;material;Chemicals\Organic\Transformation -propyl amine production;material;Chemicals\Organic\Transformation -propyl amine production;material;Chemicals\Organic\Transformation -propylene glycol production, liquid;material;Chemicals\Organic\Transformation -propylene glycol production, liquid;material;Chemicals\Organic\Transformation -propylene oxide production, liquid;material;Chemicals\Organic\Transformation -propylene oxide production, liquid;material;Chemicals\Organic\Transformation -propylene production;material;Chemicals\Organic\Transformation -propylene production;material;Chemicals\Organic\Transformation -propylene production, pipeline system;material;Chemicals\Organic\Transformation -propylene production, pipeline system;material;Chemicals\Organic\Transformation -prosulfocarb production;material;Chemicals\Pesticides\Transformation -prosulfocarb production;material;Chemicals\Pesticides\Transformation -protein pea production;material;Agricultural\Plant production\Legumes\Transformation -protein pea production;material;Agricultural\Plant production\Legumes\Transformation -protein pea production;material;Agricultural\Plant production\Legumes\Transformation -protein pea production;material;Agricultural\Plant production\Legumes\Transformation -protein pea production, organic;material;Agricultural\Plant production\Legumes\Transformation -protein pea production, organic;material;Agricultural\Plant production\Legumes\Transformation -protein pea production, Swiss integrated production, intensive;material;Agricultural\Plant production\Legumes\Transformation -protein pea, feed production, Swiss integrated production;material;Agricultural\Animal feed\Transformation -protein pea, feed production, Swiss integrated production;material;Others\Obsolete -pulp factory construction;material;Paper+ Board\Pulp\Transformation\Infrastructure -pulp factory construction;material;Paper+ Board\Pulp\Transformation\Infrastructure -pulverised lignite production;material;Fuels\Lignite\Transformation -pulverised lignite production;material;Fuels\Lignite\Transformation -pumice quarry operation;material;Minerals\Transformation -pumice quarry operation;material;Minerals\Transformation -pump production, 40W;energy;Heat\Solar\Transformation\Infrastructure -pump production, 40W;energy;Heat\Solar\Transformation\Infrastructure -pump station construction;material;Water\Drinking water\Transformation\Infrastructure -pump station construction;material;Water\Drinking water\Transformation\Infrastructure -Pumps, carbon dioxide capture process {RER}| Cut-off,;transport;carculator\synthetic fuels\direct air capture -purge gas, rich in sodium nitrate to market for sodium nitrate, unrefined;material;Chemicals\Inorganic\Transformation -purge gas, rich in sodium nitrate, Recycled Content cut-off;material;Chemicals\Others\Transformation -purification of wet-process phosphoric acid to industrial grade, product in 85%;material;Chemicals\Acids (inorganic)\Transformation -purification of wet-process phosphoric acid to industrial grade, product in 85%;material;Chemicals\Acids (inorganic)\Transformation -purified terephthalic acid production;material;Chemicals\Acids (organic)\Transformation -purified terephthalic acid production;material;Chemicals\Acids (organic)\Transformation -purified terephthalic acid production;material;Chemicals\Acids (organic)\Transformation -purse seiner construction, steel;material;Agricultural\Animal production\Fish\Transformation\Infrastructure -purse seiner construction, steel;material;Agricultural\Animal production\Fish\Transformation\Infrastructure -purse seiner construction, wood;material;Agricultural\Animal production\Fish\Transformation\Infrastructure -purse seiner construction, wood;material;Agricultural\Animal production\Fish\Transformation\Infrastructure -purse seiner maintenance, steel;processing;Agricultural\Transformation -purse seiner maintenance, steel;processing;Agricultural\Transformation -purse seiner maintenance, wood;processing;Agricultural\Transformation -purse seiner maintenance, wood;processing;Agricultural\Transformation -pyrazole production;material;Chemicals\Organic\Transformation -pyrazole production;material;Chemicals\Organic\Transformation -pyrethroid-compound production;material;Chemicals\Pesticides\Transformation -pyrethroid-compound production;material;Chemicals\Pesticides\Transformation -pyridazine-compound production;material;Chemicals\Pesticides\Transformation -pyridazine-compound production;material;Chemicals\Pesticides\Transformation -pyridine-compound production;material;Chemicals\Pesticides\Transformation -pyridine-compound production;material;Chemicals\Pesticides\Transformation -quicklime production, in pieces, loose;material;Chemicals\Inorganic\Transformation -quicklime production, in pieces, loose;material;Chemicals\Inorganic\Transformation -quicklime production, in pieces, loose;material;Chemicals\Inorganic\Transformation -quicklime production, milled, loose;material;Chemicals\Inorganic\Transformation -quicklime production, milled, loose;material;Chemicals\Inorganic\Transformation -quicklime production, milled, loose;material;Chemicals\Inorganic\Transformation -quicklime production, milled, packed;material;Chemicals\Inorganic\Transformation -quicklime production, milled, packed;material;Chemicals\Inorganic\Transformation -Radiator {GLO}| Cut-off,;transport;carculator\energy storage\lithium-ion battery -radish production;material;Agricultural\Plant production\Roots and Tubers\Transformation -railway track construction;transport;Rail\Transformation\Infrastructure -railway track construction;transport;Rail\Transformation\Infrastructure -railway track construction, for high-speed train;transport;Rail\Transformation\Infrastructure -railway track construction, for high-speed train;transport;Rail\Transformation\Infrastructure -rainwater harvesting;material;Water\Industry water\Transformation -rape meal to generic market for protein feed;material;Agricultural\Animal feed\Market -rape meal to generic market for protein feed;material;Agricultural\Animal feed\Transformation -rape oil mill operation;material;Agricultural\Animal feed\Transformation -rape oil mill operation;material;Agricultural\Animal feed\Transformation -rape oil mill operation;material;Agricultural\Plant oils\Transformation -rape oil mill operation;material;Agricultural\Plant oils\Transformation -rape oil mill operation Europe without;material;Agricultural\Animal feed\Transformation -rape oil mill operation Europe without;material;Agricultural\Plant oils\Transformation -rape seed production;material;Agricultural\Plant seeds\Transformation -rape seed production;material;Agricultural\Plant seeds\Transformation -rape seed production;material;Agricultural\Plant seeds\Transformation -rape seed production;material;Agricultural\Plant seeds\Transformation -rape seed production;material;Agricultural\Plant seeds\Transformation -rape seed production Canada without;material;Agricultural\Plant seeds\Transformation -rape seed production, for sowing;material;Agricultural\Plant seeds\Transformation -rape seed production, for sowing;material;Agricultural\Plant seeds\Transformation -rape seed production, organic;material;Agricultural\Plant seeds\Transformation -rape seed production, organic;material;Agricultural\Plant seeds\Transformation -rape seed production, organic, for sowing;material;Agricultural\Plant seeds\Transformation -rape seed production, organic, for sowing;material;Agricultural\Plant seeds\Transformation -rape seed production, Swiss integrated production, extensive;material;Agricultural\Plant seeds\Transformation -rape seed production, Swiss integrated production, intensive;material;Agricultural\Plant seeds\Transformation -Rapeseed cultivation {rer} | rapeseed production europe | alloc rec, u {RER}|;transport;carculator\biofuels\feedstock -rare earth concentrate production, 70% REO, from bastnäsite;material;Minerals\Transformation -rare earth concentrate production, 70% REO, from bastnäsite;material;Minerals\Transformation -rare earth oxides production from bastnäsite concentrate;material;Chemicals\Inorganic\Transformation -rare earth oxides production from bastnäsite concentrate;material;Chemicals\Inorganic\Transformation -rare earth oxides production from bastnäsite concentrate;material;Chemicals\Inorganic\Transformation -rare earth oxides production from bastnäsite concentrate;material;Chemicals\Inorganic\Transformation -rare earth oxides production from bastnäsite concentrate;material;Chemicals\Inorganic\Transformation -rare earth oxides production from bastnäsite concentrate;material;Chemicals\Inorganic\Transformation -rare earth oxides production from bastnäsite concentrate;material;Chemicals\Inorganic\Transformation -rare earth oxides production from bastnäsite concentrate;material;Chemicals\Inorganic\Transformation -rare earth oxides production from bastnäsite concentrate;material;Minerals\Transformation -rare earth oxides production from bastnäsite concentrate;material;Minerals\Transformation -receiver system construction, solar tower power plant, 20 MW;energy;Electricity by fuel\Photovoltaic\Transformation\Infrastructure -receiver system construction, solar tower power plant, 20 MW;energy;Electricity by fuel\Photovoltaic\Transformation\Infrastructure -recultivation, bauxite mine;processing;Land transformation\Transformation -recultivation, bentonite mine;processing;Land transformation\Transformation -recultivation, bentonite mine;processing;Land transformation\Transformation -recultivation, ilmenite mine;processing;Land transformation\Transformation -recultivation, iron mine;processing;Land transformation\Transformation -recultivation, limestone mine;processing;Land transformation\Transformation -recultivation, limestone mine;processing;Land transformation\Transformation -recultivation, shale quarry;processing;Land transformation\Transformation -Recycling of aluminium;waste treatment;Recycling\Transformation -Recycling of packaging glass, white;waste treatment;Recycling\Transformation -Recyling of core board;waste treatment;Recycling\Transformation -Recyling of mixed plastics;waste treatment;Recycling\Transformation -Recyling of paper;waste treatment;Recycling\Transformation -Recyling of PE;waste treatment;Recycling\Transformation -Recyling of PET;waste treatment;Recycling\Transformation -Recyling of PP;waste treatment;Recycling\Transformation -Recyling of PS;waste treatment;Recycling\Transformation -Recyling of PVC;waste treatment;Recycling\Transformation -Recyling of steel and iron;waste treatment;Recycling\Transformation -reefer production, intermodal shipping container, 40-foot, high-cube, carbon;transport;Intermodal\Transformation\Infrastructure -reefer production, intermodal shipping container, 40-foot, high-cube, R134a as;transport;Intermodal\Transformation\Infrastructure -reeled raw silk hank production;material;Chemicals\Others\Transformation -reeled raw silk hank production;material;Chemicals\Others\Transformation -Refined waste cooking oil {rer} | refining of waste cooking oil europe | alloc;transport;carculator\biofuels\transformation -refinery gas production, petroleum refinery operation;material;Fuels\Natural gas\Transformation -refinery gas production, petroleum refinery operation;material;Fuels\Natural gas\Transformation -refinery gas production, petroleum refinery operation;material;Fuels\Natural gas\Transformation -refinery gas production, petroleum refinery operation;material;Fuels\Natural gas\Transformation -refinery gas production, petroleum refinery operation;material;Fuels\Natural gas\Transformation -refinery gas production, petroleum refinery operation;material;Fuels\Natural gas\Transformation -refinery gas production, petroleum refinery operation Europe without;material;Fuels\Natural gas\Transformation -refinery gas, burned in furnace;energy;Heat\Gas\Transformation -refinery gas, burned in furnace;energy;Heat\Gas\Transformation -refinery gas, burned in furnace Europe without;energy;Heat\Gas\Transformation -reformate production, petroleum refinery operation;material;Chemicals\Others\Transformation -reformate production, petroleum refinery operation;material;Chemicals\Others\Transformation -reformate production, petroleum refinery operation;material;Chemicals\Others\Transformation -reformate production, petroleum refinery operation;material;Chemicals\Others\Transformation -reformate production, petroleum refinery operation;material;Chemicals\Others\Transformation -reformate production, petroleum refinery operation;material;Chemicals\Others\Transformation -reformate production, petroleum refinery operation Europe without;material;Chemicals\Others\Transformation -refractory production, basic, packed;material;Construction\Bricks\Transformation -refractory production, basic, packed;material;Construction\Bricks\Transformation -refractory production, fireclay, packed;material;Construction\Bricks\Transformation -refractory production, fireclay, packed;material;Construction\Bricks\Transformation -refractory production, high aluminium oxide, packed;material;Construction\Bricks\Transformation -refractory production, high aluminium oxide, packed;material;Construction\Bricks\Transformation -refrigerant R134a production;material;Chemicals\Organic\Transformation -refrigerant R134a production;material;Chemicals\Organic\Transformation -refrigeration machine production, carbon dioxide, liquid as refrigerant;transport;Intermodal\Transformation\Infrastructure -refrigeration machine production, R134a as refrigerant;transport;Intermodal\Transformation\Infrastructure -refrigerator production;material;Appliances\Transformation\Infrastructure -reinforcing steel production;material;Metals\Ferro\Transformation -reinforcing steel production;material;Metals\Ferro\Transformation -residential sewer grid construction, 0.087 km;processing;Waste\Transformation\Infrastructure -residential sewer grid construction, 0.087 km;processing;Waste\Transformation\Infrastructure -residual material landfill construction;processing;Waste\Transformation\Infrastructure -residual material landfill construction;processing;Waste\Transformation\Infrastructure -resistor production, auxilliaries and energy use;material;Electronics\Component\Transformation -resistor production, metal film type, through-hole mounting;material;Electronics\Component\Transformation -resistor production, surface-mounted;material;Electronics\Component\Transformation -resistor production, wirewound, through-hole mounting;material;Electronics\Component\Transformation -retention aid production, for paper production;material;Chemicals\Others\Transformation -retention aid production, for paper production;material;Chemicals\Others\Transformation -rhodium to generic market for metal catalyst for catalytic converter;material;Chemicals\Others\Transformation -rice production;material;Others\Obsolete -rice production, basmati;material;Agricultural\Plant production\Cereals\Transformation -rice production, basmati;material;Agricultural\Plant production\Cereals\Transformation -rice production, non-basmati;material;Agricultural\Plant production\Cereals\Transformation -rice production, non-basmati;material;Agricultural\Plant production\Cereals\Transformation -rice production, non-basmati;material;Agricultural\Plant production\Cereals\Transformation -rice production, non-basmati;material;Agricultural\Plant production\Cereals\Transformation -rice production, non-basmati;material;Agricultural\Plant production\Roughage\Transformation -rice production, non-basmati;material;Agricultural\Plant production\Roughage\Transformation -rice seed production, for sowing;material;Agricultural\Plant seeds\Transformation -rice seed production, for sowing;material;Agricultural\Plant seeds\Transformation -road construction;transport;Road\Transformation\Infrastructure -road construction;transport;Road\Transformation\Infrastructure -road construction, company, internal;transport;Road\Transformation\Infrastructure -road construction, company, internal;transport;Road\Transformation\Infrastructure -road maintenance;transport;Road\Transformation\Infrastructure -road maintenance;transport;Road\Transformation\Infrastructure -road maintenance Europe without;transport;Road\Transformation\Infrastructure -road vehicle factory construction;transport;Road\Transformation\Infrastructure -road vehicle factory construction;transport;Road\Transformation\Infrastructure -rock crushing;processing;Others\Transformation -rock crushing;processing;Others\Transformation -rock wool factory construction;material;Others\Obsolete -rock wool factory construction;material;Others\Obsolete -rock wool production;material;Others\Obsolete -rock wool production;material;Others\Obsolete -rock wool production, packed;material;Others\Obsolete -rock wool production, packed;material;Others\Obsolete -rolling mill production;processing;Metals\Metal working\Transformation\Infrastructure -rolling mill production;processing;Metals\Metal working\Transformation\Infrastructure -roof tile production;material;Construction\Coverings\Transformation -roof tile production;material;Construction\Coverings\Transformation -room-connecting overflow element production, steel, approx. 40 m3/h;material;Construction\Ventilation\Transformation -room-connecting overflow element production, steel, approx. 40 m3/h;material;Construction\Ventilation\Transformation -rosin size production, for paper production;material;Chemicals\Others\Transformation -rosin size production, for paper production;material;Chemicals\Others\Transformation -router, internet;material;Electronics\Devices\Transformation -router, internet;material;Electronics\Devices\Transformation -rutile production, synthetic, 95% titanium dioxide;material;Others\Obsolete -rutile production, synthetic, 95% titanium dioxide, Becher process;material;Minerals\Transformation -rutile production, synthetic, 95% titanium dioxide, Benelite process;material;Minerals\Transformation -Rwgs tank construction {GLO}| Cut-off,;transport;carculator\synthetic fuels\infrastructure -rye grain, feed production, organic;material;Agricultural\Animal feed\Transformation -rye grain, feed production, organic;material;Agricultural\Animal feed\Transformation -rye grain, feed production, Swiss integrated production;material;Agricultural\Animal feed\Transformation -rye grain, feed production, Swiss integrated production;material;Others\Obsolete -rye production;material;Agricultural\Plant production\Cereals\Transformation -rye production;material;Agricultural\Plant production\Cereals\Transformation -rye production;material;Agricultural\Plant production\Roughage\Transformation -rye production;material;Agricultural\Plant production\Roughage\Transformation -rye production, organic;material;Agricultural\Plant production\Cereals\Transformation -rye production, organic;material;Agricultural\Plant production\Cereals\Transformation -rye production, organic;material;Agricultural\Plant production\Roughage\Transformation -rye production, organic;material;Agricultural\Plant production\Roughage\Transformation -rye production, Swiss integrated production, extensive;material;Agricultural\Plant production\Cereals\Transformation -rye production, Swiss integrated production, extensive;material;Agricultural\Plant production\Roughage\Transformation -rye production, Swiss integrated production, intensive;material;Agricultural\Plant production\Cereals\Transformation -rye production, Swiss integrated production, intensive;material;Agricultural\Plant production\Roughage\Transformation -rye seed production, for sowing;material;Agricultural\Plant seeds\Transformation -rye seed production, organic, for sowing;material;Agricultural\Plant seeds\Transformation -rye seed production, organic, for sowing;material;Agricultural\Plant seeds\Transformation -rye seed production, Swiss integrated production, for sowing;material;Agricultural\Plant seeds\Transformation -Sabatier reaction methanation unit {RER}| Cut-off,;transport;carculator\synthetic fuels\infrastructure -salicylic acid production;material;Chemicals\Organic\Transformation -salicylic acid production;material;Chemicals\Acids (organic)\Transformation -salt production from seawater, evaporation pond;material;Chemicals\Inorganic\Transformation -samarium europium gadolinium concentrate to generic market for mischmetal;material;Metals\Non ferro\Transformation -sand quarry operation, extraction from river bed;material;Minerals\Transformation -sand quarry operation, extraction from river bed;material;Minerals\Transformation -sand quarry operation, extraction from river bed;material;Minerals\Transformation -sand quarry operation, open pit mine;material;Minerals\Transformation -sand to generic market for inert filler;material;Chemicals\Others\Transformation -sand-lime brick production;material;Construction\Bricks\Transformation -sand-lime brick production;material;Construction\Bricks\Transformation -sanforizing, textile;processing;Textiles\Transformation -sanitary ceramics production;material;Construction\Ceramics\Transformation -sanitary ceramics production;material;Construction\Ceramics\Transformation -sanitary landfill facility construction;processing;Waste\Transformation\Infrastructure -sanitary landfill facility construction;processing;Waste\Transformation\Infrastructure -saw dust, wet, measured as dry mass to generic market for residual softwood,;material;Wood\Byproducts\Transformation -saw dust, wet, measured as dry mass to generic market for residual softwood,;material;Wood\Byproducts\Transformation -sawing and planing, azobe, air dried;material;Wood\Byproducts\Transformation -sawing and planing, azobe, air dried;material;Wood\Byproducts\Transformation -sawing and planing, azobe, air dried;material;Wood\Products\Transformation -sawing and planing, azobe, air dried;material;Wood\Products\Transformation -sawing and planing, paraná pine, kiln dried;energy;Cogeneration\Biomass\Transformation -sawing and planing, paraná pine, kiln dried;energy;Cogeneration\Biomass\Transformation -sawing and planing, paraná pine, kiln dried;material;Wood\Byproducts\Transformation -sawing and planing, paraná pine, kiln dried;material;Wood\Byproducts\Transformation -sawing and planing, paraná pine, kiln dried;material;Wood\Products\Transformation -sawing and planing, paraná pine, kiln dried;material;Wood\Products\Transformation -sawing and planing, paraná pine, kiln dried;material;Wood\Byproducts\Transformation -sawing and planing, paraná pine, kiln dried;material;Wood\Byproducts\Transformation -sawing, hardwood;processing;Wood\Transformation -sawing, hardwood;processing;Wood\Transformation -sawing, hardwood;processing;Wood\Transformation -sawing, hardwood;material;Wood\Extraction\Transformation -sawing, hardwood;material;Wood\Extraction\Transformation -sawing, hardwood;material;Wood\Extraction\Transformation -sawing, hardwood;material;Others\Obsolete -sawing, hardwood;material;Others\Obsolete -sawing, hardwood;material;Wood\Products\Transformation -sawing, hardwood;material;Wood\Products\Transformation -sawing, hardwood;material;Wood\Products\Transformation -sawing, hardwood;material;Others\Obsolete -sawing, hardwood;material;Others\Obsolete -sawing, hardwood;processing;Agricultural\Transformation -sawing, hardwood;processing;Agricultural\Transformation -sawing, hardwood;processing;Agricultural\Transformation -sawing, softwood;processing;Wood\Transformation -sawing, softwood;processing;Wood\Transformation -sawing, softwood;processing;Wood\Transformation -sawing, softwood;material;Wood\Extraction\Transformation -sawing, softwood;material;Wood\Extraction\Transformation -sawing, softwood;material;Wood\Extraction\Transformation -sawing, softwood;material;Others\Obsolete -sawing, softwood;material;Others\Obsolete -sawing, softwood;material;Wood\Products\Transformation -sawing, softwood;material;Wood\Products\Transformation -sawing, softwood;material;Wood\Products\Transformation -sawing, softwood;material;Others\Obsolete -sawing, softwood;material;Others\Obsolete -sawing, softwood;processing;Agricultural\Transformation -sawing, softwood;processing;Agricultural\Transformation -sawing, softwood;processing;Agricultural\Transformation -sawmill construction;material;Wood\Products\Transformation\Infrastructure -sawmill construction;material;Others\Obsolete -sawmill construction;material;Wood\Products\Transformation\Infrastructure -sawmill construction Europe without;material;Wood\Products\Transformation\Infrastructure -sawnwood production, hardwood, air dried, planed;material;Others\Obsolete -sawnwood production, hardwood, air dried, planed;material;Others\Obsolete -sawnwood production, hardwood, dried (u=10%), planed;material;Wood\Products\Transformation -sawnwood production, hardwood, dried (u=10%), planed;material;Wood\Products\Transformation -sawnwood production, hardwood, dried (u=20%), planed;material;Wood\Products\Transformation -sawnwood production, hardwood, dried (u=20%), planed;material;Wood\Products\Transformation -sawnwood production, hardwood, kiln dried, planed;material;Others\Obsolete -sawnwood production, hardwood, kiln dried, planed;material;Others\Obsolete -sawnwood production, hardwood, raw, air dried;material;Others\Obsolete -sawnwood production, hardwood, raw, air dried;material;Others\Obsolete -sawnwood production, hardwood, raw, dried (u=10%);material;Wood\Products\Transformation -sawnwood production, hardwood, raw, dried (u=10%);material;Wood\Products\Transformation -sawnwood production, hardwood, raw, dried (u=20%);material;Wood\Products\Transformation -sawnwood production, hardwood, raw, dried (u=20%);material;Wood\Products\Transformation -sawnwood production, hardwood, raw, kiln dried;material;Others\Obsolete -sawnwood production, hardwood, raw, kiln dried;material;Others\Obsolete -sawnwood production, softwood, air dried, planed;material;Others\Obsolete -sawnwood production, softwood, air dried, planed;material;Others\Obsolete -sawnwood production, softwood, dried (u=10%), planed;material;Wood\Products\Transformation -sawnwood production, softwood, dried (u=10%), planed;material;Wood\Products\Transformation -sawnwood production, softwood, dried (u=20%), planed;material;Wood\Products\Transformation -sawnwood production, softwood, dried (u=20%), planed;material;Wood\Products\Transformation -sawnwood production, softwood, kiln dried, planed;material;Others\Obsolete -sawnwood production, softwood, kiln dried, planed;material;Others\Obsolete -sawnwood production, softwood, raw, air dried;material;Others\Obsolete -sawnwood production, softwood, raw, air dried;material;Others\Obsolete -sawnwood production, softwood, raw, dried (u=10%);material;Wood\Products\Transformation -sawnwood production, softwood, raw, dried (u=10%);material;Wood\Products\Transformation -sawnwood production, softwood, raw, dried (u=20%);material;Wood\Products\Transformation -sawnwood production, softwood, raw, dried (u=20%);material;Wood\Products\Transformation -sawnwood production, softwood, raw, kiln dried;material;Others\Obsolete -sawnwood production, softwood, raw, kiln dried;material;Others\Obsolete -scrap lead acid battery, Recycled Content cut-off;material;Chemicals\Inorganic\Transformation -scrap preparation facility construction;processing;Waste\Transformation\Infrastructure -scrap preparation facility construction;processing;Waste\Transformation\Infrastructure -seal production, natural rubber based;material;Construction\Sealing\Transformation -seal production, natural rubber based;material;Construction\Sealing\Transformation -sealing tape production, aluminium/PE, 50 mm wide;material;Construction\Sealing\Transformation -sealing tape production, aluminium/PE, 50 mm wide;material;Construction\Sealing\Transformation -seawater reverse osmosis module production, 8-inch spiral wound, baseline;material;Water\Industry water\Transformation\Infrastructure -seawater reverse osmosis module production, 8-inch spiral wound, enhanced;material;Water\Industry water\Transformation\Infrastructure -section bar extrusion, aluminium;processing;Metals\Chipless shaping\Transformation -section bar extrusion, aluminium;processing;Metals\Chipless shaping\Transformation -section bar rolling, steel;processing;Metals\Chipless shaping\Transformation -section bar rolling, steel;processing;Metals\Chipless shaping\Transformation -seed-cotton production, conventional;material;Textiles\Transformation -seed-cotton production, conventional;material;Textiles\Transformation -seed-cotton production, conventional;material;Textiles\Transformation -seed-cotton production, organic;material;Textiles\Transformation -seed-cotton production, organic;material;Textiles\Transformation -selective catalytic reduction of nitrogen oxides;processing;Power plants\Transformation -selective coating, aluminium sheet, nickel pigmented aluminium oxide;processing;Metals\Coating\Transformation -selective coating, aluminium sheet, nickel pigmented aluminium oxide;processing;Metals\Coating\Transformation -selective coating, copper sheet, black chrome;processing;Metals\Coating\Transformation -selective coating, copper sheet, black chrome;processing;Metals\Coating\Transformation -selective coating, copper sheet, black chrome;processing;Metals\Coating\Transformation -selective coating, copper sheet, black majic;processing;Metals\Coating\Transformation -selective coating, copper sheet, black majic;processing;Metals\Coating\Transformation -selective coating, copper sheet, black majic;processing;Metals\Coating\Transformation -selective coating, copper sheet, physical vapour deposition;processing;Metals\Coating\Transformation -selective coating, copper sheet, physical vapour deposition;processing;Metals\Coating\Transformation -selective coating, copper sheet, physical vapour deposition;processing;Metals\Coating\Transformation -selective coating, copper sheet, sputtering;processing;Metals\Coating\Transformation -selective coating, copper sheet, sputtering;processing;Metals\Coating\Transformation -selective coating, copper sheet, sputtering;processing;Metals\Coating\Transformation -Selective coating, sputtering {GLO}| Cut-off,;transport;carculator\energy storage\fuel cell stack -selective coating, stainless steel sheet, black chrome;processing;Metals\Coating\Transformation -selective coating, stainless steel sheet, black chrome;processing;Metals\Coating\Transformation -selenium production;material;Chemicals\Inorganic\Transformation -selenium production;material;Chemicals\Inorganic\Transformation -Separator {GLO}| Cut-off,;transport;carculator\energy storage\lithium-ion battery -Separator, lfp {JP}| Cut-off,;transport;carculator\energy storage\lithium-ion battery -Separator, nca {JP}| Cut-off,;transport;carculator\energy storage\lithium-ion battery -sesame seed production;material;Agricultural\Plant production\Oil seeds\Transformation -sesame seed production;material;Agricultural\Plant production\Oil seeds\Transformation -sewer grid construction, 1.1E10l/year, 242 km;processing;Waste\Transformation\Infrastructure -sewer grid construction, 1.1E10l/year, 242 km;processing;Waste\Transformation\Infrastructure -sewer grid construction, 1.6E8l/year, 6 km;processing;Waste\Transformation\Infrastructure -sewer grid construction, 1.6E8l/year, 6 km;processing;Waste\Transformation\Infrastructure -sewer grid construction, 1E9l/year, 30 km;processing;Waste\Transformation\Infrastructure -sewer grid construction, 1E9l/year, 30 km;processing;Waste\Transformation\Infrastructure -sewer grid construction, 4.7E10l/year, 583 km;processing;Waste\Transformation\Infrastructure -sewer grid construction, 4.7E10l/year, 583 km;processing;Waste\Transformation\Infrastructure -sewer grid construction, 5E9l/year, 110 km;processing;Waste\Transformation\Infrastructure -sewer grid construction, 5E9l/year, 110 km;processing;Waste\Transformation\Infrastructure -shale brick production;material;Construction\Bricks\Transformation -shale brick production;material;Construction\Bricks\Transformation -shale quarry operation;material;Minerals\Transformation -shale quarry operation;material;Minerals\Transformation -shaving, hardwood, measured as dry mass to generic market for residual wood,;material;Others\Obsolete -shaving, softwood, measured as dry mass to generic market for residual wood,;material;Others\Obsolete -shavings, hardwood, measured as dry mass to generic market for residual wood,;material;Wood\Byproducts\Transformation -shavings, softwood, measured as dry mass to generic market for residual wood,;material;Wood\Byproducts\Transformation -shed construction;material;Agricultural\Plant production\Other\Transformation\Infrastructure -shed construction;material;Agricultural\Plant production\Other\Transformation\Infrastructure -shed construction, large, wood, non-insulated, fire-unprotected;material;Agricultural\Plant production\Other\Transformation\Infrastructure -shed construction, large, wood, non-insulated, fire-unprotected;material;Agricultural\Plant production\Other\Transformation\Infrastructure -sheep for slaughtering, live weight to generic market for red meat, live weight;material;Agricultural\Food\Transformation -sheep production, for meat;material;Agricultural\Animal production\Ovine\Transformation -sheep production, for meat;material;Agricultural\Animal production\Ovine\Transformation -sheep production, for meat;material;Agricultural\Animal production\Ovine\Transformation -sheep production, for meat;material;Agricultural\Animal production\Ovine\Transformation -sheep production, for wool;material;Agricultural\Animal production\Ovine\Transformation -sheep production, for wool;material;Agricultural\Animal production\Ovine\Transformation -sheep production, for wool;material;Agricultural\Animal production\Ovine\Transformation -sheep production, for wool;material;Agricultural\Animal production\Ovine\Transformation -sheet rolling, aluminium;processing;Metals\Chipless shaping\Transformation -sheet rolling, aluminium;processing;Metals\Chipless shaping\Transformation -sheet rolling, chromium steel;processing;Metals\Chipless shaping\Transformation -sheet rolling, chromium steel;processing;Metals\Chipless shaping\Transformation -sheet rolling, copper;processing;Metals\Chipless shaping\Transformation -sheet rolling, copper;processing;Metals\Chipless shaping\Transformation -sheet rolling, steel;processing;Metals\Chipless shaping\Transformation -sheet rolling, steel;processing;Metals\Chipless shaping\Transformation -silencer production, steel, DN 125;material;Construction\Ventilation\Transformation -silencer production, steel, DN 125;material;Construction\Ventilation\Transformation -silencer production, steel, DN 315, 50 mm;material;Construction\Ventilation\Transformation -silencer production, steel, DN 315, 50 mm;material;Construction\Ventilation\Transformation -silica fume, densified, Recycled Content cut-off;material;Chemicals\Inorganic\Transformation -silica sand production;material;Chemicals\Inorganic\Transformation -silica sand production;material;Chemicals\Inorganic\Transformation -silicon carbide production;material;Chemicals\Inorganic\Transformation -silicon carbide production;material;Chemicals\Inorganic\Transformation -silicon hydrochloration;material;Chemicals\Inorganic\Transformation -silicon hydrochloration;material;Chemicals\Inorganic\Transformation -silicon production, electronics grade;material;Chemicals\Inorganic\Transformation -silicon production, electronics grade;material;Chemicals\Inorganic\Transformation -silicon production, electronics grade;material;Chemicals\Silicons\Transformation -silicon production, electronics grade;material;Chemicals\Silicons\Transformation -silicon production, electronics grade;material;Chemicals\Silicons\Transformation -silicon production, electronics grade;material;Chemicals\Silicons\Transformation -silicon production, metallurgical grade;material;Chemicals\Silicons\Transformation -silicon production, metallurgical grade;material;Chemicals\Silicons\Transformation -silicon production, multi-Si, casted;material;Chemicals\Silicons\Transformation -silicon production, multi-Si, casted;material;Chemicals\Silicons\Transformation -silicon production, multi-Si, casted;material;Chemicals\Silicons\Transformation -silicon production, single crystal, Czochralski process, electronics;material;Electronics\Photovoltaic\Transformation -silicon production, single crystal, Czochralski process, electronics;material;Electronics\Photovoltaic\Transformation -silicon production, single crystal, Czochralski process, photovoltaics;material;Electronics\Photovoltaic\Transformation -silicon production, single crystal, Czochralski process, photovoltaics;material;Electronics\Photovoltaic\Transformation -silicon production, solar grade, modified Siemens process;material;Chemicals\Silicons\Transformation -silicon production, solar grade, modified Siemens process;material;Chemicals\Silicons\Transformation -silicon tetrachloride production;material;Chemicals\Gases\Transformation -silicon tetrachloride production;material;Chemicals\Inorganic\Transformation -silicone factory construction;material;Chemicals\Silicons\Transformation\Infrastructure -silicone factory construction;material;Chemicals\Silicons\Transformation\Infrastructure -silicone product production;material;Chemicals\Silicons\Transformation -silicone product production;material;Chemicals\Silicons\Transformation -silver mine operation with extraction;material;Minerals\Transformation -silver mine operation with extraction;material;Metals\Non ferro\Transformation -silver mine operation with extraction;material;Minerals\Transformation -silver-gold mine operation with refinery;material;Metals\Non ferro\Transformation -silver-gold mine operation with refinery;material;Metals\Non ferro\Transformation -silver-gold mine operation with refinery;material;Metals\Non ferro\Transformation -silver-gold mine operation with refinery;material;Metals\Non ferro\Transformation -single superphosphate production;material;Chemicals\Fertilisers (inorganic)\Transformation -single superphosphate production;material;Chemicals\Fertilisers (inorganic)\Transformation -single-Si wafer production, for electronics;material;Electronics\Photovoltaic\Transformation -single-Si wafer production, for electronics;material;Electronics\Photovoltaic\Transformation -single-Si wafer production, photovoltaic;material;Electronics\Photovoltaic\Transformation -single-Si wafer production, photovoltaic;material;Electronics\Photovoltaic\Transformation -sinter production, iron;material;Others\Obsolete -sinter production, iron;material;Metals\Ferro\Transformation -sinter production, iron;material;Metals\Ferro\Transformation -size-specific lorry transport to generic market for lorry transport;transport;Others\Obsolete -size-specific lorry transport to generic market for lorry transport;transport;Others\Obsolete -skidder production;material;Wood\Products\Transformation\Infrastructure -skidding, skidder;processing;Agricultural\Transformation -skidding, skidder;processing;Agricultural\Transformation -skimmed milk, from cow milk to generic market for protein feed;material;Agricultural\Animal feed\Market -skimmed milk, from cow milk to generic market for protein feed;material;Agricultural\Animal feed\Transformation -slab and siding, hardwood, wet, measured as dry mass to generic market for;material;Wood\Byproducts\Transformation -slab and siding, softwood, wet, measured as dry mass to generic market for;material;Wood\Byproducts\Transformation -slag landfill construction;processing;Waste\Transformation\Infrastructure -slag landfill construction;processing;Waste\Transformation\Infrastructure -small pelagic fish to generic market for marine fish;material;Agricultural\Animal production\Fish\Market -smelting and refining of nickel ore;material;Chemicals\Fertilisers (inorganic)\Transformation -smelting and refining of nickel ore;material;Minerals\Transformation -smelting and refining of nickel ore;material;Metals\Non ferro\Transformation -smelting and refining of nickel ore;energy;Heat\Steam\Transformation -smelting and refining of nickel ore;material;Chemicals\Acids (inorganic)\Transformation -Smr bm, ht+lt, + ccs (mdea), 98 (average), digestate incineration, 26 bar {CH}|;transport;carculator\synthetic fuels\transformation -Smr bm, ht+lt, with digestate incineration, 26 bar {CH}| Cut-off,;transport;carculator\synthetic fuels\transformation -Smr ng + ccs (mdea), 98 (average), 25 bar {CH}| Cut-off,;transport;carculator\synthetic fuels\transformation -Smr ng + ccs (mdea), 98 (average), 700 bar {CH}| Cut-off,;transport;carculator\synthetic fuels\transformation -Smr ng, 25 bar {CH}| Cut-off,;transport;carculator\synthetic fuels\transformation -Smr ng, 700 bar {CH}| Cut-off,;transport;carculator\synthetic fuels\transformation -soap production;material;Chemicals\Washing agents\Tensides\Transformation -soap production;material;Chemicals\Washing agents\Tensides\Transformation -soda ash, dense, to generic market for neutralising agent;material;Chemicals\Inorganic\Transformation -soda ash, light, crystalline, heptahydrate, to generic market for neutralising;material;Chemicals\Inorganic\Transformation -soda production, solvay process;material;Chemicals\Inorganic\Transformation -soda production, solvay process;material;Chemicals\Inorganic\Transformation -soda production, solvay process;material;Chemicals\Inorganic\Transformation -soda production, solvay process;material;Chemicals\Inorganic\Transformation -soda production, solvay process;material;Chemicals\Inorganic\Transformation -soda production, solvay process;material;Chemicals\Inorganic\Transformation -sodium aluminate production, powder;material;Chemicals\Inorganic\Transformation -sodium amide production;material;Chemicals\Inorganic\Transformation -sodium amide production;material;Chemicals\Inorganic\Transformation -sodium arsenide production from Imperial smelting furnace;material;Chemicals\Inorganic\Transformation -sodium bicarbonate, to generic market for neutralising agent;material;Chemicals\Inorganic\Transformation -sodium borates production;material;Chemicals\Inorganic\Transformation -sodium borates production;material;Chemicals\Inorganic\Transformation -sodium chlorate production, powder;material;Chemicals\Inorganic\Transformation -sodium chlorate production, powder;material;Chemicals\Inorganic\Transformation -sodium chlorate production, powder;material;Chemicals\Inorganic\Transformation -sodium chloride electrolysis;material;Chemicals\Gases\Transformation -sodium chloride electrolysis;material;Chemicals\Gases\Transformation -sodium chloride electrolysis;material;Chemicals\Inorganic\Transformation -sodium chloride electrolysis;material;Chemicals\Inorganic\Transformation -sodium chloride production, brine solution;material;Chemicals\Inorganic\Transformation -sodium chloride production, brine solution;material;Chemicals\Inorganic\Transformation -sodium chloride production, powder;material;Chemicals\Inorganic\Transformation -sodium chloride production, powder;material;Chemicals\Inorganic\Transformation -sodium chloride to generic market for de-icer;material;Chemicals\Inorganic\Transformation -sodium chloroacetate production;material;Chemicals\Organic\Transformation -sodium cumenesulphonate production;material;Chemicals\Inorganic\Transformation -sodium cumenesulphonate production;material;Chemicals\Inorganic\Transformation -sodium cyanide production;material;Chemicals\Inorganic\Transformation -sodium cyanide production;material;Chemicals\Inorganic\Transformation -sodium dichromate production;material;Chemicals\Inorganic\Transformation -sodium dichromate production;material;Chemicals\Inorganic\Transformation -sodium dithionite production, anhydrous;material;Chemicals\Inorganic\Transformation -sodium dithionite production, anhydrous;material;Chemicals\Inorganic\Transformation -sodium ethoxide production;material;Chemicals\Organic\Transformation -sodium ethoxide production;material;Chemicals\Organic\Transformation -sodium fluoride production;material;Chemicals\Inorganic\Transformation -sodium formate production;material;Chemicals\Organic\Transformation -sodium hydrogen sulfate production;material;Chemicals\Inorganic\Transformation -sodium hydrogen sulfite production;material;Chemicals\Inorganic\Transformation -sodium hydrogen sulfite production;material;Chemicals\Inorganic\Transformation -sodium hydrosulfide production;material;Chemicals\Inorganic\Transformation -sodium hydrosulfide production;material;Chemicals\Inorganic\Transformation -sodium hydroxide to generic market for neutralising agent;material;Chemicals\Inorganic\Transformation -sodium hypochlorite production, product in 15% solution state;material;Chemicals\Inorganic\Transformation -sodium hypochlorite production, product in 15% solution state;material;Chemicals\Inorganic\Transformation -sodium hypochlorite production, product in 15% solution state;material;Chemicals\Inorganic\Transformation -sodium metasilicate pentahydrate production, 58% active substance, powder;material;Chemicals\Washing agents\Builders\Transformation -sodium metasilicate pentahydrate production, 58% active substance, powder;material;Chemicals\Washing agents\Builders\Transformation -sodium methoxide production;material;Chemicals\Organic\Transformation -sodium nitrate production;material;Chemicals\Inorganic\Transformation -sodium nitrate production;material;Chemicals\Inorganic\Transformation -sodium nitrate production, technical grade;material;Chemicals\Inorganic\Transformation -sodium nitrate production, unrefined from caliche ore mining;material;Chemicals\Inorganic\Transformation -sodium nitrite production;material;Chemicals\Inorganic\Transformation -sodium nitrite production;material;Chemicals\Inorganic\Transformation -sodium oxide production;material;Chemicals\Inorganic\Transformation -sodium oxide production;material;Chemicals\Inorganic\Transformation -sodium perborate production, monohydrate, powder;material;Chemicals\Washing agents\Bleaches\Transformation -sodium perborate production, monohydrate, powder;material;Chemicals\Washing agents\Bleaches\Transformation -sodium perborate production, tetrahydrate, powder;material;Chemicals\Washing agents\Bleaches\Transformation -sodium perborate production, tetrahydrate, powder;material;Chemicals\Washing agents\Bleaches\Transformation -sodium percarbonate production, powder;material;Chemicals\Washing agents\Bleaches\Transformation -sodium percarbonate production, powder;material;Chemicals\Washing agents\Bleaches\Transformation -sodium perchlorate production;material;Chemicals\Inorganic\Transformation -sodium persulfate production;material;Chemicals\Inorganic\Transformation -sodium phenolate production;material;Chemicals\Organic\Transformation -sodium phenolate production;material;Chemicals\Organic\Transformation -sodium phosphate production;material;Chemicals\Inorganic\Transformation -sodium phosphate production;material;Chemicals\Inorganic\Transformation -sodium pyrophosphate production;material;Chemicals\Inorganic\Transformation -sodium silicate production, furnace liquor, product in 37% solution state;material;Chemicals\Inorganic\Transformation -sodium silicate production, furnace liquor, product in 37% solution state;material;Chemicals\Inorganic\Transformation -sodium silicate production, furnace process, solid product;material;Chemicals\Inorganic\Transformation -sodium silicate production, furnace process, solid product;material;Chemicals\Inorganic\Transformation -sodium silicate production, hydrothermal liquor, product in 48% solution state;material;Chemicals\Inorganic\Transformation -sodium silicate production, hydrothermal liquor, product in 48% solution state;material;Chemicals\Inorganic\Transformation -sodium silicate production, spray powder, 80%;material;Chemicals\Inorganic\Transformation -sodium silicate production, spray powder, 80%;material;Chemicals\Inorganic\Transformation -sodium sulfate production, from natural sources;material;Chemicals\Inorganic\Transformation -sodium sulfate production, from natural sources;material;Chemicals\Inorganic\Transformation -sodium sulfide production;material;Chemicals\Inorganic\Transformation -sodium sulfite production;material;Chemicals\Inorganic\Transformation -sodium sulfite production;material;Chemicals\Inorganic\Transformation -sodium tetrafluoroborate production;material;Chemicals\Inorganic\Transformation -sodium tripolyphosphate production;material;Chemicals\Washing agents\Builders\Transformation -sodium tripolyphosphate production;material;Chemicals\Washing agents\Builders\Transformation -soft solder production, Sn97Cu3;material;Metals\Alloys\Transformation -soft solder production, Sn97Cu3;material;Metals\Alloys\Transformation -softwood forestry, mixed species, boreal forest;material;Wood\Extraction\Transformation -softwood forestry, mixed species, sustainable forest management;material;Wood\Extraction\Transformation -softwood forestry, mixed species, sustainable forest management;material;Wood\Extraction\Transformation -softwood forestry, mixed species, sustainable forest management;material;Wood\Extraction\Transformation -softwood forestry, mixed species, sustainable forest management;material;Wood\Byproducts\Transformation -Softwood forestry, mixed species, sustainable forest management, cf = -1 {CH}|;transport;carculator\synthetic fuels\feedstock -softwood forestry, paraná pine, sustainable forest management;material;Wood\Extraction\Transformation -softwood forestry, paraná pine, sustainable forest management;material;Wood\Extraction\Transformation -softwood forestry, pine, sustainable forest management;material;Wood\Extraction\Transformation -softwood forestry, pine, sustainable forest management;material;Wood\Extraction\Transformation -softwood forestry, pine, sustainable forest management;material;Wood\Extraction\Transformation -softwood forestry, pine, sustainable forest management;material;Wood\Extraction\Transformation -softwood forestry, pine, sustainable forest management;material;Wood\Extraction\Transformation -softwood forestry, pine, sustainable forest management;material;Wood\Extraction\Transformation -softwood forestry, pine, sustainable forest management;material;Wood\Extraction\Transformation -softwood forestry, pine, sustainable forest management;material;Wood\Extraction\Transformation -softwood forestry, pine, sustainable forest management;material;Wood\Extraction\Transformation -softwood forestry, pine, sustainable forest management;material;Wood\Extraction\Transformation -softwood forestry, pine, sustainable forest management;material;Wood\Extraction\Transformation -softwood forestry, pine, sustainable forest management;material;Wood\Byproducts\Transformation -softwood forestry, pine, sustainable forest management;material;Wood\Byproducts\Transformation -softwood forestry, pine, sustainable forest management;material;Wood\Byproducts\Transformation -Softwood forestry, pine, sustainable forest management_cf = -1 {DE}| Cut-off,;transport;carculator\synthetic fuels\feedstock -Softwood forestry, pine, sustainable forest management_cf = -1 {SE}| Cut-off,;transport;carculator\synthetic fuels\feedstock -softwood forestry, spruce, sustainable forest management;material;Wood\Extraction\Transformation -softwood forestry, spruce, sustainable forest management;material;Wood\Extraction\Transformation -softwood forestry, spruce, sustainable forest management;material;Wood\Extraction\Transformation -softwood forestry, spruce, sustainable forest management;material;Wood\Extraction\Transformation -softwood forestry, spruce, sustainable forest management;material;Wood\Extraction\Transformation -softwood forestry, spruce, sustainable forest management;material;Wood\Extraction\Transformation -softwood forestry, spruce, sustainable forest management;material;Wood\Extraction\Transformation -softwood forestry, spruce, sustainable forest management;material;Wood\Extraction\Transformation -softwood forestry, spruce, sustainable forest management;material;Wood\Extraction\Transformation -softwood forestry, spruce, sustainable forest management;material;Wood\Extraction\Transformation -softwood forestry, spruce, sustainable forest management;material;Wood\Extraction\Transformation -softwood forestry, spruce, sustainable forest management;material;Wood\Byproducts\Transformation -softwood forestry, spruce, sustainable forest management;material;Wood\Byproducts\Transformation -softwood forestry, spruce, sustainable forest management;material;Wood\Byproducts\Transformation -Softwood forestry, spruce, sustainable forest management_cf = -1 {DE}| Cut-off,;transport;carculator\synthetic fuels\feedstock -Softwood forestry, spruce, sustainable forest management_cf = -1 {SE}| Cut-off,;transport;carculator\synthetic fuels\feedstock -Sohio process;material;Chemicals\Organic\Transformation -Sohio process;material;Chemicals\Organic\Transformation -Sohio process;material;Chemicals\Organic\Transformation -Sohio process;material;Chemicals\Organic\Transformation -Sohio process;material;Chemicals\Gases\Transformation -Sohio process;material;Chemicals\Gases\Transformation -solar collector factory construction;energy;Heat\Solar\Transformation\Infrastructure -solar collector factory construction;energy;Heat\Solar\Transformation\Infrastructure -solar collector glass tube production, with silver mirror;material;Glass\Construction\Transformation -solar collector glass tube production, with silver mirror;material;Glass\Construction\Transformation -solar collector system installation, Cu flat plate collector, multiple;energy;Heat\Solar\Transformation\Infrastructure -solar collector system installation, Cu flat plate collector, multiple;energy;Heat\Solar\Transformation\Infrastructure -solar collector system installation, Cu flat plate collector, one-family house,;energy;Heat\Solar\Transformation\Infrastructure -solar collector system installation, Cu flat plate collector, one-family house,;energy;Heat\Solar\Transformation\Infrastructure -solar collector system installation, Cu flat plate collector, one-family house,;energy;Heat\Solar\Transformation\Infrastructure -solar collector system installation, Cu flat plate collector, one-family house,;energy;Heat\Solar\Transformation\Infrastructure -solar collector system installation, evacuated tube collector, one-family;energy;Heat\Solar\Transformation\Infrastructure -solar collector system installation, evacuated tube collector, one-family;energy;Heat\Solar\Transformation\Infrastructure -solar glass production, low-iron;material;Glass\Construction\Transformation -solar glass production, low-iron;material;Glass\Construction\Transformation -solder factory construction;material;Metals\Alloys\Transformation\Infrastructure -solder factory construction;material;Metals\Alloys\Transformation\Infrastructure -solder production, bar, Sn63Pb37, for electronics industry;material;Metals\Alloys\Transformation -solder production, bar, Sn95.5Ag3.9Cu0.6, for electronics industry;material;Metals\Alloys\Transformation -solder production, paste, Sn63Pb37, for electronics industry;material;Metals\Alloys\Transformation -solder production, paste, Sn95.5Ag3.9Cu0.6, for electronics industry;material;Metals\Alloys\Transformation -solid bleached board production;material;Paper+ Board\Board\Transformation -solid bleached board production;material;Paper+ Board\Board\Transformation -solid bleached board production;material;Paper+ Board\Board\Transformation -solid manure loading and spreading, by hydraulic loader and spreader;processing;Agricultural\Transformation -solid manure loading and spreading, by hydraulic loader and spreader;processing;Agricultural\Transformation -solid manure loading and spreading, by hydraulic loader and spreader;processing;Agricultural\Transformation -solid unbleached board production;material;Paper+ Board\Board\Transformation -solid unbleached board production;material;Paper+ Board\Board\Transformation -solvent production, organic;material;Chemicals\Organic\Transformation -sorting and pressing of iron scrap;material;Metals\Waste metals\Transformation -sorting and pressing of iron scrap;material;Metals\Waste metals\Transformation -sorting facility construction, for construction waste;processing;Waste\Transformation\Infrastructure -sorting facility construction, for construction waste;processing;Waste\Transformation\Infrastructure -sound insulation construction, heat and power co-generation unit, 160kW;energy;Cogeneration\Gas\Transformation\Infrastructure -sound insulation construction, heat and power co-generation unit, 160kW;energy;Cogeneration\Gas\Transformation\Infrastructure -sour gas, burned in gas turbine;energy;Electricity by fuel\Gas\Transformation -sour gas, burned in gas turbine;energy;Electricity by fuel\Gas\Transformation -sowing;processing;Agricultural\Transformation -sowing;processing;Agricultural\Transformation -sowing;processing;Agricultural\Transformation -sowing;processing;Agricultural\Transformation -sowing;processing;Agricultural\Transformation -soy-based resin production;material;Chemicals\Organic\Transformation -soy-based resin production;material;Chemicals\Organic\Transformation -soybean beverage production;material;Agricultural\Animal feed\Transformation -soybean beverage production;material;Agricultural\Animal feed\Transformation -soybean beverage production;material;Agricultural\Food\Transformation -soybean beverage production;material;Agricultural\Food\Transformation -soybean meal and crude oil production;material;Agricultural\Animal feed\Transformation -soybean meal and crude oil production;material;Agricultural\Animal feed\Transformation -soybean meal and crude oil production;material;Agricultural\Animal feed\Transformation -soybean meal and crude oil production;material;Agricultural\Animal feed\Transformation -soybean meal and crude oil production;material;Agricultural\Plant oils\Transformation -soybean meal and crude oil production;material;Agricultural\Plant oils\Transformation -soybean meal and crude oil production;material;Agricultural\Plant oils\Transformation -soybean meal and crude oil production;material;Agricultural\Plant oils\Transformation -soybean meal and crude oil production, mechanical extraction;material;Agricultural\Animal feed\Transformation -soybean meal and crude oil production, mechanical extraction;material;Agricultural\Animal feed\Transformation -soybean meal and crude oil production, mechanical extraction;material;Agricultural\Animal feed\Transformation -soybean meal and crude oil production, mechanical extraction;material;Agricultural\Animal feed\Transformation -soybean meal and crude oil production, mechanical extraction;material;Agricultural\Plant oils\Transformation -soybean meal and crude oil production, mechanical extraction;material;Agricultural\Plant oils\Transformation -soybean meal to generic market for protein feed;material;Agricultural\Animal feed\Market -soybean meal to generic market for protein feed;material;Agricultural\Animal feed\Transformation -soybean oil refinery operation;material;Chemicals\Washing agents\Tensides\Transformation -soybean oil refinery operation;material;Chemicals\Washing agents\Tensides\Transformation -soybean oil refinery operation;material;Agricultural\Plant oils\Transformation -soybean oil refinery operation;material;Agricultural\Plant oils\Transformation -soybean oil, refined, to generic market for vegetable oil, refined;material;Chemicals\Organic\Transformation -soybean production;material;Agricultural\Plant production\Legumes\Transformation -soybean production;material;Agricultural\Plant production\Legumes\Transformation -soybean production;material;Agricultural\Plant production\Legumes\Transformation -soybean production;material;Agricultural\Plant production\Legumes\Transformation -soybean production;material;Agricultural\Plant production\Legumes\Transformation -soybean production;material;Agricultural\Plant production\Legumes\Transformation -soybean production;material;Others\Obsolete -soybean production;material;Agricultural\Plant production\Legumes\Transformation -soybean production;material;Agricultural\Plant production\Legumes\Transformation -soybean production;material;Agricultural\Plant production\Legumes\Transformation -soybean production;material;Agricultural\Plant production\Legumes\Transformation -soybean production;material;Agricultural\Plant production\Legumes\Transformation -soybean production, on land recently transformed;material;Others\Obsolete -soybean production, organic;material;Agricultural\Plant production\Legumes\Transformation -soybean production, organic;material;Agricultural\Plant production\Legumes\Transformation -soybean production, Swiss integrated production, intensive;material;Agricultural\Plant production\Legumes\Transformation -soybean production, Swiss integrated production, intensive;material;Others\Obsolete -soybean seed production, for sowing;material;Agricultural\Plant seeds\Transformation -soybean seed production, for sowing;material;Agricultural\Plant seeds\Transformation -soybean seed production, organic, for sowing;material;Agricultural\Plant seeds\Transformation -soybean seed production, organic, for sowing;material;Agricultural\Plant seeds\Transformation -soybean, feed production;material;Agricultural\Animal feed\Transformation -soybean, feed production;material;Agricultural\Animal feed\Transformation -spent activated carbon, granular, Recycled Content cut-off;material;Chemicals\Organic\Market -spent automobile catalyst, Recycled Content cut-off;material;Chemicals\Inorganic\Transformation -spinach production;material;Agricultural\Plant production\Vegetables\Transformation -spinning, bast fibre;processing;Others\Obsolete -spinning, bast fibre;processing;Others\Obsolete -spiral-seam duct production, steel, DN 125;material;Construction\Ventilation\Transformation -spiral-seam duct production, steel, DN 125;material;Construction\Ventilation\Transformation -spiral-seam duct production, steel, DN 400;material;Construction\Ventilation\Transformation -spiral-seam duct production, steel, DN 400;material;Construction\Ventilation\Transformation -spodumene production;material;Minerals\Transformation -spodumene production;material;Minerals\Transformation -sponge iron production;material;Chemicals\Inorganic\Transformation -sputtering target production, sintered, indium tin oxide;material;Electronics\Module\Transformation -sputtering target production, sintered, indium tin oxide;material;Electronics\Module\Transformation -sputtering, indium tin oxide, for liquid crystal display;processing;Electronics\Transformation -sputtering, indium tin oxide, for liquid crystal display;processing;Electronics\Transformation -Stack {GLO}| Cut-off,;transport;carculator\energy storage\fuel cell stack -start-up, heat and power co-generation unit, 160kW electrical;energy;Cogeneration\Gas\Transformation\Infrastructure -start-up, heat and power co-generation unit, 160kW electrical;energy;Cogeneration\Gas\Transformation\Infrastructure -steam generation system construction, solar tower power plant, 20 MW;energy;Electricity by fuel\Photovoltaic\Transformation\Infrastructure -steam generation system construction, solar tower power plant, 20 MW;energy;Electricity by fuel\Photovoltaic\Transformation\Infrastructure -steam production, as energy carrier, in chemical industry;energy;Heat\Steam\Transformation -steam production, as energy carrier, in chemical industry;energy;Heat\Steam\Transformation -steam production, in chemical industry;energy;Heat\Steam\Transformation -steam production, in chemical industry;energy;Heat\Steam\Transformation -stearic acid production;material;Chemicals\Organic\Transformation -stearic acid production;material;Chemicals\Acids (organic)\Transformation -steatite quarry operation;material;Chemicals\Inorganic\Transformation -steatite quarry operation;material;Chemicals\Inorganic\Transformation -steel drilling, computer numerical controlled;processing;Metals\Chipping\Transformation -steel drilling, computer numerical controlled;processing;Metals\Chipping\Transformation -steel drilling, conventional;processing;Metals\Chipping\Transformation -steel drilling, conventional;processing;Metals\Chipping\Transformation -steel milling, average;processing;Metals\Chipping\Transformation -steel milling, average;processing;Metals\Chipping\Transformation -steel milling, dressing;processing;Metals\Chipping\Transformation -steel milling, dressing;processing;Metals\Chipping\Transformation -steel milling, large parts;processing;Metals\Chipping\Transformation -steel milling, large parts;processing;Metals\Chipping\Transformation -steel milling, small parts;processing;Metals\Chipping\Transformation -steel milling, small parts;processing;Metals\Chipping\Transformation -steel production, chromium steel 18/8, hot rolled;material;Metals\Ferro\Transformation -steel production, chromium steel 18/8, hot rolled;material;Metals\Ferro\Transformation -steel production, converter, chromium steel 18/8;material;Metals\Ferro\Transformation -steel production, converter, chromium steel 18/8;material;Metals\Ferro\Transformation -steel production, converter, low-alloyed;material;Metals\Ferro\Transformation -steel production, converter, low-alloyed;material;Metals\Ferro\Transformation -steel production, converter, low-alloyed;material;Metals\Ferro\Transformation -steel production, converter, unalloyed;material;Metals\Ferro\Transformation -steel production, converter, unalloyed;material;Metals\Ferro\Transformation -steel production, electric, chromium steel 18/8;material;Metals\Ferro\Transformation -steel production, electric, chromium steel 18/8;material;Metals\Ferro\Transformation -steel production, electric, low-alloyed;material;Metals\Ferro\Transformation -steel production, electric, low-alloyed;material;Metals\Ferro\Transformation -steel production, electric, low-alloyed;material;Metals\Ferro\Transformation -steel production, electric, low-alloyed;material;Metals\Ferro\Transformation -steel production, low-alloyed, hot rolled;material;Metals\Ferro\Transformation -steel production, low-alloyed, hot rolled;material;Metals\Ferro\Transformation -steel turning, average, computer numerical controlled;processing;Metals\Chipping\Transformation -steel turning, average, computer numerical controlled;processing;Metals\Chipping\Transformation -steel turning, average, conventional;processing;Metals\Chipping\Transformation -steel turning, average, conventional;processing;Metals\Chipping\Transformation -steel turning, primarily dressing, computer numerical controlled;processing;Metals\Chipping\Transformation -steel turning, primarily dressing, computer numerical controlled;processing;Metals\Chipping\Transformation -steel turning, primarily dressing, conventional;processing;Metals\Chipping\Transformation -steel turning, primarily dressing, conventional;processing;Metals\Chipping\Transformation -steel turning, primarily roughing, computer numerical controlled;processing;Metals\Chipping\Transformation -steel turning, primarily roughing, computer numerical controlled;processing;Metals\Chipping\Transformation -steel turning, primarily roughing, conventional;processing;Metals\Chipping\Transformation -steel turning, primarily roughing, conventional;processing;Metals\Chipping\Transformation -stibnite mine operation, 70% stibnite;material;Minerals\Transformation -stibnite mine operation, 70% stibnite;material;Minerals\Transformation -stibnite mine operation, 70% stibnite;material;Minerals\Transformation -stimulation of deep well, for geothermal power;energy;Electricity by fuel\Geothermal\Transformation -stimulation of deep well, for geothermal power;energy;Electricity by fuel\Geothermal\Transformation -stirling heat and power co-generation unit construction, 3kW electrical, future;energy;Cogeneration\Wood\Transformation\Infrastructure -stirling heat and power co-generation unit construction, 3kW electrical, future;energy;Cogeneration\Wood\Transformation\Infrastructure -stone groundwood pulp production;material;Paper+ Board\Pulp\Transformation -stone groundwood pulp production;material;Paper+ Board\Pulp\Transformation -stone meal production;material;Chemicals\Fertilisers (inorganic)\Transformation -stone meal production;material;Chemicals\Fertilisers (inorganic)\Transformation -stone wool factory construction;material;Construction\Insulation\Transformation\Infrastructure -stone wool factory construction;material;Construction\Insulation\Transformation\Infrastructure -stone wool production;material;Construction\Insulation\Transformation -stone wool production;material;Construction\Insulation\Transformation -stone wool production, packed;material;Construction\Insulation\Transformation -stone wool production, packed;material;Construction\Insulation\Transformation -storage building construction, chemicals, solid;material;Chemicals\Others\Transformation\Infrastructure -storage building construction, chemicals, solid;material;Chemicals\Others\Transformation\Infrastructure -Storage module, high pressure, at fuelling station {GLO}| Cut-off,;transport;carculator\energy storage\hydrogen supply infrastructure -storage production, 10'000 l;energy;Cogeneration\Gas\Transformation\Infrastructure -storage production, 10'000 l;energy;Cogeneration\Gas\Transformation\Infrastructure -storage production, 650 l mini CHP plant;energy;Cogeneration\Gas\Transformation\Infrastructure -storage production, 650 l mini CHP plant;energy;Cogeneration\Gas\Transformation\Infrastructure -Strap retention {GLO}| Cut-off,;transport;carculator\energy storage\lithium-ion battery -Straw bales | baling of straw {RER}| Cut-off,;transport;carculator\biofuels\feedstock -Straw pellets {RER}| Cut-off,;transport;carculator\biofuels\feedstock -straw production, stand-alone production;material;Agricultural\Plant production\Roughage\Transformation -straw production, stand-alone production;material;Agricultural\Plant production\Roughage\Transformation -strawberry production;material;Others\Obsolete -strawberry production, in heated greenhouse;material;Agricultural\Plant production\Fruits\Transformation -strawberry production, in heated greenhouse;material;Agricultural\Plant production\Fruits\Transformation -strawberry production, in unheated greenhouse;material;Agricultural\Plant production\Fruits\Transformation -strawberry production, in unheated greenhouse;material;Agricultural\Plant production\Fruits\Transformation -strawberry production, open field, macro tunnel;material;Agricultural\Plant production\Fruits\Transformation -strawberry production, open field, macro tunnel;material;Agricultural\Plant production\Fruits\Transformation -strawberry production, open field, macro tunnel;material;Agricultural\Plant production\Fruits\Transformation -strawberry seedling production, in heated greenhouse, for planting;material;Agricultural\Plant seeds\Transformation -strawberry seedling production, in heated greenhouse, for planting;material;Agricultural\Plant seeds\Transformation -strawberry seedling production, in unheated greenhouse, for planting;material;Agricultural\Plant seeds\Transformation -strawberry seedling production, in unheated greenhouse, for planting;material;Agricultural\Plant seeds\Transformation -strawberry seedling production, in unheated greenhouse, for planting;material;Agricultural\Plant seeds\Transformation -stretch blow moulding;processing;Plastics\Transformation -stretch blow moulding;processing;Plastics\Transformation -stretch blow moulding;processing;Plastics\Transformation -stretch blow moulding production;processing;Others\Obsolete -stretch blow moulding production;processing;Others\Obsolete -stretch blow moulding production;processing;Others\Obsolete -strontium carbonate production;material;Minerals\Transformation -strontium sulfate quarry operation;material;Minerals\Transformation -stucco production;material;Construction\Coverings\Transformation -stucco production;material;Construction\Coverings\Transformation -styrene production;material;Chemicals\Organic\Transformation -styrene production;material;Chemicals\Organic\Transformation -styrene-acrylonitrile copolymer production;material;Plastics\Rubbers\Transformation -styrene-acrylonitrile copolymer production;material;Plastics\Rubbers\Transformation -succinic acid production;material;Chemicals\Acids (organic)\Transformation -suction, sawdust;material;Wood\Byproducts\Transformation -suction, sawdust;material;Wood\Byproducts\Transformation -suction, sawdust;material;Wood\Byproducts\Transformation -suction, shavings, hardwood;material;Wood\Byproducts\Transformation -suction, shavings, hardwood;material;Wood\Byproducts\Transformation -suction, shavings, hardwood;material;Wood\Byproducts\Transformation -suction, shavings, softwood;material;Wood\Byproducts\Transformation -suction, shavings, softwood;material;Wood\Byproducts\Transformation -suction, shavings, softwood;material;Wood\Byproducts\Transformation -Sugar beet cultivation {rer} | sugar beet production europe | alloc rec, u;transport;carculator\biofuels\feedstock -sugar beet production;material;Agricultural\Plant production\Roots and Tubers\Transformation -sugar beet production;material;Agricultural\Plant production\Roots and Tubers\Transformation -sugar beet production;material;Agricultural\Plant production\Roots and Tubers\Transformation -sugar beet production;material;Agricultural\Plant production\Roots and Tubers\Transformation -sugar beet production;material;Agricultural\Plant production\Roots and Tubers\Transformation -sugar beet production;material;Agricultural\Plant production\Roots and Tubers\Transformation -sugar beet pulp to generic market for energy feed;material;Agricultural\Animal feed\Market -sugar beet pulp to generic market for energy feed;material;Agricultural\Animal feed\Market -sugar beet seed production, for sowing;material;Agricultural\Plant seeds\Transformation -sugar refinery construction;material;Agricultural\Food\Transformation\Infrastructure -sugarcane loading, by loader;processing;Agricultural\Transformation -sugarcane loading, by loader;processing;Agricultural\Transformation -sugarcane processing, modern annexed plant;energy;Electricity by fuel\Biofuels\Transformation -sugarcane processing, modern annexed plant;material;Fuels\Biofuels\Ethanol\Transformation -sugarcane processing, modern annexed plant;material;Fuels\Biofuels\Ethanol\Transformation -sugarcane processing, modern annexed plant;material;Chemicals\Others\Transformation -sugarcane processing, modern autonomous plant;energy;Electricity by fuel\Biofuels\Transformation -sugarcane processing, modern autonomous plant;material;Fuels\Biofuels\Ethanol\Transformation -sugarcane processing, modern autonomous plant;material;Fuels\Biofuels\Ethanol\Transformation -sugarcane processing, traditional annexed plant;waste treatment;Biowaste\Transformation -sugarcane processing, traditional annexed plant;waste treatment;Biowaste\Transformation -sugarcane processing, traditional annexed plant;waste treatment;Biowaste\Transformation -sugarcane processing, traditional annexed plant;material;Fuels\Biofuels\Ethanol\Transformation -sugarcane processing, traditional annexed plant;material;Fuels\Biofuels\Ethanol\Transformation -sugarcane processing, traditional annexed plant;material;Fuels\Biofuels\Ethanol\Transformation -sugarcane processing, traditional annexed plant;material;Fuels\Biofuels\Ethanol\Transformation -sugarcane processing, traditional annexed plant;material;Fuels\Biofuels\Ethanol\Transformation -sugarcane processing, traditional annexed plant;material;Fuels\Biofuels\Ethanol\Transformation -sugarcane processing, traditional annexed plant;material;Chemicals\Others\Transformation -sugarcane processing, traditional annexed plant;material;Chemicals\Others\Transformation -sugarcane processing, traditional annexed plant;material;Chemicals\Others\Transformation -sugarcane processing, traditional autonomous plant;waste treatment;Biowaste\Transformation -sugarcane processing, traditional autonomous plant;material;Fuels\Biofuels\Ethanol\Transformation -sugarcane processing, traditional autonomous plant;material;Fuels\Biofuels\Ethanol\Transformation -sugarcane production;material;Agricultural\Plant production\Vegetables\Transformation -sugarcane production;material;Agricultural\Plant production\Vegetables\Transformation -sugarcane production;material;Agricultural\Plant production\Vegetables\Transformation -sugarcane production;material;Agricultural\Plant production\Vegetables\Transformation -sugarcane production;material;Agricultural\Plant production\Vegetables\Transformation -sugarcane production;material;Agricultural\Plant production\Vegetables\Transformation -sugarcane production;material;Others\Obsolete -sugarcane production;material;Agricultural\Plant production\Vegetables\Transformation -sugarcane production;material;Agricultural\Plant production\Vegetables\Transformation -sugarcane production;material;Agricultural\Plant production\Vegetables\Transformation -sugarcane production, on land recently transformed;material;Others\Obsolete -sugarcane production, on land recently transformed;material;Others\Obsolete -sugarcane transfer, by dump cart;processing;Agricultural\Transformation -sugarcane transfer, by dump cart;processing;Agricultural\Transformation -sugarcane vinasse application, by wheel reel irrigation equipment;processing;Agricultural\Transformation -sugarcane vinasse application, by wheel reel irrigation equipment;processing;Agricultural\Transformation -sulfamic acid production;material;Chemicals\Acids (inorganic)\Transformation -sulfate pulp production, elementary chlorine free bleached;material;Others\Obsolete -sulfate pulp production, elementary chlorine free bleached;material;Others\Obsolete -sulfate pulp production, elementary chlorine free bleached;material;Others\Obsolete -sulfate pulp production, from eucalyptus ssp. from sustainable forest;material;Others\Obsolete -sulfate pulp production, from eucalyptus ssp. from sustainable forest;material;Others\Obsolete -sulfate pulp production, from eucalyptus ssp. from sustainable forest;material;Paper+ Board\Pulp\Transformation -sulfate pulp production, from eucalyptus ssp. from sustainable forest;material;Paper+ Board\Pulp\Transformation -sulfate pulp production, from eucalyptus, bleached;energy;Electricity by fuel\Wood\Transformation -sulfate pulp production, from eucalyptus, bleached;energy;Electricity by fuel\Wood\Transformation -sulfate pulp production, from eucalyptus, bleached;energy;Heat\Wood\Transformation -sulfate pulp production, from eucalyptus, bleached;energy;Heat\Wood\Transformation -sulfate pulp production, from eucalyptus, bleached;material;Paper+ Board\Pulp\Transformation -sulfate pulp production, from eucalyptus, bleached;material;Paper+ Board\Pulp\Transformation -sulfate pulp production, from hardwood, bleached;energy;Electricity by fuel\Wood\Transformation -sulfate pulp production, from hardwood, bleached;energy;Electricity by fuel\Wood\Transformation -sulfate pulp production, from hardwood, bleached;energy;Heat\Wood\Transformation -sulfate pulp production, from hardwood, bleached;energy;Heat\Wood\Transformation -sulfate pulp production, from hardwood, bleached;material;Paper+ Board\Pulp\Transformation -sulfate pulp production, from hardwood, bleached;material;Paper+ Board\Pulp\Transformation -sulfate pulp production, from hardwood, bleached;material;Paper+ Board\Pulp\Transformation -sulfate pulp production, from softwood, bleached;processing;Wood\Transformation -sulfate pulp production, from softwood, bleached;processing;Wood\Transformation -sulfate pulp production, from softwood, bleached;energy;Electricity by fuel\Wood\Transformation -sulfate pulp production, from softwood, bleached;energy;Electricity by fuel\Wood\Transformation -sulfate pulp production, from softwood, bleached;energy;Heat\Wood\Transformation -sulfate pulp production, from softwood, bleached;energy;Heat\Wood\Transformation -sulfate pulp production, from softwood, bleached;material;Wood\Byproducts\Transformation -sulfate pulp production, from softwood, bleached;material;Wood\Byproducts\Transformation -sulfate pulp production, from softwood, bleached;material;Paper+ Board\Pulp\Transformation -sulfate pulp production, from softwood, bleached;material;Paper+ Board\Pulp\Transformation -sulfate pulp production, from softwood, bleached;material;Chemicals\Others\Transformation -sulfate pulp production, from softwood, bleached;material;Chemicals\Others\Transformation -sulfate pulp production, from softwood, bleached;material;Chemicals\Others\Transformation -sulfate pulp production, from softwood, bleached;material;Chemicals\Others\Transformation -sulfate pulp production, from softwood, unbleached;material;Wood\Transformation -sulfate pulp production, from softwood, unbleached;material;Wood\Transformation -sulfate pulp production, from softwood, unbleached;energy;Electricity by fuel\Wood\Transformation -sulfate pulp production, from softwood, unbleached;energy;Electricity by fuel\Wood\Transformation -sulfate pulp production, from softwood, unbleached;energy;Heat\Wood\Transformation -sulfate pulp production, from softwood, unbleached;energy;Heat\Wood\Transformation -sulfate pulp production, from softwood, unbleached;material;Wood\Byproducts\Transformation -sulfate pulp production, from softwood, unbleached;material;Wood\Byproducts\Transformation -sulfate pulp production, from softwood, unbleached;material;Paper+ Board\Pulp\Transformation -sulfate pulp production, from softwood, unbleached;material;Paper+ Board\Pulp\Transformation -sulfate pulp production, from softwood, unbleached;material;Chemicals\Others\Transformation -sulfate pulp production, from softwood, unbleached;material;Chemicals\Others\Transformation -sulfate pulp production, from softwood, unbleached;material;Chemicals\Others\Transformation -sulfate pulp production, from softwood, unbleached;material;Chemicals\Others\Transformation -sulfate pulp production, totally chlorine free bleached;material;Others\Obsolete -sulfate pulp production, totally chlorine free bleached;material;Others\Obsolete -sulfate pulp production, unbleached;material;Others\Obsolete -sulfate pulp production, unbleached;material;Others\Obsolete -sulfidic tailing, off-site, high gold content, Recycled Content cut-off;waste treatment;Landfill\Residual material landfill\Transformation -sulfite production;material;Chemicals\Inorganic\Transformation -sulfite production;material;Chemicals\Inorganic\Transformation -sulfite pulp production, bleached;material;Paper+ Board\Pulp\Transformation -sulfite pulp production, bleached;material;Paper+ Board\Pulp\Transformation -sulfur dichloride production;material;Chemicals\Inorganic\Transformation -sulfur dichloride production;material;Chemicals\Inorganic\Transformation -sulfur dioxide production, liquid;material;Chemicals\Gases\Transformation -sulfur dioxide production, liquid;material;Chemicals\Gases\Transformation -sulfur hexafluoride production, liquid;material;Chemicals\Gases\Transformation -sulfur hexafluoride production, liquid;material;Chemicals\Gases\Transformation -sulfur production, petroleum refinery operation;material;Chemicals\Inorganic\Transformation -sulfur production, petroleum refinery operation;material;Chemicals\Inorganic\Transformation -sulfur production, petroleum refinery operation;material;Chemicals\Inorganic\Transformation -sulfur production, petroleum refinery operation;material;Chemicals\Inorganic\Transformation -sulfur production, petroleum refinery operation;material;Chemicals\Inorganic\Transformation -sulfur production, petroleum refinery operation;material;Chemicals\Inorganic\Transformation -sulfur production, petroleum refinery operation Europe without;material;Chemicals\Inorganic\Transformation -sulfur stockpiling;processing;Others\Transformation -sulfur stockpiling;processing;Others\Transformation -sulfur trioxide production;material;Chemicals\Gases\Transformation -sulfur trioxide production;material;Chemicals\Gases\Transformation -sulfuric acid production;material;Chemicals\Acids (inorganic)\Transformation -sulfuric acid production;material;Chemicals\Acids (inorganic)\Transformation -sulfuryl chloride production;material;Chemicals\Inorganic\Transformation -sunflower production;material;Agricultural\Plant seeds\Transformation -sunflower production;material;Agricultural\Plant seeds\Transformation -sunflower production;material;Agricultural\Plant seeds\Transformation -sunflower production;material;Agricultural\Plant seeds\Transformation -sunflower production;material;Agricultural\Plant seeds\Transformation -sunflower production;material;Agricultural\Plant seeds\Transformation -sunflower production, Swiss integrated production, intensive;material;Agricultural\Plant seeds\Transformation -sunflower seed production, for sowing;material;Agricultural\Plant seeds\Transformation -sunn hemp production;material;Agricultural\Intermediate Products\Transformation -sunn hemp production;material;Agricultural\Intermediate Products\Transformation -supply air inlet production, steel/SS, DN 75;material;Construction\Ventilation\Transformation -supply air inlet production, steel/SS, DN 75;material;Construction\Ventilation\Transformation -swath, by rotary windrower;processing;Agricultural\Transformation -swath, by rotary windrower;processing;Agricultural\Transformation -swath, by rotary windrower;processing;Agricultural\Transformation -sweet corn production;material;Agricultural\Plant production\Cereals\Transformation -sweet corn production;material;Agricultural\Plant production\Cereals\Transformation -sweet corn production;material;Agricultural\Plant production\Cereals\Transformation -sweet corn production;material;Agricultural\Plant production\Cereals\Transformation -sweet gas, burned in gas turbine;energy;Electricity by fuel\Gas\Transformation -sweet gas, burned in gas turbine;energy;Electricity by fuel\Gas\Transformation -sweet sorghum grain to generic market for energy feed;material;Agricultural\Animal feed\Market -sweet sorghum grain to generic market for energy feed;material;Agricultural\Animal feed\Market -sweet sorghum production;material;Agricultural\Plant production\Cereals\Transformation -sweet sorghum production;material;Agricultural\Plant production\Cereals\Transformation -sweet sorghum production;material;Agricultural\Plant production\Cereals\Transformation -sweet sorghum production;material;Agricultural\Plant production\Cereals\Transformation -sweetening, natural gas;material;Fuels\Natural gas\Transformation -sweetening, natural gas;material;Fuels\Natural gas\Transformation -swine production;material;Agricultural\Animal production\Porcine\Transformation -swine production;material;Agricultural\Animal production\Porcine\Transformation -switch production, toggle type;material;Electronics\Component\Transformation -switch production, toggle type;material;Electronics\Component\Transformation -Syngas, rwgs, production {RER}| Cut-off,;transport;carculator\synthetic fuels\transformation -synthetic fuel production, from coal, high temperature Fisher-Tropsch;material;Chemicals\Organic\Transformation -synthetic fuel production, from coal, high temperature Fisher-Tropsch;material;Chemicals\Organic\Transformation -synthetic fuel production, from coal, high temperature Fisher-Tropsch;material;Chemicals\Organic\Transformation -synthetic fuel production, from coal, high temperature Fisher-Tropsch;material;Chemicals\Inorganic\Transformation -synthetic fuel production, from coal, high temperature Fisher-Tropsch;material;Chemicals\Organic\Transformation -synthetic fuel production, from coal, high temperature Fisher-Tropsch;material;Chemicals\Organic\Transformation -synthetic fuel production, from coal, high temperature Fisher-Tropsch;material;Fuels\Oil\Diesel\Transformation -synthetic fuel production, from coal, high temperature Fisher-Tropsch;material;Chemicals\Organic\Transformation -synthetic fuel production, from coal, high temperature Fisher-Tropsch;material;Chemicals\Organic\Transformation -synthetic fuel production, from coal, high temperature Fisher-Tropsch;material;Fuels\Oil\Fuel oil\Transformation -synthetic fuel production, from coal, high temperature Fisher-Tropsch;material;Chemicals\Organic\Transformation -synthetic fuel production, from coal, high temperature Fisher-Tropsch;material;Fuels\Oil\Propane/butane\Transformation -synthetic fuel production, from coal, high temperature Fisher-Tropsch;material;Chemicals\Organic\Transformation -synthetic fuel production, from coal, high temperature Fisher-Tropsch;material;Chemicals\Organic\Transformation -synthetic fuel production, from coal, high temperature Fisher-Tropsch;material;Fuels\Natural gas\Transformation -synthetic fuel production, from coal, high temperature Fisher-Tropsch;material;Fuels\Oil\Petrol\Transformation -synthetic fuel production, from coal, high temperature Fisher-Tropsch;material;Chemicals\Organic\Transformation -synthetic fuel production, from coal, high temperature Fisher-Tropsch;material;Chemicals\Organic\Transformation -synthetic fuel production, from coal, high temperature Fisher-Tropsch;material;Chemicals\Inorganic\Transformation -synthetic gas factory construction;material;Chemicals\Others\Transformation\Infrastructure -synthetic gas factory construction;material;Chemicals\Others\Transformation\Infrastructure -synthetic gas production, from wood, at fixed bed gasifier;material;Fuels\Biofuels\Biogas\Transformation -synthetic gas production, from wood, at fixed bed gasifier;material;Fuels\Biofuels\Biogas\Transformation -synthetic gas production, from wood, at fluidized bed gasifier;material;Fuels\Biofuels\Biogas\Transformation -synthetic gas production, from wood, at fluidized bed gasifier;material;Fuels\Biofuels\Biogas\Transformation -synthetic rubber production;material;Plastics\Rubbers\Transformation -synthetic rubber production;material;Plastics\Rubbers\Transformation -Tab aluminum {GLO}| Cut-off,;transport;carculator\energy storage\lithium-ion battery -Tab copper {GLO}| Cut-off,;transport;carculator\energy storage\lithium-ion battery -tall oil refinery operation;material;Chemicals\Organic\Transformation -tall oil refinery operation;material;Construction\Sealing\Market -tall oil refinery operation;material;Chemicals\Others\Transformation -tallow, unrefined, Recycled Content cut-off;material;Agricultural\Animal production\Bovine\Transformation -tanker production, for liquefied natural gas;transport;Water\Market\Infrastructure -tanker production, for liquid goods other than petroleum and liquefied natural;transport;Water\Market\Infrastructure -tanker production, for petroleum;transport;Water\Market\Infrastructure -tanker production, transoceanic;transport;Others\Obsolete -tantalum production, powder, capacitor-grade;material;Metals\Non ferro\Transformation -tap water production, artificial recharged wells;material;Water\Drinking water\Transformation -tap water production, artificial recharged wells;material;Water\Drinking water\Transformation -tap water production, conventional treatment;material;Water\Drinking water\Transformation -tap water production, conventional treatment;material;Water\Drinking water\Transformation -tap water production, conventional treatment;material;Water\Drinking water\Transformation -tap water production, conventional treatment;material;Water\Drinking water\Transformation -tap water production, conventional treatment;material;Water\Drinking water\Transformation -tap water production, conventional treatment;material;Water\Drinking water\Transformation -tap water production, conventional treatment;material;Water\Drinking water\Transformation -tap water production, conventional treatment;material;Water\Drinking water\Transformation -tap water production, conventional treatment Europe without;material;Water\Drinking water\Transformation -tap water production, conventional with biological treatment;material;Water\Drinking water\Transformation -tap water production, conventional with biological treatment;material;Water\Drinking water\Transformation -tap water production, conventional with biological treatment;material;Water\Drinking water\Transformation -tap water production, conventional with biological treatment;material;Water\Drinking water\Transformation -tap water production, conventional with biological treatment Europe without;material;Water\Drinking water\Transformation -tap water production, direct filtration treatment;material;Water\Drinking water\Transformation -tap water production, direct filtration treatment;material;Water\Drinking water\Transformation -tap water production, direct filtration treatment;material;Water\Drinking water\Transformation -tap water production, direct filtration treatment;material;Water\Drinking water\Transformation -tap water production, direct filtration treatment;material;Water\Drinking water\Transformation -tap water production, direct filtration treatment;material;Water\Drinking water\Transformation -tap water production, direct filtration treatment;material;Water\Drinking water\Transformation -tap water production, direct filtration treatment Europe without;material;Water\Drinking water\Transformation -tap water production, microstrainer treatment;material;Water\Drinking water\Transformation -tap water production, microstrainer treatment;material;Water\Drinking water\Transformation -tap water production, microstrainer treatment Europe without;material;Water\Drinking water\Transformation -tap water production, seawater reverse osmosis, conventional pretreatment,;material;Water\Drinking water\Transformation -tap water production, seawater reverse osmosis, conventional pretreatment,;material;Water\Drinking water\Transformation -tap water production, seawater reverse osmosis, conventional pretreatment,;material;Water\Drinking water\Transformation -tap water production, seawater reverse osmosis, ultrafiltration pretreatment,;material;Water\Drinking water\Transformation -tap water production, seawater reverse osmosis, ultrafiltration pretreatment,;material;Water\Drinking water\Transformation -tap water production, seawater reverse osmosis, ultrafiltration pretreatment,;material;Water\Drinking water\Transformation -tap water production, ultrafiltration treatment;material;Water\Drinking water\Transformation -tap water production, ultrafiltration treatment;material;Water\Drinking water\Transformation -tap water production, ultrafiltration treatment Europe without;material;Water\Drinking water\Transformation -tap water production, underground water with chemical treatment;material;Water\Drinking water\Transformation -tap water production, underground water with chemical treatment;material;Water\Drinking water\Transformation -tap water production, underground water with chemical treatment;material;Water\Drinking water\Transformation -tap water production, underground water with chemical treatment;material;Water\Drinking water\Transformation -tap water production, underground water with chemical treatment Europe without;material;Water\Drinking water\Transformation -tap water production, underground water with disinfection;material;Water\Drinking water\Transformation -tap water production, underground water with disinfection;material;Water\Drinking water\Transformation -tap water production, underground water with disinfection;material;Water\Drinking water\Transformation -tap water production, underground water with disinfection;material;Water\Drinking water\Transformation -tap water production, underground water with disinfection;material;Water\Drinking water\Transformation -tap water production, underground water with disinfection;material;Water\Drinking water\Transformation -tap water production, underground water with disinfection Europe without;material;Water\Drinking water\Transformation -tap water production, underground water without treatment;material;Water\Drinking water\Transformation -tap water production, underground water without treatment;material;Water\Drinking water\Transformation -tap water production, underground water without treatment;material;Water\Drinking water\Transformation -tap water production, underground water without treatment;material;Water\Drinking water\Transformation -tap water production, underground water without treatment;material;Water\Drinking water\Transformation -tap water production, underground water without treatment Europe without;material;Water\Drinking water\Transformation -tea production, dried;material;Agricultural\Food\Transformation -tea production, dried;material;Agricultural\Food\Transformation -tea production, dried;material;Agricultural\Food\Transformation -tea production, dried;material;Agricultural\Food\Transformation -tea production, dried;material;Agricultural\Food\Transformation -technical wood drying facility construction;material;Wood\Products\Transformation\Infrastructure -technical wood drying facility construction;material;Wood\Products\Transformation\Infrastructure -television production;material;Appliances\Transformation\Infrastructure -tellurium production, semiconductor-grade;material;Metals\Non ferro\Transformation -tellurium production, semiconductor-grade;material;Metals\Non ferro\Transformation -tempering, flat glass;processing;Glass\Transformation -tempering, flat glass;processing;Glass\Transformation -tert-butyl amine production;material;Chemicals\Organic\Transformation -tert-butyl amine production;material;Chemicals\Organic\Transformation -tetrachloroethylene production;material;Chemicals\Organic\Transformation -tetrachloroethylene production;material;Chemicals\Organic\Transformation -tetraethyl orthosilicate production;material;Chemicals\Organic\Transformation -tetrafluoroethane production;material;Chemicals\Acids (inorganic)\Transformation -tetrafluoroethane production;material;Chemicals\Organic\Transformation -tetrafluoroethylene film production, on glass;material;Plastics\Thermoplasts\Transformation -tetrafluoroethylene film production, on glass;material;Plastics\Thermoplasts\Transformation -tetrafluoroethylene production;material;Chemicals\Acids (inorganic)\Transformation -tetrafluoroethylene production;material;Chemicals\Acids (inorganic)\Transformation -tetrafluoroethylene production;material;Plastics\Thermoplasts\Transformation -tetrafluoroethylene production;material;Plastics\Thermoplasts\Transformation -tetrahydrofuran production;material;Chemicals\Organic\Transformation -tetrahydrofuran production;material;Chemicals\Organic\Transformation -textile production, cotton, air jet loom weaving;material;Textiles\Transformation -textile production, cotton, air jet loom weaving;material;Textiles\Transformation -textile production, cotton, circular knitting;material;Textiles\Transformation -textile production, cotton, circular knitting;material;Textiles\Transformation -textile production, cotton, circular knitting;material;Textiles\Transformation -textile production, cotton, weaving;material;Textiles\Transformation -textile production, cotton, weaving;material;Textiles\Transformation -textile production, jute;material;Others\Obsolete -textile production, jute, weaving;material;Textiles\Transformation -textile production, jute, weaving;material;Textiles\Transformation -textile production, jute, weaving;material;Textiles\Transformation -textile production, kenaf, weaving;material;Textiles\Transformation -textile production, kenaf, weaving;material;Textiles\Transformation -textile production, knit cotton, batch dyed;material;Others\Obsolete -textile production, knit cotton, yarn dyed;material;Others\Obsolete -textile production, knit cotton, yarn dyed;material;Others\Obsolete -textile production, non woven polyester, needle punched;material;Textiles\Transformation -textile production, non woven polyester, needle punched;material;Textiles\Transformation -textile production, non woven polypropylene, spun bond;material;Textiles\Transformation -textile production, non woven polypropylene, spun bond;material;Textiles\Transformation -textile production, silk;material;Textiles\Transformation -textile production, silk;material;Textiles\Transformation -textile production, woven cotton;material;Others\Obsolete -textile production, woven cotton;material;Others\Obsolete -textile production, woven cotton;material;Others\Obsolete -Textile, carbon cloth {GLO}| Cut-off,;transport;carculator\energy storage\hydrogen tank -Thermal pad {GLO}| Cut-off,;transport;carculator\energy storage\lithium-ion battery -thermal plaster production, outdoor;material;Construction\Coverings\Transformation -thermal plaster production, outdoor;material;Construction\Coverings\Transformation -thermal storage system construction, solar thermal parabolic trough, 50 MW;energy;Electricity by fuel\Photovoltaic\Transformation\Infrastructure -thermal storage system construction, solar thermal parabolic trough, 50 MW;energy;Electricity by fuel\Photovoltaic\Transformation\Infrastructure -thermal storage system construction, solar thermal parabolic trough, 50 MW;material;Chemicals\Inorganic\Transformation -thermal storage system construction, solar thermal parabolic trough, 50 MW;material;Chemicals\Inorganic\Transformation -thermal storage system construction, solar tower power plant, 20 MW;energy;Electricity by fuel\Photovoltaic\Transformation\Infrastructure -thermal storage system construction, solar tower power plant, 20 MW;energy;Electricity by fuel\Photovoltaic\Transformation\Infrastructure -thermal storage system construction, solar tower power plant, 20 MW;material;Chemicals\Inorganic\Transformation -thermal storage system construction, solar tower power plant, 20 MW;material;Chemicals\Inorganic\Transformation -thermoforming of plastic sheets;processing;Plastics\Transformation -thermoforming of plastic sheets;processing;Plastics\Transformation -thermoforming production, with calendering;processing;Others\Obsolete -thermoforming production, with calendering;processing;Others\Obsolete -thermoforming, with calendering;processing;Plastics\Transformation -thermoforming, with calendering;processing;Plastics\Transformation -thermo-mechanical pulp production;material;Paper+ Board\Pulp\Transformation -thermo-mechanical pulp production;material;Paper+ Board\Pulp\Transformation -thionyl chloride production;material;Chemicals\Inorganic\Transformation -thionyl chloride production;material;Chemicals\Inorganic\Transformation -three layered laminated board production;material;Wood\Byproducts\Transformation -three layered laminated board production;material;Wood\Byproducts\Transformation -three layered laminated board production;material;Wood\Products\Transformation -three layered laminated board production;material;Wood\Products\Transformation -three layered laminated board production;material;Wood\Byproducts\Transformation -three layered laminated board production;material;Wood\Byproducts\Transformation -Tie-rods {GLO}| Cut-off,;transport;carculator\energy storage\fuel cell stack -tilapia feed production, commercial;material;Agricultural\Animal feed\Transformation -tilapia feed production, commercial;material;Agricultural\Animal feed\Transformation -tilapia production, extensive aquaculture, in pond;material;Agricultural\Animal production\Fish\Transformation -tilapia production, extensive aquaculture, in pond;material;Agricultural\Animal production\Fish\Transformation -tillage, cultivating, chiselling;processing;Agricultural\Transformation -tillage, cultivating, chiselling;processing;Agricultural\Transformation -tillage, cultivating, chiselling;processing;Agricultural\Transformation -tillage, currying, by weeder;processing;Agricultural\Transformation -tillage, currying, by weeder;processing;Agricultural\Transformation -tillage, harrowing, by offset disk harrow;processing;Agricultural\Transformation -tillage, harrowing, by offset disk harrow;processing;Agricultural\Transformation -tillage, harrowing, by offset leveling disc harrow;processing;Agricultural\Transformation -tillage, harrowing, by offset leveling disc harrow;processing;Agricultural\Transformation -tillage, harrowing, by rotary harrow;processing;Agricultural\Transformation -tillage, harrowing, by rotary harrow;processing;Agricultural\Transformation -tillage, harrowing, by spring tine harrow;processing;Agricultural\Transformation -tillage, harrowing, by spring tine harrow;processing;Agricultural\Transformation -tillage, hoeing and earthing-up, potatoes;processing;Agricultural\Transformation -tillage, hoeing and earthing-up, potatoes;processing;Agricultural\Transformation -tillage, hoeing and earthing-up, potatoes;processing;Agricultural\Transformation -tillage, ploughing;processing;Agricultural\Transformation -tillage, ploughing;processing;Agricultural\Transformation -tillage, ploughing;processing;Agricultural\Transformation -tillage, ploughing;processing;Agricultural\Transformation -tillage, rolling;processing;Agricultural\Transformation -tillage, rolling;processing;Agricultural\Transformation -tillage, rolling;processing;Agricultural\Transformation -tillage, rotary cultivator;processing;Agricultural\Transformation -tillage, rotary cultivator;processing;Agricultural\Transformation -tillage, rotary cultivator;processing;Agricultural\Transformation -tillage, rotary cultivator;processing;Agricultural\Transformation -tillage, subsoiling, by subsoiler plow;processing;Agricultural\Transformation -tillage, subsoiling, by subsoiler plow;processing;Agricultural\Transformation -tin dioxide production;material;Chemicals\Inorganic\Transformation -tin dioxide to generic market for polishing powder;material;Chemicals\Others\Transformation -tin mine operation;material;Chemicals\Inorganic\Transformation -tin mine operation;material;Chemicals\Inorganic\Transformation -tin plated chromium steel sheet production, 2 mm;material;Metals\Non ferro\Transformation -tin plated chromium steel sheet production, 2 mm;material;Metals\Non ferro\Transformation -tin plating, pieces;processing;Metals\Coating\Transformation -tin plating, pieces;processing;Metals\Coating\Transformation -tin production;material;Metals\Non ferro\Transformation -tin production;material;Others\Obsolete -tin production;material;Metals\Non ferro\Transformation -tissue paper production;material;Paper+ Board\Graphic paper\Transformation -tissue paper production;material;Paper+ Board\Graphic paper\Transformation -tissue paper production, virgin;material;Paper+ Board\Packaging paper\Transformation -titanium dioxide production, chloride process;material;Chemicals\Inorganic\Transformation -titanium dioxide production, chloride process;material;Chemicals\Inorganic\Transformation -titanium dioxide production, sulfate process;material;Chemicals\Inorganic\Transformation -titanium dioxide production, sulfate process;material;Chemicals\Inorganic\Transformation -titanium production, primary;material;Metals\Non ferro\Transformation -titanium production, primary, triple melt;material;Metals\Non ferro\Transformation -titanium tetrachloride production;material;Chemicals\Inorganic\Transformation -titanium zinc plate production, without pre-weathering;material;Metals\Non ferro\Transformation -titanium zinc plate production, without pre-weathering;material;Metals\Non ferro\Transformation -tofu production;material;Agricultural\Animal feed\Transformation -tofu production;material;Agricultural\Animal feed\Transformation -tofu production;material;Agricultural\Food\Transformation -tofu production;material;Agricultural\Food\Transformation -tofu production;processing;Waste\Transformation -tofu production;processing;Waste\Transformation -toluene diisocyanate production;material;Chemicals\Organic\Transformation -toluene diisocyanate production;material;Chemicals\Organic\Transformation -toluene oxidation;material;Chemicals\Acids (organic)\Transformation -toluene oxidation;material;Chemicals\Acids (organic)\Transformation -toluene oxidation;material;Others\Obsolete -toluene oxidation;material;Others\Obsolete -toluene production, liquid;material;Chemicals\Organic\Transformation -toluene production, liquid;material;Chemicals\Organic\Transformation -tomato production;material;Others\Obsolete -tomato production, fresh grade, in heated greenhouse;material;Agricultural\Plant production\Vegetables\Transformation -tomato production, fresh grade, in heated greenhouse;material;Agricultural\Plant production\Vegetables\Transformation -tomato production, fresh grade, in unheated greenhouse;material;Agricultural\Plant production\Vegetables\Transformation -tomato production, fresh grade, in unheated greenhouse;material;Agricultural\Plant production\Vegetables\Transformation -tomato production, fresh grade, open field;material;Agricultural\Plant production\Vegetables\Transformation -tomato production, fresh grade, open field;material;Agricultural\Plant production\Vegetables\Transformation -tomato production, fresh grade, open field;material;Agricultural\Plant production\Vegetables\Transformation -tomato production, fresh grade, open field;material;Agricultural\Plant production\Vegetables\Transformation -tomato production, processing grade, open field;material;Agricultural\Plant production\Vegetables\Transformation -tomato production, processing grade, open field;material;Agricultural\Plant production\Vegetables\Transformation -tomato seedling production, in heated greenhouse, for planting;material;Agricultural\Plant seeds\Transformation -tomato seedling production, in heated greenhouse, for planting;material;Agricultural\Plant seeds\Transformation -tomato seedling production, in unheated greenhouse, for planting;material;Agricultural\Plant seeds\Transformation -tomato seedling production, in unheated greenhouse, for planting;material;Agricultural\Plant seeds\Transformation -tomato seedling production, in unheated greenhouse, for planting;material;Agricultural\Plant seeds\Transformation -tomato seedling production, in unheated greenhouse, for planting;material;Agricultural\Plant seeds\Transformation -toner module production, laser printer, black/white;material;Electronics\Module\Transformation -toner module production, laser printer, colour;material;Electronics\Module\Transformation -toner production, black, powder;material;Electronics\Module\Transformation -toner production, colour, powder;material;Electronics\Module\Transformation -Total emissions of Europe per year for total;material;Others -Total emissions of the world per;material;Others -tower silo production, plastic;processing;Agricultural\Transformation\Infrastructure -tower silo production, plastic;processing;Agricultural\Transformation\Infrastructure -tractor production, 4-wheel, agricultural;transport;Road\Transformation\Infrastructure -tractor production, 4-wheel, agricultural;transport;Road\Transformation\Infrastructure -train production, passenger, high speed;transport;Rail\Transformation\Infrastructure -train production, passenger, high speed;transport;Rail\Transformation\Infrastructure -train production, passenger, long-distance;transport;Rail\Transformation\Infrastructure -train production, passenger, long-distance;transport;Rail\Transformation\Infrastructure -train production, passenger, regional;transport;Rail\Transformation\Infrastructure -train production, passenger, regional;transport;Rail\Transformation\Infrastructure -tram production;transport;Rail\Transformation\Infrastructure -tram production;transport;Rail\Transformation\Infrastructure -tram track construction;transport;Rail\Transformation\Infrastructure -tram track construction;transport;Rail\Transformation\Infrastructure -Transformer and rectifier unit, for electrolyzer {GLO}| Cut-off,;transport;carculator\synthetic fuels\infrastructure -transformer production, high voltage use;material;Electronics\Component\Transformation -transformer production, low voltage use;material;Electronics\Component\Transformation -transistor production, auxilliaries and energy use;material;Electronics\Component\Transformation -transistor production, surface-mounted;material;Electronics\Component\Transformation -transistor production, wired, big size, through-hole mounting;material;Electronics\Component\Transformation -transistor production, wired, small size, through-hole mounting;material;Electronics\Component\Transformation -transmission network construction, electricity, high voltage;transport;Electricity\Transformation\Infrastructure -transmission network construction, electricity, high voltage;transport;Electricity\Transformation\Infrastructure -transmission network construction, electricity, high voltage;transport;Electricity\Transformation\Infrastructure -transmission network construction, electricity, medium voltage;transport;Electricity\Transformation\Infrastructure -transmission network construction, electricity, medium voltage;transport;Electricity\Transformation\Infrastructure -transmission network construction, electricity, medium voltage;transport;Electricity\Transformation\Infrastructure -transmission network construction, long-distance;transport;Electricity\Transformation\Infrastructure -transmission network construction, long-distance;transport;Electricity\Transformation\Infrastructure -transport, freight train;transport;Rail\Transformation -transport, freight train;transport;Rail\Transformation -transport, freight train;transport;Rail\Transformation -transport, freight train;transport;Rail\Transformation -transport, freight train;transport;Rail\Transformation -transport, freight train, diesel;transport;Rail\Transformation -transport, freight train, diesel;transport;Rail\Transformation -transport, freight train, diesel;transport;Rail\Transformation -transport, freight train, diesel;transport;Rail\Transformation -transport, freight train, diesel;transport;Rail\Transformation -transport, freight train, diesel Europe without;transport;Rail\Transformation -transport, freight train, diesel, with particle filter;transport;Rail\Transformation -transport, freight train, diesel, with particle filter;transport;Others\Obsolete -transport, freight train, electricity;transport;Rail\Transformation -transport, freight train, electricity;transport;Rail\Transformation -transport, freight train, electricity;transport;Rail\Transformation -transport, freight train, electricity;transport;Rail\Transformation -transport, freight train, electricity;transport;Rail\Transformation -transport, freight train, electricity Europe without;transport;Rail\Transformation -transport, freight train, steam;transport;Rail\Transformation -transport, freight, aircraft with reefer, cooling;transport;Air\Transformation -transport, freight, aircraft with reefer, freezing;transport;Air\Transformation -transport, freight, aircraft, all distances to generic market for transport,;transport;Air\Transformation -transport, freight, aircraft, belly-freight, long haul;transport;Air\Transformation -transport, freight, aircraft, belly-freight, medium haul;transport;Air\Transformation -transport, freight, aircraft, belly-freight, short haul;transport;Air\Transformation -transport, freight, aircraft, belly-freight, very short haul;transport;Air\Transformation -transport, freight, aircraft, dedicated freight, long haul;transport;Air\Transformation -transport, freight, aircraft, dedicated freight, medium haul;transport;Air\Transformation -transport, freight, aircraft, dedicated freight, short haul;transport;Air\Transformation -transport, freight, aircraft, dedicated freight, very short haul;transport;Air\Transformation -transport, freight, aircraft, intercontinental;transport;Others\Obsolete -transport, freight, aircraft, intercontinental;transport;Others\Obsolete -transport, freight, aircraft, intracontinental;transport;Others\Obsolete -transport, freight, aircraft, intracontinental;transport;Others\Obsolete -transport, freight, conveyor belt;transport;Building equipment\Transformation -transport, freight, inland waterways, barge;transport;Water\Transformation -transport, freight, inland waterways, barge;transport;Water\Transformation -transport, freight, inland waterways, barge tanker;transport;Water\Transformation -transport, freight, inland waterways, barge tanker;transport;Water\Transformation -transport, freight, inland waterways, barge with reefer, cooling;transport;Water\Transformation -transport, freight, inland waterways, barge with reefer, freezing;transport;Water\Transformation -transport, freight, light commercial vehicle;transport;Road\Transformation -transport, freight, light commercial vehicle;transport;Road\Transformation -transport, freight, light commercial vehicle Europe without;transport;Road\Transformation -transport, freight, light commercial vehicle, all, to generic market for;transport;Road\Transformation -transport, freight, light commercial vehicle, EURO1;transport;Road\Transformation -transport, freight, light commercial vehicle, EURO2;transport;Road\Transformation -transport, freight, light commercial vehicle, unregulated;transport;Road\Transformation -transport, freight, lorry >32 metric ton, EURO1;transport;Road\Transformation -transport, freight, lorry >32 metric ton, EURO2;transport;Road\Transformation -transport, freight, lorry >32 metric ton, EURO3;transport;Road\Transformation -transport, freight, lorry >32 metric ton, EURO3;transport;Road\Transformation -transport, freight, lorry >32 metric ton, EURO4;transport;Road\Transformation -transport, freight, lorry >32 metric ton, EURO4;transport;Road\Transformation -transport, freight, lorry >32 metric ton, EURO5;transport;Road\Transformation -transport, freight, lorry >32 metric ton, EURO5;transport;Road\Transformation -transport, freight, lorry >32 metric ton, EURO6;transport;Road\Transformation -transport, freight, lorry >32 metric ton, EURO6;transport;Road\Transformation -transport, freight, lorry >32 metric ton, EURO6;transport;Others\Obsolete -transport, freight, lorry >32 metric ton, EURO6;transport;Others\Obsolete -transport, freight, lorry >32 metric ton, unregulated;transport;Road\Transformation -transport, freight, lorry 16-32 metric ton, EURO1;transport;Road\Transformation -transport, freight, lorry 16-32 metric ton, EURO2;transport;Road\Transformation -transport, freight, lorry 16-32 metric ton, EURO3;transport;Road\Transformation -transport, freight, lorry 16-32 metric ton, EURO3;transport;Road\Transformation -transport, freight, lorry 16-32 metric ton, EURO4;transport;Road\Transformation -transport, freight, lorry 16-32 metric ton, EURO4;transport;Road\Transformation -transport, freight, lorry 16-32 metric ton, EURO5;transport;Road\Transformation -transport, freight, lorry 16-32 metric ton, EURO5;transport;Road\Transformation -transport, freight, lorry 16-32 metric ton, EURO6;transport;Road\Transformation -transport, freight, lorry 16-32 metric ton, EURO6;transport;Road\Transformation -transport, freight, lorry 16-32 metric ton, unregulated;transport;Road\Transformation -transport, freight, lorry 28 metric ton, vegetable oil methyl ester 100%;transport;Road\Transformation -transport, freight, lorry 28 metric ton, vegetable oil methyl ester 100%;transport;Road\Transformation -transport, freight, lorry 3.5-7.5 metric ton, EURO1;transport;Road\Transformation -transport, freight, lorry 3.5-7.5 metric ton, EURO2;transport;Road\Transformation -transport, freight, lorry 3.5-7.5 metric ton, EURO3;transport;Road\Transformation -transport, freight, lorry 3.5-7.5 metric ton, EURO3;transport;Road\Transformation -transport, freight, lorry 3.5-7.5 metric ton, EURO4;transport;Road\Transformation -transport, freight, lorry 3.5-7.5 metric ton, EURO4;transport;Road\Transformation -transport, freight, lorry 3.5-7.5 metric ton, EURO5;transport;Road\Transformation -transport, freight, lorry 3.5-7.5 metric ton, EURO5;transport;Road\Transformation -transport, freight, lorry 3.5-7.5 metric ton, EURO6;transport;Road\Transformation -transport, freight, lorry 3.5-7.5 metric ton, EURO6;transport;Road\Transformation -transport, freight, lorry 3.5-7.5 metric ton, unregulated;transport;Road\Transformation -transport, freight, lorry 7.5-16 metric ton, EURO1;transport;Road\Transformation -transport, freight, lorry 7.5-16 metric ton, EURO2;transport;Road\Transformation -transport, freight, lorry 7.5-16 metric ton, EURO3;transport;Road\Transformation -transport, freight, lorry 7.5-16 metric ton, EURO3;transport;Road\Transformation -transport, freight, lorry 7.5-16 metric ton, EURO4;transport;Road\Transformation -transport, freight, lorry 7.5-16 metric ton, EURO4;transport;Road\Transformation -transport, freight, lorry 7.5-16 metric ton, EURO5;transport;Road\Transformation -transport, freight, lorry 7.5-16 metric ton, EURO5;transport;Road\Transformation -transport, freight, lorry 7.5-16 metric ton, EURO6;transport;Road\Transformation -transport, freight, lorry 7.5-16 metric ton, EURO6;transport;Road\Transformation -transport, freight, lorry 7.5-16 metric ton, unregulated;transport;Road\Transformation -transport, freight, lorry with reefer, cooling;transport;Road\Transformation -transport, freight, lorry with reefer, freezing;transport;Road\Transformation -transport, freight, lorry with refrigeration machine, 3.5-7.5 ton, EURO3,;transport;Road\Transformation -transport, freight, lorry with refrigeration machine, 3.5-7.5 ton, EURO3,;transport;Road\Transformation -transport, freight, lorry with refrigeration machine, 3.5-7.5 ton, EURO3, R134a;transport;Road\Transformation -transport, freight, lorry with refrigeration machine, 3.5-7.5 ton, EURO3, R134a;transport;Road\Transformation -transport, freight, lorry with refrigeration machine, 3.5-7.5 ton, EURO4,;transport;Road\Transformation -transport, freight, lorry with refrigeration machine, 3.5-7.5 ton, EURO4,;transport;Road\Transformation -transport, freight, lorry with refrigeration machine, 3.5-7.5 ton, EURO4, R134a;transport;Road\Transformation -transport, freight, lorry with refrigeration machine, 3.5-7.5 ton, EURO4, R134a;transport;Road\Transformation -transport, freight, lorry with refrigeration machine, 3.5-7.5 ton, EURO5,;transport;Road\Transformation -transport, freight, lorry with refrigeration machine, 3.5-7.5 ton, EURO5,;transport;Road\Transformation -transport, freight, lorry with refrigeration machine, 3.5-7.5 ton, EURO5, R134a;transport;Road\Transformation -transport, freight, lorry with refrigeration machine, 3.5-7.5 ton, EURO5, R134a;transport;Road\Transformation -transport, freight, lorry with refrigeration machine, 3.5-7.5 ton, EURO6,;transport;Road\Transformation -transport, freight, lorry with refrigeration machine, 3.5-7.5 ton, EURO6,;transport;Road\Transformation -transport, freight, lorry with refrigeration machine, 3.5-7.5 ton, EURO6, R134a;transport;Road\Transformation -transport, freight, lorry with refrigeration machine, 3.5-7.5 ton, EURO6, R134a;transport;Road\Transformation -transport, freight, lorry with refrigeration machine, 7.5-16 ton, EURO3, carbon;transport;Road\Transformation -transport, freight, lorry with refrigeration machine, 7.5-16 ton, EURO3, carbon;transport;Road\Transformation -transport, freight, lorry with refrigeration machine, 7.5-16 ton, EURO3, R134a;transport;Road\Transformation -transport, freight, lorry with refrigeration machine, 7.5-16 ton, EURO3, R134a;transport;Road\Transformation -transport, freight, lorry with refrigeration machine, 7.5-16 ton, EURO4, carbon;transport;Road\Transformation -transport, freight, lorry with refrigeration machine, 7.5-16 ton, EURO4, carbon;transport;Road\Transformation -transport, freight, lorry with refrigeration machine, 7.5-16 ton, EURO4, R134a;transport;Road\Transformation -transport, freight, lorry with refrigeration machine, 7.5-16 ton, EURO4, R134a;transport;Road\Transformation -transport, freight, lorry with refrigeration machine, 7.5-16 ton, EURO5, carbon;transport;Road\Transformation -transport, freight, lorry with refrigeration machine, 7.5-16 ton, EURO5, carbon;transport;Road\Transformation -transport, freight, lorry with refrigeration machine, 7.5-16 ton, EURO5, R134a;transport;Road\Transformation -transport, freight, lorry with refrigeration machine, 7.5-16 ton, EURO5, R134a;transport;Road\Transformation -transport, freight, lorry with refrigeration machine, 7.5-16 ton, EURO6, carbon;transport;Road\Transformation -transport, freight, lorry with refrigeration machine, 7.5-16 ton, EURO6, carbon;transport;Road\Transformation -transport, freight, lorry with refrigeration machine, 7.5-16 ton, EURO6, R134a;transport;Road\Transformation -transport, freight, lorry with refrigeration machine, 7.5-16 ton, EURO6, R134a;transport;Road\Transformation -transport, freight, lorry, all sizes, EURO1 to generic market for transport,;transport;Road\Transformation -transport, freight, lorry, all sizes, EURO2 to generic market for transport,;transport;Road\Transformation -transport, freight, lorry, all sizes, EURO3 to generic market for transport,;transport;Road\Transformation -transport, freight, lorry, all sizes, EURO3 to generic market for transport,;transport;Road\Transformation -transport, freight, lorry, all sizes, EURO4 to generic market for transport,;transport;Road\Transformation -transport, freight, lorry, all sizes, EURO4 to generic market for transport,;transport;Road\Transformation -transport, freight, lorry, all sizes, EURO5 to generic market for transport,;transport;Road\Transformation -transport, freight, lorry, all sizes, EURO5 to generic market for transport,;transport;Road\Transformation -transport, freight, lorry, all sizes, EURO6 to generic market for transport,;transport;Road\Transformation -transport, freight, lorry, all sizes, EURO6 to generic market for transport,;transport;Road\Transformation -transport, freight, lorry, all sizes, unregulated to generic market for;transport;Road\Transformation -transport, freight, sea, bulk carrier for dry goods;transport;Water\Transformation -transport, freight, sea, container ship;transport;Water\Transformation -transport, freight, sea, container ship with reefer, cooling;transport;Water\Transformation -transport, freight, sea, container ship with reefer, freezing;transport;Water\Transformation -transport, freight, sea, ferry;transport;Water\Transformation -transport, freight, sea, tanker for liquefied natural gas;transport;Water\Transformation -transport, freight, sea, tanker for liquid goods other than petroleum and;transport;Water\Transformation -transport, freight, sea, tanker for petroleum;transport;Water\Transformation -transport, freight, sea, transoceanic ship;transport;Others\Obsolete -transport, freight, sea, transoceanic tanker;transport;Others\Obsolete -transport, freight, small lorry with refrigeration machine, EURO3, CO2;transport;Road\Transformation -transport, freight, small lorry with refrigeration machine, EURO3, CO2;transport;Road\Transformation -transport, freight, small lorry with refrigeration machine, EURO3, R134a;transport;Road\Transformation -transport, freight, small lorry with refrigeration machine, EURO3, R134a;transport;Road\Transformation -transport, freight, small lorry with refrigeration machine, EURO4, CO2;transport;Road\Transformation -transport, freight, small lorry with refrigeration machine, EURO4, CO2;transport;Road\Transformation -transport, freight, small lorry with refrigeration machine, EURO4, R134a;transport;Road\Transformation -transport, freight, small lorry with refrigeration machine, EURO4, R134a;transport;Road\Transformation -transport, freight, small lorry with refrigeration machine, EURO5, CO2;transport;Road\Transformation -transport, freight, small lorry with refrigeration machine, EURO5, CO2;transport;Road\Transformation -transport, freight, small lorry with refrigeration machine, EURO5, R134a;transport;Road\Transformation -transport, freight, small lorry with refrigeration machine, EURO5, R134a;transport;Road\Transformation -transport, freight, small lorry with refrigeration machine, EURO6, CO2;transport;Road\Transformation -transport, freight, small lorry with refrigeration machine, EURO6, CO2;transport;Road\Transformation -transport, freight, small lorry with refrigeration machine, EURO6, R134a;transport;Road\Transformation -transport, freight, small lorry with refrigeration machine, EURO6, R134a;transport;Road\Transformation -transport, freight, train with reefer, cooling;transport;Rail\Transformation -transport, freight, train with reefer, freezing;transport;Rail\Transformation -transport, helicopter;transport;Air\Transformation -transport, helicopter, LTO cycle;transport;Air\Transformation -transport, passenger car;transport;Road\Transformation -transport, passenger car;transport;Road\Transformation -transport, passenger car with internal combustion engine;transport;Road\Transformation -transport, passenger car with internal combustion engine;transport;Road\Transformation -Transport, passenger car, bev, large, 2020, euro-6d {RER}| Cut-off,;transport;carculator\passenger cars\transport\electric -Transport, passenger car, bev, lower medium, 2020, euro-6d {RER}| Cut-off,;transport;carculator\passenger cars\transport\electric -Transport, passenger car, bev, medium, 2020, euro-6d {RER}| Cut-off,;transport;carculator\passenger cars\transport\electric -Transport, passenger car, bev, mini, 2020, euro-6d {RER}| Cut-off,;transport;carculator\passenger cars\transport\electric -Transport, passenger car, bev, small, 2020, euro-6d {RER}| Cut-off,;transport;carculator\passenger cars\transport\electric -Transport, passenger car, bev, suv, 2020, euro-6d {RER}| Cut-off,;transport;carculator\passenger cars\transport\electric -Transport, passenger car, bev, van, 2020, euro-6d {RER}| Cut-off,;transport;carculator\passenger cars\transport\electric -transport, passenger car, electric;transport;Road\Transformation -transport, passenger car, EURO 3;transport;Road\Transformation -transport, passenger car, EURO 3;transport;Road\Transformation -transport, passenger car, EURO 4;transport;Road\Transformation -transport, passenger car, EURO 4;transport;Road\Transformation -transport, passenger car, EURO 5;transport;Road\Transformation -transport, passenger car, EURO 5;transport;Road\Transformation -Transport, passenger car, fcev, large, 2020, euro-6d {RER}| Cut-off,;transport;carculator\passenger cars\transport\electric -Transport, passenger car, fcev, lower medium, 2020, euro-6d {RER}| Cut-off,;transport;carculator\passenger cars\transport\electric -Transport, passenger car, fcev, medium, 2020, euro-6d {RER}| Cut-off,;transport;carculator\passenger cars\transport\electric -Transport, passenger car, fcev, mini, 2020, euro-6d {RER}| Cut-off,;transport;carculator\passenger cars\transport\electric -Transport, passenger car, fcev, small, 2020, euro-6d {RER}| Cut-off,;transport;carculator\passenger cars\transport\electric -Transport, passenger car, fcev, suv, 2020, euro-6d {RER}| Cut-off,;transport;carculator\passenger cars\transport\electric -Transport, passenger car, fcev, van, 2020, euro-6d {RER}| Cut-off,;transport;carculator\passenger cars\transport\electric -Transport, passenger car, hev-d, large, 2020, euro-6d {RER}| Cut-off,;transport;carculator\passenger cars\transport\hybrid -Transport, passenger car, hev-d, lower medium, 2020, euro-6d {RER}| Cut-off,;transport;carculator\passenger cars\transport\hybrid -Transport, passenger car, hev-d, medium, 2020, euro-6d {RER}| Cut-off,;transport;carculator\passenger cars\transport\hybrid -Transport, passenger car, hev-d, mini, 2020, euro-6d {RER}| Cut-off,;transport;carculator\passenger cars\transport\hybrid -Transport, passenger car, hev-d, small, 2020, euro-6d {RER}| Cut-off,;transport;carculator\passenger cars\transport\hybrid -Transport, passenger car, hev-d, suv, 2020, euro-6d {RER}| Cut-off,;transport;carculator\passenger cars\transport\hybrid -Transport, passenger car, hev-d, van, 2020, euro-6d {RER}| Cut-off,;transport;carculator\passenger cars\transport\hybrid -Transport, passenger car, hev-p, large, 2020, euro-6d {RER}| Cut-off,;transport;carculator\passenger cars\transport\hybrid -Transport, passenger car, hev-p, lower medium, 2020, euro-6d {RER}| Cut-off,;transport;carculator\passenger cars\transport\hybrid -Transport, passenger car, hev-p, medium, 2020, euro-6d {RER}| Cut-off,;transport;carculator\passenger cars\transport\hybrid -Transport, passenger car, hev-p, mini, 2020, euro-6d {RER}| Cut-off,;transport;carculator\passenger cars\transport\hybrid -Transport, passenger car, hev-p, small, 2020, euro-6d {RER}| Cut-off,;transport;carculator\passenger cars\transport\hybrid -Transport, passenger car, hev-p, suv, 2020, euro-6d {RER}| Cut-off,;transport;carculator\passenger cars\transport\hybrid -Transport, passenger car, hev-p, van, 2020, euro-6d {RER}| Cut-off,;transport;carculator\passenger cars\transport\hybrid -Transport, passenger car, icev-d, large, 2020, euro-6d {RER}| Cut-off,;transport;carculator\passenger cars\transport\combustion -Transport, passenger car, icev-d, lower medium, 2020, euro-6d {RER}| Cut-off,;transport;carculator\passenger cars\transport\combustion -Transport, passenger car, icev-d, medium, 2020, euro-6d {RER}| Cut-off,;transport;carculator\passenger cars\transport\combustion -Transport, passenger car, icev-d, mini, 2020, euro-6d {RER}| Cut-off,;transport;carculator\passenger cars\transport\combustion -Transport, passenger car, icev-d, small, 2020, euro-6d {RER}| Cut-off,;transport;carculator\passenger cars\transport\combustion -Transport, passenger car, icev-d, suv, 2020, euro-6d {RER}| Cut-off,;transport;carculator\passenger cars\transport\combustion -Transport, passenger car, icev-d, van, 2020, euro-6d {RER}| Cut-off,;transport;carculator\passenger cars\transport\combustion -Transport, passenger car, icev-g, large, 2020, euro-6d {RER}| Cut-off,;transport;carculator\passenger cars\transport\combustion -Transport, passenger car, icev-g, lower medium, 2020, euro-6d {RER}| Cut-off,;transport;carculator\passenger cars\transport\combustion -Transport, passenger car, icev-g, medium, 2020, euro-6d {RER}| Cut-off,;transport;carculator\passenger cars\transport\combustion -Transport, passenger car, icev-g, mini, 2020, euro-6d {RER}| Cut-off,;transport;carculator\passenger cars\transport\combustion -Transport, passenger car, icev-g, small, 2020, euro-6d {RER}| Cut-off,;transport;carculator\passenger cars\transport\combustion -Transport, passenger car, icev-g, suv, 2020, euro-6d {RER}| Cut-off,;transport;carculator\passenger cars\transport\combustion -Transport, passenger car, icev-g, van, 2020, euro-6d {RER}| Cut-off,;transport;carculator\passenger cars\transport\combustion -Transport, passenger car, icev-p, large, 2020, euro-6d {RER}| Cut-off,;transport;carculator\passenger cars\transport\combustion -Transport, passenger car, icev-p, lower medium, 2020, euro-6d {RER}| Cut-off,;transport;carculator\passenger cars\transport\combustion -Transport, passenger car, icev-p, medium, 2020, euro-6d {RER}| Cut-off,;transport;carculator\passenger cars\transport\combustion -Transport, passenger car, icev-p, mini, 2020, euro-6d {RER}| Cut-off,;transport;carculator\passenger cars\transport\combustion -Transport, passenger car, icev-p, small, 2020, euro-6d {RER}| Cut-off,;transport;carculator\passenger cars\transport\combustion -Transport, passenger car, icev-p, suv, 2020, euro-6d {RER}| Cut-off,;transport;carculator\passenger cars\transport\combustion -Transport, passenger car, icev-p, van, 2020, euro-6d {RER}| Cut-off,;transport;carculator\passenger cars\transport\combustion -transport, passenger car, large size, diesel, EURO 3;transport;Road\Transformation -transport, passenger car, large size, diesel, EURO 3;transport;Road\Transformation -transport, passenger car, large size, diesel, EURO 4;transport;Road\Transformation -transport, passenger car, large size, diesel, EURO 4;transport;Road\Transformation -transport, passenger car, large size, diesel, EURO 5;transport;Road\Transformation -transport, passenger car, large size, diesel, EURO 5;transport;Road\Transformation -transport, passenger car, large size, natural gas, EURO 3;transport;Road\Transformation -transport, passenger car, large size, natural gas, EURO 3;transport;Road\Transformation -transport, passenger car, large size, natural gas, EURO 4;transport;Road\Transformation -transport, passenger car, large size, natural gas, EURO 4;transport;Road\Transformation -transport, passenger car, large size, natural gas, EURO 5;transport;Road\Transformation -transport, passenger car, large size, natural gas, EURO 5;transport;Road\Transformation -transport, passenger car, large size, petrol, EURO 3;transport;Road\Transformation -transport, passenger car, large size, petrol, EURO 3;transport;Road\Transformation -transport, passenger car, large size, petrol, EURO 4;transport;Road\Transformation -transport, passenger car, large size, petrol, EURO 4;transport;Road\Transformation -transport, passenger car, large size, petrol, EURO 5;transport;Road\Transformation -transport, passenger car, large size, petrol, EURO 5;transport;Road\Transformation -transport, passenger car, medium size, diesel, EURO 3;transport;Road\Transformation -transport, passenger car, medium size, diesel, EURO 3;transport;Road\Transformation -transport, passenger car, medium size, diesel, EURO 4;transport;Road\Transformation -transport, passenger car, medium size, diesel, EURO 4;transport;Road\Transformation -transport, passenger car, medium size, diesel, EURO 5;transport;Road\Transformation -transport, passenger car, medium size, diesel, EURO 5;transport;Road\Transformation -transport, passenger car, medium size, liquefied petroleum gas (LPG), EURO 5;transport;Road\Transformation -transport, passenger car, medium size, natural gas, EURO 3;transport;Road\Transformation -transport, passenger car, medium size, natural gas, EURO 3;transport;Road\Transformation -transport, passenger car, medium size, natural gas, EURO 4;transport;Road\Transformation -transport, passenger car, medium size, natural gas, EURO 4;transport;Road\Transformation -transport, passenger car, medium size, natural gas, EURO 5;transport;Road\Transformation -transport, passenger car, medium size, natural gas, EURO 5;transport;Road\Transformation -transport, passenger car, medium size, petrol, EURO 3;transport;Road\Transformation -transport, passenger car, medium size, petrol, EURO 3;transport;Road\Transformation -transport, passenger car, medium size, petrol, EURO 4;transport;Road\Transformation -transport, passenger car, medium size, petrol, EURO 4;transport;Road\Transformation -transport, passenger car, medium size, petrol, EURO 5;transport;Road\Transformation -transport, passenger car, medium size, petrol, EURO 5;transport;Road\Transformation -Transport, passenger car, phev-d, large, 2020, euro-6d {RER}| Cut-off,;transport;carculator\passenger cars\transport\hybrid plugin -Transport, passenger car, phev-d, lower medium, 2020, euro-6d {RER}| Cut-off,;transport;carculator\passenger cars\transport\hybrid plugin -Transport, passenger car, phev-d, medium, 2020, euro-6d {RER}| Cut-off,;transport;carculator\passenger cars\transport\hybrid plugin -Transport, passenger car, phev-d, mini, 2020, euro-6d {RER}| Cut-off,;transport;carculator\passenger cars\transport\hybrid plugin -Transport, passenger car, phev-d, small, 2020, euro-6d {RER}| Cut-off,;transport;carculator\passenger cars\transport\hybrid plugin -Transport, passenger car, phev-d, suv, 2020, euro-6d {RER}| Cut-off,;transport;carculator\passenger cars\transport\hybrid plugin -Transport, passenger car, phev-d, van, 2020, euro-6d {RER}| Cut-off,;transport;carculator\passenger cars\transport\hybrid plugin -Transport, passenger car, phev-p, large, 2020, euro-6d {RER}| Cut-off,;transport;carculator\passenger cars\transport\hybrid plugin -Transport, passenger car, phev-p, lower medium, 2020, euro-6d {RER}| Cut-off,;transport;carculator\passenger cars\transport\hybrid plugin -Transport, passenger car, phev-p, medium, 2020, euro-6d {RER}| Cut-off,;transport;carculator\passenger cars\transport\hybrid plugin -Transport, passenger car, phev-p, mini, 2020, euro-6d {RER}| Cut-off,;transport;carculator\passenger cars\transport\hybrid plugin -Transport, passenger car, phev-p, small, 2020, euro-6d {RER}| Cut-off,;transport;carculator\passenger cars\transport\hybrid plugin -Transport, passenger car, phev-p, suv, 2020, euro-6d {RER}| Cut-off,;transport;carculator\passenger cars\transport\hybrid plugin -Transport, passenger car, phev-p, van, 2020, euro-6d {RER}| Cut-off,;transport;carculator\passenger cars\transport\hybrid plugin -transport, passenger car, small size, diesel, EURO 3;transport;Road\Transformation -transport, passenger car, small size, diesel, EURO 3;transport;Road\Transformation -transport, passenger car, small size, diesel, EURO 4;transport;Road\Transformation -transport, passenger car, small size, diesel, EURO 4;transport;Road\Transformation -transport, passenger car, small size, diesel, EURO 5;transport;Road\Transformation -transport, passenger car, small size, diesel, EURO 5;transport;Road\Transformation -transport, passenger car, small size, natural gas, EURO 3;transport;Road\Transformation -transport, passenger car, small size, natural gas, EURO 3;transport;Road\Transformation -transport, passenger car, small size, natural gas, EURO 4;transport;Road\Transformation -transport, passenger car, small size, natural gas, EURO 4;transport;Road\Transformation -transport, passenger car, small size, natural gas, EURO 5;transport;Road\Transformation -transport, passenger car, small size, natural gas, EURO 5;transport;Road\Transformation -transport, passenger car, small size, petrol, EURO 3;transport;Road\Transformation -transport, passenger car, small size, petrol, EURO 3;transport;Road\Transformation -transport, passenger car, small size, petrol, EURO 4;transport;Road\Transformation -transport, passenger car, small size, petrol, EURO 4;transport;Road\Transformation -transport, passenger car, small size, petrol, EURO 5;transport;Road\Transformation -transport, passenger car, small size, petrol, EURO 5;transport;Road\Transformation -transport, passenger coach;transport;Road\Transformation -transport, passenger coach;transport;Road\Transformation -transport, passenger train;transport;Rail\Transformation -transport, passenger train;transport;Rail\Transformation -transport, passenger train;transport;Rail\Transformation -transport, passenger train;transport;Rail\Transformation -transport, passenger train;transport;Rail\Transformation -transport, passenger train;transport;Rail\Transformation -transport, passenger train, high-speed;transport;Rail\Transformation -transport, passenger train, high-speed;transport;Rail\Transformation -transport, passenger train, high-speed;transport;Rail\Transformation -transport, passenger train, high-speed;transport;Rail\Transformation -transport, passenger train, long-distance;transport;Rail\Transformation -transport, passenger train, regional;transport;Rail\Transformation -transport, passenger train, urban;transport;Rail\Transformation -transport, passenger, aircraft, all distances to generic market for transport,;transport;Air\Transformation -transport, passenger, aircraft, intercontinental;transport;Others\Obsolete -transport, passenger, aircraft, intercontinental;transport;Others\Obsolete -transport, passenger, aircraft, intracontinental;transport;Others\Obsolete -transport, passenger, aircraft, intracontinental;transport;Others\Obsolete -transport, passenger, bicycle;transport;Road\Transformation -transport, passenger, bicycle;transport;Road\Transformation -transport, passenger, electric bicycle;transport;Road\Transformation -transport, passenger, electric bicycle;transport;Road\Transformation -transport, passenger, electric bicycle, label-certified electricity;transport;Road\Transformation -transport, passenger, electric bicycle, label-certified electricity;transport;Road\Transformation -transport, passenger, electric scooter;transport;Road\Transformation -transport, passenger, motor scooter;transport;Road\Transformation -transport, passenger, motor scooter;transport;Road\Transformation -transport, passengers, passenger aircraft, long haul;transport;Air\Transformation -transport, passengers, passenger aircraft, medium haul;transport;Air\Transformation -transport, passengers, passenger aircraft, short haul;transport;Air\Transformation -transport, passengers, passenger aircraft, very short haul;transport;Air\Transformation -transport, pipeline, long distance, natural gas;transport;Pipeline\Transformation -transport, pipeline, long distance, natural gas;transport;Pipeline\Transformation -transport, pipeline, long distance, natural gas;transport;Pipeline\Transformation -transport, pipeline, long distance, natural gas;transport;Pipeline\Transformation -transport, pipeline, long distance, natural gas RER w/o;transport;Others\Obsolete -transport, pipeline, long distance, natural gas RER w/o;transport;Pipeline\Transformation -transport, pipeline, offshore, long distance, natural gas;transport;Pipeline\Transformation -transport, pipeline, offshore, long distance, natural gas;transport;Pipeline\Transformation -transport, pipeline, offshore, petroleum;transport;Pipeline\Transformation -transport, pipeline, onshore, long distance, natural gas;transport;Pipeline\Transformation -transport, pipeline, onshore, long distance, natural gas;transport;Pipeline\Transformation -transport, pipeline, onshore, petroleum;transport;Pipeline\Transformation -transport, pipeline, onshore, petroleum;transport;Pipeline\Transformation -Transport, pipeline, supercritical co2, 200km w recompression {RER}| Cut-off,;transport;carculator\synthetic fuels\carbon capture and storage -Transport, pipeline, supercritical co2, 200km w/o recompression {RER}| Cut-off,;transport;carculator\synthetic fuels\carbon capture and storage -transport, regular bus;transport;Road\Transformation -transport, regular bus;transport;Road\Transformation -transport, tractor and trailer, agricultural;transport;Road\Transformation -transport, tractor and trailer, agricultural;transport;Road\Transformation -transport, tram;transport;Road\Transformation -transport, tram;transport;Road\Transformation -transport, trolleybus;transport;Road\Transformation -transport, trolleybus;transport;Road\Transformation -trawler construction, steel;transport;Water\Transformation\Infrastructure -trawler construction, steel;transport;Water\Transformation\Infrastructure -trawler maintenance, steel;transport;Water\Transformation\Infrastructure -trawler maintenance, steel;transport;Water\Transformation\Infrastructure -Tray lid {GLO}| Cut-off,;transport;carculator\energy storage\lithium-ion battery -Tray seal {GLO}| Cut-off,;transport;carculator\energy storage\lithium-ion battery -Tray with fasteners {GLO}| Cut-off,;transport;carculator\energy storage\lithium-ion battery -treatment of aluminium in car shredder residue, municipal incineration;waste treatment;Metals -treatment of aluminium in car shredder residue, municipal incineration;waste treatment;Metals -treatment of aluminium in car shredder residue, municipal incineration with fly;waste treatment;Metals -treatment of aluminium in car shredder residue, municipal incineration with fly;processing;Others\Obsolete -treatment of aluminium scrap, new, at refiner;material;Chemicals\Inorganic\Transformation -treatment of aluminium scrap, new, at refiner;material;Chemicals\Inorganic\Transformation -treatment of aluminium scrap, new, at refiner;material;Metals\Non ferro\Transformation -treatment of aluminium scrap, new, at refiner;material;Metals\Non ferro\Transformation -treatment of aluminium scrap, new, at remelter;material;Metals\Non ferro\Transformation -treatment of aluminium scrap, new, at remelter;material;Metals\Non ferro\Transformation -treatment of aluminium scrap, post-consumer, by collecting, sorting, cleaning,;processing;Transformation\Metals -treatment of aluminium scrap, post-consumer, by collecting, sorting, cleaning,;processing;Transformation\Metals -treatment of aluminium scrap, post-consumer, prepared for recycling, at;material;Metals\Non ferro\Transformation -treatment of aluminium scrap, post-consumer, prepared for recycling, at;material;Metals\Non ferro\Transformation -treatment of aluminium scrap, post-consumer, prepared for recycling, at refiner;material;Chemicals\Inorganic\Transformation -treatment of aluminium scrap, post-consumer, prepared for recycling, at refiner;material;Chemicals\Inorganic\Transformation -treatment of aluminium scrap, post-consumer, prepared for recycling, at refiner;material;Metals\Non ferro\Transformation -treatment of aluminium scrap, post-consumer, prepared for recycling, at refiner;material;Metals\Non ferro\Transformation -treatment of ash from deinking sludge, residual material landfill;waste treatment;Landfill\Residual material landfill\Transformation -treatment of ash from deinking sludge, residual material landfill;waste treatment;Landfill\Residual material landfill\Transformation -treatment of ash from paper production sludge, residual material landfill;waste treatment;Landfill\Residual material landfill\Transformation -treatment of ash from paper production sludge, residual material landfill;waste treatment;Landfill\Residual material landfill\Transformation -treatment of ash from paper production sludge, residual material landfill;waste treatment;Landfill\Residual material landfill\Transformation -treatment of automobile catalyst;material;Metals\Non ferro\Transformation -treatment of automobile catalyst;material;Metals\Non ferro\Transformation -treatment of automobile catalyst;material;Metals\Non ferro\Transformation -treatment of automobile catalyst;material;Metals\Non ferro\Transformation -treatment of automobile catalyst;material;Metals\Non ferro\Transformation -treatment of automobile catalyst;material;Metals\Non ferro\Transformation -treatment of average incineration residue, residual material landfill;waste treatment;Landfill\Residual material landfill\Transformation -treatment of average incineration residue, residual material landfill;waste treatment;Landfill\Residual material landfill\Transformation -treatment of bagasse, from sugarcane, in heat and power co-generation unit,;energy;Electricity by fuel\Waste\Transformation -treatment of bagasse, from sugarcane, in heat and power co-generation unit,;energy;Electricity by fuel\Waste\Transformation -treatment of bagasse, from sugarcane, in heat and power co-generation unit,;energy;Electricity by fuel\Waste\Transformation -treatment of bagasse, from sugarcane, in heat and power co-generation unit,;energy;Electricity by fuel\Waste\Transformation -treatment of bagasse, from sugarcane, in heat and power co-generation unit,;energy;Electricity by fuel\Waste\Transformation -treatment of bagasse, from sugarcane, in heat and power co-generation unit,;energy;Others\Obsolete -treatment of bagasse, from sugarcane, in heat and power co-generation unit,;energy;Heat\Waste\Transformation -treatment of bagasse, from sugarcane, in heat and power co-generation unit,;energy;Heat\Waste\Transformation -treatment of bagasse, from sugarcane, in heat and power co-generation unit,;energy;Heat\Waste\Transformation -treatment of bagasse, from sugarcane, in heat and power co-generation unit,;energy;Heat\Waste\Transformation -treatment of bagasse, from sugarcane, in heat and power co-generation unit,;energy;Heat\Waste\Transformation -treatment of bagasse, from sugarcane, in heat and power co-generation unit,;energy;Others\Obsolete -treatment of bagasse, from sweet sorghum, in heat and power co-generation unit,;energy;Electricity by fuel\Waste\Transformation -treatment of bagasse, from sweet sorghum, in heat and power co-generation unit,;energy;Heat\Waste\Transformation -treatment of basic oxygen furnace waste, residual material landfill;waste treatment;Landfill\Residual material landfill\Transformation -treatment of basic oxygen furnace waste, residual material landfill;waste treatment;Landfill\Residual material landfill\Transformation -treatment of bilge oil, hazardous waste incineration;waste treatment;Incineration\Hazardous waste incineration\Transformation -treatment of bilge oil, hazardous waste incineration;waste treatment;Incineration\Hazardous waste incineration\Transformation -treatment of bilge oil, hazardous waste incineration Europe without;waste treatment;Incineration\Hazardous waste incineration\Transformation -treatment of biogas, burned in micro gas turbine 100kWe;energy;Others\Obsolete -treatment of biogas, burned in micro gas turbine 100kWe;energy;Others\Obsolete -treatment of biogas, burned in polymer electrolyte membrane fuel cell 2kWe,;energy;Others\Obsolete -treatment of biogas, burned in polymer electrolyte membrane fuel cell 2kWe,;energy;Others\Obsolete -treatment of biogas, burned in solid oxide fuel cell 125kWe, future;energy;Others\Obsolete -treatment of biogas, burned in solid oxide fuel cell 125kWe, future;energy;Others\Obsolete -treatment of biogas, burned in solid oxide fuel cell, with micro gas turbine,;energy;Others\Obsolete -treatment of biogas, burned in solid oxide fuel cell, with micro gas turbine,;energy;Others\Obsolete -treatment of biogas, purification to methane 96 vol-%;material;Others\Obsolete -treatment of biogas, purification to methane 96 vol-%;material;Others\Obsolete -treatment of biowaste by anaerobic digestion;material;Fuels\Biofuels\Biogas\Transformation -treatment of biowaste by anaerobic digestion;material;Fuels\Biofuels\Biogas\Transformation -treatment of biowaste by anaerobic digestion;waste treatment;Biowaste\Transformation -treatment of biowaste by anaerobic digestion;waste treatment;Biowaste\Transformation -Treatment of biowaste by anaerobic digestion, with biogenic carbon uptake,;waste treatment;carculator\energy storage\lithium-ion battery -treatment of biowaste, industrial composting;waste treatment;Biowaste\Transformation -treatment of biowaste, industrial composting;waste treatment;Biowaste\Transformation -treatment of biowaste, industrial composting;waste treatment;Biowaste\Transformation -treatment of biowaste, industrial composting;waste treatment;Biowaste\Transformation -treatment of biowaste, municipal incineration;waste treatment;Biowaste\Transformation -treatment of biowaste, municipal incineration;energy;Electricity by fuel\Waste\Transformation -treatment of biowaste, municipal incineration;energy;Heat\Waste\Transformation -treatment of biowaste, municipal incineration with fly ash extraction;waste treatment;Biowaste\Transformation -treatment of biowaste, municipal incineration with fly ash extraction;energy;Electricity by fuel\Waste\Transformation -treatment of biowaste, municipal incineration with fly ash extraction;energy;Heat\Waste\Transformation -treatment of biowaste, municipal incineration with fly ash extraction;processing;Others\Obsolete -treatment of biowaste, open dump;waste treatment;Biowaste\Transformation -treatment of biowaste, open dump;waste treatment;Biowaste\Transformation -treatment of blast furnace gas, in power plant;energy;Electricity by fuel\Waste\Transformation -treatment of blast furnace gas, in power plant;energy;Electricity by fuel\Waste\Transformation -treatment of blast furnace gas, in power plant;energy;Electricity by fuel\Waste\Transformation -treatment of blast furnace gas, in power plant;energy;Electricity by fuel\Waste\Transformation -treatment of blast furnace gas, in power plant;energy;Electricity by fuel\Waste\Transformation -treatment of blast furnace gas, in power plant;energy;Electricity by fuel\Waste\Transformation -treatment of blast furnace gas, in power plant;energy;Electricity by fuel\Waste\Transformation -treatment of blast furnace gas, in power plant;energy;Electricity by fuel\Waste\Transformation -treatment of blast furnace gas, in power plant;energy;Electricity by fuel\Waste\Transformation -treatment of blast furnace gas, in power plant;energy;Electricity by fuel\Waste\Transformation -treatment of blast furnace gas, in power plant;energy;Electricity by fuel\Waste\Transformation -treatment of blast furnace gas, in power plant;energy;Electricity by fuel\Waste\Transformation -treatment of blast furnace gas, in power plant;energy;Electricity by fuel\Waste\Transformation -treatment of blast furnace gas, in power plant;energy;Electricity by fuel\Waste\Transformation -treatment of blast furnace gas, in power plant;energy;Electricity by fuel\Waste\Transformation -treatment of blast furnace gas, in power plant;energy;Electricity by fuel\Waste\Transformation -treatment of blast furnace gas, in power plant;energy;Electricity by fuel\Waste\Transformation -treatment of blast furnace gas, in power plant;energy;Electricity by fuel\Waste\Transformation -treatment of blast furnace gas, in power plant;energy;Electricity by fuel\Waste\Transformation -treatment of blast furnace gas, in power plant;energy;Electricity by fuel\Waste\Transformation -treatment of blast furnace gas, in power plant;energy;Electricity by fuel\Waste\Transformation -treatment of blast furnace gas, in power plant;energy;Electricity by fuel\Waste\Transformation -treatment of blast furnace gas, in power plant;energy;Electricity by fuel\Waste\Transformation -treatment of blast furnace gas, in power plant;energy;Electricity by fuel\Waste\Transformation -treatment of blast furnace gas, in power plant;energy;Electricity by fuel\Waste\Transformation -treatment of blast furnace gas, in power plant;energy;Electricity by fuel\Waste\Transformation -treatment of blast furnace gas, in power plant;energy;Electricity by fuel\Waste\Transformation -treatment of blast furnace gas, in power plant;energy;Electricity by fuel\Waste\Transformation -treatment of blast furnace gas, in power plant;energy;Electricity by fuel\Waste\Transformation -treatment of blast furnace gas, in power plant;energy;Electricity by fuel\Waste\Transformation -treatment of blast furnace gas, in power plant;energy;Electricity by fuel\Waste\Transformation -treatment of blast furnace gas, in power plant;energy;Electricity by fuel\Waste\Transformation -treatment of blast furnace gas, in power plant;energy;Electricity by fuel\Waste\Transformation -treatment of blast furnace gas, in power plant;energy;Electricity by fuel\Waste\Transformation -treatment of blast furnace gas, in power plant;energy;Electricity by fuel\Waste\Transformation -treatment of blast furnace gas, in power plant;energy;Electricity by fuel\Waste\Transformation -treatment of blast furnace gas, in power plant;energy;Electricity by fuel\Waste\Transformation -treatment of blast furnace gas, in power plant;energy;Electricity by fuel\Waste\Transformation -treatment of blast furnace gas, in power plant;energy;Electricity by fuel\Waste\Transformation -treatment of blast furnace gas, in power plant;energy;Electricity by fuel\Waste\Transformation -treatment of blast furnace gas, in power plant;energy;Electricity by fuel\Waste\Transformation -treatment of blast furnace gas, in power plant;energy;Electricity by fuel\Waste\Transformation -treatment of blast furnace gas, in power plant;energy;Others\Obsolete -treatment of blast furnace gas, in power plant;energy;Electricity by fuel\Waste\Transformation -treatment of blast furnace gas, in power plant;energy;Electricity by fuel\Waste\Transformation -treatment of blast furnace gas, in power plant;energy;Electricity by fuel\Waste\Transformation -treatment of blast furnace gas, in power plant;energy;Electricity by fuel\Waste\Transformation -treatment of blast furnace gas, in power plant;energy;Electricity by fuel\Waste\Transformation -treatment of blast furnace gas, in power plant;energy;Electricity by fuel\Waste\Transformation -treatment of blast furnace gas, in power plant;energy;Electricity by fuel\Waste\Transformation -treatment of blast furnace gas, in power plant;energy;Electricity by fuel\Waste\Transformation -treatment of blast furnace gas, in power plant;energy;Electricity by fuel\Waste\Transformation -treatment of blast furnace gas, in power plant;energy;Electricity by fuel\Waste\Transformation -treatment of blast furnace gas, in power plant;energy;Electricity by fuel\Waste\Transformation -treatment of blast furnace gas, in power plant;energy;Electricity by fuel\Waste\Transformation -treatment of blast furnace gas, in power plant;energy;Electricity by fuel\Waste\Transformation -treatment of blast furnace gas, in power plant;energy;Electricity by fuel\Waste\Transformation -treatment of blast furnace gas, in power plant;energy;Electricity by fuel\Waste\Transformation -treatment of blast furnace gas, in power plant;energy;Electricity by fuel\Waste\Transformation -treatment of blast furnace gas, in power plant;energy;Electricity by fuel\Waste\Transformation -treatment of blast furnace gas, in power plant;energy;Electricity by fuel\Waste\Transformation -treatment of blast furnace gas, in power plant;energy;Electricity by fuel\Waste\Transformation -treatment of blast furnace gas, in power plant;energy;Electricity by fuel\Waste\Transformation -treatment of blast furnace gas, in power plant;energy;Electricity by fuel\Waste\Transformation -treatment of blast furnace gas, in power plant;energy;Electricity by fuel\Waste\Transformation -treatment of blast furnace gas, in power plant;energy;Electricity by fuel\Waste\Transformation -treatment of blast furnace gas, in power plant;energy;Electricity by fuel\Waste\Transformation -treatment of blast furnace gas, in power plant;energy;Electricity by fuel\Waste\Transformation -treatment of blast furnace gas, in power plant;energy;Electricity by fuel\Waste\Transformation -treatment of blast furnace gas, in power plant;energy;Electricity by fuel\Waste\Transformation -treatment of blast furnace gas, in power plant;energy;Heat\Waste\Transformation -treatment of blast furnace gas, in power plant;energy;Heat\Waste\Transformation -treatment of blast furnace gas, in power plant;energy;Heat\Waste\Transformation -treatment of blast furnace gas, in power plant;energy;Heat\Waste\Transformation -treatment of blast furnace gas, in power plant;energy;Heat\Waste\Transformation -treatment of blast furnace gas, in power plant;energy;Heat\Waste\Transformation -treatment of blast furnace gas, in power plant;energy;Heat\Waste\Transformation -treatment of blast furnace gas, in power plant;energy;Heat\Waste\Transformation -treatment of blast furnace gas, in power plant;energy;Heat\Waste\Transformation -treatment of blast furnace gas, in power plant;energy;Heat\Waste\Transformation -treatment of blast furnace gas, in power plant;energy;Heat\Waste\Transformation -treatment of blast furnace gas, in power plant;energy;Heat\Waste\Transformation -treatment of blast furnace gas, in power plant;energy;Heat\Waste\Transformation -treatment of blast furnace gas, in power plant;energy;Heat\Waste\Transformation -treatment of blast furnace gas, in power plant;energy;Heat\Waste\Transformation -treatment of blast furnace gas, in power plant;energy;Heat\Waste\Transformation -treatment of blast furnace gas, in power plant;energy;Heat\Waste\Transformation -treatment of blast furnace gas, in power plant;energy;Heat\Waste\Transformation -treatment of blast furnace gas, in power plant;energy;Heat\Waste\Transformation -treatment of blast furnace gas, in power plant;energy;Heat\Waste\Transformation -treatment of blast furnace gas, in power plant;energy;Heat\Waste\Transformation -treatment of blast furnace gas, in power plant;energy;Heat\Waste\Transformation -treatment of blast furnace gas, in power plant;energy;Heat\Waste\Transformation -treatment of blast furnace gas, in power plant;energy;Heat\Waste\Transformation -treatment of blast furnace gas, in power plant;energy;Heat\Waste\Transformation -treatment of blast furnace gas, in power plant;energy;Heat\Waste\Transformation -treatment of blast furnace gas, in power plant;energy;Heat\Waste\Transformation -treatment of blast furnace gas, in power plant;energy;Heat\Waste\Transformation -treatment of blast furnace gas, in power plant;energy;Heat\Waste\Transformation -treatment of blast furnace gas, in power plant;energy;Heat\Waste\Transformation -treatment of blast furnace gas, in power plant;energy;Heat\Waste\Transformation -treatment of blast furnace gas, in power plant;energy;Heat\Waste\Transformation -treatment of blast furnace gas, in power plant;energy;Heat\Waste\Transformation -treatment of blast furnace gas, in power plant;energy;Heat\Waste\Transformation -treatment of blast furnace gas, in power plant;energy;Heat\Waste\Transformation -treatment of blast furnace gas, in power plant;energy;Heat\Waste\Transformation -treatment of blast furnace gas, in power plant;energy;Heat\Waste\Transformation -treatment of blast furnace gas, in power plant;energy;Heat\Waste\Transformation -treatment of blast furnace gas, in power plant;energy;Heat\Waste\Transformation -treatment of blast furnace gas, in power plant;energy;Heat\Waste\Transformation -treatment of blast furnace gas, in power plant;energy;Heat\Waste\Transformation -treatment of blast furnace gas, in power plant;energy;Heat\Waste\Transformation -treatment of blast furnace gas, in power plant;energy;Others\Obsolete -treatment of blast furnace gas, in power plant;energy;Heat\Waste\Transformation -treatment of blast furnace gas, in power plant;energy;Heat\Waste\Transformation -treatment of blast furnace gas, in power plant;energy;Heat\Waste\Transformation -treatment of blast furnace gas, in power plant;energy;Heat\Waste\Transformation -treatment of blast furnace gas, in power plant;energy;Heat\Waste\Transformation -treatment of blast furnace gas, in power plant;energy;Heat\Waste\Transformation -treatment of blast furnace gas, in power plant;energy;Heat\Waste\Transformation -treatment of blast furnace gas, in power plant;energy;Heat\Waste\Transformation -treatment of blast furnace gas, in power plant;energy;Heat\Waste\Transformation -treatment of blast furnace gas, in power plant;energy;Heat\Waste\Transformation -treatment of blast furnace gas, in power plant;energy;Heat\Waste\Transformation -treatment of blast furnace gas, in power plant;energy;Heat\Waste\Transformation -treatment of blast furnace gas, in power plant;energy;Heat\Waste\Transformation -treatment of blast furnace gas, in power plant;energy;Heat\Waste\Transformation -treatment of blast furnace gas, in power plant;energy;Heat\Waste\Transformation -treatment of blast furnace gas, in power plant;energy;Heat\Waste\Transformation -treatment of blast furnace gas, in power plant;energy;Heat\Waste\Transformation -treatment of blast furnace gas, in power plant;energy;Heat\Waste\Transformation -treatment of blast furnace gas, in power plant;energy;Heat\Waste\Transformation -treatment of blast furnace gas, in power plant;energy;Heat\Waste\Transformation -treatment of blast furnace gas, in power plant;energy;Heat\Waste\Transformation -treatment of blast furnace gas, in power plant;energy;Heat\Waste\Transformation -treatment of blast furnace gas, in power plant;energy;Heat\Waste\Transformation -treatment of blast furnace gas, in power plant;energy;Heat\Waste\Transformation -treatment of blast furnace gas, in power plant;energy;Heat\Waste\Transformation -treatment of blast furnace gas, in power plant;energy;Heat\Waste\Transformation -treatment of blast furnace gas, in power plant;energy;Heat\Waste\Transformation -treatment of blast furnace slag, to inert waste;waste treatment;Others\Obsolete -treatment of blast furnace slag, to inert waste;waste treatment;Others\Obsolete -treatment of brake wear emissions, lorry;waste treatment;Transport\Transformation -treatment of brake wear emissions, lorry;waste treatment;Transport\Transformation -treatment of brake wear emissions, passenger car;waste treatment;Transport\Transformation -treatment of brake wear emissions, passenger car;waste treatment;Transport\Transformation -treatment of coal gas, in power plant;energy;Electricity by fuel\Waste\Transformation -treatment of coal gas, in power plant;energy;Electricity by fuel\Waste\Transformation -treatment of coal gas, in power plant;energy;Electricity by fuel\Waste\Transformation -treatment of coal gas, in power plant;energy;Electricity by fuel\Waste\Transformation -treatment of coal gas, in power plant;energy;Electricity by fuel\Waste\Transformation -treatment of coal gas, in power plant;energy;Electricity by fuel\Waste\Transformation -treatment of coal gas, in power plant;energy;Electricity by fuel\Waste\Transformation -treatment of coal gas, in power plant;energy;Electricity by fuel\Waste\Transformation -treatment of coal gas, in power plant;energy;Electricity by fuel\Waste\Transformation -treatment of coal gas, in power plant;energy;Electricity by fuel\Waste\Transformation -treatment of coal gas, in power plant;energy;Others\Obsolete -treatment of coal gas, in power plant;energy;Electricity by fuel\Waste\Transformation -treatment of coal gas, in power plant;energy;Electricity by fuel\Waste\Transformation -treatment of coal gas, in power plant;energy;Electricity by fuel\Waste\Transformation -treatment of coal gas, in power plant;energy;Electricity by fuel\Waste\Transformation -treatment of coal gas, in power plant;energy;Electricity by fuel\Waste\Transformation -treatment of coal gas, in power plant;energy;Electricity by fuel\Waste\Transformation -treatment of coal gas, in power plant;energy;Electricity by fuel\Waste\Transformation -treatment of coal gas, in power plant;energy;Electricity by fuel\Waste\Transformation -treatment of coal gas, in power plant;energy;Others\Obsolete -treatment of coal gas, in power plant;energy;Electricity by fuel\Waste\Transformation -treatment of coal gas, in power plant;energy;Electricity by fuel\Waste\Transformation -treatment of coal gas, in power plant;energy;Electricity by fuel\Waste\Transformation -treatment of coal gas, in power plant;energy;Electricity by fuel\Waste\Transformation -treatment of coal gas, in power plant;energy;Electricity by fuel\Waste\Transformation -treatment of coal gas, in power plant;energy;Electricity by fuel\Waste\Transformation -treatment of coal gas, in power plant;energy;Electricity by fuel\Waste\Transformation -treatment of coal gas, in power plant;energy;Electricity by fuel\Waste\Transformation -treatment of coal gas, in power plant;energy;Electricity by fuel\Waste\Transformation -treatment of coal gas, in power plant;energy;Electricity by fuel\Waste\Transformation -treatment of coal gas, in power plant;energy;Electricity by fuel\Waste\Transformation -treatment of coal gas, in power plant;energy;Electricity by fuel\Waste\Transformation -treatment of coal gas, in power plant;energy;Electricity by fuel\Waste\Transformation -treatment of coal gas, in power plant;energy;Electricity by fuel\Waste\Transformation -treatment of coal gas, in power plant;energy;Electricity by fuel\Waste\Transformation -treatment of coal gas, in power plant;energy;Electricity by fuel\Waste\Transformation -treatment of coal gas, in power plant;energy;Heat\Waste\Transformation -treatment of coal gas, in power plant;energy;Heat\Waste\Transformation -treatment of coal gas, in power plant;energy;Heat\Waste\Transformation -treatment of coal gas, in power plant;energy;Heat\Waste\Transformation -treatment of coal gas, in power plant;energy;Heat\Waste\Transformation -treatment of coal gas, in power plant;energy;Heat\Waste\Transformation -treatment of coal gas, in power plant;energy;Heat\Waste\Transformation -treatment of coal gas, in power plant;energy;Heat\Waste\Transformation -treatment of coal gas, in power plant;energy;Heat\Waste\Transformation -treatment of coal gas, in power plant;energy;Heat\Waste\Transformation -treatment of coal gas, in power plant;energy;Others\Obsolete -treatment of coal gas, in power plant;energy;Heat\Waste\Transformation -treatment of coal gas, in power plant;energy;Heat\Waste\Transformation -treatment of coal gas, in power plant;energy;Heat\Waste\Transformation -treatment of coal gas, in power plant;energy;Heat\Waste\Transformation -treatment of coal gas, in power plant;energy;Heat\Waste\Transformation -treatment of coal gas, in power plant;energy;Heat\Waste\Transformation -treatment of coal gas, in power plant;energy;Heat\Waste\Transformation -treatment of coal gas, in power plant;energy;Heat\Waste\Transformation -treatment of coal gas, in power plant;energy;Others\Obsolete -treatment of coal gas, in power plant;energy;Heat\Waste\Transformation -treatment of coal gas, in power plant;energy;Heat\Waste\Transformation -treatment of coal gas, in power plant;energy;Heat\Waste\Transformation -treatment of coal gas, in power plant;energy;Heat\Waste\Transformation -treatment of coal gas, in power plant;energy;Heat\Waste\Transformation -treatment of coal gas, in power plant;energy;Heat\Waste\Transformation -treatment of coal gas, in power plant;energy;Heat\Waste\Transformation -treatment of coal gas, in power plant;energy;Heat\Waste\Transformation -treatment of coal gas, in power plant;energy;Heat\Waste\Transformation -treatment of coal gas, in power plant;energy;Heat\Waste\Transformation -treatment of coal gas, in power plant;energy;Heat\Waste\Transformation -treatment of coal gas, in power plant;energy;Heat\Waste\Transformation -treatment of coal gas, in power plant;energy;Heat\Waste\Transformation -treatment of coal gas, in power plant;energy;Heat\Waste\Transformation -treatment of coal gas, in power plant;energy;Heat\Waste\Transformation -treatment of coal gas, in power plant;energy;Heat\Waste\Transformation -treatment of coal slurry, impoundment;waste treatment;Others\Transformation -treatment of coal tar, in industrial furnace 1MW;energy;Heat\Waste\Transformation -treatment of coating from waste cathode ray tube display, municipal;waste treatment;Electronics Waste\Transformation -treatment of coating from waste cathode ray tube display, municipal waste;waste treatment;Incineration\Municipal incineration\Transformation -treatment of coating from waste cathode ray tube display, municipal waste;waste treatment;Incineration\Municipal incineration\Transformation -treatment of condensate from light oil boiler, capacity 1.1E10l/year;waste treatment;Others\Transformation -treatment of condensate from light oil boiler, capacity 1.1E10l/year;waste treatment;Others\Transformation -treatment of conditioned spent nuclear fuel, in interim storage;waste treatment;Nuclear waste\Transformation -treatment of conditioned spent nuclear fuel, in interim storage;waste treatment;Nuclear waste\Transformation -treatment of conditioned spent nuclear fuel, in interim storage Europe without;waste treatment;Nuclear waste\Transformation -treatment of copper cake;material;Metals\Non ferro\Transformation -treatment of copper in car shredder residue, municipal incineration;waste treatment;Metals -treatment of copper in car shredder residue, municipal incineration;waste treatment;Metals -treatment of copper in car shredder residue, municipal incineration with fly;waste treatment;Metals -treatment of copper in car shredder residue, municipal incineration with fly;processing;Others\Obsolete -treatment of copper scrap by electrolytic refining;material;Metals\Non ferro\Transformation -treatment of copper scrap by electrolytic refining;material;Metals\Non ferro\Transformation -treatment of copper slag, residual material landfill;waste treatment;Landfill\Residual material landfill\Transformation -treatment of crust from Parkes process for lead production;material;Metals\Non ferro\Transformation -treatment of Cu-based antifouling paint emissions;waste treatment;Transport\Transformation -treatment of Cu-based antifouling paint emissions;waste treatment;Transport\Transformation -treatment of decarbonising waste, residual material landfill;waste treatment;Landfill\Residual material landfill\Transformation -treatment of decarbonising waste, residual material landfill;waste treatment;Landfill\Residual material landfill\Transformation -treatment of decommissioned airport infrastructure, contaminated gravel;waste treatment;Construction waste\Transformation -treatment of decommissioned airport infrastructure, contaminated gravel;waste treatment;Construction waste\Transformation -treatment of decommissioned chemical production facilities;waste treatment;Construction waste\Transformation -treatment of decommissioned chemical production facilities;waste treatment;Construction waste\Transformation -treatment of decommissioned pipeline, natural gas, inert material landfill;waste treatment;Landfill\Inert material landfill\Transformation -treatment of decommissioned pipeline, natural gas, inert material landfill;waste treatment;Landfill\Inert material landfill\Transformation -treatment of decommissioned road;waste treatment;Transport\Transformation -treatment of decommissioned road;waste treatment;Transport\Transformation -treatment of decommissioned tram track;waste treatment;Transport\Transformation -treatment of decommissioned tram track;waste treatment;Transport\Transformation -treatment of digester sludge, municipal incineration;energy;Electricity by fuel\Waste\Transformation -treatment of digester sludge, municipal incineration;energy;Heat\Waste\Transformation -treatment of digester sludge, municipal incineration with fly ash extraction;energy;Electricity by fuel\Waste\Transformation -treatment of digester sludge, municipal incineration with fly ash extraction;energy;Heat\Waste\Transformation -treatment of digester sludge, municipal incineration with fly ash extraction;processing;Others\Obsolete -treatment of digester sludge, municipal incineration, future;energy;Cogeneration\Biomass\Transformation -treatment of digester sludge, municipal incineration, future;energy;Cogeneration\Biomass\Transformation -treatment of drilling waste, landfarming;waste treatment;Landfarming\Transformation -treatment of drilling waste, landfarming;waste treatment;Landfarming\Transformation -treatment of drilling waste, residual material landfill;waste treatment;Landfill\Residual material landfill\Transformation -treatment of drilling waste, residual material landfill;waste treatment;Landfill\Residual material landfill\Transformation -treatment of dross from Al electrolysis, residual material landfill;waste treatment;Landfill\Residual material landfill\Transformation -treatment of dross from Al electrolysis, residual material landfill;waste treatment;Landfill\Residual material landfill\Transformation -treatment of dust, alloyed electric arc furnace steel, residual material;waste treatment;Landfill\Residual material landfill\Transformation -treatment of dust, alloyed electric arc furnace steel, residual material;waste treatment;Landfill\Residual material landfill\Transformation -treatment of dust, unalloyed electric arc furnace steel, residual material;waste treatment;Landfill\Residual material landfill\Transformation -treatment of dust, unalloyed electric arc furnace steel, residual material;waste treatment;Landfill\Residual material landfill\Transformation -treatment of electronics scrap from control units;waste treatment;Electronics Waste\Transformation -treatment of electronics scrap from control units;waste treatment;Electronics Waste\Transformation -treatment of electronics scrap, metals recovery in copper smelter;material;Metals\Non ferro\Transformation -treatment of electronics scrap, metals recovery in copper smelter;material;Metals\Non ferro\Transformation -treatment of electronics scrap, metals recovery in copper smelter;material;Electronics\Others\Transformation -treatment of electronics scrap, metals recovery in copper smelter;material;Electronics\Others\Transformation -treatment of filter dust from Al electrolysis, residual material landfill;waste treatment;Landfill\Residual material landfill\Transformation -treatment of filter dust from Al electrolysis, residual material landfill;waste treatment;Landfill\Residual material landfill\Transformation -treatment of fly ash and scrubber sludge, hazardous waste incineration;waste treatment;Incineration\Hazardous waste incineration\Transformation -treatment of fly ash and scrubber sludge, hazardous waste incineration;waste treatment;Incineration\Hazardous waste incineration\Transformation -treatment of fly ash and scrubber sludge, hazardous waste incineration Europe;waste treatment;Incineration\Hazardous waste incineration\Transformation -treatment of garden biowaste, home composting in heaps;waste treatment;Biowaste\Transformation -treatment of garden biowaste, home composting in heaps;waste treatment;Biowaste\Transformation -treatment of garden biowaste, home composting in heaps;waste treatment;Biowaste\Transformation -treatment of garden biowaste, home composting in heaps;waste treatment;Biowaste\Transformation -treatment of glass cullet, from fluorescent lamps treatment, 0% water, inert;waste treatment;Landfill\Inert material landfill\Transformation -treatment of glass cullet, from used cathode ray tube panels, 0% water, inert;waste treatment;Landfill\Inert material landfill\Transformation -treatment of glass cullet, lead containing, from used cathode ray tube, 0%;waste treatment;Landfill\Inert material landfill\Transformation -treatment of glass cullet, mixed glass from used cathode ray tube, 0% water,;waste treatment;Landfill\Inert material landfill\Transformation -treatment of glass from used cathode ray tube;waste treatment;Electronics Waste\Transformation -treatment of green liquor dregs, residual material landfill;waste treatment;Landfill\Residual material landfill\Transformation -treatment of green liquor dregs, residual material landfill;waste treatment;Landfill\Residual material landfill\Transformation -treatment of H3PO4 purification residue, residual material landfill;waste treatment;Landfill\Residual material landfill\Transformation -treatment of H3PO4 purification residue, residual material landfill;waste treatment;Landfill\Residual material landfill\Transformation -treatment of hard coal ash, municipal incineration;waste treatment;Incineration\Municipal incineration\Transformation -treatment of hard coal ash, municipal incineration;waste treatment;Incineration\Municipal incineration\Transformation -treatment of hard coal ash, municipal incineration with fly ash extraction;waste treatment;Incineration\Municipal incineration\Transformation -treatment of hard coal ash, residual material landfill;waste treatment;Landfill\Residual material landfill\Transformation -treatment of hard coal ash, residual material landfill;waste treatment;Landfill\Residual material landfill\Transformation -treatment of hard coal ash, residual material landfill;waste treatment;Landfill\Residual material landfill\Transformation -treatment of hard coal ash, residual material landfill;waste treatment;Landfill\Residual material landfill\Transformation -treatment of hard coal ash, residual material landfill;waste treatment;Landfill\Residual material landfill\Transformation -treatment of hard coal ash, residual material landfill;waste treatment;Landfill\Residual material landfill\Transformation -treatment of hard coal ash, residual material landfill;waste treatment;Landfill\Residual material landfill\Transformation -treatment of hard coal ash, residual material landfill;waste treatment;Landfill\Residual material landfill\Transformation -treatment of hard coal ash, residual material landfill;waste treatment;Landfill\Residual material landfill\Transformation -treatment of hard coal ash, residual material landfill;waste treatment;Landfill\Residual material landfill\Transformation -treatment of hard coal ash, residual material landfill;waste treatment;Landfill\Residual material landfill\Transformation -treatment of hard coal ash, residual material landfill;waste treatment;Landfill\Residual material landfill\Transformation -treatment of hard coal ash, residual material landfill;waste treatment;Landfill\Residual material landfill\Transformation -treatment of hard coal ash, sanitary landfill;waste treatment;Landfill\Sanitary landfill\Transformation -treatment of hard coal ash, sanitary landfill;waste treatment;Landfill\Sanitary landfill\Transformation -treatment of hazardous waste, hazardous waste incineration;waste treatment;Incineration\Hazardous waste incineration\Transformation -treatment of hazardous waste, hazardous waste incineration;waste treatment;Incineration\Hazardous waste incineration\Transformation -treatment of hazardous waste, hazardous waste incineration Europe without;waste treatment;Incineration\Hazardous waste incineration\Transformation -treatment of hazardous waste, underground deposit;waste treatment;Others\Transformation -treatment of hazardous waste, underground deposit;waste treatment;Others\Transformation -treatment of heat carrier liquid, 40% C3H8O2, capacity 1.1E10l/year;waste treatment;Others\Transformation -treatment of heat carrier liquid, 40% C3H8O2, capacity 1.1E10l/year;waste treatment;Others\Transformation -treatment of high level radioactive waste for final repository;waste treatment;Nuclear waste\Transformation -treatment of high level radioactive waste for final repository;waste treatment;Nuclear waste\Transformation -treatment of inert waste, inert material landfill;waste treatment;Landfill\Inert material landfill\Transformation -treatment of inert waste, inert material landfill;waste treatment;Landfill\Inert material landfill\Transformation -treatment of inert waste, sanitary landfill;waste treatment;Landfill\Sanitary landfill\Transformation -treatment of inert waste, sanitary landfill;waste treatment;Landfill\Sanitary landfill\Transformation -treatment of inert waste, sanitary landfill Europe without;waste treatment;Landfill\Sanitary landfill\Transformation -treatment of kitchen and garden biowaste, home composting in heaps and;waste treatment;Biowaste\Transformation -treatment of kitchen and garden biowaste, home composting in heaps and;waste treatment;Biowaste\Transformation -treatment of kitchen and garden biowaste, home composting in heaps and;waste treatment;Biowaste\Transformation -treatment of kitchen and garden biowaste, home composting in heaps and;waste treatment;Biowaste\Transformation -treatment of lead in car shredder residue, municipal incineration;waste treatment;Incineration\Municipal incineration\Transformation -treatment of lead in car shredder residue, municipal incineration;waste treatment;Incineration\Municipal incineration\Transformation -treatment of lead in car shredder residue, municipal incineration with fly ash;waste treatment;Incineration\Municipal incineration\Transformation -treatment of lead in car shredder residue, municipal incineration with fly ash;processing;Others\Obsolete -treatment of lead smelter slag, residual material landfill;waste treatment;Landfill\Residual material landfill\Transformation -treatment of lignite ash, municipal incineration;waste treatment;Incineration\Municipal incineration\Transformation -treatment of lignite ash, municipal incineration;waste treatment;Incineration\Municipal incineration\Transformation -treatment of lignite ash, municipal incineration with fly ash extraction;waste treatment;Incineration\Municipal incineration\Transformation -treatment of lignite ash, opencast refill;waste treatment;Landfill\Sanitary landfill\Transformation -treatment of lignite ash, opencast refill;waste treatment;Landfill\Sanitary landfill\Transformation -treatment of lignite ash, opencast refill;waste treatment;Landfill\Sanitary landfill\Transformation -treatment of lignite ash, opencast refill;waste treatment;Landfill\Sanitary landfill\Transformation -treatment of lignite ash, opencast refill;waste treatment;Landfill\Sanitary landfill\Transformation -treatment of lignite ash, opencast refill;waste treatment;Landfill\Sanitary landfill\Transformation -treatment of lignite ash, opencast refill;waste treatment;Landfill\Sanitary landfill\Transformation -treatment of lignite ash, opencast refill;waste treatment;Landfill\Sanitary landfill\Transformation -treatment of lignite ash, opencast refill;waste treatment;Landfill\Sanitary landfill\Transformation -treatment of lignite ash, opencast refill;waste treatment;Landfill\Sanitary landfill\Transformation -treatment of lignite ash, opencast refill;waste treatment;Landfill\Sanitary landfill\Transformation -treatment of lignite ash, opencast refill;waste treatment;Landfill\Sanitary landfill\Transformation -treatment of lignite ash, opencast refill;waste treatment;Landfill\Sanitary landfill\Transformation -treatment of lignite ash, sanitary landfill;waste treatment;Landfill\Sanitary landfill\Transformation -treatment of lignite ash, sanitary landfill;waste treatment;Landfill\Sanitary landfill\Transformation -treatment of limestone residue, inert material landfill;waste treatment;Landfill\Inert material landfill -treatment of limestone residue, inert material landfill;waste treatment;Landfill\Inert material landfill -treatment of liquid crystal display, municipal incineration with fly ash;processing;Others\Obsolete -treatment of low level radioactive waste for final repository;waste treatment;Nuclear waste\Transformation -treatment of low level radioactive waste for final repository;waste treatment;Nuclear waste\Transformation -treatment of low level radioactive waste, in interim storage;waste treatment;Nuclear waste\Transformation -treatment of low level radioactive waste, plasma torch incineration;waste treatment;Nuclear waste\Transformation -treatment of low level radioactive waste, surface or trench deposit;waste treatment;Nuclear waste\Transformation -treatment of manure and biowaste by anaerobic digestion;material;Others\Obsolete -treatment of manure and biowaste by anaerobic digestion;material;Others\Obsolete -treatment of manure and biowaste by anaerobic digestion;waste treatment;Others\Obsolete -treatment of manure and biowaste by anaerobic digestion;waste treatment;Others\Obsolete -treatment of manure and biowaste by anaerobic digestion, from manure, liquid,;material;Others\Obsolete -treatment of manure and biowaste by anaerobic digestion, from manure, liquid,;material;Others\Obsolete -treatment of manure and biowaste by anaerobic digestion, from manure, liquid,;material;Others\Obsolete -treatment of manure and biowaste by anaerobic digestion, from manure, liquid,;material;Others\Obsolete -treatment of manure and biowaste by anaerobic digestion, from manure, solid,;material;Others\Obsolete -treatment of manure and biowaste by anaerobic digestion, from manure, solid,;material;Others\Obsolete -treatment of manure and biowaste by anaerobic digestion, from used vegetable;material;Others\Obsolete -treatment of manure and biowaste by anaerobic digestion, from used vegetable;material;Others\Obsolete -treatment of meat and bone meal, municipal incineration;waste treatment;Others\Obsolete -treatment of metal part of electronics scrap, in blister-copper, by;material;Metals\Non ferro\Transformation -treatment of metal part of electronics scrap, in blister-copper, by;material;Metals\Non ferro\Transformation -treatment of metal part of electronics scrap, in blister-copper, by;material;Metals\Non ferro\Transformation -treatment of metal part of electronics scrap, in blister-copper, by;material;Metals\Non ferro\Transformation -treatment of metal part of electronics scrap, in blister-copper, by;material;Metals\Non ferro\Transformation -treatment of metal part of electronics scrap, in blister-copper, by;material;Metals\Non ferro\Transformation -treatment of municipal solid waste, incineration;energy;Electricity by fuel\Waste\Transformation -treatment of municipal solid waste, incineration;energy;Electricity by fuel\Waste\Transformation -treatment of municipal solid waste, incineration;energy;Electricity by fuel\Waste\Transformation -treatment of municipal solid waste, incineration;energy;Others\Obsolete -treatment of municipal solid waste, incineration;energy;Others\Obsolete -treatment of municipal solid waste, incineration;energy;Others\Obsolete -treatment of municipal solid waste, incineration;energy;Others\Obsolete -treatment of municipal solid waste, incineration;energy;Others\Obsolete -treatment of municipal solid waste, incineration;energy;Others\Obsolete -treatment of municipal solid waste, incineration;energy;Electricity by fuel\Waste\Transformation -treatment of municipal solid waste, incineration;energy;Electricity by fuel\Waste\Transformation -treatment of municipal solid waste, incineration;energy;Electricity by fuel\Waste\Transformation -treatment of municipal solid waste, incineration;energy;Electricity by fuel\Waste\Transformation -treatment of municipal solid waste, incineration;energy;Electricity by fuel\Waste\Transformation -treatment of municipal solid waste, incineration;energy;Electricity by fuel\Waste\Transformation -treatment of municipal solid waste, incineration;energy;Electricity by fuel\Waste\Transformation -treatment of municipal solid waste, incineration;energy;Electricity by fuel\Waste\Transformation -treatment of municipal solid waste, incineration;energy;Electricity by fuel\Waste\Transformation -treatment of municipal solid waste, incineration;energy;Electricity by fuel\Waste\Transformation -treatment of municipal solid waste, incineration;energy;Electricity by fuel\Waste\Transformation -treatment of municipal solid waste, incineration;energy;Electricity by fuel\Waste\Transformation -treatment of municipal solid waste, incineration;energy;Electricity by fuel\Waste\Transformation -treatment of municipal solid waste, incineration;energy;Electricity by fuel\Waste\Transformation -treatment of municipal solid waste, incineration;energy;Electricity by fuel\Waste\Transformation -treatment of municipal solid waste, incineration;energy;Electricity by fuel\Waste\Transformation -treatment of municipal solid waste, incineration;energy;Electricity by fuel\Waste\Transformation -treatment of municipal solid waste, incineration;energy;Electricity by fuel\Waste\Transformation -treatment of municipal solid waste, incineration;energy;Electricity by fuel\Waste\Transformation -treatment of municipal solid waste, incineration;energy;Electricity by fuel\Waste\Transformation -treatment of municipal solid waste, incineration;energy;Electricity by fuel\Waste\Transformation -treatment of municipal solid waste, incineration;energy;Electricity by fuel\Waste\Transformation -treatment of municipal solid waste, incineration;energy;Electricity by fuel\Waste\Transformation -treatment of municipal solid waste, incineration;energy;Heat\Waste\Transformation -treatment of municipal solid waste, incineration;energy;Heat\Waste\Transformation -treatment of municipal solid waste, incineration;energy;Heat\Waste\Transformation -treatment of municipal solid waste, incineration;energy;Others\Obsolete -treatment of municipal solid waste, incineration;energy;Others\Obsolete -treatment of municipal solid waste, incineration;energy;Others\Obsolete -treatment of municipal solid waste, incineration;energy;Others\Obsolete -treatment of municipal solid waste, incineration;energy;Others\Obsolete -treatment of municipal solid waste, incineration;energy;Others\Obsolete -treatment of municipal solid waste, incineration;energy;Heat\Waste\Transformation -treatment of municipal solid waste, incineration;energy;Heat\Waste\Transformation -treatment of municipal solid waste, incineration;energy;Heat\Waste\Transformation -treatment of municipal solid waste, incineration;energy;Heat\Waste\Transformation -treatment of municipal solid waste, incineration;energy;Heat\Waste\Transformation -treatment of municipal solid waste, incineration;energy;Heat\Waste\Transformation -treatment of municipal solid waste, incineration;energy;Heat\Waste\Transformation -treatment of municipal solid waste, incineration;energy;Heat\Waste\Transformation -treatment of municipal solid waste, incineration;energy;Heat\Waste\Transformation -treatment of municipal solid waste, incineration;energy;Heat\Waste\Transformation -treatment of municipal solid waste, incineration;energy;Heat\Waste\Transformation -treatment of municipal solid waste, incineration;energy;Heat\Waste\Transformation -treatment of municipal solid waste, incineration;energy;Heat\Waste\Transformation -treatment of municipal solid waste, incineration;energy;Heat\Waste\Transformation -treatment of municipal solid waste, incineration;energy;Heat\Waste\Transformation -treatment of municipal solid waste, incineration;energy;Heat\Waste\Transformation -treatment of municipal solid waste, incineration;energy;Heat\Waste\Transformation -treatment of municipal solid waste, incineration;energy;Heat\Waste\Transformation -treatment of municipal solid waste, incineration;energy;Heat\Waste\Transformation -treatment of municipal solid waste, incineration;energy;Heat\Waste\Transformation -treatment of municipal solid waste, incineration;energy;Heat\Waste\Transformation -treatment of municipal solid waste, incineration;energy;Heat\Waste\Transformation -treatment of municipal solid waste, incineration;energy;Heat\Waste\Transformation -treatment of municipal solid waste, incineration;waste treatment;Incineration\Municipal incineration\Transformation -treatment of municipal solid waste, incineration;waste treatment;Incineration\Municipal incineration\Transformation -treatment of municipal solid waste, incineration;waste treatment;Incineration\Municipal incineration\Transformation -treatment of municipal solid waste, incineration;waste treatment;Incineration\Municipal incineration\Transformation -treatment of municipal solid waste, incineration;waste treatment;Incineration\Municipal incineration\Transformation -treatment of municipal solid waste, incineration;waste treatment;Incineration\Municipal incineration\Transformation -treatment of municipal solid waste, incineration;waste treatment;Incineration\Municipal incineration\Transformation -treatment of municipal solid waste, incineration;waste treatment;Incineration\Municipal incineration\Transformation -treatment of municipal solid waste, incineration;waste treatment;Incineration\Municipal incineration\Transformation -treatment of municipal solid waste, incineration;waste treatment;Incineration\Municipal incineration\Transformation -treatment of municipal solid waste, incineration;waste treatment;Incineration\Municipal incineration\Transformation -treatment of municipal solid waste, incineration;waste treatment;Incineration\Municipal incineration\Transformation -treatment of municipal solid waste, incineration;waste treatment;Incineration\Municipal incineration\Transformation -treatment of municipal solid waste, incineration;waste treatment;Incineration\Municipal incineration\Transformation -treatment of municipal solid waste, incineration;waste treatment;Incineration\Municipal incineration\Transformation -treatment of municipal solid waste, incineration;waste treatment;Incineration\Municipal incineration\Transformation -treatment of municipal solid waste, incineration;waste treatment;Incineration\Municipal incineration\Transformation -treatment of municipal solid waste, incineration;waste treatment;Incineration\Municipal incineration\Transformation -treatment of municipal solid waste, incineration;waste treatment;Incineration\Municipal incineration\Transformation -treatment of municipal solid waste, incineration;waste treatment;Incineration\Municipal incineration\Transformation -treatment of municipal solid waste, incineration;waste treatment;Incineration\Municipal incineration\Transformation -treatment of municipal solid waste, incineration;waste treatment;Incineration\Municipal incineration\Transformation -treatment of municipal solid waste, incineration;waste treatment;Incineration\Municipal incineration\Transformation -treatment of municipal solid waste, incineration;waste treatment;Incineration\Municipal incineration\Transformation -treatment of municipal solid waste, incineration;waste treatment;Incineration\Municipal incineration\Transformation -treatment of municipal solid waste, incineration;waste treatment;Incineration\Municipal incineration\Transformation -treatment of municipal solid waste, incineration;waste treatment;Incineration\Municipal incineration\Transformation -treatment of municipal solid waste, incineration;waste treatment;Incineration\Municipal incineration\Transformation -treatment of municipal solid waste, incineration;waste treatment;Incineration\Municipal incineration\Transformation -treatment of municipal solid waste, incineration;waste treatment;Incineration\Municipal incineration\Transformation -treatment of municipal solid waste, incineration;waste treatment;Incineration\Municipal incineration\Transformation -treatment of municipal solid waste, incineration;waste treatment;Incineration\Municipal incineration\Transformation -treatment of municipal solid waste, municipal incineration with fly ash;energy;Electricity by fuel\Waste\Transformation -treatment of municipal solid waste, municipal incineration with fly ash;energy;Heat\Waste\Transformation -treatment of municipal solid waste, municipal incineration with fly ash;waste treatment;Incineration\Municipal incineration\Transformation -treatment of municipal solid waste, municipal incineration with fly ash;processing;Others\Obsolete -treatment of municipal solid waste, open burning;waste treatment;Others\Transformation -treatment of municipal solid waste, open dump, dry infiltration class (100mm);waste treatment;Others\Transformation -treatment of municipal solid waste, open dump, hyperarid infiltration class;waste treatment;Others\Transformation -treatment of municipal solid waste, open dump, moist infiltration class (300mm);waste treatment;Others\Transformation -treatment of municipal solid waste, open dump, very wet infiltration class;waste treatment;Others\Transformation -treatment of municipal solid waste, open dump, wet infiltration class (500mm);waste treatment;Others\Transformation -treatment of municipal solid waste, sanitary landfill;waste treatment;Landfill\Sanitary landfill\Transformation -treatment of municipal solid waste, sanitary landfill;waste treatment;Landfill\Sanitary landfill\Transformation -treatment of municipal solid waste, sanitary landfill;waste treatment;Landfill\Sanitary landfill\Transformation -treatment of municipal solid waste, unsanitary landfill, dry infiltration class;waste treatment;Landfill\Unsanitary landfill\Transformation -treatment of municipal solid waste, unsanitary landfill, hyperarid infiltration;waste treatment;Landfill\Unsanitary landfill\Transformation -treatment of municipal solid waste, unsanitary landfill, moist infiltration;waste treatment;Landfill\Unsanitary landfill\Transformation -treatment of municipal solid waste, unsanitary landfill, very wet infiltration;waste treatment;Landfill\Unsanitary landfill\Transformation -treatment of municipal solid waste, unsanitary landfill, wet infiltration class;waste treatment;Landfill\Unsanitary landfill\Transformation -treatment of nickel smelter slag, residual material landfill;waste treatment;Landfill\Residual material landfill\Transformation -treatment of nickel smelter slag, residual material landfill;waste treatment;Landfill\Residual material landfill\Transformation -treatment of non-Fe-Co-metals, from used Li-ion battery, hydrometallurgical;material;Metals\Non ferro\Transformation -treatment of non-Fe-Co-metals, from used Li-ion battery, hydrometallurgical;material;Metals\Non ferro\Transformation -treatment of non-Fe-Co-metals, from used Li-ion battery, hydrometallurgical;waste treatment;Electronics Waste\Transformation -treatment of non-Fe-Co-metals, from used Li-ion battery, hydrometallurgical;material;Chemicals\Inorganic\Transformation -treatment of non-Fe-Co-metals, from used Li-ion battery, pyrometallurgical;material;Metals\Non ferro\Transformation -treatment of non-Fe-Co-metals, from used Li-ion battery, pyrometallurgical;waste treatment;Electronics Waste\Transformation -treatment of non-sulfidic overburden, off-site;waste treatment;Landfill\Residual material landfill\Transformation -treatment of non-sulfidic tailing, off-site;waste treatment;Landfill\Residual material landfill\Transformation -treatment of pollutant from rail ballast, residual material landfill;waste treatment;Landfill\Residual material landfill\Transformation -treatment of pollutant from rail ballast, residual material landfill;waste treatment;Landfill\Residual material landfill\Transformation -treatment of poultry manure, drying, pelleting;material;Chemicals\Fertilisers (organic)\Transformation -treatment of poultry manure, drying, pelleting;material;Chemicals\Fertilisers (organic)\Transformation -treatment of precious metal from electronics scrap, in anode slime, precious;material;Metals\Non ferro\Transformation -treatment of precious metal from electronics scrap, in anode slime, precious;material;Metals\Non ferro\Transformation -treatment of precious metal from electronics scrap, in anode slime, precious;material;Metals\Non ferro\Transformation -treatment of precious metal from electronics scrap, in anode slime, precious;material;Metals\Non ferro\Transformation -treatment of precious metal from electronics scrap, in anode slime, precious;material;Metals\Non ferro\Transformation -treatment of precious metal from electronics scrap, in anode slime, precious;material;Metals\Non ferro\Transformation -treatment of rainwater mineral oil storage, in wastewater treatment plant,;waste treatment;Wastewater Treatment\Transformation -treatment of rainwater mineral oil storage, in wastewater treatment plant,;waste treatment;Wastewater Treatment\Transformation -treatment of rainwater mineral oil storage, in wastewater treatment plant,;waste treatment;Wastewater Treatment\Transformation -treatment of raw sewage sludge, municipal incineration;energy;Electricity by fuel\Waste\Transformation -treatment of raw sewage sludge, municipal incineration;energy;Heat\Waste\Transformation -treatment of raw sewage sludge, municipal incineration;waste treatment;Incineration\Municipal incineration\Transformation -treatment of raw sewage sludge, municipal incineration;waste treatment;Incineration\Municipal incineration\Transformation -treatment of raw sewage sludge, municipal incineration with fly ash extraction;energy;Electricity by fuel\Waste\Transformation -treatment of raw sewage sludge, municipal incineration with fly ash extraction;energy;Heat\Waste\Transformation -treatment of raw sewage sludge, municipal incineration with fly ash extraction;waste treatment;Others\Transformation -treatment of raw sewage sludge, municipal incineration with fly ash extraction;processing;Others\Obsolete -treatment of recovered paper to fluting medium, semichemical fluting, 40%;material;Others\Obsolete -treatment of recovered paper to fluting medium, wellenstoff;energy;Others\Obsolete -treatment of recovered paper to fluting medium, wellenstoff;energy;Others\Obsolete -treatment of recovered paper to fluting medium, wellenstoff;material;Others\Obsolete -treatment of recovered paper to fluting medium, wellenstoff;material;Others\Obsolete -treatment of recovered paper to fluting medium, wellenstoff;energy;Others\Obsolete -treatment of recovered paper to fluting medium, wellenstoff;energy;Others\Obsolete -treatment of recovered paper to linerboard, testliner;energy;Others\Obsolete -treatment of recovered paper to linerboard, testliner;energy;Others\Obsolete -treatment of recovered paper to linerboard, testliner;energy;Others\Obsolete -treatment of recovered paper to linerboard, testliner;energy;Others\Obsolete -treatment of recovered paper to linerboard, testliner;material;Others\Obsolete -treatment of recovered paper to linerboard, testliner;material;Others\Obsolete -treatment of recovered paper to linerboard, testliner;material;Others\Obsolete -treatment of redmud from bauxite digestion, residual material landfill;waste treatment;Landfill\Residual material landfill\Transformation -treatment of redmud from bauxite digestion, residual material landfill;waste treatment;Landfill\Residual material landfill\Transformation -treatment of refinery sludge, hazardous waste incineration;waste treatment;Incineration\Hazardous waste incineration\Transformation -treatment of refinery sludge, hazardous waste incineration;waste treatment;Incineration\Hazardous waste incineration\Transformation -treatment of refinery sludge, hazardous waste incineration Europe without;waste treatment;Incineration\Hazardous waste incineration\Transformation -treatment of refinery sludge, landfarming;waste treatment;Landfarming\Transformation -treatment of refinery sludge, landfarming;waste treatment;Landfarming\Transformation -treatment of refinery sludge, landfarming Europe without;waste treatment;Landfarming\Transformation -treatment of refinery sludge, sanitary landfill;waste treatment;Landfill\Sanitary landfill\Transformation -treatment of refinery sludge, sanitary landfill;waste treatment;Landfill\Sanitary landfill\Transformation -treatment of refinery sludge, sanitary landfill Europe without;waste treatment;Landfill\Sanitary landfill\Transformation -treatment of refractory spent pot liner from Al electrolysis, residual material;waste treatment;Landfill\Residual material landfill\Transformation -treatment of refractory spent pot liner from Al electrolysis, residual material;waste treatment;Landfill\Residual material landfill\Transformation -treatment of residue from cooling tower, sanitary landfill;waste treatment;Landfill\Sanitary landfill\Transformation -treatment of residue from cooling tower, sanitary landfill;waste treatment;Landfill\Sanitary landfill\Transformation -treatment of residue from mechanical treatment, cathode ray tube display,;energy;Electricity by fuel\Waste\Transformation -treatment of residue from mechanical treatment, cathode ray tube display,;energy;Electricity by fuel\Waste\Transformation -treatment of residue from mechanical treatment, cathode ray tube display,;energy;Heat\Waste\Transformation -treatment of residue from mechanical treatment, cathode ray tube display,;energy;Heat\Waste\Transformation -treatment of residue from mechanical treatment, cathode ray tube display,;waste treatment;Incineration\Municipal incineration\Transformation -treatment of residue from mechanical treatment, cathode ray tube display,;waste treatment;Incineration\Municipal incineration\Transformation -treatment of residue from mechanical treatment, cathode ray tube display,;waste treatment;Incineration\Municipal incineration\Transformation -treatment of residue from mechanical treatment, cathode ray tube display,;processing;Others\Obsolete -treatment of residue from mechanical treatment, desktop computer, municipal;energy;Electricity by fuel\Waste\Transformation -treatment of residue from mechanical treatment, desktop computer, municipal;energy;Electricity by fuel\Waste\Transformation -treatment of residue from mechanical treatment, desktop computer, municipal;energy;Heat\Waste\Transformation -treatment of residue from mechanical treatment, desktop computer, municipal;energy;Heat\Waste\Transformation -treatment of residue from mechanical treatment, desktop computer, municipal;waste treatment;Incineration\Municipal incineration\Transformation -treatment of residue from mechanical treatment, desktop computer, municipal;waste treatment;Incineration\Municipal incineration\Transformation -treatment of residue from mechanical treatment, desktop computer, municipal;waste treatment;Incineration\Municipal incineration\Transformation -treatment of residue from mechanical treatment, desktop computer, municipal;processing;Others\Obsolete -treatment of residue from mechanical treatment, industrial device, municipal;energy;Electricity by fuel\Waste\Transformation -treatment of residue from mechanical treatment, industrial device, municipal;energy;Electricity by fuel\Waste\Transformation -treatment of residue from mechanical treatment, industrial device, municipal;energy;Heat\Waste\Transformation -treatment of residue from mechanical treatment, industrial device, municipal;energy;Heat\Waste\Transformation -treatment of residue from mechanical treatment, industrial device, municipal;waste treatment;Incineration\Municipal incineration\Transformation -treatment of residue from mechanical treatment, industrial device, municipal;waste treatment;Incineration\Municipal incineration\Transformation -treatment of residue from mechanical treatment, industrial device, municipal;waste treatment;Incineration\Municipal incineration\Transformation -treatment of residue from mechanical treatment, industrial device, municipal;processing;Others\Obsolete -treatment of residue from mechanical treatment, IT accessory, municipal;energy;Electricity by fuel\Waste\Transformation -treatment of residue from mechanical treatment, IT accessory, municipal;energy;Heat\Waste\Transformation -treatment of residue from mechanical treatment, IT accessory, municipal;waste treatment;Incineration\Municipal incineration\Transformation -treatment of residue from mechanical treatment, IT accessory, municipal;processing;Others\Obsolete -treatment of residue from mechanical treatment, IT accessory, municipal waste;energy;Electricity by fuel\Waste\Transformation -treatment of residue from mechanical treatment, IT accessory, municipal waste;energy;Heat\Waste\Transformation -treatment of residue from mechanical treatment, IT accessory, municipal waste;waste treatment;Incineration\Municipal incineration\Transformation -treatment of residue from mechanical treatment, IT accessory, municipal waste;waste treatment;Incineration\Municipal incineration\Transformation -treatment of residue from mechanical treatment, laptop computer, municipal;energy;Electricity by fuel\Waste\Transformation -treatment of residue from mechanical treatment, laptop computer, municipal;energy;Electricity by fuel\Waste\Transformation -treatment of residue from mechanical treatment, laptop computer, municipal;energy;Heat\Waste\Transformation -treatment of residue from mechanical treatment, laptop computer, municipal;energy;Heat\Waste\Transformation -treatment of residue from mechanical treatment, laptop computer, municipal;waste treatment;Incineration\Municipal incineration\Transformation -treatment of residue from mechanical treatment, laptop computer, municipal;waste treatment;Incineration\Municipal incineration\Transformation -treatment of residue from mechanical treatment, laptop computer, municipal;waste treatment;Incineration\Municipal incineration\Transformation -treatment of residue from mechanical treatment, laptop computer, municipal;processing;Others\Obsolete -treatment of residue from mechanical treatment, laser printer, municipal;energy;Electricity by fuel\Waste\Transformation -treatment of residue from mechanical treatment, laser printer, municipal;energy;Heat\Waste\Transformation -treatment of residue from mechanical treatment, laser printer, municipal;waste treatment;Incineration\Municipal incineration\Transformation -treatment of residue from mechanical treatment, laser printer, municipal;processing;Others\Obsolete -treatment of residue from mechanical treatment, laser printer, municipal waste;energy;Electricity by fuel\Waste\Transformation -treatment of residue from mechanical treatment, laser printer, municipal waste;energy;Heat\Waste\Transformation -treatment of residue from mechanical treatment, laser printer, municipal waste;waste treatment;Incineration\Municipal incineration\Transformation -treatment of residue from mechanical treatment, laser printer, municipal waste;waste treatment;Incineration\Municipal incineration\Transformation -treatment of residue from mechanical treatment, liquid crystal display,;energy;Electricity by fuel\Waste\Transformation -treatment of residue from mechanical treatment, liquid crystal display,;energy;Electricity by fuel\Waste\Transformation -treatment of residue from mechanical treatment, liquid crystal display,;energy;Heat\Waste\Transformation -treatment of residue from mechanical treatment, liquid crystal display,;energy;Heat\Waste\Transformation -treatment of residue from mechanical treatment, liquid crystal display,;waste treatment;Incineration\Municipal incineration\Transformation -treatment of residue from mechanical treatment, liquid crystal display,;waste treatment;Incineration\Municipal incineration\Transformation -treatment of residue from mechanical treatment, liquid crystal display,;waste treatment;Incineration\Municipal incineration\Transformation -treatment of residue from mechanical treatment, liquid crystal display,;processing;Others\Obsolete -treatment of residue from Na-dichromate production, residual material landfill;waste treatment;Landfill\Residual material landfill\Transformation -treatment of residue from Na-dichromate production, residual material landfill;waste treatment;Landfill\Residual material landfill\Transformation -treatment of residue from rutile production, synthetic, 56% water, residual;waste treatment;Landfill\Residual material landfill\Transformation -treatment of residue from shredder fraction from manual dismantling, municipal;energy;Electricity by fuel\Waste\Transformation -treatment of residue from shredder fraction from manual dismantling, municipal;energy;Electricity by fuel\Waste\Transformation -treatment of residue from shredder fraction from manual dismantling, municipal;energy;Heat\Waste\Transformation -treatment of residue from shredder fraction from manual dismantling, municipal;energy;Heat\Waste\Transformation -treatment of residue from shredder fraction from manual dismantling, municipal;waste treatment;Incineration\Municipal incineration\Transformation -treatment of residue from shredder fraction from manual dismantling, municipal;waste treatment;Incineration\Municipal incineration\Transformation -treatment of residue from shredder fraction from manual dismantling, municipal;waste treatment;Incineration\Municipal incineration\Transformation -treatment of residue from shredder fraction from manual dismantling, municipal;processing;Others\Obsolete -treatment of residue from TiO2 production, chloride process, residual material;waste treatment;Landfill\Residual material landfill\Transformation -treatment of residue from TiO2 production, chloride process, residual material;waste treatment;Landfill\Residual material landfill\Transformation -treatment of residue from TiO2 production, sulfate process, residual material;waste treatment;Landfill\Residual material landfill\Transformation -treatment of residue from TiO2 production, sulfate process, residual material;waste treatment;Landfill\Residual material landfill\Transformation -treatment of road wear emissions, lorry;waste treatment;Transport\Transformation -treatment of road wear emissions, lorry;waste treatment;Transport\Transformation -treatment of road wear emissions, passenger car;waste treatment;Transport\Transformation -treatment of road wear emissions, passenger car;waste treatment;Transport\Transformation -treatment of salt tailing from potash mine, residual material landfill;waste treatment;Landfill\Residual material landfill\Transformation -treatment of salt tailing from potash mine, residual material landfill;waste treatment;Landfill\Residual material landfill\Transformation -treatment of scrap aluminium, municipal incineration;waste treatment;Incineration\Municipal incineration\Transformation -treatment of scrap aluminium, municipal incineration;waste treatment;Incineration\Municipal incineration\Transformation -treatment of scrap aluminium, municipal incineration Europe without;waste treatment;Incineration\Municipal incineration\Transformation -treatment of scrap aluminium, municipal incineration with fly ash extraction;waste treatment;Incineration\Municipal incineration\Transformation -treatment of scrap copper, municipal incineration;waste treatment;Incineration\Municipal incineration\Transformation -treatment of scrap copper, municipal incineration;waste treatment;Incineration\Municipal incineration\Transformation -treatment of scrap copper, municipal incineration Europe without;waste treatment;Incineration\Municipal incineration\Transformation -treatment of scrap copper, municipal incineration with fly ash extraction;waste treatment;Incineration\Municipal incineration\Transformation -treatment of scrap lead acid battery, remelting;material;Metals\Non ferro\Transformation -treatment of scrap lead acid battery, remelting;material;Metals\Non ferro\Transformation -treatment of scrap printed wiring boards, shredding and separation;waste treatment;Electronics Waste\Transformation -treatment of scrap printed wiring boards, shredding and separation;waste treatment;Electronics Waste\Transformation -treatment of scrap steel, inert material landfill;waste treatment;Landfill\Inert material landfill\Transformation -treatment of scrap steel, inert material landfill;waste treatment;Landfill\Inert material landfill\Transformation -treatment of scrap steel, inert material landfill Europe without;waste treatment;Landfill\Inert material landfill\Transformation -treatment of scrap steel, municipal incineration;waste treatment;Incineration\Municipal incineration\Transformation -treatment of scrap steel, municipal incineration;waste treatment;Incineration\Municipal incineration\Transformation -treatment of scrap steel, municipal incineration Europe without;waste treatment;Incineration\Municipal incineration\Transformation -treatment of scrap steel, municipal incineration with fly ash extraction;waste treatment;Incineration\Municipal incineration\Transformation -treatment of scrap tin sheet, municipal incineration;waste treatment;Incineration\Municipal incineration\Transformation -treatment of scrap tin sheet, municipal incineration;waste treatment;Incineration\Municipal incineration\Transformation -treatment of scrap tin sheet, municipal incineration with fly ash extraction;waste treatment;Incineration\Municipal incineration\Transformation -treatment of scrap tin sheet, municipal incineration with fly ash extraction;processing;Others\Obsolete -treatment of scrap tin sheet, sanitary landfill;waste treatment;Landfill\Sanitary landfill\Transformation -treatment of sewage sludge by anaerobic digestion;material;Fuels\Biofuels\Biogas\Transformation -treatment of sewage sludge by anaerobic digestion;material;Fuels\Biofuels\Biogas\Transformation -treatment of sewage sludge by anaerobic digestion;waste treatment;Biowaste\Transformation -treatment of sewage sludge by anaerobic digestion;waste treatment;Biowaste\Transformation -treatment of shredder fraction from manual dismantling, shredding;waste treatment;Electronics Waste\Transformation -treatment of slag from metallurgical grade silicon production, inert material;waste treatment;Landfill\Inert material landfill\Transformation -treatment of slag from metallurgical grade silicon production, inert material;waste treatment;Landfill\Inert material landfill\Transformation -treatment of slag, unalloyed electric arc furnace steel, residual material;waste treatment;Landfill\Residual material landfill\Transformation -treatment of slag, unalloyed electric arc furnace steel, residual material;waste treatment;Landfill\Residual material landfill\Transformation -treatment of slaughterhouse waste, rendering;material;Agricultural\Animal feed\Transformation -treatment of slaughterhouse waste, rendering;material;Agricultural\Animal feed\Transformation -treatment of slaughterhouse waste, rendering;waste treatment;Biowaste\Transformation -treatment of slaughterhouse waste, rendering;waste treatment;Biowaste\Transformation -treatment of sludge from FeCl3 production, underground deposit;waste treatment;Others\Transformation -treatment of sludge from FeCl3 production, underground deposit;waste treatment;Others\Transformation -treatment of sludge from pulp and paper production, sanitary landfill;waste treatment;Landfill\Sanitary landfill\Transformation -treatment of sludge from pulp and paper production, sanitary landfill;waste treatment;Landfill\Sanitary landfill\Transformation -treatment of sludge from pulp and paper production, sanitary landfill Europe;waste treatment;Landfill\Sanitary landfill\Transformation -treatment of sludge from steel rolling, residual material landfill;waste treatment;Landfill\Residual material landfill\Transformation -treatment of sludge from steel rolling, residual material landfill;waste treatment;Landfill\Residual material landfill\Transformation -treatment of sludge, NaCl electrolysis Hg, residual material landfill;waste treatment;Landfill\Residual material landfill\Transformation -treatment of sludge, NaCl electrolysis Hg, residual material landfill;waste treatment;Landfill\Residual material landfill\Transformation -treatment of sludge, NaCl electrolysis, residual material landfill;waste treatment;Landfill\Residual material landfill\Transformation -treatment of sludge, NaCl electrolysis, residual material landfill;waste treatment;Landfill\Residual material landfill\Transformation -treatment of sludge, pig iron production, residual material landfill;waste treatment;Landfill\Residual material landfill\Transformation -treatment of sludge, pig iron production, residual material landfill;waste treatment;Landfill\Residual material landfill\Transformation -treatment of sludge, pig iron production, residual material landfill Europe;waste treatment;Landfill\Residual material landfill\Transformation -treatment of Sn-based antifouling paint emissions;waste treatment;Transport\Transformation -treatment of Sn-based antifouling paint emissions;waste treatment;Transport\Transformation -treatment of spent activated carbon with mercury, underground deposit;waste treatment;Others\Transformation -treatment of spent activated carbon with mercury, underground deposit;waste treatment;Others\Transformation -treatment of spent activated carbon, granular from hard coal, reactivation;processing;Others\Transformation -treatment of spent activated carbon, granular from hard coal, reactivation;processing;Others\Transformation -treatment of spent anion exchange resin from potable water production,;energy;Electricity by fuel\Waste\Transformation -treatment of spent anion exchange resin from potable water production,;energy;Electricity by fuel\Waste\Transformation -treatment of spent anion exchange resin from potable water production,;energy;Heat\Waste\Transformation -treatment of spent anion exchange resin from potable water production,;energy;Heat\Waste\Transformation -treatment of spent anion exchange resin from potable water production,;waste treatment;Incineration\Municipal incineration\Transformation -treatment of spent anion exchange resin from potable water production,;waste treatment;Incineration\Municipal incineration\Transformation -treatment of spent anion exchange resin from potable water production,;waste treatment;Incineration\Municipal incineration\Transformation -treatment of spent anion exchange resin from potable water production,;processing;Others\Obsolete -treatment of spent antifreezer liquid, hazardous waste incineration;waste treatment;Incineration\Hazardous waste incineration\Transformation -treatment of spent antifreezer liquid, hazardous waste incineration;waste treatment;Incineration\Hazardous waste incineration\Transformation -treatment of spent catalyst base from ethyleneoxide production, residual;waste treatment;Landfill\Residual material landfill\Transformation -treatment of spent catalyst base from ethyleneoxide production, residual;waste treatment;Landfill\Residual material landfill\Transformation -treatment of spent catalytic converter for cars, underground deposit;waste treatment;Underground deposit -treatment of spent catalytic converter for cars, underground deposit;waste treatment;Underground deposit -treatment of spent catalytic converter NOx reduction, underground deposit;waste treatment;Others\Transformation -treatment of spent catalytic converter NOx reduction, underground deposit;waste treatment;Others\Transformation -treatment of spent cation exchange resin from potable water production,;energy;Heat\Waste\Transformation -treatment of spent cation exchange resin from potable water production,;energy;Heat\Waste\Transformation -treatment of spent cation exchange resin from potable water production,;waste treatment;Incineration\Municipal incineration\Transformation -treatment of spent cation exchange resin from potable water production,;waste treatment;Incineration\Municipal incineration\Transformation -treatment of spent cation exchange resin from potable water production,;waste treatment;Incineration\Municipal incineration\Transformation -treatment of spent cation exchange resin from potable water production,;processing;Others\Obsolete -treatment of spent Formox catalyst base from formaldehyde production, residual;waste treatment;Landfill\Residual material landfill\Transformation -treatment of spent Formox catalyst base from formaldehyde production, residual;waste treatment;Landfill\Residual material landfill\Transformation -treatment of spent nuclear fuel, conditioning;waste treatment;Nuclear waste\Transformation -treatment of spent nuclear fuel, conditioning;waste treatment;Nuclear waste\Transformation -treatment of spent nuclear fuel, conditioning;waste treatment;Nuclear waste\Transformation -treatment of spent nuclear fuel, reprocessing;waste treatment;Nuclear waste\Transformation -treatment of spent nuclear fuel, reprocessing;waste treatment;Nuclear waste\Transformation -treatment of spent oxychlor catalyst for ethylene dichloride production,;waste treatment;Others\Transformation -treatment of spent oxychlor catalyst for ethylene dichloride production,;waste treatment;Others\Transformation -treatment of spent perfluoropentane;waste treatment;Others\Transformation -treatment of spent pot liner from Al electrolysis, carbon fraction, residual;waste treatment;Others\Transformation -treatment of spent pot liner from Al electrolysis, carbon fraction, residual;waste treatment;Others\Transformation -treatment of spent sawing slurry from Si-wafer cutting;material;Chemicals\Inorganic\Transformation -treatment of spent sawing slurry from Si-wafer cutting;material;Chemicals\Inorganic\Transformation -treatment of spent sawing slurry from Si-wafer cutting;waste treatment;Others\Transformation -treatment of spent sawing slurry from Si-wafer cutting;waste treatment;Others\Transformation -treatment of spent sawing slurry from Si-wafer cutting;material;Chemicals\Organic\Transformation -treatment of spent sawing slurry from Si-wafer cutting;material;Chemicals\Organic\Transformation -treatment of spent solvent mixture, hazardous waste incineration;waste treatment;Incineration\Hazardous waste incineration\Transformation -treatment of spent solvent mixture, hazardous waste incineration;waste treatment;Incineration\Hazardous waste incineration\Transformation -treatment of spent solvent mixture, hazardous waste incineration Europe without;waste treatment;Incineration\Hazardous waste incineration\Transformation -treatment of spoil from hard coal mining, in surface landfill;waste treatment;Landfill\Residual material landfill\Transformation -treatment of spoil from lignite mining, in surface landfill;waste treatment;Landfill\Residual material landfill\Transformation -treatment of stalk, in wood heater 6kW;energy;Heat\Waste\Transformation -treatment of steel in car shredder residue, municipal incineration;waste treatment;Incineration\Municipal incineration\Transformation -treatment of steel in car shredder residue, municipal incineration;waste treatment;Incineration\Municipal incineration\Transformation -treatment of steel in car shredder residue, municipal incineration with fly ash;waste treatment;Incineration\Municipal incineration\Transformation -treatment of steel in car shredder residue, municipal incineration with fly ash;processing;Others\Obsolete -treatment of straw, organic, in furnace 300kW;energy;Others\Obsolete -treatment of straw, organic, in furnace 300kW;material;Others\Obsolete -treatment of straw, organic, in furnace 300kW;material;Others\Obsolete -treatment of sulfidic tailing, off-site, high gold content;waste treatment;Landfill\Residual material landfill\Transformation -treatment of sulfidic tailings, from cinnabar mine operation, tailings;waste treatment;Landfill\Residual material landfill\Transformation -treatment of sulfidic tailings, from cinnabar mine operation, tailings;waste treatment;Landfill\Residual material landfill\Transformation -treatment of sulfidic tailings, from copper mine operation, tailings;waste treatment;Landfill\Residual material landfill\Transformation -treatment of sulfidic tailings, from copper mine operation, tailings;waste treatment;Landfill\Residual material landfill\Transformation -treatment of sulfidic tailings, from copper mine operation, tailings;waste treatment;Landfill\Residual material landfill\Transformation -treatment of sulfidic tailings, from copper mine operation, tailings;waste treatment;Landfill\Residual material landfill\Transformation -treatment of sulfidic tailings, from copper mine operation, tailings;waste treatment;Landfill\Residual material landfill\Transformation -treatment of sulfidic tailings, from copper mine operation, tailings;waste treatment;Landfill\Residual material landfill\Transformation -treatment of sulfidic tailings, from copper mine operation, tailings;waste treatment;Landfill\Residual material landfill\Transformation -treatment of sulfidic tailings, from copper mine operation, tailings;waste treatment;Landfill\Residual material landfill\Transformation -treatment of sulfidic tailings, from copper mine operation, tailings;waste treatment;Landfill\Residual material landfill\Transformation -treatment of sulfidic tailings, from copper mine operation, tailings;waste treatment;Landfill\Residual material landfill\Transformation -treatment of sulfidic tailings, from copper mine operation, tailings;waste treatment;Landfill\Residual material landfill\Transformation -treatment of sulfidic tailings, from gold mine operation, tailings impoundment;waste treatment;Landfill\Residual material landfill\Transformation -treatment of sulfidic tailings, from gold mine operation, tailings impoundment;waste treatment;Landfill\Residual material landfill\Transformation -treatment of sulfidic tailings, from gold mine operation, tailings impoundment;waste treatment;Landfill\Residual material landfill\Transformation -treatment of sulfidic tailings, from gold mine operation, tailings impoundment;waste treatment;Landfill\Residual material landfill\Transformation -treatment of sulfidic tailings, from gold mine operation, tailings impoundment;waste treatment;Landfill\Residual material landfill\Transformation -treatment of sulfidic tailings, from gold mine operation, tailings impoundment;waste treatment;Landfill\Residual material landfill\Transformation -treatment of sulfidic tailings, from gold mine operation, tailings impoundment;waste treatment;Landfill\Residual material landfill\Transformation -treatment of sulfidic tailings, from gold mine operation, tailings impoundment;waste treatment;Landfill\Residual material landfill\Transformation -treatment of sulfidic tailings, from gold mine operation, tailings impoundment;waste treatment;Landfill\Residual material landfill\Transformation -treatment of sulfidic tailings, from gold mine operation, tailings impoundment;waste treatment;Landfill\Residual material landfill\Transformation -treatment of sulfidic tailings, from gold mine operation, tailings impoundment;waste treatment;Landfill\Residual material landfill\Transformation -treatment of sulfidic tailings, from gold mine operation, tailings impoundment;waste treatment;Landfill\Residual material landfill\Transformation -treatment of sulfidic tailings, from gold mine operation, tailings impoundment;waste treatment;Landfill\Residual material landfill\Transformation -treatment of sulfidic tailings, from nickel mine operation, tailings;waste treatment;Landfill\Residual material landfill\Transformation -treatment of sulfidic tailings, from nickel mine operation, tailings;waste treatment;Landfill\Residual material landfill\Transformation -treatment of sulfidic tailings, from nickel mine operation, tailings;waste treatment;Landfill\Residual material landfill\Transformation -treatment of sulfidic tailings, from nickel mine operation, tailings;waste treatment;Landfill\Residual material landfill\Transformation -treatment of sulfidic tailings, from silver mine operation, tailings;waste treatment;Landfill\Residual material landfill\Transformation -treatment of sulfidic tailings, from silver mine operation, tailings;waste treatment;Landfill\Residual material landfill\Transformation -treatment of sulfidic tailings, from silver mine operation, tailings;waste treatment;Landfill\Residual material landfill\Transformation -treatment of sulfidic tailings, from silver mine operation, tailings;waste treatment;Landfill\Residual material landfill\Transformation -treatment of sulfidic tailings, from zinc-lead mine operation, tailings;waste treatment;Landfill\Residual material landfill\Transformation -treatment of sulfidic tailings, from zinc-lead mine operation, tailings;waste treatment;Landfill\Residual material landfill\Transformation -treatment of sulfidic tailings, from zinc-lead mine operation, tailings;waste treatment;Landfill\Residual material landfill\Transformation -treatment of sulfidic tailings, from zinc-lead mine operation, tailings;waste treatment;Landfill\Residual material landfill\Transformation -treatment of sulfidic tailings, from zinc-lead mine operation, tailings;waste treatment;Landfill\Residual material landfill\Transformation -treatment of sulfidic tailings, from zinc-lead mine operation, tailings;waste treatment;Landfill\Residual material landfill\Transformation -treatment of sulfidic tailings, from zinc-lead mine operation, tailings;waste treatment;Landfill\Residual material landfill\Transformation -treatment of sulfidic tailings, from zinc-lead mine operation, tailings;waste treatment;Landfill\Residual material landfill\Transformation -treatment of sulfidic tailings, generic, tailings impoundment;waste treatment;Landfill\Residual material landfill\Transformation -treatment of tailing, from uranium milling;waste treatment;Nuclear waste\Transformation -treatment of tallow to esterquat;material;Chemicals\Washing agents\Tensides\Transformation -treatment of tallow to esterquat;material;Chemicals\Washing agents\Tensides\Transformation -treatment of tin slag, residual material landfill;waste treatment;Landfill\Residual material landfill\Transformation -treatment of tyre wear emissions, lorry;waste treatment;Transport\Transformation -treatment of tyre wear emissions, lorry;waste treatment;Transport\Transformation -treatment of tyre wear emissions, passenger car;waste treatment;Transport\Transformation -treatment of tyre wear emissions, passenger car;waste treatment;Transport\Transformation -treatment of uranium tailing, non-radioactive emission;waste treatment;Nuclear waste\Transformation -treatment of used air distribution terminal panel, steel, 120 m3/h;waste treatment;Construction waste\Transformation -treatment of used air distribution terminal panel, steel, 120 m3/h;waste treatment;Construction waste\Transformation -treatment of used air filter, central unit, 600 m3/h;waste treatment;Construction waste\Transformation -treatment of used air filter, central unit, 600 m3/h;waste treatment;Construction waste\Transformation -treatment of used air filter, decentralized unit, 180-250 m3/h;waste treatment;Construction waste\Transformation -treatment of used air filter, decentralized unit, 180-250 m3/h;waste treatment;Construction waste\Transformation -treatment of used air filter, decentralized unit, 250 m3/h;waste treatment;Construction waste\Transformation -treatment of used air filter, decentralized unit, 250 m3/h;waste treatment;Construction waste\Transformation -treatment of used air filter, in exhaust air valve;waste treatment;Construction waste\Transformation -treatment of used air filter, in exhaust air valve;waste treatment;Construction waste\Transformation -treatment of used bicycle;waste treatment;Transport\Transformation -treatment of used bicycle;waste treatment;Transport\Transformation -treatment of used blower and heat exchange unit, Avent E 97;waste treatment;Construction waste\Transformation -treatment of used blower and heat exchange unit, Avent E 97;waste treatment;Construction waste\Transformation -treatment of used blower and heat exchange unit, central, 600-1200 m3/h;waste treatment;Construction waste\Transformation -treatment of used blower and heat exchange unit, central, 600-1200 m3/h;waste treatment;Construction waste\Transformation -treatment of used blower and heat exchange unit, decentralized, 180-250 m3/h;waste treatment;Construction waste\Transformation -treatment of used blower and heat exchange unit, decentralized, 180-250 m3/h;waste treatment;Construction waste\Transformation -treatment of used blower and heat exchange unit, GE 250 RH;waste treatment;Construction waste\Transformation -treatment of used blower and heat exchange unit, GE 250 RH;waste treatment;Construction waste\Transformation -treatment of used blower and heat exchange unit, KWL 250;waste treatment;Construction waste\Transformation -treatment of used blower and heat exchange unit, KWL 250;waste treatment;Construction waste\Transformation -treatment of used blower and heat exchange unit, KWLC 1200;waste treatment;Construction waste\Transformation -treatment of used blower and heat exchange unit, KWLC 1200;waste treatment;Construction waste\Transformation -treatment of used blower and heat exchange unit, Storkair G 90;waste treatment;Construction waste\Transformation -treatment of used blower and heat exchange unit, Storkair G 90;waste treatment;Construction waste\Transformation -treatment of used blower and heat exchange unit, Twl-700;waste treatment;Construction waste\Transformation -treatment of used blower and heat exchange unit, Twl-700;waste treatment;Construction waste\Transformation -treatment of used bus;waste treatment;Transport\Transformation -treatment of used bus;waste treatment;Transport\Transformation -treatment of used cable;material;Metals\Non ferro\Transformation -treatment of used cable;waste treatment;Electronics Waste\Transformation -treatment of used capacitor, to hazardous waste incineration;waste treatment;Incineration\Hazardous waste incineration\Transformation -treatment of used capacitor, to hazardous waste incineration;waste treatment;Incineration\Hazardous waste incineration\Transformation -treatment of used cathode ray tube display, manual dismantling;waste treatment;Electronics Waste\Transformation -treatment of used cathode ray tube display, mechanical treatment;waste treatment;Electronics Waste\Transformation -treatment of used desktop computer, manual dismantling;waste treatment;Electronics Waste\Transformation -treatment of used desktop computer, manual dismantling;waste treatment;Electronics Waste\Transformation -treatment of used desktop computer, mechanical treatment;waste treatment;Electronics Waste\Transformation -treatment of used diesel-electric generating set, 18.5kW;waste treatment;Construction waste\Transformation -treatment of used domestic refrigerator, controlled dismantling;waste treatment;Electronics Waste\Transformation -treatment of used domestic refrigerator, uncontrolled dismantling;waste treatment;Electronics Waste\Transformation -treatment of used door, inner, glass-wood, collection for final disposal;waste treatment;Construction waste\Transformation -treatment of used door, inner, glass-wood, collection for final disposal;waste treatment;Construction waste\Transformation -treatment of used door, inner, wood, collection for final disposal;waste treatment;Construction waste\Transformation -treatment of used door, inner, wood, collection for final disposal;waste treatment;Construction waste\Transformation -treatment of used door, outer, wood-aluminium, collection for final disposal;waste treatment;Construction waste\Transformation -treatment of used door, outer, wood-aluminium, collection for final disposal;waste treatment;Construction waste\Transformation -treatment of used door, outer, wood-glass, collection for final disposal;waste treatment;Construction waste\Transformation -treatment of used door, outer, wood-glass, collection for final disposal;waste treatment;Construction waste\Transformation -treatment of used double glazing, U<1.1W/m2K, collection for final disposal;waste treatment;Construction waste\Transformation -treatment of used double glazing, U<1.1W/m2K, collection for final disposal;waste treatment;Construction waste\Transformation -treatment of used double glazing, U<1.1W/m2K, laminated safety glass,;waste treatment;Construction waste\Transformation -treatment of used double glazing, U<1.1W/m2K, laminated safety glass,;waste treatment;Construction waste\Transformation -treatment of used electric bicycle;waste treatment;Transport\Transformation -treatment of used electric bicycle;waste treatment;Transport\Transformation -treatment of used exhaust air roof hood, steel, DN 400;waste treatment;Construction waste\Transformation -treatment of used exhaust air roof hood, steel, DN 400;waste treatment;Construction waste\Transformation -treatment of used exhaust air valve, in-wall housing, plastic/steel, DN 125;waste treatment;Construction waste\Transformation -treatment of used exhaust air valve, in-wall housing, plastic/steel, DN 125;waste treatment;Construction waste\Transformation -treatment of used flexible duct, aluminium/PET, DN of 125;waste treatment;Construction waste\Transformation -treatment of used flexible duct, aluminium/PET, DN of 125;waste treatment;Construction waste\Transformation -treatment of used fluorescent lamp;material;Metals\Non ferro\Transformation -treatment of used fluorescent lamp;waste treatment;Electronics Waste\Transformation -treatment of used glider, electric scooter, shredding;waste treatment;Transport\Transformation -treatment of used glider, passenger car, shredding;waste treatment;Transport\Transformation -treatment of used industrial electronic device, manual dismantling;waste treatment;Electronics Waste\Transformation -treatment of used industrial electronic device, mechanical treatment;waste treatment;Electronics Waste\Transformation -treatment of used insulation spiral-seam duct, rockwool, DN 400, 30 mm;waste treatment;Construction waste\Transformation -treatment of used insulation spiral-seam duct, rockwool, DN 400, 30 mm;waste treatment;Construction waste\Transformation -treatment of used intermodal shipping container, 20-foot;waste treatment;Transport\Transformation -treatment of used intermodal shipping container, 40-foot;waste treatment;Transport\Transformation -treatment of used intermodal shipping container, 40-foot, high-cube;waste treatment;Transport\Transformation -treatment of used intermodal shipping container, 45-foot, high-cube;waste treatment;Transport\Transformation -treatment of used internal combustion engine, shredding;waste treatment;Transport\Transformation -treatment of used IT accessory, mechanical treatment;waste treatment;Electronics Waste\Transformation -treatment of used laptop computer, manual dismantling;waste treatment;Electronics Waste\Transformation -treatment of used laptop computer, mechanical treatment;waste treatment;Electronics Waste\Transformation -treatment of used light commercial vehicle;waste treatment;Transport\Transformation -treatment of used light commercial vehicle;waste treatment;Transport\Transformation -treatment of used Li-ion battery, hydrometallurgical treatment;material;Metals\Non ferro\Transformation -treatment of used Li-ion battery, hydrometallurgical treatment;material;Chemicals\Inorganic\Transformation -treatment of used Li-ion battery, hydrometallurgical treatment;waste treatment;Electronics Waste\Transformation -treatment of used Li-ion battery, pyrometallurgical treatment;material;Metals\Non ferro\Transformation -treatment of used Li-ion battery, pyrometallurgical treatment;material;Chemicals\Inorganic\Transformation -treatment of used Li-ion battery, pyrometallurgical treatment;waste treatment;Electronics Waste\Transformation -treatment of used liquid crystal display module, municipal incineration with;energy;Electricity by fuel\Waste\Transformation -treatment of used liquid crystal display module, municipal incineration with;energy;Heat\Waste\Transformation -treatment of used liquid crystal display module, municipal incineration with;waste treatment;Incineration\Municipal incineration\Transformation -treatment of used liquid crystal display module, municipal waste incineration;energy;Electricity by fuel\Waste\Transformation -treatment of used liquid crystal display module, municipal waste incineration;energy;Heat\Waste\Transformation -treatment of used liquid crystal display module, municipal waste incineration;waste treatment;Incineration\Municipal incineration\Transformation -treatment of used liquid crystal display module, municipal waste incineration;waste treatment;Incineration\Municipal incineration\Transformation -treatment of used liquid crystal display, manual dismantling;waste treatment;Electronics Waste\Transformation -treatment of used liquid crystal display, mechanical treatment;waste treatment;Electronics Waste\Transformation -treatment of used locomotive;waste treatment;Transport\Transformation -treatment of used locomotive;waste treatment;Transport\Transformation -treatment of used long liner, steel;waste treatment;Transport\Transformation -treatment of used lorry with refrigeration machine, 16 metric ton;waste treatment;Transport\Transformation -treatment of used lorry, 16 metric ton;waste treatment;Transport\Transformation -treatment of used lorry, 16 metric ton;waste treatment;Transport\Transformation -treatment of used lorry, 28 metric ton;waste treatment;Transport\Transformation -treatment of used lorry, 28 metric ton;waste treatment;Transport\Transformation -treatment of used lorry, 40 metric ton;waste treatment;Transport\Transformation -treatment of used lorry, 40 metric ton;waste treatment;Transport\Transformation -treatment of used motor scooter;waste treatment;Transport\Transformation -treatment of used motor scooter;waste treatment;Transport\Transformation -treatment of used Ni-metal hydride battery, pyrometallurgical treatment;waste treatment;Electronics Waste\Transformation -treatment of used outside air intake, stainless steel, DN 370;waste treatment;Construction waste\Transformation -treatment of used outside air intake, stainless steel, DN 370;waste treatment;Construction waste\Transformation -treatment of used powertrain for electric passenger car, manual dismantling;waste treatment;Transport\Transformation -treatment of used powertrain for electric scooter, manual dismantling;waste treatment;Transport\Transformation -treatment of used printer, laser, by mechanical treatment;waste treatment;Electronics Waste\Transformation -treatment of used printer, laser, manual dismantling;waste treatment;Electronics Waste\Transformation -treatment of used printer, laser, manual dismantling;waste treatment;Electronics Waste\Transformation -treatment of used purse seiner, steel;waste treatment;Agricultural\Animal production\Transformation -treatment of used purse seiner, steel;waste treatment;Agricultural\Animal production\Transformation -treatment of used purse seiner, wood;waste treatment;Agricultural\Animal production\Transformation -treatment of used purse seiner, wood;waste treatment;Agricultural\Animal production\Transformation -treatment of used railway track;waste treatment;Transport\Transformation -treatment of used railway track;waste treatment;Transport\Transformation -treatment of used reefer, intermodal shipping container, 40-foot, high-cube;waste treatment;Transport\Transformation -treatment of used refrigerant R-12, final disposal;waste treatment;Others\Transformation -treatment of used refrigerant R-12, venting;waste treatment;Others\Transformation -treatment of used refrigerant R134a, final disposal;waste treatment;Transport\Transformation -treatment of used refrigerant R134a, reclamation;material;Chemicals\Organic\Transformation -treatment of used refrigerant R134a, reclamation;waste treatment;Transport\Transformation -treatment of used refrigerant R134a, venting;waste treatment;Transport\Transformation -treatment of used refrigerant R-600a, final disposal;waste treatment;Others\Transformation -treatment of used refrigerant R-600a, venting;waste treatment;Others\Transformation -treatment of used refrigeration machine, carbon dioxide, liquid as refrigerant;waste treatment;Transport\Transformation -treatment of used refrigeration machine, R134a as refrigerant;waste treatment;Transport\Transformation -treatment of used room-connecting overflow element, steel, approx. 40 m3/h;waste treatment;Construction waste\Transformation -treatment of used room-connecting overflow element, steel, approx. 40 m3/h;waste treatment;Construction waste\Transformation -treatment of used sealing tape, aluminium/PE, 50 mm wide;waste treatment;Construction waste\Transformation -treatment of used sealing tape, aluminium/PE, 50 mm wide;waste treatment;Construction waste\Transformation -treatment of used silencer, steel, DN 125;waste treatment;Construction waste\Transformation -treatment of used silencer, steel, DN 125;waste treatment;Construction waste\Transformation -treatment of used silencer, steel, DN 315, 50 mm;waste treatment;Construction waste\Transformation -treatment of used silencer, steel, DN 315, 50 mm;waste treatment;Construction waste\Transformation -treatment of used toner module, laser printer, black/white, recycling;material;Electronics\Module\Transformation -treatment of used toner module, laser printer, black/white, recycling;material;Electronics\Module\Transformation -treatment of used toner module, laser printer, colour, recycling;material;Electronics\Module\Transformation -treatment of used toner module, laser printer, colour, recycling;material;Electronics\Module\Transformation -treatment of used train, passenger, high-speed;waste treatment;Transport\Transformation -treatment of used train, passenger, high-speed;waste treatment;Transport\Transformation -treatment of used train, passenger, long distance;waste treatment;Transport\Transformation -treatment of used train, passenger, long distance;waste treatment;Transport\Transformation -treatment of used train, passenger, regional;waste treatment;Transport\Transformation -treatment of used train, passenger, regional;waste treatment;Transport\Transformation -treatment of used tram;waste treatment;Transport\Transformation -treatment of used tram;waste treatment;Transport\Transformation -treatment of used trawler, steel;waste treatment;Transport\Transformation -treatment of used trawler, steel;waste treatment;Transport\Transformation -treatment of used triple glazing, U<0.5W/m2K, collection for final disposal;waste treatment;Construction waste\Transformation -treatment of used triple glazing, U<0.5W/m2K, collection for final disposal;waste treatment;Construction waste\Transformation -treatment of used tyre;waste treatment;Transport\Transformation -treatment of used vegetable cooking oil by anaerobic digestion;material;Fuels\Biofuels\Biogas\Transformation -treatment of used vegetable cooking oil by anaerobic digestion;material;Fuels\Biofuels\Biogas\Transformation -treatment of used vegetable cooking oil, purification;processing;Waste\Transformation\Biowaste -treatment of used vegetable cooking oil, purification;processing;Waste\Transformation\Biowaste -treatment of used vegetable cooking oil, purification;processing;Waste\Transformation\Biowaste -treatment of used vegetable cooking oil, purification;processing;Waste\Transformation\Biowaste -treatment of used ventilation control and wiring, central unit;waste treatment;Construction waste\Transformation -treatment of used ventilation control and wiring, central unit;waste treatment;Construction waste\Transformation -treatment of used ventilation control and wiring, decentralized unit;waste treatment;Construction waste\Transformation -treatment of used ventilation control and wiring, decentralized unit;waste treatment;Construction waste\Transformation -treatment of used window frame, plastic, collection for final disposal;waste treatment;Construction waste\Transformation -treatment of used window frame, plastic, collection for final disposal;waste treatment;Construction waste\Transformation -treatment of used window frame, wood, collection for final disposal;waste treatment;Construction waste\Transformation -treatment of used window frame, wood, collection for final disposal;waste treatment;Construction waste\Transformation -treatment of used window frame, wood-metal, collection for final disposal;waste treatment;Construction waste\Transformation -treatment of used window frame, wood-metal, collection for final disposal;waste treatment;Construction waste\Transformation -treatment of waste aluminium, sanitary landfill;waste treatment;Landfill\Sanitary landfill\Transformation -treatment of waste asphalt, sanitary landfill;waste treatment;Landfill\Sanitary landfill\Transformation -treatment of waste asphalt, sanitary landfill;waste treatment;Landfill\Sanitary landfill\Transformation -treatment of waste bitumen sheet, municipal incineration;energy;Electricity by fuel\Waste\Transformation -treatment of waste bitumen sheet, municipal incineration;energy;Heat\Waste\Transformation -treatment of waste bitumen sheet, municipal incineration;waste treatment;Incineration\Municipal incineration\Transformation -treatment of waste bitumen sheet, municipal incineration;waste treatment;Incineration\Municipal incineration\Transformation -treatment of waste bitumen sheet, municipal incineration with fly ash;energy;Electricity by fuel\Waste\Transformation -treatment of waste bitumen sheet, municipal incineration with fly ash;energy;Heat\Waste\Transformation -treatment of waste bitumen sheet, municipal incineration with fly ash;waste treatment;Incineration\Municipal incineration\Transformation -treatment of waste bitumen sheet, municipal incineration with fly ash;processing;Others\Obsolete -treatment of waste bitumen, sanitary landfill;waste treatment;Landfill\Sanitary landfill\Transformation -treatment of waste bitumen, sanitary landfill;waste treatment;Landfill\Sanitary landfill\Transformation -treatment of waste bitumen, sanitary landfill Europe without;waste treatment;Landfill\Sanitary landfill\Transformation -treatment of waste brick, collection for final disposal;waste treatment;Construction waste\Transformation -treatment of waste brick, collection for final disposal;waste treatment;Construction waste\Transformation -treatment of waste brick, recycling;waste treatment;Construction waste\Transformation -treatment of waste brick, recycling;waste treatment;Construction waste\Transformation -treatment of waste brick, sorting plant;waste treatment;Construction waste\Transformation -treatment of waste brick, sorting plant;waste treatment;Construction waste\Transformation -treatment of waste brick, sorting plant Europe without;waste treatment;Construction waste\Transformation -treatment of waste building wood, chrome preserved, municipal incineration;energy;Electricity by fuel\Waste\Transformation -treatment of waste building wood, chrome preserved, municipal incineration;energy;Heat\Waste\Transformation -treatment of waste building wood, chrome preserved, municipal incineration;waste treatment;Incineration\Municipal incineration\Transformation -treatment of waste building wood, chrome preserved, municipal incineration;waste treatment;Incineration\Municipal incineration\Transformation -treatment of waste building wood, chrome preserved, municipal incineration with;energy;Electricity by fuel\Waste\Transformation -treatment of waste building wood, chrome preserved, municipal incineration with;energy;Heat\Waste\Transformation -treatment of waste building wood, chrome preserved, municipal incineration with;waste treatment;Incineration\Municipal incineration\Transformation -treatment of waste building wood, chrome preserved, municipal incineration with;processing;Others\Obsolete -treatment of waste bulk iron, excluding reinforcement, sorting plant;waste treatment;Construction waste\Transformation -treatment of waste bulk iron, excluding reinforcement, sorting plant;waste treatment;Construction waste\Transformation -treatment of waste bulk iron, excluding reinforcement, sorting plant Europe;waste treatment;Construction waste\Transformation -treatment of waste cement in concrete and mortar, collection for final disposal;waste treatment;Construction waste\Transformation -treatment of waste cement in concrete and mortar, collection for final disposal;waste treatment;Construction waste\Transformation -treatment of waste cement in concrete and mortar, collection for final disposal;waste treatment;Construction waste\Transformation -treatment of waste cement in concrete and mortar, sorting plant;waste treatment;Construction waste\Transformation -treatment of waste cement in concrete and mortar, sorting plant;waste treatment;Construction waste\Transformation -treatment of waste cement in concrete and mortar, sorting plant Europe without;waste treatment;Construction waste\Transformation -treatment of waste cement, hydrated, residual material landfill;waste treatment;Landfill\Residual material landfill\Transformation -treatment of waste cement, hydrated, residual material landfill;waste treatment;Landfill\Residual material landfill\Transformation -treatment of waste cement, hydrated, residual material landfill Europe without;waste treatment;Landfill\Residual material landfill\Transformation -treatment of waste cement-fibre slab, collection for final disposal;waste treatment;Construction waste\Transformation -treatment of waste cement-fibre slab, collection for final disposal;waste treatment;Construction waste\Transformation -treatment of waste cement-fibre slab, dismantled, municipal incineration with;energy;Electricity by fuel\Waste\Transformation -treatment of waste cement-fibre slab, dismantled, municipal incineration with;energy;Heat\Waste\Transformation -treatment of waste cement-fibre slab, dismantled, municipal incineration with;waste treatment;Incineration\Municipal incineration\Transformation -treatment of waste cement-fibre slab, dismantled, municipal incineration with;processing;Others\Obsolete -treatment of waste cement-fibre slab, municipal incineration;energy;Electricity by fuel\Waste\Transformation -treatment of waste cement-fibre slab, municipal incineration;energy;Heat\Waste\Transformation -treatment of waste cement-fibre slab, municipal incineration;waste treatment;Incineration\Municipal incineration\Transformation -treatment of waste cement-fibre slab, municipal incineration;waste treatment;Incineration\Municipal incineration\Transformation -treatment of waste cement-fibre slab, recycling;waste treatment;Construction waste\Transformation -treatment of waste cement-fibre slab, recycling;waste treatment;Construction waste\Transformation -treatment of waste concrete gravel, collection for final disposal;waste treatment;Construction waste\Transformation -treatment of waste concrete gravel, collection for final disposal;waste treatment;Construction waste\Transformation -treatment of waste concrete gravel, recycling;waste treatment;Construction waste\Transformation -treatment of waste concrete gravel, recycling;waste treatment;Construction waste\Transformation -treatment of waste concrete gravel, sorting plant;waste treatment;Construction waste\Transformation -treatment of waste concrete gravel, sorting plant;waste treatment;Construction waste\Transformation -treatment of waste concrete, inert material landfill;waste treatment;Landfill\Inert material landfill\Transformation -treatment of waste concrete, inert material landfill;waste treatment;Landfill\Inert material landfill\Transformation -treatment of waste concrete, inert material landfill Europe without;waste treatment;Landfill\Inert material landfill\Transformation -treatment of waste concrete, not reinforced, collection for final disposal;waste treatment;Construction waste\Transformation -treatment of waste concrete, not reinforced, collection for final disposal;waste treatment;Construction waste\Transformation -treatment of waste concrete, not reinforced, collection for final disposal;waste treatment;Construction waste\Transformation -treatment of waste concrete, not reinforced, recycling;waste treatment;Construction waste\Transformation -treatment of waste concrete, not reinforced, recycling;waste treatment;Construction waste\Transformation -treatment of waste concrete, not reinforced, recycling Europe without;waste treatment;Construction waste\Transformation -treatment of waste concrete, not reinforced, sorting plant;waste treatment;Construction waste\Transformation -treatment of waste concrete, not reinforced, sorting plant;waste treatment;Construction waste\Transformation -treatment of waste concrete, not reinforced, sorting plant Europe without;waste treatment;Construction waste\Transformation -treatment of waste cooking oil, purified, esterification;material;Fuels\Biofuels\Biodiesel\Transformation -treatment of waste cooking oil, purified, esterification;material;Fuels\Biofuels\Biodiesel\Transformation -treatment of waste cooking oil, purified, esterification;material;Fuels\Biofuels\Biodiesel\Transformation -treatment of waste cooking oil, purified, esterification;material;Fuels\Biofuels\Biodiesel\Transformation -treatment of waste cooking oil, purified, esterification;material;Fuels\Biofuels\Biodiesel\Transformation -treatment of waste cooking oil, purified, esterification;material;Fuels\Biofuels\Biodiesel\Transformation -treatment of waste electric and electronic equipment, shredding;waste treatment;Electronics Waste\Transformation -treatment of waste electric wiring, collection for final disposal;waste treatment;Electronics Waste\Transformation -treatment of waste electric wiring, collection for final disposal;waste treatment;Electronics Waste\Transformation -treatment of waste emulsion paint on wall, collection for final disposal;waste treatment;Others\Transformation -treatment of waste emulsion paint on wall, collection for final disposal;waste treatment;Others\Transformation -treatment of waste emulsion paint on wall, sorting plant;waste treatment;Others\Transformation -treatment of waste emulsion paint on wall, sorting plant;waste treatment;Others\Transformation -treatment of waste emulsion paint on wood, collection for final disposal;waste treatment;Others\Transformation -treatment of waste emulsion paint on wood, collection for final disposal;waste treatment;Others\Transformation -treatment of waste emulsion paint, collection for final disposal;waste treatment;Others\Transformation -treatment of waste emulsion paint, collection for final disposal;waste treatment;Others\Transformation -treatment of waste emulsion paint, hazardous waste incineration;waste treatment;Incineration\Hazardous waste incineration\Transformation -treatment of waste emulsion paint, hazardous waste incineration;waste treatment;Incineration\Hazardous waste incineration\Transformation -treatment of waste emulsion paint, hazardous waste incineration Europe without;waste treatment;Incineration\Hazardous waste incineration\Transformation -treatment of waste emulsion paint, inert material landfill;waste treatment;Landfill\Inert material landfill\Transformation -treatment of waste emulsion paint, inert material landfill;waste treatment;Landfill\Inert material landfill\Transformation -treatment of waste emulsion paint, inert material landfill Europe without;waste treatment;Landfill\Inert material landfill\Transformation -treatment of waste emulsion paint, municipal incineration;energy;Electricity by fuel\Waste\Transformation -treatment of waste emulsion paint, municipal incineration;energy;Heat\Waste\Transformation -treatment of waste emulsion paint, municipal incineration;waste treatment;Incineration\Municipal incineration\Transformation -treatment of waste emulsion paint, municipal incineration;waste treatment;Incineration\Municipal incineration\Transformation -treatment of waste emulsion paint, municipal incineration Europe without;energy;Electricity by fuel\Waste\Transformation -treatment of waste emulsion paint, municipal incineration Europe without;energy;Heat\Waste\Transformation -treatment of waste emulsion paint, municipal incineration Europe without;waste treatment;Incineration\Municipal incineration\Transformation -treatment of waste emulsion paint, municipal incineration with fly ash;energy;Electricity by fuel\Waste\Transformation -treatment of waste emulsion paint, municipal incineration with fly ash;energy;Heat\Waste\Transformation -treatment of waste emulsion paint, municipal incineration with fly ash;waste treatment;Incineration\Municipal incineration\Transformation -treatment of waste emulsion paint, municipal incineration with fly ash;processing;Others\Obsolete -treatment of waste emulsion paint, sanitary landfill;waste treatment;Landfill\Sanitary landfill\Transformation -treatment of waste emulsion paint, sanitary landfill;waste treatment;Landfill\Sanitary landfill\Transformation -treatment of waste emulsion paint, sanitary landfill Europe without;waste treatment;Landfill\Sanitary landfill\Transformation -treatment of waste expanded polystyrene, municipal incineration;energy;Electricity by fuel\Waste\Transformation -treatment of waste expanded polystyrene, municipal incineration;energy;Heat\Waste\Transformation -treatment of waste expanded polystyrene, municipal incineration;waste treatment;Incineration\Municipal incineration\Transformation -treatment of waste expanded polystyrene, municipal incineration;waste treatment;Incineration\Municipal incineration\Transformation -treatment of waste expanded polystyrene, municipal incineration with fly ash;energy;Electricity by fuel\Waste\Transformation -treatment of waste expanded polystyrene, municipal incineration with fly ash;energy;Heat\Waste\Transformation -treatment of waste expanded polystyrene, municipal incineration with fly ash;waste treatment;Incineration\Municipal incineration\Transformation -treatment of waste expanded polystyrene, municipal incineration with fly ash;processing;Others\Obsolete -treatment of waste fibreboard, collection for final disposal;waste treatment;Construction waste\Transformation -treatment of waste fibreboard, collection for final disposal;waste treatment;Construction waste\Transformation -treatment of waste frit from cathode ray tube production, residual material;waste treatment;Landfill\Residual material landfill\Transformation -treatment of waste frit from cathode ray tube production, residual material;waste treatment;Landfill\Residual material landfill\Transformation -treatment of waste glass from unsorted public collection, sorting;material;Glass\Waste glass\Transformation -treatment of waste glass from unsorted public collection, sorting;material;Glass\Waste glass\Transformation -treatment of waste glass pane in burnable frame, collection for final disposal;waste treatment;Construction waste\Transformation -treatment of waste glass pane in burnable frame, collection for final disposal;waste treatment;Construction waste\Transformation -treatment of waste glass pane in burnable frame, collection for final disposal;waste treatment;Others\Obsolete -treatment of waste glass pane in burnable frame, sorting plant;waste treatment;Construction waste\Transformation -treatment of waste glass pane in burnable frame, sorting plant;waste treatment;Construction waste\Transformation -treatment of waste glass sheet, collection for final disposal;waste treatment;Construction waste\Transformation -treatment of waste glass sheet, collection for final disposal;waste treatment;Construction waste\Transformation -treatment of waste glass sheet, collection for final disposal Europe without;waste treatment;Construction waste\Transformation -treatment of waste glass sheet, sorting plant;waste treatment;Construction waste\Transformation -treatment of waste glass sheet, sorting plant;waste treatment;Construction waste\Transformation -treatment of waste glass sheet, sorting plant Europe without;waste treatment;Construction waste\Transformation -treatment of waste glass, inert material landfill;waste treatment;Landfill\Inert material landfill\Transformation -treatment of waste glass, municipal incineration;energy;Heat\Waste\Transformation -treatment of waste glass, municipal incineration;waste treatment;Incineration\Municipal incineration\Transformation -treatment of waste glass, municipal incineration;waste treatment;Incineration\Municipal incineration\Transformation -treatment of waste glass, municipal incineration Europe without;energy;Others\Obsolete -treatment of waste glass, municipal incineration Europe without;waste treatment;Others\Obsolete -treatment of waste glass, municipal incineration with fly ash extraction;energy;Heat\Waste\Transformation -treatment of waste glass, municipal incineration with fly ash extraction;waste treatment;Incineration\Municipal incineration\Transformation -treatment of waste glass, open burning;waste treatment;Construction waste\Transformation -treatment of waste glass, open dump, dry infiltration class (100mm);waste treatment;Construction waste\Transformation -treatment of waste glass, open dump, hyperarid infiltration class (-250mm);waste treatment;Construction waste\Transformation -treatment of waste glass, open dump, moist infiltration class (300mm);waste treatment;Construction waste\Transformation -treatment of waste glass, open dump, very wet infiltration class (1000mm);waste treatment;Construction waste\Transformation -treatment of waste glass, open dump, wet infiltration class (500mm);waste treatment;Construction waste\Transformation -treatment of waste glass, sanitary landfill;waste treatment;Construction waste\Transformation -treatment of waste glass, unsanitary landfill, dry infiltration class (100mm);waste treatment;Construction waste\Transformation -treatment of waste glass, unsanitary landfill, hyperarid infiltration class;waste treatment;Construction waste\Transformation -treatment of waste glass, unsanitary landfill, moist infiltration class (300mm);waste treatment;Construction waste\Transformation -treatment of waste glass, unsanitary landfill, very wet infiltration class;waste treatment;Construction waste\Transformation -treatment of waste glass, unsanitary landfill, wet infiltration class (500mm);waste treatment;Construction waste\Transformation -treatment of waste graphical paper, municipal incineration;energy;Electricity by fuel\Waste\Transformation -treatment of waste graphical paper, municipal incineration;energy;Heat\Waste\Transformation -treatment of waste graphical paper, municipal incineration;waste treatment;Incineration\Municipal incineration\Transformation -treatment of waste graphical paper, municipal incineration;waste treatment;Incineration\Municipal incineration\Transformation -treatment of waste graphical paper, municipal incineration Europe without;energy;Others\Obsolete -treatment of waste graphical paper, municipal incineration Europe without;energy;Others\Obsolete -treatment of waste graphical paper, municipal incineration Europe without;waste treatment;Others\Obsolete -treatment of waste graphical paper, municipal incineration with fly ash;energy;Electricity by fuel\Waste\Transformation -treatment of waste graphical paper, municipal incineration with fly ash;energy;Heat\Waste\Transformation -treatment of waste graphical paper, municipal incineration with fly ash;waste treatment;Incineration\Municipal incineration\Transformation -treatment of waste graphical paper, municipal incineration with fly ash;processing;Others\Obsolete -treatment of waste graphical paper, open burning;waste treatment;Paper+ Board\Transformation -treatment of waste graphical paper, open dump, dry infiltration class (100mm);waste treatment;Paper+ Board\Transformation -treatment of waste graphical paper, open dump, hyperarid infiltration class;waste treatment;Paper+ Board\Transformation -treatment of waste graphical paper, open dump, moist infiltration class (300mm);waste treatment;Paper+ Board\Transformation -treatment of waste graphical paper, open dump, very wet infiltration class;waste treatment;Paper+ Board\Transformation -treatment of waste graphical paper, open dump, wet infiltration class (500mm);waste treatment;Paper+ Board\Transformation -treatment of waste graphical paper, sanitary landfill;waste treatment;Landfill\Sanitary landfill\Transformation -treatment of waste graphical paper, sanitary landfill;waste treatment;Landfill\Sanitary landfill\Transformation -treatment of waste graphical paper, sanitary landfill Europe without;waste treatment;Others\Obsolete -treatment of waste graphical paper, unsanitary landfill, dry infiltration class;waste treatment;Paper+ Board\Transformation -treatment of waste graphical paper, unsanitary landfill, hyperarid infiltration;waste treatment;Paper+ Board\Transformation -treatment of waste graphical paper, unsanitary landfill, moist infiltration;waste treatment;Paper+ Board\Transformation -treatment of waste graphical paper, unsanitary landfill, very wet infiltration;waste treatment;Paper+ Board\Transformation -treatment of waste graphical paper, unsanitary landfill, wet infiltration class;waste treatment;Paper+ Board\Transformation -treatment of waste gypsum plasterboard, collection for final disposal;waste treatment;Construction waste\Transformation -treatment of waste gypsum plasterboard, recycling;waste treatment;Construction waste\Transformation -treatment of waste gypsum plasterboard, sorting plant;waste treatment;Construction waste\Transformation -treatment of waste gypsum plasterboard, sorting plant;waste treatment;Others\Obsolete -treatment of waste gypsum, inert material landfill;waste treatment;Landfill\Inert material landfill\Transformation -treatment of waste gypsum, inert material landfill;waste treatment;Landfill\Inert material landfill\Transformation -treatment of waste gypsum, inert material landfill Europe without;waste treatment;Landfill\Inert material landfill\Transformation -treatment of waste gypsum, sanitary landfill;waste treatment;Landfill\Sanitary landfill\Transformation -treatment of waste gypsum, sanitary landfill;waste treatment;Landfill\Sanitary landfill\Transformation -treatment of waste gypsum, sanitary landfill Europe without;waste treatment;Landfill\Sanitary landfill\Transformation -treatment of waste mineral oil, hazardous waste incineration;waste treatment;Incineration\Hazardous waste incineration\Transformation -treatment of waste mineral oil, hazardous waste incineration;waste treatment;Incineration\Hazardous waste incineration\Transformation -treatment of waste mineral oil, hazardous waste incineration Europe without;waste treatment;Incineration\Hazardous waste incineration\Transformation -treatment of waste mineral plaster, collection for final disposal;waste treatment;Construction waste\Transformation -treatment of waste mineral plaster, collection for final disposal;waste treatment;Construction waste\Transformation -treatment of waste mineral plaster, sorting plant;waste treatment;Construction waste\Transformation -treatment of waste mineral plaster, sorting plant;waste treatment;Construction waste\Transformation -treatment of waste mineral wool, collection for final disposal;waste treatment;Construction waste\Transformation -treatment of waste mineral wool, collection for final disposal;waste treatment;Construction waste\Transformation -treatment of waste mineral wool, collection for final disposal Europe without;waste treatment;Construction waste\Transformation -treatment of waste mineral wool, inert material landfill;waste treatment;Landfill\Inert material landfill\Transformation -treatment of waste mineral wool, inert material landfill;waste treatment;Landfill\Inert material landfill\Transformation -treatment of waste mineral wool, inert material landfill Europe without;waste treatment;Landfill\Inert material landfill\Transformation -treatment of waste mineral wool, recycling;waste treatment;Construction waste\Transformation -treatment of waste mineral wool, recycling;waste treatment;Construction waste\Transformation -treatment of waste mineral wool, recycling Europe without;waste treatment;Construction waste\Transformation -treatment of waste mineral wool, sorting plant;waste treatment;Construction waste\Transformation -treatment of waste mineral wool, sorting plant;waste treatment;Construction waste\Transformation -treatment of waste mineral wool, sorting plant Europe without;waste treatment;Construction waste\Transformation -treatment of waste natural gas, sour, burned in production flare;waste treatment;Others\Transformation -treatment of waste natural gas, sweet, burned in production flare;waste treatment;Others\Transformation -treatment of waste newspaper, municipal incineration;energy;Electricity by fuel\Waste\Transformation -treatment of waste newspaper, municipal incineration;energy;Heat\Waste\Transformation -treatment of waste newspaper, municipal incineration with fly ash extraction;energy;Electricity by fuel\Waste\Transformation -treatment of waste newspaper, municipal incineration with fly ash extraction;energy;Heat\Waste\Transformation -treatment of waste newspaper, municipal incineration with fly ash extraction;processing;Others\Obsolete -treatment of waste packaging paper, municipal incineration;energy;Electricity by fuel\Waste\Transformation -treatment of waste packaging paper, municipal incineration;energy;Heat\Waste\Transformation -treatment of waste packaging paper, municipal incineration with fly ash;energy;Electricity by fuel\Waste\Transformation -treatment of waste packaging paper, municipal incineration with fly ash;energy;Heat\Waste\Transformation -treatment of waste packaging paper, municipal incineration with fly ash;processing;Others\Obsolete -treatment of waste packaging paper, sanitary landfill;energy;Electricity by fuel\Waste\Transformation -treatment of waste packaging paper, sanitary landfill;energy;Heat\Waste\Transformation -treatment of waste paint on metal, collection for final disposal;waste treatment;Construction waste\Transformation -treatment of waste paint on metal, collection for final disposal;waste treatment;Construction waste\Transformation -treatment of waste paint on metal, sorting plant;waste treatment;Construction waste\Transformation -treatment of waste paint on metal, sorting plant;waste treatment;Construction waste\Transformation -treatment of waste paint on wall, collection for final disposal;waste treatment;Construction waste\Transformation -treatment of waste paint on wall, collection for final disposal;waste treatment;Construction waste\Transformation -treatment of waste paint on wall, sorting plant;waste treatment;Construction waste\Transformation -treatment of waste paint on wall, sorting plant;waste treatment;Construction waste\Transformation -treatment of waste paint on wood, collection for final disposal;waste treatment;Construction waste\Transformation -treatment of waste paint on wood, collection for final disposal;waste treatment;Construction waste\Transformation -treatment of waste paint, hazardous waste incineration;waste treatment;Incineration\Hazardous waste incineration\Transformation -treatment of waste paint, hazardous waste incineration;waste treatment;Incineration\Hazardous waste incineration\Transformation -treatment of waste paint, hazardous waste incineration Europe without;waste treatment;Incineration\Hazardous waste incineration\Transformation -treatment of waste paint, inert material landfill;waste treatment;Landfill\Inert material landfill\Transformation -treatment of waste paint, inert material landfill;waste treatment;Landfill\Inert material landfill\Transformation -treatment of waste paint, inert material landfill Europe without;waste treatment;Landfill\Inert material landfill\Transformation -treatment of waste paint, municipal incineration;energy;Electricity by fuel\Waste\Transformation -treatment of waste paint, municipal incineration;energy;Heat\Waste\Transformation -treatment of waste paint, municipal incineration;waste treatment;Incineration\Municipal incineration\Transformation -treatment of waste paint, municipal incineration;waste treatment;Incineration\Municipal incineration\Transformation -treatment of waste paint, municipal incineration Europe without;energy;Electricity by fuel\Waste\Transformation -treatment of waste paint, municipal incineration Europe without;energy;Heat\Waste\Transformation -treatment of waste paint, municipal incineration Europe without;waste treatment;Incineration\Municipal incineration\Transformation -treatment of waste paint, municipal incineration with fly ash extraction;energy;Electricity by fuel\Waste\Transformation -treatment of waste paint, municipal incineration with fly ash extraction;energy;Heat\Waste\Transformation -treatment of waste paint, municipal incineration with fly ash extraction;waste treatment;Incineration\Municipal incineration\Transformation -treatment of waste paint, municipal incineration with fly ash extraction;processing;Others\Obsolete -treatment of waste paint, sanitary landfill;waste treatment;Landfill\Sanitary landfill\Transformation -treatment of waste paint, sanitary landfill;waste treatment;Landfill\Sanitary landfill\Transformation -treatment of waste paint, sanitary landfill Europe without;waste treatment;Landfill\Sanitary landfill\Transformation -treatment of waste paper to pulp, wet lap, totally chlorine free bleached;material;Chemicals\Others\Transformation -treatment of waste paper to pulp, wet lap, totally chlorine free bleached;material;Chemicals\Others\Transformation -treatment of waste paper, unsorted, sorting;material;Paper+ Board\Waste paper\Transformation -treatment of waste paper, unsorted, sorting;material;Paper+ Board\Waste paper\Transformation -treatment of waste paper, unsorted, sorting Europe without;material;Paper+ Board\Waste paper\Transformation -treatment of waste paperboard, inert material landfill;waste treatment;Landfill\Inert material landfill\Transformation -treatment of waste paperboard, inert material landfill;waste treatment;Landfill\Inert material landfill\Transformation -treatment of waste paperboard, inert material landfill Europe without;waste treatment;Others\Obsolete -treatment of waste paperboard, municipal incineration;energy;Electricity by fuel\Waste\Transformation -treatment of waste paperboard, municipal incineration;energy;Heat\Waste\Transformation -treatment of waste paperboard, municipal incineration;waste treatment;Incineration\Municipal incineration\Transformation -treatment of waste paperboard, municipal incineration;waste treatment;Incineration\Municipal incineration\Transformation -treatment of waste paperboard, municipal incineration Europe without;energy;Others\Obsolete -treatment of waste paperboard, municipal incineration Europe without;energy;Others\Obsolete -treatment of waste paperboard, municipal incineration Europe without;waste treatment;Others\Obsolete -treatment of waste paperboard, municipal incineration with fly ash extraction;energy;Electricity by fuel\Waste\Transformation -treatment of waste paperboard, municipal incineration with fly ash extraction;energy;Heat\Waste\Transformation -treatment of waste paperboard, municipal incineration with fly ash extraction;waste treatment;Incineration\Municipal incineration\Transformation -treatment of waste paperboard, municipal incineration with fly ash extraction;processing;Others\Obsolete -treatment of waste paperboard, open burning;waste treatment;Paper+ Board\Transformation -treatment of waste paperboard, open dump, dry infiltration class (100mm);waste treatment;Paper+ Board\Transformation -treatment of waste paperboard, open dump, hyperarid infiltration class (-250mm);waste treatment;Paper+ Board\Transformation -treatment of waste paperboard, open dump, moist infiltration class (300mm);waste treatment;Paper+ Board\Transformation -treatment of waste paperboard, open dump, very wet infiltration class (1000mm);waste treatment;Paper+ Board\Transformation -treatment of waste paperboard, open dump, wet infiltration class (500mm);waste treatment;Paper+ Board\Transformation -treatment of waste paperboard, sanitary landfill;waste treatment;Landfill\Sanitary landfill\Transformation -treatment of waste paperboard, sanitary landfill;waste treatment;Landfill\Sanitary landfill\Transformation -treatment of waste paperboard, sanitary landfill Europe without;waste treatment;Others\Obsolete -treatment of waste paperboard, sorting plant;waste treatment;Others\Obsolete -treatment of waste paperboard, sorting plant;waste treatment;Others\Obsolete -treatment of waste paperboard, sorting plant Europe without;waste treatment;Others\Obsolete -treatment of waste paperboard, unsanitary landfill, dry infiltration class;waste treatment;Paper+ Board\Transformation -treatment of waste paperboard, unsanitary landfill, hyperarid infiltration;waste treatment;Paper+ Board\Transformation -treatment of waste paperboard, unsanitary landfill, moist infiltration class;waste treatment;Paper+ Board\Transformation -treatment of waste paperboard, unsanitary landfill, very wet infiltration class;waste treatment;Paper+ Board\Transformation -treatment of waste paperboard, unsanitary landfill, wet infiltration class;waste treatment;Paper+ Board\Transformation -treatment of waste paperboard, unsorted, sorting;material;Paper+ Board\Transformation -treatment of waste paperboard, unsorted, sorting;material;Paper+ Board\Transformation -treatment of waste plaster-cardboard sandwich, collection for final disposal;waste treatment;Paper+ Board\Transformation -treatment of waste plaster-cardboard sandwich, recycling;waste treatment;Paper+ Board\Transformation -treatment of waste plaster-cardboard sandwich, sorting plant;waste treatment;Paper+ Board\Transformation -treatment of waste plaster-cardboard sandwich, sorting plant;waste treatment;Others\Obsolete -treatment of waste plastic plaster, collection for final disposal;waste treatment;Paper+ Board\Transformation -treatment of waste plastic plaster, inert material landfill;waste treatment;Landfill\Inert material landfill -treatment of waste plastic plaster, inert material landfill;waste treatment;Landfill\Inert material landfill -treatment of waste plastic plaster, sanitary landfill;waste treatment;Landfill\Sanitary landfill -treatment of waste plastic plaster, sanitary landfill;waste treatment;Landfill\Sanitary landfill -treatment of waste plastic plaster, sorting plant;waste treatment;Paper+ Board\Transformation -treatment of waste plastic plaster, sorting plant;waste treatment;Others\Obsolete -treatment of waste plastic, consumer electronics, dismantling, sorting and;waste treatment;Plastics\Transformation -treatment of waste plastic, consumer electronics, manual dismantling, sorting;waste treatment;Plastics\Transformation -treatment of waste plastic, consumer electronics, municipal incineration;energy;Electricity by fuel\Waste\Transformation -treatment of waste plastic, consumer electronics, municipal incineration;energy;Heat\Waste\Transformation -treatment of waste plastic, consumer electronics, municipal incineration;waste treatment;Incineration\Municipal incineration\Transformation -treatment of waste plastic, consumer electronics, municipal incineration;waste treatment;Incineration\Municipal incineration\Transformation -treatment of waste plastic, consumer electronics, municipal incineration with;energy;Electricity by fuel\Waste\Transformation -treatment of waste plastic, consumer electronics, municipal incineration with;energy;Heat\Waste\Transformation -treatment of waste plastic, consumer electronics, municipal incineration with;waste treatment;Incineration\Municipal incineration\Transformation -treatment of waste plastic, consumer electronics, municipal incineration with;processing;Others\Obsolete -treatment of waste plastic, consumer electronics, open burning;waste treatment;Electronics Waste\Transformation -treatment of waste plastic, consumer electronics, sanitary landfill, wet;energy;Electricity by fuel\Waste\Transformation -treatment of waste plastic, consumer electronics, sanitary landfill, wet;energy;Heat\Waste\Transformation -treatment of waste plastic, consumer electronics, sanitary landfill, wet;waste treatment;Electronics Waste\Transformation -treatment of waste plastic, consumer electronics, unsanitary landfill, wet;waste treatment;Electronics Waste\Transformation -treatment of waste plastic, industrial electronics, municipal incineration;energy;Electricity by fuel\Waste\Transformation -treatment of waste plastic, industrial electronics, municipal incineration;energy;Heat\Waste\Transformation -treatment of waste plastic, industrial electronics, municipal incineration;waste treatment;Incineration\Municipal incineration\Transformation -treatment of waste plastic, industrial electronics, municipal incineration;waste treatment;Incineration\Municipal incineration\Transformation -treatment of waste plastic, industrial electronics, municipal incineration with;energy;Electricity by fuel\Waste\Transformation -treatment of waste plastic, industrial electronics, municipal incineration with;energy;Heat\Waste\Transformation -treatment of waste plastic, industrial electronics, municipal incineration with;waste treatment;Incineration\Municipal incineration\Transformation -treatment of waste plastic, industrial electronics, municipal incineration with;processing;Others\Obsolete -treatment of waste plastic, mixture, municipal incineration;energy;Electricity by fuel\Waste\Transformation -treatment of waste plastic, mixture, municipal incineration;energy;Heat\Waste\Transformation -treatment of waste plastic, mixture, municipal incineration;waste treatment;Incineration\Municipal incineration\Transformation -treatment of waste plastic, mixture, municipal incineration;waste treatment;Incineration\Municipal incineration\Transformation -treatment of waste plastic, mixture, municipal incineration Europe without;energy;Others\Obsolete -treatment of waste plastic, mixture, municipal incineration Europe without;energy;Others\Obsolete -treatment of waste plastic, mixture, municipal incineration Europe without;waste treatment;Others\Obsolete -treatment of waste plastic, mixture, municipal incineration with fly ash;energy;Electricity by fuel\Waste\Transformation -treatment of waste plastic, mixture, municipal incineration with fly ash;energy;Heat\Waste\Transformation -treatment of waste plastic, mixture, municipal incineration with fly ash;waste treatment;Incineration\Municipal incineration\Transformation -treatment of waste plastic, mixture, municipal incineration with fly ash;processing;Others\Obsolete -treatment of waste plastic, mixture, open burning;waste treatment;Plastics\Transformation -treatment of waste plastic, mixture, open dump, dry infiltration class (100mm);waste treatment;Plastics\Transformation -treatment of waste plastic, mixture, open dump, hyperarid infiltration class;waste treatment;Plastics\Transformation -treatment of waste plastic, mixture, open dump, moist infiltration class;waste treatment;Plastics\Transformation -treatment of waste plastic, mixture, open dump, very wet infiltration class;waste treatment;Plastics\Transformation -treatment of waste plastic, mixture, open dump, wet infiltration class (500mm);waste treatment;Plastics\Transformation -treatment of waste plastic, mixture, sanitary landfill;waste treatment;Landfill\Sanitary landfill\Transformation -treatment of waste plastic, mixture, sanitary landfill;waste treatment;Landfill\Sanitary landfill\Transformation -treatment of waste plastic, mixture, sanitary landfill Europe without;waste treatment;Others\Obsolete -treatment of waste plastic, mixture, unsanitary landfill, dry infiltration;waste treatment;Plastics\Transformation -treatment of waste plastic, mixture, unsanitary landfill, hyperarid;waste treatment;Plastics\Transformation -treatment of waste plastic, mixture, unsanitary landfill, moist infiltration;waste treatment;Plastics\Transformation -treatment of waste plastic, mixture, unsanitary landfill, very wet infiltration;waste treatment;Plastics\Transformation -treatment of waste plastic, mixture, unsanitary landfill, wet infiltration;waste treatment;Plastics\Transformation -treatment of waste polyethylene terephtalate, municipal incineration;energy;Others\Obsolete -treatment of waste polyethylene terephtalate, municipal incineration;energy;Others\Obsolete -treatment of waste polyethylene terephtalate, municipal incineration;waste treatment;Others\Obsolete -treatment of waste polyethylene terephtalate, municipal incineration;waste treatment;Others\Obsolete -treatment of waste polyethylene terephtalate, municipal incineration Europe;energy;Others\Obsolete -treatment of waste polyethylene terephtalate, municipal incineration Europe;energy;Others\Obsolete -treatment of waste polyethylene terephtalate, municipal incineration Europe;waste treatment;Others\Obsolete -treatment of waste polyethylene terephtalate, municipal incineration with fly;energy;Others\Obsolete -treatment of waste polyethylene terephtalate, municipal incineration with fly;energy;Others\Obsolete -treatment of waste polyethylene terephtalate, municipal incineration with fly;waste treatment;Others\Obsolete -treatment of waste polyethylene terephtalate, municipal incineration with fly;processing;Others\Obsolete -treatment of waste polyethylene terephtalate, sanitary landfill;waste treatment;Others\Obsolete -treatment of waste polyethylene terephtalate, sanitary landfill;waste treatment;Others\Obsolete -treatment of waste polyethylene terephtalate, sanitary landfill Europe without;waste treatment;Others\Obsolete -treatment of waste polyethylene terephthalate, for recycling, unsorted, sorting;material;Plastics\Recycling\Transformation -treatment of waste polyethylene terephthalate, for recycling, unsorted, sorting;material;Plastics\Recycling\Transformation -treatment of waste polyethylene terephthalate, for recycling, unsorted, sorting;material;Plastics\Recycling\Transformation -treatment of waste polyethylene terephthalate, for recycling, unsorted, sorting;material;Plastics\Recycling\Transformation -treatment of waste polyethylene terephthalate, municipal incineration;energy;Electricity by fuel\Waste\Transformation -treatment of waste polyethylene terephthalate, municipal incineration;energy;Heat\Waste\Transformation -treatment of waste polyethylene terephthalate, municipal incineration;waste treatment;Plastics\Transformation -treatment of waste polyethylene terephthalate, municipal incineration;waste treatment;Plastics\Transformation -treatment of waste polyethylene terephthalate, municipal incineration with fly;energy;Electricity by fuel\Waste\Transformation -treatment of waste polyethylene terephthalate, municipal incineration with fly;energy;Heat\Waste\Transformation -treatment of waste polyethylene terephthalate, municipal incineration with fly;waste treatment;Plastics\Transformation -treatment of waste polyethylene terephthalate, open burning;waste treatment;Plastics\Transformation -treatment of waste polyethylene terephthalate, open dump, dry infiltration;waste treatment;Plastics\Transformation -treatment of waste polyethylene terephthalate, open dump, hyperarid;waste treatment;Plastics\Transformation -treatment of waste polyethylene terephthalate, open dump, moist infiltration;waste treatment;Plastics\Transformation -treatment of waste polyethylene terephthalate, open dump, very wet infiltration;waste treatment;Plastics\Transformation -treatment of waste polyethylene terephthalate, open dump, wet infiltration;waste treatment;Plastics\Transformation -treatment of waste polyethylene terephthalate, sanitary landfill;waste treatment;Plastics\Transformation -treatment of waste polyethylene terephthalate, sanitary landfill;waste treatment;Plastics\Transformation -treatment of waste polyethylene terephthalate, unsanitary landfill, dry;waste treatment;Plastics\Transformation -treatment of waste polyethylene terephthalate, unsanitary landfill, hyperarid;waste treatment;Plastics\Transformation -treatment of waste polyethylene terephthalate, unsanitary landfill, moist;waste treatment;Plastics\Transformation -treatment of waste polyethylene terephthalate, unsanitary landfill, very wet;waste treatment;Plastics\Transformation -treatment of waste polyethylene terephthalate, unsanitary landfill, wet;waste treatment;Plastics\Transformation -treatment of waste polyethylene, for recycling, unsorted, sorting;waste treatment;Plastics\Transformation -treatment of waste polyethylene, for recycling, unsorted, sorting;waste treatment;Plastics\Transformation -treatment of waste polyethylene, for recycling, unsorted, sorting;waste treatment;Plastics\Transformation -treatment of waste polyethylene, for recycling, unsorted, sorting Europe;waste treatment;Plastics\Transformation -treatment of waste polyethylene, municipal incineration;energy;Electricity by fuel\Waste\Transformation -treatment of waste polyethylene, municipal incineration;energy;Heat\Waste\Transformation -treatment of waste polyethylene, municipal incineration;waste treatment;Incineration\Municipal incineration\Transformation -treatment of waste polyethylene, municipal incineration;waste treatment;Incineration\Municipal incineration\Transformation -treatment of waste polyethylene, municipal incineration Europe without;energy;Others\Obsolete -treatment of waste polyethylene, municipal incineration Europe without;energy;Others\Obsolete -treatment of waste polyethylene, municipal incineration Europe without;waste treatment;Others\Obsolete -treatment of waste polyethylene, municipal incineration with fly ash extraction;energy;Electricity by fuel\Waste\Transformation -treatment of waste polyethylene, municipal incineration with fly ash extraction;energy;Heat\Waste\Transformation -treatment of waste polyethylene, municipal incineration with fly ash extraction;waste treatment;Incineration\Municipal incineration\Transformation -treatment of waste polyethylene, municipal incineration with fly ash extraction;processing;Others\Obsolete -treatment of waste polyethylene, open burning;waste treatment;Plastics\Transformation -treatment of waste polyethylene, open dump, dry infiltration class (100mm);waste treatment;Plastics\Transformation -treatment of waste polyethylene, open dump, hyperarid infiltration class;waste treatment;Plastics\Transformation -treatment of waste polyethylene, open dump, moist infiltration class (300mm);waste treatment;Plastics\Transformation -treatment of waste polyethylene, open dump, very wet infiltration class;waste treatment;Plastics\Transformation -treatment of waste polyethylene, open dump, wet infiltration class (500mm);waste treatment;Plastics\Transformation -treatment of waste polyethylene, sanitary landfill;waste treatment;Landfill\Sanitary landfill\Transformation -treatment of waste polyethylene, sanitary landfill;waste treatment;Landfill\Sanitary landfill\Transformation -treatment of waste polyethylene, sanitary landfill Europe without;waste treatment;Others\Obsolete -treatment of waste polyethylene, unsanitary landfill, dry infiltration class;waste treatment;Plastics\Transformation -treatment of waste polyethylene, unsanitary landfill, hyperarid infiltration;waste treatment;Plastics\Transformation -treatment of waste polyethylene, unsanitary landfill, moist infiltration class;waste treatment;Plastics\Transformation -treatment of waste polyethylene, unsanitary landfill, very wet infiltration;waste treatment;Plastics\Transformation -treatment of waste polyethylene, unsanitary landfill, wet infiltration class;waste treatment;Plastics\Transformation -treatment of waste polyethylene/polypropylene product, collection for final;waste treatment;Landfill\Sanitary landfill\Transformation -treatment of waste polyethylene/polypropylene product, collection for final;waste treatment;Landfill\Sanitary landfill\Transformation -treatment of waste polyethylene/polypropylene product, collection for final;waste treatment;Landfill\Sanitary landfill\Transformation -treatment of waste polypropylene, municipal incineration;energy;Electricity by fuel\Waste\Transformation -treatment of waste polypropylene, municipal incineration;energy;Heat\Waste\Transformation -treatment of waste polypropylene, municipal incineration;waste treatment;Incineration\Municipal incineration\Transformation -treatment of waste polypropylene, municipal incineration;waste treatment;Incineration\Municipal incineration\Transformation -treatment of waste polypropylene, municipal incineration with fly ash;energy;Electricity by fuel\Waste\Transformation -treatment of waste polypropylene, municipal incineration with fly ash;energy;Heat\Waste\Transformation -treatment of waste polypropylene, municipal incineration with fly ash;waste treatment;Incineration\Municipal incineration\Transformation -treatment of waste polypropylene, municipal incineration with fly ash;processing;Others\Obsolete -treatment of waste polypropylene, open burning;waste treatment;Plastics\Transformation -treatment of waste polypropylene, open dump, dry infiltration class (100mm);waste treatment;Plastics\Transformation -treatment of waste polypropylene, open dump, hyperarid infiltration class;waste treatment;Plastics\Transformation -treatment of waste polypropylene, open dump, moist infiltration class (300mm);waste treatment;Plastics\Transformation -treatment of waste polypropylene, open dump, very wet infiltration class;waste treatment;Plastics\Transformation -treatment of waste polypropylene, open dump, wet infiltration class (500mm);waste treatment;Plastics\Transformation -treatment of waste polypropylene, sanitary landfill;waste treatment;Landfill\Sanitary landfill\Transformation -treatment of waste polypropylene, sanitary landfill;waste treatment;Landfill\Sanitary landfill\Transformation -treatment of waste polypropylene, unsanitary landfill, dry infiltration class;waste treatment;Plastics\Transformation -treatment of waste polypropylene, unsanitary landfill, hyperarid infiltration;waste treatment;Plastics\Transformation -treatment of waste polypropylene, unsanitary landfill, moist infiltration class;waste treatment;Plastics\Transformation -treatment of waste polypropylene, unsanitary landfill, very wet infiltration;waste treatment;Plastics\Transformation -treatment of waste polypropylene, unsanitary landfill, wet infiltration class;waste treatment;Plastics\Transformation -treatment of waste polystyrene isolation, flame-retardant, collection for final;waste treatment;Construction waste\Transformation -treatment of waste polystyrene isolation, flame-retardant, collection for final;waste treatment;Construction waste\Transformation -treatment of waste polystyrene isolation, flame-retardant, collection for final;waste treatment;Construction waste\Transformation -treatment of waste polystyrene, municipal incineration;energy;Electricity by fuel\Waste\Transformation -treatment of waste polystyrene, municipal incineration;energy;Heat\Waste\Transformation -treatment of waste polystyrene, municipal incineration;waste treatment;Incineration\Municipal incineration\Transformation -treatment of waste polystyrene, municipal incineration;waste treatment;Incineration\Municipal incineration\Transformation -treatment of waste polystyrene, municipal incineration Europe without;energy;Others\Obsolete -treatment of waste polystyrene, municipal incineration Europe without;energy;Others\Obsolete -treatment of waste polystyrene, municipal incineration Europe without;waste treatment;Others\Obsolete -treatment of waste polystyrene, municipal incineration with fly ash extraction;energy;Electricity by fuel\Waste\Transformation -treatment of waste polystyrene, municipal incineration with fly ash extraction;energy;Heat\Waste\Transformation -treatment of waste polystyrene, municipal incineration with fly ash extraction;waste treatment;Incineration\Municipal incineration\Transformation -treatment of waste polystyrene, municipal incineration with fly ash extraction;processing;Others\Obsolete -treatment of waste polystyrene, open burning;waste treatment;Plastics\Transformation -treatment of waste polystyrene, open dump, dry infiltration class (100mm);waste treatment;Plastics\Transformation -treatment of waste polystyrene, open dump, hyperarid infiltration class;waste treatment;Plastics\Transformation -treatment of waste polystyrene, open dump, moist infiltration class (300mm);waste treatment;Plastics\Transformation -treatment of waste polystyrene, open dump, very wet infiltration class (1000mm);waste treatment;Plastics\Transformation -treatment of waste polystyrene, open dump, wet infiltration class (500mm);waste treatment;Plastics\Transformation -treatment of waste polystyrene, sanitary landfill;waste treatment;Landfill\Sanitary landfill\Transformation -treatment of waste polystyrene, sanitary landfill;waste treatment;Landfill\Sanitary landfill\Transformation -treatment of waste polystyrene, sanitary landfill Europe without;waste treatment;Others\Obsolete -treatment of waste polystyrene, unsanitary landfill, dry infiltration class;waste treatment;Plastics\Transformation -treatment of waste polystyrene, unsanitary landfill, hyperarid infiltration;waste treatment;Plastics\Transformation -treatment of waste polystyrene, unsanitary landfill, moist infiltration class;waste treatment;Plastics\Transformation -treatment of waste polystyrene, unsanitary landfill, very wet infiltration;waste treatment;Plastics\Transformation -treatment of waste polystyrene, unsanitary landfill, wet infiltration class;waste treatment;Plastics\Transformation -treatment of waste polyurethane foam, collection for final disposal;waste treatment;Construction waste\Transformation -treatment of waste polyurethane foam, collection for final disposal;waste treatment;Construction waste\Transformation -treatment of waste polyurethane seal, collection for final disposal;waste treatment;Construction waste\Transformation -treatment of waste polyurethane seal, collection for final disposal;waste treatment;Construction waste\Transformation -treatment of waste polyurethane seal, sorting plant;waste treatment;Construction waste\Transformation -treatment of waste polyurethane seal, sorting plant;waste treatment;Construction waste\Transformation -treatment of waste polyurethane, inert material landfill;waste treatment;Landfill\Inert material landfill\Transformation -treatment of waste polyurethane, inert material landfill;waste treatment;Landfill\Inert material landfill\Transformation -treatment of waste polyurethane, inert material landfill Europe without;waste treatment;Others\Obsolete -treatment of waste polyurethane, municipal incineration;energy;Electricity by fuel\Waste\Transformation -treatment of waste polyurethane, municipal incineration;energy;Heat\Waste\Transformation -treatment of waste polyurethane, municipal incineration;waste treatment;Incineration\Municipal incineration\Transformation -treatment of waste polyurethane, municipal incineration;waste treatment;Incineration\Municipal incineration\Transformation -treatment of waste polyurethane, municipal incineration Europe without;energy;Others\Obsolete -treatment of waste polyurethane, municipal incineration Europe without;energy;Others\Obsolete -treatment of waste polyurethane, municipal incineration Europe without;waste treatment;Others\Obsolete -treatment of waste polyurethane, municipal incineration with fly ash extraction;energy;Electricity by fuel\Waste\Transformation -treatment of waste polyurethane, municipal incineration with fly ash extraction;energy;Heat\Waste\Transformation -treatment of waste polyurethane, municipal incineration with fly ash extraction;waste treatment;Incineration\Municipal incineration\Transformation -treatment of waste polyurethane, municipal incineration with fly ash extraction;processing;Others\Obsolete -treatment of waste polyurethane, open burning;waste treatment;Plastics\Transformation -treatment of waste polyurethane, open dump, dry infiltration class (100mm);waste treatment;Plastics\Transformation -treatment of waste polyurethane, open dump, hyperarid infiltration class;waste treatment;Plastics\Transformation -treatment of waste polyurethane, open dump, moist infiltration class (300mm);waste treatment;Plastics\Transformation -treatment of waste polyurethane, open dump, very wet infiltration class;waste treatment;Plastics\Transformation -treatment of waste polyurethane, open dump, wet infiltration class (500mm);waste treatment;Plastics\Transformation -treatment of waste polyurethane, sanitary landfill;waste treatment;Landfill\Sanitary landfill\Transformation -treatment of waste polyurethane, sanitary landfill;waste treatment;Landfill\Sanitary landfill\Transformation -treatment of waste polyurethane, sanitary landfill Europe without;waste treatment;Others\Obsolete -treatment of waste polyurethane, unsanitary landfill, dry infiltration class;waste treatment;Plastics\Transformation -treatment of waste polyurethane, unsanitary landfill, hyperarid infiltration;waste treatment;Plastics\Transformation -treatment of waste polyurethane, unsanitary landfill, moist infiltration class;waste treatment;Plastics\Transformation -treatment of waste polyurethane, unsanitary landfill, very wet infiltration;waste treatment;Plastics\Transformation -treatment of waste polyurethane, unsanitary landfill, wet infiltration class;waste treatment;Plastics\Transformation -treatment of waste polyvinylchloride product, collection for final disposal;waste treatment;Construction waste\Transformation -treatment of waste polyvinylchloride product, collection for final disposal;waste treatment;Construction waste\Transformation -treatment of waste polyvinylchloride product, collection for final disposal;waste treatment;Construction waste\Transformation -treatment of waste polyvinylchloride, municipal incineration;energy;Electricity by fuel\Waste\Transformation -treatment of waste polyvinylchloride, municipal incineration;energy;Heat\Waste\Transformation -treatment of waste polyvinylchloride, municipal incineration;waste treatment;Incineration\Municipal incineration\Transformation -treatment of waste polyvinylchloride, municipal incineration;waste treatment;Incineration\Municipal incineration\Transformation -treatment of waste polyvinylchloride, municipal incineration Europe without;energy;Others\Obsolete -treatment of waste polyvinylchloride, municipal incineration Europe without;energy;Others\Obsolete -treatment of waste polyvinylchloride, municipal incineration Europe without;waste treatment;Others\Obsolete -treatment of waste polyvinylchloride, municipal incineration with fly ash;energy;Electricity by fuel\Waste\Transformation -treatment of waste polyvinylchloride, municipal incineration with fly ash;energy;Heat\Waste\Transformation -treatment of waste polyvinylchloride, municipal incineration with fly ash;waste treatment;Incineration\Municipal incineration\Transformation -treatment of waste polyvinylchloride, municipal incineration with fly ash;processing;Others\Obsolete -treatment of waste polyvinylchloride, open burning;waste treatment;Plastics\Transformation -treatment of waste polyvinylchloride, open dump, dry infiltration class (100mm);waste treatment;Plastics\Transformation -treatment of waste polyvinylchloride, open dump, hyperarid infiltration class;waste treatment;Plastics\Transformation -treatment of waste polyvinylchloride, open dump, moist infiltration class;waste treatment;Plastics\Transformation -treatment of waste polyvinylchloride, open dump, very wet infiltration class;waste treatment;Plastics\Transformation -treatment of waste polyvinylchloride, open dump, wet infiltration class (500mm);waste treatment;Plastics\Transformation -treatment of waste polyvinylchloride, sanitary landfill;waste treatment;Landfill\Sanitary landfill\Transformation -treatment of waste polyvinylchloride, sanitary landfill;waste treatment;Landfill\Sanitary landfill\Transformation -treatment of waste polyvinylchloride, sanitary landfill Europe without;waste treatment;Others\Obsolete -treatment of waste polyvinylchloride, unsanitary landfill, dry infiltration;waste treatment;Plastics\Transformation -treatment of waste polyvinylchloride, unsanitary landfill, hyperarid;waste treatment;Plastics\Transformation -treatment of waste polyvinylchloride, unsanitary landfill, moist infiltration;waste treatment;Plastics\Transformation -treatment of waste polyvinylchloride, unsanitary landfill, very wet;waste treatment;Plastics\Transformation -treatment of waste polyvinylchloride, unsanitary landfill, wet infiltration;waste treatment;Plastics\Transformation -treatment of waste polyvinylfluoride, municipal incineration;energy;Electricity by fuel\Waste\Transformation -treatment of waste polyvinylfluoride, municipal incineration;energy;Heat\Waste\Transformation -treatment of waste polyvinylfluoride, municipal incineration;waste treatment;Incineration\Municipal incineration\Transformation -treatment of waste polyvinylfluoride, municipal incineration;waste treatment;Incineration\Municipal incineration\Transformation -treatment of waste polyvinylfluoride, municipal incineration with fly ash;energy;Electricity by fuel\Waste\Transformation -treatment of waste polyvinylfluoride, municipal incineration with fly ash;energy;Heat\Waste\Transformation -treatment of waste polyvinylfluoride, municipal incineration with fly ash;waste treatment;Incineration\Municipal incineration\Transformation -treatment of waste polyvinylfluoride, municipal incineration with fly ash;processing;Others\Obsolete -treatment of waste refinery gas, burned in flare;waste treatment;Others\Transformation -treatment of waste reinforced concrete, collection for final disposal;waste treatment;Construction waste\Transformation -treatment of waste reinforced concrete, collection for final disposal;waste treatment;Construction waste\Transformation -treatment of waste reinforced concrete, collection for final disposal Europe;waste treatment;Construction waste\Transformation -treatment of waste reinforced concrete, recycling;waste treatment;Construction waste\Transformation -treatment of waste reinforced concrete, recycling;waste treatment;Construction waste\Transformation -treatment of waste reinforced concrete, recycling Europe without;waste treatment;Construction waste\Transformation -treatment of waste reinforced concrete, sorting plant;waste treatment;Construction waste\Transformation -treatment of waste reinforced concrete, sorting plant;waste treatment;Construction waste\Transformation -treatment of waste reinforced concrete, sorting plant Europe without;waste treatment;Construction waste\Transformation -treatment of waste reinforced plasterboard, collection for final disposal;waste treatment;Construction waste\Transformation -treatment of waste reinforced plasterboard, recycling;waste treatment;Construction waste\Transformation -treatment of waste reinforced plasterboard, sorting plant;waste treatment;Construction waste\Transformation -treatment of waste reinforced plasterboard, sorting plant;waste treatment;Others\Obsolete -treatment of waste reinforcement steel, collection for final disposal;waste treatment;Construction waste\Transformation -treatment of waste reinforcement steel, collection for final disposal;waste treatment;Construction waste\Transformation -treatment of waste reinforcement steel, recycling;waste treatment;Construction waste\Transformation -treatment of waste reinforcement steel, recycling;waste treatment;Construction waste\Transformation -treatment of waste reinforcement steel, sorting plant;waste treatment;Construction waste\Transformation -treatment of waste reinforcement steel, sorting plant;waste treatment;Construction waste\Transformation -treatment of waste rubber, unspecified, municipal incineration;energy;Electricity by fuel\Waste\Transformation -treatment of waste rubber, unspecified, municipal incineration;energy;Heat\Waste\Transformation -treatment of waste rubber, unspecified, municipal incineration;waste treatment;Incineration\Municipal incineration\Transformation -treatment of waste rubber, unspecified, municipal incineration;waste treatment;Incineration\Municipal incineration\Transformation -treatment of waste rubber, unspecified, municipal incineration Europe without;energy;Electricity by fuel\Waste\Transformation -treatment of waste rubber, unspecified, municipal incineration Europe without;energy;Heat\Waste\Transformation -treatment of waste rubber, unspecified, municipal incineration Europe without;waste treatment;Incineration\Municipal incineration\Transformation -treatment of waste rubber, unspecified, municipal incineration with fly ash;energy;Electricity by fuel\Waste\Transformation -treatment of waste rubber, unspecified, municipal incineration with fly ash;energy;Heat\Waste\Transformation -treatment of waste rubber, unspecified, municipal incineration with fly ash;waste treatment;Incineration\Municipal incineration\Transformation -treatment of waste rubber, unspecified, municipal incineration with fly ash;processing;Others\Obsolete -treatment of waste sealing sheet, polyethylene, municipal incineration;energy;Electricity by fuel\Waste\Transformation -treatment of waste sealing sheet, polyethylene, municipal incineration;energy;Heat\Waste\Transformation -treatment of waste sealing sheet, polyethylene, municipal incineration;waste treatment;Incineration\Municipal incineration\Transformation -treatment of waste sealing sheet, polyethylene, municipal incineration;waste treatment;Incineration\Municipal incineration\Transformation -treatment of waste sealing sheet, polyethylene, municipal incineration with fly;energy;Electricity by fuel\Waste\Transformation -treatment of waste sealing sheet, polyethylene, municipal incineration with fly;energy;Heat\Waste\Transformation -treatment of waste sealing sheet, polyethylene, municipal incineration with fly;waste treatment;Incineration\Municipal incineration\Transformation -treatment of waste sealing sheet, polyethylene, municipal incineration with fly;processing;Others\Obsolete -treatment of waste sealing sheet, polyvinylchloride, municipal incineration;energy;Electricity by fuel\Waste\Transformation -treatment of waste sealing sheet, polyvinylchloride, municipal incineration;energy;Electricity by fuel\Waste\Transformation -treatment of waste sealing sheet, polyvinylchloride, municipal incineration;energy;Heat\Waste\Transformation -treatment of waste sealing sheet, polyvinylchloride, municipal incineration;energy;Heat\Waste\Transformation -treatment of waste sealing sheet, polyvinylchloride, municipal incineration;waste treatment;Incineration\Municipal incineration\Transformation -treatment of waste sealing sheet, polyvinylchloride, municipal incineration;waste treatment;Incineration\Municipal incineration\Transformation -treatment of waste sealing sheet, polyvinylchloride, municipal incineration;waste treatment;Incineration\Municipal incineration\Transformation -treatment of waste sealing sheet, polyvinylchloride, municipal incineration;processing;Others\Obsolete -treatment of waste textile, soiled, municipal incineration;energy;Electricity by fuel\Waste\Transformation -treatment of waste textile, soiled, municipal incineration;energy;Heat\Waste\Transformation -treatment of waste textile, soiled, municipal incineration;waste treatment;Incineration\Municipal incineration\Transformation -treatment of waste textile, soiled, municipal incineration;waste treatment;Incineration\Municipal incineration\Transformation -treatment of waste textile, soiled, municipal incineration with fly ash;energy;Electricity by fuel\Waste\Transformation -treatment of waste textile, soiled, municipal incineration with fly ash;energy;Heat\Waste\Transformation -treatment of waste textile, soiled, municipal incineration with fly ash;waste treatment;Incineration\Municipal incineration\Transformation -treatment of waste textile, soiled, municipal incineration with fly ash;processing;Others\Obsolete -treatment of waste vapour barrier, flame-retarded, municipal incineration;energy;Electricity by fuel\Waste\Transformation -treatment of waste vapour barrier, flame-retarded, municipal incineration;energy;Heat\Waste\Transformation -treatment of waste vapour barrier, flame-retarded, municipal incineration;waste treatment;Construction waste\Transformation -treatment of waste vapour barrier, flame-retarded, municipal incineration;waste treatment;Construction waste\Transformation -treatment of waste vapour barrier, flame-retarded, municipal incineration with;energy;Electricity by fuel\Waste\Transformation -treatment of waste vapour barrier, flame-retarded, municipal incineration with;energy;Heat\Waste\Transformation -treatment of waste vapour barrier, flame-retarded, municipal incineration with;waste treatment;Construction waste\Transformation -treatment of waste vapour barrier, flame-retarded, municipal incineration with;processing;Others\Obsolete -treatment of waste wire plastic, municipal incineration;energy;Electricity by fuel\Waste\Transformation -treatment of waste wire plastic, municipal incineration;energy;Heat\Waste\Transformation -treatment of waste wire plastic, municipal incineration;waste treatment;Incineration\Municipal incineration\Transformation -treatment of waste wire plastic, municipal incineration;waste treatment;Incineration\Municipal incineration\Transformation -treatment of waste wire plastic, municipal incineration with fly ash extraction;energy;Electricity by fuel\Waste\Transformation -treatment of waste wire plastic, municipal incineration with fly ash extraction;energy;Heat\Waste\Transformation -treatment of waste wire plastic, municipal incineration with fly ash extraction;waste treatment;Incineration\Municipal incineration\Transformation -treatment of waste wire plastic, municipal incineration with fly ash extraction;processing;Others\Obsolete -treatment of waste wood pole, chrome preserved, municipal incineration;energy;Electricity by fuel\Waste\Transformation -treatment of waste wood pole, chrome preserved, municipal incineration;energy;Heat\Waste\Transformation -treatment of waste wood pole, chrome preserved, municipal incineration;waste treatment;Incineration\Municipal incineration\Transformation -treatment of waste wood pole, chrome preserved, municipal incineration;waste treatment;Incineration\Municipal incineration\Transformation -treatment of waste wood pole, chrome preserved, municipal incineration with fly;energy;Electricity by fuel\Waste\Transformation -treatment of waste wood pole, chrome preserved, municipal incineration with fly;energy;Heat\Waste\Transformation -treatment of waste wood pole, chrome preserved, municipal incineration with fly;waste treatment;Incineration\Municipal incineration\Transformation -treatment of waste wood pole, chrome preserved, municipal incineration with fly;processing;Others\Obsolete -treatment of waste wood, post-consumer, sorting and shredding;waste treatment;Wood\Transformation -treatment of waste wood, post-consumer, sorting and shredding;waste treatment;Wood\Transformation -treatment of waste wood, untreated, municipal incineration;energy;Electricity by fuel\Waste\Transformation -treatment of waste wood, untreated, municipal incineration;energy;Heat\Waste\Transformation -treatment of waste wood, untreated, municipal incineration;waste treatment;Incineration\Municipal incineration\Transformation -treatment of waste wood, untreated, municipal incineration;waste treatment;Incineration\Municipal incineration\Transformation -treatment of waste wood, untreated, municipal incineration with fly ash;energy;Electricity by fuel\Waste\Transformation -treatment of waste wood, untreated, municipal incineration with fly ash;energy;Heat\Waste\Transformation -treatment of waste wood, untreated, municipal incineration with fly ash;waste treatment;Incineration\Municipal incineration\Transformation -treatment of waste wood, untreated, municipal incineration with fly ash;processing;Others\Obsolete -treatment of waste wood, untreated, open burning;waste treatment;Wood\Transformation -treatment of waste wood, untreated, open dump, dry infiltration class (100mm);waste treatment;Wood\Transformation -treatment of waste wood, untreated, open dump, hyperarid infiltration class;waste treatment;Wood\Transformation -treatment of waste wood, untreated, open dump, moist infiltration class (300mm);waste treatment;Wood\Transformation -treatment of waste wood, untreated, open dump, very wet infiltration class;waste treatment;Wood\Transformation -treatment of waste wood, untreated, open dump, wet infiltration class (500mm);waste treatment;Wood\Transformation -treatment of waste wood, untreated, sanitary landfill;waste treatment;Landfill\Sanitary landfill\Transformation -treatment of waste wood, untreated, sanitary landfill;waste treatment;Landfill\Sanitary landfill\Transformation -treatment of waste wood, untreated, sanitary landfill Europe without;waste treatment;Others\Obsolete -treatment of waste wood, untreated, unsanitary landfill, dry infiltration class;waste treatment;Wood\Transformation -treatment of waste wood, untreated, unsanitary landfill, hyperarid infiltration;waste treatment;Wood\Transformation -treatment of waste wood, untreated, unsanitary landfill, moist infiltration;waste treatment;Wood\Transformation -treatment of waste wood, untreated, unsanitary landfill, very wet infiltration;waste treatment;Wood\Transformation -treatment of waste wood, untreated, unsanitary landfill, wet infiltration class;waste treatment;Wood\Transformation -treatment of waste x-ray film;material;Metals\Non ferro\Transformation -treatment of waste x-ray film;waste treatment;Others\Transformation -treatment of waste yarn and waste textile, unsanitary landfill;waste treatment;Others\Transformation -treatment of waste yarn and waste textile, unsanitary landfill;waste treatment;Others\Transformation -treatment of waste zeolite, inert material landfill;waste treatment;Landfill\Inert material landfill\Transformation -treatment of waste zeolite, inert material landfill;waste treatment;Landfill\Inert material landfill\Transformation -treatment of waste, electrical and electronic cables, open burning;waste treatment;Electronics Waste\Transformation -treatment of waste, electrical and electronic cables, open burning;waste treatment;Electronics Waste\Transformation -treatment of waste, from silicon wafer production, inorganic, residual material;waste treatment;Landfill\Residual material landfill\Transformation -treatment of waste, from silicon wafer production, inorganic, residual material;waste treatment;Landfill\Residual material landfill\Transformation -treatment of waste, from silicon wafer production, underground deposit;waste treatment;Others\Transformation -treatment of waste, from silicon wafer production, underground deposit;waste treatment;Others\Transformation -treatment of waste, pneumatic tyres, open burning;waste treatment;Others\Transformation -treatment of waste, pneumatic tyres, open burning;waste treatment;Others\Transformation -treatment of wastewater from anaerobic digestion of whey, capacity 1E9l/year;waste treatment;Wastewater Treatment\Transformation -treatment of wastewater from anaerobic digestion of whey, capacity 1E9l/year;waste treatment;Wastewater Treatment\Transformation -treatment of wastewater from black chrome coating, capacity 1.1E10l/year;waste treatment;Wastewater Treatment\Transformation -treatment of wastewater from black chrome coating, capacity 1.1E10l/year;waste treatment;Wastewater Treatment\Transformation -treatment of wastewater from cathode ray tube production, capacity 1.1E10l/year;waste treatment;Wastewater Treatment\Transformation -treatment of wastewater from cathode ray tube production, capacity 1.1E10l/year;waste treatment;Wastewater Treatment\Transformation -treatment of wastewater from ceramic production, capacity 5E9l/year;waste treatment;Wastewater Treatment\Transformation -treatment of wastewater from ceramic production, capacity 5E9l/year;waste treatment;Wastewater Treatment\Transformation -treatment of wastewater from concrete production, capacity 5E9l/year;waste treatment;Wastewater Treatment\Transformation -treatment of wastewater from concrete production, capacity 5E9l/year;waste treatment;Wastewater Treatment\Transformation -treatment of wastewater from glass production, capacity 1.1E10l/year;waste treatment;Wastewater Treatment\Transformation -treatment of wastewater from glass production, capacity 1.1E10l/year;waste treatment;Wastewater Treatment\Transformation -treatment of wastewater from grass refinery, capacity 5E9l/year;waste treatment;Wastewater Treatment\Transformation -treatment of wastewater from grass refinery, capacity 5E9l/year;waste treatment;Wastewater Treatment\Transformation -treatment of wastewater from ground granulated blast furnace slag production;waste treatment;Wastewater Treatment\Transformation -treatment of wastewater from ground granulated blast furnace slag production;waste treatment;Wastewater Treatment\Transformation -treatment of wastewater from hard fibreboard production, capacity 5E9l/year;waste treatment;Wastewater Treatment\Transformation -treatment of wastewater from hard fibreboard production, capacity 5E9l/year;waste treatment;Wastewater Treatment\Transformation -treatment of wastewater from liquid crystal display backlight production,;waste treatment;Wastewater Treatment\Transformation -treatment of wastewater from liquid crystal display backlight production,;waste treatment;Wastewater Treatment\Transformation -treatment of wastewater from liquid crystal display production, capacity;waste treatment;Wastewater Treatment\Transformation -treatment of wastewater from liquid crystal display production, capacity;waste treatment;Wastewater Treatment\Transformation -treatment of wastewater from liquid crystal production, capacity 1.1E10l/year;waste treatment;Wastewater Treatment\Transformation -treatment of wastewater from liquid crystal production, capacity 1.1E10l/year;waste treatment;Wastewater Treatment\Transformation -treatment of wastewater from lorry production, capacity 4.7E10l/year;waste treatment;Wastewater Treatment\Transformation -treatment of wastewater from lorry production, capacity 4.7E10l/year;waste treatment;Wastewater Treatment\Transformation -treatment of wastewater from maize starch production, capacity 1.1E10l/year;waste treatment;Wastewater Treatment\Transformation -treatment of wastewater from maize starch production, capacity 1.1E10l/year;waste treatment;Wastewater Treatment\Transformation -treatment of wastewater from medium density fibreboard production, capacity;waste treatment;Wastewater Treatment\Transformation -treatment of wastewater from medium density fibreboard production, capacity;waste treatment;Wastewater Treatment\Transformation -treatment of wastewater from particle board production, capacity 5E9l/year;waste treatment;Wastewater Treatment\Transformation -treatment of wastewater from particle board production, capacity 5E9l/year;waste treatment;Wastewater Treatment\Transformation -treatment of wastewater from pig iron production, capacity 5E9l/year;waste treatment;Wastewater Treatment\Transformation -treatment of wastewater from pig iron production, capacity 5E9l/year;waste treatment;Wastewater Treatment\Transformation -treatment of wastewater from pig iron production, capacity 5E9l/year Europe;waste treatment;Wastewater Treatment\Transformation -treatment of wastewater from plywood production, capacity 5E9l/year;waste treatment;Wastewater Treatment\Transformation -treatment of wastewater from plywood production, capacity 5E9l/year;waste treatment;Wastewater Treatment\Transformation -treatment of wastewater from potato starch production, capacity 1.1E10l/year;waste treatment;Wastewater Treatment\Transformation -treatment of wastewater from potato starch production, capacity 1.1E10l/year;waste treatment;Wastewater Treatment\Transformation -treatment of wastewater from PV cell production, capacity 5E9l/year;waste treatment;Wastewater Treatment\Transformation -treatment of wastewater from PV cell production, capacity 5E9l/year;waste treatment;Wastewater Treatment\Transformation -treatment of wastewater from soft fibreboard production, capacity 5E9l/year;waste treatment;Wastewater Treatment\Transformation -treatment of wastewater from soft fibreboard production, capacity 5E9l/year;waste treatment;Wastewater Treatment\Transformation -treatment of wastewater from tube collector production, capacity 1.1E10l/year;waste treatment;Wastewater Treatment\Transformation -treatment of wastewater from tube collector production, capacity 1.1E10l/year;waste treatment;Wastewater Treatment\Transformation -treatment of wastewater from vegetable oil refinery;waste treatment;Wastewater Treatment\Transformation -treatment of wastewater from wafer fabrication, capacity 1.1E10l/year;waste treatment;Wastewater Treatment\Transformation -treatment of wastewater from wafer fabrication, capacity 1.1E10l/year;waste treatment;Wastewater Treatment\Transformation -treatment of wastewater, average, capacity 1.1E10l/year;waste treatment;Wastewater Treatment\Transformation -treatment of wastewater, average, capacity 1.1E10l/year;waste treatment;Wastewater Treatment\Transformation -treatment of wastewater, average, capacity 1.1E10l/year;waste treatment;Others\Obsolete -treatment of wastewater, average, capacity 1.6E8l/year;waste treatment;Wastewater Treatment\Transformation -treatment of wastewater, average, capacity 1.6E8l/year;waste treatment;Wastewater Treatment\Transformation -treatment of wastewater, average, capacity 1.6E8l/year;waste treatment;Others\Obsolete -treatment of wastewater, average, capacity 1E9l/year;waste treatment;Wastewater Treatment\Transformation -treatment of wastewater, average, capacity 1E9l/year;waste treatment;Wastewater Treatment\Transformation -treatment of wastewater, average, capacity 1E9l/year;waste treatment;Wastewater Treatment\Transformation -treatment of wastewater, average, capacity 1E9l/year Europe without;waste treatment;Wastewater Treatment\Transformation -treatment of wastewater, average, capacity 4.7E10l/year;waste treatment;Wastewater Treatment\Transformation -treatment of wastewater, average, capacity 4.7E10l/year;waste treatment;Wastewater Treatment\Transformation -treatment of wastewater, average, capacity 4.7E10l/year;waste treatment;Others\Obsolete -treatment of wastewater, average, capacity 5E9l/year;waste treatment;Wastewater Treatment\Transformation -treatment of wastewater, average, capacity 5E9l/year;waste treatment;Wastewater Treatment\Transformation -treatment of wastewater, average, capacity 5E9l/year;waste treatment;Others\Obsolete -treatment of wastewater, from residence, capacity 1.1E10l/year;waste treatment;Wastewater Treatment\Transformation -treatment of wastewater, from residence, capacity 1.1E10l/year;waste treatment;Wastewater Treatment\Transformation -treatment of wastewater, unpolluted, capacity 5E9l/year;waste treatment;Wastewater Treatment\Transformation -treatment of wastewater, unpolluted, capacity 5E9l/year;waste treatment;Wastewater Treatment\Transformation -treatment of wastewater, unpolluted, from residence, capacity 1.1E10l/year;waste treatment;Wastewater Treatment\Transformation -treatment of wastewater, unpolluted, from residence, capacity 1.1E10l/year;waste treatment;Wastewater Treatment\Transformation -treatment of water discharge from petroleum extraction, offshore;waste treatment;Wastewater Treatment\Transformation -treatment of water discharge from petroleum/natural gas extraction, onshore;waste treatment;Wastewater Treatment\Transformation -treatment of wood ash mixture, pure, landfarming;waste treatment;Landfarming\Transformation -treatment of wood ash mixture, pure, landfarming;waste treatment;Landfarming\Transformation -treatment of wood ash mixture, pure, landfarming Europe without;waste treatment;Landfarming\Transformation -treatment of wood ash mixture, pure, municipal incineration;waste treatment;Incineration\Municipal incineration\Transformation -treatment of wood ash mixture, pure, municipal incineration;waste treatment;Incineration\Municipal incineration\Transformation -treatment of wood ash mixture, pure, municipal incineration Europe without;waste treatment;Incineration\Municipal incineration\Transformation -treatment of wood ash mixture, pure, municipal incineration with fly ash;waste treatment;Incineration\Municipal incineration\Transformation -treatment of wood ash mixture, pure, sanitary landfill;waste treatment;Landfill\Sanitary landfill\Transformation -treatment of wood ash mixture, pure, sanitary landfill;waste treatment;Others\Obsolete -treatment of wood ash mixture, pure, sanitary landfill;waste treatment;Landfill\Sanitary landfill\Transformation -treatment of wood ash mixture, pure, sanitary landfill Europe without;waste treatment;Landfill\Sanitary landfill\Transformation -treatment of zinc in car shredder residue, municipal incineration;waste treatment;Incineration\Municipal incineration\Transformation -treatment of zinc in car shredder residue, municipal incineration;waste treatment;Incineration\Municipal incineration\Transformation -treatment of zinc in car shredder residue, municipal incineration with fly ash;processing;Others\Obsolete -treatment of zinc in car shredder residue, municipal incineration with fly ash;waste treatment;Incineration\Municipal incineration\Transformation -treatment of zinc slag, residual material landfill;waste treatment;Landfill\Residual material landfill\Transformation -treatment, sludge from pulp and paper production, landfarming;material;Chemicals\Fertilisers (inorganic)\Transformation -treatment, sludge from pulp and paper production, landfarming;material;Chemicals\Fertilisers (inorganic)\Transformation -treatment, sludge from pulp and paper production, landfarming;material;Chemicals\Fertilisers (inorganic)\Transformation -treatment, sludge from pulp and paper production, landfarming;material;Chemicals\Fertilisers (inorganic)\Transformation -treatment, sludge from pulp and paper production, landfarming;material;Chemicals\Fertilisers (inorganic)\Transformation -treatment, sludge from pulp and paper production, landfarming;material;Chemicals\Fertilisers (inorganic)\Transformation -treatment, sludge from pulp and paper production, landfarming;waste treatment;Landfarming\Transformation -treatment, sludge from pulp and paper production, landfarming;waste treatment;Landfarming\Transformation -treatment, sludge from pulp and paper production, landfarming;material;Chemicals\Fertilisers (inorganic)\Transformation -treatment, sludge from pulp and paper production, landfarming;material;Chemicals\Fertilisers (inorganic)\Transformation -treatment, sludge from pulp and paper production, landfarming Europe without;material;Chemicals\Fertilisers (inorganic)\Transformation -treatment, sludge from pulp and paper production, landfarming Europe without;material;Chemicals\Fertilisers (inorganic)\Transformation -treatment, sludge from pulp and paper production, landfarming Europe without;material;Chemicals\Fertilisers (inorganic)\Transformation -treatment, sludge from pulp and paper production, landfarming Europe without;waste treatment;Landfarming\Transformation -treatment, sludge from pulp and paper production, landfarming Europe without;material;Chemicals\Fertilisers (inorganic)\Transformation -tree seedling production, in heated greenhouse;processing;Others\Obsolete -tree seedling production, in heated greenhouse;processing;Others\Obsolete -tree seedling production, in heated greenhouse;material;Agricultural\Plant seeds\Transformation -tree seedling production, in heated greenhouse;material;Agricultural\Plant seeds\Transformation -tree seedling production, in unheated greenhouse;processing;Others\Obsolete -tree seedling production, in unheated greenhouse;processing;Others\Obsolete -tree seedling production, in unheated greenhouse;material;Agricultural\Plant seeds\Transformation -tree seedling production, in unheated greenhouse;material;Agricultural\Plant seeds\Transformation -trellis system construction, wooden poles, soft wood, tar impregnated;material;Wood\Products\Transformation -trellis system construction, wooden poles, soft wood, tar impregnated;material;Wood\Products\Transformation -triazine-compound production, unspecified;material;Chemicals\Pesticides\Transformation -triazine-compound production, unspecified;material;Chemicals\Pesticides\Transformation -trichloroacetic acid production;material;Chemicals\Acids (organic)\Transformation -trichloroacetic acid production;material;Chemicals\Acids (organic)\Transformation -trichloroborane production;material;Chemicals\Inorganic\Transformation -trichloroethylene production;material;Chemicals\Organic\Transformation -trichloroethylene production;material;Chemicals\Organic\Transformation -trichloromethane production;material;Chemicals\Organic\Transformation -trichloromethane production;material;Chemicals\Organic\Transformation -trichloropropane production;material;Chemicals\Gases\Liquified\Transformation -trichloropropane production;material;Chemicals\Organic\Transformation -triethyl amine production;material;Chemicals\Organic\Transformation -triethyl amine production;material;Chemicals\Organic\Transformation -trifluoroacetic acid production;material;Chemicals\Acids (organic)\Transformation -trifluoroacetic acid production;material;Chemicals\Acids (organic)\Transformation -trifluoromethane production;material;Chemicals\Organic\Transformation -trimesoyl chloride production, for membrane filtration production;material;Chemicals\Organic\Transformation -trimethyl borate production;material;Chemicals\Organic\Transformation -trimethylamine production;material;Chemicals\Organic\Transformation -trimethylamine production;material;Chemicals\Organic\Transformation -triphenyl phosphate production;material;Chemicals\Organic\Transformation -triple superphosphate production;material;Chemicals\Fertilisers (inorganic)\Transformation -triple superphosphate production;material;Chemicals\Fertilisers (inorganic)\Transformation -tris(2,4-ditert-butylphenyl) phosphite production;material;Chemicals\Organic\Transformation -trisodium phosphate production;material;Chemicals\Inorganic\Transformation -trout feed production, commercial;material;Agricultural\Animal feed\Transformation -trout feed production, commercial;material;Agricultural\Animal feed\Transformation -trout, production in semi-intensive system, in lake;material;Agricultural\Animal production\Fish\Transformation -trout, production in semi-intensive system, in lake;material;Agricultural\Animal production\Fish\Transformation -tube insulation factory construction;material;Construction\Insulation\Transformation\Infrastructure -tube insulation factory construction;material;Construction\Insulation\Transformation\Infrastructure -tube insulation production, elastomere;material;Construction\Insulation\Transformation -tube insulation production, elastomere;material;Construction\Insulation\Transformation -tuna, capture by purse seiner and landing whole, frozen;material;Agricultural\Animal production\Fish\Transformation -tuna, capture by purse seiner and landing whole, frozen;material;Agricultural\Animal production\Fish\Transformation -tuna, capture by purse seiner and landing whole, frozen;material;Agricultural\Animal feed\Transformation -tuna, capture by purse seiner and landing whole, frozen;material;Agricultural\Animal feed\Transformation -turpentine to generic market for solvent for paint;material;Chemicals\Others\Transformation -ultrafiltration module production, hollow fiber;material;Water\Industry water\Transformation\Infrastructure -ultraviolet lamp production, for water desinfection;material;Electronics\Component\Transformation -unknown land use, on arable land recently transformed from shrubland;use;Others\Obsolete -unknown land use, on arable land recently transformed from shrubland;use;Others\Obsolete -unknown land use, on arable land recently transformed from shrubland;use;Others\Obsolete -unkown land use, on arable land recently transformed from grassland;use;Others\Obsolete -unkown land use, on arable land recently transformed from grassland;use;Others\Obsolete -unkown land use, on arable land recently transformed from primary forest;use;Others\Obsolete -unkown land use, on arable land recently transformed from primary forest;use;Others\Obsolete -unkown land use, on arable land recently transformed from primary forest;use;Others\Obsolete -unkown land use, on arable land recently transformed from primary forest;use;Others\Obsolete -unkown land use, on arable land recently transformed from secondary forest;use;Others\Obsolete -unreinforced concrete production, with cement CEM II/A;material;Construction\Concrete\Transformation -unreinforced concrete production, with cement CEM II/A;material;Others\Obsolete -unreinforced concrete production, with cement CEM II/B;material;Construction\Concrete\Transformation -unreinforced concrete production, with cement CEM II/B;material;Others\Obsolete -uranium conversion facility construction;material;Fuels\Uranium\Enriched\Transformation\Infrastructure -uranium conversion facility construction;material;Fuels\Uranium\Enriched\Transformation\Infrastructure -uranium conversion facility construction;material;Fuels\Uranium\Enriched\Transformation\Infrastructure -uranium enrichment centrifuge facility construction;material;Fuels\Uranium\Enriched\Transformation\Infrastructure -uranium enrichment centrifuge facility construction;material;Fuels\Uranium\Enriched\Transformation\Infrastructure -uranium enrichment centrifuge facility construction;material;Fuels\Uranium\Enriched\Transformation\Infrastructure -uranium enrichment diffusion facility construction;material;Fuels\Uranium\Enriched\Transformation\Infrastructure -uranium enrichment diffusion facility construction;material;Fuels\Uranium\Enriched\Transformation\Infrastructure -uranium fuel element production, enriched 3.0%, for light water reactor;material;Fuels\Uranium\Enriched\Transformation -uranium fuel element production, enriched 3.0%, for light water reactor;material;Fuels\Uranium\Enriched\Transformation -uranium fuel element production, enriched 3.8%, for light water reactor;material;Fuels\Uranium\Enriched\Transformation -uranium fuel element production, enriched 3.8%, for light water reactor;material;Fuels\Uranium\Enriched\Transformation -uranium fuel element production, enriched 3.8%, for light water reactor;material;Fuels\Uranium\Enriched\Transformation -uranium fuel element production, enriched 3.8%, for light water reactor;material;Fuels\Uranium\Enriched\Transformation -uranium fuel element production, enriched 3.8%, for light water reactor;material;Fuels\Uranium\Enriched\Transformation -uranium fuel element production, enriched 3.9%, for light water reactor;material;Fuels\Uranium\Enriched\Transformation -uranium fuel element production, enriched 3.9%, for light water reactor;material;Fuels\Uranium\Enriched\Transformation -uranium fuel element production, enriched 4%, for light water reactor;material;Fuels\Uranium\Enriched\Transformation -uranium fuel element production, enriched 4%, for light water reactor;material;Fuels\Uranium\Enriched\Transformation -uranium fuel element production, enriched 4%, for light water reactor UCTE;material;Fuels\Uranium\Enriched\Transformation -uranium fuel element production, enriched 4.2%, for light water reactor;material;Fuels\Uranium\Enriched\Transformation -uranium fuel element production, enriched 4.2%, for light water reactor;material;Fuels\Uranium\Enriched\Transformation -uranium hexafluoride production;material;Fuels\Uranium\Enriched\Transformation -uranium hexafluoride production;material;Fuels\Uranium\Enriched\Transformation -uranium hexafluoride production;material;Fuels\Uranium\Enriched\Transformation -uranium mill construction;material;Minerals\Transformation\Infrastructure -uranium mill construction;material;Minerals\Transformation\Infrastructure -uranium mine operation, open cast;material;Minerals\Transformation -uranium mine operation, open cast;material;Minerals\Transformation -uranium mine operation, underground;material;Minerals\Transformation -uranium mine operation, underground;material;Minerals\Transformation -uranium production, centrifuge, enriched 3.0%;material;Fuels\Uranium\Enriched\Transformation -uranium production, centrifuge, enriched 3.0%;material;Fuels\Uranium\Enriched\Transformation -uranium production, centrifuge, enriched 3.0%;material;Fuels\Uranium\Enriched\Transformation -uranium production, centrifuge, enriched 3.0%;material;Fuels\Uranium\Enriched\Transformation -uranium production, centrifuge, enriched 3.0%;material;Others\Obsolete -uranium production, centrifuge, enriched 3.0%;material;Fuels\Uranium\Enriched\Transformation -uranium production, centrifuge, enriched 3.8%;material;Fuels\Uranium\Enriched\Transformation -uranium production, centrifuge, enriched 3.8%;material;Fuels\Uranium\Enriched\Transformation -uranium production, centrifuge, enriched 3.8%;material;Fuels\Uranium\Enriched\Transformation -uranium production, centrifuge, enriched 3.8%;material;Fuels\Uranium\Enriched\Transformation -uranium production, centrifuge, enriched 3.8%;material;Others\Obsolete -uranium production, centrifuge, enriched 3.8%;material;Fuels\Uranium\Enriched\Transformation -uranium production, centrifuge, enriched 3.9%;material;Fuels\Uranium\Enriched\Transformation -uranium production, centrifuge, enriched 3.9%;material;Fuels\Uranium\Enriched\Transformation -uranium production, centrifuge, enriched 3.9%;material;Fuels\Uranium\Enriched\Transformation -uranium production, centrifuge, enriched 3.9%;material;Fuels\Uranium\Enriched\Transformation -uranium production, centrifuge, enriched 3.9%;material;Fuels\Uranium\Enriched\Transformation -uranium production, centrifuge, enriched 4.0%;material;Fuels\Uranium\Enriched\Transformation -uranium production, centrifuge, enriched 4.0%;material;Fuels\Uranium\Enriched\Transformation -uranium production, centrifuge, enriched 4.0%;material;Fuels\Uranium\Enriched\Transformation -uranium production, centrifuge, enriched 4.0%;material;Fuels\Uranium\Enriched\Transformation -uranium production, centrifuge, enriched 4.0%;material;Fuels\Uranium\Enriched\Transformation -uranium production, centrifuge, enriched 4.2%;material;Fuels\Uranium\Enriched\Transformation -uranium production, centrifuge, enriched 4.2%;material;Fuels\Uranium\Enriched\Transformation -uranium production, centrifuge, enriched 4.2%;material;Fuels\Uranium\Enriched\Transformation -uranium production, centrifuge, enriched 4.2%;material;Fuels\Uranium\Enriched\Transformation -uranium production, centrifuge, enriched 4.2%;material;Fuels\Uranium\Enriched\Transformation -uranium production, diffusion, enriched 3.0%;material;Fuels\Uranium\Enriched\Transformation -uranium production, diffusion, enriched 3.0%;material;Fuels\Uranium\Enriched\Transformation -uranium production, diffusion, enriched 3.0%;material;Fuels\Uranium\Enriched\Transformation -uranium production, diffusion, enriched 3.8%;material;Fuels\Uranium\Enriched\Transformation -uranium production, diffusion, enriched 3.8%;material;Fuels\Uranium\Enriched\Transformation -uranium production, diffusion, enriched 3.8%;material;Fuels\Uranium\Enriched\Transformation -uranium production, diffusion, enriched 3.9%;material;Fuels\Uranium\Enriched\Transformation -uranium production, diffusion, enriched 3.9%;material;Fuels\Uranium\Enriched\Transformation -uranium production, diffusion, enriched 3.9%;material;Fuels\Uranium\Enriched\Transformation -uranium production, diffusion, enriched 4.0%;material;Fuels\Uranium\Enriched\Transformation -uranium production, diffusion, enriched 4.0%;material;Fuels\Uranium\Enriched\Transformation -uranium production, diffusion, enriched 4.0%;material;Fuels\Uranium\Enriched\Transformation -uranium production, diffusion, enriched 4.2%;material;Fuels\Uranium\Enriched\Transformation -uranium production, diffusion, enriched 4.2%;material;Fuels\Uranium\Enriched\Transformation -uranium production, diffusion, enriched 4.2%;material;Fuels\Uranium\Enriched\Transformation -uranium production, enriched 4.2%, centrifugal enrichment;material;Fuels\Uranium\Enriched\Transformation -uranium production, enriched 4.2%, centrifugal enrichment;material;Fuels\Uranium\Enriched\Transformation -uranium production, in yellowcake;material;Minerals\Transformation -uranium production, in yellowcake;material;Minerals\Transformation -uranium production, in yellowcake, in-situ leaching;material;Minerals\Transformation -urea ammonium nitrate production;material;Chemicals\Fertilisers (inorganic)\Transformation -urea ammonium nitrate production;material;Chemicals\Fertilisers (inorganic)\Transformation -urea formaldehyde foam production, in situ foaming;material;Construction\Insulation\Transformation -urea formaldehyde foam production, in situ foaming;material;Construction\Insulation\Transformation -urea formaldehyde foam slab production, hard;material;Construction\Insulation\Transformation -urea formaldehyde foam slab production, hard;material;Construction\Insulation\Transformation -urea formaldehyde resin production;material;Chemicals\Organic\Transformation -urea formaldehyde resin production;material;Chemicals\Organic\Transformation -urea production, as N;material;Chemicals\Fertilisers (inorganic)\Transformation -urea production, as N;material;Chemicals\Fertilisers (inorganic)\Transformation -US resource use and;material;Others -used nitrate salts, for solar power application to market for nitrate salts,;material;Chemicals\Inorganic\Transformation -used toner module, laser printer, black/white, Recycled Content cut-off;material;Electronics\Module\Transformation -used toner module, laser printer, colour, Recycled Content cut-off;material;Electronics\Module\Transformation -used vegetable cooking oil, purified, Recycled Content cut-off;processing;Waste\Transformation\Biowaste -used vegetable cooking oil, Recycled Content cut-off;processing;Waste\Transformation\Biowaste -vacuum cleaner production;material;Appliances\Transformation\Infrastructure -vanilla production;material;Agricultural\Food\Transformation -vanilla production;material;Agricultural\Food\Transformation -vanilla seedling production, for planting;material;Agricultural\Plant seeds\Transformation -vanilla seedling production, for planting;material;Agricultural\Plant seeds\Transformation -vegetable oil esterification facility construction;material;Chemicals\Organic\Transformation\Infrastructure -vegetable oil esterification facility construction;material;Chemicals\Organic\Transformation\Infrastructure -vegetable oil refinery construction;material;Chemicals\Organic\Transformation\Infrastructure -ventilation components factory construction;material;Construction\Ventilation\Transformation\Infrastructure -ventilation components factory construction;material;Construction\Ventilation\Transformation\Infrastructure -ventilation control and wiring production, central unit;material;Construction\Ventilation\Transformation -ventilation control and wiring production, central unit;material;Construction\Ventilation\Transformation -ventilation control and wiring production, decentralized unit;material;Construction\Ventilation\Transformation -ventilation control and wiring production, decentralized unit;material;Construction\Ventilation\Transformation -ventilation duct production, connection piece, steel, 100x50 mm;material;Construction\Ventilation\Transformation -ventilation duct production, connection piece, steel, 100x50 mm;material;Construction\Ventilation\Transformation -ventilation duct production, elbow 90°, steel, 100x50 mm;material;Construction\Ventilation\Transformation -ventilation duct production, elbow 90°, steel, 100x50 mm;material;Construction\Ventilation\Transformation -ventilation duct production, steel, 100x50 mm;material;Construction\Ventilation\Transformation -ventilation duct production, steel, 100x50 mm;material;Construction\Ventilation\Transformation -ventilation of dwellings, central, 1 x 720 m3/h, polyethylene ducts, with earth;processing;Ventilation\Transformation -ventilation of dwellings, central, 1 x 720 m3/h, polyethylene ducts, with earth;processing;Ventilation\Transformation -ventilation of dwellings, central, 1 x 720 m3/h, steel ducts, with earth tube;processing;Ventilation\Transformation -ventilation of dwellings, central, 1 x 720 m3/h, steel ducts, with earth tube;processing;Ventilation\Transformation -ventilation of dwellings, decentralized, 6 x 120 m3/h, polyethylene ducts;processing;Ventilation\Transformation -ventilation of dwellings, decentralized, 6 x 120 m3/h, polyethylene ducts;processing;Ventilation\Transformation -ventilation of dwellings, decentralized, 6 x 120 m3/h, polyethylene ducts, with;processing;Ventilation\Transformation -ventilation of dwellings, decentralized, 6 x 120 m3/h, polyethylene ducts, with;processing;Ventilation\Transformation -ventilation of dwellings, decentralized, 6 x 120 m3/h, steel ducts;processing;Ventilation\Transformation -ventilation of dwellings, decentralized, 6 x 120 m3/h, steel ducts;processing;Ventilation\Transformation -ventilation of dwellings, decentralized, 6 x 120 m3/h, steel ducts, with earth;processing;Ventilation\Transformation -ventilation of dwellings, decentralized, 6 x 120 m3/h, steel ducts, with earth;processing;Ventilation\Transformation -ventilation system production, central, 1 x 720 m3/h, polyethylene ducts, with;material;Construction\Ventilation\Transformation\Infrastructure -ventilation system production, central, 1 x 720 m3/h, polyethylene ducts, with;material;Construction\Ventilation\Transformation\Infrastructure -ventilation system production, central, 1 x 720 m3/h, steel ducts, with earth;material;Construction\Ventilation\Transformation\Infrastructure -ventilation system production, central, 1 x 720 m3/h, steel ducts, with earth;material;Construction\Ventilation\Transformation\Infrastructure -ventilation system production, decentralized, 6 x 120 m3/h, polyethylene ducts;material;Construction\Ventilation\Transformation\Infrastructure -ventilation system production, decentralized, 6 x 120 m3/h, polyethylene ducts;material;Construction\Ventilation\Transformation\Infrastructure -ventilation system production, decentralized, 6 x 120 m3/h, polyethylene ducts,;material;Construction\Ventilation\Transformation\Infrastructure -ventilation system production, decentralized, 6 x 120 m3/h, polyethylene ducts,;material;Construction\Ventilation\Transformation\Infrastructure -ventilation system production, decentralized, 6 x 120 m3/h, steel ducts;material;Construction\Ventilation\Transformation\Infrastructure -ventilation system production, decentralized, 6 x 120 m3/h, steel ducts;material;Construction\Ventilation\Transformation\Infrastructure -ventilation system production, decentralized, 6 x 120 m3/h, steel ducts, with;material;Construction\Ventilation\Transformation\Infrastructure -ventilation system production, decentralized, 6 x 120 m3/h, steel ducts, with;material;Construction\Ventilation\Transformation\Infrastructure -venting of argon, crude, liquid;processing;Others\Transformation -venting of nitrogen, liquid;processing;Others\Transformation -venting of nitrogen, liquid;processing;Others\Transformation -vermiculite mine operation;material;Minerals\Transformation -vermiculite mine operation;material;Minerals\Transformation -vinasse, from fermentation of sugar beet molasses, Recycled Content cut-off;material;Agricultural\Plant oils\Transformation -vinasse, from fermentation of sugar beet, Recycled Content cut-off;material;Agricultural\Plant oils\Transformation -vinasse, from fermentation of sugarcane molasses, Recycled Content cut-off;material;Agricultural\Plant oils\Transformation -vinasse, from fermentation of sugarcane, Recycled Content cut-off;material;Agricultural\Plant oils\Transformation -vinasse, from fermentation of sweet sorghum, Recycled Content cut-off;material;Agricultural\Plant oils\Transformation -vine tomato production;material;Others\Obsolete -vinyl acetate production;material;Chemicals\Organic\Transformation -vinyl acetate production;material;Chemicals\Organic\Transformation -vinyl chloride production;material;Chemicals\Organic\Transformation -vinyl chloride production;material;Chemicals\Organic\Transformation -vinyl fluoride production;material;Chemicals\Acids (inorganic)\Transformation -vinyl fluoride production;material;Chemicals\Acids (inorganic)\Transformation -vinyl fluoride production;material;Chemicals\Organic\Transformation -vinyl fluoride production;material;Chemicals\Organic\Transformation -wafer factory construction;material;Electronics\Photovoltaic\Transformation\Infrastructure -wafer factory construction;material;Electronics\Photovoltaic\Transformation\Infrastructure -wafer production, fabricated, for integrated circuit;material;Electronics\Component\Transformation -Walls and foundations, for hydrogen refuelling station {RER}| Cut-off,;transport;carculator\energy storage\hydrogen supply infrastructure -washing machine production;material;Appliances\Transformation\Infrastructure -washing, drying and finishing laundry;processing;Textiles\Transformation -waste collection lorry production, 21 metric ton;transport;Road\Transformation\Infrastructure -waste collection lorry production, 21 metric ton;transport;Road\Transformation\Infrastructure -waste newspaper, Recycled Content cut-off;material;Paper+ Board\Waste paper\Transformation -waste packaging glass, unsorted, Recycled Content cut-off;processing;Glass\Transformation -waste packaging glass, unsorted, Recycled Content cut-off;processing;Others\Obsolete -waste packaging paper, Recycled Content cut-off;material;Paper+ Board\Waste paper\Transformation -waste paint, collection for hazardous waste;waste treatment;Others\Obsolete -waste paint, collection for hazardous waste;waste treatment;Others\Obsolete -waste paper sorting facility construction;material;Paper+ Board\Waste paper\Transformation\Infrastructure -waste paper sorting facility construction;material;Paper+ Board\Waste paper\Transformation\Infrastructure -waste paper, sorted, Recycled Content cut-off;material;Paper+ Board\Waste paper\Transformation -waste paper, unsorted, Recycled Content cut-off;material;Paper+ Board\Waste paper\Transformation -waste paper, unsorted, Recycled Content cut-off;material;Paper+ Board\Waste paper\Transformation -waste paperboard, sorted, Recycled Content cut-off;material;Paper+ Board\Waste paper\Transformation -waste paperboard, unsorted, Recycled Content cut-off;material;Paper+ Board\Waste paper\Transformation -waste plastic, consumer electronics, sorted, Recycled Content cut-off;waste treatment;Plastics\Transformation -waste plastic, consumer electronics, unsorted, Recycled Content cut-off;waste treatment;Plastics\Transformation -waste polyethylene terephthalate, for recycling, sorted, Recycled Content;material;Plastics\Recycling\Transformation -waste polyethylene terephthalate, for recycling, unsorted, Recycled Content;material;Plastics\Recycling\Transformation -waste polyethylene, for recycling, sorted, Recycled Content cut-off;material;Plastics\Recycling\Transformation -waste polyethylene, for recycling, unsorted, Recycled Content cut-off;material;Plastics\Recycling\Transformation -waste preparation facility construction;processing;Waste\Transformation\Infrastructure -waste preparation facility construction;processing;Waste\Transformation\Infrastructure -waste wood, post-consumer, Recycled Content cut-off;material;Wood\Byproducts\Transformation -wastewater treatment facility construction, capacity 1.1E10l/year;processing;Waste\Transformation\Infrastructure -wastewater treatment facility construction, capacity 1.1E10l/year;processing;Waste\Transformation\Infrastructure -wastewater treatment facility construction, capacity 1.6E8l/year;processing;Waste\Transformation\Infrastructure -wastewater treatment facility construction, capacity 1.6E8l/year;processing;Waste\Transformation\Infrastructure -wastewater treatment facility construction, capacity 1E9l/year;processing;Waste\Transformation\Infrastructure -wastewater treatment facility construction, capacity 1E9l/year;processing;Waste\Transformation\Infrastructure -wastewater treatment facility construction, capacity 4.7E10l/year;processing;Waste\Transformation\Infrastructure -wastewater treatment facility construction, capacity 4.7E10l/year;processing;Waste\Transformation\Infrastructure -wastewater treatment facility construction, capacity 5E9l/year;processing;Waste\Transformation\Infrastructure -wastewater treatment facility construction, capacity 5E9l/year;processing;Waste\Transformation\Infrastructure -wastewater treatment facility construction, lagoon, capacity 1.0E9l/year;processing;Waste\Transformation\Infrastructure -wastewater treatment facility construction, lagoon, capacity 1.1E10l/year;processing;Waste\Transformation\Infrastructure -wastewater treatment facility construction, lagoon, capacity 1.6E8l/year;processing;Waste\Transformation\Infrastructure -wastewater treatment facility construction, lagoon, capacity 5.0E9l/year;processing;Waste\Transformation\Infrastructure -water production and supply, decarbonised;material;Others\Obsolete -water production, completely softened;material;Water\Industry water\Transformation -water production, completely softened;material;Water\Industry water\Transformation -water production, completely softened;material;Water\Industry water\Transformation -water production, decarbonised;material;Water\Industry water\Transformation -water production, decarbonised;material;Water\Industry water\Transformation -water production, decarbonised;material;Water\Industry water\Transformation -water production, decarbonised;material;Water\Industry water\Transformation -water production, decarbonised;material;Water\Industry water\Transformation -water production, decarbonised;material;Water\Industry water\Transformation -water production, decarbonised;material;Water\Industry water\Transformation -water production, decarbonised;material;Water\Industry water\Transformation -water production, decarbonised;material;Water\Industry water\Transformation -water production, decarbonised;material;Water\Industry water\Transformation -water production, decarbonised;material;Water\Industry water\Transformation -water production, decarbonised;material;Water\Industry water\Transformation -water production, decarbonised;material;Water\Industry water\Transformation -water production, deionised;material;Water\Industry water\Transformation -water production, deionised;material;Water\Industry water\Transformation -water production, deionised Europe without;material;Water\Industry water\Transformation -water production, ultrapure;material;Water\Industry water\Transformation -water production, ultrapure;material;Water\Industry water\Transformation -water production, ultrapure;material;Water\Industry water\Transformation -water pump operation, diesel;material;Water\Industry water\Transformation -water pump operation, diesel;material;Water\Industry water\Transformation -water pump operation, diesel;material;Water\Industry water\Transformation -water pump operation, diesel;material;Water\Industry water\Transformation -water pump operation, diesel;material;Water\Industry water\Transformation -water pump operation, diesel;material;Water\Industry water\Transformation -water pump operation, diesel;material;Water\Industry water\Transformation -water pump operation, diesel;material;Water\Industry water\Transformation -water pump operation, diesel;material;Water\Industry water\Transformation -water pump operation, diesel;material;Water\Industry water\Transformation -water pump operation, diesel;material;Water\Industry water\Transformation -water pump operation, diesel;material;Water\Industry water\Transformation -water pump operation, diesel;material;Water\Industry water\Transformation -water pump operation, diesel;material;Water\Industry water\Transformation -water pump operation, diesel;material;Water\Industry water\Transformation -water pump operation, diesel;material;Water\Industry water\Transformation -water pump operation, diesel;material;Water\Industry water\Transformation -water pump operation, electric;material;Water\Industry water\Transformation -water pump operation, electric;material;Water\Industry water\Transformation -water pump operation, electric;material;Water\Industry water\Transformation -water pump operation, electric;material;Water\Industry water\Transformation -water pump operation, electric;material;Water\Industry water\Transformation -water pump operation, electric;material;Water\Industry water\Transformation -water pump operation, electric;material;Water\Industry water\Transformation -water pump operation, electric;material;Water\Industry water\Transformation -water pump operation, electric;material;Water\Industry water\Transformation -water pump operation, electric;material;Water\Industry water\Transformation -water pump operation, electric;material;Water\Industry water\Transformation -water pump operation, electric;material;Water\Industry water\Transformation -water pump operation, electric;material;Water\Industry water\Transformation -water pump operation, electric;material;Water\Industry water\Transformation -water pump operation, electric;material;Water\Industry water\Transformation -water pump operation, electric;material;Water\Industry water\Transformation -water pump operation, electric;material;Water\Industry water\Transformation -water pump production, 22kW;material;Water\Drinking water\Transformation\Infrastructure -water storage construction;material;Water\Drinking water\Transformation\Infrastructure -water storage construction;material;Water\Drinking water\Transformation\Infrastructure -water supply network construction;material;Water\Drinking water\Transformation\Infrastructure -water supply network construction;material;Water\Drinking water\Transformation\Infrastructure -water works construction, capacity 1.1E10l/year, conventional treatment;material;Water\Drinking water\Transformation\Infrastructure -water works construction, capacity 1.1E10l/year, conventional treatment;material;Water\Drinking water\Transformation\Infrastructure -water works construction, capacity 1.1E10l/year, conventional treatment;material;Water\Drinking water\Transformation\Infrastructure -water works construction, capacity 1.1E10l/year, conventional treatment Europe;material;Water\Drinking water\Transformation\Infrastructure -water works construction, capacity 1.1E10l/year, direct filtration treatment;material;Water\Drinking water\Transformation\Infrastructure -water works construction, capacity 1.1E10l/year, direct filtration treatment;material;Water\Drinking water\Transformation\Infrastructure -water works construction, capacity 1.1E10l/year, direct filtration treatment;material;Water\Drinking water\Transformation\Infrastructure -water works construction, capacity 1.1E10l/year, direct filtration treatment;material;Water\Drinking water\Transformation\Infrastructure -water works construction, capacity 1.1E10l/year, microstrainer treatment;material;Water\Drinking water\Transformation\Infrastructure -water works construction, capacity 1.1E10l/year, microstrainer treatment;material;Water\Drinking water\Transformation\Infrastructure -water works construction, capacity 1.1E10l/year, microstrainer treatment Europe;material;Water\Drinking water\Transformation\Infrastructure -water works construction, capacity 1.1E10l/year, ultrafiltration treatment;material;Water\Drinking water\Transformation\Infrastructure -water works construction, capacity 1.1E10l/year, ultrafiltration treatment;material;Water\Drinking water\Transformation\Infrastructure -water works construction, capacity 1.1E10l/year, ultrafiltration treatment;material;Water\Drinking water\Transformation\Infrastructure -water works construction, capacity 6.23E10l/year, seawater reverse osmosis,;material;Water\Drinking water\Transformation\Infrastructure -water works construction, capacity 6.23E10l/year, seawater reverse osmosis,;material;Water\Drinking water\Transformation\Infrastructure -wax production, for lost-wax metal casting;material;Chemicals\Organic\Transformation -weaned calves production on native and planted pasture, Pantanal;material;Agricultural\Animal production\Bovine\Transformation -weaned calves production on native and planted pasture, Pantanal;material;Agricultural\Animal production\Bovine\Transformation -weaned calves production on native and planted pasture, Pantanal;material;Agricultural\Animal production\Bovine\Transformation -weaned calves production on native pasture, Pantanal;material;Agricultural\Animal production\Bovine\Transformation -weaned calves production on native pasture, Pantanal;material;Agricultural\Animal production\Bovine\Transformation -weaned calves production on native pasture, Pantanal;material;Agricultural\Animal production\Bovine\Transformation -weaned calves production on pasture;material;Agricultural\Animal production\Bovine\Transformation -weaned calves production on pasture;material;Agricultural\Animal production\Bovine\Transformation -weaned calves production on pasture;material;Agricultural\Animal production\Bovine\Transformation -weaned calves production on pasture;material;Agricultural\Animal production\Bovine\Transformation -weaned calves production on pasture;material;Agricultural\Animal production\Bovine\Transformation -weaned calves production on pasture;material;Agricultural\Animal production\Bovine\Transformation -weaned calves production on pasture;material;Agricultural\Animal production\Bovine\Transformation -weaned calves production on pasture;material;Agricultural\Animal production\Bovine\Transformation -weaned calves production on pasture;material;Agricultural\Animal production\Bovine\Transformation -weaving of synthetic fibre, for industrial use;processing;Textiles\Transformation -weaving, bast fibre;processing;Others\Obsolete -weaving, bast fibre;processing;Others\Obsolete -Weaving, carbon cloth {GLO}| Cut-off,;transport;carculator\energy storage\hydrogen tank -weed control, by brush cutter, pasture;processing;Agricultural\Transformation -weed control, by brush cutter, pasture;processing;Agricultural\Transformation -welding, arc, aluminium;processing;Metals\Welding\Transformation -welding, arc, aluminium;processing;Metals\Welding\Transformation -welding, arc, aluminium;processing;Metals\Welding\Transformation -welding, arc, steel;processing;Metals\Welding\Transformation -welding, arc, steel;processing;Metals\Welding\Transformation -welding, gas, steel;processing;Metals\Welding\Transformation -welding, gas, steel;processing;Metals\Welding\Transformation -wheat bran to generic market for energy feed;material;Agricultural\Animal feed\Market -wheat bran to generic market for energy feed;material;Agricultural\Animal feed\Market -wheat bran to generic market for energy feed;material;Agricultural\Animal feed\Market -wheat bran to generic market for energy feed;material;Agricultural\Animal feed\Market -Wheat grain cultivation, drying and storage {rer} | wheat grain production;transport;carculator\biofuels\feedstock -wheat grain processing, dry milling;material;Agricultural\Animal feed\Transformation -wheat grain processing, dry milling;material;Agricultural\Animal feed\Transformation -wheat grain processing, dry milling;material;Agricultural\Food\Transformation -wheat grain processing, dry milling;material;Agricultural\Food\Transformation -wheat grain processing, dry milling;material;Agricultural\Food\Transformation -wheat grain processing, dry milling;material;Agricultural\Food\Transformation -wheat grain, feed production;material;Agricultural\Animal feed\Transformation -wheat grain, feed production;material;Agricultural\Animal feed\Transformation -wheat grain, feed production, organic;material;Agricultural\Animal feed\Transformation -wheat grain, feed production, organic;material;Agricultural\Animal feed\Transformation -wheat grain, feed production, Swiss integrated production;material;Agricultural\Animal feed\Transformation -wheat grain, feed production, Swiss integrated production;material;Others\Obsolete -wheat production;material;Agricultural\Plant production\Roughage\Transformation -wheat production;material;Agricultural\Plant production\Roughage\Transformation -wheat production;material;Agricultural\Plant production\Roughage\Transformation -wheat production;material;Agricultural\Plant production\Cereals\Transformation -wheat production;material;Agricultural\Plant production\Cereals\Transformation -wheat production;material;Agricultural\Plant production\Cereals\Transformation -wheat production;material;Agricultural\Plant production\Cereals\Transformation -wheat production;material;Agricultural\Plant production\Cereals\Transformation -wheat production;material;Agricultural\Plant production\Cereals\Transformation -wheat production;material;Agricultural\Plant production\Cereals\Transformation -wheat production;material;Agricultural\Plant production\Cereals\Transformation -wheat production;material;Agricultural\Plant production\Cereals\Transformation -wheat production Canada without;material;Agricultural\Plant production\Roughage\Transformation -wheat production Canada without;material;Agricultural\Plant production\Cereals\Transformation -wheat production, organic;material;Agricultural\Plant production\Roughage\Transformation -wheat production, organic;material;Agricultural\Plant production\Roughage\Transformation -wheat production, organic;material;Agricultural\Plant production\Cereals\Transformation -wheat production, organic;material;Agricultural\Plant production\Cereals\Transformation -wheat production, Swiss integrated production, extensive;material;Agricultural\Plant production\Roughage\Transformation -wheat production, Swiss integrated production, extensive;material;Agricultural\Plant production\Cereals\Transformation -wheat production, Swiss integrated production, intensive;material;Agricultural\Plant production\Roughage\Transformation -wheat production, Swiss integrated production, intensive;material;Agricultural\Plant production\Cereals\Transformation -wheat seed production, for sowing;material;Agricultural\Plant seeds\Transformation -wheat seed production, organic, for sowing;material;Agricultural\Plant seeds\Transformation -wheat seed production, organic, for sowing;material;Agricultural\Plant seeds\Transformation -wheat seed production, Swiss integrated production, for sowing;material;Agricultural\Plant seeds\Transformation -white asparagus production;material;Agricultural\Plant production\Vegetables\Transformation -white asparagus production;material;Agricultural\Plant production\Vegetables\Transformation -white asparagus production;material;Others\Obsolete -white asparagus production;material;Agricultural\Plant production\Vegetables\Transformation -white asparagus production;material;Agricultural\Plant production\Vegetables\Transformation -white spirit production;material;Chemicals\Organic\Transformation -white spirit production;material;Chemicals\Organic\Transformation -white spirit production, petroleum refinery operation;material;Chemicals\Organic\Transformation -white spirit production, petroleum refinery operation;material;Chemicals\Organic\Transformation -white spirit production, petroleum refinery operation;material;Chemicals\Organic\Transformation -white spirit production, petroleum refinery operation;material;Chemicals\Organic\Transformation -white spirit production, petroleum refinery operation;material;Chemicals\Organic\Transformation -white spirit production, petroleum refinery operation;material;Chemicals\Organic\Transformation -white spirit production, petroleum refinery operation Europe without;material;Chemicals\Organic\Transformation -white spirit to generic market for solvent for paint;material;Chemicals\Others\Transformation -willow production, short rotation coppice;material;Wood\Byproducts\Transformation -willow production, short rotation coppice;material;Wood\Byproducts\Transformation -willow stem cutting production, for planting;processing;Wood\Transformation -willow stem cutting production, for planting;processing;Wood\Transformation -wind power plant construction, 2MW, offshore, fixed parts;energy;Electricity by fuel\Wind\Transformation\Infrastructure -wind power plant construction, 2MW, offshore, moving parts;energy;Electricity by fuel\Wind\Transformation\Infrastructure -wind power plant construction, 800kW, fixed parts;energy;Electricity by fuel\Wind\Transformation\Infrastructure -wind power plant construction, 800kW, moving parts;energy;Electricity by fuel\Wind\Transformation\Infrastructure -wind turbine construction, 2.3MW, precast concrete tower, onshore;energy;Electricity by fuel\Wind\Transformation\Infrastructure -wind turbine construction, 2.3MW, precast concrete tower, onshore;energy;Electricity by fuel\Wind\Transformation\Infrastructure -wind turbine construction, 2MW, onshore;energy;Electricity by fuel\Wind\Transformation\Infrastructure -wind turbine construction, 4.5MW, onshore;energy;Electricity by fuel\Wind\Transformation\Infrastructure -wind turbine construction, 750kW, onshore;energy;Electricity by fuel\Wind\Transformation\Infrastructure -wind turbine construction, 750kW, onshore;energy;Electricity by fuel\Wind\Transformation\Infrastructure -wind turbine network connection construction, 2MW, onshore;energy;Electricity by fuel\Wind\Transformation\Infrastructure -wind turbine network connection construction, 2MW, onshore;energy;Electricity by fuel\Wind\Transformation\Infrastructure -wind turbine network connection construction, 4.5MW, onshore;energy;Electricity by fuel\Wind\Transformation\Infrastructure -wind turbine network connection construction, 750kW, onshore;energy;Electricity by fuel\Wind\Transformation\Infrastructure -wind turbine network connection construction, 750kW, onshore;energy;Electricity by fuel\Wind\Transformation\Infrastructure -window frame production, aluminium, U=1.6 W/m2K;material;Construction\Windows\Transformation -window frame production, aluminium, U=1.6 W/m2K;material;Construction\Windows\Transformation -window frame production, poly vinyl chloride, U=1.6 W/m2K;material;Construction\Windows\Transformation -window frame production, poly vinyl chloride, U=1.6 W/m2K;material;Construction\Windows\Transformation -window frame production, wood, U=1.5 W/m2K;material;Construction\Windows\Transformation -window frame production, wood, U=1.5 W/m2K;material;Construction\Windows\Transformation -window frame production, wood, U=1.5 W/m2K;material;Construction\Windows\Transformation -window frame production, wood, U=1.5 W/m2K;material;Wood\Products\Transformation -window frame production, wood, U=1.5 W/m2K;material;Wood\Products\Transformation -window frame production, wood, U=1.5 W/m2K;material;Wood\Products\Transformation -window frame production, wood-metal, U=1.6 W/m2K;material;Construction\Windows\Transformation -window frame production, wood-metal, U=1.6 W/m2K;material;Construction\Windows\Transformation -window frame production, wood-metal, U=1.6 W/m2K;material;Wood\Products\Transformation -window frame production, wood-metal, U=1.6 W/m2K;material;Wood\Products\Transformation -wire drawing, copper;processing;Metals\Chipless shaping\Transformation -wire drawing, copper;processing;Metals\Chipless shaping\Transformation -wire drawing, steel;processing;Metals\Chipless shaping\Transformation -wire drawing, steel;processing;Metals\Chipless shaping\Transformation -Wiring and tubing, carbon dioxide capture process {RER}| Cut-off,;transport;carculator\synthetic fuels\direct air capture -wood chipping, industrial residual wood, stationary electric chipper;processing;Wood\Transformation -wood chipping, industrial residual wood, stationary electric chipper;processing;Wood\Transformation -wood chipping, mobile chipper, at forest road;processing;Wood\Transformation -wood chipping, mobile chipper, at forest road;processing;Wood\Transformation -wood chipping, terrain chipper, diesel;processing;Wood\Transformation -wood chipping, terrain chipper, diesel;processing;Wood\Transformation -wood chips production, hardwood, at sawmill;material;Wood\Byproducts\Transformation -wood chips production, hardwood, at sawmill;material;Wood\Byproducts\Transformation -wood chips production, hardwood, at sawmill;material;Wood\Byproducts\Transformation -wood chips production, softwood, at sawmill;material;Wood\Byproducts\Transformation -wood chips production, softwood, at sawmill;material;Wood\Byproducts\Transformation -wood chips production, softwood, at sawmill;material;Wood\Byproducts\Transformation -wood cladding production, softwood;material;Wood\Byproducts\Transformation -wood cladding production, softwood;material;Wood\Byproducts\Transformation -wood cladding production, softwood;material;Wood\Byproducts\Transformation -wood cladding production, softwood;material;Wood\Byproducts\Transformation -wood cladding production, softwood;material;Wood\Products\Transformation -wood cladding production, softwood;material;Wood\Products\Transformation -wood pellet factory production;material;Wood\Products\Transformation\Infrastructure -wood pellet factory production;material;Wood\Products\Transformation\Infrastructure -wood pellet production;material;Wood\Products\Transformation -wood pellet production;material;Wood\Products\Transformation -wood pellets, burned in stirling heat and power co-generation unit, 3kW;energy;Cogeneration\Wood\Transformation -wood pellets, burned in stirling heat and power co-generation unit, 3kW;energy;Heat\Gas\Transformation -wood preservation facility construction, dipping/immersion tank;processing;Wood\Transformation\Infrastructure -wood preservation facility construction, flow coating equipment;processing;Wood\Transformation\Infrastructure -wood preservation facility construction, hot/cold dipping tank;processing;Wood\Transformation\Infrastructure -wood preservation facility construction, oscillating pressure vessel;processing;Wood\Transformation\Infrastructure -wood preservation facility construction, vacuum pressure vessel;processing;Wood\Transformation\Infrastructure -wood preservation, dipping/immersion, solvent-based preservative, indoor use,;processing;Wood\Transformation -wood preservation, dipping/immersion, solvent-based preservative, indoor use,;processing;Wood\Transformation -wood preservation, dipping/immersion, solvent-based preservative, indoor use,;processing;Wood\Transformation -wood preservation, dipping/immersion, solvent-based preservative, indoor use,;processing;Wood\Transformation -wood preservation, dipping/immersion, solvent-based preservative, outdoor use,;processing;Wood\Transformation -wood preservation, dipping/immersion, solvent-based preservative, outdoor use,;processing;Wood\Transformation -wood preservation, dipping/immersion, water-based preservative, indoor use,;processing;Wood\Transformation -wood preservation, dipping/immersion, water-based preservative, indoor use,;processing;Wood\Transformation -wood preservation, dipping/immersion, water-based preservative, indoor use, dry;processing;Wood\Transformation -wood preservation, dipping/immersion, water-based preservative, indoor use, dry;processing;Wood\Transformation -wood preservation, dipping/immersion, water-based preservative, outdoor use, no;processing;Wood\Transformation -wood preservation, dipping/immersion, water-based preservative, outdoor use, no;processing;Wood\Transformation -wood preservation, hot/cold dipping, creosote, outdoor use, ground contact;processing;Wood\Transformation -wood preservation, hot/cold dipping, creosote, outdoor use, ground contact;processing;Wood\Transformation -wood preservation, oscillating pressure method, inorganic salt, containing Cr,;processing;Wood\Transformation -wood preservation, oscillating pressure method, inorganic salt, containing Cr,;processing;Wood\Transformation -wood preservation, oscillating pressure method, organic salt, Cr-free, outdoor;processing;Wood\Transformation -wood preservation, oscillating pressure method, organic salt, Cr-free, outdoor;processing;Wood\Transformation -wood preservation, pressure vessel, creosote, outdoor use, ground contact;processing;Wood\Transformation -wood preservation, pressure vessel, creosote, outdoor use, ground contact;processing;Wood\Transformation -wood preservation, spray tunnel/deluging, solvent-based preservative, indoor;processing;Wood\Transformation -wood preservation, spray tunnel/deluging, solvent-based preservative, indoor;processing;Wood\Transformation -wood preservation, spray tunnel/deluging, solvent-based preservative, indoor;processing;Wood\Transformation -wood preservation, spray tunnel/deluging, solvent-based preservative, indoor;processing;Wood\Transformation -wood preservation, spray tunnel/deluging, solvent-based preservative, outdoor;processing;Wood\Transformation -wood preservation, spray tunnel/deluging, solvent-based preservative, outdoor;processing;Wood\Transformation -wood preservation, spray tunnel/deluging, water-based preservative, indoor use,;processing;Wood\Transformation -wood preservation, spray tunnel/deluging, water-based preservative, indoor use,;processing;Wood\Transformation -wood preservation, spray tunnel/deluging, water-based preservative, indoor use,;processing;Wood\Transformation -wood preservation, spray tunnel/deluging, water-based preservative, indoor use,;processing;Wood\Transformation -wood preservation, spray tunnel/deluging, water-based preservative, outdoor;processing;Wood\Transformation -wood preservation, spray tunnel/deluging, water-based preservative, outdoor;processing;Wood\Transformation -wood preservation, vacuum pressure method, inorganic salt, containing Cr,;processing;Wood\Transformation -wood preservation, vacuum pressure method, inorganic salt, containing Cr,;processing;Wood\Transformation -wood preservation, vacuum pressure method, organic salt, Cr-free, outdoor use,;processing;Wood\Transformation -wood preservation, vacuum pressure method, organic salt, Cr-free, outdoor use,;processing;Wood\Transformation -wood preservative production, creosote;material;Chemicals\Pesticides\Transformation -wood preservative production, creosote;material;Chemicals\Pesticides\Transformation -wood preservative production, inorganic salt, containing Cr, outdoor use,;material;Chemicals\Pesticides\Transformation -wood preservative production, organic salts, Cr-free, outdoor use, ground;material;Chemicals\Pesticides\Transformation -wood preservative production, organic, indoor use, dry;processing;Wood\Transformation -wood preservative production, organic, indoor use, occasionally wet;processing;Wood\Transformation -wood preservative production, organic, outdoor use, no ground contact;processing;Wood\Transformation -wood preservative production, water-based, indoor use, dry;processing;Wood\Transformation -wood preservative production, water-based, indoor use, occasionally wet;processing;Wood\Transformation -wood preservative production, water-based, outdoor use, no ground contact;processing;Wood\Transformation -wood wool boards production, cement bonded;material;Wood\Products\Transformation -wood wool boards production, cement bonded;material;Wood\Products\Transformation -wood wool production;material;Wood\Byproducts\Transformation -wood wool production;material;Wood\Byproducts\Transformation -wood wool production;material;Wood\Byproducts\Transformation -wood wool production;material;Wood\Products\Transformation -wood wool production;material;Wood\Products\Transformation -wood wool production;material;Wood\Products\Transformation -Woodchips from forestry residues {RER}| Cut-off,;transport;carculator\biofuels\feedstock -wooden board factory construction, cement bonded boards;material;Wood\Products\Transformation\Infrastructure -wooden board factory construction, cement bonded boards;material;Wood\Products\Transformation\Infrastructure -wooden board factory construction, organic bonded boards;material;Wood\Products\Transformation\Infrastructure -wooden board factory construction, organic bonded boards;material;Wood\Products\Transformation\Infrastructure -xylene production;material;Chemicals\Organic\Transformation -xylene production;material;Chemicals\Organic\Transformation -yarding and processing, mobile cable yarder on truck;transport;Building equipment\Transformation -yarding and processing, mobile cable yarder on truck;transport;Building equipment\Transformation -yarding, mobile cable yarder on trailer;transport;Building equipment\Transformation -yarding, mobile cable yarder on trailer;transport;Building equipment\Transformation -yarding, sled yarder;transport;Building equipment\Transformation -yarding, sled yarder;transport;Building equipment\Transformation -yarn production, cotton, open end spinning;material;Textiles\Transformation -yarn production, cotton, open end spinning;material;Textiles\Transformation -yarn production, cotton, ring spinning;material;Textiles\Transformation -yarn production, cotton, ring spinning;material;Textiles\Transformation -yarn production, cotton, ring spinning, for knitting;material;Textiles\Transformation -yarn production, cotton, ring spinning, for weaving;material;Textiles\Transformation -yarn production, jute;material;Textiles\Transformation -yarn production, jute;material;Textiles\Transformation -yarn production, jute;material;Textiles\Transformation -yarn production, kenaf;material;Textiles\Transformation -yarn production, kenaf;material;Textiles\Transformation -yarn production, silk, long fibre;material;Textiles\Transformation -yarn production, silk, long fibre;material;Textiles\Transformation -yarn production, silk, short fibre;material;Textiles\Transformation -yarn production, silk, short fibre;material;Textiles\Transformation -yogurt production, from cow milk;material;Agricultural\Food\Transformation -yogurt production, from cow milk;material;Agricultural\Food\Transformation -yogurt production, from cow milk;material;Agricultural\Food\Transformation -yogurt production, from cow milk;material;Agricultural\Food\Transformation -yogurt production, from cow milk;material;Agricultural\Food\Transformation -yogurt production, from cow milk;material;Agricultural\Food\Transformation -zeolite production, powder;material;Chemicals\Washing agents\Builders\Transformation -zeolite production, powder;material;Chemicals\Washing agents\Builders\Transformation -zeolite production, slurry, without water, in 50% solution state;material;Chemicals\Washing agents\Builders\Transformation -zeolite production, slurry, without water, in 50% solution state;material;Chemicals\Washing agents\Builders\Transformation -zinc coating, coils;processing;Metals\Coating\Transformation -zinc coating, coils;processing;Metals\Coating\Transformation -zinc coating, pieces;processing;Metals\Coating\Transformation -zinc coating, pieces;processing;Metals\Coating\Transformation -zinc coating, pieces, adjustment per micro-m;processing;Metals\Coating\Transformation -zinc coating, pieces, adjustment per micro-m;processing;Metals\Coating\Transformation -zinc mine operation;material;Minerals\Transformation -zinc mine operation;material;Minerals\Transformation -zinc mine operation;material;Metals\Non ferro\Transformation -zinc mine operation;material;Minerals\Transformation -zinc mine operation;material;Minerals\Transformation -zinc mine operation;material;Chemicals\Inorganic\Transformation -zinc mine operation;material;Minerals\Transformation -zinc mine operation;material;Chemicals\Inorganic\Transformation -zinc monosulfate production;material;Chemicals\Inorganic\Transformation -zinc monosulfate production;material;Chemicals\Inorganic\Transformation -zinc oxide production;material;Chemicals\Inorganic\Transformation -zinc oxide production;material;Chemicals\Inorganic\Transformation -zinc scrap, post-consumer to generic market for zinc;material;Metals\Non ferro\Transformation -zinc scrap, post-consumer, Recycled Content cut-off;material;Metals\Non ferro\Transformation -zinc sulfide production;material;Chemicals\Acids (inorganic)\Transformation -zinc sulfide production;material;Chemicals\Acids (inorganic)\Transformation -zinc sulfide production;material;Chemicals\Inorganic\Transformation -zinc sulfide production;material;Chemicals\Inorganic\Transformation -zirconium oxide production;material;Chemicals\Inorganic\Transformation -zirconium oxide production;material;Chemicals\Inorganic\Transformation -zucchini production;material;Agricultural\Plant production\Vegetables\Transformation -100% SNG, burned in CC plant, truck 25km, no CCS;energy;Electricity by fuel\Gas -100% SNG, burned in CC plant, truck 25km, post, pipeline 200km, storage 1000m;energy;Electricity by fuel\Gas\Carbon capture and storage -100% SNG, burned in CC plant, truck 25km, post, pipeline 400km, storage 3000m;energy;Electricity by fuel\Gas\Carbon capture and storage -adsorption and desorption unit, carbon dioxide capture process;material;Fuels\Synthetic\Carbon capture and storage -algae cultivation | algae broth production;material;Fuels\Biofuels\Biodiesel\Feedstock -algae harvesting| dry algae production;material;Fuels\Biofuels\Biodiesel\Feedstock -Ancillary BoP;transport;Road\Vehicle components\Powertrain\Fuel cell -Anode;transport;Road\Vehicle components\Energy storage\Lithium-ion battery -Anode current collector, LFP;transport;Road\Vehicle components\Energy storage\Lithium-ion battery -Anode current collector, NCA;transport;Road\Vehicle components\Energy storage\Lithium-ion battery -Anode paste, LFP;transport;Road\Vehicle components\Energy storage\Lithium-ion battery -Anode paste, NCA;transport;Road\Vehicle components\Energy storage\Lithium-ion battery -ATR BM + CCS (MDEA), 98 (average), with digestate incineration, 25 bar;material;Fuels\Hydrogen\Carbon capture and storage -ATR BM, with digestate incineration, 25 bar;material;Fuels\Hydrogen\Transformation -ATR NG + CCS (MDEA), 98 (average), 25 bar;material;Fuels\Hydrogen\Carbon capture and storage -ATR NG, 25 bar;material;Fuels\Hydrogen\Transformation -ATR-H2 GT power plant, 400MWe;energy;Electricity by fuel\Hydrogen\Infrastructure -Battery BoP;transport;Road\Vehicle components\Energy storage\Lithium-ion battery -Battery cell, LFP;transport;Road\Vehicle components\Energy storage\Lithium-ion battery -Battery cell, NCA;transport;Road\Vehicle components\Energy storage\Lithium-ion battery -Battery cell, NMC;transport;Road\Vehicle components\Energy storage\Lithium-ion battery -Battery management system;transport;Road\Vehicle components\Energy storage\Lithium-ion battery -Battery packaging;transport;Road\Vehicle components\Energy storage\Lithium-ion battery -Battery retention;transport;Road\Vehicle components\Energy storage\Lithium-ion battery -Battery tray;transport;Road\Vehicle components\Energy storage\Lithium-ion battery -Bimetallic busbars and washers;transport;Road\Vehicle components\Energy storage\Lithium-ion battery -Biodiesel from algae;material;Fuels\Biofuels\Biodiesel\Transformation -Biodiesel from cooking oil;material;Fuels\Biofuels\Biodiesel\Transformation -Biodiesel from palm oil;material;Fuels\Biofuels\Biodiesel\Transformation -Biodiesel from rapeseed oil;material;Fuels\Biofuels\Biodiesel\Transformation -biogas purification to biomethane by amino washing;material;Fuels\Biofuels\Biogas\Infrastructure -biogas purification to biomethane by membrane technique;material;Fuels\Biofuels\Biogas\Infrastructure -biogas purification to biomethane by pressure swing adsorption;material;Fuels\Biofuels\Biogas\Infrastructure -biogas upgrading - sewage sludge - amine scrubbing - best;material;Fuels\Biofuels\Biogas\Infrastructure -Biogas, burned in power plant/NGCC, no CCS;energy;Electricity by fuel\Gas -Biogas, burned in power plant/post, pipeline 200km, storage 1000m/RER;energy;Electricity by fuel\Gas\Carbon capture and storage -Biogas, burned in power plant/post, pipeline 400km, storage 1000m/RER;energy;Electricity by fuel\Gas\Carbon capture and storage -Biogas, burned in power plant/post, pipeline 400km, storage 3000m/RER;energy;Electricity by fuel\Gas\Carbon capture and storage -Biogas, in ATR H2-CC/pre, pipeline 200km, storage 1000m;energy;Electricity by fuel\Gas\Carbon capture and storage -biomethane from biogas upgrading - biowaste - amine scrubbing;material;Fuels\Biofuels\Biogas\Transformation -biomethane from biogas upgrading - biowaste - amine scrubbing, best - with biogenic carbon uptake, lower bound C sequestration, digestate incineration;material;Fuels\Biofuels\Biogas\Transformation -biomethane pressure reduction from high to low pressure;material;Fuels\Biofuels\Biogas\Transformation -biomethane production, high pressure from synthetic gas, wood, fixed bed technology;material;Fuels\Biofuels\Biogas\Transformation -biomethane production, high pressure from synthetic gas, wood, fluidised technology;material;Fuels\Biofuels\Biogas\Transformation -biomethane production, high pressure, vehicle grade;material;Fuels\Biofuels\Biogas\Transformation -biomethane production, low pressure, vehicle grade;material;Fuels\Biofuels\Biogas\Transformation -biomethane production, medium pressure, vehicle grade;material;Fuels\Biofuels\Biogas\Transformation -Bipolar plate;transport;Road\Vehicle components\Powertrain\Fuel cell -Buffer tank;material;Fuels\Hydrogen\Infrastructure -carbon dioxide capture system;material;Fuels\Synthetic\Carbon capture and storage -carbon dioxide, captured from atmosphere;material;Fuels\Synthetic\Carbon capture and storage -Carbon fibre, from acrylonitrile;transport;Road\Vehicle components\Energy storage\Hydrogen tank -Carbon monoxide, from RWGS;material;Fuels\Synthetic\Infrastructure -Carbon monoxide, from RWGS, hydrogen from coal gasification;material;Fuels\Synthetic\Infrastructure -Catalyst layer;transport;Road\Vehicle components\Powertrain\Fuel cell -Cathode;transport;Road\Vehicle components\Energy storage\Lithium-ion battery -Cathode current collector, LFP;transport;Road\Vehicle components\Energy storage\Lithium-ion battery -Cathode current collector, NCA;transport;Road\Vehicle components\Energy storage\Lithium-ion battery -Cathode paste, LFP;transport;Road\Vehicle components\Energy storage\Lithium-ion battery -Cathode paste, NCA;transport;Road\Vehicle components\Energy storage\Lithium-ion battery -Cell container;transport;Road\Vehicle components\Energy storage\Lithium-ion battery -Clamps and fasteners;transport;Road\Vehicle components\Energy storage\Lithium-ion battery -CO2 capture/100% SNG, post, 200km pipeline, storage 1000m;energy;Electricity by fuel\Gas\Carbon capture and storage\Infrastructure -CO2 capture/100% SNG, post, 400km pipeline, storage 3000m;energy;Electricity by fuel\Gas\Carbon capture and storage\Infrastructure -CO2 capture/at H2 production plant, pre, pipeline 200km, storage 1000m;energy;Electricity by fuel\Hydrogen\Carbon capture and storage\Infrastructure -CO2 capture/at H2 production plant, pre, pipeline 400km, storage 3000m;energy;Electricity by fuel\Hydrogen\Carbon capture and storage\Infrastructure -CO2 capture/at wood burning power plant 20 MW, truck 25km, post, pipeline 200km, storage 1000m;energy;Electricity by fuel\Biomass\Carbon capture and storage\Infrastructure -CO2 capture/at wood burning power plant 20 MW, truck 25km, post, pipeline 400km, storage 3000m;energy;Electricity by fuel\Biomass\Carbon capture and storage\Infrastructure -CO2 capture/hard coal, oxy, pipeline 200km, storage 1000m;energy;Electricity by fuel\Coal\Carbon capture and storage\Infrastructure -CO2 capture/hard coal, oxy, pipeline 400km, storage 3000m;energy;Electricity by fuel\Coal\Carbon capture and storage\Infrastructure -CO2 capture/hard coal, post, pipeline 200km, storage 1000m;energy;Electricity by fuel\Coal\Carbon capture and storage\Infrastructure -CO2 capture/hard coal, post, pipeline 400km, storage 1000m;energy;Electricity by fuel\Coal\Carbon capture and storage\Infrastructure -CO2 capture/hard coal, post, pipeline 400km, storage 3000m;energy;Electricity by fuel\Coal\Carbon capture and storage\Infrastructure -CO2 capture/hard coal, pre, pipeline 200km, storage 1000m;energy;Electricity by fuel\Coal\Carbon capture and storage\Infrastructure -CO2 capture/hard coal, pre, pipeline 400km, storage 3000m;energy;Electricity by fuel\Coal\Carbon capture and storage\Infrastructure -CO2 capture/lignite, oxy, pipeline 200km, storage 1000m;energy;Electricity by fuel\Lignite\Carbon capture and storage\Infrastructure -CO2 capture/lignite, oxy, pipeline 400km, storage 3000m;energy;Electricity by fuel\Lignite\Carbon capture and storage\Infrastructure -CO2 capture/lignite, post, pipeline 200km, storage 1000m;energy;Electricity by fuel\Lignite\Carbon capture and storage\Infrastructure -CO2 capture/lignite, post, pipeline 400km, storage 3000m;energy;Electricity by fuel\Lignite\Carbon capture and storage\Infrastructure -CO2 capture/lignite, pre, pipeline 200km, storage 1000m;energy;Electricity by fuel\Lignite\Carbon capture and storage\Infrastructure -CO2 capture/lignite, pre, pipeline 400km, storage 3000m;energy;Electricity by fuel\Lignite\Carbon capture and storage\Infrastructure -CO2 capture/natural gas, post, 200km pipeline, storage 1000m;energy;Electricity by fuel\Gas\Carbon capture and storage\Infrastructure -CO2 capture/natural gas, post, 400km pipeline, storage 1000m;energy;Electricity by fuel\Gas\Carbon capture and storage\Infrastructure -CO2 capture/natural gas, post, 400km pipeline, storage 3000m;energy;Electricity by fuel\Gas\Carbon capture and storage\Infrastructure -CO2 capture/natural gas, pre, 200km pipeline, storage 1000m;energy;Electricity by fuel\Gas\Carbon capture and storage\Infrastructure -CO2 capture/natural gas, pre, 400km pipeline, storage 3000m;energy;Electricity by fuel\Gas\Carbon capture and storage\Infrastructure -CO2 storage/100% SNG, post, 200km pipeline, storage 1000m;energy;Electricity by fuel\Gas\Carbon capture and storage\Infrastructure -CO2 storage/100% SNG, post, 400km pipeline, storage 3000m;energy;Electricity by fuel\Gas\Carbon capture and storage\Infrastructure -CO2 storage/at H2 production plant, pre, pipeline 200km, storage 1000m;energy;Electricity by fuel\Hydrogen\Carbon capture and storage\Infrastructure -CO2 storage/at H2 production plant, pre, pipeline 400km, storage 3000m;energy;Electricity by fuel\Hydrogen\Carbon capture and storage\Infrastructure -CO2 storage/at wood burning power plant 20 MW, truck 25km, post, pipeline 200km, storage 1000m;energy;Electricity by fuel\Biomass\Carbon capture and storage\Infrastructure -CO2 storage/at wood burning power plant 20 MW, truck 25km, post, pipeline 400km, storage 3000m;energy;Electricity by fuel\Biomass\Carbon capture and storage\Infrastructure -CO2 storage/hard coal, oxy, pipeline 200km, storage 1000m;energy;Electricity by fuel\Coal\Carbon capture and storage\Infrastructure -CO2 storage/hard coal, oxy, pipeline 400km, storage 3000m;energy;Electricity by fuel\Coal\Carbon capture and storage\Infrastructure -CO2 storage/hard coal, post, pipeline 200km, storage 1000m;energy;Electricity by fuel\Coal\Carbon capture and storage\Infrastructure -CO2 storage/hard coal, post, pipeline 400km, storage 1000m;energy;Electricity by fuel\Coal\Carbon capture and storage\Infrastructure -CO2 storage/hard coal, post, pipeline 400km, storage 3000m;energy;Electricity by fuel\Coal\Carbon capture and storage\Infrastructure -CO2 storage/hard coal, pre, pipeline 200km, storage 1000m;energy;Electricity by fuel\Coal\Carbon capture and storage\Infrastructure -CO2 storage/hard coal, pre, pipeline 400km, storage 3000m;energy;Electricity by fuel\Coal\Carbon capture and storage\Infrastructure -CO2 storage/lignite, oxy, pipeline 200km, storage 1000m;energy;Electricity by fuel\Lignite\Carbon capture and storage\Infrastructure -CO2 storage/lignite, oxy, pipeline 400km, storage 3000m;energy;Electricity by fuel\Lignite\Carbon capture and storage\Infrastructure -CO2 storage/lignite, post, pipeline 200km, storage 1000m;energy;Electricity by fuel\Lignite\Carbon capture and storage\Infrastructure -CO2 storage/lignite, post, pipeline 400km, storage 3000m;energy;Electricity by fuel\Lignite\Carbon capture and storage\Infrastructure -CO2 storage/lignite, pre, pipeline 200km, storage 1000m;energy;Electricity by fuel\Lignite\Carbon capture and storage\Infrastructure -CO2 storage/lignite, pre, pipeline 400km, storage 3000m;energy;Electricity by fuel\Lignite\Carbon capture and storage\Infrastructure -CO2 storage/natural gas, post, 200km pipeline, storage 1000m;energy;Electricity by fuel\Gas\Carbon capture and storage\Infrastructure -CO2 storage/natural gas, post, 400km pipeline, storage 1000m;energy;Electricity by fuel\Gas\Carbon capture and storage\Infrastructure -CO2 storage/natural gas, post, 400km pipeline, storage 3000m;energy;Electricity by fuel\Gas\Carbon capture and storage\Infrastructure -CO2 storage/natural gas, pre, 200km pipeline, storage 1000m;energy;Electricity by fuel\Gas\Carbon capture and storage\Infrastructure -CO2 storage/natural gas, pre, 400km pipeline, storage 3000m;energy;Electricity by fuel\Gas\Carbon capture and storage\Infrastructure -Coating and curing, general manufacturing;transport;Road\Vehicle components\Powertrain\Fuel cell -Cobalt sulfate;transport;Road\Vehicle components\Energy storage\Lithium-ion battery -Construction, BIGCC power plant 450MW;energy;Electricity by fuel\Gas\Transformation\Infrastructure -construction, hard coal IGCC power plant 450MW/p;energy;Electricity by fuel\Coal\Transformation\Infrastructure -construction, lignite IGCC power plant 450MW;energy;Electricity by fuel\Lignite\Transformation\Infrastructure -container, with pipes and fittings, for diaphragm compressor;material;Fuels\Hydrogen\Infrastructure -control panel, carbon dioxide capture process;material;Fuels\Synthetic\Carbon capture and storage -Cooling system;transport;Road\Vehicle components\Energy storage\Lithium-ion battery -cooling unit, carbon dioxide capture process;material;Fuels\Synthetic\Carbon capture and storage -Crude Palm Oil extraction from FFBs {RER} |oil mill|;material;Fuels\Biofuels\Biodiesel\Feedstock -Crude vegetable oil | oil mill: extraction of vegetable oil from rapeseed | Alloc Rec, U;material;Fuels\Biofuels\Biodiesel\Feedstock -diaphragm compressor module, high pressure;material;Fuels\Hydrogen\Infrastructure -diaphragms, for diaphragm compressor;material;Fuels\Hydrogen\Infrastructure -diesel production, low-sulfur, petroleum refinery operation;material;Fuels\Oil\Transformation -Diesel production, synthetic, Fischer Tropsch process, economic allocation;material;Fuels\Synthetic\Transformation -Diesel production, synthetic, Fischer Tropsch process, energy allocation;material;Fuels\Synthetic\Transformation -Diesel production, synthetic, Fischer Tropsch process, hydrogen from coal gasification, economic allocation;material;Fuels\Synthetic\Transformation -Diesel production, synthetic, Fischer Tropsch process, hydrogen from coal gasification, energy allocation;material;Fuels\Synthetic\Transformation -diesel, import from RoW;material;Fuels\Oil\Transformation -diesel, low-sulfur, import from RoW;material;Fuels\Oil\Transformation -Dismantling, BIGCC power plant 450MW;energy;Electricity by fuel\Biomass\Infrastructure -dismantling, hard coal IGCC power plant 450MW/p;energy;Electricity by fuel\Coal\Infrastructure -dismantling, lignite IGCC power plant 450MW;energy;Electricity by fuel\Lignite\Infrastructure -Disposal, hydrogen fuelling station;material;Fuels\Hydrogen\Infrastructure -drilling, deep borehole/m;energy;Electricity by fuel\Gas\Carbon capture and storage\Infrastructure -electricity production, at BIGCC power plant 450MW, no CCS;energy;Electricity by fuel\Biomass -electricity production, at BIGCC power plant 450MW, pre, pipeline 200km, storage 1000m;energy;Electricity by fuel\Biomass\Carbon capture and storage -electricity production, at BIGCC power plant 450MW, pre, pipeline 400km, storage 3000m;energy;Electricity by fuel\Biomass\Carbon capture and storage -electricity production, at co-generation power plant/hard coal, oxy, pipeline 200km, storage 1000m;energy;Electricity by fuel\Coal\Carbon capture and storage -electricity production, at co-generation power plant/hard coal, oxy, pipeline 400km, storage 3000m;energy;Electricity by fuel\Coal\Carbon capture and storage -electricity production, at co-generation power plant/hard coal, post, pipeline 200km, storage 1000m;energy;Electricity by fuel\Coal\Carbon capture and storage -electricity production, at co-generation power plant/hard coal, post, pipeline 400km, storage 1000m;energy;Electricity by fuel\Coal\Carbon capture and storage -electricity production, at co-generation power plant/hard coal, post, pipeline 400km, storage 3000m;energy;Electricity by fuel\Coal\Carbon capture and storage -electricity production, at co-generation power plant/hard coal, pre, pipeline 200km, storage 1000m;energy;Electricity by fuel\Coal\Carbon capture and storage -electricity production, at co-generation power plant/hard coal, pre, pipeline 400km, storage 3000m;energy;Electricity by fuel\Coal\Carbon capture and storage -electricity production, at co-generation power plant/natural gas, post, pipeline 200km, storage 1000m;energy;Electricity by fuel\Gas\Carbon capture and storage -electricity production, at co-generation power plant/natural gas, pre, pipeline 200km, storage 1000m;energy;Electricity by fuel\Gas\Carbon capture and storage -electricity production, at co-generation power plant/oil, post, pipeline 200km, storage 1000m;energy;Electricity by fuel\Oil\Carbon capture and storage -electricity production, at co-generation power plant/oil, pre, pipeline 200km, storage 1000m;energy;Electricity by fuel\Oil\Carbon capture and storage -electricity production, at co-generation power plant/wood, post, pipeline 200km, storage 1000m;energy;Electricity by fuel\Biomass\Carbon capture and storage -electricity production, at co-generation power plant/wood, post, pipeline 400km, storage 3000m;energy;Electricity by fuel\Biomass\Carbon capture and storage -electricity production, at power plant/biogas, NGCC, no CCS/kWh;energy;Electricity by fuel\Gas -electricity production, at power plant/biogas, post, pipeline 200km, storage 1000m;energy;Electricity by fuel\Gas\Carbon capture and storage -electricity production, at power plant/biogas, post, pipeline 400km, storage 1000m;energy;Electricity by fuel\Gas\Carbon capture and storage -electricity production, at power plant/biogas, post, pipeline 400km, storage 3000m;energy;Electricity by fuel\Gas\Carbon capture and storage -electricity production, at power plant/from autothermal reforming of biogas, pre, pipeline 200km, storage 1000m;energy;Electricity by fuel\Gas\Carbon capture and storage -electricity production, at power plant/hard coal, IGCC, no CCS;energy;Electricity by fuel\Coal -electricity production, at power plant/hard coal, oxy, pipeline 200km, storage 1000m;energy;Electricity by fuel\Coal\Carbon capture and storage -electricity production, at power plant/hard coal, oxy, pipeline 400km, storage 3000m;energy;Electricity by fuel\Coal\Carbon capture and storage -electricity production, at power plant/hard coal, PC, no CCS;energy;Electricity by fuel\Coal -electricity production, at power plant/hard coal, post, pipeline 200km, storage 1000m;energy;Electricity by fuel\Coal\Carbon capture and storage -electricity production, at power plant/hard coal, post, pipeline 400km, storage 1000m;energy;Electricity by fuel\Coal\Carbon capture and storage -electricity production, at power plant/hard coal, post, pipeline 400km, storage 3000m;energy;Electricity by fuel\Coal\Carbon capture and storage -electricity production, at power plant/hard coal, pre, pipeline 200km, storage 1000m;energy;Electricity by fuel\Coal\Carbon capture and storage -electricity production, at power plant/hard coal, pre, pipeline 400km, storage 3000m;energy;Electricity by fuel\Coal\Carbon capture and storage -electricity production, at power plant/lignite, IGCC, no CCS;energy;Electricity by fuel\Lignite -electricity production, at power plant/lignite, oxy, pipeline 200km, storage 1000m;energy;Electricity by fuel\Lignite\Carbon capture and storage -electricity production, at power plant/lignite, oxy, pipeline 400km, storage 3000m;energy;Electricity by fuel\Lignite\Carbon capture and storage -electricity production, at power plant/lignite, PC, no CCS;energy;Electricity by fuel\Lignite\Transformation\Infrastructure -electricity production, at power plant/lignite, post, pipeline 200km, storage 1000m;energy;Electricity by fuel\Lignite\Carbon capture and storage -electricity production, at power plant/lignite, post, pipeline 400km, storage 3000m;energy;Electricity by fuel\Lignite\Carbon capture and storage -electricity production, at power plant/lignite, pre, pipeline 200km, storage 1000m;energy;Electricity by fuel\Lignite\Carbon capture and storage -electricity production, at power plant/lignite, pre, pipeline 400km, storage 3000m;energy;Electricity by fuel\Lignite\Carbon capture and storage -electricity production, at power plant/natural gas, ATR H2-CC, no CCS;energy;Electricity by fuel\Hydrogen\Carbon capture and storage -electricity production, at power plant/natural gas, NGCC, no CCS/kWh;energy;Electricity by fuel\Gas -electricity production, at power plant/natural gas, post, pipeline 200km, storage 1000m;energy;Electricity by fuel\Gas\Carbon capture and storage -electricity production, at power plant/natural gas, post, pipeline 400km, storage 1000m;energy;Electricity by fuel\Gas\Carbon capture and storage -electricity production, at power plant/natural gas, post, pipeline 400km, storage 3000m;energy;Electricity by fuel\Gas\Carbon capture and storage -electricity production, at power plant/natural gas, pre, pipeline 200km, storage 1000m;energy;Electricity by fuel\Gas\Carbon capture and storage -electricity production, at power plant/natural gas, pre, pipeline 400km, storage 3000m;energy;Electricity by fuel\Gas\Carbon capture and storage -electricity production, at wood burning power plant 20 MW, truck 25km, no CCS;energy;Electricity by fuel\Biomass -electricity production, at wood burning power plant 20 MW, truck 25km, post, pipeline 200km, storage 1000m;energy;Electricity by fuel\Biomass\Carbon capture and storage -electricity production, at wood burning power plant 20 MW, truck 25km, post, pipeline 400km, storage 3000m;energy;Electricity by fuel\Biomass\Carbon capture and storage -electricity production, cobalt industry;energy; -electricity production, from CC plant, 100% SNG, truck 25km, no CCS;energy;Electricity by fuel\Gas -electricity production, from CC plant, 100% SNG, truck 25km, post, pipeline 200km, storage 1000m;energy;Electricity by fuel\Gas\Carbon capture and storage -electricity production, from CC plant, 100% SNG, truck 25km, post, pipeline 400km, storage 3000m;energy;Electricity by fuel\Gas\Carbon capture and storage -electricity production, photovoltaic, 3kWp facade installation, multi-Si, laminated, integrated;energy;Electricity by fuel\Photovoltaic -electricity production, photovoltaic, 3kWp facade installation, multi-Si, panel, mounted;energy;Electricity by fuel\Photovoltaic -electricity production, photovoltaic, 3kWp facade installation, single-Si, laminated, integrated;energy;Electricity by fuel\Photovoltaic -electricity production, photovoltaic, 3kWp facade installation, single-Si, panel, mounted;energy;Electricity by fuel\Photovoltaic -electricity production, photovoltaic, 3kWp slanted-roof installation, a-Si, laminated, integrated;energy;Electricity by fuel\Photovoltaic -electricity production, photovoltaic, 3kWp slanted-roof installation, a-Si, panel, mounted;energy;Electricity by fuel\Photovoltaic -electricity production, photovoltaic, 3kWp slanted-roof installation, CdTe, laminated, integrated;energy;Electricity by fuel\Photovoltaic -electricity production, photovoltaic, 3kWp slanted-roof installation, CIS, panel, mounted;energy;Electricity by fuel\Photovoltaic -electricity production, photovoltaic, 3kWp slanted-roof installation, multi-Si, laminated, integrated;energy;Electricity by fuel\Photovoltaic -electricity production, photovoltaic, 3kWp slanted-roof installation, multi-Si, panel, mounted;energy;Electricity by fuel\Photovoltaic -electricity production, photovoltaic, 3kWp slanted-roof installation, multi-Si, panel, mounted, label-certified;energy;Electricity by fuel\Photovoltaic -electricity production, photovoltaic, 3kWp slanted-roof installation, ribbon-Si, laminated, integrated;energy;Electricity by fuel\Photovoltaic -electricity production, photovoltaic, 3kWp slanted-roof installation, ribbon-Si, panel, mounted;energy;Electricity by fuel\Photovoltaic -electricity production, photovoltaic, 3kWp slanted-roof installation, single-Si, laminated, integrated;energy;Electricity by fuel\Photovoltaic -electricity production, photovoltaic, 3kWp slanted-roof installation, single-Si, panel, mounted;energy;Electricity by fuel\Photovoltaic -electricity production, photovoltaic, 3kWp slanted-roof installation, single-Si, panel, mounted, label-certified;energy;Electricity by fuel\Photovoltaic -Electrolyte;transport;Road\Vehicle components\Energy storage\Lithium-ion battery -electrolyte, copper-rich to generic market for copper-rich materials;transport;Road\Vehicle components\Energy storage\Lithium-ion battery -Electrolyte, LFP;transport;Road\Vehicle components\Energy storage\Lithium-ion battery -Electrolyte, NCA;transport;Road\Vehicle components\Energy storage\Lithium-ion battery -End plate;transport;Road\Vehicle components\Energy storage\Lithium-ion battery -End-busbar aluminum;transport;Road\Vehicle components\Energy storage\Lithium-ion battery -End-busbar copper;transport;Road\Vehicle components\Energy storage\Lithium-ion battery -Essential BoP;transport;Road\Vehicle components\Powertrain\Fuel cell -Ethanol from forest residues;material;Fuels\Biofuels\Ethanol\Transformation -Ethanol from maize starch;material;Fuels\Biofuels\Ethanol\Transformation -Ethanol from sugarbeet;material;Fuels\Biofuels\Ethanol\Transformation -Ethanol from wheat grains;material;Fuels\Biofuels\Ethanol\Transformation -Ethanol from wheat straw pellets;material;Fuels\Biofuels\Ethanol\Transformation -ethanol without biogas;material;Fuels\Biofuels\Ethanol\Transformation -ethanol, from fermentation, to market for ethanol, vehicle grade;material;Fuels\Biofuels\Ethanol\Transformation -Fixed bed reactor for RWGS;material;Fuels\Synthetic\Infrastructure -frequency converter, for diaphragm compressor;material;Fuels\Hydrogen\Infrastructure -Fuel tank, compressed hydrogen gas, 700bar;transport;Road\Vehicle components\Energy storage\Hydrogen tank -Fuel tank, compressed hydrogen gas, 700bar, with aluminium liner;transport;Road\Vehicle components\Energy storage\Hydrogen tank -Fuel tank, compressed hydrogen gas, 700bar, with HDPE liner;transport;Road\Vehicle components\Energy storage\Hydrogen tank -Gas Diffusion Layer;transport;Road\Vehicle components\Powertrain\Fuel cell -Gasoline production, synthetic, from methanol;material;Fuels\Synthetic\Transformation -Gas-to-liquid plant construction;material;Fuels\Synthetic\Infrastructure -Glider lightweighting;transport;Road\Vehicle components -Hard coal IGCC power plant 450MW;energy;Electricity by fuel\Gas\Transformation\Infrastructure -Hard coal IGCC power plant, operation, no CCS;energy;Electricity by fuel\Gas\Transformation\Infrastructure -Hard coal IGCC power plant, operation, with CCS;energy;Electricity by fuel\Coal\Carbon capture and storage\Infrastructure -Hard coal, burned in power plant/IGCC, no CCS;energy;Electricity by fuel\Coal\Transformation -Hard coal, burned in power plant/oxy, pipeline 200km, storage 1000m;energy;Electricity by fuel\Coal\Carbon capture and storage -Hard coal, burned in power plant/oxy, pipeline 400km, storage 3000m;energy;Electricity by fuel\Coal\Carbon capture and storage -Hard coal, burned in power plant/PC, no CCS;energy;Electricity by fuel\Coal\Transformation -Hard coal, burned in power plant/post, pipeline 200km, storage 1000m;energy;Electricity by fuel\Coal\Carbon capture and storage -Hard coal, burned in power plant/post, pipeline 400km, storage 1000m;energy;Electricity by fuel\Coal\Carbon capture and storage -Hard coal, burned in power plant/post, pipeline 400km, storage 3000m;energy;Electricity by fuel\Coal\Carbon capture and storage -Hard coal, burned in power plant/pre, pipeline 200km, storage 1000m;energy;Electricity by fuel\Coal\Carbon capture and storage -Hard coal, burned in power plant/pre, pipeline 400km, storage 3000m;energy;Electricity by fuel\Coal\Carbon capture and storage -hardwood forestry, beech, sustainable forest management_CF = -1;material;Fuels\Synthetic\Feedstock -hardwood forestry, birch, sustainable forest management_CF = -1;material;Fuels\Synthetic\Feedstock -hardwood forestry, mixed species, sustainable forest management, CF = -1;material;Fuels\Synthetic\Feedstock -hardwood forestry, oak, sustainable forest management_CF = -1;material;Fuels\Synthetic\Feedstock -heat and power co-generation unit construction, 160kW electrical, common components for heat+electricity;energy;Cogeneration\Infrastructure -heat and power co-generation unit construction, 160kW electrical, components for electricity only;energy;Cogeneration\Infrastructure -heat and power co-generation unit construction, 160kW electrical, components for heat only;energy;Cogeneration\Infrastructure -heat and power co-generation unit construction, 1MW electrical, common components for heat+electricity;energy;Cogeneration\Infrastructure -heat and power co-generation unit construction, 1MW electrical, components for electricity only;energy;Cogeneration\Infrastructure -heat and power co-generation unit construction, 1MW electrical, components for heat only;energy;Cogeneration\Infrastructure -heat and power co-generation unit construction, 200kW electrical, common components for heat+electricity;energy;Cogeneration\Infrastructure -heat and power co-generation unit construction, 200kW electrical, components for electricity only;energy;Cogeneration\Infrastructure -heat and power co-generation unit construction, 200kW electrical, components for heat only;energy;Cogeneration\Infrastructure -heat and power co-generation unit construction, 200kW electrical, diesel SCR, common components for heat+electricity;energy;Cogeneration\Infrastructure -heat and power co-generation unit construction, 200kW electrical, diesel SCR, components for electricity only;energy;Cogeneration\Infrastructure -heat and power co-generation unit construction, 200kW electrical, diesel SCR, components for heat only;energy;Cogeneration\Infrastructure -heat and power co-generation unit construction, 500kW electrical, common components for heat+electricity;energy;Cogeneration\Infrastructure -heat and power co-generation unit construction, 500kW electrical, components for electricity only;energy;Cogeneration\Infrastructure -heat and power co-generation unit construction, 500kW electrical, components for heat only;energy;Cogeneration\Infrastructure -heat and power co-generation unit construction, 50kW electrical, common components for heat+electricity;energy;Cogeneration\Infrastructure -heat and power co-generation unit construction, 50kW electrical, components for electricity only;energy;Cogeneration\Infrastructure -heat and power co-generation unit construction, 50kW electrical, components for heat only;energy;Cogeneration\Infrastructure -heat and power co-generation unit construction, 6400kW thermal, common components for heat+electricity;energy;Cogeneration\Infrastructure -heat and power co-generation unit construction, 6400kW thermal, components for electricity only;energy;Cogeneration\Infrastructure -heat and power co-generation unit construction, organic Rankine cycle, 1000kW electrical;energy;Cogeneration\Infrastructure -heat and power co-generation unit construction, organic Rankine cycle, 1400kW thermal, building;energy;Cogeneration\Infrastructure -heat and power co-generation unit construction, organic Rankine cycle, 1400kW thermal, common components, heat+el;energy;Cogeneration\Infrastructure -heat and power co-generation unit construction, organic Rankine cycle, 1400kW thermal, components for electricity only;energy;Cogeneration\Infrastructure -heat and power co-generation unit construction, organic Rankine cycle, 200kW electrical;energy;Cogeneration\Infrastructure -heat and power co-generation unit construction, organic Rankine cycle, 3MW electrical;energy;Cogeneration\Infrastructure -heat and power co-generation, natural gas, combined cycle power plant, 400MW electrical;energy;Cogeneration\Gas\Infrastructure -heat and power co-generation, natural gas, conventional power plant, 100MW electrical;energy;Cogeneration\Gas\Infrastructure -heat and power co-generation, wood chips, 6667 kW, state-of-the-art 2014, label-certified;energy;Cogeneration\Biomass\Infrastructure -heat exchanger, carbon dioxide capture process;material;Fuels\Synthetic\Carbon capture and storage -heat production, at co-generation power plant/hard coal, oxy, pipeline 200km, storage 1000m;energy;Heat\Coal\Carbon capture and storage -heat production, at co-generation power plant/hard coal, oxy, pipeline 400km, storage 3000m;energy;Heat\Coal\Carbon capture and storage -heat production, at co-generation power plant/hard coal, post, pipeline 200km, storage 1000m;energy;Heat\Coal\Carbon capture and storage -heat production, at co-generation power plant/hard coal, post, pipeline 400km, storage 1000m;energy;Heat\Coal\Carbon capture and storage -heat production, at co-generation power plant/hard coal, post, pipeline 400km, storage 3000m;energy;Heat\Coal\Carbon capture and storage -heat production, at co-generation power plant/hard coal, pre, pipeline 200km, storage 1000m;energy;Heat\Coal\Carbon capture and storage -heat production, at co-generation power plant/hard coal, pre, pipeline 400km, storage 3000m;energy;Heat\Coal\Carbon capture and storage -heat production, at co-generation power plant/natural gas, post, pipeline 200km, storage 1000m;energy;Heat\Gas\Carbon capture and storage -heat production, at co-generation power plant/natural gas, pre, pipeline 200km, storage 1000m;energy;Heat\Gas\Carbon capture and storage -heat production, at co-generation power plant/oil, post, pipeline 200km, storage 1000m;energy;Heat\Oil\Carbon capture and storage -heat production, at co-generation power plant/oil, pre, pipeline 200km, storage 1000m;energy;Heat\Oil\Carbon capture and storage -heat production, at co-generation power plant/wood, post, pipeline 200km, storage 1000m;energy;Heat\Wood\Carbon capture and storage -heat production, at co-generation power plant/wood, post, pipeline 400km, storage 3000m;energy;Heat\Wood\Carbon capture and storage -Heat transfer plate;transport;Road\Vehicle components\Energy storage\Lithium-ion battery -High voltage system;transport;Road\Vehicle components\Energy storage\Lithium-ion battery -hot water tank, carbon dioxide capture process;material;Fuels\Synthetic\Carbon capture and storage -Hydrogen dispenser, for gaseous hydrogen;material;Fuels\Hydrogen\Infrastructure -Hydrogen refuelling station, SMR;material;Fuels\Hydrogen\Infrastructure -Hydrogen, from steam reforming of biomass gas, at reforming plant, no CCS;material;Fuels\Hydrogen\Transformation -Hydrogen, from steam reforming of biomassgas, at reforming plant, pre, pipeline 200km, storage 1000m;material;Fuels\Hydrogen\Transformation\Carbon capture and storage -Hydrogen, from steam reforming of biomassgas, at reforming plant, pre, pipeline 400km, storage 3000m;material;Fuels\Hydrogen\Transformation\Carbon capture and storage -Hydrogen, gaseous, 25 bar, from dual fluidised bed gasification of woody biomass with CCS, at gasification plant;material;Fuels\Hydrogen\Transformation\Carbon capture and storage -Hydrogen, gaseous, 25 bar, from dual fluidised bed gasification of woody biomass, at gasification plant;material;Fuels\Hydrogen\Transformation -Hydrogen, gaseous, 25 bar, from electrolysis;material;Fuels\Hydrogen\Transformation -Hydrogen, gaseous, 25 bar, from gasification of woody biomass in oxy-fired entrained flow gasifier, at gasification plant;material;Fuels\Hydrogen\Transformation -Hydrogen, gaseous, 25 bar, from gasification of woody biomass in oxy-fired entrained flow gasifier, with CCS, at gasification plant;material;Fuels\Hydrogen\Transformation\Carbon capture and storage -Hydrogen, gaseous, 30 bar, from hard coal gasification and reforming, at coal gasification plant;material;Fuels\Hydrogen\Transformation -Hydrogen, gaseous, 700 bar, ATR of NG, at fuelling station;material;Fuels\Hydrogen\Transformation -Hydrogen, gaseous, 700 bar, ATR of NG, with CCS, at fuelling station;material;Fuels\Hydrogen\Transformation\Carbon capture and storage -Hydrogen, gaseous, 700 bar, from ATR of biogas with CCS, at fuelling station;material;Fuels\Hydrogen\Transformation\Carbon capture and storage -Hydrogen, gaseous, 700 bar, from ATR of biogas, at fuelling station;material;Fuels\Hydrogen\Transformation -Hydrogen, gaseous, 700 bar, from coal gasification, at fuelling station;material;Fuels\Hydrogen\Transformation -Hydrogen, gaseous, 700 bar, from dual fluidised bed gasification of woody biomass with CCS, at fuelling station;material;Fuels\Hydrogen\Transformation\Carbon capture and storage -Hydrogen, gaseous, 700 bar, from dual fluidised bed gasification of woody biomass, at fuelling station;material;Fuels\Hydrogen\Transformation -Hydrogen, gaseous, 700 bar, from electrolysis, at fuelling station;material;Fuels\Hydrogen\Transformation -Hydrogen, gaseous, 700 bar, from gasification of woody biomass in oxy-fired entrained flow gasifier, at fuelling station;material;Fuels\Hydrogen\Transformation -Hydrogen, gaseous, 700 bar, from gasification of woody biomass in oxy-fired entrained flow gasifier, with CCS, at fuelling station;material;Fuels\Hydrogen\Transformation\Carbon capture and storage -Hydrogen, gaseous, 700 bar, from SMR of biogas with CCS, at fuelling station;material;Fuels\Hydrogen\Transformation\Carbon capture and storage -Hydrogen, gaseous, 700 bar, from SMR of biogas, at fuelling station;material;Fuels\Hydrogen\Transformation -Hydrogen, gaseous, 700 bar, from SMR of NG, at fuelling station;material;Fuels\Hydrogen\Transformation -Hydrogen, gaseous, 700 bar, from SMR of NG, with CCS, at fuelling station;material;Fuels\Hydrogen\Transformation\Carbon capture and storage -IBIS;transport;Road\Vehicle components\Energy storage\Lithium-ion battery -IBIS fasteners;transport;Road\Vehicle components\Energy storage\Lithium-ion battery -Inner frame;transport;Road\Vehicle components\Energy storage\Lithium-ion battery -Kerosene production, synthetic, Fischer Tropsch process, economic allocation;material;Fuels\Synthetic\Transformation -Kerosene production, synthetic, Fischer Tropsch process, energy allocation;material;Fuels\Synthetic\Transformation -Kerosene production, synthetic, Fischer Tropsch process, hydrogen from coal gasification, economic allocation;material;Fuels\Synthetic\Transformation -Kerosene production, synthetic, Fischer Tropsch process, hydrogen from coal gasification, energy allocation;material;Fuels\Synthetic\Transformation -Lignite IGCC power plant 450MW;energy;Electricity by fuel\Lignite\Transformation\Infrastructure -Lignite IGCC power plant, operation, no CCS;energy;Electricity by fuel\Lignite\Transformation\Infrastructure -Lignite IGCC power plant, operation, with CCS;energy;Electricity by fuel\Lignite\Carbon capture and storage\Infrastructure -Lignite, burned in power plant/IGCC, no CCS;energy;Electricity by fuel\Lignite\Transformation\Infrastructure -Lignite, burned in power plant/oxy, pipeline 200km, storage 1000m;energy;Electricity by fuel\Lignite\Carbon capture and storage -Lignite, burned in power plant/oxy, pipeline 400km, storage 3000m;energy;Electricity by fuel\Lignite\Carbon capture and storage -Lignite, burned in power plant/PC, no CCS;energy;Electricity by fuel\Lignite\Transformation\Infrastructure -Lignite, burned in power plant/post, pipeline 200km, storage 1000m;energy;Electricity by fuel\Lignite\Carbon capture and storage -Lignite, burned in power plant/post, pipeline 400km, storage 3000m;energy;Electricity by fuel\Lignite\Carbon capture and storage -Lignite, burned in power plant/pre, pipeline 200km, storage 1000m;energy;Electricity by fuel\Lignite\Carbon capture and storage -Lignite, burned in power plant/pre, pipeline 400km, storage 3000m;energy;Electricity by fuel\Lignite\Carbon capture and storage -Liquefied petroleum gas production, from methanol-to-gas process;material;Fuels\Synthetic\Transformation -Lithium iron phosphate [LiFePO4];transport;Road\Vehicle components\Energy storage\Lithium-ion battery -Low voltage system;transport;Road\Vehicle components\Energy storage\Lithium-ion battery -Lower retention;transport;Road\Vehicle components\Energy storage\Lithium-ion battery -Maize cultivation, drying and storage {RER} | Maize production Europe | Alloc Rec, U;material;Fuels\Biofuels\Ethanol\Transformation -Manifolds;transport;Road\Vehicle components\Energy storage\Lithium-ion battery -market for styrene butadiene rubber (SBR);transport;Road\Vehicle components\Energy storage\Lithium-ion battery -market for wood chips, wet, measured as dry mass, CF = -1;material;Fuels\Synthetic\Feedstock -MEA hot pressing;transport;Road\Vehicle components\Powertrain\Fuel cell -Membrane;transport;Road\Vehicle components\Powertrain\Fuel cell -Methane production, synthetic, from electrochemical methanation;material;Fuels\Synthetic\Transformation -methane, from coal-based hydrogen, with carbon from atmospheric CO2 capture;material;Fuels\Synthetic\Transformation -methane, from electrochemical methanation, with carbon from atmosphere;material;Fuels\Synthetic\Transformation -Methanol distillation;material;Fuels\Synthetic\Transformation -Methanol Synthesis;material;Fuels\Synthetic\Transformation -Module fasteners;transport;Road\Vehicle components\Energy storage\Lithium-ion battery -Module lid;transport;Road\Vehicle components\Energy storage\Lithium-ion battery -Module packaging;transport;Road\Vehicle components\Energy storage\Lithium-ion battery -MTG production facility, construction;material;Fuels\Synthetic\Infrastructure -Multilayer pouch;transport;Road\Vehicle components\Energy storage\Lithium-ion battery -Natural gas, burned in power plant/NGCC, no CCS;energy;Electricity by fuel\Gas\Transformation -Natural gas, burned in power plant/post, pipeline 200km, storage 1000m/RER;energy;Electricity by fuel\Gas\Carbon capture and storage -Natural gas, burned in power plant/post, pipeline 400km, storage 1000m/RER;energy;Electricity by fuel\Gas\Carbon capture and storage -Natural gas, burned in power plant/post, pipeline 400km, storage 3000m/RER;energy;Electricity by fuel\Gas\Carbon capture and storage -Natural gas, in ATR H2-CC/no CCS/MJ;energy;Electricity by fuel\Gas\Transformation -Natural gas, in ATR H2-CC/pre, pipeline 200km, storage 1000m;energy;Electricity by fuel\Gas\Carbon capture and storage -Natural gas, in ATR H2-CC/pre, pipeline 400km, storage 3000m;energy;Electricity by fuel\Gas\Carbon capture and storage -NCA electrode material (LiNi0.8Co0.15Al0.05O2);transport;Road\Vehicle components\Energy storage\Lithium-ion battery -Negative current collector Cu;transport;Road\Vehicle components\Energy storage\Lithium-ion battery -Negative electrode paste;transport;Road\Vehicle components\Energy storage\Lithium-ion battery -Ni1/3Co1/3Mn1/3(OH)2;transport;Road\Vehicle components\Energy storage\Lithium-ion battery -Oil Palm Tree Cultivation {RER} | Fresh Fruit Bunches (FFBs) production | Alloc Rec, U;material;Fuels\Biofuels\Ethanol\Transformation -Operation, H2 power plant 450MW, no CCS;energy;Electricity by fuel\Hydrogen\Infrastructure -Operation, H2 power plant 450MW, pre, pipeline 200km, storage 1000m;energy;Electricity by fuel\Hydrogen\Carbon capture and storage -Outer frame;transport;Road\Vehicle components\Energy storage\Lithium-ion battery -PEM electrolyzer, ACDC Converter;material;Fuels\Hydrogen\Infrastructure -PEM electrolyzer, Balance of Plant;material;Fuels\Hydrogen\Infrastructure -PEM electrolyzer, Operation and Maintenance;material;Fuels\Hydrogen\Infrastructure -PEM electrolyzer, Stack;material;Fuels\Hydrogen\Infrastructure -PEM Fuel Cell;material;Fuels\Hydrogen\Infrastructure -Pipe fitting;material;Fuels\Hydrogen\Infrastructure -pipeline, supercritical CO2/km;material;Fuels\Synthetic\Infrastructure -Plant oil from crude oil | refining of vegetable oil from oil palm|;material;Fuels\Biofuels\Ethanol\Transformation -Plant oil production | refining of crude vegetable oil from rapeseed| Alloc Rec, U;material;Fuels\Biofuels\Ethanol\Transformation -Positive active material;transport;Road\Vehicle components\Energy storage\Lithium-ion battery -Positive current collector Al;transport;Road\Vehicle components\Energy storage\Lithium-ion battery -Positive electrode paste;transport;Road\Vehicle components\Energy storage\Lithium-ion battery -production of 2 wt-% potassium iodide solution;material;Fuels\Synthetic\Transformation -production of nickle-based catalyst for methanation;material;Fuels\Synthetic\Transformation -pumps, carbon dioxide capture process;material;Fuels\Synthetic\Carbon capture and storage -Radiator;transport;Road\Vehicle components\Energy storage\Lithium-ion battery -Rape Methyl Ester, at plant;material;Fuels\Biofuels\Ethanol\Transformation -Rapeseed cultivation {RER} | rapeseed production Europe | Alloc Rec, U;material;Fuels\Biofuels\Ethanol\Transformation -Refined Waste Cooking Oil {RER} | Refining of waste cooking oil Europe | Alloc Rec, U;material;Fuels\Biofuels\Biodiesel\Transformation -RWGS catalyst;material;Fuels\Synthetic\Infrastructure -RWGS tank construction;material;Fuels\Synthetic\Infrastructure -Sabatier reaction methanation unit;material;Fuels\Synthetic\Infrastructure -Selective coating, sputtering;transport;Road\Vehicle components\Powertrain\Fuel cell -Separator;transport;Road\Vehicle components\Energy storage\Lithium-ion battery -Separator, LFP;transport;Road\Vehicle components\Energy storage\Lithium-ion battery -Separator, NCA;transport;Road\Vehicle components\Energy storage\Lithium-ion battery -SMR BM, HT+LT, + CCS (MDEA), 98 (average), digestate incineration, 26 bar;material;Fuels\Hydrogen\Carbon capture and storage -SMR BM, HT+LT, with digestate incineration, 26 bar;material;Fuels\Hydrogen\Transformation -SMR NG + CCS (MDEA), 98 (average), 25 bar;material;Fuels\Hydrogen\Carbon capture and storage -SMR NG + CCS (MDEA), 98 (average), 700 bar;material;Fuels\Hydrogen\Carbon capture and storage -SMR NG, 25 bar;material;Fuels\Hydrogen -SMR NG, 700 bar;material;Fuels\Hydrogen -SNG from wood, 70 bar, at consumer, CH (wood transport: lorry, 25km);material;Fuels\Synthetic\Transformation -SNG from wood, production plant;material;Fuels\Synthetic\Infrastrucure -SNG production plant;material;Fuels\Synthetic\Infrastrucure -softwood forestry, mixed species, sustainable forest management, CF = -1;material;Fuels\Synthetic\Feedstock -softwood forestry, pine, sustainable forest management_CF = -1;material;Fuels\Synthetic\Feedstock -softwood forestry, spruce, sustainable forest management_CF = -1;material;Fuels\Synthetic\Feedstock -Stack;transport;Road\Vehicle components\Powertrain\Fuel cell -storage module, high pressure, at fuelling station;material;Fuels\Hydrogen\Infrastructure -Strap retention;transport;Road\Vehicle components\Energy storage\Lithium-ion battery -Straw bales | baling of straw;material;Fuels\Biofuels\Ethanol\Transformation -straw pellets;material;Fuels\Biofuels\Ethanol\Transformation -Sugar beet cultivation {RER} | sugar beet production Europe | Alloc Rec, U;material;Fuels\Biofuels\Ethanol\Transformation -Syngas production plant;material;Fuels\Synthetic\Infrastructure -Syngas, from biomass gasification, no CCS;material;Fuels\Synthetic\Transformation -Syngas, from biomass gasification, pre, pipeline 200km, storage 1000m;material;Fuels\Synthetic\Carbon capture and storage -Syngas, from biomass gasification, pre, pipeline 400km, storage 3000m;material;Fuels\Synthetic\Carbon capture and storage -Syngas, RWGS, Production;material;Fuels\Synthetic\Carbon capture and storage -Syngas, RWGS, Production, hydrogen from coal gasification;material;Fuels\Synthetic\Carbon capture and storage -synthetic fuel production, from coal, high temperature Fisher-Tropsch operations;material;Fuels\Synthetic\Carbon capture and storage -Synthetic natural gas from wood, 70 bar, at plant, CH (wood transport: lorry, 25km);material;Fuels\Synthetic\Carbon capture and storage -Tab Aluminum;transport;Road\Vehicle components\Energy storage\Lithium-ion battery -Tab Copper;transport;Road\Vehicle components\Energy storage\Lithium-ion battery -Textile, carbon cloth;transport;Road\Vehicle components\Energy storage\Hydrogen tank -Thermal pad;transport;Road\Vehicle components\Energy storage\Lithium-ion battery -Tie-rods;transport;Road\Vehicle components\Powertrain\Fuel cell -transformer and rectifier unit, for electrolyzer;material;Fuels\Synthetic\Infrastructure -Tray lid;transport;Road\Vehicle components\Energy storage\Lithium-ion battery -Tray seal;transport;Road\Vehicle components\Energy storage\Lithium-ion battery -Tray with fasteners;transport;Road\Vehicle components\Energy storage\Lithium-ion battery -Walls and foundations, for hydrogen refuelling station;material;Fuels\Hydrogen\Infrastructure -Waste Cooking Oil;material;Fuels\Biofuels\Biodiesel\Transformation -Weaving, carbon cloth;transport;Road\Vehicle components\Energy storage\Hydrogen tank -Wheat grain cultivation, drying and storage {RER} | wheat grain production Europe | Alloc Rec, U;material;Fuels\Biofuels\Ethanol\Transformation -wiring and tubing, carbon dioxide capture process;material;Fuels\Synthetic\Carbon capture and storage -electricity production, cobalt industry;energy;Others +name,product,category,sub_category +"(cf3so2)2nh production, for lis battery",(cf3so2)2nh,material,Electronics\Battery\Transformation +"(cf3so2)2nna production, for lis battery",(cf3so2)2nna,material,Electronics\Battery\Transformation +"(me3si)2nh production, for lis battery",(me3si)2nh,material,Electronics\Battery\Transformation +[sulfonyl]urea-compound production,[sulfonyl]urea-compound,material,Chemicals\Pesticides\Transformation +[thio]carbamate-compound production,[thio]carbamate-compound,material,Chemicals\Pesticides\Transformation +1-methoxy-2-propanol production,1-methoxy-2-propanol,material,Chemicals\Organic\Transformation +1-methylcyclopropene production,1-methylcyclopropene,material,Chemicals\Organic\Transformation +1-methylcyclopropene production,"sodium chloride, powder",material,Chemicals\Organic\Transformation +1-naphthylacetic acid production,1-naphthylacetic acid,material,Chemicals\Acids (organic)\Transformation +1-propanol production,1-propanol,material,Chemicals\Organic\Transformation +"1,1-difluoroethane production","1,1-difluoroethane",material,Chemicals\Organic\Transformation +"1,1-difluoroethane production","1,1-difluoroethane",material,Chemicals\Organic\Transformation +"1,1-difluoroethane production, HFC-152a","1,1-difluoroethane, HFC-152a",material,Chemicals\Organic\Transformation +"1,1-dimethylcyclopentane to generic market for solvent, organic","solvent, organic",material,Chemicals\Organic\Market +"1,2-dichloro-1,1-difluoroethane (r-132b) production",r-132b,material,Chemicals\Organic\Transformation +"1,3-dichloropropene to generic market for pesticide, unspecified","pesticide, unspecified",material,Chemicals\Organic\Transformation +"1,4-butanediol production","1,4-butanediol",material,Chemicals\Organic\Transformation +"1,4-butanediol production","1,4-butanediol",material,Chemicals\Organic\Transformation +2-butanol production by hydration of butene,2-butanol,material,Chemicals\Organic\Transformation +2-butanol production by hydration of butene,butane,material,Chemicals\Organic\Transformation +"2-cyclopentanone production, decarboxylative cyclization of adipic acid",2-cyclopentanone,material,Chemicals\Organic\Transformation +"2-cyclopentanone production, decarboxylative cyclization of adipic acid",2-cyclopentanone,material,Chemicals\Organic\Transformation +"2-cyclopentanone production, decarboxylative cyclization of adipic acid",formic acid,material,Chemicals\Organic\Transformation +"2-cyclopentanone production, decarboxylative cyclization of adipic acid",formic acid,material,Chemicals\Organic\Transformation +2-methyl-2-butanol production,2-methyl-2-butanol,material,Chemicals\Organic\Transformation +"2-methylpentane to generic market for solvent, organic","solvent, organic",material,Chemicals\Organic\Market +2-nitroaniline production,2-nitroaniline,material,Chemicals\Organic\Transformation +2-pyridinol production,2-pyridinol,material,Chemicals\Organic\Transformation +"2,3-dimethylbutan to generic market for solvent, organic","solvent, organic",material,Chemicals\Organic\Market +"2,4-di-tert-butylphenol production","2,4-di-tert-butylphenol",material,Chemicals\Organic\Transformation +"2,4-dichlorophenol production","2,4-dichlorophenol",material,Chemicals\Pesticides\Transformation +"2,4-dichlorotoluene production","2,4-dichlorotoluene",material,Chemicals\Pesticides\Transformation +"2,4-dinitrotoluene production","2,4-dinitrotoluene",material,Chemicals\Organic\Transformation +"2,4-dinitrotoluene production","hydrogen, liquid",material,Others\Obsolete +"2,5-dimethylhexane-2,5-dihydroperoxide production","2,5-dimethylhexane-2,5-dihydroperoxide",material,Chemicals\Organic\Transformation +"2,6-di-tert-butylphenol production","2,6-di-tert-butylphenol",material,Chemicals\Organic\Transformation +"21700 container production, for sib battery","21700 container, for sib battery",material,Electronics\Battery\Transformation +3-methyl-1-butyl acetate production,3-methyl-1-butyl acetate,material,Chemicals\Organic\Transformation +3-methylpyridine production,3-methylpyridine,material,Chemicals\Organic\Transformation +335 production,carrot,material,Others\Obsolete +4-methyl-2-pentanone production,4-methyl-2-pentanone,material,Chemicals\Organic\Transformation +4-tert-butylbenzaldehyde production,4-tert-butylbenzaldehyde,material,Chemicals\Organic\Transformation +4-tert-butyltoluene production,4-tert-butyltoluene,material,Chemicals\Organic\Transformation +6-benzyladenine production,6-benzyladenine,material,Chemicals\Organic\Transformation +855 production,onion,material,Others\Obsolete +"abrasive blasting, alumina, carbon steel substrate","abrasive blasting, alumina, carbon steel substrate",material,Metals\Ferro\Transformation +"absorption chiller production, 100kW","absorption chiller, 100kW",energy,Cogeneration\Gas\Transformation\Infrastructure +acetaldehyde oxidation,"acetic acid, without water, in 98% solution state",material,Chemicals\Acids (organic)\Transformation +acetaldehyde oxidation,acetic anhydride,material,Chemicals\Organic\Transformation +acetaldehyde production,acetaldehyde,material,Chemicals\Organic\Transformation +"acetaldehyde production, ethylene oxidation",acetaldehyde,material,Chemicals\Organic\Transformation +"acetaldehyde production, ethylene oxidation",acetaldehyde,material,Chemicals\Organic\Transformation +"acetamide-anillide-compound production, unspecified","acetamide-anillide-compound, unspecified",material,Chemicals\Pesticides\Transformation +acetanilide production,acetanilide,material,Chemicals\Organic\Transformation +"acetic acid production, butane oxidation","acetone, liquid",material,Chemicals\Organic\Transformation +"acetic acid production, butane oxidation","acetic acid, without water, in 98% solution state",material,Chemicals\Organic\Transformation +"acetic acid production, butane oxidation",methyl acetate,material,Chemicals\Organic\Transformation +"acetic acid production, butane oxidation",formic acid,material,Chemicals\Organic\Transformation +"acetic acid production, butane oxidation",methyl ethyl ketone,material,Chemicals\Organic\Transformation +"acetic acid production, butane oxidation",ethyl acetate,material,Chemicals\Organic\Transformation +"acetic acid production, butane oxidation","acetic acid, without water, in 98% solution state",material,Chemicals\Organic\Transformation +"acetic acid production, butane oxidation",formic acid,material,Chemicals\Organic\Transformation +"acetic acid production, butane oxidation",methyl acetate,material,Chemicals\Organic\Transformation +"acetic acid production, butane oxidation",ethyl acetate,material,Chemicals\Organic\Transformation +"acetic acid production, butane oxidation",methyl ethyl ketone,material,Chemicals\Organic\Transformation +"acetic acid production, butane oxidation","acetone, liquid",material,Chemicals\Organic\Transformation +"acetic acid production, methanol carboxylation (Monsanto), product in 98% solution state",propionic acid,material,Fuels\Biofuels\Ethanol\Transformation +"acetic acid production, methanol carboxylation (Monsanto), product in 98% solution state","acetic acid, without water, in 98% solution state",material,Fuels\Biofuels\Ethanol\Transformation +"acetic acid production, product in 98% solution state","acetic acid, without water, in 98% solution state",material,Chemicals\Acids (organic)\Transformation +"acetic anhydride production, acetaldehyde oxidation","acetic acid, without water, in 98% solution state",material,Chemicals\Acids (organic)\Transformation +"acetic anhydride production, acetaldehyde oxidation",acetic anhydride,material,Chemicals\Acids (organic)\Transformation +"acetic anhydride production, acetaldehyde oxidation","acetic acid, without water, in 98% solution state",material,Chemicals\Acids (organic)\Transformation +"acetic anhydride production, acetaldehyde oxidation",acetic anhydride,material,Chemicals\Acids (organic)\Transformation +"acetic anhydride production, acetic acid pyrolysis, via ketene intermediate",acetic anhydride,material,Chemicals\Acids (organic)\Transformation +"acetic anhydride production, acetic acid pyrolysis, via ketene intermediate",acetic anhydride,material,Chemicals\Acids (organic)\Transformation +"acetic anhydride production, ketene route",acetic anhydride,material,Chemicals\Organic\Transformation +acetoacetic acid production,acetoacetic acid,material,Chemicals\Organic\Transformation +acetone cyanohydrin production,acetone cyanohydrin,material,Chemicals\Organic\Transformation +"acetone production, from isopropanol","acetone, liquid",material,Chemicals\Organic\Transformation +"acetone production, liquid","acetone, liquid",material,Others\Obsolete +acetonitrile to generic market for solvent for chromatography analysis,solvent for chromatography analysis,material,Chemicals\Organic\Market +acetyl chloride production,acetyl chloride,material,Chemicals\Organic\Transformation +acetylene production,acetylene,material,Chemicals\Organic\Transformation +aclonifen production,aclonifen,material,Chemicals\Pesticides\Transformation +acrolein production,acrolein,material,Chemicals\Organic\Transformation +acrylic acid production,acrylic acid,material,Chemicals\Acids (organic)\Transformation +acrylic acid production,"acetic acid, without water, in 98% solution state",material,Chemicals\Acids (organic)\Transformation +acrylic acid production,"acetic acid, without water, in 98% solution state",material,Chemicals\Acids (organic)\Transformation +"acrylic binder production, with water, in 54% solution state","acrylic binder, with water, in 54% solution state",material,Chemicals\Organic\Transformation +"acrylic dispersion production, with water, in 58% solution","acrylic dispersion, with water, in 58% solution state",material,Chemicals\Organic\Transformation +"acrylic dispersion production, with water, in 58% solution state","acrylic dispersion, with water, in 58% solution state",material,Chemicals\Organic\Transformation +"acrylic dispersion production, with water, in 58% solution state","acrylic dispersion, with water, in 58% solution state",material,Chemicals\Organic\Transformation +acrylic filler production,acrylic filler,material,Construction\Coverings\Transformation +"acrylic varnish production, with water, in 53% solution state","acrylic varnish, with water, in 53% solution state",material,Construction\Paints\Transformation +"acrylonitrile production, Sohio process",hydrogen cyanide,material,Chemicals\Gases\Market +"acrylonitrile production, sohio process",acetonitrile,material,Chemicals\Gases\Market +"acrylonitrile production, sohio process",acrylonitrile,material,Chemicals\Gases\Market +"acrylonitrile production, sohio process",acetonitrile,material,Chemicals\Gases\Market +"acrylonitrile production, sohio process",acrylonitrile,material,Chemicals\Gases\Market +acrylonitrile-butadiene-styrene copolymer production,acrylonitrile-butadiene-styrene copolymer,material,Plastics\Rubbers\Transformation +activated bentonite production,activated bentonite,material,Chemicals\Inorganic\Transformation +"activated carbon production, granular from hard coal","activated carbon, granular",material,Chemicals\Organic\Transformation +activated silica production,activated silica,material,Chemicals\Inorganic\Transformation +activated silica production,"sodium sulfate, anhydrite",material,Chemicals\Inorganic\Transformation +adhesive mortar production,adhesive mortar,material,Construction\Binders\Transformation +"adhesive production, for metal","adhesive, for metal",material,Chemicals\Others\Transformation +adipic acid production,adipic acid,material,Chemicals\Acids (organic)\Transformation +adipic acid production,succinic acid,material,Chemicals\Acids (organic)\Transformation +adiponitrile production,adiponitrile,material,Chemicals\Organic\Transformation +adobe brick production,adobe brick,material,Chemicals\Organic\Transformation +adobe brick production,adobe brick,material,Chemicals\Organic\Transformation +"agricultural machinery production, tillage","agricultural machinery, tillage",processing,Agricultural\Transformation\Infrastructure +"agricultural machinery production, unspecified","agricultural machinery, unspecified",processing,Agricultural\Transformation\Infrastructure +agricultural trailer production,agricultural trailer,transport,Road\Transformation\Infrastructure +"air compressor production, screw-type compressor, 300kW","air compressor, screw-type compressor, 300kW",processing,Compressed air\Transformation\Infrastructure +"air compressor production, screw-type compressor, 4kW","air compressor, screw-type compressor, 4kW",processing,Compressed air\Transformation\Infrastructure +"air distribution terminal panel production, steel, 120 m3/h","air distribution terminal panel, steel, 120 m3/h",material,Construction\Ventilation\Transformation +"air filter production, central unit, 600 m3/h","air filter, central unit, 600 m3/h",material,Construction\Ventilation\Transformation +"air filter production, decentralized unit, 180-250 m3/h","air filter, decentralized unit, 180-250 m3/h",material,Construction\Ventilation\Transformation +"air filter production, decentralized unit, 250 m3/h","air filter, decentralized unit, 250 m3/h",material,Construction\Ventilation\Transformation +"air filter production, in exhaust air valve","air filter, in exhaust air valve",material,Construction\Ventilation\Transformation +"air input/output unit production, heat and power co-generation unit, 160kW electrical","air input/output unit, heat and power co-generation unit, 160kW electrical",energy,Cogeneration\Gas\Transformation\Infrastructure +air separation facility construction,air separation facility,material,Chemicals\Gases\Transformation\Infrastructure +"air separation, cryogenic","argon, crude, liquid",material,Chemicals\Gases\Liquified\Transformation +"air separation, cryogenic","nitrogen, liquid",material,Chemicals\Gases\Liquified\Transformation +"air separation, cryogenic","oxygen, liquid",material,Chemicals\Gases\Transformation +"air separation, xenon krypton purification","krypton, gaseous",material,Chemicals\Gases\Transformation +"air separation, xenon krypton purification","xenon, gaseous",material,Chemicals\Gases\Transformation +"aircraft production, agricultural","aircraft, agricultural",transport,Air\Transformation\Infrastructure +"aircraft production, belly-freight aircraft, long haul","aircraft, belly freight, long haul",transport,Air\Transformation\Infrastructure +"aircraft production, belly-freight aircraft, medium haul","aircraft, belly freight, medium haul",transport,Air\Transformation\Infrastructure +"aircraft production, belly-freight aircraft, short haul","aircraft, belly freight, short haul",transport,Air\Transformation\Infrastructure +"aircraft production, belly-freight aircraft, very short haul","aircraft, belly freight, very short haul",transport,Air\Transformation\Infrastructure +"aircraft production, dedicated freight aircraft, long haul","aircraft, dedicated freight, long haul",transport,Air\Transformation\Infrastructure +"aircraft production, dedicated freight aircraft, medium haul","aircraft, dedicated freight, medium haul",transport,Air\Transformation\Infrastructure +"aircraft production, dedicated freight aircraft, short haul","aircraft, dedicated freight, short haul",transport,Air\Transformation\Infrastructure +"aircraft production, dedicated freight aircraft, very short haul","aircraft, dedicated freight, very short haul",transport,Air\Transformation\Infrastructure +"aircraft production, long haul","aircraft, long haul",transport,Others\Obsolete +"aircraft production, medium haul","aircraft, medium haul",transport,Others\Obsolete +"aircraft production, passenger aircraft, long haul","aircraft, passenger, long haul",transport,Air\Transformation\Infrastructure +"aircraft production, passenger aircraft, medium haul","aircraft, passenger, medium haul",transport,Air\Transformation\Infrastructure +"aircraft production, passenger aircraft, short haul","aircraft, passenger, short haul",transport,Air\Transformation\Infrastructure +"aircraft production, passenger aircraft, very short haul","aircraft, passenger, very short haul",transport,Air\Transformation\Infrastructure +airport construction,airport,transport,Air\Transformation\Infrastructure +"alfalfa-grass mixture production, Swiss integrated production","alfalfa-grass mixture, Swiss integrated production",material,Agricultural\Plant production\Roughage\Transformation +alfalfa/grass silage production,alfalfa-grass silage,material,Agricultural\Plant production\Roughage\Transformation +"alkyd paint production, white, solvent-based, product in 60% solution state","alkyd paint, white, without solvent, in 60% solution state",material,Construction\Paints\Transformation +"alkyd paint production, white, water-based, product in 60% solution state","alkyd paint, white, without water, in 60% solution state",material,Construction\Paints\Transformation +"alkyd resin production, long oil, product in 70% white spirit solution state","alkyd resin, long oil, without solvent, in 70% white spirit solution state",material,Chemicals\Organic\Transformation +alkyl sulphate (C12-14) production,alkyl sulphate (C12-14),material,Chemicals\Organic\Transformation +"alkylbenzene production, linear","alkylbenzene, linear",material,Chemicals\Organic\Transformation +"alkylbenzene sulfonate production, linear, petrochemical","alkylbenzene sulfonate, linear, petrochemical",material,Chemicals\Washing agents\Tensides\Transformation +"alkylketene dimer sizing agent production, for paper production","alkylketene dimer sizing agent, for paper production",material,Chemicals\Others\Transformation +"allyl chloride production, reaction of propylene and chlorine","hydrochloric acid, without water, in 30% solution state",material,Chemicals\Acids (inorganic)\Transformation +"allyl chloride production, reaction of propylene and chlorine",dichloropropene,material,Chemicals\Inorganic\Transformation +"allyl chloride production, reaction of propylene and chlorine",allyl chloride,material,Chemicals\Organic\Transformation +"allyl chloride production, reaction of propylene and chlorine","1,3-dichloropropene",material,Chemicals\Organic\Transformation +"allyl chloride production, reaction of propylene and chlorine","1,3-dichloropropene",material,Chemicals\Organic\Transformation +almond production,almond,material,Agricultural\Food\Transformation +alpha-naphthol production,sodium hydrogen sulfite,material,Chemicals\Gases\Market +alpha-naphthol production,alpha-naphthol,material,Chemicals\Organic\Transformation +alpha-picoline production,alpha-picoline,material,Chemicals\Organic\Transformation +"aluminium alloy production, AlLi","aluminium alloy, AlLi",material,Metals\Alloys\Transformation +"aluminium alloy production, AlLi","copper, cathode",material,Metals\Non ferro\Transformation +"aluminium alloy production, AlMg3","aluminium alloy, AlMg3",material,Metals\Alloys\Transformation +"aluminium alloy production, Metallic Matrix Composite","aluminium alloy, metal matrix composite",material,Metals\Alloys\Transformation +"aluminium alloy production, Metallic Matrix Composite","copper, cathode",material,Metals\Non ferro\Transformation +"aluminium around steel bi-metal stranded cable production, 3x3.67mm external diameter wire","aluminium around steel bi-metal stranded cable, 3x3.67mm external diameter wire",material,Metals\Alloys\Transformation +"aluminium around steel bi-metal wire production, 3.67 mm external diameter","aluminium around steel bi-metal wire, 3.67mm external diameter",material,Metals\Alloys\Transformation +"aluminium busbar production, for lis battery",aluminium busbar,material,Metals\Alloys\Transformation +aluminium casting facility construction,aluminium casting facility,material,Metals\Non ferro\Transformation\Infrastructure +aluminium chloride production,aluminium chloride,material,Chemicals\Inorganic\Transformation +"aluminium collector foil production, for Li-ion battery","aluminium collector foil, for Li-ion battery",material,Electronics\Battery\Transformation +"aluminium collector foil, for li-ion battery","aluminium collector foil, for li-ion battery",material,Electronics\Battery\Transformation +"aluminium current collector production, for li-o2 battery",aluminium current collector,material,Electronics\Battery\Transformation +"aluminium drilling, computer numerical controlled","aluminium removed by drilling, computer numerical controlled",processing,Metals\Chipping\Transformation +"aluminium drilling, conventional","aluminium removed by drilling, conventional",processing,Metals\Chipping\Transformation +aluminium electrolysis facility construction,aluminium electrolysis facility,material,Metals\Non ferro\Transformation\Infrastructure +aluminium fluoride production,aluminium fluoride,material,Chemicals\Inorganic\Transformation +"aluminium foil production, for lis battery",aluminium foil,material,Electronics\Battery\Transformation +aluminium hydroxide factory construction,aluminium hydroxide factory,material,Metals\Non ferro\Transformation\Infrastructure +aluminium hydroxide production,aluminium hydroxide,material,Chemicals\Inorganic\Transformation +"aluminium ingot, primary, to aluminium, cast alloy market","aluminium, cast alloy",material,Metals\Alloys\Transformation +"aluminium ingot, primary, to aluminium, wrought alloy market","aluminium, wrought alloy",material,Metals\Alloys\Transformation +aluminium melting furnace production,aluminium melting furnace,material,Metals\Non ferro\Transformation\Infrastructure +"aluminium milling, average","aluminium removed by milling, average",processing,Metals\Chipping\Transformation +"aluminium milling, dressing","aluminium removed by milling, dressing",processing,Metals\Chipping\Transformation +"aluminium milling, large parts","aluminium removed by milling, large parts",processing,Metals\Chipping\Transformation +"aluminium milling, small parts","aluminium removed by milling, small parts",processing,Metals\Chipping\Transformation +aluminium oxide factory construction,aluminium oxide factory,material,Chemicals\Inorganic\Transformation\Infrastructure +aluminium oxide production,"aluminium oxide, metallurgical",material,Chemicals\Inorganic\Transformation +aluminium oxide production,"aluminium oxide, non-metallurgical",material,Chemicals\Inorganic\Transformation +aluminium oxide production,aluminium oxide,material,Others\Obsolete +"aluminium oxide, metallurgical, import from Northern America","aluminium oxide, metallurgical",material,Chemicals\Inorganic\Market\Import +"aluminium oxide, metallurgical, import from Rest of Europe","aluminium oxide, metallurgical",material,Chemicals\Inorganic\Market\Import +"aluminium oxide, metallurgical, import from South America","aluminium oxide, metallurgical",material,Chemicals\Inorganic\Market\Import +"aluminium oxide, non-metallurgical to generic market for refractory material, acid","refractory material, acid",material,Chemicals\Inorganic\Market +"aluminium production, primary, cast alloy slab from continuous casting","aluminium, primary, cast alloy slab from continuous casting",material,Metals\Non ferro\Transformation +"aluminium production, primary, ingot","aluminium, primary, ingot",material,Metals\Non ferro\Transformation +"aluminium production, primary, liquid, prebake","aluminium, primary, liquid",material,Metals\Non ferro\Transformation +"aluminium production, primary, liquid, Soderberg","aluminium, primary, liquid",material,Metals\Non ferro\Transformation +"aluminium production, primary, liquid, sšderberg","aluminium, primary, liquid",material,Metals\Non ferro\Transformation +"aluminium production, primary, liquid, sšderberg","aluminium, primary, liquid",material,Metals\Non ferro\Transformation +"aluminium production, primary, liquid, sšderberg","aluminium, primary, liquid",material,Metals\Non ferro\Transformation +"aluminium production, primary, liquid, sšderberg","aluminium, primary, liquid",material,Metals\Non ferro\Transformation +"aluminium production, primary, liquid, sšderberg","aluminium, primary, liquid",material,Metals\Non ferro\Transformation +"aluminium production, primary, liquid, Soderberg_obsolete","aluminium, primary, liquid",material,Others\Obsolete +"aluminium scrap, new, Recycled Content cut-off","aluminium scrap, new",material,Metals\Non ferro\Transformation +"aluminium scrap, new, Recycled Content cut-off_obsolete","aluminium scrap, new",material,Others\Obsolete +"aluminium scrap, post-consumer, prepared for melting, Recycled Content cut-off","aluminium scrap, post-consumer, prepared for melting",material,Metals\Non ferro\Transformation +"aluminium scrap, post-consumer, Recycled Content cut-off","aluminium scrap, post-consumer",material,Metals\Non ferro\Transformation +"aluminium scrap, recovered from c-Si PV module treatment","aluminium scrap, recovered from c-Si PV module treatment",energy,Electricity by fuel\Photovoltaic\Market\Infrastructure +"aluminium sulfate production, powder","aluminium sulfate, powder",material,Chemicals\Inorganic\Transformation +"aluminium sulfate production, without water, in 4.33% aluminium solution state","aluminium sulfate, without water, in 4.33% aluminium solution state",material,Chemicals\Inorganic\Transformation +"aluminium turning, average, computer numerical controlled","aluminium removed by turning, average, computer numerical controlled",processing,Metals\Chipping\Transformation +"aluminium turning, average, conventional","aluminium removed by turning, average, conventional",processing,Metals\Chipping\Transformation +"aluminium turning, primarily dressing, computer numerical controlled","aluminium removed by turning, primarily dressing, computer numerical controlled",processing,Metals\Chipping\Transformation +"aluminium turning, primarily dressing, conventional","aluminium removed by turning, primarily dressing, conventional",processing,Metals\Chipping\Transformation +"aluminium turning, primarily roughing, computer numerical controlled","aluminium removed by turning, primarily roughing, computer numerical controlled",processing,Metals\Chipping\Transformation +"aluminium turning, primarily roughing, conventional","aluminium removed by turning, primarily roughing, conventional",processing,Metals\Chipping\Transformation +"aluminium, in mixed metal scrap, Recycled Content cut-off","aluminium, in mixed metal scrap",material,Metals\Non ferro\Transformation +"aluminium, ingot, primary, import from Africa","aluminium, primary, ingot",material,Metals\Non ferro\Market\Import +"aluminium, ingot, primary, import from Asia (excluding China)","aluminium, primary, ingot",material,Metals\Non ferro\Market\Import +"aluminium, ingot, primary, import from EU27 & EFTA","aluminium, primary, ingot",material,Metals\Non ferro\Market\Import +"aluminium, ingot, primary, import from Middle East (Gulf cooperation Council)","aluminium, primary, ingot",material,Metals\Non ferro\Market\Import +"aluminium, ingot, primary, import from North America_Canada","aluminium, primary, ingot",material,Others\Obsolete +"aluminium, ingot, primary, import from Northern America","aluminium, primary, ingot",material,Metals\Non ferro\Market\Import +"aluminium, ingot, primary, import from Oceania","aluminium, primary, ingot",material,Metals\Non ferro\Market\Import +"aluminium, ingot, primary, import from Rest of Europe","aluminium, primary, ingot",material,Metals\Non ferro\Market\Import +"aluminium, ingot, primary, import from South America","aluminium, primary, ingot",material,Metals\Non ferro\Market\Import +"aluminium, ingot, primary, import from unspecified","aluminium, primary, ingot",material,Metals\Non ferro\Market\Import +amidosulfuron production,amidosulfuron,material,Chemicals\Organic\Transformation +amination of chlorosilane,ammonium chloride,material,Chemicals\Inorganic\Transformation +amination of chlorosilane,hexamethyldisilazane,material,Chemicals\Organic\Transformation +amine oxide production,amine oxide,material,Chemicals\Organic\Transformation +amine oxides production,amine oxides,material,Chemicals\Organic\Transformation +amine oxides production,amine oxides,material,Chemicals\Organic\Transformation +"amine-based silica production, for sorbent-based direct air capture system",amine-based silica,material,Chemicals\Organic\Transformation +"aminopyridine production, Chichibabin amination","hydrogen, gaseous, low pressure",material,Chemicals\Gases\Market +"aminopyridine production, chichibabin amination",aminopyridine,material,Chemicals\Organic\Transformation +"aminopyridine production, chichibabin amination",aminopyridine,material,Chemicals\Organic\Transformation +"ammonia production, hydrogen from coal gasification","ammonia, anhydrous, liquid",material,Fuels\Others\Transformation +"ammonia production, hydrogen from coal gasification with CCS","ammonia, anhydrous, liquid",material,Fuels\Others\Transformation +"ammonia production, hydrogen from electrolysis","ammonia, anhydrous, liquid",material,Fuels\Others\Transformation +"ammonia production, hydrogen from methane pyrolysis","ammonia, anhydrous, liquid",material,Fuels\Others\Transformation +"ammonia production, partial oxidation of oil","ammonia, anhydrous, liquid",material,Fuels\Others\Transformation +"ammonia production, partial oxidation, liquid","ammonia, anhydrous, liquid",material,Chemicals\Fertilisers (inorganic)\Transformation +"ammonia production, partial oxidation, liquid","carbon dioxide, in chemical industry",material,Chemicals\Gases\Transformation +"ammonia production, partial oxidation, liquid","ammonia, liquid",material,Others\Obsolete +"ammonia production, steam reforming","ammonia, anhydrous, liquid",material,Fuels\Others\Transformation +"ammonia production, steam reforming with syngas and flue gas CCS","ammonia, anhydrous, liquid",material,Fuels\Others\Transformation +"ammonia production, steam reforming with syngas CCS","ammonia, anhydrous, liquid",material,Fuels\Others\Transformation +"ammonia production, steam reforming, liquid","ammonia, anhydrous, liquid",material,Chemicals\Fertilisers (inorganic)\Transformation +"ammonia production, steam reforming, liquid","carbon dioxide, in chemical industry",material,Chemicals\Gases\Transformation +"ammonia production, steam reforming, liquid","steam, in chemical industry",energy,Heat\Steam\Transformation +"ammonia production, steam reforming, liquid","ammonia, liquid",material,Others\Obsolete +ammonia synthesis catalyst production,ammonia synthesis catalyst,material,Fuels\Others\Transformation +ammonium bicarbonate production,ammonium bicarbonate,material,Chemicals\Inorganic\Transformation +ammonium carbonate production,ammonium carbonate,material,Chemicals\Organic\Transformation +ammonium chloride production,ammonium chloride,material,Chemicals\Inorganic\Transformation +ammonium nitrate phosphate production,ammonium nitrate phosphate,material,Chemicals\Fertilisers (inorganic)\Transformation +ammonium nitrate phosphate production,"nitrogen fertiliser, as N",material,Others\Obsolete +ammonium nitrate phosphate production,"phosphate fertiliser, as P2O5",material,Others\Obsolete +ammonium nitrate production,ammonium nitrate,material,Chemicals\Fertilisers (inorganic)\Transformation +ammonium nitrate production,"ammonium nitrate, as N",material,Others\Obsolete +ammonium nitrite production,ammonium nitrite,material,Chemicals\Pesticides\Transformation +"ammonium paratungstate production, ion exchange",ammonium paratungstate,material,Chemicals\Inorganic\Transformation +"ammonium paratungstate production, solvent extraction",ammonium paratungstate,material,Chemicals\Inorganic\Transformation +ammonium sulfate production,ammonium sulfate,material,Chemicals\Inorganic\Transformation +ammonium sulfate production,"ammonium sulfate, as N",material,Others\Obsolete +ammonium thiocyanate production,ammonium thiocyanate,material,Chemicals\Organic\Transformation +ampere charger production,ampere charger for home storage system,material,Electronics\Battery\Transformation +anaerobic digestion of manure,biogas,material,Fuels\Biofuels\Biogas\Transformation +"anaerobic digestion plant construction, agricultural","anaerobic digestion plant, agricultural",material,Chemicals\Others\Transformation\Infrastructure +"anaerobic digestion plant construction, agriculture, with methane recovery","anaerobic digestion plant, agriculture, with methane recovery",material,Chemicals\Others\Transformation\Infrastructure +"anaerobic digestion plant construction, for biowaste","anaerobic digestion plant, for biowaste",material,Chemicals\Others\Transformation\Infrastructure +"anaerobic digestion plant construction, for sewage sludge","anaerobic digestion plant, for sewage sludge",material,Chemicals\Others\Transformation\Infrastructure +"anchovy, capture by steel purse seiner and landing whole, fresh","landed anchovy by-catch, fresh",material,Agricultural\Animal production\Fish\Transformation +"anchovy, capture by steel purse seiner and landing whole, fresh","landed anchovy, fresh",material,Agricultural\Animal production\Fish\Transformation +"anchovy, capture by wooden purse seiner and landing whole, fresh","landed anchovy, fresh",material,Agricultural\Animal production\Fish\Transformation +anhydrite floor production,anhydrite floor,material,Construction\Coverings\Transformation +anhydrite production,anhydrite,material,Chemicals\Inorganic\Transformation +"anhydrite production, burned","anhydrite, burned",material,Chemicals\Inorganic\Transformation +aniline production,aniline,material,Chemicals\Organic\Transformation +anionic resin production,anionic resin,material,Chemicals\Others\Transformation +"anode current collector, lto","anode current collector, lto",material,Electronics\Battery\Transformation +anode factory construction,anode factory,material,Metals\Extraction\Transformation\Infrastructure +"anode paste, lto","anode paste, lto",material,Electronics\Battery\Transformation +"anode production, for metal electrolysis","anode, for metal electrolysis",material,Metals\Extraction\Transformation +"anode production, graphite, for Li-ion battery","anode, graphite, for Li-ion battery",material,Electronics\Battery\Transformation +"anode production, graphite, for lithium-ion battery","anode, graphite, for lithium-ion battery",material,Others\Obsolete +"anode production, napba, with fossil based precursor, for sib battery","anode, napba, with fossil based precursor",material,Electronics\Battery\Transformation +"anode production, nmmt, with fossil based precursor, for sib battery","anode, nmmt, with fossil based precursor",material,Electronics\Battery\Transformation +"anode production, nvpf, with fossil based precursor, for sib battery","anode, nvpf, with fossil based precursor",material,Electronics\Battery\Transformation +"anode production, paste, for aluminium electrolysis","anode, paste, for aluminium electrolysis",material,Metals\Extraction\Transformation +"anode production, prebake, for aluminium electrolysis","anode, prebake, for aluminium electrolysis",material,Metals\Extraction\Transformation +"anode production, silicon coated graphite, NCA, for Li-ion battery","anode, silicon coated graphite, for Li-ion battery",material,Electronics\Battery\Transformation +"anode production, silicon coated graphite, NMC811, for Li-ion battery","anode, silicon coated graphite, for Li-ion battery",material,Electronics\Battery\Transformation +anode refinery construction,anode refinery,material,Metals\Extraction\Transformation\Infrastructure +"anode, graphite, for li-ion battery","anode, graphite, for li-ion battery",material,Electronics\Battery\Transformation +"anodising, aluminium sheet","anodising, aluminium sheet",processing,Metals\Coating\Transformation +anthranilic acid production,anthranilic acid,material,Chemicals\Acids (organic)\Transformation +anthraquinone production,anthraquinone,material,Chemicals\Organic\Transformation +"anti-reflex-coating, etching, solar glass","anti-reflex-coating, etching, solar glass",processing,Glass\Transformation +antimony production,antimony,material,Metals\Non ferro\Transformation +apple production,apple,material,Agricultural\Plant production\Fruits\Transformation +"application of plant protection product, by airplane","application of plant protection product, by airplane",material,Agricultural\Plant production\Fruits\Transformation +"application of plant protection product, by field sprayer","application of plant protection product, by field sprayer",processing,Agricultural\Transformation +"application of plant protection product, fumigation","application of plant protection product, fumigation",material,Agricultural\Plant production\Fruits\Transformation +apricot production,apricot,material,Agricultural\Plant production\Fruits\Transformation +"argon production, liquid","argon, liquid",material,Chemicals\Gases\Liquified\Transformation +argon to generic market for inert gas for discharge lamps,inert gas for discharge lamps,material,Chemicals\Organic\Market +arsine production,arsine,material,Chemicals\Inorganic\Transformation +"asbestos production, chrysotile type","asbestos, chrysotile type",material,Minerals\Transformation +"asbestos production, crysotile type","asbestos, crysotile type",material,Minerals\Transformation +ascorbic acid production,ascorbic acid,material,Chemicals\Acids (organic)\Transformation +"ash, from combustion of bagasse from sugarcane, Recycled Content cut-off","ash, from combustion of bagasse from sugarcane",material,Others\Transformation +"ash, from combustion of straw, Recycled Content cut-off","ash, from combustion of straw",material,Others\Transformation +"asparagus seedling production, for planting","asparagus seedling, for planting",material,Agricultural\Plant seeds\Transformation +"assembly of generator and motor, auxilliaries and energy use, for mini CHP plant","assembly of generator and motor, auxilliaries and energy use, for mini CHP plant",processing,Electronics\Transformation +"assembly of generator and motor, auxilliaries and energy use, heat and power co-generation unit, 160kW electrical","assembly of generator and motor, auxilliaries and energy use, heat and power co-generation unit, 160kW electrical",processing,Electronics\Transformation +"assembly of liquid crystal display, auxilliaries and energy use","assembly of liquid crystal display, auxilliaries and energy use",processing,Electronics\Transformation +"assembly operation, for lorry","assembly operation, for lorry",transport,Road\Transformation\Infrastructure +atrazine production,atrazine,material,Chemicals\Pesticides\Transformation +"aubergine production, in heated greenhouse",aubergine,material,Agricultural\Plant production\Vegetables\Transformation +"aubergine production, open field",aubergine,material,Agricultural\Plant production\Vegetables\Transformation +"auto-thermal reforming-hydrogen GT power plant, 400MWe","auto-thermal reforming-hydrogen GT power plant, 400MWe",material,Chemicals\Gases\Market +autoclaved aerated concrete block production,autoclaved aerated concrete block,material,Construction\Concrete\Transformation +autoclaved aerated concrete block production,hard coal ash,waste treatment,Others\Transformation +"auxiliary heating unit production, electric, 5kW","auxiliary heating unit, electric, 5kW",energy,Heat\Solar\Transformation\Infrastructure +avocado production,avocado,material,Agricultural\Plant production\Fruits\Transformation +"avoided burden from recycling, c-Si PV module","avoided burden from recycling, c-Si PV module",energy,Electricity by fuel\Photovoltaic\Market\Infrastructure +"avoided burden from recycling, CdTe PV module","avoided burden from recycling, CdTe PV module",energy,Electricity by fuel\Photovoltaic\Market\Infrastructure +azodicarbonamide production,azodicarbonamide,material,Chemicals\Inorganic\Transformation +"backlight production, for liquid crystal display","backlight, for liquid crystal display",material,Electronics\Component\Transformation +bale loading,bale loading,processing,Agricultural\Transformation +baling,baling,processing,Agricultural\Transformation +"bamboo forestry, sustainable forest management",bamboo culm,material,Wood\Products\Transformation +bamboo pole production,bamboo pole,material,Wood\Products\Transformation +"bamboo residues, Recycled Content cut-off",bamboo residues,material,Others\Obsolete +banana production,banana,material,Agricultural\Plant production\Fruits\Transformation +barge production,barge,transport,Water\Transformation\Infrastructure +barge tanker production,barge tanker,transport,Water\Transformation\Infrastructure +barite production,barite,material,Chemicals\Inorganic\Transformation +barium carbonate production,barium carbonate,material,Chemicals\Inorganic\Transformation +barium hydroxide production,barium hydroxide,material,Chemicals\Inorganic\Transformation +barium oxide production,barium oxide,material,Chemicals\Inorganic\Transformation +barium sulfide production,barium sulfide,material,Chemicals\Inorganic\Transformation +"bark chips production, hardwood, at sawmill","bark chips, wet, measured as dry mass",material,Wood\Byproducts\Transformation +"bark chips production, softwood, at sawmill","bark chips, wet, measured as dry mass",material,Wood\Byproducts\Transformation +"bark chips, wet, measured as dry mass to generic market for residual hardwood, wet","residual hardwood, wet",material,Others\Obsolete +"bark chips, wet, measured as dry mass to generic market for residual hardwood, wet","residual softwood, wet",material,Others\Obsolete +barley grain production,barley grain,material,Agricultural\Animal feed\Market +barley grain production,barley grain,material,Agricultural\Animal feed\Market +barley grain production,barley grain,material,Agricultural\Animal feed\Market +barley grain production,barley grain,material,Agricultural\Animal feed\Market +barley grain production,barley grain,material,Agricultural\Animal feed\Market +barley grain production,barley grain,material,Agricultural\Animal feed\Market +barley grain production,barley grain,material,Agricultural\Animal feed\Market +barley grain production,barley grain,material,Agricultural\Animal feed\Market +barley grain production,barley grain,material,Agricultural\Animal feed\Market +barley grain production,barley grain,material,Agricultural\Animal feed\Market +barley grain production,barley grain,material,Agricultural\Animal feed\Market +"barley grain production, organic","straw, organic",material,Agricultural\Animal feed\Market +"barley grain production, organic","barley grain, organic",material,Agricultural\Animal feed\Market +"barley grain production, organic","barley grain, organic",material,Agricultural\Animal feed\Market +"barley grain production, organic","straw, organic",material,Agricultural\Animal feed\Market +"barley grain production, swiss integrated production, extensive","barley grain, swiss integrated production",material,Agricultural\Animal feed\Market +"barley grain production, swiss integrated production, extensive",straw,material,Agricultural\Animal feed\Market +"barley grain production, swiss integrated production, intensive",straw,material,Agricultural\Animal feed\Market +"barley grain production, swiss integrated production, intensive","barley grain, swiss integrated production",material,Agricultural\Animal feed\Market +barley grain to generic market for energy feed,"energy feed, gross",material,Agricultural\Animal feed\Market +barley grain to generic market for energy feed,"protein feed, 100% crude",material,Agricultural\Animal feed\Market +"barley grain, feed production","barley grain, feed",material,Agricultural\Animal feed\Transformation +"barley grain, feed production, organic","barley grain, feed, organic",material,Agricultural\Animal feed\Transformation +"barley grain, feed production, Swiss integrated production","barley grain, feed, Swiss integrated production",material,Agricultural\Animal feed\Transformation +barley production,barley grain,material,Agricultural\Plant production\Cereals\Transformation +"barley production, organic","barley grain, organic",material,Agricultural\Plant production\Cereals\Transformation +"barley production, organic","straw, organic",material,Agricultural\Plant production\Roughage\Transformation +"barley production, Swiss integrated production, extensive","barley grain, Swiss integrated production",material,Agricultural\Plant production\Cereals\Transformation +"barley production, Swiss integrated production, extensive",straw,material,Agricultural\Plant production\Roughage\Transformation +"barley production, Swiss integrated production, intensive","barley grain, Swiss integrated production",material,Agricultural\Plant production\Cereals\Transformation +"barley production, Swiss integrated production, intensive",straw,material,Agricultural\Plant production\Roughage\Transformation +"barley seed production, for sowing","barley seed, for sowing",material,Agricultural\Plant seeds\Transformation +"barley seed production, organic, for sowing","barley seed, organic, for sowing",material,Agricultural\Plant seeds\Transformation +"barley seed production, Swiss integrated production, for sowing","barley seed, Swiss integrated production, for sowing",material,Agricultural\Plant seeds\Transformation +basalt quarry operation,basalt,material,Minerals\Transformation +base 35858 chemical production,base 35858 chemical,material,Others\Obsolete +"base oil production, petroleum refinery operation",base oil,material,Fuels\Oil\Crude oil\Transformation +base plaster production,base plaster,material,Construction\Coverings\Transformation +"basic oxygen furnace dust to market for basic oxygen furnace dust, for recovery",basic oxygen furnace dust,waste treatment,Metals\Waste metals\Transformation +"basic oxygen furnace dust, for recovery to generic market for supplementary cementitious materials",supplementary cementitious materials,material,Construction\Coverings\Market +"basic oxygen furnace dust, for recovery, Recycled Content cut-off","basic oxygen furnace dust, for recovery",material,Metals\Waste metals\Transformation +basic oxygen furnace secondary metallurgy slag to market for basic oxygen furnace secondary metallurgy slag for recovery,basic oxygen furnace secondary metallurgy slag,waste treatment,Metals\Waste metals\Transformation +"basic oxygen furnace secondary metallurgy slag, for recovery to generic market for supplementary cementitious materials",supplementary cementitious materials,material,Construction\Coverings\Market +"basic oxygen furnace secondary metallurgy slag, for recovery, Recycled Content cut-off","basic oxygen furnace secondary metallurgy slag, for recovery",material,Metals\Waste metals\Transformation +"basic oxygen furnace slag to market for basic oxygen furnace slag, for recovery",basic oxygen furnace slag,waste treatment,Metals\Waste metals\Transformation +"basic oxygen furnace slag, for recovery to generic market for supplementary cementitious materials",supplementary cementitious materials,material,Construction\Coverings\Market +"basic oxygen furnace slag, for recovery, Recycled Content cut-off","basic oxygen furnace slag, for recovery",material,Metals\Waste metals\Transformation +"basic oxygen furnace sludge to market for basic oxygen furnace sludge, for recovery",basic oxygen furnace sludge,waste treatment,Metals\Waste metals\Transformation +"basic oxygen furnace sludge, for recovery to generic market for supplementary cementitious materials",supplementary cementitious materials,material,Construction\Coverings\Market +"basic oxygen furnace sludge, for recovery, Recycled Content cut-off","basic oxygen furnace sludge, for recovery",material,Metals\Waste metals\Transformation +"batch dyeing, fibre, cotton","batch dyeing, fibre, cotton",processing,Textiles\Transformation +batter wheat mix production,wheat flour mix,material,Agricultural\Food\Transformation +battery 50kw,battery 50kw,material,Electronics\Battery\Transformation +battery 50kw,battery 50kw,material,Electronics\Battery\Transformation +"battery cell assembly, li-s",battery cell,material,Electronics\Battery\Transformation +"battery cell deactivation, for lis battery",cells to deactivation,material,Electronics\Battery\Transformation +"battery cell production, Li-ion, LFP","battery cell, Li-ion, LFP",material,Electronics\Battery\Transformation +"battery cell production, Li-ion, LiMn2O4","battery cell, Li-ion, LiMn2O4",material,Electronics\Battery\Transformation +"battery cell production, li-ion, lto","battery cell, li-ion, lto",material,Electronics\Battery\Transformation +"battery cell production, Li-ion, NCA","battery cell, Li-ion, NCA",material,Electronics\Battery\Transformation +"battery cell production, Li-ion, NMC111","battery cell, Li-ion, NMC111",material,Electronics\Battery\Transformation +"battery cell production, li-ion, nmc622","battery cell, li-ion, nmc622",material,Electronics\Battery\Transformation +"battery cell production, Li-ion, NMC811","battery cell, Li-ion, NMC811",material,Electronics\Battery\Transformation +"battery cell production, li-o2",battery cell,material,Electronics\Battery\Transformation +"battery cell production, li-s","battery cell, lis",material,Electronics\Battery\Transformation +"battery cell production, sib, with napba cathode and fossil-hc anode",battery cell,material,Electronics\Battery\Transformation +"battery cell production, sib, with nmmt cathode and fossil-hc anode",battery cell,material,Electronics\Battery\Transformation +"battery cell production, sib, with nvpf cathode and fossil-hc anode",battery cell,material,Electronics\Battery\Transformation +battery charger,battery charger,material,Electronics\Battery\Transformation +battery charger,battery charger,material,Electronics\Battery\Transformation +"battery management system assembly, for vrfb system","battery management system, for vrfb system",material,Electronics\Battery\Transformation +"battery management system production, for Li-ion battery","battery management system, for Li-ion battery",material,Electronics\Battery\Transformation +"battery module disassembly, for lis battery",disassembled battery module,material,Electronics\Battery\Transformation +"battery module packaging production, Li-ion","battery module packaging, Li-ion",material,Electronics\Battery\Transformation +"battery module production, for lis battery","battery, lis module",material,Electronics\Battery\Transformation +battery module system production,battery module system for home storage system module,material,Electronics\Battery\Transformation +"battery pouch production, for lis battery",battery pouch,material,Electronics\Battery\Transformation +"battery production, lead acid, rechargeable, stationary","battery, lead acid, rechargeable, stationary",material,Electronics\Battery\Transformation +"battery production, Li-ion, LFP, rechargeable, prismatic","battery, Li-ion, LFP, rechargeable, prismatic",material,Electronics\Battery\Transformation +"battery production, Li-ion, LiMn2O4, rechargeable, prismatic","battery, Li-ion, LiMn2O4, rechargeable, prismatic",material,Electronics\Battery\Transformation +"battery production, Li-ion, NCA, rechargeable, prismatic","battery, Li-ion, NCA, rechargeable, prismatic",material,Electronics\Battery\Transformation +"battery production, Li-ion, NMC111, rechargeable, prismatic","battery, Li-ion, NMC111, rechargeable, prismatic",material,Electronics\Battery\Transformation +"battery production, Li-ion, NMC811, rechargeable, prismatic","battery, Li-ion, NMC811, rechargeable, prismatic",material,Electronics\Battery\Transformation +"battery production, li-o2","battery, li-o2",material,Electronics\Battery\Transformation +"battery production, na-nicl, rechargeable","battery, nacl",material,Electronics\Battery\Transformation +"battery production, NaCl, rechargeable","battery, NaCl",material,Electronics\Battery\Transformation +"battery production, NiMH, rechargeable, prismatic","battery, NiMH, rechargeable, prismatic",material,Electronics\Battery\Transformation +"battery rack production, for lis battery",battery rack,material,Electronics\Battery\Transformation +battery separator,battery separator,material,Electronics\Battery\Transformation +battery separator production,battery separator,material,Electronics\Battery\Transformation +bauxite mine operation,bauxite,material,Minerals\Transformation +"beam, hardwood, raw, air drying","sawnwood, beam, hardwood, raw, air dried",material,Others\Obsolete +"beam, hardwood, raw, air drying to u=20%","sawnwood, beam, hardwood, raw, dried (u=20%)",material,Wood\Products\Transformation +"beam, hardwood, raw, kiln drying","sawnwood, beam, hardwood, raw, kiln dried",material,Others\Obsolete +"beam, hardwood, raw, kiln drying to u=10%","sawnwood, beam, hardwood, raw, dried (u=10%)",material,Wood\Products\Transformation +"beam, hardwood, raw, kiln drying to u=20%","sawnwood, beam, hardwood, raw, dried (u=20%)",material,Wood\Products\Transformation +"beam, softwood, raw, air drying","sawnwood, beam, softwood, raw, air dried",material,Others\Obsolete +"beam, softwood, raw, air drying to u=20%","sawnwood, beam, softwood, raw, dried (u=20%)",material,Wood\Products\Transformation +"beam, softwood, raw, kiln drying","sawnwood, beam, softwood, raw, kiln dried",material,Others\Obsolete +"beam, softwood, raw, kiln drying to u=10%","sawnwood, beam, softwood, raw, dried (u=10%)",material,Wood\Products\Transformation +"beam, softwood, raw, kiln drying to u=20%","sawnwood, beam, softwood, raw, dried (u=20%)",material,Wood\Products\Transformation +beef cattle production on pasture,"cattle for slaughtering, live weight",material,Agricultural\Animal production\Bovine\Transformation +beef cattle production on pasture,"weaned heifers, live weight",material,Agricultural\Animal production\Bovine\Transformation +beef cattle production on pasture and feedlot,"cattle for slaughtering, live weight",material,Agricultural\Animal production\Bovine\Transformation +beef cattle production on pasture and feedlot,"weaned heifers, live weight",material,Agricultural\Animal production\Bovine\Transformation +beef cattle production on pasture and proteic supplement,"cattle for slaughtering, live weight",material,Agricultural\Animal production\Bovine\Transformation +beef cattle production on pasture and proteic supplement,"weaned heifers, live weight",material,Agricultural\Animal production\Bovine\Transformation +"beet seed production, Swiss integrated production, for sowing","beet seed, Swiss integrated production, for sowing",material,Agricultural\Plant seeds\Transformation +beet sugar production,"sugar, from sugar beet",material,Agricultural\Food\Transformation +beet sugar production,"molasses, from sugar beet",material,Agricultural\Intermediate products\Transformation +beet sugar production,sugar beet pulp,material,Agricultural\Plant production\Sugar beets\Transformation +"bell pepper production, in heated greenhouse",bell pepper,material,Agricultural\Plant production\Vegetables\Transformation +"bell pepper production, open field",bell pepper,material,Agricultural\Plant production\Vegetables\Transformation +bentonite quarry construction,bentonite quarry infrastructure,material,Minerals\Transformation\Infrastructure +bentonite quarry operation,bentonite,material,Minerals\Transformation +benzal chloride production,benzal chloride,material,Chemicals\Organic\Transformation +benzaldehyde production,benzaldehyde,material,Chemicals\Organic\Transformation +benzaldehyde-2-sulfonic acid production,benzaldehyde-2-sulfonic acid,material,Chemicals\Acids (organic)\Transformation +benzene chlorination,"hydrochloric acid, without water, in 30% solution state",material,Chemicals\Acids (inorganic)\Transformation +benzene chlorination,monochlorobenzene,material,Chemicals\Organic\Transformation +benzene chlorination,o-dichlorobenzene,material,Chemicals\Organic\Transformation +benzene chlorination,p-dichlorobenzene,material,Chemicals\Organic\Transformation +benzene production,benzene,material,Chemicals\Organic\Transformation +benzimidazole-compound production,benzimidazole-compound,material,Chemicals\Pesticides\Transformation +benzo[thia]diazole-compound production,benzo[thia]diazole-compound,material,Chemicals\Pesticides\Transformation +"benzoic acid production, toluene oxidation",benzoic acid,material,Chemicals\Pesticides\Transformation +"benzoic acid production, toluene oxidation",benzoic acid,material,Chemicals\Pesticides\Transformation +benzoic-compound production,benzoic-compound,material,Chemicals\Pesticides\Transformation +benzyl alcohol production,benzyl alcohol,material,Chemicals\Organic\Transformation +benzyl chloride production,benzyl chloride,material,Chemicals\Organic\Transformation +beryllium hydroxide production,beryllium hydroxide,material,Chemicals\Inorganic\Transformation +beryllium production,beryllium,material,Metals\Non ferro\Transformation +beverage carton converting,beverage carton converting,processing,Cardboard\Transformation +"beverage carton production, 1 l, for fresh milk (chilled)","beverage carton, 1 l, for fresh milk (chilled)",processing,Cardboard\Transformation +"beverage carton production, 1 l, for juice (ambient)","beverage carton, 1 l, for juice (ambient)",processing,Cardboard\Transformation +"beverage carton production, 1 l, for uht milk (ambient)","beverage carton, 1 l, for uht milk (ambient)",processing,Cardboard\Transformation +bicycle production,bicycle,transport,Road\Transformation\Infrastructure +"bicycle, conventional, urban","bicycle, conventional, urban",transport,Road\Transformation\Infrastructure +"bicycle, electric (<25 km/h), LFP battery","bicycle, electric (<25 km/h)",transport,Road\Transformation\Infrastructure +"bicycle, electric (<25 km/h), NCA battery","bicycle, electric (<25 km/h)",transport,Road\Transformation\Infrastructure +"bicycle, electric (<25 km/h), NMC battery","bicycle, electric (<25 km/h)",transport,Road\Transformation\Infrastructure +"bicycle, electric (<45 km/h), LFP battery","bicycle, electric (<45 km/h)",transport,Road\Transformation\Infrastructure +"bicycle, electric (<45 km/h), NCA battery","bicycle, electric (<45 km/h)",transport,Road\Transformation\Infrastructure +"bicycle, electric (<45 km/h), NMC battery","bicycle, electric (<45 km/h)",transport,Road\Transformation\Infrastructure +"bicycle, electric, cargo bike, LFP battery","bicycle, electric, cargo bike",transport,Road\Transformation\Infrastructure +"bicycle, electric, cargo bike, NCA battery","bicycle, electric, cargo bike",transport,Road\Transformation\Infrastructure +"bicycle, electric, cargo bike, NMC battery","bicycle, electric, cargo bike",transport,Road\Transformation\Infrastructure +"bimetallic busbar production, for lis battery",bimetallic busbar,material,Electronics\Battery\Transformation +"binder production, cmc-sbr, for sib battery","binder, cmc-sbr",material,Electronics\Battery\Transformation +"binder production, pvdf, for sib battery","binder, pvdf",material,Electronics\Battery\Transformation +"biodiesel production, via Fischer-Tropsch, from forest product (non-residual), energy allocation","biodiesel, from forest residues",material,Fuels\Others\Transformation +"biodiesel production, via Fischer-Tropsch, from forest residues, energy allocation","biodiesel, from forest residues",material,Fuels\Others\Transformation +"biodiesel production, via transesterification, from algae, energy allocation","biodiesel, from algae",material,Fuels\Others\Transformation +"biodiesel production, via transesterification, from palm oil, energy allocation","biodiesel, from palm oil",material,Fuels\Others\Transformation +"biodiesel production, via transesterification, from rapeseed oil, energy allocation","biodiesel, from rapeseed oil",material,Fuels\Others\Transformation +"biodiesel production, via transesterification, from used cooking oil, energy allocation","biodiesel, from cooking oil",material,Fuels\Others\Transformation +"biodiesel production, via transesterification, from used cooking oil, with carbon capture and storage, energy allocation","biodiesel, from cooking oil",material,Fuels\Others\Transformation +"biodiesel, from algae, at fuelling station","biodiesel, vehicle grade",material,Fuels\Others\Transformation +"biodiesel, from palm oil, at fuelling station","biodiesel, vehicle grade",material,Fuels\Others\Transformation +"biodiesel, from rapeseed oil, at fuelling station","biodiesel, vehicle grade",material,Fuels\Others\Transformation +"biodiesel, from used cooking oil, at fuelling station","biodiesel, vehicle grade",material,Fuels\Others\Transformation +biogas production from grass,grass fibre,material,Agricultural\Animal feed\Transformation +biogas production from grass,"protein feed, 100% crude",material,Agricultural\Animal feed\Transformation +biogas production from grass,"biogas, from grass",material,Fuels\Biofuels\Biogas\Transformation +biogas purification to biomethane by amino washing,"biomethane, high pressure",material,Fuels\Biofuels\Methane\Transformation +biogas purification to biomethane by membrane technique,"biomethane, high pressure",material,Fuels\Biofuels\Methane\Transformation +biogas purification to biomethane by pressure swing adsorption,"biomethane, high pressure",material,Fuels\Biofuels\Methane\Transformation +biogas purification to methane 96 vol-%,"methane, 96% by volume",material,Others\Obsolete +"biomethane pressure reduction, from high to low pressure","biomethane, low pressure",material,Fuels\Biofuels\Methane\Transformation +"biomethane production, from biogas upgrading, using amine scrubbing","biomethane, from biogas upgrading, using amine scrubbing",material,Fuels\Others\Transformation +"biomethane production, high pressure from synthetic gas, wood, fixed bed technology","biomethane, high pressure",material,Fuels\Biofuels\Methane\Transformation +"biomethane production, high pressure from synthetic gas, wood, fluidised technology","biomethane, high pressure",material,Fuels\Biofuels\Methane\Transformation +"biomethane production, high pressure, vehicle grade","biomethane, high pressure, vehicle grade",material,Fuels\Biofuels\Methane\Transformation +"biomethane production, low pressure, vehicle grade","biomethane, low pressure, vehicle grade",material,Fuels\Biofuels\Methane\Transformation +"biomethane production, medium pressure, vehicle grade","biomethane, medium pressure, vehicle grade",material,Fuels\Biofuels\Methane\Transformation +"biomethane, gaseous, 5 bar, from sewage sludge fermentation, at fuelling station","biomethane, high pressure",waste treatment,Biowaste\Transformation +"biomethane, low pressure burned in micro gas turbine 100kWe","electricity, low voltage",energy,Electricity by fuel\Biofuels\Transformation +"biomethane, low pressure burned in micro gas turbine 100kWe","heat, central or small-scale, other than natural gas",energy,Heat\Others\Transformation +"biomethane, low pressure burned in polymer electrolyte membrane fuel cell 2kWe, future","electricity, low voltage",energy,Electricity by fuel\Biofuels\Transformation +"biomethane, low pressure burned in polymer electrolyte membrane fuel cell 2kWe, future","heat, future",energy,Heat\Others\Transformation +"biomethane, low pressure burned in solid oxide fuel cell 125kWe, future","electricity, low voltage",energy,Electricity by fuel\Biofuels\Transformation +"biomethane, low pressure burned in solid oxide fuel cell 125kWe, future","heat, future",energy,Heat\Others\Transformation +"biomethane, low pressure burned in solid oxide fuel cell, with micro gas turbine, 180kWe, future","electricity, low voltage",energy,Electricity by fuel\Biofuels\Transformation +"biomethane, low pressure burned in solid oxide fuel cell, with micro gas turbine, 180kWe, future","heat, future",energy,Heat\Others\Transformation +"biopolar plate production, for vrfb system","biopolar plate, for vrfb system",material,Electronics\Battery\Transformation +bipyridylium-compound production,bipyridylium-compound,material,Chemicals\Pesticides\Transformation +bisphenol A epoxy based vinyl ester resin production,bisphenol A epoxy based vinyl ester resin,material,Chemicals\Organic\Transformation +"bisphenol A production, powder","bisphenol A, powder",material,Chemicals\Organic\Transformation +"bitumen adhesive compound production, cold","bitumen adhesive compound, cold",material,Construction\Sealing\Transformation +"bitumen adhesive compound production, hot","bitumen adhesive compound, hot",material,Construction\Sealing\Transformation +bitumen seal production,bitumen seal,material,Construction\Sealing\Transformation +"bitumen seal production, Alu80","bitumen seal, Alu80",material,Construction\Sealing\Transformation +"bitumen seal production, polymer EP4 flame retardant","bitumen seal, polymer EP4 flame retardant",material,Construction\Sealing\Transformation +"bitumen seal production, V60","bitumen seal, V60",material,Construction\Sealing\Transformation +"bitumen seal production, VA4","bitumen seal, VA4",material,Construction\Sealing\Transformation +"blast furnace dust to market for blast furnace dust, for recovery",blast furnace dust,waste treatment,Metals\Waste metals\Transformation +"blast furnace dust, for recovery to generic market for supplementary cementitious materials",supplementary cementitious materials,material,Construction\Coverings\Market +"blast furnace dust, for recovery, Recycled Content cut-off","blast furnace dust, for recovery",material,Metals\Waste metals\Transformation +"blast furnace gas, Recycled Content cut-off",blast furnace gas,material,Fuels\Natural gas\Transformation +blast furnace production,blast furnace,material,Metals\Ferro\Transformation\Infrastructure +"blast furnace slag, Recycled Content cut-off",blast furnace slag,material,Construction\Binders\Transformation +"blast furnace sludge to market for blast furnace sludge, for recovery",blast furnace sludge,waste treatment,Others\Transformation +"blast furnace sludge, for recovery to generic market for supplementary cementitious materials",supplementary cementitious materials,material,Construction\Coverings\Market +"blast furnace sludge, for recovery, Recycled Content cut-off","blast furnace sludge, for recovery",material,Construction\Coverings\Transformation +"blast furnace sludge, for recovery, Recycled Content cut-off_obsolete","blast furnace sludge, for recovery",waste treatment,Others\Obsolete +blast oxygen furnace converter production,blast oxygen furnace converter,material,Metals\Ferro\Transformation\Infrastructure +blasting,blasting,processing,Others\Transformation +"bleaching and dyeing, yarn","bleaching and dyeing, yarn",processing,Textiles\Transformation +"bleaching, textile","bleaching, textile",processing,Textiles\Transformation +blister-copper conversion facility construction,blister-copper conversion facility,material,Others\Obsolete +blow moulding,blow moulding,processing,Plastics\Transformation +"blower and heat exchange unit production, Avent E 97","blower and heat exchange unit, Avent E 97",material,Construction\Ventilation\Transformation +"blower and heat exchange unit production, central, 600-1200 m3/h","blower and heat exchange unit, central, 600-1200 m3/h",material,Construction\Ventilation\Transformation +"blower and heat exchange unit production, decentralized, 180-250 m3/h","blower and heat exchange unit, decentralized, 180-250 m3/h",material,Construction\Ventilation\Transformation +"blower and heat exchange unit production, GE 250 RH","blower and heat exchange unit, GE 250 RH",material,Construction\Ventilation\Transformation +"blower and heat exchange unit production, KWL 250","blower and heat exchange unit, KWL 250",material,Construction\Ventilation\Transformation +"blower and heat exchange unit production, KWLC 1200","blower and heat exchange unit, KWLC 1200",material,Construction\Ventilation\Transformation +"blower and heat exchange unit production, Storkair G 90","blower and heat exchange unit, Storkair G 90",material,Construction\Ventilation\Transformation +"blower and heat exchange unit production, Twl-700","blower and heat exchange unit, Twl-700",material,Construction\Ventilation\Transformation +"bms production, for li-o2 battery",bms,material,Electronics\Battery\Transformation +"bms production, for lis battery",bms,material,Electronics\Battery\Transformation +"board components and panel input to logic board, for lis battery","bms board and devices, unassembled",material,Electronics\Battery\Transformation +"board, hardwood, raw, air drying","sawnwood, board, hardwood, raw, air dried",material,Others\Obsolete +"board, hardwood, raw, air drying to u=20%","sawnwood, board, hardwood, raw, dried (u=20%)",material,Wood\Products\Transformation +"board, hardwood, raw, kiln drying","sawnwood, board, hardwood, raw, kiln dried",material,Others\Obsolete +"board, hardwood, raw, kiln drying to u=10%","sawnwood, board, hardwood, raw, dried (u=10%)",material,Wood\Products\Transformation +"board, hardwood, raw, kiln drying to u=20%","sawnwood, board, hardwood, raw, dried (u=20%)",material,Wood\Products\Transformation +"board, softwood, raw, air drying","sawnwood, board, softwood, raw, air dried",material,Others\Obsolete +"board, softwood, raw, air drying to u=20%","sawnwood, board, softwood, raw, dried (u=20%)",material,Wood\Products\Transformation +"board, softwood, raw, kiln drying","sawnwood, board, softwood, raw, kiln dried",material,Others\Obsolete +"board, softwood, raw, kiln drying to u=10%","sawnwood, board, softwood, raw, dried (u=10%)",material,Wood\Products\Transformation +"board, softwood, raw, kiln drying to u=20%","sawnwood, board, softwood, raw, dried (u=20%)",material,Wood\Products\Transformation +"borax production, anhydrous, powder","borax, anhydrous, powder",material,Chemicals\Inorganic\Transformation +"borehole heat exchanger production, 150m","borehole heat exchanger, 150m",energy,Heat\Heat pump\Transformation\Infrastructure +"boric acid production, anhydrous, powder","boric acid, anhydrous, powder",material,Chemicals\Acids (inorganic)\Transformation +boric oxide production,boric oxide,material,Chemicals\Inorganic\Transformation +boron carbide production,boron carbide,material,Chemicals\Inorganic\Transformation +boron trifluoride production,boron trifluoride,material,Chemicals\Inorganic\Transformation +"brass drilling, computer numerical controlled","brass removed by drilling, computer numerical controlled",processing,Metals\Chipping\Transformation +"brass drilling, conventional","brass removed by drilling, conventional",processing,Metals\Chipping\Transformation +brass production,brass,material,Metals\Non ferro\Transformation +"brass turning, average, computer numerical controlled","brass removed by turning, average, computer numerical controlled",processing,Metals\Chipping\Transformation +"brass turning, average, conventional","brass removed by turning, average, conventional",processing,Metals\Chipping\Transformation +"brass turning, primarily dressing, computer numerical controlled","brass removed by turning, primarily dressing, computer numerical controlled",processing,Metals\Chipping\Transformation +"brass turning, primarily dressing, conventional","brass removed by turning, primarily dressing, conventional",processing,Metals\Chipping\Transformation +"brass turning, primarily roughing, computer numerical controlled","brass removed by turning, primarily roughing, computer numerical controlled",processing,Metals\Chipping\Transformation +"brass turning, primarily roughing, conventional","brass removed by turning, primarily roughing, conventional",processing,Metals\Chipping\Transformation +"brazing solder production, cadmium free","brazing solder, cadmium free",material,Metals\Alloys\Transformation +breadcrumbs production,breadcrumbs,material,Agricultural\Food\Transformation +brick production facility construction,brick production facility,material,Construction\Bricks\Transformation\Infrastructure +broccoli production,broccoli,material,Agricultural\Plant production\Vegetables\Transformation +bromine production,bromine,material,Chemicals\Inorganic\Transformation +"bromine, at plant","bromine, at plant",energy,Electricity by fuel\Photovoltaic\Market\Infrastructure +bromopropane production,bromopropane,material,Chemicals\Organic\Transformation +bromoxynil production,bromoxynil,material,Chemicals\Organic\Transformation +bronze production,bronze,material,Metals\Non ferro\Transformation +"bronze scrap, post-consumer to generic market for bronze",bronze,material,Metals\Non ferro\Transformation +"bronze scrap, post-consumer, Recycled Content cut-off","bronze scrap, post-consumer",material,Metals\Non ferro\Transformation +"bronze scrap, post-consumer, Recycled Content cut-off_obsolete","bronze scrap, post-consumer",waste treatment,Others\Obsolete +Brown-Schlesinger process,sodium tetrahydridoborate,material,Chemicals\Inorganic\Transformation +Brown-Schlesinger process,sodium methoxide,material,Chemicals\Organic\Transformation +"btx production, from pyrolysis gas, average","toluene, liquid",material,Chemicals\Acids (organic)\Transformation +"btx production, from pyrolysis gas, average",benzene,material,Chemicals\Acids (organic)\Transformation +"btx production, from pyrolysis gas, average","toluene, liquid",material,Chemicals\Acids (organic)\Transformation +"btx production, from pyrolysis gas, average","xylene, mixed",material,Chemicals\Acids (organic)\Transformation +"btx production, from pyrolysis gas, average","hydrocarbons, aromatic, cyclic (c9+)",material,Chemicals\Acids (organic)\Transformation +"btx production, from pyrolysis gas, average","hydrocarbons, aromatic, cyclic (c9+)",material,Chemicals\Acids (organic)\Transformation +"btx production, from pyrolysis gas, average",p-xylene,material,Chemicals\Acids (organic)\Transformation +"btx production, from pyrolysis gas, average","xylene, mixed",material,Chemicals\Acids (organic)\Transformation +"btx production, from pyrolysis gas, average",p-xylene,material,Chemicals\Acids (organic)\Transformation +"btx production, from pyrolysis gas, average",raffinate,material,Chemicals\Acids (organic)\Transformation +"btx production, from pyrolysis gas, average",raffinate,material,Chemicals\Acids (organic)\Transformation +"btx production, from pyrolysis gas, average",o-xylene,material,Chemicals\Acids (organic)\Transformation +"btx production, from pyrolysis gas, average",benzene,material,Chemicals\Acids (organic)\Transformation +"btx production, from pyrolysis gas, average",o-xylene,material,Chemicals\Acids (organic)\Transformation +"btx production, from reformate, average","hydrocarbons, aromatic, cyclic (c9+)",material,Chemicals\Others\Transformation +"btx production, from reformate, average","toluene, liquid",material,Chemicals\Others\Transformation +"btx production, from reformate, average",o-xylene,material,Chemicals\Others\Transformation +"btx production, from reformate, average",p-xylene,material,Chemicals\Others\Transformation +"btx production, from reformate, average",benzene,material,Chemicals\Others\Transformation +"btx production, from reformate, average","xylene, mixed",material,Chemicals\Others\Transformation +"btx production, from reformate, average","toluene, liquid",material,Chemicals\Others\Transformation +"btx production, from reformate, average",raffinate,material,Chemicals\Others\Transformation +"btx production, from reformate, average",raffinate,material,Chemicals\Others\Transformation +"btx production, from reformate, average",o-xylene,material,Chemicals\Others\Transformation +"btx production, from reformate, average",benzene,material,Chemicals\Others\Transformation +"btx production, from reformate, average","xylene, mixed",material,Chemicals\Others\Transformation +"btx production, from reformate, average",p-xylene,material,Chemicals\Others\Transformation +"btx production, from reformate, average","hydrocarbons, aromatic, cyclic (c9+)",material,Chemicals\Others\Transformation +buffer tank,buffer tank,transport,Road\Transformation\Infrastructure +"building construction, budget hotel","building, budget hotel",use,Tourism\Hotels\Transformation\Infrastructure +"building construction, hall","building, hall",material,Construction\Others\Transformation\Infrastructure +"building construction, hall, steel construction","building, hall, steel construction",material,Construction\Others\Transformation\Infrastructure +"building construction, hall, wood construction","building, hall, wood construction",material,Construction\Others\Transformation\Infrastructure +"building construction, hostel","building, hostel",use,Tourism\Hotels\Transformation\Infrastructure +"building construction, luxury hotel","building, luxury hotel",use,Tourism\Hotels\Transformation\Infrastructure +"building construction, multi-storey","building, multi-storey",material,Construction\Others\Transformation\Infrastructure +"building construction, upmarket hotel","building, upmarket hotel",use,Tourism\Hotels\Transformation\Infrastructure +building machine production,building machine,transport,Building equipment\Transformation\Infrastructure +"building operation, budget hotel","building operation, budget hotel",use,Tourism\Hotels\Transformation +"building operation, hostel","building operation, hostel",use,Tourism\Hotels\Transformation +"building operation, luxury hotel","building operation, luxury hotel",use,Tourism\Hotels\Transformation +"building operation, upmarket hotel","building operation, upmarket hotel",use,Tourism\Hotels\Transformation +"bulk carrier production, for dry goods","bulk carrier, for dry goods",transport,Water\Transformation\Infrastructure +bulk lead-zinc concentrate to generic markets for zinc concentrate and lead concentrate,lead concentrate,material,Minerals\Transformation +bulk lead-zinc concentrate to generic markets for zinc concentrate and lead concentrate,zinc concentrate,material,Minerals\Transformation +burnt shale production,burnt shale,material,Chemicals\Inorganic\Transformation +burnt shale production,"electricity, medium voltage",energy,Electricity country mix\Medium voltage\Transformation +bus production,bus,transport,Road\Transformation\Infrastructure +butadiene production,butadiene,material,Chemicals\Organic\Transformation +"butadiene purification, extractive distillation of crude butadiene",butadiene,material,Chemicals\Organic\Transformation +"butadiene purification, extractive distillation of crude butadiene",butadiene,material,Chemicals\Organic\Transformation +butadiene to generic market for generic c4 hydrocarbons,generic c4 hydrocarbons,material,Chemicals\Organic\Transformation +butadiene to generic market for generic c4 hydrocarbons,generic c4 hydrocarbons,material,Chemicals\Organic\Transformation +"butane extraction, from natural gas liquids",butane,material,Others\Obsolete +butane to generic market for generic c4 hydrocarbons,generic c4 hydrocarbons,material,Others\Obsolete +"butane-1,4-diol production","butane-1,4-diol",material,Chemicals\Organic\Transformation +"butanols production, hydroformylation of propylene",1-butanol,material,Chemicals\Organic\Transformation +"butanols production, hydroformylation of propylene",isobutanol,material,Chemicals\Organic\Transformation +"butanols production, hydroformylation of propylene",1-butanol,material,Chemicals\Organic\Transformation +"butanols production, hydroformylation of propylene",isobutanol,material,Chemicals\Organic\Transformation +"butene production, mixed","butene, mixed",material,Chemicals\Organic\Transformation +"butene, mixed to generic market for generic c4 hydrocarbons",generic c4 hydrocarbons,material,Chemicals\Organic\Transformation +"butene, mixed to generic market for generic c4 hydrocarbons",generic c4 hydrocarbons,material,Chemicals\Organic\Transformation +"butter production, from cow milk","butter, from cow milk",material,Agricultural\Food\Transformation +"butter production, from cow milk","buttermilk, from cow milk",material,Agricultural\Food\Transformation +"butter production, from cow milk","skimmed milk, from cow milk",material,Agricultural\Food\Transformation +"butter production, from cream, from cow milk","butter, from cow milk",material,Agricultural\Food\Transformation +"butter production, from cream, from cow milk","buttermilk, from cow milk",material,Agricultural\Food\Transformation +"butter production, from cream, from cow milk","skimmed milk, from cow milk",material,Agricultural\Food\Transformation +"buttermilk, from cow milk to generic market for protein feed","energy feed, gross",material,Agricultural\Animal feed\Market +"buttermilk, from cow milk to generic market for protein feed","protein feed, 100% crude",material,Agricultural\Animal feed\Market +butyl acetate production,butyl acetate,material,Chemicals\Organic\Transformation +butyl acrylate production,butyl acrylate,material,Chemicals\Organic\Transformation +butyldiglycol acetate production,butyldiglycol acetate,material,Chemicals\Organic\Transformation +"butyrolactone production, dehydrogenation of 1,4-butanediol","hydrogen, gaseous, low pressure",material,Chemicals\Gases\Market +"butyrolactone production, dehydrogenation of 1,4-butanediol",butyrolactone,material,Chemicals\Gases\Market +"C3 hydrocarbon production, mixture, petroleum refinery operation",c3 hydrocarbon mixture,material,Chemicals\Organic\Transformation +cabbage red production,cabbage red,material,Agricultural\Plant production\Vegetables\Transformation +cabbage white production,cabbage white,material,Agricultural\Plant production\Vegetables\Transformation +"cabin, for lorry","cabin, for lorry",transport,Road\Transformation\Infrastructure +"cable production, connector for computer, without plugs","cable, connector for computer, without plugs",material,Electronics\Component\Transformation +"cable production, data cable in infrastructure","cable, data cable in infrastructure",material,Electronics\Component\Transformation +"cable production, network cable, category 5, without plugs","cable, network cable, category 5, without plugs",material,Electronics\Component\Transformation +"cable production, printer cable, without plugs","cable, printer cable, without plugs",material,Electronics\Component\Transformation +"cable production, ribbon cable, 20-pin, with plugs","cable, ribbon cable, 20-pin, with plugs",material,Electronics\Component\Transformation +"cable production, three-conductor cable","cable, three-conductor cable",material,Electronics\Component\Transformation +"cable production, unspecified","cable, unspecified",material,Electronics\Component\Transformation +cable trays ti epr,cable trays ti epr,material,Electronics\Component\Transformation +cable trays ti epr,cable trays ti epr,material,Electronics\Component\Transformation +"cable yarder production, trailer-mounted","mobile cable yarder, trailer-mounted",transport,Building equipment\Transformation\Infrastructure +"cable yarder production, truck-mounted","mobile cable yarder, truck-mounted, incl. processor",transport,Building equipment\Transformation\Infrastructure +cable yarder with sled winch production,cable yarder with sled winch,material,Electronics\Component\Transformation +"cable, average, epr","cable, average, epr",material,Electronics\Component\Transformation +"cable, average, epr","cable, average, epr",material,Electronics\Component\Transformation +cables,cables,transport,Road\Transformation\Infrastructure +"cadmium chloride production, semiconductor-grade","cadmium chloride, semiconductor-grade",material,Chemicals\Inorganic\Transformation +"cadmium production, primary",cadmium,material,Metals\Non ferro\Transformation +"cadmium production, semiconductor-grade","cadmium, semiconductor-grade",material,Metals\Non ferro\Transformation +cadmium sludge from zinc electrolysis stockpiling,cadmium sludge from zinc electrolysis stockpiling,processing,Others\Transformation +"cadmium sludge, recovered from CdTe PV module treatment","cadmium sludge, recovered from CdTe PV module treatment",energy,Electricity by fuel\Photovoltaic\Market\Infrastructure +"cadmium sulfide production, semiconductor-grade","cadmium sulfide, semiconductor-grade",material,Chemicals\Inorganic\Transformation +"cadmium telluride production, semiconductor-grade","cadmium telluride, semiconductor-grade",material,Chemicals\Inorganic\Transformation +calcareous marl production,calcareous marl,material,Chemicals\Inorganic\Transformation +calcined clay production,calcined clay,material,Chemicals\Inorganic\Transformation +calcined clay to generic market for supplementary cementitious materials,supplementary cementitious materials,material,Construction\Coverings\Market +calcium ammonium nitrate production,calcium ammonium nitrate,material,Chemicals\Fertilisers (inorganic)\Transformation +calcium ammonium nitrate production,"nitrogen fertiliser, as N",material,Others\Obsolete +"calcium carbide production, technical grade","calcium carbide, technical grade",material,Chemicals\Inorganic\Transformation +"calcium carbonate production, precipitated","calcium carbonate, precipitated",material,Chemicals\Inorganic\Transformation +calcium chloride to generic market for,de-icer,material,Others\Obsolete +calcium chloride to generic market for de-icer,de-icer,material,Chemicals\Others\Market +calcium nitrate production,ammonium nitrate,material,Chemicals\Fertilisers (inorganic)\Transformation +calcium nitrate production,calcium nitrate,material,Chemicals\Fertilisers (inorganic)\Transformation +calcium nitrate production,"ammonium nitrate, as N",material,Others\Obsolete +"calendering, rigid sheets","calendering, rigid sheets",processing,Plastics\Transformation +canal construction,canal,transport,Water\Transformation\Infrastructure +cane sugar production with ethanol by-product,"bagasse, from sugarcane",material,Others\Obsolete +cane sugar production with ethanol by-product,"electricity, high voltage",energy,Others\Obsolete +cane sugar production with ethanol by-product,"ethanol, without water, in 95% solution state, from fermentation",material,Others\Obsolete +cane sugar production with ethanol by-product,"sugar, from sugarcane",material,Others\Obsolete +"capacitor production, auxilliaries and energy use","capacitor, auxilliaries and energy use",material,Electronics\Component\Transformation +"capacitor production, electrolyte type, < 2cm height","capacitor, electrolyte type, < 2cm height",material,Electronics\Component\Transformation +"capacitor production, electrolyte type, > 2cm height","capacitor, electrolyte type, > 2cm height",material,Electronics\Component\Transformation +"capacitor production, film type, for through-hole mounting","capacitor, film type, for through-hole mounting",material,Electronics\Component\Transformation +"capacitor production, for surface-mounting","capacitor, for surface-mounting",material,Electronics\Component\Transformation +"capacitor production, tantalum-, for through-hole mounting","capacitor, tantalum-, for through-hole mounting",material,Electronics\Component\Transformation +captan production,captan,material,Chemicals\Pesticides\Transformation +carbon black production,carbon black,material,Chemicals\Organic\Transformation +"carbon dioxide capture, from flue gas emissions, using monoethanolamine","carbon dioxide capture, from flue gas emissions, using monoethanolamine",material,Fuels\Others\Transformation +"carbon dioxide compression, transport and storage","carbon dioxide, stored",material,Chemicals\Gases\Liquified\Transformation +"carbon dioxide from syngas and flue gas combusiton, transport and injection in a geological reservoir","carbon dioxide from syngas and flue gas combusiton, transport and injection in a geological reservoir",material,Fuels\Others\Transformation +"carbon dioxide from syngas combusiton, transport and injection in a geological reservoir","carbon dioxide from syngas combusiton, transport and injection in a geological reservoir",material,Fuels\Others\Transformation +"carbon dioxide production, liquid","carbon dioxide, liquid",material,Chemicals\Gases\Liquified\Transformation +"carbon dioxide storage at hydrogen production plant, pre, pipeline 200km, storage 1000m","carbon dioxide storage at hydrogen production plant, pre, pipeline 200km, storage 1000m",material,Chemicals\Gases\Liquified\Transformation +"carbon dioxide storage at hydrogen production plant, pre, pipeline 400km, storage 3000m","carbon dioxide storage at hydrogen production plant, pre, pipeline 400km, storage 3000m",material,Chemicals\Gases\Liquified\Transformation +"carbon dioxide storage at synthetic natural gas plant, post, 200km pipeline, storage 1000m","carbon dioxide storage at synthetic natural gas plant, post, 200km pipeline, storage 1000m",material,Chemicals\Gases\Liquified\Transformation +"carbon dioxide storage at synthetic natural gas plant, post, 400km pipeline, storage 3000m","carbon dioxide storage at synthetic natural gas plant, post, 400km pipeline, storage 3000m",material,Chemicals\Gases\Liquified\Transformation +"carbon dioxide storage at wood burning power plant 20 MW post, pipeline 200km, storage 1000m","carbon dioxide storage at wood burning power plant 20 MW post, pipeline 200km, storage 1000m",material,Chemicals\Gases\Liquified\Transformation +"carbon dioxide storage at wood burning power plant 20 MW post, pipeline 400km, storage 3000m","carbon dioxide storage at wood burning power plant 20 MW post, pipeline 400km, storage 3000m",material,Chemicals\Gases\Liquified\Transformation +"carbon dioxide storage from hard coal, oxy, pipeline 200km, storage 1000m","carbon dioxide storage from hard coal, oxy, pipeline 200km, storage 1000m",material,Chemicals\Gases\Liquified\Transformation +"carbon dioxide storage from hard coal, oxy, pipeline 400km, storage 3000m","carbon dioxide storage from hard coal, oxy, pipeline 400km, storage 3000m",material,Chemicals\Gases\Liquified\Transformation +"carbon dioxide storage from hard coal, post, pipeline 200km, storage 1000m","carbon dioxide storage from hard coal, post, pipeline 200km, storage 1000m",material,Chemicals\Gases\Liquified\Transformation +"carbon dioxide storage from hard coal, post, pipeline 400km, storage 1000m","carbon dioxide storage from hard coal, post, pipeline 400km, storage 1000m",material,Chemicals\Gases\Liquified\Transformation +"carbon dioxide storage from hard coal, post, pipeline 400km, storage 3000m","carbon dioxide storage from hard coal, post, pipeline 400km, storage 3000m",material,Chemicals\Gases\Liquified\Transformation +"carbon dioxide storage from hard coal, pre, pipeline 200km, storage 1000m","carbon dioxide storage from hard coal, pre, pipeline 200km, storage 1000m",material,Chemicals\Gases\Liquified\Transformation +"carbon dioxide storage from hard coal, pre, pipeline 400km, storage 3000m","carbon dioxide storage from hard coal, pre, pipeline 400km, storage 3000m",material,Chemicals\Gases\Liquified\Transformation +"carbon dioxide storage from lignite, oxy, pipeline 200km, storage 1000m","carbon dioxide storage from lignite, oxy, pipeline 200km, storage 1000m",material,Chemicals\Gases\Liquified\Transformation +"carbon dioxide storage from lignite, oxy, pipeline 400km, storage 3000m","carbon dioxide storage from lignite, oxy, pipeline 400km, storage 3000m",material,Chemicals\Gases\Liquified\Transformation +"carbon dioxide storage from lignite, post, pipeline 200km, storage 1000m","carbon dioxide storage from lignite, post, pipeline 200km, storage 1000m",material,Chemicals\Gases\Liquified\Transformation +"carbon dioxide storage from lignite, post, pipeline 400km, storage 3000m","carbon dioxide storage from lignite, post, pipeline 400km, storage 3000m",material,Chemicals\Gases\Liquified\Transformation +"carbon dioxide storage from lignite, pre, pipeline 200km, storage 1000m","carbon dioxide storage from lignite, pre, pipeline 200km, storage 1000m",material,Chemicals\Gases\Liquified\Transformation +"carbon dioxide storage from lignite, pre, pipeline 400km, storage 3000m","carbon dioxide storage from lignite, pre, pipeline 400km, storage 3000m",material,Chemicals\Gases\Liquified\Transformation +"carbon dioxide storage from natural gas, post, 200km pipeline, storage 1000m","carbon dioxide storage from natural gas, post, 200km pipeline, storage 1000m",material,Chemicals\Gases\Liquified\Transformation +"carbon dioxide storage from natural gas, post, 400km pipeline, storage 1000m","carbon dioxide storage from natural gas, post, 400km pipeline, storage 1000m",material,Chemicals\Gases\Liquified\Transformation +"carbon dioxide storage from natural gas, post, 400km pipeline, storage 3000m","carbon dioxide storage from natural gas, post, 400km pipeline, storage 3000m",material,Chemicals\Gases\Liquified\Transformation +"carbon dioxide storage from natural gas, pre, 200km pipeline, storage 1000m","carbon dioxide storage from natural gas, pre, 200km pipeline, storage 1000m",material,Chemicals\Gases\Liquified\Transformation +"carbon dioxide storage from natural gas, pre, 400km pipeline, storage 3000m","carbon dioxide storage from natural gas, pre, 400km pipeline, storage 3000m",material,Chemicals\Gases\Liquified\Transformation +"carbon dioxide transport and injection in a geological reservoir, infrastructure","carbon dioxide transport and injection in a geological reservoir, infrastructure",material,Fuels\Others\Transformation +"carbon dioxide, captured at cement production plant, for subsequent reuse","carbon dioxide, captured and reused",material,Chemicals\Gases\Liquified\Transformation +"carbon dioxide, captured at cement production plant, integrated in fuel production chain","carbon dioxide, captured and reused",material,Fuels\Others\Transformation +"carbon dioxide, captured at cement production plant, with underground storage, post, 200 km","carbon dioxide, captured and stored",material,Fuels\Others\Transformation +"carbon dioxide, captured at hydrogen production plant, pre, pipeline 200km, storage 1000m","carbon dioxide, captured at hydrogen production plant, pre, pipeline 200km, storage 1000m",material,Chemicals\Gases\Liquified\Transformation +"carbon dioxide, captured at hydrogen production plant, pre, pipeline 400km, storage 3000m","carbon dioxide, captured at hydrogen production plant, pre, pipeline 400km, storage 3000m",material,Chemicals\Gases\Liquified\Transformation +"carbon dioxide, captured at municipal solid waste incineration plant, for subsequent reuse","carbon dioxide, captured and reused",material,Chemicals\Gases\Liquified\Transformation +"carbon dioxide, captured at synthetic natural gas plant, post, 200km pipeline, storage 1000m","carbon dioxide, captured at synthetic natural gas plant, post, 200km pipeline, storage 1000m",material,Fuels\Others\Transformation +"carbon dioxide, captured at wood burning power plant 20 MW post, pipeline 200km, storage 1000m","carbon dioxide, captured at wood burning power plant 20 MW post, pipeline 200km, storage 1000m",material,Chemicals\Gases\Liquified\Transformation +"carbon dioxide, captured from atmosphere and stored, with a solvent-based direct air capture system, 1MtCO2","carbon dioxide, captured from atmosphere",material,Chemicals\Gases\Liquified\Transformation +"carbon dioxide, captured from atmosphere and stored, with a solvent-based direct air capture system, 1MtCO2, with heat pump heat, and grid electricity","carbon dioxide, captured from atmosphere",material,Chemicals\Gases\Liquified\Transformation +"carbon dioxide, captured from atmosphere and stored, with a solvent-based direct air capture system, 1MtCO2, with industrial steam heat, and grid electricity","carbon dioxide, captured from atmosphere",material,Chemicals\Gases\Liquified\Transformation +"carbon dioxide, captured from atmosphere and stored, with a sorbent-based direct air capture system, 100ktCO2","carbon dioxide, captured from atmosphere",material,Chemicals\Gases\Liquified\Transformation +"carbon dioxide, captured from atmosphere and stored, with a sorbent-based direct air capture system, 100ktCO2, with heat pump heat, and grid electricity","carbon dioxide, captured from atmosphere",material,Chemicals\Gases\Liquified\Transformation +"carbon dioxide, captured from atmosphere and stored, with a sorbent-based direct air capture system, 100ktCO2, with industrial steam heat, and grid electricity","carbon dioxide, captured from atmosphere",material,Chemicals\Gases\Liquified\Transformation +"carbon dioxide, captured from atmosphere and stored, with a sorbent-based direct air capture system, 100ktCO2, with waste heat, and grid electricity","carbon dioxide, captured from atmosphere",material,Chemicals\Gases\Liquified\Transformation +"carbon dioxide, captured from atmosphere, with a solvent-based direct air capture system, 1MtCO2","carbon dioxide, captured from atmosphere",material,Chemicals\Gases\Liquified\Transformation +"carbon dioxide, captured from atmosphere, with a solvent-based direct air capture system, 1MtCO2, with heat pump heat, and grid electricity","carbon dioxide, captured from atmosphere",material,Chemicals\Gases\Liquified\Transformation +"carbon dioxide, captured from atmosphere, with a solvent-based direct air capture system, 1MtCO2, with industrial steam heat, and grid electricity","carbon dioxide, captured from atmosphere",material,Chemicals\Gases\Liquified\Transformation +"carbon dioxide, captured from atmosphere, with a sorbent-based direct air capture system, 100ktCO2","carbon dioxide, captured from atmosphere",material,Chemicals\Gases\Liquified\Transformation +"carbon dioxide, captured from atmosphere, with a sorbent-based direct air capture system, 100ktCO2, with heat pump heat, and grid electricity","carbon dioxide, captured from atmosphere",material,Chemicals\Gases\Liquified\Transformation +"carbon dioxide, captured from atmosphere, with a sorbent-based direct air capture system, 100ktCO2, with industrial steam heat, and grid electricity","carbon dioxide, captured from atmosphere",material,Chemicals\Gases\Liquified\Transformation +"carbon dioxide, captured from atmosphere, with a sorbent-based direct air capture system, 100ktCO2, with waste heat, and grid electricity","carbon dioxide, captured from atmosphere",material,Chemicals\Gases\Liquified\Transformation +"carbon dioxide, captured from hard coal-fired power plant, oxy, pipeline 200km, storage 1000m","carbon dioxide, captured from hard coal-fired power plant, oxy, pipeline 200km, storage 1000m",material,Chemicals\Gases\Liquified\Transformation +"carbon dioxide, captured from hard coal-fired power plant, post, pipeline 200km, storage 1000m","carbon dioxide, captured from hard coal-fired power plant, post, pipeline 200km, storage 1000m",material,Chemicals\Gases\Liquified\Transformation +"carbon dioxide, captured from hard coal-fired power plant, post, pipeline 400km, storage 1000m","carbon dioxide, captured from hard coal-fired power plant, post, pipeline 400km, storage 1000m",material,Chemicals\Gases\Liquified\Transformation +"carbon dioxide, captured from hard coal-fired power plant, pre, pipeline 200km, storage 1000m","carbon dioxide, captured from hard coal-fired power plant, pre, pipeline 200km, storage 1000m",material,Chemicals\Gases\Liquified\Transformation +"carbon dioxide, captured from lignite, oxy, pipeline 200km, storage 1000m","carbon dioxide, captured from lignite, oxy, pipeline 200km, storage 1000m",material,Chemicals\Gases\Liquified\Transformation +"carbon dioxide, captured from lignite, post, pipeline 200km, storage 1000m","carbon dioxide, captured from lignite, post, pipeline 200km, storage 1000m",material,Chemicals\Gases\Liquified\Transformation +"carbon dioxide, captured from lignite, pre, pipeline 200km, storage 1000m","carbon dioxide, captured from lignite, pre, pipeline 200km, storage 1000m",material,Chemicals\Gases\Liquified\Transformation +"carbon dioxide, captured from natural gas, post, 200km pipeline, storage 1000m","carbon dioxide, captured from natural gas, post, 200km pipeline, storage 1000m",material,Chemicals\Gases\Liquified\Transformation +"carbon dioxide, captured from natural gas, post, 400km pipeline, storage 1000m","carbon dioxide, captured from natural gas, post, 400km pipeline, storage 1000m",material,Chemicals\Gases\Liquified\Transformation +"carbon dioxide, captured from natural gas, pre, 200km pipeline, storage 1000m","carbon dioxide, captured from natural gas, pre, 200km pipeline, storage 1000m",material,Chemicals\Gases\Liquified\Transformation +"carbon disulfide production, from charcoal",carbon disulfide,material,Chemicals\Organic\Transformation +"carbon disulfide production, from natural gas",carbon disulfide,material,Chemicals\Organic\Transformation +"carbon fiber production, exhaust gas treatment 1","carbon fiber production, exhaust gas treatment 1",material,Plastics\Thermoplasts\Transformation +"carbon fiber production, exhaust gas treatment 2","carbon fiber production, exhaust gas treatment 2",material,Plastics\Thermoplasts\Transformation +"carbon fiber production, fiber coagulation, stretching, washing, sizing and drying","carbon fiber, dried",material,Plastics\Thermoplasts\Transformation +"carbon fiber production, fiber drying and sizing","carbon fiber, dried and sized",material,Plastics\Thermoplasts\Transformation +"carbon fiber production, fiber relaxation","carbon fiber, relaxed",material,Plastics\Thermoplasts\Transformation +"carbon fiber production, fiber stabilization, carbonization, electrolysis and washing","carbon fiber, washed",material,Plastics\Thermoplasts\Transformation +"carbon fiber production, fiber winding and unwinding","carbon fiber, unwound",material,Plastics\Thermoplasts\Transformation +"carbon fiber production, weaved, at factory","carbon fiber, weaved",material,Plastics\Thermoplasts\Transformation +"carbon fibre reinforced plastic, injection moulded","carbon fibre reinforced plastic, injection moulded",material,Plastics\Thermoplasts\Transformation +carbon monoxide production,carbon monoxide,material,Chemicals\Gases\Transformation +"carbon monoxide, from RWGS, for Fischer Tropsch process, hydrogen from coal gasification","carbon monoxide, from RWGS",material,Chemicals\Gases\Market +"carbon monoxide, from RWGS, for Fischer Tropsch process, hydrogen from coal gasification, with CCS","carbon monoxide, from RWGS",material,Chemicals\Gases\Market +"carbon monoxide, from RWGS, for Fischer Tropsch process, hydrogen from electrolysis","carbon monoxide, from RWGS",material,Chemicals\Gases\Market +"carbon monoxide, from RWGS, for Fischer Tropsch process, hydrogen from wood gasification","carbon monoxide, from RWGS",material,Chemicals\Gases\Market +"carbon monoxide, from RWGS, for Fischer Tropsch process, hydrogen from wood gasification, with CCS","carbon monoxide, from RWGS",material,Chemicals\Gases\Market +carbon tetrachloride production,carbon tetrachloride,material,Chemicals\Organic\Transformation +"carboxymethyl cellulose production, powder","carboxymethyl cellulose, powder",material,Chemicals\Washing agents\Auxiliaries\Transformation +carrot production,carrot,material,Agricultural\Plant production\Roots and tubers\Transformation +"carrot seed production, for sowing","carrot seed, for sowing",material,Agricultural\Plant seeds\Transformation +"carrot seed production, Swiss integrated production, at farm","carrot seed, Swiss integrated production, at farm",material,Agricultural\Plant seeds\Transformation +"carton board box production service, with gravure printing","carton board box production, with gravure printing",processing,Cardboard\Transformation +"carton board box production service, with offset printing","carton board box production, with offset printing",processing,Cardboard\Transformation +cashew production,cashew,material,Agricultural\Food\Transformation +"cast iron drilling, computer numerical controlled","cast iron removed by drilling, computer numerical controlled",processing,Metals\Chipping\Transformation +"cast iron drilling, conventional","cast iron removed by drilling, conventional",processing,Metals\Chipping\Transformation +"cast iron milling, average","cast iron removed by milling, average",processing,Metals\Chipping\Transformation +"cast iron milling, dressing","cast iron removed by milling, dressing",processing,Metals\Chipping\Transformation +"cast iron milling, large parts","cast iron removed by milling, large parts",processing,Metals\Chipping\Transformation +"cast iron milling, small parts","cast iron removed by milling, small parts",processing,Metals\Chipping\Transformation +cast iron production,cast iron,material,Metals\Ferro\Transformation +"cast iron turning, average, computer numerical controlled","cast iron removed by turning, average, computer numerical controlled",processing,Metals\Chipping\Transformation +"cast iron turning, average, conventional","cast iron removed by turning, average, conventional",processing,Metals\Chipping\Transformation +"cast iron turning, primarily dressing, computer numerical controlled","cast iron removed by turning, primarily dressing, computer numerical controlled",processing,Metals\Chipping\Transformation +"cast iron turning, primarily dressing, conventional","cast iron removed by turning, primarily dressing, conventional",processing,Metals\Chipping\Transformation +"cast iron turning, primarily roughing, computer numerical controlled","cast iron removed by turning, primarily roughing, computer numerical controlled",processing,Metals\Chipping\Transformation +"cast iron turning, primarily roughing, conventional","cast iron removed by turning, primarily roughing, conventional",processing,Metals\Chipping\Transformation +"casting, aluminium, lost-wax","casting, aluminium, lost-wax",processing,Metals\Chipless shaping\Transformation +"casting, brass","casting, brass",processing,Metals\Chipless shaping\Transformation +"casting, bronze","casting, bronze",processing,Metals\Chipless shaping\Transformation +"casting, steel, lost-wax","casting, steel, lost-wax",processing,Metals\Chipless shaping\Transformation +castor bean production,castor bean,material,Agricultural\Plant production\Legumes\Transformation +catalyst production for ammonia synthesis from steam methane reforming,catalysts for ammonia from steam methane reforming,material,Fuels\Others\Transformation +"catalytic converter production, oxidation, 20 litre","catalytic converter, oxidation, 20 litre",energy,Cogeneration\Oil\Transformation\Infrastructure +"catalytic converter production, selective catalytic reduction, 200 litre","catalytic converter, selective catalytic reduction, 200 litre",energy,Cogeneration\Oil\Transformation\Infrastructure +"catalytic converter production, three-way, 19.1l","catalytic converter, three-way, 19.1l",energy,Cogeneration\Gas\Transformation\Infrastructure +"catalytic converter production, three-way, mini CHP plant","catalytic converter, three-way, mini CHP plant",energy,Cogeneration\Gas\Transformation\Infrastructure +"catch crop growing, phacelia, September-October, organic fertiliser 40 kg N",phacelia silage,material,Agricultural\Animal feed\Transformation +"catch crop growing, phacelia, September-October, organic fertiliser 60 kg N",phacelia silage,material,Agricultural\Animal feed\Transformation +"catch crop growing, ryegrass-Egyptian&Persian clover-mixture, August-October, not fertilised, one cut",ryegrass-Egyptian&Persian clover-mixture silage,material,Agricultural\Animal feed\Transformation +"catch crop growing, ryegrass-Egyptian&Persian clover-mixture, August-October, organic fertiliser 30 kg N, one cut",ryegrass-Egyptian&Persian clover-mixture silage,material,Agricultural\Animal feed\Transformation +"catch crop growing, ryegrass-Egyptian&Persian clover-mixture, August-October, organic fertiliser 30 kg N, two cuts",ryegrass-Egyptian&Persian clover-mixture silage,material,Agricultural\Animal feed\Transformation +"catch crop growing, ryegrass-Egyptian&Persian clover-mixture, August-October, organic fertiliser 60 kg N, two cuts",ryegrass-Egyptian&Persian clover-mixture silage,material,Agricultural\Animal feed\Transformation +"catch crop growing, ryegrass-red&Egyptian clover-mixture, August-April, organic fertiliser 60 kg N, three cuts",ryegrass-red&Egyptian clover-mixture silage,material,Agricultural\Animal feed\Transformation +"catch crop growing, ryegrass-red&Egyptian clover-mixture, August-April, organic fertiliser 80 kg N, three cuts",ryegrass-red&Egyptian clover-mixture silage,material,Agricultural\Animal feed\Transformation +"catch crop growing, ryegrass-red&Egyptian clover-mixture, September-April, organic fertiliser 40 kg N, one cut",ryegrass-red&Egyptian clover-mixture silage,material,Agricultural\Animal feed\Transformation +"catch crop growing, ryegrass-red&Egyptian clover-mixture, September-April, organic fertiliser 60 kg N, one cut",ryegrass-red&Egyptian clover-mixture silage,material,Agricultural\Animal feed\Transformation +"catch crop growing, ryegrass, August-April, organic fertiliser 60 kg N, three cuts",ryegrass silage,material,Agricultural\Animal feed\Transformation +"catch crop growing, ryegrass, August-April, organic fertiliser 80 kg N, three cuts",ryegrass silage,material,Agricultural\Animal feed\Transformation +"catch crop growing, ryegrass, September-April, organic fertiliser 40 kg N, one cut",ryegrass silage,material,Agricultural\Animal feed\Transformation +"catch crop growing, ryegrass, September-April, organic fertiliser 60 kg N, one cut",ryegrass silage,material,Agricultural\Animal feed\Transformation +"catch crop growing, sunflower, August-October, organic fertiliser 20 kg N",sunflower silage,material,Agricultural\Animal feed\Transformation +"catch crop growing, sunflower, August-October, organic fertiliser 30 kg N",sunflower silage,material,Agricultural\Animal feed\Transformation +catenary masts,catenary masts,transport,Road\Transformation\Infrastructure +catenary system,catenary system,transport,Road\Transformation\Infrastructure +"cathode current collector, lto","cathode current collector, lto",material,Electronics\Battery\Transformation +"cathode production, for aluminium electrolysis","cathode, for aluminium electrolysis",material,Electronics\Battery\Transformation +"cathode production, for lis battery",cathode,material,Electronics\Battery\Transformation +"cathode production, LFP, for Li-ion battery","cathode, LFP, for Li-ion battery",material,Electronics\Battery\Transformation +"cathode production, LiMn2O4, for Li-ion battery","cathode, LiMn2O4, for Li-ion battery",material,Electronics\Battery\Transformation +"cathode production, napba, for sib battery","cathode, napba",material,Electronics\Battery\Transformation +"cathode production, NCA, for Li-ion battery","cathode, NCA, for Li-ion battery",material,Electronics\Battery\Transformation +"cathode production, NMC111, for Li-ion battery","cathode, NMC111, for Li-ion battery",material,Electronics\Battery\Transformation +"cathode production, NMC811, for Li-ion battery","cathode, NMC811, for Li-ion battery",material,Electronics\Battery\Transformation +"cathode production, nmmt, for sib battery","cathode, nmmt",material,Electronics\Battery\Transformation +"cathode production, nvpf, for sib battery","cathode, nvpf",material,Electronics\Battery\Transformation +"cathode-ray tube production, cathode ray tube display","cathode-ray tube, cathode ray tube display",material,Electronics\Battery\Transformation +"cathode, nca, for li-ion battery","cathode, nca, for li-ion battery",material,Electronics\Battery\Transformation +"cathode, nmc622, for li-ion battery","cathode, nmc622, for li-ion battery",material,Electronics\Battery\Transformation +cationic resin production,cationic resin,material,Chemicals\Others\Transformation +"cattle for slaughtering, live weight to generic market for red meat, live weight","red meat, live weight",material,Agricultural\Animal production\Bovine\Market +cauliflower production,cauliflower,material,Agricultural\Plant production\Vegetables\Transformation +celery675 production,celery,material,Agricultural\Plant production\Vegetables\Transformation +cell container,cell container,material,Electronics\Battery\Transformation +"cell module production, lfp, for home storage system","cell module, lfp, for home storage system",material,Electronics\Battery\Transformation +"cell module production, nmc811, for home storage system","cell module, nmc811, for home storage system",material,Electronics\Battery\Transformation +"cell separation and grinding, for lis battery",deactivated cell,material,Electronics\Battery\Transformation +cellulose fibre production,cellulose fibre,material,Construction\Insulation\Transformation +cement cast plaster floor production,cement cast plaster floor,material,Construction\Coverings\Transformation +cement factory construction,cement factory,material,Construction\Binders\Transformation\Infrastructure +cement mortar production,cement mortar,material,Construction\Binders\Transformation +"cement mortar production, hand-mixed, on-site",cement mortar,material,Construction\Binders\Transformation +"cement plaster production, hand-mixed on site",cement plaster,material,Construction\Coverings\Transformation +"cement production, alternative constituents 21-35%",burnt shale,waste treatment,Others\Obsolete +"cement production, alternative constituents 45%","cement, alternative constituents 45%",material,Others\Obsolete +"cement production, alternative constituents 45%",hard coal ash,waste treatment,Others\Obsolete +"cement production, alternative constituents 6-20%",blast furnace slag,waste treatment,Others\Obsolete +"cement production, alternative constituents 6-20%",burnt shale,waste treatment,Others\Obsolete +"cement production, alternative constituents 6-20%",hard coal ash,waste treatment,Others\Obsolete +"cement production, ART","cement, ART",material,Construction\Binders\Market +"cement production, ART",hard coal ash,waste treatment,Others\Transformation +"cement production, blast furnace slag 18-30% and 18-30% other alternative constituents",burnt shale,waste treatment,Others\Obsolete +"cement production, blast furnace slag 21-35%","cement, blast furnace slag 21-35%",material,Others\Obsolete +"cement production, blast furnace slag 25-70%","cement, blast furnace slag 25-70%",material,Others\Obsolete +"cement production, blast furnace slag 31-50% and 31-50% other alternative constituents",burnt shale,waste treatment,Others\Obsolete +"cement production, blast furnace slag 35-70%","cement, blast furnace slag 35-70%",material,Others\Obsolete +"cement production, blast furnace slag 36-65%, non-US","cement, blast furnace slag 36-65%, non-US",material,Others\Obsolete +"cement production, blast furnace slag 40-70%","cement, blast furnace slag 40-70%",material,Others\Obsolete +"cement production, blast furnace slag 5-25%","cement, blast furnace slag 5-25%",material,Others\Obsolete +"cement production, blast furnace slag 6-20%","cement, blast furnace slag 6-20%",material,Others\Obsolete +"cement production, blast furnace slag 6-34%","cement, blast furnace slag 6-34%",material,Others\Obsolete +"cement production, blast furnace slag 70-100%","cement, blast furnace slag 70-100%",material,Others\Obsolete +"cement production, CEM II/A","cement, CEM II/A",material,Construction\Binders\Market +"cement production, CEM II/A",hard coal ash,waste treatment,Others\Transformation +"cement production, CEM II/A-L","cement, CEM II/A-L",material,Construction\Binders\Market +"cement production, CEM II/A-S","cement, CEM II/A-S",material,Construction\Binders\Market +"cement production, CEM II/A-V","cement, CEM II/A-V",material,Construction\Binders\Market +"cement production, CEM II/A-V",hard coal ash,waste treatment,Others\Transformation +"cement production, CEM II/B","cement, CEM II/B",material,Construction\Binders\Market +"cement production, CEM II/B",hard coal ash,waste treatment,Others\Transformation +"cement production, cem ii/b","waste mixed aggregates, from demolition",waste treatment,Others\Transformation +"cement production, CEM II/B-L","cement, CEM II/B-L",material,Construction\Binders\Market +"cement production, CEM II/B-S","cement, CEM II/B-S",material,Construction\Binders\Market +"cement production, CEM II/B-V","cement, CEM II/B-V",material,Construction\Binders\Market +"cement production, CEM II/B-V",hard coal ash,waste treatment,Others\Transformation +"cement production, CEM III/A","cement, CEM III/A",material,Construction\Binders\Market +"cement production, CEM III/B","cement, CEM III/B",material,Construction\Binders\Market +"cement production, CEM III/C","cement, CEM III/C",material,Construction\Binders\Market +"cement production, CEM IV/A","cement, CEM IV/A",material,Construction\Binders\Market +"cement production, CEM IV/A",hard coal ash,waste treatment,Others\Transformation +"cement production, CEM IV/B","cement, CEM IV/B",material,Construction\Binders\Market +"cement production, CEM IV/B",hard coal ash,waste treatment,Others\Transformation +"cement production, CEM V/A","cement, CEM V/A",material,Construction\Binders\Market +"cement production, CEM V/A",hard coal ash,waste treatment,Others\Transformation +"cement production, CEM V/B","cement, CEM V/B",material,Construction\Binders\Market +"cement production, CEM V/B",hard coal ash,waste treatment,Others\Transformation +"cement production, CP II-E","cement, CP II-E",material,Construction\Binders\Market +"cement production, CP II-F","cement, CP II-F",material,Construction\Binders\Market +"cement production, CP II-Z","cement, CP II-Z",material,Construction\Binders\Market +"cement production, CP II-Z",hard coal ash,waste treatment,Others\Transformation +"cement production, CP II-Z",nickel smelter slag,waste treatment,Others\Transformation +"cement production, CP III","cement, CP III",material,Construction\Binders\Market +"cement production, CP IV","cement, CP IV",material,Construction\Binders\Market +"cement production, CP IV",hard coal ash,waste treatment,Others\Transformation +"cement production, CP IV",nickel smelter slag,waste treatment,Others\Transformation +"cement production, CP V RS","cement, CP V RS",material,Construction\Binders\Market +"cement production, CP V RS",hard coal ash,waste treatment,Others\Transformation +"cement production, CP V RS",nickel smelter slag,waste treatment,Others\Transformation +"cement production, fly ash 21-35%","cement, portland fly ash cement 21-35%",material,Others\Obsolete +"cement production, fly ash 21-35%",hard coal ash,waste treatment,Others\Obsolete +"cement production, fly ash 6-20%","cement, portland fly ash cement 6-20%",material,Others\Obsolete +"cement production, fly ash 6-20%",hard coal ash,waste treatment,Others\Obsolete +"cement production, limestone 21-35%","cement, limestone 21-35%",material,Others\Obsolete +"cement production, limestone 21-35%",hard coal ash,waste treatment,Others\Obsolete +"cement production, limestone 6-10%","cement, limestone 6-10%",material,Others\Obsolete +"cement production, limestone 6-20%","cement, limestone 6-20%",material,Others\Obsolete +"cement production, Portland","cement, Portland",material,Construction\Binders\Market +"cement production, Portland Slag","cement, Portland Slag",material,Construction\Binders\Market +"cement production, Portland SR3","cement, Portland SR3",material,Construction\Binders\Market +"cement production, pozzolana and fly ash 15-40%","cement, pozzolana and fly ash 15-40%",material,Others\Obsolete +"cement production, pozzolana and fly ash 15-40%",hard coal ash,waste treatment,Others\Obsolete +"cement production, pozzolana and fly ash 15-50%","cement, pozzolana and fly ash 15-50%",material,Others\Obsolete +"cement production, pozzolana and fly ash 15-50%",hard coal ash,waste treatment,Others\Obsolete +"cement production, pozzolana and fly ash 15-50%",nickel smelter slag,waste treatment,Others\Obsolete +"cement production, pozzolana and fly ash 25-35%","cement, pozzolana and fly ash 25-35%",material,Others\Obsolete +"cement production, pozzolana and fly ash 25-35%",hard coal ash,waste treatment,Others\Obsolete +"cement production, pozzolana and fly ash 36-55%, non-US","cement, pozzolana and fly ash 36-55%,non-US",material,Others\Obsolete +"cement production, pozzolana and fly ash 5-15%","cement, pozzolana and fly ash 5-15%",material,Others\Obsolete +"cement production, pozzolana and fly ash 5-15%",hard coal ash,waste treatment,Others\Obsolete +"cement production, pozzolana and fly ash 6-14%","cement, pozzolana and fly ash 6-14%",material,Others\Obsolete +"cement production, pozzolana and fly ash 6-14%",hard coal ash,waste treatment,Others\Obsolete +"cement production, pozzolana and fly ash 6-14%",nickel smelter slag,waste treatment,Others\Obsolete +"cement production, Pozzolana Portland","cement, Pozzolana Portland",material,Construction\Binders\Market +"cement production, Pozzolana Portland",hard coal ash,waste treatment,Others\Transformation +"cement production, type general use","cement, type general use",material,Construction\Binders\Market +"cement production, type general use",hard coal ash,waste treatment,Others\Transformation +"cement production, type I (SM)","cement, type I (SM)",material,Construction\Binders\Market +"cement production, type I-PM","cement, type I-PM",material,Construction\Binders\Market +"cement production, type I-PM",hard coal ash,waste treatment,Others\Transformation +"cement production, type ICo","cement, type ICo",material,Construction\Binders\Market +"cement production, type ICo",hard coal ash,waste treatment,Others\Transformation +"cement production, type IP","cement, type IP",material,Construction\Binders\Market +"cement production, type IP/P","cement, type IP/P",material,Construction\Binders\Market +"cement production, type IP/P",hard coal ash,waste treatment,Others\Transformation +"cement production, type IS","cement, type IS",material,Construction\Binders\Market +"cement production, type S","cement, type S",material,Construction\Binders\Market +"cement production, ZN/D, new alternative constituents 36-50%, in conformity with SIA 2049",inert waste,waste treatment,Construction waste\Transformation +"cement production, ZN/D, new alternative constituents 36-50%, in conformity with SIA 2049",waste brick,waste treatment,Construction waste\Transformation +"cement production, ZN/D, new alternative constituents 36-50%, in conformity with SIA 2049",waste concrete gravel,waste treatment,Construction waste\Transformation +"cement production, ZN/D, new alternative constituents 36-50%, in conformity with SIA 2049","cement, ZN/D, new alternative constituents 36-50%, in conformity with SIA 2049",material,Construction\Binders\Market +cement tile production,cement tile,material,Construction\Coverings\Transformation +"cement, all types to generic market for cement, unspecified","cement, unspecified",material,Construction\Binders\Market +"cement, alternative constituents 21-35% to generic market for cement, unspecified","cement, unspecified",material,Others\Obsolete +"cement, alternative constituents 6-20% to generic market for cement, unspecified","cement, unspecified",material,Others\Obsolete +"cement, blast furnace slag 18-30% and 18-30% other alternative constituents to generic market for cement, unspecified","cement, unspecified",material,Others\Obsolete +"cement, blast furnace slag 25-70%, US only to generic market for cement, unspecified","cement, unspecified",material,Others\Obsolete +"cement, blast furnace slag 31-50% and 31-50% other alternative constituents to generic market for cement, unspecified","cement, unspecified",material,Others\Obsolete +"cement, blast furnace slag 36-65%, non-US to generic market for cement, unspecified","cement, unspecified",material,Others\Obsolete +"cement, blast furnace slag 5-25%, US only to generic market for cement, unspecified","cement, unspecified",material,Others\Obsolete +"cement, blast furnace slag 70-100%, non-US to generic market for cement, unspecified","cement, unspecified",material,Others\Obsolete +"cement, blast furnace slag 81-95%, non-US to generic market for cement, unspecified","cement, unspecified",material,Others\Obsolete +"cement, blast furnace slag, 66-80%, non-US to generic market for cement, unspecified","cement, unspecified",material,Others\Obsolete +"cement, Portland to generic market for cement, unspecified","cement, unspecified",material,Others\Obsolete +"cement, pozzolana and fly ash 11-35%, non-US to generic market for cement, unspecified","cement, unspecified",material,Others\Obsolete +"cement, pozzolana and fly ash 15-40%, US only to generic market for cement, unspecified","cement, unspecified",material,Others\Obsolete +"cement, pozzolana and fly ash 36-55%,non-US to generic market for cement, unspecified","cement, unspecified",material,Others\Obsolete +"cement, pozzolana and fly ash 5-15%, US only to generic market for cement, unspecified","cement, unspecified",material,Others\Obsolete +"cement, unspecified, import from Europe","cement, unspecified",material,Construction\Binders\Market\Import +ceramic factory construction,ceramic factory,material,Construction\Ceramics\Transformation\Infrastructure +ceramic tile production,ceramic tile,material,Construction\Ceramics\Transformation +cerium oxide to generic market for mischmetal,mischmetal,material,Metals\Non ferro\Market +cerium oxide to generic market for polishing powder,polishing powder,material,Others\Obsolete +"cf3so2nhna production, for lis battery",cf3so2nhna,material,Electronics\Battery\Transformation +"cf3so2nnasime3 production, for lis battery",cf3so2nnasime3,material,Electronics\Battery\Transformation +charcoal production,charcoal,material,Fuels\Coal\Transformation +charger,charger,transport,Road\Transformation\Infrastructure +"charger production, for electric passenger car","charger, electric passenger car",material,Electronics\Devices\Transformation +"charger production, for electric scooter","charger, for electric scooter",material,Electronics\Devices\Transformation +charging stand,charging stand,transport,Road\Transformation\Infrastructure +"charging station, 100W","charging station, 100W",transport,Road\Transformation\Infrastructure +"charging station, 3kW","charging station, 3kW",transport,Road\Transformation\Infrastructure +"charging station, 500W","charging station, 500W",transport,Road\Transformation\Infrastructure +"chassis production, internet access equipment","chassis, internet access equipment",material,Electronics\Component\Transformation +"cheese production, soft, from cow milk","cheese, from cow milk, fresh, unripened",material,Agricultural\Food\Transformation +"cheese production, soft, from cow milk",whey,processing,Waste\Transformation +chemi-thermomechanical pulp production,chemi-thermomechanical pulp,material,Paper+ Board\Pulp\Transformation +chemical factory construction,chemical factory,material,Chemicals\Others\Transformation\Infrastructure +"chemical factory construction, organics","chemical factory, organics",material,Chemicals\Organic\Transformation\Infrastructure +"chemical production, inorganic","chemical, inorganic",material,Chemicals\Inorganic\Transformation +"chemical production, organic","chemical, organic",material,Chemicals\Organic\Transformation +chichibabin amination,"hydrogen, liquid",material,Chemicals\Gases\Liquified\Transformation +chichibabin amination,aminopyridine,material,Chemicals\Organic\Transformation +chichibabin pyridine synthesis,"hydrogen, liquid",material,Chemicals\Gases\Liquified\Transformation +chichibabin pyridine synthesis,pyridine,material,Chemicals\Organic\Transformation +chicken production,"chicken for slaughtering, live weight",material,Agricultural\Animal production\Avian\Transformation +chickpea production,chickpea,material,Agricultural\Plant production\Legumes\Transformation +chilli production,chilli,material,Agricultural\Plant production\Vegetables\Transformation +chimney production,chimney,energy,Heat\Oil\Transformation\Infrastructure +"chipper production, mobile, diesel","chipper, mobile, diesel",processing,Others\Obsolete +"chipper production, stationary, electric","chipper, stationary, electric",processing,Others\Obsolete +"chlor-alkali electrolysis, average production","hydrogen, gaseous, low pressure",material,Chemicals\Gases\Market +"chlor-alkali electrolysis, average production",sulfuric acid,material,Chemicals\Gases\Market +"chlor-alkali electrolysis, average production",potassium hydroxide,material,Chemicals\Gases\Market +"chlor-alkali electrolysis, average production","chlorine, gaseous",material,Chemicals\Gases\Market +"chlor-alkali electrolysis, average production","sodium hydroxide, without water, in 50% solution state",material,Chemicals\Gases\Market +"chlor-alkali electrolysis, average production","sodium hypochlorite, without water, in 15% solution state",material,Chemicals\Gases\Market +"chlor-alkali electrolysis, average production","hydrochloric acid, without water, in 30% solution state",material,Chemicals\Gases\Market +"chlor-alkali electrolysis, diaphragm cell","hydrogen, liquid",material,Chemicals\Gases\Liquified\Transformation +"chlor-alkali electrolysis, diaphragm cell","hydrogen, gaseous, low pressure",material,Chemicals\Gases\Market +"chlor-alkali electrolysis, diaphragm cell","chlorine, gaseous",material,Chemicals\Gases\Transformation +"chlor-alkali electrolysis, diaphragm cell","sodium hydroxide, without water, in 50% solution state",material,Chemicals\Inorganic\Transformation +"chlor-alkali electrolysis, membrane cell","hydrogen, gaseous, low pressure",material,Chemicals\Gases\Market +"chlor-alkali electrolysis, membrane cell","chlorine, gaseous",material,Chemicals\Gases\Transformation +"chlor-alkali electrolysis, membrane cell","hydrogen, liquid",material,Chemicals\Gases\Transformation +"chlor-alkali electrolysis, membrane cell","sodium hydroxide, without water, in 50% solution state",material,Chemicals\Inorganic\Transformation +"chlor-alkali electrolysis, membrane cell",potassium hydroxide,material,Chemicals\Gases\Market +"chlor-alkali electrolysis, membrane cell",potassium hydroxide,material,Chemicals\Gases\Market +"chlor-alkali electrolysis, membrane cell","sodium hypochlorite, without water, in 15% solution state",material,Chemicals\Gases\Market +"chlor-alkali electrolysis, membrane cell","hydrochloric acid, without water, in 30% solution state",material,Chemicals\Gases\Market +"chlor-alkali electrolysis, membrane cell","sodium hypochlorite, without water, in 15% solution state",material,Chemicals\Gases\Market +"chlor-alkali electrolysis, membrane cell","hydrochloric acid, without water, in 30% solution state",material,Chemicals\Gases\Market +"chlor-alkali electrolysis, membrane cell",sulfuric acid,material,Chemicals\Gases\Market +"chlor-alkali electrolysis, membrane cell",sulfuric acid,material,Chemicals\Gases\Market +"chlor-alkali electrolysis, mercury cell","hydrogen, liquid",material,Chemicals\Gases\Liquified\Transformation +"chlor-alkali electrolysis, mercury cell","hydrogen, gaseous, low pressure",material,Chemicals\Gases\Market +"chlor-alkali electrolysis, mercury cell","chlorine, gaseous",material,Chemicals\Gases\Transformation +"chlor-alkali electrolysis, mercury cell","sodium hydroxide, without water, in 50% solution state",material,Chemicals\Inorganic\Transformation +chloridazon production,chloridazon,material,Chemicals\Organic\Transformation +chlorine dioxide production,chlorine dioxide,material,Chemicals\Gases\Transformation +"chlorine production, liquid","chlorine, liquid",material,Chemicals\Gases\Liquified\Transformation +"chlorine, for reuse in titanium tetrachloride production, to generic market for chlorine","chlorine, liquid",material,Chemicals\Gases\Liquified\Market +"chlorine, for reuse in zirconium and hafnium tetrachloride production, to generic market for chlorine","chlorine, liquid",material,Chemicals\Gases\Liquified\Transformation +chlormequat chloride production,chlormequat chloride,material,Chemicals\Organic\Transformation +chloroacetic acid production,chloroacetic acid,material,Chemicals\Acids (organic)\Transformation +chloroacetyl chloride production,chloroacetyl chloride,material,Chemicals\Organic\Transformation +"chlorobenzenes production, benzene chlorination",p-dichlorobenzene,material,Chemicals\Organic\Transformation +"chlorobenzenes production, benzene chlorination",monochlorobenzene,material,Chemicals\Organic\Transformation +"chlorobenzenes production, benzene chlorination","hydrochloric acid, without water, in 30% solution state",material,Chemicals\Organic\Transformation +"chlorobenzenes production, benzene chlorination",monochlorobenzene,material,Chemicals\Organic\Transformation +"chlorobenzenes production, benzene chlorination",p-dichlorobenzene,material,Chemicals\Organic\Transformation +"chlorobenzenes production, benzene chlorination",o-dichlorobenzene,material,Chemicals\Organic\Transformation +"chlorobenzenes production, benzene chlorination","hydrochloric acid, without water, in 30% solution state",material,Chemicals\Organic\Transformation +"chlorobenzenes production, benzene chlorination",o-dichlorobenzene,material,Chemicals\Organic\Transformation +chlorodifluoromethane production,chlorodifluoromethane,material,Chemicals\Organic\Transformation +chlorofluorination of ethylene,hexafluoroethane,material,Chemicals\Organic\Transformation +chlorofluorination of ethylene,monochloropentafluoroethane,material,Chemicals\Organic\Transformation +chloroform production,chloroform,material,Chemicals\Organic\Transformation +chloroform production,chloroform,material,Chemicals\Organic\Transformation +chloromethyl methyl ether production,chloromethyl methyl ether,material,Chemicals\Organic\Transformation +chloronitrobenzene production,chloronitrobenzene,material,Chemicals\Organic\Transformation +chloropropionic acid production,chloropropionic acid,material,Chemicals\Acids (organic)\Transformation +chlorosulfonic acid production,chlorosulfonic acid,material,Chemicals\Acids (inorganic)\Transformation +chlorothalonil production,chlorothalonil,material,Chemicals\Pesticides\Transformation +chlorotoluron production,chlorotoluron,material,Chemicals\Pesticides\Transformation +chlorpropham production,chlorpropham,material,Chemicals\Organic\Transformation +"chopping, maize","chopping, maize",processing,Agricultural\Transformation +chromite ore concentrate production,chromite ore concentrate,material,Minerals\Transformation +"chromium oxide production, flakes","chromium oxide, flakes",material,Chemicals\Inorganic\Transformation +chromium production,chromium,material,Metals\Non ferro\Transformation +"chromium steel drilling, computer numerical controlled","chromium steel removed by drilling, computer numerical controlled",processing,Metals\Chipping\Transformation +"chromium steel drilling, conventional","chromium steel removed by drilling, conventional",processing,Metals\Chipping\Transformation +"chromium steel milling, average","chromium steel removed by milling, average",processing,Metals\Chipping\Transformation +"chromium steel milling, dressing","chromium steel removed by milling, dressing",processing,Metals\Chipping\Transformation +"chromium steel milling, large parts","chromium steel removed by milling, large parts",processing,Metals\Chipping\Transformation +"chromium steel milling, small parts","chromium steel removed by milling, small parts",processing,Metals\Chipping\Transformation +chromium steel pipe production,chromium steel pipe,material,Metals\Ferro\Transformation +"chromium steel turning, average, computer numerical controlled","chromium steel removed by turning, average, computer numerical controlled",processing,Metals\Chipping\Transformation +"chromium steel turning, average, conventional","chromium steel removed by turning, average, conventional",processing,Metals\Chipping\Transformation +"chromium steel turning, primarily dressing, computer numerical controlled","chromium steel removed by turning, primarily dressing, computer numerical controlled",processing,Metals\Chipping\Transformation +"chromium steel turning, primarily dressing, conventional","chromium steel removed by turning, primarily dressing, conventional",processing,Metals\Chipping\Transformation +"chromium steel turning, primarily roughing, computer numerical controlled","chromium steel removed by turning, primarily roughing, computer numerical controlled",processing,Metals\Chipping\Transformation +"chromium steel turning, primarily roughing, conventional","chromium steel removed by turning, primarily roughing, conventional",processing,Metals\Chipping\Transformation +"chromium trioxide production, flakes","chromium trioxide, flakes",processing,Metals\Chipping\Transformation +"chromium trioxide production, flakes","chromium trioxide, flakes",processing,Metals\Chipping\Transformation +citric acid production,"energy feed, gross",material,Agricultural\Animal feed\Transformation +citric acid production,"protein feed, 100% crude",material,Agricultural\Animal feed\Transformation +citric acid production,maize starch,material,Agricultural\Food\Transformation +citric acid production,citric acid,material,Chemicals\Acids (organic)\Transformation +citric acid production,"ammonium nitrate, as N",material,Others\Obsolete +citric acid production,"grass silage, Swiss integrated production",material,Others\Obsolete +citric acid production,"gypsum, mineral",material,Others\Obsolete +citric acid production,lime,material,Others\Obsolete +citric acid production,"phosphate fertiliser, as P2O5",material,Others\Obsolete +citric acid production,"potassium chloride, as K2O",material,Others\Obsolete +"cladding production, crossbar-pole, aluminium","cladding, crossbar-pole, aluminium",material,Construction\Cladding\Transformation +"clamps and fasteners production, for li-o2 battery",clamps and fasteners,material,Electronics\Battery\Transformation +clay brick production,clay brick,material,Construction\Bricks\Transformation +"clay brick production, extruded",clay brick,material,Construction\Bricks\Transformation +"clay brick production, extruded",clay brick,material,Construction\Bricks\Transformation +"clay brick production, extruded",clay brick,material,Construction\Bricks\Transformation +"clay brick production, moulded",clay brick,material,Construction\Bricks\Transformation +clay pit construction,clay pit infrastructure,material,Minerals\Transformation\Infrastructure +clay pit operation,clay,material,Minerals\Transformation +clay plaster production,clay plaster,material,Construction\Coverings\Transformation +clay roof tile production,clay roof tile,material,Construction\Coverings\Transformation +clay roof tile production,clay roof tile,material,Construction\Coverings\Transformation +clay roof tile production,clay roof tile,material,Construction\Coverings\Transformation +"clay roof tile production, glazed",clay roof tile,material,Construction\Coverings\Transformation +clay to generic market for supplementary cementitious materials,supplementary cementitious materials,material,Construction\Coverings\Market +"cleaning consumables, without water, in 13.6% solution state","cleaning consumables, without water, in 13.6% solution state",material,Chemicals\Others\Transformation +"cleaning surface production, for sib battery",cleaning surface,material,Chemicals\Others\Transformation +"clear-cutting, grassland to arable land","land tenure, arable land, measured as carbon net primary productivity",material,Others\Obsolete +"clear-cutting, grassland to arable land, annual crop","land tenure, arable land, measured as carbon net primary productivity, annual crop",use,Land transformation\Transformation +"clear-cutting, grassland to arable land, forest, intensive","land tenure, arable land, measured as carbon net primary productivity, forest, intensive",use,Land transformation\Transformation +"clear-cutting, grassland to arable land, pasture, man made","land tenure, arable land, measured as carbon net primary productivity, pasture, man made",use,Land transformation\Transformation +"clear-cutting, grassland to arable land, perennial crop","land tenure, arable land, measured as carbon net primary productivity, perennial crop",use,Land transformation\Transformation +"clear-cutting, primary forest to arable land","land tenure, arable land, measured as carbon net primary productivity",material,Others\Obsolete +"clear-cutting, primary forest to arable land, annual crop","land tenure, arable land, measured as carbon net primary productivity, annual crop",use,Land transformation\Transformation +"clear-cutting, primary forest to arable land, forest, intensive","land tenure, arable land, measured as carbon net primary productivity, forest, intensive",use,Land transformation\Transformation +"clear-cutting, primary forest to arable land, pasture, man made","land tenure, arable land, measured as carbon net primary productivity, pasture, man made",use,Land transformation\Transformation +"clear-cutting, primary forest to arable land, perennial crop","land tenure, arable land, measured as carbon net primary productivity, perennial crop",use,Land transformation\Transformation +"clear-cutting, secondary forest to arable land","land tenure, arable land, measured as carbon net primary productivity",material,Others\Obsolete +"clear-cutting, secondary forest to arable land, annual crop","land tenure, arable land, measured as carbon net primary productivity, annual crop",use,Land transformation\Transformation +"clear-cutting, secondary forest to arable land, perennial crop","land tenure, arable land, measured as carbon net primary productivity, perennial crop",use,Land transformation\Transformation +"clear-cutting, shrubland to arable land","land tenure, arable land, measured as carbon net primary productivity",material,Others\Obsolete +clefting/splitting of energy wood,clefting of energy wood,processing,Wood\Transformation +clinker production,biowaste,waste treatment,Biowaste\Transformation +clinker production,clinker,material,Chemicals\Inorganic\Transformation +clinker production,electric arc furnace slag,material,Chemicals\Inorganic\Transformation +clinker production,copper slag,material,Chemicals\Inorganic\Transformation +clinker production,municipal solid waste,material,Chemicals\Inorganic\Transformation +clinker production,waste mineral oil,material,Chemicals\Inorganic\Transformation +clinker production,pyrite ash,waste treatment,Construction waste\Transformation +clinker production,"soil, contaminated",waste treatment,Construction waste\Transformation +clinker production,used tyre,waste treatment,Construction waste\Transformation +clinker production,waste paint,waste treatment,Construction waste\Transformation +clinker production,"waste plastic, mixture",waste treatment,Construction waste\Transformation +clinker production,"waste wood, untreated",waste treatment,Construction waste\Transformation +clinker production,electric arc furnace dust,waste treatment,Metals\Waste metals\Transformation +clinker production,meat and bone meal,waste treatment,Others\Obsolete +clinker production,blast furnace sludge,waste treatment,Others\Transformation +clinker production,hard coal ash,waste treatment,Others\Transformation +clinker production,inert waste,waste treatment,Others\Transformation +clinker production,limestone residue,waste treatment,Others\Transformation +clinker production,scrap steel,waste treatment,Others\Transformation +clinker production,"sewage sludge, dried",waste treatment,Others\Transformation +clinker production,spent catalytic converter NOx reduction,waste treatment,Others\Transformation +clinker production,spent solvent mixture,waste treatment,Others\Transformation +clinker production,waste foundry sand,waste treatment,Others\Transformation +clinker production,"waste rubber, unspecified",waste treatment,Others\Transformation +clinker production,"waste textile, soiled",waste treatment,Others\Transformation +clinker production,"wastewater, average",waste treatment,Others\Transformation +"clover seed production, Swiss integrated production, at farm","clover seed, Swiss integrated production, at farm",material,Agricultural\Plant seeds\Transformation +"clover seed production, Swiss integrated production, for sowing","clover seed, Swiss integrated production, for sowing",material,Agricultural\Plant seeds\Transformation +"cmk-3 production, for lis battery",cmk-3,material,Electronics\Battery\Transformation +"cnt production, for li-o2 battery",cnt,material,Electronics\Battery\Transformation +"coal coking, for coal tar pitch production",tar pitch,material,Chemicals\Organic\Transformation +"coal stove production, 5-15kW","coal stove, 5-15kW",energy,Heat\Coal\Transformation\Infrastructure +coating powder production,coating powder,material,Chemicals\Others\Transformation +"coating service, melamine impregnated paper, double-sided","coating, with melamine impregnated paper",processing,Others\Transformation +"cobalt hydroxide, via hydrometallurigcal ore procesing, economic allocation",cobalt hydroxide,material,Chemicals\Acids (inorganic)\Transformation +"cobalt hydroxide, via hydrometallurigcal ore procesing, mass allocation",cobalt hydroxide,material,Chemicals\Acids (inorganic)\Transformation +"cobalt metal production, from copper mining, via electrolysis, economic allocation",cobalt,material,Chemicals\Acids (inorganic)\Transformation +"cobalt metal production, from copper mining, via electrolysis, mass allocation",cobalt,material,Chemicals\Acids (inorganic)\Transformation +cobalt production,sulfuric acid,material,Chemicals\Acids (inorganic)\Transformation +cobalt production,"ammonia, anhydrous, liquid",material,Chemicals\Fertilisers (inorganic)\Transformation +cobalt production,ammonium sulfate,material,Chemicals\Inorganic\Transformation +cobalt production,"calcium carbonate, precipitated",material,Chemicals\Inorganic\Transformation +cobalt production,cobalt carbonate,material,Chemicals\Inorganic\Transformation +cobalt production,cobalt hydroxide,material,Chemicals\Inorganic\Transformation +cobalt production,cobalt oxide,material,Chemicals\Inorganic\Transformation +cobalt production,nickel sulfate,material,Chemicals\Inorganic\Transformation +cobalt production,sulfur,material,Chemicals\Inorganic\Transformation +cobalt production,zinc sulfide,material,Chemicals\Inorganic\Transformation +cobalt production,cobalt acetate,material,Chemicals\Organic\Transformation +cobalt production,"electricity, high voltage",energy,Electricity country mix\High voltage\Transformation\Production mix +cobalt production,"electrolyte, copper-rich",material,Electronics\Component\Transformation +cobalt production,"electrolyte, nickel-rich",material,Electronics\Component\Transformation +cobalt production,ferronickel,material,Metals\Alloys\Transformation +cobalt production,cobalt,material,Metals\Non ferro\Transformation +cobalt production,copper cake,material,Metals\Non ferro\Transformation +cobalt production,"copper, anode",material,Metals\Non ferro\Transformation +cobalt production,"copper, cathode",material,Metals\Non ferro\Transformation +cobalt production,"nickel, class 1",material,Metals\Non ferro\Transformation +cobalt production,"copper concentrate, sulfide ore",material,Minerals\Transformation +cobalt production,"nickel concentrate, 16% Ni",material,Minerals\Transformation +cobalt sulfate production,cobalt sulfate,material,Chemicals\Inorganic\Transformation +"cobalt sulfate production, from copper mining, economic allocation",cobalt sulfate,material,Chemicals\Inorganic\Transformation +"cobalt sulfate production, from copper mining, mass allocation",cobalt sulfate,material,Chemicals\Inorganic\Transformation +cobwork production,cobwork,material,Construction\Coverings\Transformation +cocamide diethanolamine production,"ammonia, anhydrous, liquid",material,Chemicals\Fertilisers (inorganic)\Transformation +cocamide diethanolamine production,cocamide diethanolamine,material,Chemicals\Inorganic\Transformation +"cocoa bean production, sun-dried",cocoa bean,material,Agricultural\Plant production\Fruits\Transformation +"coconut husk, Recycled Content cut-off",coconut husk,material,Agricultural\Intermediate products\Transformation +"coconut oil production, crude","coconut oil, crude",material,Agricultural\Plant oils\Transformation +"coconut production, dehusked","coconut, dehusked",material,Agricultural\Food\Transformation +"cocoon production, silkworm rearing",cocoons,material,Agricultural\Intermediate products\Transformation +"coffee green bean production, arabica","coffee, green bean",material,Agricultural\Plant production\Fruits\Transformation +"coffee green bean production, arabica, irrigated","coffee, green bean",material,Agricultural\Plant production\Fruits\Transformation +"coffee green bean production, arabica, manual","coffee, green bean",material,Agricultural\Plant production\Fruits\Transformation +"coffee green bean production, arabica, mechanized","coffee, green bean",material,Agricultural\Plant production\Fruits\Transformation +"coffee green bean production, arabica, not irrigated","coffee, green bean",material,Agricultural\Plant production\Fruits\Transformation +"coffee green bean production, arabica, semi-mechanized","coffee, green bean",material,Agricultural\Plant production\Fruits\Transformation +"coffee green bean production, robusta","coffee, green bean",material,Agricultural\Plant production\Fruits\Transformation +coffee maker production,coffee maker,material,Appliances\Transformation\Infrastructure +coke production,benzene,material,Chemicals\Organic\Transformation +coke production,coal tar,material,Chemicals\Organic\Transformation +coke production,coke,material,Chemicals\Organic\Transformation +coke production,"steam, in chemical industry",material,Chemicals\Organic\Transformation +coke production,benzene,material,Chemicals\Organic\Transformation +coke production,coal gas,material,Chemicals\Organic\Transformation +coke production,sulfur,material,Chemicals\Organic\Transformation +coke production,coke,material,Chemicals\Organic\Transformation +coke production,coal gas,material,Chemicals\Organic\Transformation +coke production,coal tar,material,Chemicals\Organic\Transformation +coke production,coke,material,Chemicals\Organic\Transformation +coke production,benzene,material,Chemicals\Organic\Transformation +coke production,coal gas,material,Chemicals\Organic\Transformation +coke production,coal tar,material,Chemicals\Organic\Transformation +"coke production, dry quenching",sulfur,material,Chemicals\Organic\Transformation +"coke production, dry quenching",coke,material,Chemicals\Organic\Transformation +"coke production, dry quenching","steam, in chemical industry",material,Chemicals\Organic\Transformation +"coke production, dry quenching",benzene,material,Chemicals\Organic\Transformation +"coke production, dry quenching",coal tar,material,Chemicals\Organic\Transformation +"coke production, dry quenching",coal gas,material,Chemicals\Organic\Transformation +"coke production, wet quenching",sulfur,material,Chemicals\Organic\Transformation +"coke production, wet quenching",coke,material,Chemicals\Organic\Transformation +"coke production, wet quenching",coal gas,material,Chemicals\Organic\Transformation +"coke production, wet quenching",benzene,material,Chemicals\Organic\Transformation +"coke production, wet quenching",coal tar,material,Chemicals\Organic\Transformation +"coke, import from cn",coke,material,Chemicals\Organic\Transformation +coking,benzene,material,Chemicals\Organic\Transformation +coking,coal gas,material,Fuels\Coal\Transformation +coking,coal tar,material,Fuels\Coal\Transformation +coking,coke,material,Fuels\Coal\Transformation +colemanite mine operation and beneficiation,calcium borates,material,Chemicals\Inorganic\Transformation +"collection of polystyrene scrap, post-consumer","polystyrene scrap, post-consumer",material,Plastics\Recycling\Transformation +"collector field area construction, solar thermal parabolic trough, 50 MW","collector field area, solar thermal parabolic trough, 50 MW",energy,Heat\Solar\Transformation\Infrastructure +"collector field area construction, solar tower power plant, 20 MW","collector field area, solar tower power plant, 20 MW",energy,Heat\Solar\Transformation\Infrastructure +combine harvesting,combine harvesting,processing,Agricultural\Transformation +"combine harvesting, maize","combine harvesting, maize",processing,Agricultural\Transformation +"combine harvesting, soybean","combine harvesting, soybean",processing,Agricultural\Transformation +"combine harvesting, sweet corn","combine harvesting, sweet corn",processing,Agricultural\Transformation +compact fluorescent lamp production,compact fluorescent lamp,material,Electronics\Component\Transformation +"composting facility construction, open","composting facility, open",processing,Waste\Transformation\Infrastructure +"compressed air energy storage plant construction, 200 MW electrical","compressed air energy storage plant, 200 MW electrical",processing,Compressed air\Transformation\Infrastructure +"compressed air energy storage plant construction, adiabatic, 150 MW electrical","compressed air energy storage plant, adiabatic, 150 MW electrical",processing,Compressed air\Transformation\Infrastructure +"compressed air production, 1000 kPa gauge, <30kW, average generation","compressed air, 1000 kPa gauge",processing,Compressed air\Transformation +"compressed air production, 1000 kPa gauge, <30kW, optimised generation","compressed air, 1000 kPa gauge",processing,Compressed air\Transformation +"compressed air production, 1200 kPa gauge, <30kW, average generation","compressed air, 1200 kPa gauge",processing,Compressed air\Transformation +"compressed air production, 1200 kPa gauge, <30kW, optimized generation","compressed air, 1200 kPa gauge",processing,Compressed air\Transformation +"compressed air production, 600 kPa gauge, >30kW, average generation","compressed air, 600 kPa gauge",processing,Compressed air\Transformation +"compressed air production, 600 kPa gauge, >30kW, best generation","compressed air, 600 kPa gauge",processing,Compressed air\Transformation +"compressed air production, 600 kPa gauge, >30kW, optimized generation","compressed air, 600 kPa gauge",processing,Compressed air\Transformation +"compressed air production, 700 kPa gauge, >30kW, average generation","compressed air, 700 kPa gauge",processing,Compressed air\Transformation +"compressed air production, 700 kPa gauge, >30kW, best generation","compressed air, 700 kPa gauge",processing,Compressed air\Transformation +"compressed air production, 700 kPa gauge, >30kW, optimized generation","compressed air, 700 kPa gauge",processing,Compressed air\Transformation +"compressed air production, 800 kPa gauge, <30kW, average generation","compressed air, 800 kPa gauge",processing,Compressed air\Transformation +"compressed air production, 800 kPa gauge, <30kW, optimized generation","compressed air, 800 kPa gauge",processing,Compressed air\Transformation +"compressed air production, 800 kPa gauge, >30kW, average generation","compressed air, 800 kPa gauge",processing,Compressed air\Transformation +"compressed air production, 800 kPa gauge, >30kW, best generation","compressed air, 800 kPa gauge",processing,Compressed air\Transformation +"compressed air production, 800 kPa gauge, >30kW, optimized generation","compressed air, 800 kPa gauge",processing,Compressed air\Transformation +compressor assembly for transmission hydrogen pipeline,"compressor, for hydrogen transmission",material,Fuels\Others\Transformation +"computer production, desktop, without screen","computer, desktop, without screen",material,Electronics\Devices\Transformation +"computer production, laptop","computer, laptop",material,Electronics\Devices\Transformation +"concentrated solar power plant construction, solar thermal parabolic trough, 50 MW","concentrated solar power plant, solar thermal parabolic trough, 50 MW",energy,Electricity by fuel\Photovoltaic\Transformation\Infrastructure +"concentrated solar power plant construction, solar tower power plant, 20 MW","concentrated solar power plant, solar tower, 20 MW",energy,Heat\Solar\Transformation\Infrastructure +"concentrating solar power plant construction, 110 mw","concentrating power plant, 110 mw",energy,Heat\Solar\Transformation\Infrastructure +concrete block production,concrete block,material,Construction\Concrete\Transformation +concrete mixing factory construction,concrete mixing factory,material,Construction\Concrete\Transformation\Infrastructure +concrete production 25-30MPa,"concrete, 25-30MPa",material,Others\Obsolete +concrete production 30-32MPa,"concrete, 30-32MPa",material,Others\Obsolete +concrete production 30MPa,"concrete, 30MPa",material,Others\Obsolete +concrete production 40MPa,"concrete, 40MPa",material,Others\Obsolete +concrete production 45MPa,"concrete, 45MPa",material,Others\Obsolete +"concrete production, 20MPa, for building construction, with cement, ART","concrete, 20MPa",material,Construction\Concrete\Transformation +"concrete production, 20MPa, for building construction, with cement, Portland","concrete, 20MPa",material,Construction\Concrete\Transformation +"concrete production, 20MPa, for building construction, with cement, type ICo","concrete, 20MPa",material,Construction\Concrete\Transformation +"concrete production, 20MPa, for building construction, with cement, type IP","concrete, 20MPa",material,Construction\Concrete\Transformation +"concrete production, 20MPa, ready-mix, with cement, alternative constituents 21-35%","concrete, 20MPa",material,Others\Obsolete +"concrete production, 20MPa, ready-mix, with cement, limestone 21-35%","concrete, 20MPa",material,Others\Obsolete +"concrete production, 20MPa, ready-mix, with cement, pozzolana and fly ash 36-55%","concrete, 20MPa",material,Others\Obsolete +"concrete production, 20MPa, ready-mix, with Portland cement","concrete, 20MPa",material,Others\Obsolete +"concrete production, 20MPa, self-construction, for building construction, with cement, Portland","concrete, 20MPa",material,Construction\Concrete\Transformation +"concrete production, 20MPa, self-construction, for building construction, with cement, type general use","concrete, 20MPa",material,Construction\Concrete\Transformation +"concrete production, 20MPa, self-construction, for building construction, with cement, type ICo","concrete, 20MPa",material,Construction\Concrete\Transformation +"concrete production, 20MPa, self-construction, for building construction, with cement, type IP","concrete, 20MPa",material,Construction\Concrete\Transformation +"concrete production, 20MPa, self-construction, with cement, alternative constituents 45%","concrete, 20MPa",material,Others\Obsolete +"concrete production, 20MPa, self-construction, with cement, limestone 21-35%","concrete, 20MPa",material,Others\Obsolete +"concrete production, 20MPa, self-construction, with Portland cement","concrete, 20MPa",material,Others\Obsolete +"concrete production, 20MPa, self, construction, with cement, pozzolana and fly ash 36-55%","concrete, 20MPa",material,Others\Obsolete +"concrete production, 20MPa, with cement, CEM II/B","concrete, 20MPa",material,Construction\Concrete\Transformation +"concrete production, 20MPa, with cement, CEM II/B-V","concrete, 20MPa",material,Construction\Concrete\Transformation +"concrete production, 20MPa, with cement, Portland","concrete, 20MPa",material,Construction\Concrete\Transformation +"concrete production, 20MPa, with cement, Portland",hard coal ash,waste treatment,Others\Transformation +"concrete production, 25-30MPa, with cement, Portland","concrete, 25-30MPa",material,Construction\Concrete\Transformation +"concrete production, 25MPa, for building construction, exposure class XC1, with cement, unspecified","concrete, 25MPa",material,Construction\Concrete\Transformation +"concrete production, 25MPa, for building construction, exposure class XC1, with cement, unspecified",hard coal ash,waste treatment,Others\Transformation +"concrete production, 25MPa, for building construction, exposure class XC2, with cement, unspecified","concrete, 25MPa",material,Construction\Concrete\Transformation +"concrete production, 25MPa, for building construction, exposure class XC2, with cement, unspecified",hard coal ash,waste treatment,Others\Transformation +"concrete production, 25MPa, for building construction, for interior use, with cement ZN/D","concrete, 25MPa",material,Construction\Concrete\Transformation +"concrete production, 25MPa, for building construction, for interior use, with cement ZN/D, with <30% RC-M aggregates","waste mixed aggregates, from demolition",waste treatment,Construction waste\Transformation +"concrete production, 25MPa, for building construction, for interior use, with cement ZN/D, with <30% RC-M aggregates","concrete, 25MPa",material,Construction\Concrete\Transformation +"concrete production, 25MPa, for building construction, for interior use, with cement ZN/D, with 50% RC-C aggregates",waste concrete gravel,waste treatment,Construction waste\Transformation +"concrete production, 25MPa, for building construction, for interior use, with cement ZN/D, with 50% RC-C aggregates","concrete, 25MPa",material,Construction\Concrete\Transformation +"concrete production, 25MPa, for building construction, for interior use, with cement, Portland","concrete, 25MPa",material,Construction\Concrete\Transformation +"concrete production, 25MPa, for building construction, for interior use, with cement, Portland",hard coal ash,waste treatment,Others\Transformation +"concrete production, 25MPa, for building construction, with cement, CEM II/A","concrete, 25MPa",material,Construction\Concrete\Transformation +"concrete production, 25MPa, for building construction, with cement, CEM II/B","concrete, 25MPa",material,Construction\Concrete\Transformation +"concrete production, 25MPa, for building construction, with cement, CEM II/B-V","concrete, 25MPa",material,Construction\Concrete\Transformation +"concrete production, 25MPa, for building construction, with cement, CEM III/A","concrete, 25MPa",material,Construction\Concrete\Transformation +"concrete production, 25MPa, for building construction, with cement, CP III","concrete, 25MPa",material,Construction\Concrete\Transformation +"concrete production, 25MPa, for building construction, with cement, CP-II-E","concrete, 25MPa",material,Construction\Concrete\Transformation +"concrete production, 25MPa, for building construction, with cement, CP-II-F","concrete, 25MPa",material,Construction\Concrete\Transformation +"concrete production, 25MPa, ready-mix, exposure class XC1","concrete, 25MPa",material,Others\Obsolete +"concrete production, 25MPa, ready-mix, exposure class XC1",hard coal ash,waste treatment,Others\Obsolete +"concrete production, 25MPa, ready-mix, exposure class XC2","concrete, 25MPa",material,Others\Obsolete +"concrete production, 25MPa, ready-mix, exposure class XC2",hard coal ash,waste treatment,Others\Obsolete +"concrete production, 25MPa, ready-mix, with cement blast furnace slag 6-34%","concrete, 25MPa",material,Others\Obsolete +"concrete production, 25MPa, ready-mix, with cement limestone 6-10%","concrete, 25MPa",material,Others\Obsolete +"concrete production, 30-32MPa, with cement, Portland","concrete, 30-32MPa",material,Construction\Concrete\Transformation +"concrete production, 30-32MPa, with cement, Portland",hard coal ash,waste treatment,Others\Transformation +"concrete production, 30MPa, exposure classes XC3/XD2/XF1/XA1, with cement, unspecified","concrete, 30MPa",material,Construction\Concrete\Transformation +"concrete production, 30MPa, exposure classes XC3/XD2/XF1/XA1, with cement, unspecified",hard coal ash,waste treatment,Others\Transformation +"concrete production, 30MPa, for building construction, exposure class XC3, with cement, unspecified","concrete, 30MPa",material,Construction\Concrete\Transformation +"concrete production, 30MPa, for building construction, exposure class XC3, with cement, unspecified",hard coal ash,waste treatment,Others\Transformation +"concrete production, 30MPa, for building construction, for interior use, with cement ZN/D","concrete, 30MPa",material,Construction\Concrete\Transformation +"concrete production, 30MPa, for building construction, for interior use, with cement ZN/D, with 30% RC-M aggregates","waste mixed aggregates, from demolition",waste treatment,Construction waste\Transformation +"concrete production, 30MPa, for building construction, for interior use, with cement ZN/D, with 30% RC-M aggregates","concrete, 30MPa",material,Construction\Concrete\Transformation +"concrete production, 30MPa, for building construction, for interior use, with cement ZN/D, with 50% RC-C aggregates",waste concrete gravel,waste treatment,Construction waste\Transformation +"concrete production, 30MPa, for building construction, for interior use, with cement ZN/D, with 50% RC-C aggregates","concrete, 30MPa",material,Construction\Concrete\Transformation +"concrete production, 30MPa, for building construction, with cement, CEM III/A","concrete, 30MPa",material,Construction\Concrete\Transformation +"concrete production, 30MPa, for building construction, with cement, CP III","concrete, 30MPa",material,Construction\Concrete\Transformation +"concrete production, 30MPa, for building construction, with cement, CP-II-E","concrete, 30MPa",material,Construction\Concrete\Transformation +"concrete production, 30MPa, for building construction, with cement, CP-II-F","concrete, 30MPa",material,Construction\Concrete\Transformation +"concrete production, 30MPa, for drilled piles, with cement ZN/D","concrete, 30MPa",material,Construction\Concrete\Transformation +"concrete production, 30MPa, for drilled piles, with cement, CEM II/A","concrete, 30MPa",material,Construction\Concrete\Transformation +"concrete production, 30MPa, for drilled piles, with cement, CEM II/B","concrete, 30MPa",material,Construction\Concrete\Transformation +"concrete production, 30MPa, for drilled piles, with cement, Portland","concrete, 30MPa",material,Construction\Concrete\Transformation +"concrete production, 30MPa, ready-mix, exposure class XC3","concrete, 30MPa",material,Others\Obsolete +"concrete production, 30MPa, ready-mix, exposure class XC3",hard coal ash,waste treatment,Others\Obsolete +"concrete production, 30MPa, ready-mix, exposure classes XC3/XD2/XF1/XA1","concrete, 30MPa",material,Others\Obsolete +"concrete production, 30MPa, ready-mix, exposure classes XC3/XD2/XF1/XA1",hard coal ash,waste treatment,Others\Obsolete +"concrete production, 30MPa, ready-mix, with cement blast furnace slag 6-34%","concrete, 30MPa",material,Others\Obsolete +"concrete production, 30MPa, ready-mix, with cement limestone 6-10%","concrete, 30MPa",material,Others\Obsolete +"concrete production, 30MPa, with cement, CEM II/B-V","concrete, 30MPa",material,Construction\Concrete\Transformation +"concrete production, 35MPa, for building construction, with cement, CEM II/A","concrete, 35MPa",material,Construction\Concrete\Transformation +"concrete production, 35MPa, for building construction, with cement, CEM III/A","concrete, 35MPa",material,Construction\Concrete\Transformation +"concrete production, 35MPa, for building construction, with cement, CP III","concrete, 35MPa",material,Construction\Concrete\Transformation +"concrete production, 35MPa, for building construction, with cement, CP-II-E","concrete, 35MPa",material,Construction\Concrete\Transformation +"concrete production, 35MPa, for building construction, with cement, CP-II-F","concrete, 35MPa",material,Construction\Concrete\Transformation +"concrete production, 35MPa, for civil engineering, for exterior use, with cement, Portland","concrete, 35MPa",material,Construction\Concrete\Transformation +"concrete production, 35MPa, for civil engineering, for exterior use, with cement, Portland",hard coal ash,waste treatment,Others\Transformation +"concrete production, 35MPa, ready-mix, with cement blast furnace slag 6-34%","concrete, 35MPa",material,Others\Obsolete +"concrete production, 35MPa, with cement, CEM II/B","concrete, 35MPa",material,Construction\Concrete\Transformation +"concrete production, 35MPa, with cement, CEM II/B-V","concrete, 35MPa",material,Construction\Concrete\Transformation +"concrete production, 37MPa, for building construction, for exterior use, with cement ZN/D","concrete, 37MPa",material,Construction\Concrete\Transformation +"concrete production, 37MPa, for building construction, for interior use, with cement ZN/D, with 35% RC-C aggregates",waste concrete gravel,waste treatment,Construction waste\Transformation +"concrete production, 37MPa, for building construction, for interior use, with cement ZN/D, with 35% RC-C aggregates","concrete, 37MPa",material,Construction\Concrete\Transformation +"concrete production, 37MPa, for civil engineering, for deicing salt contact, with cement ZN/D","concrete, 37MPa",material,Construction\Concrete\Transformation +"concrete production, 37MPa, for civil engineering, with cement, CEM II/A","concrete, 37MPa",material,Construction\Concrete\Transformation +"concrete production, 37MPa, for civil engineering, with cement, CEM II/B","concrete, 37MPa",material,Construction\Concrete\Transformation +"concrete production, 37MPa, for civil engineering, with cement, Portland","concrete, 37MPa",material,Construction\Concrete\Transformation +"concrete production, 40MPa, for building construction, with cement, CEM II/A","concrete, 40MPa",material,Construction\Concrete\Transformation +"concrete production, 40MPa, for building construction, with cement, CEM III/A","concrete, 40MPa",material,Construction\Concrete\Transformation +"concrete production, 40MPa, for building construction, with cement, CP III","concrete, 40MPa",material,Construction\Concrete\Transformation +"concrete production, 40MPa, for building construction, with cement, CP-II-E","concrete, 40MPa",material,Construction\Concrete\Transformation +"concrete production, 40MPa, for building construction, with cement, CP-II-F","concrete, 40MPa",material,Construction\Concrete\Transformation +"concrete production, 40MPa, for civil engineering, with cement, ART","concrete, 40MPa",material,Construction\Concrete\Transformation +"concrete production, 40MPa, for civil engineering, with cement, CEM II/B","concrete, 40MPa",material,Construction\Concrete\Transformation +"concrete production, 40MPa, for civil engineering, with cement, CEM IV/B","concrete, 40MPa",material,Construction\Concrete\Transformation +"concrete production, 40MPa, for civil engineering, with cement, Portland","concrete, 40MPa",material,Construction\Concrete\Transformation +"concrete production, 40MPa, for civil engineering, with cement, type ICo","concrete, 40MPa",material,Construction\Concrete\Transformation +"concrete production, 40MPa, for civil engineering, with cement, type IP","concrete, 40MPa",material,Construction\Concrete\Transformation +"concrete production, 40MPa, ready-mix, with cement blast furnace slag 6-34%","concrete, 40MPa",material,Others\Obsolete +"concrete production, 40MPa, ready-mix, with cement, alternative constituents 21-35%","concrete, 40MPa",material,Others\Obsolete +"concrete production, 40MPa, with cement, CEM II/B-V","concrete, 40MPa",material,Construction\Concrete\Transformation +"concrete production, 45MPa, for building construction, with cement, CEM II/B","concrete, 45MPa",material,Construction\Concrete\Transformation +"concrete production, 45MPa, with cement, CEM II/B-V","concrete, 45MPa",material,Construction\Concrete\Transformation +"concrete production, 50MPa, with cement, CEM II/B","concrete, 50MPa",material,Construction\Concrete\Transformation +"concrete production, 50MPa, with cement, CEM II/B-V","concrete, 50MPa",material,Construction\Concrete\Transformation +"concrete production, 50MPa, with cement, Portland","concrete, 50MPa",material,Construction\Concrete\Transformation +"concrete production, 50MPa, with cement, Portland",hard coal ash,waste treatment,Others\Transformation +"concrete production, for building construction, with cement CEM II/A","concrete, high exacting requirements",material,Others\Obsolete +"concrete production, for building construction, with cement CEM II/B","concrete, high exacting requirements",material,Others\Obsolete +"concrete production, for civil engineering, with cement CEM I","concrete, sole plate and foundation",material,Others\Obsolete +"concrete production, for civil engineering, with cement CEM II/A","concrete, sole plate and foundation",material,Others\Obsolete +"concrete production, for civil engineering, with cement CEM II/B","concrete, sole plate and foundation",material,Others\Obsolete +"concrete production, for drilled piles, with cement CEM I","concrete, for de-icing salt contact",material,Others\Obsolete +"concrete production, for drilled piles, with cement CEM II/A","concrete, for de-icing salt contact",material,Others\Obsolete +"concrete production, for drilled piles, with cement CEM II/B","concrete, for de-icing salt contact",material,Others\Obsolete +concrete roof tile production,concrete roof tile,material,Construction\Concrete\Transformation +concrete slab production,concrete slab,material,Construction\Concrete\Transformation +"concrete, all types to generic market for concrete, medium strength","concrete, medium strength",material,Construction\Concrete\Market +"concrete, all types to generic market for concrete, normal strength","concrete, normal strength",material,Construction\Concrete\Transformation +condenser epr,condenser epr,energy,Electricity by fuel\Nuclear\PWR\Transformation\Infrastructure +condenser epr,condenser epr,energy,Electricity by fuel\Nuclear\PWR\Transformation\Infrastructure +construction,rock wool factory,material,Others\Obsolete +construction,sawmill,material,Others\Obsolete +"construction work, heat and power co-generation unit, 160kW electrical","construction work, heat and power co-generation unit, 160kW electrical",energy,Cogeneration\Gas\Transformation\Infrastructure +"construction, bigcc power plant 450mw","construction, bigcc power plant 450mw",energy,Cogeneration\Gas\Transformation\Infrastructure +"construction, hard coal igcc power plant 450mw","construction, hard coal igcc power plant 450mw",energy,Cogeneration\Gas\Transformation\Infrastructure +"construction, lignite igcc power plant 450mw","construction, lignite igcc power plant 450mw",energy,Cogeneration\Gas\Transformation\Infrastructure +"consumer electronics production, mobile device, smartphone","consumer electronics, mobile device, smartphone",material,Electronics\Devices\Transformation +"consumer electronics production, mobile device, tablet","consumer electronics, mobile device, tablet",material,Electronics\Devices\Transformation +"container production, for collection of post-consumer waste plastic for recycling","container, for collection of post-consumer waste plastic for recycling",material,Plastics\Recycling\Transformation\Infrastructure +container ship production,container ship,transport,Water\Transformation\Infrastructure +"containerboard production, fluting medium, recycled","containerboard, fluting medium",material,Paper+ Board\Board\Transformation +"containerboard production, fluting medium, semichemical","tall oil, crude",material,Chemicals\Others\Transformation +"containerboard production, fluting medium, semichemical",turpentine,material,Chemicals\Others\Transformation +"containerboard production, fluting medium, semichemical","residual hardwood, wet",material,Others\Obsolete +"containerboard production, fluting medium, semichemical","containerboard, fluting medium",material,Paper+ Board\Board\Transformation +"containerboard production, fluting medium, semichemical, 40% recycled content","containerboard, fluting medium",material,Paper+ Board\Board\Transformation +"containerboard production, linerboard, kraftliner","tall oil, crude",material,Chemicals\Others\Transformation +"containerboard production, linerboard, kraftliner",turpentine,material,Chemicals\Others\Transformation +"containerboard production, linerboard, kraftliner",linerboard,material,Others\Obsolete +"containerboard production, linerboard, kraftliner","containerboard, linerboard",material,Paper+ Board\Board\Transformation +"containerboard production, linerboard, kraftliner","residual softwood, wet",material,Wood\Byproducts\Transformation +"containerboard production, linerboard, testliner","containerboard, linerboard",material,Paper+ Board\Board\Transformation +"containerboard production, unspecified","tall oil, crude",material,Chemicals\Others\Transformation +"containerboard production, unspecified",turpentine,material,Chemicals\Others\Transformation +"containerboard production, unspecified","electricity, medium voltage",energy,Others\Transformation +"containerboard production, unspecified","containerboard, unspecified",material,Paper+ Board\Board\Transformation +containment penetration epr,containment penetration epr,energy,Electricity by fuel\Nuclear\PWR\Transformation\Infrastructure +"continuous dyeing, fibre, cotton","continuous dyeing, fibre, cotton",processing,Textiles\Transformation +"contouring, brass","contouring, brass",processing,Metals\Chipless shaping\Transformation +"contouring, bronze","contouring, bronze",processing,Metals\Chipless shaping\Transformation +"control cabinet production, heat and power co-generation unit, 160kW electrical","control cabinet, heat and power co-generation unit, 160kW electrical",energy,Cogeneration\Gas\Transformation\Infrastructure +"controller production, for electric scooter","controller, for electric scooter",material,Electronics\Component\Transformation +"converter production, for electric passenger car","converter, for electric passenger car",material,Electronics\Component\Transformation +conveyor belt production,conveyor belt,transport,Building equipment\Transformation\Infrastructure +"cookstove production, gas or electric",cookstove,material,Appliances\Transformation\Infrastructure +"cooling energy production, at -100 ¡c, propylene-ethylene compression refrigeration system 1 mw","cooling energy, at -100 ¡c",energy,Cogeneration\Gas\Transformation +"cooling energy production, at -100 ¡c, r-134a-carbon dioxide-ethylene compression refrigeration system 1 mw","cooling energy, at -100 ¡c",energy,Cogeneration\Gas\Transformation +"cooling energy production, at -15 ¡c, r-134a compression refrigeration system 1 mw","cooling energy, at -15 ¡c",energy,Cogeneration\Gas\Transformation +"cooling energy production, at -160 ¡c, propylene-ethylene-methane compression refrigeration system 1 mw","cooling energy, at -160 ¡c",energy,Cogeneration\Gas\Transformation +"cooling energy production, at -25 ¡c, ammonia compression refrigeration system 1 mw","cooling energy, at -25 ¡c",energy,Cogeneration\Gas\Transformation +"cooling energy production, at -25 ¡c, propylene compression refrigeration system 1 mw","cooling energy, at -25 ¡c",energy,Cogeneration\Gas\Transformation +"cooling energy production, at -45 ¡c, propylene compression refrigeration system 1 mw","cooling energy, at -45 ¡c",energy,Cogeneration\Gas\Transformation +"cooling energy production, at -45 ¡c, r-134a compression refrigeration system 1 mw","cooling energy, at -45 ¡c",energy,Cogeneration\Gas\Transformation +"cooling energy production, at -55 ¡c, propylene-ethylene compression refrigeration system 1 mw","cooling energy, at -55 ¡c",energy,Cogeneration\Gas\Transformation +"cooling energy, from natural gas, at cogen unit with absorption chiller 100kW",cooling energy,energy,Cogeneration\Gas\Transformation +"cooling system production, for li-o2 battery",cooling system,material,Electronics\Battery\Transformation +"cooling tower, hybrid, epr","cooling tower, hybrid, epr",energy,Electricity by fuel\Nuclear\PWR\Transformation\Infrastructure +"cooling tower, wet, epr","cooling tower, wet, epr",energy,Electricity by fuel\Nuclear\PWR\Transformation\Infrastructure +"copper busbar production, for lis battery",copper busbar,material,Electronics\Battery\Transformation +"copper cable production, for vrfb system","copper cable, for vrfb system",material,Electronics\Battery\Transformation +copper carbonate production,copper carbonate,material,Chemicals\Inorganic\Transformation +"copper collector foil production, for Li-ion battery","copper collector foil, for Li-ion battery",material,Electronics\Battery\Transformation +"copper collector foil, for li-ion battery","copper collector foil, for li-ion battery",material,Electronics\Battery\Transformation +"copper current collector production, for li-o2 battery",copper current collector,material,Electronics\Battery\Transformation +"copper mine operation and beneficiation, sulfide ore",molybdenite,material,Metals\Non ferro\Transformation +"copper mine operation and beneficiation, sulfide ore","copper concentrate, sulfide ore",material,Minerals\Transformation +"copper mine operation and beneficiation, sulfide ore",rhenium,material,Minerals\Transformation +"copper mine operation and beneficiation, sulfide ore",rhenium,material,Minerals\Transformation +"copper mine operation and beneficiation, sulfide ore",rhenium,material,Minerals\Transformation +"copper mine operation, sulfide ore","copper concentrate, sulfide ore",material,Others\Obsolete +"copper mine operation, sulfide ore",molybdenite,material,Others\Obsolete +copper oxide production,copper oxide,material,Chemicals\Inorganic\Transformation +"copper production, blister-copper","copper, blister-copper",material,Others\Obsolete +"copper production, cathode, solvent extraction and electrowinning process",sulfuric acid,material,Chemicals\Acids (inorganic)\Transformation +"copper production, cathode, solvent extraction and electrowinning process","copper, cathode",material,Metals\Non ferro\Transformation +"copper production, primary",copper,material,Others\Obsolete +"copper scrap, recovered from c-Si PV module treatment","copper scrap, recovered from c-Si PV module treatment",energy,Electricity by fuel\Photovoltaic\Market\Infrastructure +"copper scrap, recovered from CdTe PV module treatment","copper scrap, recovered from CdTe PV module treatment",energy,Electricity by fuel\Photovoltaic\Market\Infrastructure +"copper scrap, sorted, pressed, Recycled Content cut-off","copper scrap, sorted, pressed",material,Metals\Non ferro\Transformation +copper smelting facility construction,copper smelting facility,material,Metals\Non ferro\Transformation\Infrastructure +copper sulfate production,copper sulfate,material,Chemicals\Inorganic\Transformation +"copper telluride cement, recovered from CdTe PV module treatment","copper telluride cement, recovered from CdTe PV module treatment",energy,Electricity by fuel\Photovoltaic\Market\Infrastructure +"copper-cobalt mining, artisanal",copper-cobalt ore,material,Minerals\Transformation +"copper-cobalt mining, industrial, economic allocation",copper-cobalt ore,material,Minerals\Transformation +"copper-cobalt mining, industrial, mass allocation",copper-cobalt ore,material,Minerals\Transformation +"copper, anode to generic market for copper-rich materials",copper-rich materials,material,Metals\Non ferro\Market +core board production,core board,material,Paper+ Board\Board\Transformation +coriander production,coriander,material,Agricultural\Plant production\Vegetables\Transformation +cork forestry,"cleft timber, measured as dry mass",material,Others\Obsolete +cork forestry,"cork, raw",material,Others\Obsolete +cork slab production,cork slab,material,Construction\Insulation\Transformation +corrugated board box production,"residual softwood, wet",material,Others\Obsolete +corrugated board box production,corrugated board box,material,Paper+ Board\Corrugated board\Transformation +cotton production,cotton fibre,material,Others\Obsolete +cotton production,cotton seed,material,Others\Obsolete +cottonseed meal to generic market for protein feed,"energy feed, gross",material,Agricultural\Animal feed\Market +cottonseed meal to generic market for protein feed,"protein feed, 100% crude",material,Agricultural\Animal feed\Market +cottonseed oil mill operation,cottonseed meal,material,Agricultural\Animal feed\Transformation +cottonseed oil mill operation,"cottonseed oil, crude",material,Agricultural\Plant oils\Transformation +cottonseed oil refinery operation,"cottonseed oil, refined",material,Agricultural\Plant oils\Transformation +cottonseed oil refinery operation,soap,material,Chemicals\Washing agents\Tensides\Transformation +"cottonseed oil, refined, to generic market for vegetable oil, refined","vegetable oil, refined",material,Chemicals\Organic\Market +"cottonseed production, for sowing","cottonseed, for sowing",material,Agricultural\Plant seeds\Transformation +"cottonseed production, for sowing, organic","cottonseed, organic, for sowing",material,Agricultural\Plant seeds\Transformation +cottonseed to generic market for energy feed,"energy feed, gross",material,Agricultural\Animal feed\Market +cottonseed to generic market for energy feed,"protein feed, 100% crude",material,Agricultural\Animal feed\Market +"cottonseed, organic to generic market for energy feed","energy feed, gross",material,Agricultural\Animal feed\Market +"cottonseed, organic to generic market for energy feed","protein feed, 100% crude",material,Agricultural\Animal feed\Market +"cover plaster production, mineral","cover plaster, mineral",material,Construction\Coverings\Transformation +"cover plaster production, organic","cover plaster, organic",material,Construction\Coverings\Transformation +"crane operation, 60 tons",crane operation,material,Others\Obsolete +cross over pipes & pipes HPT to separator-reheater EPR,cross over pipes & pipes HPT to separator-reheater EPR,energy,Heat\Others\Transformation +cross-laminated timber production,"wood chips, dry, measured as dry mass",material,Wood\Byproducts\Transformation +cross-laminated timber production,cross-laminated timber,material,Wood\Products\Transformation +crude oil extraction,crude oil,material,Others\Obsolete +crude Palm Oil extraction from FFBs at oil mill,crude Palm Oil extraction from FFBs at oil mill,material,Fuels\Others\Transformation +cryolite production,cryolite,material,Chemicals\Inorganic\Transformation +"cryolite production, from fluosilicic acid",cryolite,material,Chemicals\Inorganic\Transformation +"cryolite production, from fluosilicic acid",silica sand,material,Chemicals\Inorganic\Transformation +"cucumber production, in heated greenhouse",cucumber,material,Agricultural\Plant production\Vegetables\Transformation +cumene production,cumene,material,Chemicals\Organic\Transformation +"cumene production, benzene alkylation",cumene,material,Chemicals\Organic\Transformation +"cumene production, benzene alkylation",cumene,material,Chemicals\Organic\Transformation +curing agent 97652 production,curing agent 97652,material,Chemicals\Organic\Transformation +"current collector production, for vrfb system","current collector, for vrfb system",material,Chemicals\Organic\Transformation +cyanoacetic acid production,cyanoacetic acid,material,Chemicals\Acids (organic)\Transformation +cyanogen chloride production,cyanogen chloride,material,Chemicals\Inorganic\Transformation +cyanuric chloride production,cyanuric chloride,material,Chemicals\Organic\Transformation +cyclic N-compound production,cyclic N-compound,material,Chemicals\Pesticides\Transformation +cyclohexane production,cyclohexane,material,Chemicals\Organic\Transformation +"cyclohexane production, benzene hydrogenation, liquid phase process",cyclohexane,material,Chemicals\Gases\Market +cyclohexanol production,cyclohexanol,material,Chemicals\Organic\Transformation +cyclohexanone production,cyclohexanone,material,Chemicals\Organic\Transformation +dairy construction,dairy,material,Agricultural\Food\Transformation\Infrastructure +daminozide production,daminozide,material,Chemicals\Organic\Transformation +dearomatized hydrocarbon fluid production,dearomatized hydrocarbon fluid,material,Chemicals\Organic\Transformation +"debarking, hardwood","bark chips, wet, measured as dry mass",material,Others\Obsolete +"debarking, hardwood","sawlog and veneer log, hardwood, debarked, measured as solid wood",material,Others\Obsolete +"debarking, hardwood, azobe","sawlog and veneer log, azobe, debarked, measured as solid wood",material,Wood\Extraction\Transformation +"debarking, hardwood, meranti","sawlog and veneer log, meranti, debarked, measured as solid wood",material,Wood\Extraction\Transformation +"debarking, softwood","bark chips, wet, measured as dry mass",material,Others\Obsolete +"debarking, softwood","sawlog and veneer log, softwood, debarked, measured as solid wood",material,Others\Obsolete +"debarking, softwood, in forest","bark chips, wet, measured as dry mass",material,Wood\Byproducts\Transformation +"debarking, softwood, in forest","sawlog and veneer log, softwood, debarked, measured as solid wood",material,Wood\Extraction\Transformation +decabromodiphenyl ether production,decabromodiphenyl ether,material,Chemicals\Organic\Transformation +decarboxylative cyclization of adipic acid,formic acid,material,Chemicals\Acids (organic)\Transformation +decarboxylative cyclization of adipic acid,2-cyclopentone,material,Chemicals\Organic\Transformation +"deep drawing, steel, 10000 kN press, automode","deep drawing, steel, 10000 kN press, automode",processing,Metals\Chipless shaping\Transformation +"deep drawing, steel, 10000 kN press, single stroke","deep drawing, steel, 10000 kN press, single stroke",processing,Metals\Chipless shaping\Transformation +"deep drawing, steel, 3500 kN press, automode","deep drawing, steel, 3500 kN press, automode",processing,Metals\Chipless shaping\Transformation +"deep drawing, steel, 3500 kN press, single stroke","deep drawing, steel, 3500 kN press, single stroke",processing,Metals\Chipless shaping\Transformation +"deep drawing, steel, 38000 kN press, automode","deep drawing, steel, 38000 kN press, automode",processing,Metals\Chipless shaping\Transformation +"deep drawing, steel, 38000 kN press, single stroke","deep drawing, steel, 38000 kN press, single stroke",processing,Metals\Chipless shaping\Transformation +"deep drawing, steel, 650 kN press, automode","deep drawing, steel, 650 kN press, automode",processing,Metals\Chipless shaping\Transformation +"deep drawing, steel, 650 kN press, single stroke","deep drawing, steel, 650 kN press, single stroke",processing,Metals\Chipless shaping\Transformation +"deep well closure, for geothermal power, onshore, 6000m",deep well closure,energy,Electricity by fuel\Geothermal\Transformation\Infrastructure +"deep well drilling, for deep geothermal heat","deep well, drilled, for geothermal heat",energy,Heat\Others\Transformation +"deep well drilling, for deep geothermal power","deep well, drilled, for geothermal power",energy,Electricity by fuel\Geothermal\Transformation\Infrastructure +"deep well drilling, for geothermal power, onshore, 6000m","deep well, for geothermal power, onshore, 6000m",energy,Electricity by fuel\Geothermal\Transformation\Infrastructure +"degreasing, metal part in alkaline bath","degreasing, metal part in alkaline bath",processing,Metals\Metal working\Transformation +"dehydrogenation of butan-1,4-diol","hydrogen, liquid",material,Chemicals\Gases\Transformation +"dehydrogenation of butan-1,4-diol",butyrolactone,material,Chemicals\Organic\Transformation +dehydrogenation of hydrogen,"hydrogen, dehydrogenated",material,Fuels\Others\Transformation +"deinking emulsion production, in paper production","deinking emulsion, in paper production",material,Chemicals\Others\Transformation +"delimbing, with excavator-based processor","delimbing/sorting, excavator-based processor",processing,Wood\Transformation +demersal fish to generic market for marine fish,marine fish,material,Agricultural\Animal production\Fish\Market +desulfurisation of hard coal flue gas,"gypsum, mineral",material,Others\Obsolete +desulfurisation of hard coal flue gas,"sOx retained, in hard coal flue gas desulfurisation",processing,Power plants\Transformation +desulfurisation of lignite flue gas,"sOx retained, in lignite flue gas desulfurisation",processing,Power plants\Transformation +"dewatering of ethanol from biomass, from 95% to 99.7% solution state","ethanol, without water, in 99.7% solution state, from fermentation",material,Fuels\Biofuels\Ethanol\Transformation +diammonium phosphate production,diammonium phosphate,material,Chemicals\Fertilisers (inorganic)\Transformation +diammonium phosphate production,"nitrogen fertiliser, as N",material,Others\Obsolete +diammonium phosphate production,"phosphate fertiliser, as P2O5",material,Others\Obsolete +diazine-compound production,diazine-compound,material,Chemicals\Pesticides\Transformation +diazole-compound production,diazole-compound,material,Chemicals\Pesticides\Transformation +dibenzyltoluene production,dibenzyltoluene,material,Fuels\Others\Transformation +dichlobenil production,dichlobenil,material,Chemicals\Organic\Transformation +dichloromethane production,dichloromethane,material,Chemicals\Organic\Transformation +"dichloropropene to generic market for pesticide, unspecified","pesticide, unspecified",material,Chemicals\Pesticides\Market +dicyclopentadiene based unsaturated polyester resin production,dicyclopentadiene based unsaturated polyester resin,material,Chemicals\Organic\Transformation +diesel generator 10MW,diesel generator 10MW,material,Fuels\Others\Transformation +diesel generator 2MW,diesel generator 2MW,material,Fuels\Others\Transformation +"diesel production, from methanol, from wood, with CCS, economic allocation","diesel, synthetic",material,Fuels\Others\Transformation +"diesel production, from methanol, from wood, with CCS, energy allocation","diesel, synthetic",material,Fuels\Others\Transformation +"diesel production, from methanol, hydrogen from coal gasification, economic allocation","diesel, synthetic",material,Fuels\Others\Transformation +"diesel production, from methanol, hydrogen from coal gasification, energy allocation","diesel, synthetic",material,Fuels\Others\Transformation +"diesel production, from methanol, hydrogen from coal gasification, with CCS, economic allocation","diesel, synthetic",material,Fuels\Others\Transformation +"diesel production, from methanol, hydrogen from coal gasification, with CCS, energy allocation","diesel, synthetic",material,Fuels\Others\Transformation +"diesel production, from methanol, hydrogen from electrolysis, CO2 from cement plant, economic allocation","diesel, synthetic",material,Fuels\Others\Transformation +"diesel production, from methanol, hydrogen from electrolysis, CO2 from cement plant, energy allocation","diesel, synthetic",material,Fuels\Others\Transformation +"diesel production, from methanol, hydrogen from electrolysis, CO2 from DAC, economic allocation","diesel, synthetic",material,Fuels\Others\Transformation +"diesel production, from methanol, hydrogen from electrolysis, CO2 from DAC, energy allocation","diesel, synthetic",material,Fuels\Others\Transformation +"diesel production, low-sulfur","diesel, low-sulfur",material,Fuels\Oil\Diesel\Transformation +"diesel production, low-sulfur, petroleum refinery operation","diesel, low-sulfur",material,Fuels\Oil\Diesel\Transformation +"diesel production, petroleum refinery operation",diesel,material,Fuels\Oil\Diesel\Transformation +"diesel production, synthetic, Fischer Tropsch process, from natural gas, energy allocation","diesel, synthetic",material,Fuels\Others\Transformation +"diesel production, synthetic, Fischer Tropsch process, from natural gas, energy allocation, with carbon capture and storage","diesel, synthetic",material,Fuels\Others\Transformation +"diesel production, synthetic, Fischer Tropsch process, hydrogen from coal gasification, economic allocation","diesel, synthetic",material,Fuels\Others\Transformation +"diesel production, synthetic, Fischer Tropsch process, hydrogen from coal gasification, energy allocation","diesel, synthetic",material,Fuels\Others\Transformation +"diesel production, synthetic, Fischer Tropsch process, hydrogen from coal gasification, with CCS, economic allocation","diesel, synthetic",material,Fuels\Others\Transformation +"diesel production, synthetic, Fischer Tropsch process, hydrogen from coal gasification, with CCS, energy allocation","diesel, synthetic",material,Fuels\Others\Transformation +"diesel production, synthetic, Fischer Tropsch process, hydrogen from electrolysis, economic allocation","diesel, synthetic",material,Fuels\Others\Transformation +"diesel production, synthetic, Fischer Tropsch process, hydrogen from electrolysis, energy allocation","diesel, synthetic",material,Fuels\Others\Transformation +"diesel production, synthetic, Fischer Tropsch process, hydrogen from wood gasification, economic allocation","diesel, synthetic",material,Fuels\Others\Transformation +"diesel production, synthetic, Fischer Tropsch process, hydrogen from wood gasification, energy allocation","diesel, synthetic",material,Fuels\Others\Transformation +"diesel production, synthetic, Fischer Tropsch process, hydrogen from wood gasification, with CCS, economic allocation","diesel, synthetic",material,Fuels\Others\Transformation +"diesel production, synthetic, Fischer Tropsch process, hydrogen from wood gasification, with CCS, energy allocation","diesel, synthetic",material,Fuels\Others\Transformation +"diesel production, synthetic, from Fischer Tropsch process, hydrogen from coal gasification, economic allocation, at fuelling station","diesel, synthetic, vehicle grade",material,Fuels\Others\Transformation +"diesel production, synthetic, from Fischer Tropsch process, hydrogen from coal gasification, energy allocation, at fuelling station","diesel, synthetic, vehicle grade",material,Fuels\Others\Transformation +"diesel production, synthetic, from Fischer Tropsch process, hydrogen from coal gasification, with CCS, economic allocation, at fuelling station","diesel, synthetic, vehicle grade",material,Fuels\Others\Transformation +"diesel production, synthetic, from Fischer Tropsch process, hydrogen from coal gasification, with CCS, energy allocation, at fuelling station","diesel, synthetic, vehicle grade",material,Fuels\Others\Transformation +"diesel production, synthetic, from Fischer Tropsch process, hydrogen from electrolysis, economic allocation, at fuelling station","diesel, synthetic, vehicle grade",material,Fuels\Others\Transformation +"diesel production, synthetic, from Fischer Tropsch process, hydrogen from electrolysis, energy allocation, at fuelling station","diesel, synthetic, vehicle grade",material,Fuels\Others\Transformation +"diesel production, synthetic, from Fischer Tropsch process, hydrogen from wood gasification, economic allocation, at fuelling station","diesel, synthetic, vehicle grade",material,Fuels\Others\Transformation +"diesel production, synthetic, from Fischer Tropsch process, hydrogen from wood gasification, energy allocation, at fuelling station","diesel, synthetic, vehicle grade",material,Fuels\Others\Transformation +"diesel production, synthetic, from Fischer Tropsch process, hydrogen from wood gasification, with CCS, economic allocation, at fuelling station","diesel, synthetic, vehicle grade",material,Fuels\Others\Transformation +"diesel production, synthetic, from Fischer Tropsch process, hydrogen from wood gasification, with CCS, energy allocation, at fuelling station","diesel, synthetic, vehicle grade",material,Fuels\Others\Transformation +"diesel production, synthetic, from methanol, from wood, with CCS, economic allocation, at fuelling station","diesel, synthetic, vehicle grade",material,Fuels\Others\Transformation +"diesel production, synthetic, from methanol, from wood, with CCS, energy allocation, at fuelling station","diesel, synthetic, vehicle grade",material,Fuels\Others\Transformation +"diesel production, synthetic, from methanol, hydrogen from coal gasification, economic allocation, at fuelling station","diesel, synthetic, vehicle grade",material,Fuels\Others\Transformation +"diesel production, synthetic, from methanol, hydrogen from coal gasification, energy allocation, at fuelling station","diesel, synthetic, vehicle grade",material,Fuels\Others\Transformation +"diesel production, synthetic, from methanol, hydrogen from coal gasification, with CCS, economic allocation, at fuelling station","diesel, synthetic, vehicle grade",material,Fuels\Others\Transformation +"diesel production, synthetic, from methanol, hydrogen from coal gasification, with CCS, energy allocation, at fuelling station","diesel, synthetic, vehicle grade",material,Fuels\Others\Transformation +"diesel production, synthetic, from methanol, hydrogen from electrolysis, CO2 from cement plant, economic allocation, at fuelling station","diesel, synthetic, vehicle grade",material,Fuels\Others\Transformation +"diesel production, synthetic, from methanol, hydrogen from electrolysis, CO2 from cement plant, energy allocation, at fuelling station","diesel, synthetic, vehicle grade",material,Fuels\Others\Transformation +"diesel production, synthetic, from methanol, hydrogen from electrolysis, CO2 from DAC, economic allocation, at fuelling station","diesel, synthetic, vehicle grade",material,Fuels\Others\Transformation +"diesel production, synthetic, from methanol, hydrogen from electrolysis, CO2 from DAC, energy allocation, at fuelling station","diesel, synthetic, vehicle grade",material,Fuels\Others\Transformation +diesel-electric generating set production 18.5kW,"diesel-electric generating set, 18.5kW",energy,Mechanical\Transformation\Infrastructure +"diesel-electric generating set production, 10MW","diesel-electric generating set, 10MW",energy,Mechanical\Transformation\Infrastructure +"diesel, burned in agricultural machinery","diesel, burned in agricultural machinery",energy,Mechanical\Market +"diesel, burned in building machine","diesel, burned in building machine",energy,Mechanical\Market +"diesel, burned in diesel-electric generating set, 10MW","diesel, burned in diesel-electric generating set, 10MW",energy,Mechanical\Market +"diesel, burned in diesel-electric generating set, 10MW, for oil and gas extraction","diesel, burned in diesel-electric generating set, 10MW, for oil and gas extraction",energy,Mechanical\Market +"diesel, burned in diesel-electric generating set, 18.5kW","diesel, burned in diesel-electric generating set, 18.5kW",energy,Mechanical\Market +"diesel, burned in fishing vessel","diesel, burned in fishing vessel",energy,Mechanical\Market +"diesel, import from Europe",diesel,material,Fuels\Others\Transformation +"diesel, import from RoW",diesel,material,Fuels\Oil\Diesel\Market\Import +"diesel, low-sulfur, import from Europe","diesel, low-sulfur",material,Fuels\Oil\Diesel\Market\Import +"diesel, low-sulfur, import from RoW","diesel, low-sulfur",material,Fuels\Oil\Diesel\Market\Import +"diesel, with particle filter","transport, freight train",transport,Others\Obsolete +diethyl ether production,"diethyl ether, without water, in 99.95% solution state",material,Chemicals\Organic\Transformation +diethyl ether production,"water, decarbonised",material,Water\Industry water\Transformation +"diethylenetriaminepentaacetic acid production, alkaline cyanomethylation of diethylenetriamine","dtpa, diethylenetriaminepentaacetic acid",material,Water\Industry water\Transformation +"diethylenetriaminepentaacetic acid production, alkaline cyanomethylation of diethylenetriamine","dtpa, diethylenetriaminepentaacetic acid",material,Water\Industry water\Transformation +"digester sludge, Recycled Content cut-off",digester sludge,material,Chemicals\Organic\Transformation +dimethenamide production,dimethenamide,material,Chemicals\Pesticides\Transformation +dimethyl carbonate production,dimethyl carbonate,material,Chemicals\Organic\Transformation +dimethyl carbonate production,formaldehyde,material,Chemicals\Organic\Transformation +dimethyl ether production,dimethyl ether,material,Chemicals\Organic\Transformation +dimethyl hexanediol production,dimethyl hexanediol,material,Chemicals\Organic\Transformation +dimethyl hexynediol production,dimethyl hexynediol,material,Chemicals\Organic\Transformation +dimethyl malonate production,dimethyl malonate,material,Chemicals\Organic\Transformation +dimethyl sulfate production,dimethyl sulfate,material,Chemicals\Organic\Transformation +dimethyl sulfide production,dimethyl sulfide,material,Chemicals\Organic\Transformation +dimethyl sulfoxide production,dimethyl sulfoxide,material,Chemicals\Organic\Transformation +dimethyl sulfoxide production (dmso),dimethyl sulfoxide,material,Chemicals\Organic\Transformation +dimethylacetamide production,dimethylacetamide,material,Chemicals\Organic\Transformation +dimethylamine borane production,dimethylamine borane,material,Chemicals\Organic\Transformation +dimethylamine production,dimethylamine,material,Chemicals\Organic\Transformation +dimethylaminopropylamine production,dimethylaminopropylamine,material,Chemicals\Organic\Transformation +dimethyldichlorosilane production,dimethyldichlorosilane,material,Chemicals\Inorganic\Transformation +dinitroaniline-compound production,dinitroaniline-compound,material,Chemicals\Pesticides\Transformation +dinitrogen tetroxide production,dinitrogen tetroxide,material,Chemicals\Inorganic\Transformation +dioctyl adipate production,dioctyl adipate,material,Chemicals\Organic\Transformation +dioctyl terephthalate production,dioctyl terephthalate,material,Chemicals\Organic\Transformation +"diode production, auxilliaries and energy use","diode, auxilliaries and energy use",material,Electronics\Component\Transformation +"diode production, glass-, for surface-mounting","diode, glass-, for surface-mounting",material,Electronics\Component\Transformation +"diode production, glass-, for through-hole mounting","diode, glass-, for through-hole mounting",material,Electronics\Component\Transformation +dioxane production,dioxane,material,Chemicals\Organic\Transformation +diphenylether-compound production,diphenylether-compound,material,Chemicals\Pesticides\Transformation +dipropyl amine production,dipropyl amine,material,Chemicals\Organic\Transformation +dipropylene glycol monomethyl ether production,dipropylene glycol monomethyl ether,material,Chemicals\Organic\Transformation +"direct air capture system, solvent-based, 1mtco2",direct air capture system,material,Chemicals\Organic\Transformation +"direct air capture system, sorbent-based, 100ktco2",direct air capture system,material,Chemicals\Organic\Transformation +direct disposal of wastewater from textile production,wastewater from textile production,waste treatment,Wastewater treatment\Transformation +dishwasher production,dishwasher,material,Appliances\Transformation\Infrastructure +"disk drive production, CD/DVD, ROM, for desktop computer","disk drive, CD/DVD, ROM, for desktop computer",material,Electronics\Module\Transformation +"disk drive production, CD/DVD, ROM, for laptop computer","disk drive, CD/DVD, ROM, for laptop computer",material,Electronics\Module\Transformation +"dismantling, bigcc power plant 450mw","dismantling, bigcc power plant 450mw",energy,Cogeneration\Gas\Transformation\Infrastructure +"dismantling, hard coal igcc power plant 450mw","dismantling, hard coal igcc power plant 450mw",energy,Cogeneration\Gas\Transformation\Infrastructure +"dismantling, lignite igcc power plant 450mw","dismantling, lignite igcc power plant 450mw",energy,Cogeneration\Gas\Transformation\Infrastructure +disodium disulphite,disodium disulphite,material,Others\Obsolete +disodium disulphite production,disodium disulphite,material,Chemicals\Inorganic\Transformation +"display production, cathode ray tube, 17 inches","display, cathode ray tube, 17 inches",material,Electronics\Devices\Transformation +"display production, liquid crystal, 17 inches","display, liquid crystal, 17 inches",material,Electronics\Devices\Transformation +Distiller's Dried Grains with Solubles to generic market for protein feed,"energy feed, gross",material,Agricultural\Animal feed\Market +Distiller's Dried Grains with Solubles to generic market for protein feed,"protein feed, 100% crude",material,Agricultural\Animal feed\Market +"distribution network construction, electricity, low voltage","distribution network, electricity, low voltage",transport,Electricity\Transformation\Infrastructure +distribution sheds,distribution sheds,transport,Road\Transformation\Infrastructure +dithiocarbamate-compound production,dithiocarbamate-compound,material,Chemicals\Pesticides\Transformation +"dodecanol production, from coconut oil",dodecanol,material,Chemicals\Organic\Transformation +"dodecanol production, ziegler process",dodecanol,material,Chemicals\Organic\Transformation +"dol production, for lis battery",dol,material,Electronics\Battery\Transformation +dolomite production,dolomite,material,Minerals\Transformation +dolomite quarry construction,dolomite quarry infrastructure,material,Minerals\Transformation\Infrastructure +"door production, inner, glass-wood","door, inner, glass-wood",material,Construction\Doors\Transformation +"door production, inner, wood","door, inner, wood",material,Construction\Doors\Transformation +"door production, outer, wood-aluminium","door, outer, wood-aluminium",material,Construction\Doors\Transformation +"door production, outer, wood-glass","door, outer, wood-glass",material,Construction\Doors\Transformation +"drawing of pipe, steel","drawing of pipe, steel",processing,Metals\Chipless shaping\Transformation +"dried roughage store construction, air dried, solar","dried roughage store, air dried, solar",processing,Agricultural\Transformation\Infrastructure +"dried roughage store construction, cold-air dried, conventional","dried roughage store, cold-air dried, conventional",processing,Agricultural\Transformation\Infrastructure +"dried roughage store construction, non ventilated","dried roughage store, non ventilated",processing,Agricultural\Transformation\Infrastructure +"drilling, deep borehole","drilling, deep borehole",material,Others\Obsolete +dryer production,dryer,material,Appliances\Transformation\Infrastructure +"drying of bread grain, seed and legumes","drying of bread grain, seed and legumes",processing,Agricultural\Transformation +drying of feed grain,drying of feed grain,processing,Agricultural\Transformation +drying of grass,drying of grass,processing,Agricultural\Transformation +drying of lentils,drying of lentils,processing,Agricultural\Transformation +drying of maize grain,drying of maize grain,processing,Agricultural\Transformation +drying of maize straw and whole-plant,drying of maize straw and whole-plant,processing,Agricultural\Transformation +drying of protein pea,drying of protein pea,processing,Agricultural\Transformation +"drying, natural gas","drying, natural gas",processing,Others\Transformation +"drying, sewage sludge",raw sewage sludge,waste treatment,Others\Transformation +DTPA production,"dTPA, diethylenetriaminepentaacetic acid",material,Chemicals\Organic\Transformation +dung slab construction,dung slab,processing,Agricultural\Transformation\Infrastructure +"dust collector production, electrostatic precipitator, for domestic use","dust collector, electrostatic precipitator, for domestic use",material,Construction\Ventilation\Transformation +"dust collector production, electrostatic precipitator, for industrial use","dust collector, electrostatic precipitator, for industrial use",material,Construction\Ventilation\Transformation +"dust collector production, multicyclone","dust collector, multicyclone",material,Construction\Ventilation\Transformation +dysprosium oxide to generic market for mischmetal,mischmetal,material,Metals\Non ferro\Market +EDTA production,"eDTA, ethylenediaminetetraacetic acid",material,Chemicals\Organic\Transformation +electric arc furnace converter construction,electric arc furnace converter,material,Metals\Ferro\Transformation\Infrastructure +"electric arc furnace dust, for recovery, Recycled Content cut-off","electric arc furnace dust, for recovery",material,Others\Obsolete +electric arc furnace secondary metallurgy slag to market for electric arc furnace secondary metallurgy slag for recovery,electric arc furnace secondary metallurgy slag,waste treatment,Metals\Waste metals\Transformation +"electric arc furnace secondary metallurgy slag, for recovery to generic market for supplementary cementitious materials",supplementary cementitious materials,material,Construction\Coverings\Market +"electric arc furnace secondary metallurgy slag, for recovery, Recycled Content cut-off","electric arc furnace secondary metallurgy slag, for recovery",material,Metals\Waste metals\Transformation +"electric arc furnace slag to market for electric arc furnace slag, for recovery",electric arc furnace slag,waste treatment,Metals\Waste metals\Transformation +"electric arc furnace slag, for recovery to generic market for supplementary cementitious materials",supplementary cementitious materials,material,Construction\Coverings\Market +"electric arc furnace slag, for recovery, Recycled Content cut-off","electric arc furnace slag, for recovery",material,Metals\Waste metals\Transformation +electric bicycle production,electric bicycle,transport,Road\Transformation\Infrastructure +"electric bicycle production, without battery and motor","electric bicycle, without battery and motor",transport,Road\Transformation\Infrastructure +"electric connector production, peripheral component interconnect buss","electric connector, peripheral component interconnect buss",material,Electronics\Component\Transformation +"electric connector production, peripheral type buss","electric connector, peripheral type buss",material,Electronics\Component\Transformation +"electric connector production, wire clamp","electric connector, wire clamp",material,Electronics\Component\Transformation +"electric installation, 1.3 MWp photovoltaic plant, at plant","electric installation, 1.3 MWp photovoltaic plant, at plant",energy,Electricity by fuel\Photovoltaic\Market\Infrastructure +"electric installation, 156 kWp photovoltaic plant, at plant","electric installation, 156 kWp photovoltaic plant, at plant",energy,Electricity by fuel\Photovoltaic\Market\Infrastructure +"electric installation, 280 kWp photovoltaic plant, at plant","electric installation, 280 kWp photovoltaic plant, at plant",energy,Electricity by fuel\Photovoltaic\Market\Infrastructure +"electric installation, 324 kWp photovoltaic plant, at plant","electric installation, 324 kWp photovoltaic plant, at plant",energy,Electricity by fuel\Photovoltaic\Market\Infrastructure +"electric installation, 450 kWp photovoltaic plant, at plant","electric installation, 450 kWp photovoltaic plant, at plant",energy,Electricity by fuel\Photovoltaic\Market\Infrastructure +"electric installation, 560 kWp photovoltaic plant, at plant","electric installation, 560 kWp photovoltaic plant, at plant",energy,Electricity by fuel\Photovoltaic\Market\Infrastructure +"electric installation, 570 kWp photovoltaic plant, at plant","electric installation, 570 kWp photovoltaic plant, at plant",energy,Electricity by fuel\Photovoltaic\Market\Infrastructure +"electric installation, 93 kWp photovoltaic plant, at plant","electric installation, 93 kWp photovoltaic plant, at plant",energy,Electricity by fuel\Photovoltaic\Market\Infrastructure +electric kettle production,electric kettle,material,Appliances\Transformation\Infrastructure +"electric motor production, for electric scooter","electric motor, for electric scooter",transport,Road\Transformation\Infrastructure +"electric motor production, vehicle","electric motor, vehicle",transport,Road\Transformation\Infrastructure +"electric motor production, vehicle (electric powertrain)","electric motor, electric passenger car",transport,Road\Transformation\Infrastructure +"electric parts production, heat and power co-generation unit, 160kW electrical","electric parts, heat and power co-generation unit, 160kW electrical",energy,Cogeneration\Gas\Transformation\Infrastructure +"electric parts production, mini CHP plant","electric parts, mini CHP plant",energy,Cogeneration\Gas\Transformation\Infrastructure +"electric scooter production, without battery","electric scooter, without battery",transport,Road\Transformation\Infrastructure +electrical equipment,electrical equipment,transport,Road\Transformation\Infrastructure +"electricity production, at 110 MW concentrating solar power plant, with thermal energy storage","electricity, high voltage",energy,Others\Obsolete +"electricity production, at biomass-fired IGCC power plant","electricity, high voltage",energy,Electricity by fuel\Others\Transformation +"electricity production, at biomass-fired IGCC power plant, pre, pipeline 200km, storage 1000m","electricity, high voltage",energy,Electricity by fuel\Others\Transformation +"electricity production, at biomethane-fired combined cycle power plant","electricity, high voltage",energy,Others\Obsolete +"electricity production, at biomethane-fired power plant, post, pipeline 200km, storage 1000m","electricity, high voltage",energy,Others\Obsolete +"electricity production, at co-firing wood and coal power plant, 50-50","electricity, high voltage",energy,Others\Obsolete +"electricity production, at co-firing wood and coal power plant, 80-20","electricity, high voltage",energy,Others\Obsolete +"electricity production, at co-generation hard coal-fired power plant, post, pipeline 200km, storage 1000m","electricity, high voltage",energy,Others\Obsolete +"electricity production, at co-generation natural gas-fired power plant, post, pipeline 200km, storage 1000m","electricity, high voltage",energy,Electricity by fuel\Others\Transformation +"electricity production, at co-generation oil-fired power plant, post, pipeline 200km, storage 1000m","electricity, high voltage",energy,Others\Obsolete +"electricity production, at co-generation wood-fired power plant, post, pipeline 200km, storage 1000m","electricity, high voltage",energy,Electricity by fuel\Others\Transformation +"electricity production, at hard coal-fired IGCC power plant","electricity, high voltage",energy,Electricity by fuel\Coal\Transformation +"electricity production, at hard coal-fired IGCC power plant, pre, pipeline 200km, storage 1000m","electricity, high voltage",energy,Electricity by fuel\Coal\Transformation +"electricity production, at hard coal-fired power plant, oxy, pipeline 200km, storage 1000m","electricity, high voltage",energy,Others\Obsolete +"electricity production, at hard coal-fired power plant, post, pipeline 200km, storage 1000m","electricity, high voltage",energy,Others\Obsolete +"electricity production, at hydrogen-fired combined cycle power plant, by auto-thermal reforming of natural gas","electricity, high voltage",energy,Others\Obsolete +"electricity production, at hydrogen-fired combined cycle power plant, by auto-thermal reforming of natural gas, pre, pipeline 200km, storage 1000m","electricity, high voltage",energy,Others\Obsolete +"electricity production, at lignite-fired IGCC power plant","electricity, high voltage",energy,Electricity by fuel\Coal\Transformation +"electricity production, at lignite-fired IGCC power plant, pre, pipeline 200km, storage 1000m","electricity, high voltage",energy,Electricity by fuel\Coal\Transformation +"electricity production, at lignite-fired power plant, oxy, pipeline 200km, storage 1000m","electricity, high voltage",energy,Others\Obsolete +"electricity production, at lignite-fired power plant, post, pipeline 200km, storage 1000m","electricity, high voltage",energy,Others\Obsolete +"electricity production, at lignite-fired power plant, pulverised","electricity, high voltage",energy,Others\Obsolete +"electricity production, at natural gas-fired combined cycle power plant","electricity, high voltage",energy,Others\Obsolete +"electricity production, at natural gas-fired combined cycle power plant, post, pipeline 200km, storage 1000m","electricity, high voltage",energy,Electricity by fuel\Gas\Transformation +"electricity production, at oil-fired power plant, combined cycle, oxy, pipeline 200km, storage 1000m","electricity, high voltage",energy,Electricity by fuel\Oil\Transformation +"electricity production, at wood burning power plant","electricity, high voltage",energy,Electricity by fuel\Others\Transformation +"electricity production, at wood burning power plant, post, pipeline 200km, storage 1000m","electricity, high voltage",energy,Electricity by fuel\Others\Transformation +"electricity production, coal, aluminium industry","electricity, high voltage, aluminium industry",energy,Electricity country mix\High voltage\Transformation\Production mix +"electricity production, cobalt industry","electricity, high voltage, cobalt industry",energy,Electricity country mix\High voltage\Transformation\Production mix +"electricity production, compressed air energy storage","electricity, high voltage",energy,Electricity by fuel\Others\Transformation +"electricity production, compressed air energy storage, adiabatic","electricity, high voltage",energy,Electricity by fuel\Others\Transformation +"electricity production, deep geothermal","electricity, high voltage",energy,Electricity by fuel\Geothermal\Transformation +"electricity production, Evolutionary Power Reactor (EPR)","electricity, high voltage",energy,Others\Obsolete +"electricity production, from combined cycle plant, synthetic natural gas","electricity, high voltage",energy,Others\Obsolete +"electricity production, from combined cycle plant, synthetic natural gas, post, pipeline 200km, storage 1000m","electricity, high voltage",energy,Others\Obsolete +"electricity production, from hydrogen-fired one gigawatt gas turbine","electricity, high voltage",energy,Others\Obsolete +"electricity production, geothermal","electricity, high voltage",energy,Others\Obsolete +"electricity production, hard coal","electricity, high voltage",energy,Electricity by fuel\Coal\Transformation +"electricity production, hard coal, at coal mine power plant","electricity, high voltage, for internal use in coal mining",energy,Electricity by fuel\Coal\Transformation +"electricity production, hard coal, conventional","electricity, high voltage",energy,Electricity by fuel\Coal\Transformation +"electricity production, hard coal, supercritical","electricity, high voltage",energy,Electricity by fuel\Coal\Transformation +"electricity production, high voltage, for Swiss Federal Railways","electricity, high voltage, for Swiss Federal Railways",energy,Electricity country mix\High voltage\Transformation\Production mix +"electricity production, hydro, aluminium industry","electricity, high voltage, aluminium industry",energy,Electricity country mix\High voltage\Transformation\Production mix +"electricity production, hydro, pumped storage","electricity, high voltage",energy,Electricity by fuel\Hydro\Pumping storage\Transformation +"electricity production, hydro, reservoir, alpine region","electricity, high voltage",energy,Electricity by fuel\Hydro\Reservoir\Transformation +"electricity production, hydro, reservoir, alpine region, renewable energy products","electricity, high voltage, renewable energy products",energy,Electricity by fuel\Hydro\Reservoir\Transformation +"electricity production, hydro, reservoir, non-alpine region","electricity, high voltage",energy,Electricity by fuel\Hydro\Reservoir\Transformation +"electricity production, hydro, reservoir, tropical region","electricity, high voltage",energy,Electricity by fuel\Hydro\Reservoir\Transformation +"electricity production, hydro, run-of-river","electricity, high voltage",energy,Electricity by fuel\Hydro\Flow through\Transformation +"electricity production, hydro, run-of-river, renewable energy products","electricity, high voltage, renewable energy products",energy,Electricity by fuel\Hydro\Flow through\Transformation +"electricity production, lignite","electricity, high voltage",energy,Electricity by fuel\Lignite\Transformation +"electricity production, medium voltage, petroleum refinery operation","electricity, medium voltage",energy,Electricity by fuel\Oil\Transformation +"electricity production, natural gas, 10MW","electricity, high voltage",energy,Electricity by fuel\Gas\Transformation +"electricity production, natural gas, aluminium industry","electricity, high voltage, aluminium industry",energy,Electricity country mix\High voltage\Transformation\Production mix +"electricity production, natural gas, at conventional power plant","electricity, high voltage",energy,Others\Obsolete +"electricity production, natural gas, combined cycle power plant","electricity, high voltage",energy,Electricity by fuel\Gas\Transformation +"electricity production, natural gas, conventional power plant","electricity, high voltage",energy,Electricity by fuel\Gas\Transformation +"electricity production, nuclear, aluminium industry","electricity, high voltage, aluminium industry",energy,Electricity country mix\High voltage\Transformation\Production mix +"electricity production, nuclear, boiling water reactor","electricity, high voltage",energy,Electricity by fuel\Nuclear\BWR\Transformation +"electricity production, nuclear, pressure water reactor","electricity, high voltage",energy,Electricity by fuel\Nuclear\PWR\Transformation +"electricity production, nuclear, pressure water reactor, heavy water moderated","electricity, high voltage",energy,Electricity by fuel\Nuclear\PWR\Transformation +"electricity production, oil","electricity, high voltage",energy,Electricity by fuel\Oil\Transformation +"electricity production, oil, aluminium industry","electricity, high voltage, aluminium industry",energy,Electricity country mix\High voltage\Transformation\Production mix +"electricity production, peat","electricity, high voltage",energy,Electricity by fuel\Peat\Transformation +"electricity production, photovoltaic","electricity, low voltage",energy,Electricity by fuel\Photovoltaic\Transformation +"electricity production, photovoltaic, 3kWp facade installation, multi-Si, laminated, integrated","electricity, low voltage",energy,Electricity by fuel\Photovoltaic\Transformation +"electricity production, photovoltaic, 3kWp facade installation, multi-Si, panel, mounted","electricity, low voltage",energy,Electricity by fuel\Photovoltaic\Transformation +"electricity production, photovoltaic, 3kWp facade installation, single-Si, laminated, integrated","electricity, low voltage",energy,Electricity by fuel\Photovoltaic\Transformation +"electricity production, photovoltaic, 3kWp facade installation, single-Si, panel, mounted","electricity, low voltage",energy,Electricity by fuel\Photovoltaic\Transformation +"electricity production, photovoltaic, 3kWp flat-roof installation, multi-Si","electricity, low voltage",energy,Electricity by fuel\Photovoltaic\Transformation +"electricity production, photovoltaic, 3kWp flat-roof installation, single-Si","electricity, low voltage",energy,Electricity by fuel\Photovoltaic\Transformation +"electricity production, photovoltaic, 3kWp slanted-roof installation, a-Si, laminated, integrated","electricity, low voltage",energy,Electricity by fuel\Photovoltaic\Transformation +"electricity production, photovoltaic, 3kWp slanted-roof installation, a-Si, panel, mounted","electricity, low voltage",energy,Electricity by fuel\Photovoltaic\Transformation +"electricity production, photovoltaic, 3kWp slanted-roof installation, CdTe, laminated, integrated","electricity, low voltage",energy,Electricity by fuel\Photovoltaic\Transformation +"electricity production, photovoltaic, 3kWp slanted-roof installation, CIS, panel, mounted","electricity, low voltage",energy,Electricity by fuel\Photovoltaic\Transformation +"electricity production, photovoltaic, 3kWp slanted-roof installation, multi-Si, laminated, integrated","electricity, low voltage",energy,Electricity by fuel\Photovoltaic\Transformation +"electricity production, photovoltaic, 3kWp slanted-roof installation, multi-Si, panel, mounted","electricity, low voltage",energy,Electricity by fuel\Photovoltaic\Transformation +"electricity production, photovoltaic, 3kWp slanted-roof installation, multi-Si, panel, mounted, renewable energy product","electricity, low voltage, renewable energy products",energy,Electricity by fuel\Photovoltaic\Transformation +"electricity production, photovoltaic, 3kWp slanted-roof installation, ribbon-Si, laminated, integrated","electricity, low voltage",energy,Electricity by fuel\Photovoltaic\Transformation +"electricity production, photovoltaic, 3kWp slanted-roof installation, ribbon-Si, panel, mounted","electricity, low voltage",energy,Electricity by fuel\Photovoltaic\Transformation +"electricity production, photovoltaic, 3kWp slanted-roof installation, single-Si, laminated, integrated","electricity, low voltage",energy,Electricity by fuel\Photovoltaic\Transformation +"electricity production, photovoltaic, 3kWp slanted-roof installation, single-Si, panel, mounted","electricity, low voltage",energy,Electricity by fuel\Photovoltaic\Transformation +"electricity production, photovoltaic, 3kWp slanted-roof installation, single-Si, panel, mounted, renewable energy produc","electricity, low voltage, renewable energy products",energy,Electricity by fuel\Photovoltaic\Transformation +"electricity production, photovoltaic, 570kWp open ground installation, multi-Si","electricity, low voltage",energy,Electricity by fuel\Photovoltaic\Transformation +"electricity production, photovoltaic, at 1.3 MWp slanted-roof, multi-Si, panel, mounted","electricity production, photovoltaic, at 1.3 MWp slanted-roof, multi-Si, panel, mounted",energy,Electricity by fuel\Photovoltaic\Transformation +"electricity production, photovoltaic, at 156 kWp flat-roof, multi-Si","electricity production, photovoltaic, at 156 kWp flat-roof, multi-Si",energy,Electricity by fuel\Photovoltaic\Transformation +"electricity production, photovoltaic, at 156 kWp flat-roof, single-Si","electricity production, photovoltaic, at 156 kWp flat-roof, single-Si",energy,Electricity by fuel\Photovoltaic\Transformation +"electricity production, photovoltaic, at 280 kWp flat-roof, multi-Si","electricity production, photovoltaic, at 280 kWp flat-roof, multi-Si",energy,Electricity by fuel\Photovoltaic\Transformation +"electricity production, photovoltaic, at 280 kWp flat-roof, single-Si","electricity production, photovoltaic, at 280 kWp flat-roof, single-Si",energy,Electricity by fuel\Photovoltaic\Transformation +"electricity production, photovoltaic, at 324 kWp flat-roof, multi-Si","electricity production, photovoltaic, at 324 kWp flat-roof, multi-Si",energy,Electricity by fuel\Photovoltaic\Transformation +"electricity production, photovoltaic, at 3kWp slanted-roof, CdTe, panel, mounted","electricity production, photovoltaic, at 3kWp slanted-roof, CdTe, panel, mounted",energy,Electricity by fuel\Photovoltaic\Transformation +"electricity production, photovoltaic, at 3kWp slanted-roof, CIS, laminated, integrated","electricity production, photovoltaic, at 3kWp slanted-roof, CIS, laminated, integrated",energy,Electricity by fuel\Photovoltaic\Transformation +"electricity production, photovoltaic, at 450 kWp flat-roof, single-Si","electricity production, photovoltaic, at 450 kWp flat-roof, single-Si",energy,Electricity by fuel\Photovoltaic\Transformation +"electricity production, photovoltaic, at 560 kWp open ground, single-Si","electricity production, photovoltaic, at 560 kWp open ground, single-Si",energy,Electricity by fuel\Photovoltaic\Transformation +"electricity production, photovoltaic, at 569 kWp open ground, multi-Si","electricity production, photovoltaic, at 569 kWp open ground, multi-Si",energy,Electricity by fuel\Photovoltaic\Transformation +"electricity production, photovoltaic, at 570 kWp open ground, multi-Si","electricity production, photovoltaic, at 570 kWp open ground, multi-Si",energy,Electricity by fuel\Photovoltaic\Transformation +"electricity production, photovoltaic, at 93 kWp slanted-roof, multi-Si, laminated, integrated","electricity production, photovoltaic, at 93 kWp slanted-roof, multi-Si, laminated, integrated",energy,Electricity by fuel\Photovoltaic\Transformation +"electricity production, photovoltaic, at 93 kWp slanted-roof, multi-Si, panel, mounted","electricity production, photovoltaic, at 93 kWp slanted-roof, multi-Si, panel, mounted",energy,Electricity by fuel\Photovoltaic\Transformation +"electricity production, photovoltaic, at 93 kWp slanted-roof, single-Si, laminated, integrated","electricity production, photovoltaic, at 93 kWp slanted-roof, single-Si, laminated, integrated",energy,Electricity by fuel\Photovoltaic\Transformation +"electricity production, photovoltaic, at 93 kWp slanted-roof, single-Si, panel, mounted","electricity production, photovoltaic, at 93 kWp slanted-roof, single-Si, panel, mounted",energy,Electricity by fuel\Photovoltaic\Transformation +"electricity production, photovoltaic, commercial","electricity, low voltage",energy,Electricity by fuel\Photovoltaic\Transformation +"electricity production, photovoltaic, photovoltaic slanted-roof installation, 3 kWp, CdTe, laminated, integrated","electricity, low voltage",energy,Electricity by fuel\Photovoltaic\Transformation +"electricity production, photovoltaic, photovoltaic slanted-roof installation, 3 kWp, CIS, panel, mounted","electricity, low voltage",energy,Electricity by fuel\Photovoltaic\Transformation +"electricity production, photovoltaic, photovoltaic slanted-roof installation, 3 kWp, multi-Si, laminated, integrated","electricity, low voltage",energy,Electricity by fuel\Photovoltaic\Transformation +"electricity production, photovoltaic, photovoltaic slanted-roof installation, 3 kWp, multi-Si, panel, mounted","electricity, low voltage",energy,Electricity by fuel\Photovoltaic\Transformation +"electricity production, photovoltaic, photovoltaic slanted-roof installation, 3 kWp, single-Si, laminated, integrated","electricity, low voltage",energy,Electricity by fuel\Photovoltaic\Transformation +"electricity production, photovoltaic, photovoltaic slanted-roof installation, 3 kWp, single-Si, panel, mounted","electricity, low voltage",energy,Electricity by fuel\Photovoltaic\Transformation +"electricity production, photovoltaic, residential","electricity, low voltage",energy,Electricity by fuel\Photovoltaic\Transformation +"electricity production, Small Modular Reactor (SMR)","electricity, high voltage",energy,Others\Obsolete +"electricity production, solar thermal parabolic trough, 50 MW","electricity, high voltage",energy,Electricity by fuel\Photovoltaic\Transformation +"electricity production, solar tower power plant, 20 MW","electricity, high voltage",energy,Electricity by fuel\Photovoltaic\Transformation +"electricity production, wave energy converter","electricity, high voltage",energy,Others\Obsolete +"electricity production, wind, <1MW turbine, onshore","electricity, high voltage",energy,Electricity by fuel\Wind\Transformation +"electricity production, wind, <1MW turbine, onshore, renewable energy products","electricity, high voltage, renewable energy products",energy,Electricity by fuel\Wind\Transformation +"electricity production, wind, >3MW turbine, onshore","electricity, high voltage",energy,Electricity by fuel\Wind\Transformation +"electricity production, wind, >3MW turbine, onshore, renewable energy products","electricity, high voltage, renewable energy products",energy,Electricity by fuel\Wind\Transformation +"electricity production, wind, 1-3MW turbine, offshore","electricity, high voltage",energy,Electricity by fuel\Wind\Transformation +"electricity production, wind, 1-3MW turbine, onshore","electricity, high voltage",energy,Electricity by fuel\Wind\Transformation +"electricity production, wind, 1-3MW turbine, onshore, renewable energy products","electricity, high voltage, renewable energy products",energy,Electricity by fuel\Wind\Transformation +"electricity production, wind, 2.3MW turbine, precast concrete tower, onshore","electricity, high voltage",energy,Electricity by fuel\Wind\Transformation +"electricity production, wind, 6kW small-scale turbine, onshore","electricity, low voltage",energy,Others\Obsolete +"electricity production, wood, future","electricity, high voltage",energy,Electricity country mix\High voltage\Transformation\Production mix +"electricity supply, from stationary 19.5 kWh NMC battery","electricity, high voltage",energy,Others\Obsolete +"electricity supply, high voltage, from vanadium-redox flow battery system","electricity, high voltage",energy,Others\Obsolete +electricity voltage transformation from high to medium voltage,"electricity, medium voltage",energy,Electricity country mix\Medium voltage\Transformation +"electricity voltage transformation from high to medium voltage, aluminium industry","electricity, medium voltage, aluminium industry",energy,Electricity country mix\Medium voltage\Transformation +"electricity voltage transformation from high to medium voltage, cobalt industry","electricity, medium voltage, cobalt industry",energy,Electricity country mix\Medium voltage\Transformation +"electricity voltage transformation from high to medium voltage, for LiS battery","electricity, medium voltage",energy,Others\Obsolete +"electricity voltage transformation from high to medium voltage, renewable energy products","electricity, medium voltage, renewable energy products",energy,Electricity country mix\Medium voltage\Transformation +electricity voltage transformation from medium to low voltage,"electricity, low voltage",energy,Electricity country mix\Low voltage\Transformation +"electricity voltage transformation from medium to low voltage, renewable energy products","electricity, low voltage, renewable energy products",energy,Electricity country mix\Low voltage\Transformation +"electricity voltage transformation, residual mix, from high to medium voltage","electricity, medium voltage",energy,Electricity country mix\Medium voltage\Transformation +"electricity voltage transformation, residual mix, from medium to low voltage","electricity, low voltage",energy,Electricity country mix\Low voltage\Transformation +"electricity, from municipal waste incineration to generic market for","electricity, medium voltage",energy,Others\Obsolete +"electricity, from municipal waste incineration to generic market for electricity, medium voltage","electricity, medium voltage",energy,Electricity by fuel\Waste\Market +"electricity, from municipal waste incineration to generic market for electricity, medium voltage_obsolete","electricity, medium voltage",energy,Others\Obsolete +"electricity, high voltage, aluminium industry, production mix","electricity, high voltage, aluminium industry",energy,Electricity country mix\High voltage\Transformation\Production mix +"electricity, high voltage, biofuels, import from Germany","electricity, high voltage",energy,Electricity country mix\High voltage\Market\Import +"electricity, high voltage, European attribute mix","electricity, high voltage",energy,Electricity country mix\High voltage\Transformation\Production mix +"electricity, high voltage, for Swiss Federal Railways, production mix","electricity, high voltage, for Swiss Federal Railways",energy,Others\Obsolete +"electricity, high voltage, hydro, import from CA-NF","electricity, high voltage",energy,Electricity country mix\High voltage\Market\Import +"electricity, high voltage, hydro, import from CA-ON","electricity, high voltage",energy,Electricity country mix\High voltage\Market\Import +"electricity, high voltage, hydro, import from PY","electricity, high voltage",energy,Electricity country mix\High voltage\Market\Import +"electricity, high voltage, hydro, import from UY","electricity, high voltage",energy,Electricity country mix\High voltage\Market\Import +"electricity, high voltage, hydro, reservoir, import from CA-NF","electricity, high voltage",energy,Others\Obsolete +"electricity, high voltage, hydro, reservoir, import from France","electricity, high voltage",energy,Electricity by fuel\Hydro\Reservoir\Market\Import +"electricity, high voltage, hydro, reservoir, import from France, renewable energy products","electricity, high voltage, renewable energy products",energy,Electricity country mix\High voltage\Market\Import +"electricity, high voltage, hydro, run-of-river, import from France","electricity, high voltage",energy,Electricity by fuel\Hydro\Flow through\Market\Import +"electricity, high voltage, hydro, run-of-river, import from France, renewable energy products","electricity, high voltage, renewable energy products",energy,Electricity country mix\High voltage\Market\Import +"electricity, high voltage, import from AL","electricity, high voltage",energy,Electricity country mix\High voltage\Market\Import +"electricity, high voltage, import from AO","electricity, high voltage",energy,Electricity country mix\High voltage\Market\Import +"electricity, high voltage, import from AR","electricity, high voltage",energy,Electricity country mix\High voltage\Market\Import +"electricity, high voltage, import from AT","electricity, high voltage",energy,Electricity country mix\High voltage\Market\Import +"electricity, high voltage, import from AZ","electricity, high voltage",energy,Electricity country mix\High voltage\Market\Import +"electricity, high voltage, import from BA","electricity, high voltage",energy,Electricity country mix\High voltage\Market\Import +"electricity, high voltage, import from BE","electricity, high voltage",energy,Electricity country mix\High voltage\Market\Import +"electricity, high voltage, import from BG","electricity, high voltage",energy,Electricity country mix\High voltage\Market\Import +"electricity, high voltage, import from BR-Mid-western grid","electricity, high voltage",energy,Others\Obsolete +"electricity, high voltage, import from BR-North-eastern grid","electricity, high voltage",energy,Electricity country mix\High voltage\Market\Import +"electricity, high voltage, import from BR-Northern grid","electricity, high voltage",energy,Electricity country mix\High voltage\Market\Import +"electricity, high voltage, import from BR-South-eastern grid","electricity, high voltage",energy,Others\Obsolete +"electricity, high voltage, import from BR-South-eastern/Mid-western grid","electricity, high voltage",energy,Electricity country mix\High voltage\Market\Import +"electricity, high voltage, import from BR-Southern grid","electricity, high voltage",energy,Electricity country mix\High voltage\Market\Import +"electricity, high voltage, import from BT","electricity, high voltage",energy,Electricity country mix\High voltage\Market\Import +"electricity, high voltage, import from BY","electricity, high voltage",energy,Electricity country mix\High voltage\Market\Import +"electricity, high voltage, import from CA-AB","electricity, high voltage",energy,Electricity country mix\High voltage\Market\Import +"electricity, high voltage, import from CA-BC","electricity, high voltage",energy,Electricity country mix\High voltage\Market\Import +"electricity, high voltage, import from CA-MB","electricity, high voltage",energy,Electricity country mix\High voltage\Market\Import +"electricity, high voltage, import from CA-NB","electricity, high voltage",energy,Electricity country mix\High voltage\Market\Import +"electricity, high voltage, import from CA-NF","electricity, high voltage",energy,Electricity country mix\High voltage\Market\Import +"electricity, high voltage, import from CA-NS","electricity, high voltage",energy,Electricity country mix\High voltage\Market\Import +"electricity, high voltage, import from CA-ON","electricity, high voltage",energy,Electricity country mix\High voltage\Market\Import +"electricity, high voltage, import from CA-PE","electricity, high voltage",energy,Electricity country mix\High voltage\Market\Import +"electricity, high voltage, import from CA-QC","electricity, high voltage",energy,Electricity country mix\High voltage\Market\Import +"electricity, high voltage, import from CA-SK","electricity, high voltage",energy,Electricity country mix\High voltage\Market\Import +"electricity, high voltage, import from CD","electricity, high voltage",energy,Electricity country mix\High voltage\Market\Import +"electricity, high voltage, import from CH","electricity, high voltage",energy,Electricity country mix\High voltage\Market\Import +"electricity, high voltage, import from CL","electricity, high voltage",energy,Electricity country mix\High voltage\Market\Import +"electricity, high voltage, import from CN-CCG","electricity, high voltage",energy,Electricity country mix\High voltage\Market\Import +"electricity, high voltage, import from CN-CSG","electricity, high voltage",energy,Electricity country mix\High voltage\Market\Import +"electricity, high voltage, import from CN-ECGC","electricity, high voltage",energy,Electricity country mix\High voltage\Market\Import +"electricity, high voltage, import from CN-NCGC","electricity, high voltage",energy,Electricity country mix\High voltage\Market\Import +"electricity, high voltage, import from CN-NECG","electricity, high voltage",energy,Electricity country mix\High voltage\Market\Import +"electricity, high voltage, import from CN-NWG","electricity, high voltage",energy,Electricity country mix\High voltage\Market\Import +"electricity, high voltage, import from CN-SGCC","electricity, high voltage",energy,Electricity country mix\High voltage\Market\Import +"electricity, high voltage, import from CN-SWG","electricity, high voltage",energy,Electricity country mix\High voltage\Market\Import +"electricity, high voltage, import from CO","electricity, high voltage",energy,Electricity country mix\High voltage\Market\Import +"electricity, high voltage, import from CR","electricity, high voltage",energy,Electricity country mix\High voltage\Market\Import +"electricity, high voltage, import from CZ","electricity, high voltage",energy,Electricity country mix\High voltage\Market\Import +"electricity, high voltage, import from DE","electricity, high voltage",energy,Electricity country mix\High voltage\Market\Import +"electricity, high voltage, import from DK","electricity, high voltage",energy,Electricity country mix\High voltage\Market\Import +"electricity, high voltage, import from DZ","electricity, high voltage",energy,Electricity country mix\High voltage\Market\Import +"electricity, high voltage, import from EC","electricity, high voltage",energy,Electricity country mix\High voltage\Market\Import +"electricity, high voltage, import from EE","electricity, high voltage",energy,Electricity country mix\High voltage\Market\Import +"electricity, high voltage, import from EG","electricity, high voltage",energy,Electricity country mix\High voltage\Market\Import +"electricity, high voltage, import from ES","electricity, high voltage",energy,Electricity country mix\High voltage\Market\Import +"electricity, high voltage, import from FI","electricity, high voltage",energy,Electricity country mix\High voltage\Market\Import +"electricity, high voltage, import from FR","electricity, high voltage",energy,Electricity country mix\High voltage\Market\Import +"electricity, high voltage, import from GB","electricity, high voltage",energy,Electricity country mix\High voltage\Market\Import +"electricity, high voltage, import from GE","electricity, high voltage",energy,Electricity country mix\High voltage\Market\Import +"electricity, high voltage, import from GH","electricity, high voltage",energy,Electricity country mix\High voltage\Market\Import +"electricity, high voltage, import from GR","electricity, high voltage",energy,Electricity country mix\High voltage\Market\Import +"electricity, high voltage, import from GT","electricity, high voltage",energy,Electricity country mix\High voltage\Market\Import +"electricity, high voltage, import from GT_obsolete","electricity, high voltage",energy,Others\Obsolete +"electricity, high voltage, import from HN","electricity, high voltage",energy,Electricity country mix\High voltage\Market\Import +"electricity, high voltage, import from HR","electricity, high voltage",energy,Electricity country mix\High voltage\Market\Import +"electricity, high voltage, import from HU","electricity, high voltage",energy,Electricity country mix\High voltage\Market\Import +"electricity, high voltage, import from ID","electricity, high voltage",energy,Electricity country mix\High voltage\Market\Import +"electricity, high voltage, import from IE","electricity, high voltage",energy,Electricity country mix\High voltage\Market\Import +"electricity, high voltage, import from IN-Eastern grid","electricity, high voltage",energy,Electricity country mix\High voltage\Market\Import +"electricity, high voltage, import from IN-North-eastern grid","electricity, high voltage",energy,Electricity country mix\High voltage\Market\Import +"electricity, high voltage, import from IN-Northern grid","electricity, high voltage",energy,Electricity country mix\High voltage\Market\Import +"electricity, high voltage, import from IN-Southern grid","electricity, high voltage",energy,Electricity country mix\High voltage\Market\Import +"electricity, high voltage, import from IN-Western grid","electricity, high voltage",energy,Electricity country mix\High voltage\Market\Import +"electricity, high voltage, import from IQ","electricity, high voltage",energy,Others\Obsolete +"electricity, high voltage, import from IR","electricity, high voltage",energy,Electricity country mix\High voltage\Market\Import +"electricity, high voltage, import from IT","electricity, high voltage",energy,Electricity country mix\High voltage\Market\Import +"electricity, high voltage, import from JO","electricity, high voltage",energy,Electricity country mix\High voltage\Market\Import +"electricity, high voltage, import from KZ","electricity, high voltage",energy,Electricity country mix\High voltage\Market\Import +"electricity, high voltage, import from LA","electricity, high voltage",energy,Others\Obsolete +"electricity, high voltage, import from LT","electricity, high voltage",energy,Electricity country mix\High voltage\Market\Import +"electricity, high voltage, import from LU","electricity, high voltage",energy,Electricity country mix\High voltage\Market\Import +"electricity, high voltage, import from LV","electricity, high voltage",energy,Electricity country mix\High voltage\Market\Import +"electricity, high voltage, import from MA","electricity, high voltage",energy,Electricity country mix\High voltage\Market\Import +"electricity, high voltage, import from MD","electricity, high voltage",energy,Electricity country mix\High voltage\Market\Import +"electricity, high voltage, import from ME","electricity, high voltage",energy,Electricity country mix\High voltage\Market\Import +"electricity, high voltage, import from MK","electricity, high voltage",energy,Electricity country mix\High voltage\Market\Import +"electricity, high voltage, import from MN","electricity, high voltage",energy,Electricity country mix\High voltage\Market\Import +"electricity, high voltage, import from MT","electricity, high voltage",energy,Electricity country mix\High voltage\Market\Import +"electricity, high voltage, import from MX","electricity, high voltage",energy,Electricity country mix\High voltage\Market\Import +"electricity, high voltage, import from MY","electricity, high voltage",energy,Electricity country mix\High voltage\Market\Import +"electricity, high voltage, import from MZ","electricity, high voltage",energy,Electricity country mix\High voltage\Market\Import +"electricity, high voltage, import from NG","electricity, high voltage",energy,Electricity country mix\High voltage\Market\Import +"electricity, high voltage, import from NI","electricity, high voltage",energy,Electricity country mix\High voltage\Market\Import +"electricity, high voltage, import from NL","electricity, high voltage",energy,Electricity country mix\High voltage\Market\Import +"electricity, high voltage, import from NO","electricity, high voltage",energy,Electricity country mix\High voltage\Market\Import +"electricity, high voltage, import from OM","electricity, high voltage",energy,Electricity country mix\High voltage\Market\Import +"electricity, high voltage, import from PA","electricity, high voltage",energy,Electricity country mix\High voltage\Market\Import +"electricity, high voltage, import from PL","electricity, high voltage",energy,Electricity country mix\High voltage\Market\Import +"electricity, high voltage, import from PT","electricity, high voltage",energy,Electricity country mix\High voltage\Market\Import +"electricity, high voltage, import from PY","electricity, high voltage",energy,Electricity country mix\High voltage\Market\Import +"electricity, high voltage, import from RAF","electricity, high voltage",energy,Electricity country mix\High voltage\Market\Import +"electricity, high voltage, import from RAS","electricity, high voltage",energy,Electricity country mix\High voltage\Market\Import +"electricity, high voltage, import from RLA","electricity, high voltage",energy,Others\Obsolete +"electricity, high voltage, import from RME","electricity, high voltage",energy,Others\Obsolete +"electricity, high voltage, import from RO","electricity, high voltage",energy,Electricity country mix\High voltage\Market\Import +"electricity, high voltage, import from RS","electricity, high voltage",energy,Electricity country mix\High voltage\Market\Import +"electricity, high voltage, import from RU","electricity, high voltage",energy,Electricity country mix\High voltage\Market\Import +"electricity, high voltage, import from SA","electricity, high voltage",energy,Electricity country mix\High voltage\Market\Import +"electricity, high voltage, import from SE","electricity, high voltage",energy,Electricity country mix\High voltage\Market\Import +"electricity, high voltage, import from SI","electricity, high voltage",energy,Electricity country mix\High voltage\Market\Import +"electricity, high voltage, import from SK","electricity, high voltage",energy,Electricity country mix\High voltage\Market\Import +"electricity, high voltage, import from SY","electricity, high voltage",energy,Electricity country mix\High voltage\Market\Import +"electricity, high voltage, import from TG","electricity, high voltage",energy,Electricity country mix\High voltage\Market\Import +"electricity, high voltage, import from TH","electricity, high voltage",energy,Others\Obsolete +"electricity, high voltage, import from TM","electricity, high voltage",energy,Others\Obsolete +"electricity, high voltage, import from TN","electricity, high voltage",energy,Electricity country mix\High voltage\Market\Import +"electricity, high voltage, import from TR","electricity, high voltage",energy,Electricity country mix\High voltage\Market\Import +"electricity, high voltage, import from TZ","electricity, high voltage",energy,Electricity country mix\High voltage\Market\Import +"electricity, high voltage, import from UA","electricity, high voltage",energy,Electricity country mix\High voltage\Market\Import +"electricity, high voltage, import from US-MRO","electricity, high voltage",energy,Electricity country mix\High voltage\Market\Import +"electricity, high voltage, import from US-NPCC","electricity, high voltage",energy,Electricity country mix\High voltage\Market\Import +"electricity, high voltage, import from US-TRE","electricity, high voltage",energy,Electricity country mix\High voltage\Market\Import +"electricity, high voltage, import from US-WECC","electricity, high voltage",energy,Electricity country mix\High voltage\Market\Import +"electricity, high voltage, import from UY","electricity, high voltage",energy,Electricity country mix\High voltage\Market\Import +"electricity, high voltage, import from UZ","electricity, high voltage",energy,Electricity country mix\High voltage\Market\Import +"electricity, high voltage, import from VE","electricity, high voltage",energy,Electricity country mix\High voltage\Market\Import +"electricity, high voltage, import from VN","electricity, high voltage",energy,Electricity country mix\High voltage\Market\Import +"electricity, high voltage, import from XK","electricity, high voltage",energy,Others\Obsolete +"electricity, high voltage, import from ZA","electricity, high voltage",energy,Electricity country mix\High voltage\Market\Import +"electricity, high voltage, import from ZW","electricity, high voltage",energy,Electricity country mix\High voltage\Market\Import +"electricity, high voltage, natural gas, import from Germany","electricity, high voltage",energy,Electricity country mix\High voltage\Market\Import +"electricity, high voltage, nuclear, import from France","electricity, high voltage",energy,Electricity by fuel\Nuclear\PWR\Market\Import +"electricity, high voltage, production mix","electricity, high voltage",energy,Electricity country mix\High voltage\Transformation\Production mix +"electricity, high voltage, renewable energy products, production mix","electricity, high voltage, renewable energy products",energy,Electricity country mix\High voltage\Transformation\Production mix +"electricity, high voltage, residual mix","electricity, high voltage",energy,Electricity country mix\High voltage\Transformation\Production mix +"electricity, high voltage, wind power, import from Germany","electricity, high voltage",energy,Electricity by fuel\Wind\Market\Import +"electricity, high voltage, wind power, import from Germany, renewable energy products","electricity, high voltage, renewable energy products",energy,Electricity country mix\High voltage\Market\Import +"electricity, low voltage, European attribute mix","electricity, low voltage",energy,Electricity country mix\Low voltage\Transformation +"electricity, low voltage, photovoltaic, import from Germany","electricity, low voltage",energy,Electricity country mix\Low voltage\Market\Import +"electricity, low voltage, residual mix","electricity, low voltage",energy,Electricity country mix\Low voltage\Transformation +"electricity, medium voltage, European attribute mix","electricity, medium voltage",energy,Electricity country mix\Medium voltage\Transformation +"electricity, medium voltage, municipal waste incineration, import from Germany","electricity, medium voltage",energy,Electricity country mix\Medium voltage\Transformation +"electricity, medium voltage, residual mix","electricity, medium voltage",energy,Electricity country mix\Medium voltage\Transformation +"electricity, residential, by combustion of hydrogen using CHP, allocated by exergy, distributed by pipeline, produced by Electrolysis, PEM using electricity from grid","electricity, from residential heating system",energy,Heat\Others\Transformation +"electricity, residential, by conversion of hydrogen using fuel cell, PEM, allocated by exergy, distributed by pipeline, produced by Electrolysis, PEM using electricity from grid","electricity, from residential heating system",energy,Heat\Others\Transformation +"electricity, residential, by conversion of hydrogen using fuel cell, SOFC, allocated by exergy, distributed by pipeline, produced by Electrolysis, PEM using electricity from grid","electricity, from residential heating system",energy,Heat\Others\Transformation +"electrode production, negative, LiC6","electrode, negative, LiC6",material,Electronics\Module\Transformation +"electrode production, negative, Ni","electrode, negative, Ni",material,Electronics\Module\Transformation +"electrode production, positive, LaNi5","electrode, positive, LaNi5",material,Electronics\Component\Transformation +electrolysis of lithium chloride,"chlorine, gaseous",material,Chemicals\Gases\Transformation +electrolysis of lithium chloride,lithium,material,Metals\Non ferro\Transformation +"electrolysis of magnesium chloride, from hafnium sponge production","chlorine, for reuse in zirconium and hafnium tetrachloride production",material,Chemicals\Inorganic\Transformation +"electrolysis of magnesium chloride, from hafnium sponge production","magnesium, for reuse in hafnium sponge production",material,Metals\Non ferro\Transformation +"electrolysis of magnesium chloride, from titanium sponge production","chlorine, for reuse in titanium tetrachloride production",material,Chemicals\Inorganic\Transformation +"electrolysis of magnesium chloride, from titanium sponge production","magnesium, for reuse in titanium sponge production",material,Metals\Non ferro\Transformation +"electrolysis of magnesium chloride, from zirconium sponge production","chlorine, for reuse in zirconium and hafnium tetrachloride production",material,Chemicals\Inorganic\Transformation +"electrolysis of magnesium chloride, from zirconium sponge production","magnesium, for reuse in zirconium sponge production",material,Metals\Non ferro\Transformation +"electrolyte mixing and feeding, for lis battery",electrolyte,material,Electronics\Battery\Transformation +"electrolyte production, for Li-ion battery","electrolyte, for Li-ion battery",material,Electronics\Battery\Transformation +"electrolyte production, for li-o2 battery",electrolyte,material,Electronics\Battery\Transformation +"electrolyte production, KOH, LiOH additive","electrolyte, KOH, LiOH additive",material,Electronics\Component\Transformation +"electrolyte production, sib","electrolyte, sib",material,Electronics\Battery\Transformation +"electrolyte tank production, for vrfb system",electrolyte tank,material,Electronics\Battery\Transformation +"electrolyte, copper-rich to generic market for copper-rich materials",copper-rich materials,material,Metals\Non ferro\Market +"electrolyte, for li-ion battery","electrolyte, for li-ion battery",material,Electronics\Battery\Transformation +"electrolyte, lto","electrolyte, lto",material,Electronics\Battery\Transformation +"electrolyte, nickel-rich to generic market for nickel-rich materials",nickel-rich materials,material,Metals\Non ferro\Market +"electrolyzer production, 1MWe, AEC, Balance of Plant","electrolyzer, 1MWe, AEC, Balance of Plant",material,Fuels\Others\Transformation +"electrolyzer production, 1MWe, AEC, Stack","electrolyzer, 1MWe, AEC, Stack",material,Fuels\Others\Transformation +"electrolyzer production, 1mwe, pem, balance of plant","electrolyzer, 1mwe, pem, balance of plant",material,Electronics\Battery\Transformation +"electrolyzer production, 1mwe, pem, stack","electrolyzer, 1mwe, pem, stack",material,Electronics\Battery\Transformation +"electrolyzer production, 1MWe, SOEC, Balance of Plant","electrolyzer, 1MWe, SOEC, Balance of Plant",material,Fuels\Others\Transformation +"electrolyzer production, 1MWe, SOEC, Stack","electrolyzer, 1MWe, SOEC, Stack",material,Fuels\Others\Transformation +"electron gun production, for cathode ray tube display","electron gun, for cathode ray tube display",material,Electronics\Component\Transformation +electronic component factory construction,electronic component factory,material,Electronics\Component\Transformation\Infrastructure +"electronic component machinery production, unspecified","electronic component machinery, unspecified",material,Electronics\Component\Transformation\Infrastructure +"electronic component production, active, unspecified","electronic component, active, unspecified",material,Electronics\Component\Transformation +"electronic component production, passive, mobile, earpiece and speaker","electronic component, passive, mobile, earpiece and speaker",material,Electronics\Component\Transformation +"electronic component production, passive, unspecified","electronic component, passive, unspecified",material,Electronics\Component\Transformation +"electronics production, for control units","electronics, for control units",material,Electronics\Component\Transformation +"electronics scrap, Recycled Content cut-off",electronics scrap,material,Electronics\Component\Transformation +"electrorefining of copper, anode","anode slime from electrorefining of copper, anode",material,Metals\Non ferro\Transformation +"electrorefining of copper, anode","copper, cathode",material,Metals\Non ferro\Transformation +"elevator production, hydraulic","elevator, hydraulic",material,Construction\Others\Transformation\Infrastructure +embeded parts ni epr,embeded parts ni epr,energy,Electricity by fuel\Nuclear\PWR\Transformation\Infrastructure +"emulsion polymerisation, polyvinylchlorid","emulsion polymerisation, polyvinylchlorid",energy,Electricity by fuel\Photovoltaic\Market\Infrastructure +enamelling,enamelling,processing,Metals\Coating\Transformation +"energy and auxilliary inputs, metal working factory, with heating from hard coal","energy and auxilliary inputs, metal working factory",processing,Metals\Metal working\Transformation +"energy and auxilliary inputs, metal working factory, with heating from heavy fuel oil","energy and auxilliary inputs, metal working factory",processing,Metals\Metal working\Transformation +"energy and auxilliary inputs, metal working factory, with heating from light fuel oil","energy and auxilliary inputs, metal working factory",processing,Metals\Metal working\Transformation +"energy and auxilliary inputs, metal working factory, with heating from natural gas","energy and auxilliary inputs, metal working factory",processing,Metals\Metal working\Transformation +"energy and auxilliary inputs, metal working machine, with process heat from hard coal","energy and auxilliary inputs, metal working machine",processing,Metals\Metal working\Transformation +"energy and auxilliary inputs, metal working machine, with process heat from heavy fuel oil","energy and auxilliary inputs, metal working machine",processing,Metals\Metal working\Transformation +"energy and auxilliary inputs, metal working machine, with process heat from light fuel oil","energy and auxilliary inputs, metal working machine",processing,Metals\Metal working\Transformation +"energy and auxilliary inputs, metal working machine, with process heat from natural gas","energy and auxilliary inputs, metal working machine",processing,Metals\Metal working\Transformation +"energy requirement for assembly of heat and power co-generation unit, 160kW electrical","energy requirement for assembly of heat and power co-generation unit, 160kW electrical",energy,Cogeneration\Gas\Transformation\Infrastructure +"energy saving, from ventilation system, 1 x 720 m3/h, polyethylene ducts, with earth tube heat exchanger",energy saving,processing,Energy reduction\Transformation +"energy saving, from ventilation system, 1 x 720 m3/h, steel ducts, with earth tube heat exchanger",energy saving,processing,Energy reduction\Transformation +"energy saving, from ventilation system, 6 x 120 m3/h, polyethylene ducts",energy saving,processing,Energy reduction\Transformation +"energy saving, from ventilation system, 6 x 120 m3/h, polyethylene ducts, with earth tube heat exchanger",energy saving,processing,Energy reduction\Transformation +"energy saving, from ventilation system, 6 x 120 m3/h, steel ducts",energy saving,processing,Energy reduction\Transformation +"energy saving, from ventilation system, 6 x 120 m3/h, steel ducts, with earth tube heat exchanger",energy saving,processing,Energy reduction\Transformation +"energy use and operation emissions, electric bicycle","energy use, electric bicycle",transport,Road\Transformation +"energy use and operation emissions, electric bicycle, electricity from renewable energy products","energy use, electric bicycle, electricity from renewable energy products",transport,Road\Transformation +"energy use and operation emissions, electric bicycle, label-certified electricity","energy use and operation emissions, electric bicycle, label-certified electricity",transport,Others\Obsolete +energy wood harvester production,energy wood harvester,transport,Road\Transformation\Infrastructure +engineered wood joist production,"joist, engineered wood",material,Wood\Products\Transformation +enzymes production,enzymes,material,Chemicals\Others\Transformation +epichlorohydrin production from allyl chloride,calcium chloride,material,Chemicals\Inorganic\Transformation +epichlorohydrin production from allyl chloride,epichlorohydrin,material,Chemicals\Organic\Transformation +epichlorohydrin production from allyl chloride,trichloropropane,material,Chemicals\Organic\Transformation +epoxy paint primer/topcoat production,epoxy paint primer/topcoat,material,Chemicals\Organic\Transformation +"epoxy resin insulator, Al2O3 production","epoxy resin insulator, Al2O3",material,Chemicals\Organic\Transformation +"epoxy resin insulator, SiO2 production","epoxy resin insulator, SiO2",material,Chemicals\Organic\Transformation +epoxy resin production,epoxy resin,material,Others\Obsolete +"epoxy resin production, liquid","epoxy resin, liquid",material,Chemicals\Organic\Transformation +epr construction,epr construction,energy,Electricity by fuel\Nuclear\PWR\Transformation\Infrastructure +epr construction,epr construction,energy,Electricity by fuel\Nuclear\PWR\Transformation\Infrastructure +epr construction,epr construction,energy,Electricity by fuel\Nuclear\PWR\Transformation\Infrastructure +epr decommissioning,epr decommissioning,energy,Electricity by fuel\Nuclear\PWR\Transformation\Infrastructure +epr decommissioning,epr decommissioning,energy,Electricity by fuel\Nuclear\PWR\Transformation\Infrastructure +epr decommissioning,epr decommissioning,energy,Electricity by fuel\Nuclear\PWR\Transformation\Infrastructure +erbium oxide to generic market for mischmetal,mischmetal,material,Metals\Non ferro\Market +establishing orchard,establishing orchard,material,Agricultural\Plant production\Other\Transformation +esterification of palm oil,fatty acid methyl ester,material,Chemicals\Organic\Transformation +esterification of palm oil,glycerine,material,Chemicals\Organic\Transformation +esterification of rape oil,fatty acid methyl ester,material,Chemicals\Organic\Transformation +esterification of rape oil,glycerine,material,Chemicals\Organic\Transformation +esterification of rape oil,"potassium sulfate, as K2O",material,Others\Obsolete +esterification of soybean oil,fatty acid methyl ester,material,Chemicals\Organic\Transformation +esterification of soybean oil,glycerine,material,Chemicals\Organic\Transformation +"esterification of vegetable oils and animal fats, average mix",fatty acid methyl ester,material,Chemicals\Organic\Transformation +"esterification of vegetable oils and animal fats, average mix",glycerine,material,Chemicals\Organic\Transformation +"esterquat production, from coconut oil and palm kernel oil",esterquat,material,Chemicals\Washing agents\Tensides\Transformation +esters of versatic acid production,esters of versatic acid,material,Chemicals\Organic\Transformation +ethanol fermentation plant construction,ethanol fermentation plant,material,Fuels\Biofuels\Ethanol\Transformation\Infrastructure +ethanol production from grass,grass fibre,material,Agricultural\Animal feed\Transformation +ethanol production from grass,"protein feed, 100% crude",material,Agricultural\Animal feed\Transformation +ethanol production from grass,"ethanol, without water, in 95% solution state, from fermentation",material,Fuels\Biofuels\Ethanol\Transformation +ethanol production from maize,distiller's Dried Grains with Solubles,material,Agricultural\Animal feed\Transformation +ethanol production from maize,"ethanol, without water, in 95% solution state, from fermentation",material,Fuels\Biofuels\Ethanol\Transformation +ethanol production from potatoes,distiller's Dried Grains with Solubles,material,Agricultural\Animal feed\Transformation +ethanol production from potatoes,"ethanol, without water, in 95% solution state, from fermentation",material,Fuels\Biofuels\Ethanol\Transformation +ethanol production from rye,distiller's Dried Grains with Solubles,material,Agricultural\Animal feed\Transformation +ethanol production from rye,"ethanol, without water, in 95% solution state, from fermentation",material,Fuels\Biofuels\Ethanol\Transformation +ethanol production from sugar beet,sugar beet pulp,material,Agricultural\Plant production\Sugar beets\Transformation +ethanol production from sugar beet,"ethanol, without water, in 95% solution state, from fermentation",material,Fuels\Biofuels\Ethanol\Transformation +ethanol production from sugar beet molasses,"ethanol, without water, in 95% solution state, from fermentation",material,Fuels\Biofuels\Ethanol\Transformation +ethanol production from sugar cane,"electricity, high voltage",energy,Others\Obsolete +ethanol production from sugar cane,"ethanol, without water, in 95% solution state, from fermentation",material,Others\Obsolete +ethanol production from sugarcane,"ethanol, without water, in 95% solution state, from fermentation",material,Others\Obsolete +ethanol production from sweet sorghum,"bagasse, from sweet sorghum",material,Agricultural\Plant production\Roughage\Transformation +ethanol production from sweet sorghum,"electricity, high voltage",energy,Electricity by fuel\Biofuels\Transformation +ethanol production from sweet sorghum,"ethanol, without water, in 95% solution state, from fermentation",material,Fuels\Biofuels\Ethanol\Transformation +ethanol production from whey,fodder yeast,material,Agricultural\Animal feed\Transformation +ethanol production from whey,"protein feed, 100% crude",material,Agricultural\Animal feed\Transformation +ethanol production from whey,"ethanol, without water, in 95% solution state, from fermentation",material,Fuels\Biofuels\Ethanol\Transformation +ethanol production from wood,"electricity, high voltage",energy,Electricity by fuel\Biofuels\Transformation +ethanol production from wood,"ethanol, without water, in 95% solution state, from fermentation",material,Fuels\Biofuels\Ethanol\Transformation +"ethanol production, ethylene hydration","ethanol, without water, in 99.7% solution state, from ethylene",material,Fuels\Biofuels\Ethanol\Transformation +"ethanol production, ethylene hydration","diethyl ether, without water, in 99.95% solution state",material,Fuels\Biofuels\Ethanol\Transformation +"ethanol production, via fermentation, from corn starch, energy allocation","ethanol, from corn starch",material,Fuels\Others\Transformation +"ethanol production, via fermentation, from corn stover, economic allocation","ethanol, from corn stover",material,Fuels\Others\Transformation +"ethanol production, via fermentation, from corn stover, energy allocation","ethanol, from corn stover",material,Fuels\Others\Transformation +"ethanol production, via fermentation, from corn stover, system expansion","ethanol, from corn stover",material,Fuels\Others\Transformation +"ethanol production, via fermentation, from corn, economic allocation","ethanol, from corn",material,Fuels\Biofuels\Ethanol\Transformation +"ethanol production, via fermentation, from corn, energy allocation","ethanol, from corn",material,Fuels\Biofuels\Ethanol\Transformation +"ethanol production, via fermentation, from corn, system expansion","ethanol, from corn",material,Fuels\Others\Transformation +"ethanol production, via fermentation, from corn, with carbon capture and reuse, economic allocation","ethanol, from corn",material,Fuels\Others\Transformation +"ethanol production, via fermentation, from corn, with carbon capture and reuse, energy allocation","ethanol, from corn",material,Fuels\Others\Transformation +"ethanol production, via fermentation, from corn, with carbon capture and reuse, system expansion","ethanol, from corn",material,Fuels\Others\Transformation +"ethanol production, via fermentation, from corn, with carbon capture and storage, economic allocation","ethanol, from corn",material,Fuels\Others\Transformation +"ethanol production, via fermentation, from corn, with carbon capture and storage, energy allocation","ethanol, from corn",material,Fuels\Biofuels\Ethanol\Transformation +"ethanol production, via fermentation, from corn, with carbon capture and storage, system expansion","ethanol, from corn",material,Fuels\Others\Transformation +"ethanol production, via fermentation, from eucalyptus","ethanol, from eucalyptus",material,Fuels\Biofuels\Ethanol\Transformation +"ethanol production, via fermentation, from eucalyptus, with carbon capture and storage","ethanol, from eucalyptus",material,Fuels\Biofuels\Ethanol\Transformation +"ethanol production, via fermentation, from forage sorghum, economic allocation","ethanol, from forage sorghum",material,Fuels\Others\Transformation +"ethanol production, via fermentation, from forage sorghum, energy allocation","ethanol, from forage sorghum",material,Fuels\Others\Transformation +"ethanol production, via fermentation, from forage sorghum, system expansion","ethanol, from forage sorghum",material,Fuels\Others\Transformation +"ethanol production, via fermentation, from forest product (non-residual), energy allocation","ethanol, from forest residues",material,Fuels\Others\Transformation +"ethanol production, via fermentation, from forest residue, economic allocation","ethanol, from forest residue",material,Fuels\Others\Transformation +"ethanol production, via fermentation, from forest residue, energy allocation","ethanol, from forest residue",material,Fuels\Others\Transformation +"ethanol production, via fermentation, from forest residue, energy allocation","ethanol, from forest residues",material,Fuels\Others\Transformation +"ethanol production, via fermentation, from forest residue, system expansion","ethanol, from forest residue",material,Fuels\Others\Transformation +"ethanol production, via fermentation, from forest residue, with carbon capture and storage, energy allocation","ethanol, from forest residue",material,Fuels\Others\Transformation +"ethanol production, via fermentation, from forest residues, energy allocation","ethanol, from forest residues",material,Fuels\Others\Transformation +"ethanol production, via fermentation, from grain sorghum, economic allocation","ethanol, from grain sorghum",material,Fuels\Others\Transformation +"ethanol production, via fermentation, from grain sorghum, energy allocation","ethanol, from grain sorghum",material,Fuels\Others\Transformation +"ethanol production, via fermentation, from grain sorghum, system expansion","ethanol, from grain sorghum",material,Fuels\Others\Transformation +"ethanol production, via fermentation, from miscanthus, economic allocation","ethanol, from miscanthus",material,Fuels\Biofuels\Ethanol\Transformation +"ethanol production, via fermentation, from miscanthus, energy allocation","ethanol, from miscanthus",material,Fuels\Biofuels\Ethanol\Transformation +"ethanol production, via fermentation, from miscanthus, system expansion","ethanol, from miscanthus",material,Fuels\Others\Transformation +"ethanol production, via fermentation, from miscanthus, with carbon capture and storage, economic allocation","ethanol, from miscanthus",material,Fuels\Others\Transformation +"ethanol production, via fermentation, from miscanthus, with carbon capture and storage, energy allocation","ethanol, from miscanthus",material,Fuels\Biofuels\Ethanol\Transformation +"ethanol production, via fermentation, from miscanthus, with carbon capture and storage, system expansion","ethanol, from miscanthus",material,Fuels\Others\Transformation +"ethanol production, via fermentation, from poplar, economic allocation","ethanol, from poplar",material,Fuels\Biofuels\Ethanol\Transformation +"ethanol production, via fermentation, from poplar, energy allocation","ethanol, from poplar",material,Fuels\Biofuels\Ethanol\Transformation +"ethanol production, via fermentation, from poplar, system expansion","ethanol, from poplar",material,Fuels\Others\Transformation +"ethanol production, via fermentation, from poplar, with carbon capture and storage, energy allocation","ethanol, from poplar",material,Fuels\Biofuels\Ethanol\Transformation +"ethanol production, via fermentation, from sugarbeet, energy allocation","ethanol, from sugarbeet",material,Fuels\Biofuels\Ethanol\Transformation +"ethanol production, via fermentation, from sugarbeet, with carbon capture and storage, energy allocation","ethanol, from sugarbeet",material,Fuels\Biofuels\Ethanol\Transformation +"ethanol production, via fermentation, from sugarcane straw, economic allocation","ethanol, from sugarcane straw",material,Fuels\Biofuels\Ethanol\Transformation +"ethanol production, via fermentation, from sugarcane straw, energy allocation","ethanol, from sugarcane straw",material,Fuels\Biofuels\Ethanol\Transformation +"ethanol production, via fermentation, from sugarcane straw, system expansion","ethanol, from sugarcane straw",material,Fuels\Others\Transformation +"ethanol production, via fermentation, from sugarcane, economic allocation","ethanol, from sugarcane",material,Fuels\Biofuels\Ethanol\Transformation +"ethanol production, via fermentation, from sugarcane, energy allocation","ethanol, from sugarcane",material,Fuels\Biofuels\Ethanol\Transformation +"ethanol production, via fermentation, from sugarcane, system expansion","ethanol, from sugarcane",material,Fuels\Others\Transformation +"ethanol production, via fermentation, from sugarcane, with carbon capture and storage, economic allocation","ethanol, from sugarcane",material,Fuels\Others\Transformation +"ethanol production, via fermentation, from sugarcane, with carbon capture and storage, energy allocation","ethanol, from sugarcane",material,Fuels\Biofuels\Ethanol\Transformation +"ethanol production, via fermentation, from sugarcane, with carbon capture and storage, system expansion","ethanol, from sugarcane",material,Fuels\Others\Transformation +"ethanol production, via fermentation, from sweet sorghum, economic allocation","ethanol, from sweet sorghum",material,Fuels\Others\Transformation +"ethanol production, via fermentation, from sweet sorghum, energy allocation","ethanol, from sweet sorghum",material,Fuels\Others\Transformation +"ethanol production, via fermentation, from sweet sorghum, system expansion","ethanol, from sweet sorghum",material,Fuels\Others\Transformation +"ethanol production, via fermentation, from switchgrass, economic allocation","ethanol, from switchgrass",material,Fuels\Biofuels\Ethanol\Transformation +"ethanol production, via fermentation, from switchgrass, energy allocation","ethanol, from switchgrass",material,Fuels\Biofuels\Ethanol\Transformation +"ethanol production, via fermentation, from switchgrass, system expansion","ethanol, from switchgrass",material,Fuels\Others\Transformation +"ethanol production, via fermentation, from switchgrass, with carbon capture and storage, economic allocation","ethanol, from switchgrass",material,Fuels\Others\Transformation +"ethanol production, via fermentation, from switchgrass, with carbon capture and storage, energy allocation","ethanol, from switchgrass",material,Fuels\Biofuels\Ethanol\Transformation +"ethanol production, via fermentation, from switchgrass, with carbon capture and storage, system expansion","ethanol, from switchgrass",material,Fuels\Others\Transformation +"ethanol production, via fermentation, from wheat grains, energy allocation","ethanol, from wheat grains",material,Fuels\Others\Transformation +"ethanol production, via fermentation, from wheat straw, energy allocation","ethanol, from wheat straw pellets",material,Fuels\Others\Transformation +"ethanol production, via fermentation, from willow, economic allocation","ethanol, from willow",material,Fuels\Others\Transformation +"ethanol production, via fermentation, from willow, energy allocation","ethanol, from willow",material,Fuels\Others\Transformation +"ethanol production, via fermentation, from willow, system expansion","ethanol, from willow",material,Fuels\Others\Transformation +"ethanol, from corn starch, at fuelling station","ethanol, without water, in 99.7% solution state, vehicle grade",material,Fuels\Others\Transformation +"ethanol, from corn stover, economic allocation, at fuelling station","ethanol, without water, in 99.7% solution state, vehicle grade",material,Fuels\Others\Transformation +"ethanol, from corn stover, energy allocation, at fuelling station","ethanol, without water, in 99.7% solution state, vehicle grade",material,Fuels\Others\Transformation +"ethanol, from corn stover, system expansion, at fuelling station","ethanol, without water, in 99.7% solution state, vehicle grade",material,Fuels\Others\Transformation +"ethanol, from corn, economic allocation, at fuelling station","ethanol, without water, in 99.7% solution state, vehicle grade",material,Fuels\Others\Transformation +"ethanol, from corn, energy allocation, at fuelling station","ethanol, without water, in 99.7% solution state, vehicle grade",material,Fuels\Others\Transformation +"ethanol, from corn, system expansion, at fuelling station","ethanol, without water, in 99.7% solution state, vehicle grade",material,Fuels\Others\Transformation +"ethanol, from corn, with carbon capture and reuse, economic allocation, at fuelling station","ethanol, without water, in 99.7% solution state, vehicle grade",material,Fuels\Others\Transformation +"ethanol, from corn, with carbon capture and reuse, energy allocation, at fuelling station","ethanol, without water, in 99.7% solution state, vehicle grade",material,Fuels\Others\Transformation +"ethanol, from corn, with carbon capture and reuse, system expansion, at fuelling station","ethanol, without water, in 99.7% solution state, vehicle grade",material,Fuels\Others\Transformation +"ethanol, from corn, with carbon capture and storage, economic allocation, at fuelling station","ethanol, without water, in 99.7% solution state, vehicle grade",material,Fuels\Others\Transformation +"ethanol, from corn, with carbon capture and storage, energy allocation, at fuelling station","ethanol, without water, in 99.7% solution state, vehicle grade",material,Fuels\Others\Transformation +"ethanol, from corn, with carbon capture and storage, system expansion, at fuelling station","ethanol, without water, in 99.7% solution state, vehicle grade",material,Fuels\Others\Transformation +"ethanol, from eucalyptus, at fuelling station","ethanol, without water, in 99.7% solution state, vehicle grade",material,Fuels\Others\Transformation +"ethanol, from fermentation, to market for ethanol, vehicle grade","ethanol, without water, in 99.7% solution state, from fermentation, vehicle grade",material,Fuels\Biofuels\Ethanol\Transformation +"ethanol, from forage sorghum, economic allocation, at fuelling station","ethanol, without water, in 99.7% solution state, vehicle grade",material,Fuels\Others\Transformation +"ethanol, from forage sorghum, energy allocation, at fuelling station","ethanol, without water, in 99.7% solution state, vehicle grade",material,Fuels\Others\Transformation +"ethanol, from forage sorghum, system expansion, at fuelling station","ethanol, without water, in 99.7% solution state, vehicle grade",material,Fuels\Others\Transformation +"ethanol, from forest residue, economic allocation, at fuelling station","ethanol, without water, in 99.7% solution state, vehicle grade",material,Fuels\Others\Transformation +"ethanol, from forest residue, energy allocation, at fuelling station","ethanol, without water, in 99.7% solution state, vehicle grade",material,Fuels\Others\Transformation +"ethanol, from forest residue, system expansion, at fuelling station","ethanol, without water, in 99.7% solution state, vehicle grade",material,Fuels\Others\Transformation +"ethanol, from forest residues, at fuelling station","ethanol, without water, in 99.7% solution state, vehicle grade",material,Fuels\Others\Transformation +"ethanol, from grain sorghum, economic allocation, at fuelling station","ethanol, without water, in 99.7% solution state, vehicle grade",material,Fuels\Others\Transformation +"ethanol, from grain sorghum, energy allocation, at fuelling station","ethanol, without water, in 99.7% solution state, vehicle grade",material,Fuels\Others\Transformation +"ethanol, from grain sorghum, system expansion, at fuelling station","ethanol, without water, in 99.7% solution state, vehicle grade",material,Fuels\Others\Transformation +"ethanol, from miscanthus, economic allocation, at fuelling station","ethanol, without water, in 99.7% solution state, vehicle grade",material,Fuels\Others\Transformation +"ethanol, from miscanthus, economic allocation, with carbon capture and storage, at fuelling station","ethanol, without water, in 99.7% solution state, vehicle grade",material,Fuels\Others\Transformation +"ethanol, from miscanthus, energy allocation, at fuelling station","ethanol, without water, in 99.7% solution state, vehicle grade",material,Fuels\Others\Transformation +"ethanol, from miscanthus, energy allocation, with carbon capture and storage, at fuelling station","ethanol, without water, in 99.7% solution state, vehicle grade",material,Fuels\Others\Transformation +"ethanol, from miscanthus, system expansion, at fuelling station","ethanol, without water, in 99.7% solution state, vehicle grade",material,Fuels\Others\Transformation +"ethanol, from miscanthus, system expansion, with carbon capture and storage, at fuelling station","ethanol, without water, in 99.7% solution state, vehicle grade",material,Fuels\Others\Transformation +"ethanol, from poplar, economic allocation, at fuelling station","ethanol, without water, in 99.7% solution state, vehicle grade",material,Fuels\Others\Transformation +"ethanol, from poplar, energy allocation, at fuelling station","ethanol, without water, in 99.7% solution state, vehicle grade",material,Fuels\Others\Transformation +"ethanol, from poplar, system expansion, at fuelling station","ethanol, without water, in 99.7% solution state, vehicle grade",material,Fuels\Others\Transformation +"ethanol, from sugarbeet, at fuelling station","ethanol, without water, in 99.7% solution state, vehicle grade",material,Fuels\Others\Transformation +"ethanol, from sugarbeet, with carbon capture and storage, at fuelling station","ethanol, without water, in 99.7% solution state, vehicle grade",material,Fuels\Others\Transformation +"ethanol, from sugarcane straw, economic allocation, at fuelling station","ethanol, without water, in 99.7% solution state, vehicle grade",material,Fuels\Others\Transformation +"ethanol, from sugarcane straw, energy allocation, at fuelling station","ethanol, without water, in 99.7% solution state, vehicle grade",material,Fuels\Others\Transformation +"ethanol, from sugarcane straw, system expansion, at fuelling station","ethanol, without water, in 99.7% solution state, vehicle grade",material,Fuels\Others\Transformation +"ethanol, from sugarcane, economic allocation, at fuelling station","ethanol, without water, in 99.7% solution state, vehicle grade",material,Fuels\Others\Transformation +"ethanol, from sugarcane, economic allocation, with carbon capture and storage, at fuelling station","ethanol, without water, in 99.7% solution state, vehicle grade",material,Fuels\Others\Transformation +"ethanol, from sugarcane, energy allocation, at fuelling station","ethanol, without water, in 99.7% solution state, vehicle grade",material,Fuels\Others\Transformation +"ethanol, from sugarcane, energy allocation, with carbon capture and storage, at fuelling station","ethanol, without water, in 99.7% solution state, vehicle grade",material,Fuels\Others\Transformation +"ethanol, from sugarcane, system expansion, at fuelling station","ethanol, without water, in 99.7% solution state, vehicle grade",material,Fuels\Others\Transformation +"ethanol, from sugarcane, system expansion, with carbon capture and storage, at fuelling station","ethanol, without water, in 99.7% solution state, vehicle grade",material,Fuels\Others\Transformation +"ethanol, from sweet sorghum, economic allocation, at fuelling station","ethanol, without water, in 99.7% solution state, vehicle grade",material,Fuels\Others\Transformation +"ethanol, from sweet sorghum, energy allocation, at fuelling station","ethanol, without water, in 99.7% solution state, vehicle grade",material,Fuels\Others\Transformation +"ethanol, from switchgrass, economic allocation, at fuelling station","ethanol, without water, in 99.7% solution state, vehicle grade",material,Fuels\Others\Transformation +"ethanol, from switchgrass, economic allocation, with carbon capture and storage, at fuelling station","ethanol, without water, in 99.7% solution state, vehicle grade",material,Fuels\Others\Transformation +"ethanol, from switchgrass, energy allocation, at fuelling station","ethanol, without water, in 99.7% solution state, vehicle grade",material,Fuels\Others\Transformation +"ethanol, from switchgrass, energy allocation, with carbon capture and storage, at fuelling station","ethanol, without water, in 99.7% solution state, vehicle grade",material,Fuels\Others\Transformation +"ethanol, from switchgrass, system expansion, at fuelling station","ethanol, without water, in 99.7% solution state, vehicle grade",material,Fuels\Others\Transformation +"ethanol, from switchgrass, system expansion, with carbon capture and storage, at fuelling station","ethanol, without water, in 99.7% solution state, vehicle grade",material,Fuels\Others\Transformation +"ethanol, from wheat grains, energy allocation, at fuelling station","ethanol, without water, in 99.7% solution state, vehicle grade",material,Fuels\Others\Transformation +"ethanol, from wheat straw, at fuelling station","ethanol, without water, in 99.7% solution state, vehicle grade",material,Fuels\Others\Transformation +"ethanol, from willow, economic allocation, at fuelling station","ethanol, without water, in 99.7% solution state, vehicle grade",material,Fuels\Others\Transformation +"ethanol, from willow, energy allocation, at fuelling station","ethanol, without water, in 99.7% solution state, vehicle grade",material,Fuels\Others\Transformation +"ethanol, from willow, system expansion, at fuelling station","ethanol, without water, in 99.7% solution state, vehicle grade",material,Fuels\Others\Transformation +ethanolamine production,diethanolamine,material,Chemicals\Organic\Transformation +ethanolamine production,monoethanolamine,material,Chemicals\Organic\Transformation +ethanolamine production,triethanolamine,material,Chemicals\Organic\Transformation +ethephon production,ethephon,material,Chemicals\Organic\Transformation +ethephon production,ethylene dichloride,material,Chemicals\Organic\Transformation +"ethoxylated alcohol (AE>20) production, palm oil",ethoxylated alcohol (AE>20),material,Chemicals\Washing agents\Tensides\Transformation +"ethoxylated alcohol (AE11) production, palm oil",ethoxylated alcohol (AE11),material,Chemicals\Washing agents\Tensides\Transformation +"ethoxylated alcohol (AE3) production, coconut oil",ethoxylated alcohol (AE3),material,Chemicals\Washing agents\Tensides\Transformation +"ethoxylated alcohol (AE3) production, palm kernel oil",ethoxylated alcohol (AE3),material,Chemicals\Washing agents\Tensides\Transformation +"ethoxylated alcohol (AE3) production, petrochemical",ethoxylated alcohol (AE3),material,Chemicals\Washing agents\Tensides\Transformation +"ethoxylated alcohol (AE7) production, coconut oil",ethoxylated alcohol (AE7),material,Chemicals\Washing agents\Tensides\Transformation +"ethoxylated alcohol (AE7) production, palm kernel oil",ethoxylated alcohol (AE7),material,Chemicals\Washing agents\Tensides\Transformation +"ethoxylated alcohol (AE7) production, petrochemical",ethoxylated alcohol (AE7),material,Chemicals\Washing agents\Tensides\Transformation +ethyl acetate production,ethyl acetate,material,Chemicals\Organic\Transformation +ethyl benzene production,ethyl benzene,material,Chemicals\Organic\Transformation +"ethyl tert-butyl ether production, from bioethanol",ethyl tert-butyl ether,material,Chemicals\Organic\Transformation +ethylamine production,ethylamine,material,Chemicals\Organic\Transformation +ethylene bromide production,ethylene bromide,material,Chemicals\Organic\Transformation +"ethylene bromide, at plant","ethylene bromide, at plant",energy,Electricity by fuel\Photovoltaic\Market\Infrastructure +ethylene carbonate production,ethylene carbonate,material,Chemicals\Organic\Transformation +"ethylene diamine production, from ethanolamine",ethylene diamine,material,Fuels\Biofuels\Ethanol\Transformation +"ethylene diamine production, from ethylene dichloride",ethylene diamine,material,Fuels\Biofuels\Ethanol\Transformation +"ethylene diamine production, from ethylene dichloride",ethylene diamine,material,Fuels\Biofuels\Ethanol\Transformation +ethylene dichloride production,ethylene dichloride,material,Chemicals\Organic\Transformation +ethylene glycol diethyl ether production,ethylene glycol diethyl ether,material,Chemicals\Organic\Transformation +ethylene glycol dimethyl ether production,ethylene glycol dimethyl ether,material,Chemicals\Organic\Transformation +ethylene glycol monoethyl ether production,ethylene glycol monoethyl ether,material,Chemicals\Organic\Transformation +ethylene glycol production,diethylene glycol,material,Chemicals\Organic\Transformation +ethylene glycol production,ethylene glycol,material,Chemicals\Organic\Transformation +ethylene glycol production,triethylene glycol,material,Chemicals\Organic\Transformation +"ethylene glycols production, thermal hydrolysis of ethylene oxide",diethylene glycol,material,Chemicals\Organic\Transformation +"ethylene glycols production, thermal hydrolysis of ethylene oxide",ethylene glycol,material,Chemicals\Organic\Transformation +"ethylene glycols production, thermal hydrolysis of ethylene oxide",triethylene glycol,material,Chemicals\Organic\Transformation +"ethylene glycols production, thermal hydrolysis of ethylene oxide",triethylene glycol,material,Chemicals\Organic\Transformation +"ethylene glycols production, thermal hydrolysis of ethylene oxide",diethylene glycol,material,Chemicals\Organic\Transformation +"ethylene glycols production, thermal hydrolysis of ethylene oxide",ethylene glycol,material,Chemicals\Organic\Transformation +ethylene hydration,"diethyl ether, without water, in 99.95% solution state",material,Chemicals\Organic\Transformation +ethylene hydration,"ethanol, without water, in 99.7% solution state, from ethylene",material,Chemicals\Organic\Transformation +ethylene oxide production,ethylene oxide,material,Chemicals\Organic\Transformation +"ethylene oxide production, ethylene oxidation",ethylene oxide,material,Chemicals\Organic\Transformation +"ethylene oxide production, ethylene oxidation",ethylene oxide,material,Chemicals\Organic\Transformation +"ethylene production, average",ethylene,material,Chemicals\Organic\Transformation +"ethylene production, pipeline system","ethylene, pipeline system",material,Chemicals\Organic\Transformation +ethylene vinyl acetate copolymer production,ethylene vinyl acetate copolymer,material,Plastics\Thermoplasts\Transformation +ethylenediamine production,ethylenediamine,material,Others\Obsolete +"ethylenediamine production, from ethanolamine",ethylenediamine,material,Chemicals\Organic\Transformation +"ethylenediamine production, from ethylene dichloride",ethylenediamine,material,Chemicals\Organic\Transformation +"ethylenediaminetetraacetic acid production, alkaline cyanomethylation of ethylenediamine","edta, ethylenediaminetetraacetic acid",material,Chemicals\Organic\Transformation +"ethylenediaminetetraacetic acid production, alkaline cyanomethylation of ethylenediamine","edta, ethylenediaminetetraacetic acid",material,Chemicals\Organic\Transformation +"ethylvinylacetate production, foil","ethylvinylacetate, foil",material,Plastics\Thermoplasts\Transformation +"eucalyptus seedling production, in heated greenhouse","eucalyptus seedling, for planting",material,Agricultural\Plant seeds\Transformation +"eucalyptus seedling production, in unheated greenhouse","eucalyptus seedling, for planting",material,Agricultural\Plant seeds\Transformation +EUR-flat pallet production,eUR-flat pallet,material,Wood\Products\Transformation +europium oxide to generic market for mischmetal,mischmetal,material,Metals\Non ferro\Market +"EV charger, level 3, plugin, 200 kW","eV charger, level 3, plugin, 200 kW",transport,Road\Transformation\Infrastructure +"EV charger, level 3, with pantograph, 450 kW","eV charger, level 3, with pantograph, 450 kW",transport,Road\Transformation\Infrastructure +evacuated tube collector production,evacuated tube collector,energy,Heat\Solar\Transformation\Infrastructure +evaporation of natural gas,"natural gas, high pressure",material,Fuels\Natural gas\Transformation +"evaporation of natural gas, import from AE","natural gas, high pressure",material,Fuels\Natural gas\Market +"evaporation of natural gas, import from AU","natural gas, high pressure",material,Fuels\Natural gas\Market +"evaporation of natural gas, import from DZ","natural gas, high pressure",material,Fuels\Natural gas\Market +"evaporation of natural gas, import from EG","natural gas, high pressure",material,Fuels\Natural gas\Market +"evaporation of natural gas, import from ID","natural gas, high pressure",material,Fuels\Natural gas\Market +"evaporation of natural gas, import from MY","natural gas, high pressure",material,Fuels\Natural gas\Market +"evaporation of natural gas, import from NG","natural gas, high pressure",material,Fuels\Natural gas\Market +"evaporation of natural gas, import from NO","natural gas, high pressure",material,Fuels\Natural gas\Market +"evaporation of natural gas, import from OM","natural gas, high pressure",material,Fuels\Natural gas\Market +"evaporation of natural gas, import from PE","natural gas, high pressure",material,Fuels\Natural gas\Market +"evaporation of natural gas, import from QA","natural gas, high pressure",material,Fuels\Natural gas\Market +"evaporation of natural gas, import from RU","natural gas, high pressure",material,Fuels\Natural gas\Market +"evaporation of natural gas, import from TT","natural gas, high pressure",material,Fuels\Natural gas\Market +"evaporation of natural gas, import from US","natural gas, high pressure",material,Fuels\Natural gas\Market +"excavation, hydraulic digger","excavation, hydraulic digger",transport,Building equipment\Transformation +"excavation, skid-steer loader","excavation, skid-steer loader",transport,Building equipment\Transformation +"exhaust air outlet production, steel/aluminium, 85x365 mm","exhaust air outlet, steel/aluminium, 85x365 mm",material,Construction\Ventilation\Transformation +"exhaust air roof hood production, steel, DN 400","exhaust air roof hood, steel, DN 400",material,Construction\Ventilation\Transformation +"exhaust air valve production, in-wall housing, plastic/steel, DN 125","exhaust air valve, in-wall housing, plastic/steel, DN 125",material,Construction\Ventilation\Transformation +"exhaust system, for lorry","exhaust system, for lorry",transport,Road\Transformation\Infrastructure +expanded clay production,expanded clay,material,Minerals\Transformation +expanded perlite production,expanded perlite,material,Minerals\Transformation +expanded vermiculite production,expanded vermiculite,material,Minerals\Transformation +"expansion vessel production, 25l","expansion vessel, 25l",energy,Heat\Solar\Transformation\Infrastructure +"expansion vessel production, 80l","expansion vessel, 80l",energy,Heat\Solar\Transformation\Infrastructure +"explosive production, tovex","explosive, tovex",material,Chemicals\Others\Transformation +explosives factory construction,explosives factory,material,Chemicals\Others\Transformation\Infrastructure +extraction of vegetable oil from rapeseed,extraction of vegetable oil from rapeseed,material,Fuels\Others\Transformation +"extrusion of plastic sheets and thermoforming, inline","extrusion of plastic sheets and thermoforming, inline",processing,Plastics\Transformation +"extrusion, co-extrusion of plastic sheets","extrusion, co-extrusion",processing,Plastics\Transformation +"extrusion, plastic film","extrusion, plastic film",processing,Plastics\Transformation +"extrusion, plastic pipes","extrusion, plastic pipes",processing,Plastics\Transformation +"factory construction and operation, for lis battery",operating battery factory,material,Electronics\Battery\Transformation +"fan production, for power supply unit, desktop computer","fan, for power supply unit, desktop computer",material,Electronics\Module\Transformation +farming and supply of corn,"corn, harvested, at ethanol plant",material,Fuels\Biofuels\Ethanol\Transformation +farming and supply of corn stover,"corn stover, harvested, at ethanol plant",material,Fuels\Others\Transformation +farming and supply of dry algae,algae harvesting for dry algae production,material,Fuels\Others\Transformation +farming and supply of eucalyptus,"eucalyptus, harvested, at ethanol plant",material,Fuels\Biofuels\Ethanol\Transformation +farming and supply of Forage Sorghum,"forage sorghum, harvested, at ethanol plant",material,Fuels\Others\Transformation +farming and supply of Fresh Fruit Bunches (FFBs) for palm oil,fresh Fruit Bunches (FFBs) production,material,Fuels\Others\Transformation +farming and supply of Grain Sorghum,"grain sorghum, harvested, at ethanol plant",material,Fuels\Others\Transformation +farming and supply of miscanthus,"miscanthus, harvested, at ethanol plant",material,Fuels\Biofuels\Ethanol\Transformation +farming and supply of poplar,"poplar, harvested, at ethanol plant",material,Fuels\Biofuels\Ethanol\Transformation +farming and supply of rapeseed,rapeseed cultivation,material,Fuels\Others\Transformation +farming and supply of sugarbeet,sugar beet cultivation,material,Fuels\Others\Transformation +farming and supply of sugarcane,"sugarcane, harvested, at ethanol plant",material,Fuels\Biofuels\Ethanol\Transformation +farming and supply of sugarcane straw,"sugarcane straw, harvested, at ethanol plant",material,Fuels\Biofuels\Ethanol\Transformation +farming and supply of Sweet Sorghum,"sweet sorghum, harvested, at ethanol plant",material,Fuels\Others\Transformation +farming and supply of switchgrass,"switchgrass, harvested, at ethanol plant",material,Fuels\Biofuels\Ethanol\Transformation +farming and supply of wheat grains,wheat grains,material,Fuels\Others\Transformation +farming and supply of wheat straw,wheat straw,material,Fuels\Others\Transformation +farming and supply of willow,"willow, harvested, at ethanol plant",material,Fuels\Others\Transformation +"fattening of calves for beef cattle production, on pasture","cattle for slaughtering, live weight",material,Agricultural\Animal production\Bovine\Transformation +"fattening of calves for beef production, feedlot","cattle for slaughtering, live weight",material,Agricultural\Animal production\Bovine\Transformation +"fattening of heifers for beef cattle production, on pasture","cattle for slaughtering, live weight",material,Agricultural\Animal production\Bovine\Transformation +"fattening of heifers for beef production, feedlot","cattle for slaughtering, live weight",material,Agricultural\Animal production\Bovine\Transformation +"fatty acid production, from coconut oil",fatty acid,material,Chemicals\Organic\Transformation +"fatty acid production, from palm kernel oil",fatty acid,material,Chemicals\Organic\Transformation +"fatty acid production, from palm oil",fatty acid,material,Chemicals\Organic\Transformation +"fatty acid production, from soybean oil",fatty acid,material,Chemicals\Organic\Transformation +"fatty alcohol production, from coconut oil",fatty alcohol,material,Chemicals\Organic\Transformation +"fatty alcohol production, from palm kernel oil",fatty alcohol,material,Chemicals\Organic\Transformation +"fatty alcohol production, from palm oil",fatty alcohol,material,Chemicals\Organic\Transformation +"fatty alcohol production, petrochemical",fatty alcohol,material,Chemicals\Organic\Transformation +"fatty alcohol sulfate production, coconut oil",fatty alcohol sulfate,material,Chemicals\Washing agents\Tensides\Transformation +"fatty alcohol sulfate production, from palm kernel oil",fatty alcohol sulfate,material,Chemicals\Washing agents\Tensides\Transformation +"fatty alcohol sulfate production, palm oil",fatty alcohol sulfate,material,Chemicals\Washing agents\Tensides\Transformation +"fatty alcohol sulfate production, petrochemical",fatty alcohol sulfate,material,Chemicals\Washing agents\Tensides\Transformation +fava bean production,fava bean,material,Agricultural\Plant production\Legumes\Transformation +"fava bean production, organic","fava bean, organic",material,Agricultural\Plant production\Legumes\Transformation +"fava bean production, Swiss integrated production, at farm","fava bean, Swiss integrated production",material,Agricultural\Plant production\Legumes\Transformation +"fava bean seed production, for sowing","fava bean seed, for sowing",material,Agricultural\Plant seeds\Transformation +"fava bean seed production, organic, for sowing","fava bean seed, organic, for sowing",material,Agricultural\Plant seeds\Transformation +"fava bean, feed production, Swiss integrated production","fava bean, feed, Swiss integrated production",material,Agricultural\Animal feed\Transformation +feldspar production,feldspar,material,Minerals\Transformation +fennel production,fennel,material,Agricultural\Plant production\Roots and tubers\Transformation +"fermentation filtrate, Recycled Content cut-off",fermentation filtrate,material,Chemicals\Others\Transformation +ferrite production,ferrite,material,Metals\Ferro\Transformation +"ferrochromium production, high-carbon, 55% Cr","ferrochromium, high-carbon, 55% Cr",material,Metals\Alloys\Transformation +"ferrochromium production, high-carbon, 68% Cr","ferrochromium, high-carbon, 68% Cr",material,Metals\Alloys\Transformation +"ferromanganese production, high-coal, 74.5% Mn","ferromanganese, high-coal, 74.5% Mn",material,Metals\Alloys\Transformation +ferronickel production,ferronickel,material,Metals\Alloys\Transformation +"ferroniobium production, from pyrochlore concentrate, 66% Nb","ferroniobium, 66% Nb",material,Metals\Alloys\Transformation +ferrosilicon production,ferrosilicon,material,Chemicals\Inorganic\Transformation +"ferrous metal, in mixed metal scrap, Recycled Content cut-off","ferrous metal, in mixed metal scrap",material,Metals\Ferro\Transformation +"ferrous metal, in mixed metal scrap, Recycled Content cut-off_obsolete","ferrous metal, in mixed metal scrap",waste treatment,Others\Obsolete +ferry production,ferry,transport,Water\Transformation\Infrastructure +"fertilising, by broadcaster","fertilising, by broadcaster",processing,Agricultural\Transformation +"fertilising, by injection","fertilising, by injection",processing,Agricultural\Transformation +"fertilising, by rig fertiliser, sugarcane","fertilising, by rig fertiliser, sugarcane",processing,Agricultural\Transformation +"fertilising, by stool splitter, sugarcane","fertilising, by stool splitter, sugarcane",processing,Agricultural\Transformation +"fibre and fabric waste, polyester, Recycled Content cut-off","fibre and fabric waste, polyester",material,Textiles\Transformation +"fibre and fabric waste, polyester, Recycled Content cut-off_obsolete","fibre and fabric waste, polyester",waste treatment,Others\Obsolete +fibre cement corrugated slab production,fibre cement corrugated slab,material,Construction\Coverings\Transformation +fibre cement facing tile production,fibre cement facing tile,material,Construction\Coverings\Transformation +"fibre cement facing tile production, large format","fibre cement facing tile, large format",material,Construction\Coverings\Transformation +"fibre cement facing tile production, small format","fibre cement facing tile, small format",material,Construction\Coverings\Transformation +fibre cement roof slate production,fibre cement roof slate,material,Construction\Coverings\Transformation +"fibre production, cotton, ginning",cottonseed,material,Agricultural\Plant seeds\Transformation +"fibre production, cotton, ginning","fibre, cotton",material,Textiles\Transformation +"fibre production, cotton, organic, ginning","cottonseed, organic",material,Agricultural\Plant seeds\Transformation +"fibre production, cotton, organic, ginning","fibre, cotton, organic",material,Textiles\Transformation +"fibre production, flax, retting",flax husks,material,Agricultural\Intermediate products\Transformation +"fibre production, flax, retting","fibre, flax",material,Textiles\Transformation +"fibre production, flax, scutching","fibre, flax, short, scutched",material,Textiles\Transformation +"fibre production, flax, scutching","fibre, flax, long, scutched",material,Textiles\Transformation +"fibre production, jute, retting","fibre, jute",material,Textiles\Transformation +"fibre production, jute, retting",stalk,material,Textiles\Transformation +"fibre production, kenaf, retting","fibre, kenaf",material,Textiles\Transformation +"fibre production, kenaf, retting",stalk,material,Textiles\Transformation +"fibre production, viscose",sulfuric acid,material,Chemicals\Acids (inorganic)\Transformation +"fibre production, viscose","sodium sulfate, anhydrite",material,Chemicals\Inorganic\Transformation +"fibre production, viscose","fibre, viscose",material,Textiles\Transformation +"fibre-reinforced concrete production, steel","fibre-reinforced concrete, steel",material,Construction\Concrete\Transformation +"fibre, flax, short, scutched to generic market for silky fibres",silky fibre,material,Textiles\Transformation +"fibre, silk, short to generic market for silky fibres",silky fibre,material,Textiles\Market +"fibre, silk, short, Recycled Content cut-off","fibre, silk, short",material,Textiles\Transformation +"fibre, viscose to generic market for silky fibres",silky fibre,material,Textiles\Market +"fibreboard production, hard","bark chips, wet, measured as dry mass",material,Wood\Byproducts\Transformation +"fibreboard production, hard","residual wood, dry",material,Wood\Byproducts\Transformation +"fibreboard production, hard","fibreboard, hard",material,Wood\Products\Transformation +"fibreboard production, soft, from wet & dry processes","bark chips, wet, measured as dry mass",material,Wood\Byproducts\Transformation +"fibreboard production, soft, from wet & dry processes","residual wood, dry",material,Wood\Byproducts\Transformation +"fibreboard production, soft, from wet & dry processes","fibreboard, soft",material,Wood\Products\Transformation +"fibreboard production, soft, from wet processes","fibreboard, soft",material,Wood\Products\Transformation +"fibreboard production, soft, latex bonded","fibreboard, soft, latex bonded",material,Others\Obsolete +"fibreboard production, soft, without adhesives","fibreboard, soft, without adhesives",material,Others\Obsolete +field application of,"ash, from combustion of bagasse from sugar cane",waste treatment,Others\Obsolete +field application of ammonium chloride,"nitrogen fertiliser, as N",material,Others\Obsolete +"field application of ash, from combustion of bagasse from sugar cane","phosphate fertiliser, as P2O5",material,Others\Obsolete +"field application of ash, from combustion of bagasse from sugar cane","potassium fertiliser, as K2O",material,Others\Obsolete +field application of calcium nitrate,"nitrogen fertiliser, as N",material,Others\Obsolete +field application of compost,"nitrogen fertiliser, as N",material,Others\Obsolete +field application of compost,"phosphate fertiliser, as P2O5",material,Others\Obsolete +field application of compost,"potassium fertiliser, as K2O",material,Others\Obsolete +field application of potassium nitrate,"nitrogen fertiliser, as N",material,Others\Obsolete +field application of potassium nitrate,"potassium fertiliser, as K2O",material,Others\Obsolete +"field application of poultry manure, dried","nitrogen fertiliser, as N",material,Others\Obsolete +"field application of poultry manure, dried","phosphate fertiliser, as P2O5",material,Others\Obsolete +"field application of poultry manure, dried","potassium fertiliser, as K2O",material,Others\Obsolete +"field application of vinasse, from fermentation of sugar beet","nitrogen fertiliser, as N",material,Others\Obsolete +"field application of vinasse, from fermentation of sugar beet","phosphate fertiliser, as P2O5",material,Others\Obsolete +"field application of vinasse, from fermentation of sugar beet","potassium fertiliser, as K2O",material,Others\Obsolete +"field application of vinasse, from fermentation of sugar beet molasses","nitrogen fertiliser, as N",material,Others\Obsolete +"field application of vinasse, from fermentation of sugar beet molasses","phosphate fertiliser, as P2O5",material,Others\Obsolete +"field application of vinasse, from fermentation of sugar beet molasses","potassium fertiliser, as K2O",material,Others\Obsolete +"field application of vinasse, from fermentation of sugarcane","nitrogen fertiliser, as N",material,Others\Obsolete +"field application of vinasse, from fermentation of sugarcane","phosphate fertiliser, as P2O5",material,Others\Obsolete +"field application of vinasse, from fermentation of sugarcane","potassium fertiliser, as K2O",material,Others\Obsolete +"field application of vinasse, from fermentation of sugarcane molasses","nitrogen fertiliser, as N",material,Others\Obsolete +"field application of vinasse, from fermentation of sugarcane molasses","phosphate fertiliser, as P2O5",material,Others\Obsolete +"field application of vinasse, from fermentation of sugarcane molasses","potassium fertiliser, as K2O",material,Others\Obsolete +"field application of vinasse, from fermentation of sweet sorghum","nitrogen fertiliser, as N",material,Others\Obsolete +"field application of vinasse, from fermentation of sweet sorghum","phosphate fertiliser, as P2O5",material,Others\Obsolete +"field application of vinasse, from fermentation of sweet sorghum","potassium fertiliser, as K2O",material,Others\Obsolete +"field leveling, sugarcane","field leveling, sugarcane",processing,Agricultural\Transformation +"film extrusion process, lithium","film extrusion, lithium",material,Others\Obsolete +"filter cake, from sugarcane juice filtration, Recycled Content cut-off","filter cake, from sugarcane juice filtration",material,Chemicals\Fertilisers (organic)\Transformation +"filtering, through water ion exchanger","filtering, through water ion exchanger",material,Others\Obsolete +"finishing, textile, knit cotton","finishing, textile, knit cotton",processing,Textiles\Transformation +"finishing, textile, woven cotton","finishing, textile, woven cotton",processing,Textiles\Transformation +fire figting equipment ti epr,fire figting equipment ti epr,energy,Electricity by fuel\Nuclear\PWR\Transformation\Infrastructure +fire figting equipment ti epr,fire figting equipment ti epr,energy,Electricity by fuel\Nuclear\PWR\Transformation\Infrastructure +"fire suppression system production, for lis battery",fire suppression system,material,Electronics\Battery\Transformation +fish canning plant construction and maintenance,fish canning plant,material,Agricultural\Food\Transformation\Infrastructure +"fish canning, large fish","fish canning, large fish",processing,Agricultural\Transformation +"fish canning, small fish","fish canning, small fish",processing,Agricultural\Transformation +fish curing plant construction and maintenance,fish curing plant,processing,Agricultural\Transformation\Infrastructure +"fish curing, small fish","fish curing, small fish",processing,Agricultural\Transformation +fish freezing plant construction and maintenance,fish freezing plant,processing,Agricultural\Transformation\Infrastructure +"fish freezing, small fish","fish freezing, small fish",processing,Agricultural\Transformation +fish oil to generic market for energy feed,"energy feed, gross",material,Agricultural\Animal feed\Market +"fish residues, Recycled Content cut-off",fish residues,material,Agricultural\Animal production\Fish\Transformation +fishmeal and fish oil plant construction and maintenance,fishmeal plant,material,Agricultural\Animal feed\Transformation\Infrastructure +"fishmeal and fish oil production, 63-65% protein, from fish residues","fish oil, from anchovy",material,Agricultural\Animal feed\Transformation +"fishmeal and fish oil production, 63-65% protein, from fish residues","fishmeal, 63-65% protein",material,Agricultural\Animal feed\Transformation +"fishmeal and fish oil production, 63-65% protein, from fresh anchovy","fish oil, from anchovy",material,Agricultural\Animal feed\Transformation +"fishmeal and fish oil production, 63-65% protein, from fresh anchovy","fishmeal, 63-65% protein",material,Agricultural\Animal feed\Transformation +"fishmeal and fish oil production, 63-65% protein, from fresh anchovy and fish residues","fish oil, from anchovy",material,Agricultural\Animal feed\Transformation +"fishmeal and fish oil production, 63-65% protein, from fresh anchovy and fish residues","fishmeal, 63-65% protein",material,Agricultural\Animal feed\Transformation +"fishmeal and fish oil production, 65-67% protein","fish oil, from anchovy",material,Agricultural\Animal feed\Transformation +"fishmeal and fish oil production, 65-67% protein","fishmeal, 65-67% protein",material,Agricultural\Animal feed\Transformation +fixed bed reactor for RWGS,fixed bed reactor,material,Fuels\Others\Transformation +flame cutting,flame cutting,material,Others\Obsolete +flat glass factory construction,flat glass factory,material,Glass\Construction\Transformation\Infrastructure +"flat glass production, coated","flat glass, coated",material,Glass\Construction\Transformation +"flat glass production, uncoated","flat glass, uncoated",material,Glass\Construction\Transformation +"flat plate solar collector production, Cu absorber","flat plate solar collector, Cu absorber",energy,Heat\Solar\Transformation\Infrastructure +flattened bamboo production,flattened bamboo,material,Wood\Products\Transformation +flax husks to generic market for energy feed,"energy feed, gross",material,Agricultural\Animal feed\Market +flax husks to generic market for energy feed,"protein feed, 100% crude",material,Agricultural\Animal feed\Market +flax production,"flax plant, harvested",material,Agricultural\Intermediate products\Transformation +"flax straw production, dew-retted","flax straw, dew-retted",material,Agricultural\Intermediate products\Transformation +"fleece production, polyethylene","fleece, polyethylene",material,Plastics\Thermoplasts\Transformation +"flexible duct production, aluminium/PET, DN of 125","flexible duct, aluminium/PET, DN of 125",material,Construction\Ventilation\Transformation +floating collar net cage for aquaculture 25 m construction and maintenance,floating collar cage,material,Agricultural\Animal production\Fish\Transformation\Infrastructure +floating hexagonal metal cage for aquaculture 6 m construction and maintenance,floating hexagonal metal cage,material,Agricultural\Animal production\Fish\Transformation\Infrastructure +fluazifop-butyl production,fluazifop-butyl,material,Chemicals\Organic\Transformation +"fluorescent whitening agent production, DAS1, triazinylaminostilben type","fluorescent whitening agent, DAS1, triazinylaminostilben type",material,Chemicals\Washing agents\Auxiliaries\Transformation +"fluorescent whitening agent production, distyrylbiphenyl type","fluorescent whitening agent, distyrylbiphenyl type",material,Chemicals\Washing agents\Auxiliaries\Transformation +fluorination of sodium tetrahydridoborate,diborane,material,Chemicals\Inorganic\Transformation +fluorination of sodium tetrahydridoborate,sodium tetrafluoroborate,material,Chemicals\Inorganic\Transformation +"fluorine production, liquid","fluorine, liquid",material,Chemicals\Gases\Liquified\Transformation +"fluorspar production, 97% purity","fluorspar, 97% purity",material,Minerals\Transformation +"fluting medium production, semichemical","electricity, medium voltage",energy,Others\Obsolete +"fluting medium production, semichemical","heat, district or industrial, other than natural gas",energy,Others\Obsolete +"fluting medium production, semichemical","residual hardwood, wet",material,Others\Obsolete +"flux production, for wave soldering","flux, for wave soldering",material,Chemicals\Others\Transformation +flyash brick production,flyash brick,material,Chemicals\Inorganic\Transformation +flyash brick production,hard coal ash,waste treatment,Others\Transformation +foam glass factory construction,foam glass factory,material,Construction\Insulation\Transformation\Infrastructure +foam glass production,foam glass,material,Construction\Insulation\Transformation +"foam glass production, electricity from renewable energy products","foam glass, electricity from renewable energy products",material,Construction\Insulation\Transformation +"foam glass production, electricity, label-certified","foam glass, electricity, label-certified",material,Others\Obsolete +"foam glass production, without cullet",foam glass,material,Construction\Insulation\Transformation +"foam glass production, without cullet, electricity from renewable energy products","foam glass, electricity from renewable energy products",material,Construction\Insulation\Transformation +foaming agent production,foaming agent,material,Chemicals\Washing agents\Tensides\Transformation +"fodder beet production, Swiss integrated production, intensive","fodder beet, Swiss integrated production",material,Agricultural\Animal feed\Transformation +"fodder beet seed production, for sowing","fodder beet seed, for sowing",material,Agricultural\Plant seeds\Transformation +"fodder loading, by self-loading trailer","fodder loading, by self-loading trailer",processing,Agricultural\Transformation +fodder yeast to generic market for protein feed,"energy feed, gross",material,Agricultural\Animal feed\Market +fodder yeast to generic market for protein feed,"protein feed, 100% crude",material,Agricultural\Animal feed\Market +folding boxboard carton production,turpentine,material,Chemicals\Others\Transformation +folding boxboard carton production,folding boxboard carton,material,Paper+ Board\Packagings\Transformation +folding boxboard carton production,"bark chips, wet, measured as dry mass",material,Wood\Byproducts\Transformation +folpet production,folpet,material,Chemicals\Pesticides\Transformation +forestry harvester production,forestry harvester,transport,Road\Transformation\Infrastructure +"forging, steel, large open die","forging, steel",processing,Metals\Chipless shaping\Transformation +forklift operation,forklift operation,material,Others\Obsolete +"formaldehyde production, methanol oxidation",formaldehyde,material,Fuels\Biofuels\Ethanol\Transformation +"formaldehyde production, methanol oxidation","steam, in chemical industry",material,Fuels\Biofuels\Ethanol\Transformation +"formaldehyde production, methanol oxidation ",formaldehyde,material,Fuels\Biofuels\Ethanol\Transformation +"formaldehyde production, methanol oxidation ","steam, in chemical industry",material,Fuels\Biofuels\Ethanol\Transformation +"formaldehyde production, methanol oxidation ","steam, in chemical industry",material,Fuels\Biofuels\Ethanol\Transformation +"formaldehyde production, methanol oxidation ",formaldehyde,material,Fuels\Biofuels\Ethanol\Transformation +"formic acid production, methyl formate route",formic acid,material,Chemicals\Acids (organic)\Transformation +forwarder production,forwarder,transport,Road\Transformation\Infrastructure +"forwarder production, with terrain chipper",terrain chipper on forwarder,transport,Road\Transformation\Infrastructure +"forwarding, forwarder","forwarding, forwarder",processing,Agricultural\Transformation +fosetyl-Al production,fosetyl-Al,material,Chemicals\Pesticides\Transformation +fosetyl-Al production,sodium nitrate,material,Chemicals\Pesticides\Transformation +"fraction 1 from naphtha separation to generic market for chemical, organic","chemical, organic",material,Chemicals\Organic\Market +"fraction 7 from naphtha separation to generic market for chemical, organic","chemical, organic",material,Chemicals\Organic\Market +"fraction 8 from naphtha separation to generic market for chemical, organic","chemical, organic",material,Chemicals\Organic\Market +"frame, blanks and saddle, for lorry","frame, blanks and saddle, for lorry",transport,Road\Transformation\Infrastructure +"freight ship production, transoceanic","freight ship, transoceanic",transport,Others\Obsolete +"frit production, for cathode ray tube display","frit, for cathode ray tube display",material,Electronics\Component\Transformation +"frit production, for ceramic tile","frit, for ceramic tile",material,Construction\Ceramics\Transformation +"frozen fish sticks production, hake","protein feed, 100% crude",material,Agricultural\Animal feed\Transformation +"frozen fish sticks production, hake","frozen fish sticks, hake",material,Agricultural\Food\Transformation +"fruit tree seedling production, for planting","fruit tree seedling, for planting",material,Agricultural\Plant seeds\Transformation +"fuel cell balance of plant production, 1 kwe, proton exchange membrane (pem)","fuel cell balance of plant, 1 kwe, proton exchange membrane (pem)",energy,Cogeneration\Gas\Transformation\Infrastructure +"fuel cell production, polymer electrolyte membrane, 2kW electrical, future","fuel cell, polymer electrolyte membrane, 2kW electrical, future",energy,Cogeneration\Gas\Transformation\Infrastructure +"fuel cell production, solid oxide, 125kW electrical, future","fuel cell, solid oxide, 125kW electrical, future",energy,Cogeneration\Gas\Transformation\Infrastructure +"fuel cell production, solid oxide, with micro gas turbine, 180kW electrical, future","fuel cell, solid oxide, with micro gas turbine, 180kW electrical, future",energy,Cogeneration\Gas\Transformation\Infrastructure +"fuel cell production, stack polymer electrolyte membrane, 2kW electrical, future","fuel cell, stack polymer electrolyte membrane, 2kW electrical, future",energy,Cogeneration\Gas\Transformation\Infrastructure +"fuel cell production, stack solid oxide, 125kW electrical, future","fuel cell, stack solid oxide, 125kW electrical, future",energy,Cogeneration\Gas\Transformation\Infrastructure +"fuel cell stack production, 1 kwe, proton exchange membrane (pem)","fuel cell stack, 1 kwe, proton exchange membrane (pem)",energy,Cogeneration\Gas\Transformation\Infrastructure +"fuel cell system assembly, 1 kwe, proton exchange membrane (pem)","fuel cell system, 1 kwe, proton exchange membrane (pem)",energy,Cogeneration\Gas\Transformation\Infrastructure +"fuel elements pwr, uo2 4.8% & mox, at nuclear fuel fabrication plant","fuel elements pwr, uo2 4.8% & mox, at nuclear fuel fabrication plant",material,Others\Obsolete +"fuel elements pwr, uo2 4.8% & mox, at nuclear fuel fabrication plant","fuel elements pwr, uo2 4.8% & mox, at nuclear fuel fabrication plant",material,Others\Obsolete +fuel supply for gasoline vehicles,gasoline blend,transport,Road\Transformation\Infrastructure +"fuel tank, compressed hydrogen gas, 700bar","fuel tank, compressed hydrogen gas, 700bar",transport,Road\Transformation\Infrastructure +"fuel tank, compressed hydrogen gas, 700bar, with aluminium liner",hydrogen tank,transport,Road\Transformation\Infrastructure +"fuel tank, compressed hydrogen gas, 700bar, with HDPE liner",hydrogen tank,transport,Road\Transformation\Infrastructure +"fuel tank, compressed natural gas, 200 bar","fuel tank, compressed natural gas, 200 bar",transport,Road\Transformation\Infrastructure +"fuel tank, for diesel vehicle",fuel tank,transport,Road\Transformation\Infrastructure +"funnel glass production, for cathode ray tube display","funnel glass, for cathode ray tube display",material,Electronics\Component\Transformation +"furnace production, logs, 30kW","furnace, logs, 30kW",energy,Heat\Wood\Transformation\Infrastructure +"furnace production, logs, 6kW","furnace, logs, 6kW",energy,Heat\Wood\Transformation\Infrastructure +"furnace production, logs, average storage area, 100kW","furnace, logs, average storage area, 100kW",energy,Heat\Wood\Transformation\Infrastructure +"furnace production, logs, average storage area, 30kW","furnace, logs, average storage area, 30kW",energy,Heat\Wood\Transformation\Infrastructure +"furnace production, logs, average storage area, 6kW","furnace, logs, average storage area, 6kW",energy,Heat\Wood\Transformation\Infrastructure +"furnace production, logs, hardwood storage area, 100kW","furnace, logs, hardwood storage area, 100kW",energy,Heat\Wood\Transformation\Infrastructure +"furnace production, logs, hardwood storage area, 30kW","furnace, logs, hardwood storage area, 30kW",energy,Heat\Wood\Transformation\Infrastructure +"furnace production, logs, hardwood storage area, 6kW","furnace, logs, hardwood storage area, 6kW",energy,Heat\Wood\Transformation\Infrastructure +"furnace production, logs, softwood storage area, 100kW","furnace, logs, softwood storage area, 100kW",energy,Heat\Wood\Transformation\Infrastructure +"furnace production, logs, softwood storage area, 30kW","furnace, logs, softwood storage area, 30kW",energy,Heat\Wood\Transformation\Infrastructure +"furnace production, logs, softwood storage area, 6kW","furnace, logs, softwood storage area, 6kW",energy,Heat\Wood\Transformation\Infrastructure +"furnace production, pellet, 15kW","furnace, pellet, 15kW",energy,Heat\Wood\Transformation\Infrastructure +"furnace production, pellet, 50kW","furnace, pellet, 50kW",energy,Heat\Wood\Transformation\Infrastructure +"furnace production, pellets, 25kW","furnace, pellets, 25kW",energy,Heat\Wood\Transformation\Infrastructure +"furnace production, pellets, 9kW","furnace, pellets, 9kW",energy,Heat\Wood\Transformation\Infrastructure +"furnace production, pellets, with silo, 300kW","furnace, pellets, with silo, 300kW",energy,Heat\Wood\Transformation\Infrastructure +"furnace production, wood chips, average storage area, 1000kW","furnace, wood chips, average storage area, 1000kW",energy,Heat\Wood\Transformation\Infrastructure +"furnace production, wood chips, average storage area, 300kW","furnace, wood chips, average storage area, 300kW",energy,Heat\Wood\Transformation\Infrastructure +"furnace production, wood chips, average storage area, 50kW","furnace, wood chips, average storage area, 50kW",energy,Heat\Wood\Transformation\Infrastructure +"furnace production, wood chips, hardwood storage area, 1000kW","furnace, wood chips, hardwood storage area, 1000kW",energy,Heat\Wood\Transformation\Infrastructure +"furnace production, wood chips, hardwood storage area, 300kW","furnace, wood chips, hardwood storage area, 300kW",energy,Heat\Wood\Transformation\Infrastructure +"furnace production, wood chips, hardwood storage area, 50kW","furnace, wood chips, hardwood storage area, 50kW",energy,Heat\Wood\Transformation\Infrastructure +"furnace production, wood chips, softwood storage area, 1000kW","furnace, wood chips, softwood storage area, 1000kW",energy,Heat\Wood\Transformation\Infrastructure +"furnace production, wood chips, softwood storage area, 300kW","furnace, wood chips, softwood storage area, 300kW",energy,Heat\Wood\Transformation\Infrastructure +"furnace production, wood chips, softwood storage area, 50kW","furnace, wood chips, softwood storage area, 50kW",energy,Heat\Wood\Transformation\Infrastructure +"furnace production, wood chips, with silo, 1000kW","furnace, wood chips, with silo, 1000kW",energy,Heat\Wood\Transformation\Infrastructure +"furnace production, wood chips, with silo, 300kW","furnace, wood chips, with silo, 300kW",energy,Heat\Wood\Transformation\Infrastructure +"furnace production, wood chips, with silo, 5000kW","furnace, wood chips, with silo, 5000kW",energy,Heat\Wood\Transformation\Infrastructure +"furnace production, wood chips, with silo, 50kW","furnace, wood chips, with silo, 50kW",energy,Heat\Wood\Transformation\Infrastructure +"furniture production, wooden","furniture, wooden",material,Appliances\Transformation\Infrastructure +"furniture production, wooden","wood chips, dry, measured as dry mass",material,Wood\Byproducts\Transformation +"furrow covering, for sugarcane","furrow covering, sugarcane",processing,Agricultural\Transformation +"furrowing, sugarcane","furrowing, sugarcane",processing,Agricultural\Transformation +gadolinium oxide to generic market for mischmetal,mischmetal,material,Metals\Non ferro\Market +"gallium production, semiconductor-grade","gallium, semiconductor-grade",material,Metals\Non ferro\Transformation +"gallium, in Bayer liquor from aluminium production","gallium, in Bayer liquor from aluminium production",material,Metals\Non ferro\Transformation +"garage construction, wood, non-insulated, fire-protected","garage, wood, non-insulated, fire-protected",material,Construction\Others\Transformation\Infrastructure +gas boiler production,gas boiler,energy,Heat\Gas\Transformation\Infrastructure +"gas motor production, 206kW","gas motor, 206kW",energy,Cogeneration\Gas\Transformation\Infrastructure +"gas motor production, mini CHP plant","gas motor, mini CHP plant",energy,Cogeneration\Gas\Transformation\Infrastructure +"gas power plant construction, 100MW electrical","gas power plant, 100MW electrical",energy,Electricity by fuel\Gas\Transformation\Infrastructure +"gas power plant construction, 300MW electrical","gas power plant, 300MW electrical",energy,Electricity by fuel\Gas\Transformation\Infrastructure +"gas power plant construction, combined cycle, 400MW electrical","gas power plant, combined cycle, 400MW electrical",energy,Cogeneration\Gas\Transformation\Infrastructure +"gas turbine construction, 10MW electrical","gas turbine, 10MW electrical",energy,Electricity by fuel\Gas\Transformation\Infrastructure +"gas turbine construction, 80MW electrical, for compressed air energy storage","gas turbine, 80MW, for compressed air energy storage",energy,Electricity by fuel\Gas\Transformation\Infrastructure +gas-to-liquid plant construction,gas-to-liquid plant,material,Fuels\Others\Transformation +"gasket production, fkm, for vrfb system","gasket, fkm",material,Others\Obsolete +"gasoline production, from methanol, from wood, with CCS, economic allocation","gasoline, synthetic",material,Fuels\Others\Transformation +"gasoline production, from methanol, from wood, with CCS, energy allocation","gasoline, synthetic",material,Fuels\Others\Transformation +"gasoline production, from methanol, hydrogen from coal gasification, economic allocation","gasoline, synthetic",material,Fuels\Others\Transformation +"gasoline production, from methanol, hydrogen from coal gasification, energy allocation","gasoline, synthetic",material,Fuels\Others\Transformation +"gasoline production, from methanol, hydrogen from coal gasification, with CCS, economic allocation","gasoline, synthetic",material,Fuels\Others\Transformation +"gasoline production, from methanol, hydrogen from coal gasification, with CCS, energy allocation","gasoline, synthetic",material,Fuels\Biofuels\Ethanol\Transformation +"gasoline production, from methanol, hydrogen from electrolysis, CO2 from cement plant, economic allocation","gasoline, synthetic",material,Fuels\Others\Transformation +"gasoline production, from methanol, hydrogen from electrolysis, CO2 from cement plant, energy allocation","gasoline, synthetic",material,Fuels\Others\Transformation +"gasoline production, from methanol, hydrogen from electrolysis, CO2 from DAC, economic allocation","gasoline, synthetic",material,Fuels\Others\Transformation +"gasoline production, from methanol, hydrogen from electrolysis, CO2 from DAC, energy allocation","gasoline, synthetic",material,Fuels\Biofuels\Ethanol\Transformation +"gasoline production, synthetic, from methanol, from wood, with CCS, economic allocation, at fuelling station","gasoline, synthetic, vehicle grade",material,Fuels\Others\Transformation +"gasoline production, synthetic, from methanol, from wood, with CCS, energy allocation, at fuelling station","gasoline, synthetic, vehicle grade",material,Fuels\Others\Transformation +"gasoline production, synthetic, from methanol, hydrogen from coal gasification, economic allocation, at fuelling station","gasoline, synthetic, vehicle grade",material,Fuels\Others\Transformation +"gasoline production, synthetic, from methanol, hydrogen from coal gasification, energy allocation, at fuelling station","gasoline, synthetic, vehicle grade",material,Fuels\Others\Transformation +"gasoline production, synthetic, from methanol, hydrogen from coal gasification, with CCS, economic allocation, at fuelling station","gasoline, synthetic, vehicle grade",material,Fuels\Others\Transformation +"gasoline production, synthetic, from methanol, hydrogen from coal gasification, with CCS, energy allocation, at fuelling station","gasoline, synthetic, vehicle grade",material,Fuels\Biofuels\Ethanol\Transformation +"gasoline production, synthetic, from methanol, hydrogen from electrolysis, CO2 from cement plant, economic allocation, at fuelling station","gasoline, synthetic, vehicle grade",material,Fuels\Others\Transformation +"gasoline production, synthetic, from methanol, hydrogen from electrolysis, CO2 from cement plant, energy allocation, at fuelling station","gasoline, synthetic, vehicle grade",material,Fuels\Others\Transformation +"gasoline production, synthetic, from methanol, hydrogen from electrolysis, CO2 from DAC, economic allocation, at fuelling station","gasoline, synthetic, vehicle grade",material,Fuels\Others\Transformation +"gasoline production, synthetic, from methanol, hydrogen from electrolysis, CO2 from DAC, energy allocation, at fuelling station","gasoline, synthetic, vehicle grade",material,Fuels\Biofuels\Ethanol\Transformation +"gearbox, for lorry","gearbox, for lorry",transport,Road\Transformation\Infrastructure +generator epr,generator epr,energy,Electricity by fuel\Nuclear\PWR\Transformation\Infrastructure +generator epr,generator epr,energy,Electricity by fuel\Nuclear\PWR\Transformation\Infrastructure +"generator production, 200kW electrical","generator, 200kW electrical",energy,Cogeneration\Gas\Transformation\Infrastructure +"generator production, mini CHP plant","generator, mini CHP plant",energy,Cogeneration\Gas\Transformation\Infrastructure +geological hydrogen storage,hydrogen storage,material,Chemicals\Gases\Market +geothermal heat plant construction,geothermal heat plant,energy,Heat\Others\Transformation +geothermal power plant construction,"geothermal power plant, 5.5MWel",energy,Electricity by fuel\Geothermal\Transformation\Infrastructure +"geothermal power plant construction, Hot-Dry-Rock","geothermal power plant, Hot-Dry-Rock",energy,Electricity by fuel\Geothermal\Transformation\Infrastructure +"geothermal power plant construction, undefined type","geothermal power plant, undefined type",energy,Electricity by fuel\Geothermal\Transformation\Infrastructure +"glass cullet supply, for Saint-Gobain ISOVER SA","glass cullet, for Saint-Gobain ISOVER SA",material,Glass\Waste glass\Transformation +"glass cullet supply, from fluorescent lamps, for Saint-Gobain ISOVER SA","glass cullet, from fluorescent lamps treatment",waste treatment,Electronics waste\Transformation +"glass cullet, for Saint-Gobain ISOVER SA, Recycled Content cut-off","glass cullet, for Saint-Gobain ISOVER SA",material,Glass\Packaging\Transformation +"glass cullet, sorted, Recycled Content cut-off","glass cullet, sorted",material,Glass\Packaging\Transformation +"glass cullets, recovered from c-Si PV module treatment","glass cullets, recovered from c-Si PV module treatment",energy,Electricity by fuel\Photovoltaic\Market\Infrastructure +"glass cullets, recovered from CdTe PV module treatment","glass cullets, recovered from CdTe PV module treatment",energy,Electricity by fuel\Photovoltaic\Market\Infrastructure +glass etching factory construction,glass etching factory,material,Glass\Construction\Transformation\Infrastructure +glass fibre production,glass fibre,material,Glass\Construction\Transformation +"glass fibre reinforced plastic production, polyamide, injection moulded","glass fibre reinforced plastic, polyamide, injection moulded",material,Plastics\Thermoplasts\Transformation +"glass fibre reinforced plastic production, polyester resin, hand lay-up","glass fibre reinforced plastic, polyester resin, hand lay-up",material,Plastics\Thermosets\Transformation +glass flake paint 35851 painting,glass flake paint 35851,material,Others\Obsolete +glass flake paint 35851 production,glass flake paint 35851,material,Others\Obsolete +"glass production, for liquid crystal display","glass, for liquid crystal display",material,Electronics\Component\Transformation +glass tube factory construction,glass tube factory,material,Glass\Construction\Transformation\Infrastructure +"glass tube production, borosilicate","glass tube, borosilicate",material,Glass\Construction\Transformation +glass wool mat production,glass wool mat,material,Construction\Insulation\Transformation +"glass wool mat production, Saint-Gobain ISOVER SA",glass wool mat,material,Others\Obsolete +"glass wool mat production, with phenolic binder, uncoated, Saint-Gobain ISOVER SA","glass wool mat, uncoated, Saint-Gobain ISOVER SA",material,Construction\Insulation\Transformation +"glass wool mat production, with plant-based binder, uncoated, Saint-Gobain ISOVER SA","glass wool mat, uncoated, Saint-Gobain ISOVER SA",material,Construction\Insulation\Transformation +"glass wool mat production, without cullet",glass wool mat,material,Construction\Insulation\Transformation +"glazing production, double, U<1.1 W/m2K","glazing, double, U<1.1 W/m2K",material,Glass\Construction\Transformation +"glazing production, double, U<1.1 W/m2K, laminated safety glass","glazing, double, U<1.1 W/m2K, laminated safety glass",material,Glass\Construction\Transformation +"glazing production, triple, U<0.5 W/m2K","glazing, triple, U<0.5 W/m2K",material,Glass\Construction\Transformation +glider lightweighting,glider lightweighting,transport,Road\Transformation\Infrastructure +"glider production, electric scooter","glider, for electric scooter",material,Electronics\Component\Transformation +"glider production, passenger car","glider, passenger car",material,Electronics\Component\Transformation +glucose production,glucose,material,Chemicals\Organic\Transformation +glucose production_obsolete,glucose,material,Others\Obsolete +"glued laminated timber production, average glue mix","residual wood, dry",material,Wood\Byproducts\Transformation +"glued laminated timber production, average glue mix","wood chips, dry, measured as dry mass",material,Wood\Byproducts\Transformation +"glued laminated timber production, average glue mix","glued laminated timber, average glue mix",material,Wood\Products\Transformation +"glued laminated timber production, for indoor use","glued laminated timber, for indoor use",material,Others\Obsolete +"glued laminated timber production, for indoor use","residual wood, dry",material,Others\Obsolete +"glued laminated timber production, for indoor use","wood chips, dry, measured as dry mass",material,Others\Obsolete +"glued laminated timber production, for outdoor use","glued laminated timber, for outdoor use",material,Others\Obsolete +"glued laminated timber production, for outdoor use","residual wood, dry",material,Others\Obsolete +"glued laminated timber production, for outdoor use","wood chips, dry, measured as dry mass",material,Others\Obsolete +"glued laminated timber production, MUF-glue","residual wood, dry",material,Wood\Byproducts\Transformation +"glued laminated timber production, MUF-glue","glued laminated timber, MUF-glue",material,Wood\Products\Transformation +"glued laminated timber production, MUF-glue","shavings, softwood, loose, measured as dry mass",processing,Wood\Transformation +"glued laminated timber production, PUR-glue","residual wood, dry",material,Wood\Byproducts\Transformation +"glued laminated timber production, PUR-glue","glued laminated timber, PUR-glue",material,Wood\Products\Transformation +"glued laminated timber production, PUR-glue","shavings, softwood, loose, measured as dry mass",processing,Wood\Transformation +glued solid timber production,"wood chips, dry, measured as dry mass",material,Wood\Byproducts\Transformation +glued solid timber production,glued solid timber,material,Wood\Products\Transformation +gluing mill construction,gluing mill,material,Wood\Products\Transformation\Infrastructure +"glycerin distillate bottom, Recycled Content cut-off",glycerin distillate bottom,material,Chemicals\Organic\Transformation +"glycerine production, from epichlorohydrin",glycerine,material,Chemicals\Organic\Transformation +glycine production,glycine,material,Chemicals\Organic\Transformation +glyoxal production,glyoxal,material,Chemicals\Organic\Transformation +glyphosate production,glyphosate,material,Chemicals\Pesticides\Transformation +"gold mine operation and gold production, unrefined","gold, unrefined",material,Metals\Non ferro\Transformation +gold mine operation and refining,"copper, cathode",material,Metals\Non ferro\Transformation +gold mine operation and refining,gold,material,Metals\Non ferro\Transformation +gold mine operation and refining,lead,material,Metals\Non ferro\Transformation +gold mine operation and refining,silver,material,Metals\Non ferro\Transformation +gold mine operation and refining,zinc,material,Metals\Non ferro\Transformation +gold mine operation with extraction,"gold-silver, ingot",material,Metals\Non ferro\Transformation +gold production,gold,material,Metals\Non ferro\Transformation +gold refinery operation,gold,material,Metals\Non ferro\Transformation +gold to generic market for precious metal for jewellery,precious metal for jewellery,material,Others\Obsolete +gold-silver mine operation and beneficiation,"gold-silver, ingot",material,Metals\Non ferro\Transformation +gold-silver mine operation and beneficiation,"copper concentrate, sulfide ore",material,Minerals\Transformation +gold-silver mine operation and beneficiation,lead concentrate,material,Minerals\Transformation +gold-silver mine operation and beneficiation,zinc concentrate,material,Minerals\Transformation +gold-silver mine operation with refinery,gold,material,Metals\Non ferro\Transformation +gold-silver mine operation with refinery,silver,material,Metals\Non ferro\Transformation +gold-silver-zinc-lead-copper mine operation and refining,copper,material,Others\Obsolete +gold-silver-zinc-lead-copper mine operation and refining,gold,material,Others\Obsolete +gold-silver-zinc-lead-copper mine operation and refining,lead,material,Others\Obsolete +gold-silver-zinc-lead-copper mine operation and refining,silver,material,Others\Obsolete +gold-silver-zinc-lead-copper mine operation and refining,zinc,material,Others\Obsolete +goods wagon production,goods wagon,transport,Rail\Transformation\Infrastructure +granulated blast furnace slag production,granulated blast furnace slag,material,Metals\Waste metals\Transformation +granulated blast furnace slag to generic market for supplementary cementitious materials,supplementary cementitious materials,material,Construction\Coverings\Market +grape production,grape,material,Agricultural\Plant production\Fruits\Transformation +"graphic paper production, 100% recycled","graphic paper, 100% recycled",material,Paper+ Board\Graphic paper\Transformation +graphite ore mining,"graphite ore, mined",material,Chemicals\Organic\Transformation +graphite precursor production,grahite precursor,material,Chemicals\Organic\Transformation +graphite production,graphite,material,Chemicals\Organic\Transformation +"graphite production, battery grade","graphite, battery grade",material,Chemicals\Organic\Transformation +graphite purification,"graphite, purified",material,Chemicals\Organic\Transformation +grass fibre to generic market for energy feed,"energy feed, gross",material,Agricultural\Animal feed\Market +"grass production, organic, intensive","grass, organic",material,Agricultural\Animal feed\Transformation +"grass production, permanent grassland, organic, extensive","grass, organic",material,Agricultural\Animal feed\Transformation +"grass production, permanent grassland, organic, intensive","grass, organic",material,Agricultural\Animal feed\Transformation +"grass production, permanent grassland, Swiss integrated production, extensive","grass, Swiss integrated production",material,Agricultural\Animal feed\Transformation +"grass production, permanent grassland, Swiss integrated production, intensive","grass, Swiss integrated production",material,Agricultural\Animal feed\Transformation +"grass production, Swiss integrated production, intensive","grass, Swiss integrated production",material,Agricultural\Animal feed\Transformation +"grass seed production, organic, for sowing","grass seed, organic, for sowing",material,Agricultural\Plant seeds\Transformation +"grass seed production, Swiss integrated production, at farm","grass seed, Swiss integrated production, at farm",material,Agricultural\Plant seeds\Transformation +"grass seed production, Swiss integrated production, for sowing","grass seed, Swiss integrated production, for sowing",material,Agricultural\Plant seeds\Transformation +"grass silage production, organic","grass silage, organic",material,Agricultural\Animal feed\Transformation +"grass silage production, Swiss integrated production, intensive","grass silage, Swiss integrated production",material,Agricultural\Animal feed\Transformation +gravel and sand quarry operation,"gravel, round",material,Minerals\Transformation +gravel and sand quarry operation,sand,material,Minerals\Transformation +"gravel production, crushed","gravel, crushed",material,Minerals\Transformation +gravel/sand quarry construction,gravel/sand quarry infrastructure,material,Minerals\Transformation\Infrastructure +green asparagus production,green asparagus,material,Agricultural\Plant production\Vegetables\Transformation +"green manure growing, organic, until April","green manure, organic, until April",material,Chemicals\Fertilisers (organic)\Transformation +"green manure growing, organic, until February","green manure, organic, until February",material,Chemicals\Fertilisers (organic)\Transformation +"green manure growing, organic, until January","green manure, organic, until January",material,Chemicals\Fertilisers (organic)\Transformation +"green manure growing, organic, until March","green manure, organic, until March",material,Chemicals\Fertilisers (organic)\Transformation +"green manure growing, Swiss integrated production, until April","green manure, Swiss integrated production, until April",material,Chemicals\Fertilisers (organic)\Transformation +"green manure growing, Swiss integrated production, until February","green manure, Swiss integrated production, until February",material,Chemicals\Fertilisers (organic)\Transformation +"green manure growing, Swiss integrated production, until January","green manure, Swiss integrated production, until January",material,Chemicals\Fertilisers (organic)\Transformation +"green manure growing, Swiss integrated production, until March","green manure, Swiss integrated production, until March",material,Chemicals\Fertilisers (organic)\Transformation +"greenhouse construction, glass walls and roof, metal tubes","greenhouse, glass walls and roof",material,Agricultural\Plant production\Other\Transformation\Infrastructure +"greenhouse construction, glass walls and roof, plastic tubes","greenhouse, glass walls and roof",material,Agricultural\Plant production\Other\Transformation\Infrastructure +"greenhouse construction, plastic walls and roof, metal tubes","greenhouse, plastic walls and roof",material,Agricultural\Plant production\Other\Transformation\Infrastructure +"greenhouse construction, plastic walls and roof, plastic tubes","greenhouse, plastic walls and roof",material,Agricultural\Plant production\Other\Transformation\Infrastructure +ground granulated blast furnace slag production,ground granulated blast furnace slag,material,Construction\Binders\Transformation +ground granulated blast furnace slag production,blast furnace slag,waste treatment,Others\Obsolete +ground granulated blast furnace slag to generic market for supplementary cementitious materials,supplementary cementitious materials,material,Construction\Coverings\Market +gypsum fibreboard production,gypsum fibreboard,material,Construction\Coverings\Transformation +gypsum plasterboard production,gypsum plasterboard,material,Construction\Coverings\Transformation +gypsum quarry operation,anhydrite rock,material,Chemicals\Inorganic\Transformation +gypsum quarry operation,"gypsum, mineral",material,Minerals\Transformation +"hafnium sponge production, from hafnium tetrachloride",hafnium sponge,material,Metals\Non ferro\Transformation +hair dryer production,hair dryer,material,Appliances\Transformation\Infrastructure +"hake, capture by long liner and landing whole, fresh","demersal fish, fresh",material,Agricultural\Animal production\Fish\Transformation +"hake, capture by long liner and landing whole, fresh","landed hake, fresh",material,Agricultural\Animal production\Fish\Transformation +"hake, capture by trawler and landing whole, fresh","demersal fish, fresh",material,Agricultural\Animal production\Fish\Transformation +"hake, capture by trawler and landing whole, fresh","landed hake, fresh",material,Agricultural\Animal production\Fish\Transformation +"hard carbon, from pitch, for sib battery","hard carbon, from pitch",material,Agricultural\Animal production\Fish\Transformation +"hard chromium coating, electroplating, steel substrate, 0.14 mm thickness","hard chromium coat, electroplating, steel substrate, 0.14 mm thickness",processing,Metals\Coating\Transformation +hard coal briquettes factory construction,hard coal briquettes factory,material,Fuels\Coal\Transformation\Infrastructure +hard coal briquettes production,hard coal briquettes,material,Fuels\Coal\Transformation +hard coal coke factory construction,hard coal coke factory,material,Fuels\Coal\Transformation\Infrastructure +hard coal igcc power plant 450mw,hard coal igcc power plant 450mw,material,Fuels\Coal\Transformation\Infrastructure +hard coal mine operation,"hard coal, run-of-mine",material,Fuels\Coal\Transformation +hard coal mine operation and hard coal preparation,hard coal,material,Fuels\Coal\Transformation +"hard coal mine operation, open cast, dragline","hard coal, run-of-mine",material,Fuels\Coal\Transformation +"hard coal mine operation, open cast, truck and shovel","hard coal, run-of-mine",material,Fuels\Coal\Transformation +"hard coal mine operation, underground","hard coal, run-of-mine",material,Fuels\Coal\Transformation +"hard coal power plant construction, 100MW",hard coal power plant,energy,Electricity by fuel\Coal\Transformation\Infrastructure +"hard coal power plant construction, 500MW",hard coal power plant,energy,Electricity by fuel\Coal\Transformation\Infrastructure +hard coal preparation,hard coal,material,Fuels\Coal\Transformation +hard coal preparation plant construction,hard coal preparation plant,material,Fuels\Coal\Transformation\Infrastructure +"hard coal preparation, coal washing",hard coal,material,Fuels\Coal\Transformation +"hard coal preparation, crushing and destoning",hard coal,material,Fuels\Coal\Transformation +"hard coal, import from AU",hard coal,material,Fuels\Coal\Market\Import +"hard coal, import from Australia",hard coal,material,Fuels\Coal\Market\Import +"hard coal, import from ID",hard coal,material,Fuels\Coal\Market\Import +"hard coal, import from Indonesia",hard coal,material,Fuels\Coal\Market\Import +"hard coal, import from RLA",hard coal,material,Fuels\Coal\Market\Import +"hard coal, import from RNA",hard coal,material,Fuels\Coal\Market\Import +"hard coal, import from RU",hard coal,material,Fuels\Coal\Market\Import +"hard coal, import from ZA",hard coal,material,Fuels\Coal\Market\Import +"hard coal, run-of-mine to market for hard coal",hard coal,material,Fuels\Coal\Transformation +"hard disk drive production, for desktop computer","hard disk drive, for desktop computer",material,Electronics\Module\Transformation +"hard disk drive production, for laptop computer","hard disk drive, for laptop computer",material,Electronics\Module\Transformation +"hardwood forestry, azobe, sustainable forest management","sawlog and veneer log, azobe, measured as solid wood under bark",material,Wood\Extraction\Transformation +"hardwood forestry, beech, sustainable forest management","wood chips, wet, measured as dry mass",material,Wood\Byproducts\Transformation +"hardwood forestry, beech, sustainable forest management","cleft timber, measured as dry mass",material,Wood\Extraction\Transformation +"hardwood forestry, beech, sustainable forest management","pulpwood, hardwood, measured as solid wood under bark",material,Wood\Extraction\Transformation +"hardwood forestry, beech, sustainable forest management","sawlog and veneer log, hardwood, measured as solid wood under bark",material,Wood\Extraction\Transformation +"hardwood forestry, birch, sustainable forest management","wood chips, wet, measured as dry mass",material,Wood\Byproducts\Transformation +"hardwood forestry, birch, sustainable forest management","bundle, energy wood, measured as dry mass",material,Wood\Extraction\Transformation +"hardwood forestry, birch, sustainable forest management","cleft timber, measured as dry mass",material,Wood\Extraction\Transformation +"hardwood forestry, birch, sustainable forest management","pulpwood, hardwood, measured as solid wood under bark",material,Wood\Extraction\Transformation +"hardwood forestry, birch, sustainable forest management","sawlog and veneer log, hardwood, measured as solid wood under bark",material,Wood\Extraction\Transformation +"hardwood forestry, eucalyptus ssp., planted forest management","cleft timber, measured as dry mass",material,Wood\Extraction\Transformation +"hardwood forestry, eucalyptus ssp., sustainable forest management","sawlog and veneer log, eucalyptus ssp., measured as solid wood under bark",material,Wood\Extraction\Transformation +"hardwood forestry, meranti, sustainable forest management","sawlog and veneer log, meranti, measured as solid wood under bark",material,Wood\Extraction\Transformation +"hardwood forestry, mixed species, sustainable forest management","cleft timber, measured as dry mass",material,Others\Obsolete +"hardwood forestry, mixed species, sustainable forest management","pulpwood, hardwood, measured as solid wood under bark",material,Others\Obsolete +"hardwood forestry, mixed species, sustainable forest management","sawlog and veneer log, hardwood, measured as solid wood under bark",material,Others\Obsolete +"hardwood forestry, mixed species, sustainable forest management","wood chips, wet, measured as dry mass",material,Others\Obsolete +"hardwood forestry, oak, sustainable forest management","wood chips, wet, measured as dry mass",material,Wood\Byproducts\Transformation +"hardwood forestry, oak, sustainable forest management","cleft timber, measured as dry mass",material,Wood\Extraction\Transformation +"hardwood forestry, oak, sustainable forest management","pulpwood, hardwood, measured as solid wood under bark",material,Wood\Extraction\Transformation +"hardwood forestry, oak, sustainable forest management","sawlog and veneer log, hardwood, measured as solid wood under bark",material,Wood\Extraction\Transformation +"harvest, primary forest",roundwood,material,Others\Obsolete +"harvest, secondary forest",roundwood,material,Others\Obsolete +"harvest, shrubland",roundwood,material,Others\Obsolete +harvester production,harvester,processing,Agricultural\Transformation\Infrastructure +"harvesting, by complete harvester, beets","harvesting, by complete harvester, beets",processing,Agricultural\Transformation +"harvesting, by complete harvester, ground crops","harvesting, by complete harvester, ground crops",processing,Agricultural\Transformation +"harvesting, by complete harvester, potatoes","harvesting, by complete harvester, potatoes",processing,Agricultural\Transformation +"harvesting, by potato harvester","harvesting, by potato harvester",processing,Agricultural\Transformation +"harvesting, by sweet corn picker","harvesting, by sweet corn picker",processing,Others\Obsolete +"harvesting, forestry harvester","harvesting, forestry harvester",processing,Agricultural\Transformation +"harvesting, sugarcane","harvesting, sugarcane",processing,Agricultural\Transformation +"harvesting, use of harvesting cart","harvesting, use of harvesting cart",processing,Others\Obsolete +"harvesting/bundling, energy wood harvester","harvesting/bundling, energy wood harvester",processing,Agricultural\Transformation +hay production,hay,material,Agricultural\Plant production\Roughage\Transformation +"hay production, organic, intensive","hay, organic, intensive",material,Agricultural\Plant production\Roughage\Transformation +"hay production, Swiss integrated production, extensive","hay, Swiss integrated production, extensive",material,Agricultural\Plant production\Roughage\Transformation +"hay production, Swiss integrated production, intensive","hay, Swiss integrated production, intensive",material,Agricultural\Plant production\Roughage\Transformation +"haying, by rotary tedder","haying, by rotary tedder",processing,Agricultural\Transformation +hazardous waste incineration facility construction,hazardous waste incineration facility,processing,Waste\Transformation\Infrastructure +HDPE tank liner,hDPE tank liner,transport,Road\Transformation\Infrastructure +"heat and power co-generation unit construction, 160kW electrical, common components for heat+electricity","heat and power co-generation unit, 160kW electrical, common components for heat+electricity",energy,Cogeneration\Gas\Transformation\Infrastructure +"heat and power co-generation unit construction, 160kW electrical, components for electricity only","heat and power co-generation unit, 160kW electrical, components for electricity only",energy,Cogeneration\Gas\Transformation\Infrastructure +"heat and power co-generation unit construction, 160kW electrical, components for heat only","heat and power co-generation unit, 160kW electrical, components for heat only",energy,Cogeneration\Gas\Transformation\Infrastructure +"heat and power co-generation unit construction, 1MW electrical, common components for heat+electricity","heat and power co-generation unit, 1MW electrical, common components for heat+electricity",energy,Cogeneration\Gas\Transformation\Infrastructure +"heat and power co-generation unit construction, 1MW electrical, components for electricity only","heat and power co-generation unit, 1MW electrical, components for electricity only",energy,Cogeneration\Gas\Transformation\Infrastructure +"heat and power co-generation unit construction, 1MW electrical, components for heat only","heat and power co-generation unit, 1MW electrical, components for heat only",energy,Cogeneration\Gas\Transformation\Infrastructure +"heat and power co-generation unit construction, 1MWel","heat and power co-generation unit, organic Rankine cycle, 1MWe, 6.4 MWth",energy,Cogeneration\Gas\Transformation\Infrastructure +"heat and power co-generation unit construction, 1MWel, 6.4 MWth","solvent, organic",material,Chemicals\Organic\Transformation +"heat and power co-generation unit construction, 1MWel, 6.4 MWth","heat and power co-generation unit, 1MWel, 6.4MWth",energy,Cogeneration\Gas\Transformation\Infrastructure +"heat and power co-generation unit construction, 200kW electrical, common components for heat+electricity","heat and power co-generation unit, 200kW electrical, common components for heat+electricity",energy,Cogeneration\Gas\Transformation\Infrastructure +"heat and power co-generation unit construction, 200kW electrical, components for electricity only","heat and power co-generation unit, 200kW electrical, components for electricity only",energy,Cogeneration\Gas\Transformation\Infrastructure +"heat and power co-generation unit construction, 200kW electrical, components for heat only","heat and power co-generation unit, 200kW electrical, components for heat only",energy,Cogeneration\Gas\Transformation\Infrastructure +"heat and power co-generation unit construction, 200kW electrical, diesel SCR, common components for heat+electricity","heat and power co-generation unit, 200kW electrical, diesel SCR, common components for heat+electricity",energy,Cogeneration\Oil\Transformation\Infrastructure +"heat and power co-generation unit construction, 200kW electrical, diesel SCR, components for electricity only","heat and power co-generation unit, 200kW electrical, diesel SCR, components for electricity only",energy,Cogeneration\Oil\Transformation\Infrastructure +"heat and power co-generation unit construction, 200kW electrical, diesel SCR, components for heat only","heat and power co-generation unit, 200kW electrical, diesel SCR, components for heat only",energy,Cogeneration\Oil\Transformation\Infrastructure +"heat and power co-generation unit construction, 500kW electrical, common components for heat+electricity","heat and power co-generation unit, 500kW electrical, common components for heat+electricity",energy,Cogeneration\Gas\Transformation\Infrastructure +"heat and power co-generation unit construction, 500kW electrical, components for electricity only","heat and power co-generation unit, 500kW electrical, components for electricity only",energy,Cogeneration\Gas\Transformation\Infrastructure +"heat and power co-generation unit construction, 500kW electrical, components for heat only","heat and power co-generation unit, 500kW electrical, components for heat only",energy,Cogeneration\Gas\Transformation\Infrastructure +"heat and power co-generation unit construction, 50kW electrical, common components for heat+electricity","heat and power co-generation unit, 50kW electrical, common components for heat+electricity",energy,Cogeneration\Gas\Transformation\Infrastructure +"heat and power co-generation unit construction, 50kW electrical, components for electricity only","heat and power co-generation unit, 50kW electrical, components for electricity only",energy,Cogeneration\Gas\Transformation\Infrastructure +"heat and power co-generation unit construction, 50kW electrical, components for heat only","heat and power co-generation unit, 50kW electrical, components for heat only",energy,Cogeneration\Gas\Transformation\Infrastructure +"heat and power co-generation unit construction, 6400kW thermal, building","heat and power co-generation unit, 6400kW thermal, building",energy,Cogeneration\Wood\Transformation\Infrastructure +"heat and power co-generation unit construction, 6400kW thermal, common components for heat+electricity","heat and power co-generation unit, 6400kW thermal, common components for heat+electricity",energy,Cogeneration\Wood\Transformation\Infrastructure +"heat and power co-generation unit construction, 6400kW thermal, components for electricity only","heat and power co-generation unit, 6400kW thermal, components for electricity only",energy,Cogeneration\Wood\Transformation\Infrastructure +"heat and power co-generation unit construction, organic Rankine cycle, 1000kW electrical","heat and power co-generation unit, organic Rankine cycle, 1000kW electrical",energy,Cogeneration\Gas\Transformation\Infrastructure +"heat and power co-generation unit construction, organic Rankine cycle, 1400kW thermal, building","heat and power co-generation unit, organic Rankine cycle, 1400kW thermal, building",energy,Cogeneration\Wood\Transformation\Infrastructure +"heat and power co-generation unit construction, organic Rankine cycle, 1400kW thermal, common components, heat+el","heat and power co-generation unit, organic Rankine cycle, 1400kW thermal, common components, heat+electricity",energy,Cogeneration\Wood\Transformation\Infrastructure +"heat and power co-generation unit construction, organic Rankine cycle, 1400kW thermal, components for electricity only","heat and power co-generation unit, organic Rankine cycle, 1400kW thermal, components for electricity only",energy,Cogeneration\Wood\Transformation\Infrastructure +"heat and power co-generation unit construction, organic Rankine cycle, 200kW electrical","heat and power co-generation unit, organic Rankine cycle, 200kW electrical",energy,Cogeneration\Gas\Transformation\Infrastructure +"heat and power co-generation unit construction, organic Rankine cycle, 3MW electrical","heat and power co-generation unit, organic Rankine cycle, 3MW electrical",energy,Cogeneration\Gas\Transformation\Infrastructure +"heat and power co-generation, biogas, gas engine","electricity, high voltage",energy,Cogeneration\Biomass\Transformation +"heat and power co-generation, biogas, gas engine","heat, central or small-scale, other than natural gas",energy,Cogeneration\Biomass\Transformation +"heat and power co-generation, biogas, gas engine, renewable energy products","electricity, high voltage, renewable energy products",energy,Cogeneration\Biomass\Transformation +"heat and power co-generation, biogas, gas engine, renewable energy products","heat, central or small-scale, other than natural gas",energy,Cogeneration\Biomass\Transformation +"heat and power co-generation, diesel, 200kW electrical, SCR-NOx reduction","electricity, high voltage",energy,Cogeneration\Oil\Transformation +"heat and power co-generation, diesel, 200kW electrical, SCR-NOx reduction","heat, district or industrial, other than natural gas",energy,Cogeneration\Oil\Transformation +"heat and power co-generation, hard coal","electricity, high voltage",energy,Cogeneration\Coal\Transformation +"heat and power co-generation, hard coal","heat, district or industrial, other than natural gas",energy,Cogeneration\Coal\Transformation +"heat and power co-generation, lignite","electricity, high voltage",energy,Cogeneration\Coal\Transformation +"heat and power co-generation, lignite","heat, district or industrial, other than natural gas",energy,Cogeneration\Coal\Transformation +"heat and power co-generation, natural gas, 160kW electrical, Jakobsberg","electricity, low voltage",energy,Cogeneration\Gas\Transformation +"heat and power co-generation, natural gas, 160kW electrical, Jakobsberg","heat, central or small-scale, natural gas, Jakobsberg",energy,Cogeneration\Gas\Transformation +"heat and power co-generation, natural gas, 160kW electrical, lambda=1","electricity, low voltage",energy,Cogeneration\Gas\Transformation +"heat and power co-generation, natural gas, 160kW electrical, lambda=1","heat, central or small-scale, natural gas",energy,Heat\Gas\Transformation +"heat and power co-generation, natural gas, 1MW electrical, lean burn","electricity, high voltage",energy,Cogeneration\Gas\Transformation +"heat and power co-generation, natural gas, 1MW electrical, lean burn","heat, district or industrial, natural gas",energy,Cogeneration\Gas\Transformation +"heat and power co-generation, natural gas, 200kW electrical, lean burn","electricity, high voltage",energy,Cogeneration\Gas\Transformation +"heat and power co-generation, natural gas, 200kW electrical, lean burn","heat, district or industrial, natural gas",energy,Cogeneration\Gas\Transformation +"heat and power co-generation, natural gas, 500kW electrical, lean burn","electricity, high voltage",energy,Cogeneration\Gas\Transformation +"heat and power co-generation, natural gas, 500kW electrical, lean burn","heat, district or industrial, natural gas",energy,Cogeneration\Gas\Transformation +"heat and power co-generation, natural gas, 50kW electrical, lean burn","electricity, low voltage",energy,Cogeneration\Gas\Transformation +"heat and power co-generation, natural gas, 50kW electrical, lean burn","heat, central or small-scale, natural gas",energy,Heat\Gas\Transformation +"heat and power co-generation, natural gas, combined cycle power plant, 400MW electrical","electricity, high voltage",energy,Cogeneration\Gas\Transformation +"heat and power co-generation, natural gas, combined cycle power plant, 400MW electrical","heat, district or industrial, natural gas",energy,Cogeneration\Gas\Transformation +"heat and power co-generation, natural gas, conventional power plant, 100MW electrical","electricity, high voltage",energy,Cogeneration\Gas\Transformation +"heat and power co-generation, natural gas, conventional power plant, 100MW electrical","heat, district or industrial, natural gas",energy,Cogeneration\Gas\Transformation +"heat and power co-generation, natural gas, mini-plant 2KW electrical","electricity, low voltage",energy,Cogeneration\Gas\Transformation +"heat and power co-generation, natural gas, mini-plant 2KW electrical","heat, central or small-scale, natural gas",energy,Heat\Gas\Transformation +"heat and power co-generation, oil","electricity, high voltage",energy,Cogeneration\Oil\Transformation +"heat and power co-generation, oil","heat, district or industrial, other than natural gas",energy,Heat\Oil\Transformation +"heat and power co-generation, wood chips, 2000 kW","electricity, high voltage",energy,Cogeneration\Biomass\Transformation +"heat and power co-generation, wood chips, 2000 kW","heat, district or industrial, other than natural gas",energy,Heat\Wood\Transformation +"heat and power co-generation, wood chips, 2000 kW, state-of-the-art 2014","electricity, high voltage",energy,Cogeneration\Biomass\Transformation +"heat and power co-generation, wood chips, 2000 kW, state-of-the-art 2014","heat, district or industrial, other than natural gas",energy,Heat\Wood\Transformation +"heat and power co-generation, wood chips, 6667 kW","electricity, high voltage",energy,Cogeneration\Biomass\Transformation +"heat and power co-generation, wood chips, 6667 kW","heat, district or industrial, other than natural gas",energy,Heat\Wood\Transformation +"heat and power co-generation, wood chips, 6667 kW, state-of-the-art 2014","electricity, high voltage",energy,Cogeneration\Biomass\Transformation +"heat and power co-generation, wood chips, 6667 kW, state-of-the-art 2014","heat, district or industrial, other than natural gas",energy,Heat\Others\Transformation +"heat and power co-generation, wood chips, 6667 kW, state-of-the-art 2014, renewable energy products","electricity, high voltage, renewable energy products",energy,Cogeneration\Biomass\Transformation +"heat and power co-generation, wood chips, 6667 kW, state-of-the-art 2014, renewable energy products","heat, district or industrial, other than natural gas",energy,Heat\Wood\Transformation +"heat distribution equipment production, hydronic radiant floor heating, 150m2","heat distribution equipment, hydronic radiant floor heating, 150m2",energy,Heat\Heat pump\Transformation\Infrastructure +"heat exchanger production, for VRFB system","heat exchanger, for VRFB system",energy,Heat\Others\Transformation +"heat production, air-water heat pump 10kW","heat, air-water heat pump 10kW",energy,Heat\Heat pump\Transformation +"heat production, anthracite, at stove 5-15kW","heat, central or small-scale, other than natural gas",energy,Heat\Gas\Transformation +"heat production, at 110 MW concentrating solar power plant, with thermal energy storage",heat,energy,Heat\Others\Transformation +"heat production, at co-generation hard coal-fired power plant, post, pipeline 200km, storage 1000m","heat, district or industrial, other than natural gas",energy,Heat\Others\Transformation +"heat production, at co-generation natural gas-fired power plant, post, pipeline 200km, storage 1000m","heat, district or industrial, natural gas",energy,Heat\Others\Transformation +"heat production, at co-generation oil-fired power plant, post, pipeline 200km, storage 1000m","heat, district or industrial, other than natural gas",energy,Heat\Others\Transformation +"heat production, at co-generation wood-fired power plant, post, pipeline 200km, storage 1000m","heat, district or industrial, other than natural gas",energy,Heat\Others\Transformation +"heat production, at coal coke industrial furnace 1-10MW","heat, district or industrial, other than natural gas",energy,Heat\Coal\Transformation +"heat production, at hard coal industrial furnace 1-10MW","heat, district or industrial, other than natural gas",energy,Heat\Gas\Transformation +"heat production, at heat pump 30kW, allocation exergy","heat, central or small-scale, other than natural gas",energy,Heat\Heat pump\Transformation +"heat production, at hot water tank, solar+electric, flat plate, multiple dwelling","heat, solar+electric, multiple-dwelling, for hot water",energy,Heat\Solar\Transformation +"heat production, at hot water tank, solar+gas, flat plate, multiple dwelling","heat, solar+gas, multiple-dwelling, for hot water",energy,Heat\Solar\Transformation +"heat production, at hot water tank, solar+gas, flat plate, one-family house","heat, solar+gas, one-family house, for hot water",energy,Heat\Solar\Transformation +"heat production, at solar+gas heating, flat plate, one-family house, combined system","heat, solar+gas, one-family house, for combined system",energy,Heat\Solar\Transformation +"heat production, at solar+gas heating, tube collector, one-family house, combined system","heat, solar+gas, one-family house, for combined system",energy,Heat\Solar\Transformation +"heat production, at solar+wood heating, flat plate, one-family house, combined system","heat, solar+wood, one-family house, for combined system",energy,Heat\Solar\Transformation +"heat production, biomethane, at boiler condensing modulating <100kW","heat, central or small-scale, biomethane",energy,Heat\Others\Transformation +"heat production, biomethane, low pressure, at diffusion absorption heat pump 4kW, future","heat, diffusion absorption heat pump",energy,Heat\Others\Transformation +"heat production, borehole heat exchanger, brine-water heat pump 10kW","heat, brine-water heat pump 10kW",energy,Heat\Heat pump\Transformation +"heat production, coal tar, at industrial furnace 1MW","heat, district or industrial, other than natural gas",energy,Heat\Others\Transformation +"heat production, deep geothermal","heat, deep geothermal",energy,Heat\Others\Transformation +"heat production, from hydrogen-fired one gigawatt gas turbine",heat,material,Fuels\Others\Transformation +"heat production, hard coal briquette, stove 5-15kW","heat, central or small-scale, other than natural gas",energy,Heat\Coal\Transformation +"heat production, hard coal coke, stove 5-15kW","heat, central or small-scale, other than natural gas",energy,Heat\Coal\Transformation +"heat production, hardwood chips from forest, at furnace 1000kW","heat, district or industrial, other than natural gas",energy,Heat\Others\Transformation +"heat production, hardwood chips from forest, at furnace 1000kW, state-of-the-art 2014","heat, district or industrial, other than natural gas",energy,Heat\Others\Transformation +"heat production, hardwood chips from forest, at furnace 300kW","heat, district or industrial, other than natural gas",energy,Heat\Others\Transformation +"heat production, hardwood chips from forest, at furnace 300kW, state-of-the-art 2014","heat, district or industrial, other than natural gas",energy,Heat\Others\Transformation +"heat production, hardwood chips from forest, at furnace 5000kW","heat, district or industrial, other than natural gas",energy,Heat\Others\Transformation +"heat production, hardwood chips from forest, at furnace 5000kW, state-of-the-art 2014","heat, district or industrial, other than natural gas",energy,Heat\Others\Transformation +"heat production, hardwood chips from forest, at furnace 50kW","heat, central or small-scale, other than natural gas",energy,Heat\Others\Transformation +"heat production, hardwood chips from forest, at furnace 50kW, state-of-the-art 2014","heat, central or small-scale, other than natural gas",energy,Cogeneration\Biomass\Transformation +"heat production, heavy fuel oil, at industrial furnace 1MW","heat, district or industrial, other than natural gas",energy,Heat\Oil\Transformation +"heat production, light fuel oil, at boiler 100kW condensing, non-modulating","heat, central or small-scale, other than natural gas",energy,Heat\Oil\Transformation +"heat production, light fuel oil, at boiler 100kW, non-modulating","heat, central or small-scale, other than natural gas",energy,Heat\Oil\Transformation +"heat production, light fuel oil, at boiler 10kW condensing, non-modulating","heat, central or small-scale, other than natural gas",energy,Heat\Oil\Transformation +"heat production, light fuel oil, at boiler 10kW, non-modulating","heat, central or small-scale, other than natural gas",energy,Heat\Oil\Transformation +"heat production, light fuel oil, at industrial furnace 1MW","heat, district or industrial, other than natural gas",energy,Heat\Oil\Transformation +"heat production, lignite briquette, at stove 5-15kW","heat, central or small-scale, other than natural gas",energy,Heat\Lignite\Transformation +"heat production, mixed logs, at furnace 100kW","heat, central or small-scale, other than natural gas",energy,Heat\Wood\Transformation +"heat production, mixed logs, at furnace 100kW, state-of-the-art 2014","heat, central or small-scale, other than natural gas",energy,Cogeneration\Biomass\Transformation +"heat production, mixed logs, at furnace 30kW","heat, central or small-scale, other than natural gas",energy,Heat\Wood\Transformation +"heat production, mixed logs, at furnace 30kW, state-of-the-art 2014","heat, central or small-scale, other than natural gas",energy,Cogeneration\Biomass\Transformation +"heat production, mixed logs, at wood heater 6kW","heat, central or small-scale, other than natural gas",energy,Heat\Wood\Transformation +"heat production, mixed logs, at wood heater 6kW, state-of-the-art 2014","heat, central or small-scale, other than natural gas",energy,Cogeneration\Biomass\Transformation +"heat production, natural gas, at boiler atm. low-NOx condensing non-modulating <100kW","heat, central or small-scale, natural gas",energy,Heat\Gas\Transformation +"heat production, natural gas, at boiler atmospheric low-NOx non-modulating <100kW","heat, central or small-scale, natural gas",energy,Heat\Gas\Transformation +"heat production, natural gas, at boiler atmospheric non-modulating <100kW","heat, central or small-scale, natural gas",energy,Heat\Gas\Transformation +"heat production, natural gas, at boiler condensing modulating <100kW","heat, central or small-scale, natural gas",energy,Heat\Gas\Transformation +"heat production, natural gas, at boiler condensing modulating >100kW","heat, district or industrial, natural gas",energy,Heat\Gas\Transformation +"heat production, natural gas, at boiler fan burner low-NOx non-modulating <100kW","heat, central or small-scale, natural gas",energy,Heat\Gas\Transformation +"heat production, natural gas, at boiler fan burner non-modulating <100kW","heat, central or small-scale, natural gas",energy,Heat\Gas\Transformation +"heat production, natural gas, at boiler modulating <100kW","heat, central or small-scale, natural gas",energy,Heat\Gas\Transformation +"heat production, natural gas, at boiler modulating >100kW","heat, district or industrial, natural gas",energy,Heat\Gas\Transformation +"heat production, natural gas, at diffusion absorption heat pump 4kW, future","heat, future",energy,Heat\Others\Transformation +"heat production, natural gas, at industrial furnace >100kW","heat, district or industrial, natural gas",energy,Heat\Gas\Transformation +"heat production, natural gas, at industrial furnace low-NOx >100kW","heat, district or industrial, natural gas",energy,Heat\Gas\Transformation +"heat production, propane, at industrial furnace >100kW","heat, district or industrial, other than natural gas",energy,Heat\Gas\Transformation +"heat production, softwood chips from forest, at furnace 1000kW","heat, district or industrial, other than natural gas",energy,Heat\Others\Transformation +"heat production, softwood chips from forest, at furnace 1000kW, state-of-the-art 2014","heat, district or industrial, other than natural gas",energy,Heat\Others\Transformation +"heat production, softwood chips from forest, at furnace 300kW","heat, district or industrial, other than natural gas",energy,Heat\Others\Transformation +"heat production, softwood chips from forest, at furnace 300kW, state-of-the-art 2014","heat, district or industrial, other than natural gas",energy,Heat\Others\Transformation +"heat production, softwood chips from forest, at furnace 5000kW","heat, district or industrial, other than natural gas",energy,Heat\Others\Transformation +"heat production, softwood chips from forest, at furnace 5000kW, state-of-the-art 2014","heat, district or industrial, other than natural gas",energy,Heat\Others\Transformation +"heat production, softwood chips from forest, at furnace 50kW","heat, central or small-scale, other than natural gas",energy,Heat\Others\Transformation +"heat production, softwood chips from forest, at furnace 50kW, state-of-the-art 2014","heat, central or small-scale, other than natural gas",energy,Cogeneration\Biomass\Transformation +"heat production, straw, at furnace 300kW","heat, district or industrial, other than natural gas",energy,Cogeneration\Biomass\Transformation +"heat production, straw, at furnace 300kW","nitrogen fertiliser, as N",material,Others\Obsolete +"heat production, straw, at furnace 300kW","phosphate fertiliser, as P2O5",material,Others\Obsolete +"heat production, straw, organic, at furnace 300kW","heat, district or industrial, other than natural gas",energy,Cogeneration\Biomass\Transformation +"heat production, straw, organic, at furnace 300kW","nitrogen fertiliser, as N",material,Others\Obsolete +"heat production, straw, organic, at furnace 300kW","phosphate fertiliser, as P2O5",material,Others\Obsolete +"heat production, untreated waste wood, at furnace 1000-5000 kW","heat, district or industrial, other than natural gas",energy,Cogeneration\Wood\Transformation +"heat production, untreated waste wood, at furnace 1000-5000 kW","waste wood, untreated",waste treatment,Wood\Transformation +"heat production, untreated waste wood, at furnace 1000-5000 kW, state-of-the-art 2014","heat, district or industrial, other than natural gas",energy,Cogeneration\Wood\Transformation +"heat production, untreated waste wood, at furnace 1000-5000 kW, state-of-the-art 2014","waste wood, untreated",waste treatment,Wood\Transformation +"heat production, wood chips from industry, at furnace 1000kW","heat, district or industrial, other than natural gas",energy,Cogeneration\Wood\Transformation +"heat production, wood chips from industry, at furnace 1000kW, state-of-the-art 2014","heat, district or industrial, other than natural gas",energy,Cogeneration\Wood\Transformation +"heat production, wood chips from industry, at furnace 300kW","heat, district or industrial, other than natural gas",energy,Cogeneration\Wood\Transformation +"heat production, wood chips from industry, at furnace 300kW, state-of-the-art 2014","heat, district or industrial, other than natural gas",energy,Cogeneration\Wood\Transformation +"heat production, wood chips from industry, at furnace 5000kW","heat, district or industrial, other than natural gas",energy,Cogeneration\Wood\Transformation +"heat production, wood chips from industry, at furnace 5000kW, state-of-the-art 2014","heat, district or industrial, other than natural gas",energy,Cogeneration\Wood\Transformation +"heat production, wood chips from industry, at furnace 50kW","heat, central or small-scale, other than natural gas",energy,Cogeneration\Biomass\Transformation +"heat production, wood chips from industry, at furnace 50kW, state-of-the-art 2014","heat, central or small-scale, other than natural gas",energy,Cogeneration\Biomass\Transformation +"heat production, wood chips from post-consumer wood, at furnace 300kW","heat, district or industrial, other than natural gas",energy,Cogeneration\Wood\Transformation +"heat production, wood pellet, at furnace 25kW","heat, central or small-scale, other than natural gas",energy,Cogeneration\Biomass\Transformation +"heat production, wood pellet, at furnace 25kW, state-of-the-art 2014","heat, central or small-scale, other than natural gas",energy,Cogeneration\Biomass\Transformation +"heat production, wood pellet, at furnace 300kW","heat, central or small-scale, other than natural gas",energy,Cogeneration\Biomass\Transformation +"heat production, wood pellet, at furnace 300kW, state-of-the-art 2014","heat, central or small-scale, other than natural gas",energy,Cogeneration\Biomass\Transformation +"heat production, wood pellet, at furnace 9kW","heat, central or small-scale, other than natural gas",energy,Cogeneration\Biomass\Transformation +"heat production, wood pellet, at furnace 9kW, state-of-the-art 2014","heat, central or small-scale, other than natural gas",energy,Cogeneration\Biomass\Transformation +"heat pump production, 30kW","heat pump, 30kW",energy,Heat\Heat pump\Transformation\Infrastructure +"heat pump production, brine-water, 10kW","heat pump, brine-water, 10kW",energy,Heat\Heat pump\Transformation\Infrastructure +"heat pump production, diffusion absorption, 4kW, future","heat pump, diffusion absorption, 4kW, future",energy,Heat\Heat pump\Transformation\Infrastructure +"heat pump production, for mini CHP plant","heat pump, for mini CHP plant",energy,Cogeneration\Gas\Transformation\Infrastructure +"heat pump production, heat and power co-generation unit, 160kW electrical","heat pump, heat and power co-generation unit, 160kW electrical",energy,Cogeneration\Gas\Transformation\Infrastructure +"heat storage production, 2000l","heat storage, 2000l",energy,Heat\Solar\Transformation\Infrastructure +"heat transport fluid system construction, solar thermal parabolic trough, 50 MW","heat transport fluid system, solar thermal parabolic trough, 50 MW",energy,Heat\Solar\Transformation\Infrastructure +"heat, at cogen, with supporting oil furnace 60%, 160kWe Jakobsberg, allocation exergy","heat, central or small-scale, Jakobsberg",energy,Cogeneration\Gas\Transformation +"heat, from municipal waste incineration to generic market for heat district or industrial, other than natural gas","heat, district or industrial, other than natural gas",energy,Cogeneration\Oil\Market +"heat, non-market, at cogen 160kWe Jakobsberg, allocation exergy","heat, central or small-scale, natural gas and heat pump, Jakobsberg",energy,Cogeneration\Gas\Transformation +"heat, residential, by combustion of hydrogen using boiler, distributed by pipeline, produced by Electrolysis, PEM using electricity from grid","heat, from residential heating system",energy,Heat\Others\Transformation +"heat, residential, by combustion of hydrogen using CHP, allocated by exergy, distributed by pipeline, produced by Electrolysis, PEM using electricity from grid","heat, from residential heating system",energy,Heat\Others\Transformation +"heat, residential, by combustion of methanol using boiler, distributed by truck, produced by Electrolysis, PEM using electricity from grid and carbon sourced from DAC","heat, from residential heating system",energy,Heat\Others\Transformation +"heat, residential, by combustion of methanol using boiler, distributed by truck, produced with biomass","heat, from residential heating system",energy,Heat\Others\Transformation +"heat, residential, by combustion of methanol using boiler, distributed by truck, produced with coal","heat, from residential heating system",energy,Heat\Others\Transformation +"heat, residential, by conversion of hydrogen using fuel cell, PEM, allocated by exergy, distributed by pipeline, produced by Electrolysis, PEM using electricity from grid","heat, from residential heating system",energy,Heat\Others\Transformation +"heat, residential, by conversion of hydrogen using fuel cell, SOFC, allocated by exergy, distributed by pipeline, produced by Electrolysis, PEM using electricity from grid","heat, from residential heating system",energy,Heat\Others\Transformation +"heating and sanitary equipment production, heat and power co-generation unit, 160kW electrical","heating and sanitary equipment, heat and power co-generation unit, 160kW electrical",energy,Cogeneration\Gas\Transformation\Infrastructure +"heating and sanitary equipment production, mini CHP plant","heating and sanitary equipment, mini CHP plant",energy,Cogeneration\Gas\Transformation\Infrastructure +"heavy duty truck, battery electric, NMC-622 battery, 32t gross weight, long haul",heavy duty truck,transport,Road\Transformation\Infrastructure +"heavy duty truck, battery electric, NMC-622 battery, 40t gross weight, long haul",heavy duty truck,transport,Road\Transformation\Infrastructure +"heavy duty truck, battery electric, NMC-622 battery, 60t gross weight, long haul",heavy duty truck,transport,Road\Transformation\Infrastructure +"Heavy duty truck, compressed gas, 32t gross weight, EURO-III, long haul","heavy duty truck, EURO-III",transport,Road\Transformation\Infrastructure +"Heavy duty truck, compressed gas, 32t gross weight, EURO-IV, long haul","heavy duty truck, EURO-IV",transport,Road\Transformation\Infrastructure +"Heavy duty truck, compressed gas, 32t gross weight, EURO-V, long haul","heavy duty truck, EURO-V",transport,Road\Transformation\Infrastructure +"Heavy duty truck, compressed gas, 32t gross weight, EURO-VI, long haul","heavy duty truck, EURO-VI",transport,Road\Transformation\Infrastructure +"Heavy duty truck, compressed gas, 40t gross weight, EURO-III, long haul","heavy duty truck, EURO-III",transport,Road\Transformation\Infrastructure +"Heavy duty truck, compressed gas, 40t gross weight, EURO-IV, long haul","heavy duty truck, EURO-IV",transport,Road\Transformation\Infrastructure +"Heavy duty truck, compressed gas, 40t gross weight, EURO-V, long haul","heavy duty truck, EURO-V",transport,Road\Transformation\Infrastructure +"Heavy duty truck, compressed gas, 40t gross weight, EURO-VI, long haul","heavy duty truck, EURO-VI",transport,Road\Transformation\Infrastructure +"Heavy duty truck, compressed gas, 60t gross weight, EURO-III, long haul","heavy duty truck, EURO-III",transport,Road\Transformation\Infrastructure +"Heavy duty truck, compressed gas, 60t gross weight, EURO-IV, long haul","heavy duty truck, EURO-IV",transport,Road\Transformation\Infrastructure +"Heavy duty truck, compressed gas, 60t gross weight, EURO-V, long haul","heavy duty truck, EURO-V",transport,Road\Transformation\Infrastructure +"Heavy duty truck, compressed gas, 60t gross weight, EURO-VI, long haul","heavy duty truck, EURO-VI",transport,Road\Transformation\Infrastructure +"Heavy duty truck, diesel hybrid, 32t gross weight, EURO-VI, long haul","heavy duty truck, EURO-VI",transport,Road\Transformation\Infrastructure +"Heavy duty truck, diesel hybrid, 40t gross weight, EURO-VI, long haul","heavy duty truck, EURO-VI",transport,Road\Transformation\Infrastructure +"Heavy duty truck, diesel hybrid, 60t gross weight, EURO-VI, long haul","heavy duty truck, EURO-VI",transport,Road\Transformation\Infrastructure +"Heavy duty truck, diesel, 32t gross weight, EURO-III, long haul","heavy duty truck, EURO-III",transport,Road\Transformation\Infrastructure +"Heavy duty truck, diesel, 32t gross weight, EURO-IV, long haul","heavy duty truck, EURO-IV",transport,Road\Transformation\Infrastructure +"Heavy duty truck, diesel, 32t gross weight, EURO-V, long haul","heavy duty truck, EURO-V",transport,Road\Transformation\Infrastructure +"Heavy duty truck, diesel, 32t gross weight, EURO-VI, long haul","heavy duty truck, EURO-VI",transport,Road\Transformation\Infrastructure +"Heavy duty truck, diesel, 40t gross weight, EURO-III, long haul","heavy duty truck, EURO-III",transport,Road\Transformation\Infrastructure +"Heavy duty truck, diesel, 40t gross weight, EURO-IV, long haul","heavy duty truck, EURO-IV",transport,Road\Transformation\Infrastructure +"Heavy duty truck, diesel, 40t gross weight, EURO-V, long haul","heavy duty truck, EURO-V",transport,Road\Transformation\Infrastructure +"Heavy duty truck, diesel, 40t gross weight, EURO-VI, long haul","heavy duty truck, EURO-VI",transport,Road\Transformation\Infrastructure +"Heavy duty truck, diesel, 60t gross weight, EURO-III, long haul","heavy duty truck, EURO-III",transport,Road\Transformation\Infrastructure +"Heavy duty truck, diesel, 60t gross weight, EURO-IV, long haul","heavy duty truck, EURO-IV",transport,Road\Transformation\Infrastructure +"Heavy duty truck, diesel, 60t gross weight, EURO-V, long haul","heavy duty truck, EURO-V",transport,Road\Transformation\Infrastructure +"Heavy duty truck, diesel, 60t gross weight, EURO-VI, long haul","heavy duty truck, EURO-VI",transport,Road\Transformation\Infrastructure +"heavy duty truck, fuel cell electric, 32t gross weight, long haul",heavy duty truck,transport,Road\Transformation\Infrastructure +"heavy duty truck, fuel cell electric, 40t gross weight, long haul",heavy duty truck,transport,Road\Transformation\Infrastructure +"heavy duty truck, fuel cell electric, 60t gross weight, long haul",heavy duty truck,transport,Road\Transformation\Infrastructure +"Heavy duty truck, plugin diesel hybrid, 32t gross weight, EURO-VI, long haul","heavy duty truck, EURO-VI",transport,Road\Transformation\Infrastructure +"Heavy duty truck, plugin diesel hybrid, 40t gross weight, EURO-VI, long haul","heavy duty truck, EURO-VI",transport,Road\Transformation\Infrastructure +"Heavy duty truck, plugin diesel hybrid, 60t gross weight, EURO-VI, long haul","heavy duty truck, EURO-VI",transport,Road\Transformation\Infrastructure +"heavy fuel oil production, petroleum refinery operation",heavy fuel oil,material,Fuels\Oil\Fuel oil\Transformation +"heavy fuel oil, burned in refinery furnace","heavy fuel oil, burned in refinery furnace",energy,Heat\Oil\Transformation +"heavy fuel oil, import from RoW",heavy fuel oil,material,Fuels\Oil\Fuel oil\Market\Import +heavy mineral sand quarry operation,zircon,material,Metals\Non ferro\Transformation +heavy mineral sand quarry operation,"ilmenite, 54% titanium dioxide",material,Minerals\Transformation +heavy mineral sand quarry operation,"rutile, 95% titanium dioxide",material,Minerals\Transformation +heavy mineral sand quarry operation and titania slag production,pig iron,material,Metals\Ferro\Transformation +heavy mineral sand quarry operation and titania slag production,"titania slag, 85% titanium dioxide",material,Metals\Non ferro\Transformation +heavy mineral sand quarry operation and titania slag production,zircon,material,Metals\Non ferro\Transformation +heavy mineral sand quarry operation and titania slag production,"rutile, 95% titanium dioxide",material,Minerals\Transformation +heavy mineral sand quarry operation and titania slag production,"zircon, 50% zirconium",material,Others\Obsolete +heavy water production,heavy water,material,Chemicals\Others\Transformation +helicopter production,helicopter,transport,Air\Transformation\Infrastructure +helium purification,helium,material,Chemicals\Gases\Transformation +"helium, crude stockpiling","helium, crude stockpiling",processing,Others\Transformation +"heptane to generic market for solvent, organic","solvent, organic",material,Chemicals\Organic\Market +"hexafluoroethane production, from fluorination of tetrafluoroethane",hydrogen fluoride,material,Chemicals\Acids (inorganic)\Transformation +"hexafluoroethane production, from fluorination of tetrafluoroethane",hexafluoroethane,material,Chemicals\Organic\Transformation +"hexamethyldisilazane production, amination of chlorosilane",hexamethyldisilazane,material,Chemicals\Organic\Transformation +"hexamethyldisilazane production, amination of chlorosilane",ammonium chloride,material,Chemicals\Organic\Transformation +"hexamethylene-1,6-diisocyanate production","hexamethylene-1,6-diisoncyanate",material,Chemicals\Organic\Transformation +hexamethylenediamine production,hexamethylenediamine,material,Chemicals\Organic\Transformation +high pressure hydrogen storage tank,high pressure hydrogen storage tank,material,Fuels\Others\Transformation +"high voltage system production, for Li-ion battery","high voltage system, for Li-ion battery",material,Electronics\Battery\Transformation +"high voltage system production, for li-o2 battery",high voltage system,material,Electronics\Battery\Transformation +"high voltage system production, for lis battery",high voltage system,material,Electronics\Battery\Transformation +"high voltage system, for li-ion battery","high voltage system, for li-ion battery",material,Electronics\Battery\Transformation +hoeing,hoeing,processing,Agricultural\Transformation +holmium oxide to generic market for mischmetal,mischmetal,material,Metals\Non ferro\Market +"home electricity storage system, 14.4 kWh, LFP battery",home electricity storage system,energy,Others\Obsolete +"home electricity storage system, 19.5 kWh, NMC811 battery",home electricity storage system,energy,Others\Obsolete +horn meal production,horn meal,material,Chemicals\Fertilisers (organic)\Transformation +horticultural fleece production,horticultural fleece,material,Plastics\Thermoplasts\Transformation +"hot rolling, steel","heat, district or industrial, other than natural gas",energy,Heat\Others\Transformation +"hot rolling, steel","hot rolling, steel",processing,Metals\Chipless shaping\Transformation +hot water tank factory construction,hot water tank factory,energy,Heat\Solar\Transformation\Infrastructure +"hot water tank production, 600l","hot water tank, 600l",energy,Heat\Solar\Transformation\Infrastructure +housing assembly for home storage system,housing for home storage system,material,Electronics\Battery\Transformation +"housing system construction, cattle, loose","housing system, cattle, loose, per animal unit",processing,Agricultural\Transformation\Infrastructure +"housing system construction, cattle, tied","housing system, cattle, tied, per animal unit",processing,Agricultural\Transformation\Infrastructure +"housing system construction, pig, electricity from renewable energy products","housing system, pig, per pig place, electricity from renewable energy products",processing,Agricultural\Transformation\Infrastructure +"housing system construction, pig, fully-slatted floor","housing system, pig, fully-slatted floor, per pig place",processing,Agricultural\Transformation\Infrastructure +hvac ducts,hvac ducts,transport,Building equipment\Transformation\Infrastructure +hvac ducts,hvac ducts,transport,Building equipment\Transformation\Infrastructure +hvac equipment,hvac equipment,transport,Building equipment\Transformation\Infrastructure +hvac equipment,hvac equipment,transport,Building equipment\Transformation\Infrastructure +hvac fire damper,hvac fire damper,transport,Building equipment\Transformation\Infrastructure +hvac fire damper,hvac fire damper,transport,Building equipment\Transformation\Infrastructure +hvac ventilator,hvac ventilator,transport,Building equipment\Transformation\Infrastructure +hvac ventilator,hvac ventilator,transport,Building equipment\Transformation\Infrastructure +hydraulic digger production,hydraulic digger,transport,Building equipment\Transformation\Infrastructure +"hydraulic fluid production, for geological stimulation",hydraulic fracturing fluid,material,Chemicals\Others\Transformation +hydrazine production,hydrazine,material,Chemicals\Inorganic\Transformation +hydrazine sulfate production,hydrazine sulfate,material,Chemicals\Inorganic\Transformation +"hydrocarbons purification, molecular sieve separation of naphtha ","1,1-dimethylcyclopentane",material,Chemicals\Organic\Transformation +"hydrocarbons purification, molecular sieve separation of naphtha ",fraction 8 from naphtha separation,material,Chemicals\Organic\Transformation +"hydrocarbons purification, molecular sieve separation of naphtha ",fraction 8 from naphtha separation,material,Chemicals\Organic\Transformation +"hydrocarbons purification, molecular sieve separation of naphtha ",fraction 1 from naphtha separation,material,Chemicals\Organic\Transformation +"hydrocarbons purification, molecular sieve separation of naphtha ","2,3-dimethylbutane",material,Chemicals\Organic\Transformation +"hydrocarbons purification, molecular sieve separation of naphtha ",heptane,material,Chemicals\Organic\Transformation +"hydrocarbons purification, molecular sieve separation of naphtha ",fraction 7 from naphtha separation,material,Chemicals\Organic\Transformation +"hydrocarbons purification, molecular sieve separation of naphtha ","2,3-dimethylbutane",material,Chemicals\Organic\Transformation +"hydrocarbons purification, molecular sieve separation of naphtha ",heptane,material,Chemicals\Organic\Transformation +"hydrocarbons purification, molecular sieve separation of naphtha ",2-methylpentane,material,Chemicals\Organic\Transformation +"hydrocarbons purification, molecular sieve separation of naphtha ",hexane,material,Chemicals\Organic\Transformation +"hydrocarbons purification, molecular sieve separation of naphtha ",hexane,material,Chemicals\Organic\Transformation +"hydrocarbons purification, molecular sieve separation of naphtha ",fraction 1 from naphtha separation,material,Chemicals\Organic\Transformation +"hydrocarbons purification, molecular sieve separation of naphtha ",2-methylpentane,material,Chemicals\Organic\Transformation +"hydrocarbons purification, molecular sieve separation of naphtha ",fraction 7 from naphtha separation,material,Chemicals\Organic\Transformation +"hydrocarbons purification, molecular sieve separation of naphtha ","1,1-dimethylcyclopentane",material,Chemicals\Organic\Transformation +"hydrocarbons purification, molecular sieve separation of naphtha ",methylcyclopentane,material,Chemicals\Organic\Transformation +"hydrocarbons purification, molecular sieve separation of naphtha ",methylcyclohexane,material,Chemicals\Organic\Transformation +"hydrocarbons purification, molecular sieve separation of naphtha ",methylcyclopentane,material,Chemicals\Organic\Transformation +"hydrocarbons purification, molecular sieve separation of naphtha ",methylcyclohexane,material,Chemicals\Organic\Transformation +"hydrocarbons, aromatic, cyclic (c9+) to generic market for residual hydrocarbon mix, from steam cracking operations","residual hydrocarbon mix, from steam cracking operations",material,Chemicals\Organic\Transformation +"hydrochloric acid production, from the reaction of hydrogen with chlorine","hydrochloric acid, without water, in 30% solution state",material,Chemicals\Acids (inorganic)\Transformation +"hydrochloric acid production, mannheim process","sodium sulfate, anhydrite",material,Chemicals\Acids (inorganic)\Transformation +"hydrochloric acid production, mannheim process","sodium sulfate, anhydrite",material,Chemicals\Acids (inorganic)\Transformation +"hydrochloric acid production, mannheim process","hydrochloric acid, without water, in 30% solution state",material,Chemicals\Acids (inorganic)\Transformation +"hydrochloric acid production, mannheim process","hydrochloric acid, without water, in 30% solution state",material,Chemicals\Acids (inorganic)\Transformation +hydroformylation of butene,1-pentanol,material,Chemicals\Organic\Transformation +hydroformylation of butene,2-methyl-1-butanol,material,Chemicals\Organic\Transformation +hydroformylation of butene,3-methyl-1-butanol,material,Chemicals\Organic\Transformation +hydroformylation of propylene,1-butanol,material,Chemicals\Organic\Transformation +hydroformylation of propylene,isobutanol,material,Chemicals\Organic\Transformation +"hydrogen compression, from low to medium pressure","hydrogen, gaseous, medium pressure, merchant",material,Chemicals\Gases\Market +"hydrogen cracking, APME","hydrogen, liquid",material,Chemicals\Gases\Liquified\Transformation +hydrogen cyanide production,hydrogen cyanide,material,Chemicals\Acids (inorganic)\Transformation +hydrogen distribution pipeline construction,"pipeline, for hydrogen distribution",material,Fuels\Others\Transformation +hydrogen distribution pipeline installation,"pipeline, for hydrogen distribution",material,Fuels\Others\Transformation +hydrogen embrittlement inhibition,hydrogen embrittlement inhibition,material,Chemicals\Gases\Market +hydrogen fluoride production,hydrogen fluoride,material,Chemicals\Acids (inorganic)\Transformation +"hydrogen peroxide production, product in 50% solution state","hydrogen peroxide, without water, in 50% solution state",material,Chemicals\Inorganic\Transformation +hydrogen plant assembly for thermochemical water splitting,hydrogen production subsystem,material,Fuels\Others\Transformation +hydrogen production subsystem for thermochemical water splitting,hydrogen production subsystem,material,Fuels\Others\Transformation +"hydrogen production, auto-thermal reforming","hydrogen, gaseous, low pressure",material,Fuels\Others\Transformation +"hydrogen production, auto-thermal reforming, from biomethane","hydrogen, gaseous, low pressure",material,Fuels\Others\Transformation +"hydrogen production, auto-thermal reforming, from biomethane, with CCS","hydrogen, gaseous, low pressure",material,Fuels\Others\Transformation +"hydrogen production, auto-thermal reforming, with CCS","hydrogen, gaseous, low pressure",material,Fuels\Others\Transformation +"hydrogen production, coal gasification",sulfur,material,Chemicals\Gases\Market +"hydrogen production, coal gasification","hydrogen, gaseous, low pressure",material,Chemicals\Gases\Market +"hydrogen production, coal gasification","heat, from steam, in chemical industry",energy,Heat\Others\Transformation +"hydrogen production, coal gasification, with CCS","hydrogen, gaseous, low pressure",material,Chemicals\Gases\Market +"hydrogen production, gaseous, 1 bar, from SOEC electrolysis, from grid electricity","hydrogen, gaseous, 1 bar",material,Fuels\Others\Transformation +"hydrogen production, gaseous, 1 bar, from SOEC electrolysis, with steam input, from grid electricity","hydrogen, gaseous, 1 bar",material,Fuels\Others\Transformation +"hydrogen production, gaseous, 100 bar, from methane pyrolysis","hydrogen, gaseous, 100 bar",material,Fuels\Others\Transformation +"hydrogen production, gaseous, 20 bar, from AEC electrolysis, from grid electricity","hydrogen, gaseous, 20 bar",material,Fuels\Others\Transformation +"hydrogen production, gaseous, 25 bar, from gasification of woody biomass in entrained flow gasifier, at gasification plant","hydrogen, gaseous, 25 bar",material,Chemicals\Gases\Market +"hydrogen production, gaseous, 25 bar, from gasification of woody biomass in entrained flow gasifier, with CCS, at gasification plant","hydrogen, gaseous, 25 bar",material,Chemicals\Gases\Market +"hydrogen production, gaseous, 25 bar, from heatpipe reformer gasification of woody biomass with CCS, at gasification plant","hydrogen, gaseous, 25 bar",material,Fuels\Others\Transformation +"hydrogen production, gaseous, 25 bar, from heatpipe reformer gasification of woody biomass, at gasification plant","hydrogen, gaseous, 25 bar",material,Fuels\Others\Transformation +"hydrogen production, gaseous, 25 bar, from thermochemical water splitting, at solar tower","hydrogen, gaseous, 25 bar",material,Chemicals\Gases\Market +"hydrogen production, gaseous, 30 bar, from PEM electrolysis, from grid electricity","hydrogen, gaseous, 30 bar",material,Chemicals\Gases\Market +"hydrogen production, gaseous, petroleum refinery operation","hydrogen, gaseous, low pressure",material,Chemicals\Gases\Market +"hydrogen production, gaseous, petroleum refinery operation","hydrogen, gaseous",material,Chemicals\Gases\Transformation +"hydrogen production, steam methane reforming","hydrogen, gaseous, low pressure",material,Fuels\Others\Transformation +"hydrogen production, steam methane reforming","electricity, medium voltage",energy,Others\Obsolete +"hydrogen production, steam methane reforming, from biomethane","hydrogen, gaseous, low pressure",material,Fuels\Others\Transformation +"hydrogen production, steam methane reforming, from biomethane, with CCS","hydrogen, gaseous, low pressure",material,Fuels\Others\Transformation +"hydrogen production, steam methane reforming, with CCS","hydrogen, gaseous, low pressure",material,Fuels\Others\Transformation +"hydrogen production, steam reforming","hydrogen, gaseous",material,Chemicals\Gases\Transformation +hydrogen refuelling station,hydrogen refuelling station,material,Chemicals\Gases\Market +"hydrogen storage, for grid-balancing","hydrogen, gaseous, 80 bar",material,Chemicals\Gases\Market +hydrogen sulfide production,hydrogen sulfide,material,Chemicals\Gases\Transformation +"hydrogen supply, distributed by pipeline","hydrogen, gaseous, from pipeline",material,Chemicals\Gases\Market +"hydrogen supply, from coal gasification, by H2 pipeline, as gaseous, over 500 km","hydrogen, 700 bar",material,Chemicals\Gases\Market +"hydrogen supply, from coal gasification, by ship, as liquid, over 2000 km","hydrogen, 700 bar",material,Chemicals\Gases\Market +"hydrogen supply, from coal gasification, by truck, as gaseous, over 500 km","hydrogen, 700 bar",material,Chemicals\Gases\Market +"hydrogen supply, from coal gasification, by truck, as liquid, over 500 km","hydrogen, 700 bar",material,Chemicals\Gases\Market +"hydrogen supply, from coal gasification, with CCS, by H2 pipeline, as gaseous, over 500 km","hydrogen, 700 bar",material,Chemicals\Gases\Market +"hydrogen supply, from coal gasification, with CCS, by ship, as liquid, over 2000 km","hydrogen, 700 bar",material,Chemicals\Gases\Market +"hydrogen supply, from coal gasification, with CCS, by truck, as gaseous, over 500 km","hydrogen, 700 bar",material,Chemicals\Gases\Market +"hydrogen supply, from coal gasification, with CCS, by truck, as liquid, over 500 km","hydrogen, 700 bar",material,Chemicals\Gases\Market +"hydrogen supply, from electrolysis, by H2 pipeline, as gaseous, over 500 km","hydrogen, 700 bar",material,Chemicals\Gases\Market +"hydrogen supply, from electrolysis, by ship, as liquid, over 2000 km","hydrogen, 700 bar",material,Chemicals\Gases\Market +"hydrogen supply, from electrolysis, by truck, as gaseous, over 500 km","hydrogen, 700 bar",material,Chemicals\Gases\Market +"hydrogen supply, from electrolysis, by truck, as liquid, over 500 km","hydrogen, 700 bar",material,Chemicals\Gases\Market +"hydrogen supply, from gasification of biomass, by H2 pipeline, as gaseous, over 500 km","hydrogen, 700 bar",material,Chemicals\Gases\Market +"hydrogen supply, from gasification of biomass, by ship, as liquid, over 2000 km","hydrogen, 700 bar",material,Chemicals\Gases\Market +"hydrogen supply, from gasification of biomass, by truck, as gaseous, over 500 km","hydrogen, 700 bar",material,Chemicals\Gases\Market +"hydrogen supply, from gasification of biomass, by truck, as liquid, over 500 km","hydrogen, 700 bar",material,Chemicals\Gases\Market +"hydrogen supply, from gasification of biomass, with CCS, by H2 pipeline, as gaseous, over 500 km","hydrogen, 700 bar",material,Chemicals\Gases\Market +"hydrogen supply, from gasification of biomass, with CCS, by ship, as liquid, over 2000 km","hydrogen, 700 bar",material,Chemicals\Gases\Market +"hydrogen supply, from gasification of biomass, with CCS, by truck, as gaseous, over 500 km","hydrogen, 700 bar",material,Chemicals\Gases\Market +"hydrogen supply, from gasification of biomass, with CCS, by truck, as liquid, over 500 km","hydrogen, 700 bar",material,Chemicals\Gases\Market +"hydrogen supply, from pyrolysis, by H2 pipeline, as gaseous, over 500 km","hydrogen, 700 bar",material,Chemicals\Gases\Market +"hydrogen supply, from pyrolysis, by ship, as liquid, over 2000 km","hydrogen, 700 bar",material,Chemicals\Gases\Market +"hydrogen supply, from pyrolysis, by truck, as gaseous, over 500 km","hydrogen, 700 bar",material,Chemicals\Gases\Market +"hydrogen supply, from pyrolysis, by truck, as liquid, over 500 km","hydrogen, 700 bar",material,Chemicals\Gases\Market +"hydrogen supply, from SMR of biogas, by H2 pipeline, as gaseous, over 500 km","hydrogen, 700 bar",material,Chemicals\Gases\Market +"hydrogen supply, from SMR of biogas, by ship, as liquid, over 2000 km","hydrogen, 700 bar",material,Chemicals\Gases\Market +"hydrogen supply, from SMR of biogas, by truck, as gaseous, over 500 km","hydrogen, 700 bar",material,Chemicals\Gases\Market +"hydrogen supply, from SMR of biogas, by truck, as liquid, over 500 km","hydrogen, 700 bar",material,Chemicals\Gases\Market +"hydrogen supply, from SMR of biogas, with CCS, by H2 pipeline, as gaseous, over 500 km","hydrogen, 700 bar",material,Chemicals\Gases\Market +"hydrogen supply, from SMR of biogas, with CCS, by ship, as liquid, over 2000 km","hydrogen, 700 bar",material,Chemicals\Gases\Market +"hydrogen supply, from SMR of biogas, with CCS, by truck, as gaseous, over 500 km","hydrogen, 700 bar",material,Chemicals\Gases\Market +"hydrogen supply, from SMR of biogas, with CCS, by truck, as liquid, over 500 km","hydrogen, 700 bar",material,Chemicals\Gases\Market +"hydrogen supply, from SMR of natural gas, by H2 pipeline, as gaseous, over 500 km","hydrogen, 700 bar",material,Chemicals\Gases\Market +"hydrogen supply, from SMR of natural gas, by ship, as liquid, over 2000 km","hydrogen, 700 bar",material,Chemicals\Gases\Market +"hydrogen supply, from SMR of natural gas, by truck, as gaseous, over 500 km","hydrogen, 700 bar",material,Chemicals\Gases\Market +"hydrogen supply, from SMR of natural gas, by truck, as liquid, over 500 km","hydrogen, 700 bar",material,Chemicals\Gases\Market +"hydrogen supply, from SMR of natural gas, with CCS, by H2 pipeline, as gaseous, over 500 km","hydrogen, 700 bar",material,Chemicals\Gases\Market +"hydrogen supply, from SMR of natural gas, with CCS, by ship, as liquid, over 2000 km","hydrogen, 700 bar",material,Chemicals\Gases\Market +"hydrogen supply, from SMR of natural gas, with CCS, by truck, as gaseous, over 500 km","hydrogen, 700 bar",material,Chemicals\Gases\Market +"hydrogen supply, from SMR of natural gas, with CCS, by truck, as liquid, over 500 km","hydrogen, 700 bar",material,Chemicals\Gases\Market +"hydrogen supply, from thermochemical water splitting, by H2 pipeline, as gaseous, over 500 km","hydrogen, 700 bar",material,Chemicals\Gases\Market +"hydrogen supply, from thermochemical water splitting, by ship, as liquid, over 2000 km","hydrogen, 700 bar",material,Chemicals\Gases\Market +"hydrogen supply, from thermochemical water splitting, by truck, as gaseous, over 500 km","hydrogen, 700 bar",material,Chemicals\Gases\Market +"hydrogen supply, from thermochemical water splitting, by truck, as liquid, over 500 km","hydrogen, 700 bar",material,Chemicals\Gases\Market +hydrogen transmission pipeline construction,"pipeline, for hydrogen transmission",material,Fuels\Others\Transformation +hydrogen transmission pipeline installation,"pipeline, for hydrogen transmission",material,Fuels\Others\Transformation +"hydrogen, from steam reforming of biomass gas, at reforming plant","hydrogen, from steam reforming of biomass gas, at reforming plant",material,Fuels\Others\Transformation +"hydrogen, from steam reforming of biomassgas, at reforming plant, pre, pipeline 200km, storage 1000m","hydrogen, from steam reforming of biomassgas, at reforming plant, pre, pipeline 200km, storage 1000m",material,Fuels\Others\Transformation +"hydrogen, from steam reforming of biomassgas, at reforming plant, pre, pipeline 400km, storage 3000m","hydrogen, from steam reforming of biomassgas, at reforming plant, pre, pipeline 400km, storage 3000m",material,Fuels\Others\Transformation +hydrogenation of hydrogen,"hydrogen, hydrogenated",material,Fuels\Others\Transformation +"hydrometallurgical recycling, for lis battery",lithium carbonate,material,Electronics\Battery\Transformation +"hydropower plant construction, reservoir","hydropower plant, reservoir",energy,Electricity by fuel\Hydro\Reservoir\Transformation\Infrastructure +"hydropower plant construction, reservoir, alpine region","hydropower plant, reservoir, alpine region",energy,Electricity by fuel\Hydro\Reservoir\Transformation\Infrastructure +"hydropower plant construction, reservoir, non-alpine regions","hydropower plant, reservoir, non-alpine regions",energy,Electricity by fuel\Hydro\Reservoir\Transformation\Infrastructure +"hydropower plant construction, run-of-river","hydropower plant, run-of-river",energy,Electricity by fuel\Hydro\Flow through\Transformation\Infrastructure +hydroquinone production,hydroquinone,material,Chemicals\Organic\Transformation +hydroxylamine production,hydroxylamine,material,Chemicals\Inorganic\Transformation +i&c cabinet,i&c cabinet,material,Others\Obsolete +i&c cabinet,i&c cabinet,material,Others\Obsolete +"ibis fasteners production, for li-o2 battery",ibis fasteners,material,Electronics\Battery\Transformation +"ibis fasteners production, for lis battery",ibis fasteners,material,Electronics\Battery\Transformation +"ibis production, for li-o2 battery",ibis,material,Electronics\Battery\Transformation +iceberg lettuce production,iceberg lettuce,material,Agricultural\Plant production\Vegetables\Transformation +ilmenite - magnetite mine operation,magnetite,material,Metals\Non ferro\Transformation +ilmenite - magnetite mine operation,"ilmenite, 54% titanium dioxide",material,Minerals\Transformation +imidazole production,imidazole,material,Chemicals\Organic\Transformation +"impact extrusion of aluminium, 1 stroke","impact extrusion of aluminium, 1 stroke",processing,Metals\Chipless shaping\Transformation +"impact extrusion of aluminium, 2 strokes","impact extrusion of aluminium, 2 strokes",processing,Metals\Chipless shaping\Transformation +"impact extrusion of aluminium, 3 strokes","impact extrusion of aluminium, 3 strokes",processing,Metals\Chipless shaping\Transformation +"impact extrusion of aluminium, 4 strokes","impact extrusion of aluminium, 4 strokes",processing,Metals\Chipless shaping\Transformation +"impact extrusion of aluminium, 5 strokes","impact extrusion of aluminium, 5 strokes",processing,Metals\Chipless shaping\Transformation +"impact extrusion of aluminium, cold, initial surface treatment","impact extrusion of aluminium, cold, initial surface treatment",processing,Metals\Chipless shaping\Transformation +"impact extrusion of aluminium, cold, tempering","impact extrusion of aluminium, cold, tempering",processing,Metals\Chipless shaping\Transformation +"impact extrusion of aluminium, deformation stroke","impact extrusion of aluminium, deformation stroke",processing,Metals\Chipless shaping\Transformation +"impact extrusion of steel, cold, 1 strokes","impact extrusion of steel, cold, 1 strokes",processing,Metals\Chipless shaping\Transformation +"impact extrusion of steel, cold, 2 strokes","impact extrusion of steel, cold, 2 strokes",processing,Metals\Chipless shaping\Transformation +"impact extrusion of steel, cold, 3 strokes","impact extrusion of steel, cold, 3 strokes",processing,Metals\Chipless shaping\Transformation +"impact extrusion of steel, cold, 4 strokes","impact extrusion of steel, cold, 4 strokes",processing,Metals\Chipless shaping\Transformation +"impact extrusion of steel, cold, 5 strokes","impact extrusion of steel, cold, 5 strokes",processing,Metals\Chipless shaping\Transformation +"impact extrusion of steel, cold, deformation stroke","impact extrusion of steel, cold, deformation stroke",processing,Metals\Chipless shaping\Transformation +"impact extrusion of steel, cold, initial surface treatment","impact extrusion of steel, cold, initial surface treatment",processing,Metals\Chipless shaping\Transformation +"impact extrusion of steel, cold, tempering","impact extrusion of steel, cold, tempering",processing,Metals\Chipless shaping\Transformation +"impact extrusion of steel, hot, 1 strokes","impact extrusion of steel, hot, 1 strokes",processing,Metals\Chipless shaping\Transformation +"impact extrusion of steel, hot, 2 strokes","impact extrusion of steel, hot, 2 strokes",processing,Metals\Chipless shaping\Transformation +"impact extrusion of steel, hot, 3 strokes","impact extrusion of steel, hot, 3 strokes",processing,Metals\Chipless shaping\Transformation +"impact extrusion of steel, hot, 4 strokes","impact extrusion of steel, hot, 4 strokes",processing,Metals\Chipless shaping\Transformation +"impact extrusion of steel, hot, 5 strokes","impact extrusion of steel, hot, 5 strokes",processing,Metals\Chipless shaping\Transformation +"impact extrusion of steel, hot, deformation stroke","impact extrusion of steel, hot, deformation stroke",processing,Metals\Chipless shaping\Transformation +"impact extrusion of steel, hot, initial warming","impact extrusion of steel, hot, initial warming",processing,Metals\Chipless shaping\Transformation +"impact extrusion of steel, hot, tempering","impact extrusion of steel, hot, tempering",processing,Metals\Chipless shaping\Transformation +"impact extrusion of steel, warm, 1 strokes","impact extrusion of steel, warm, 1 strokes",processing,Metals\Chipless shaping\Transformation +"impact extrusion of steel, warm, 2 strokes","impact extrusion of steel, warm, 2 strokes",processing,Metals\Chipless shaping\Transformation +"impact extrusion of steel, warm, 3 strokes","impact extrusion of steel, warm, 3 strokes",processing,Metals\Chipless shaping\Transformation +"impact extrusion of steel, warm, 4 strokes","impact extrusion of steel, warm, 4 strokes",processing,Metals\Chipless shaping\Transformation +"impact extrusion of steel, warm, 5 strokes","impact extrusion of steel, warm, 5 strokes",processing,Metals\Chipless shaping\Transformation +"impact extrusion of steel, warm, deformation stroke","impact extrusion of steel, warm, deformation stroke",processing,Metals\Chipless shaping\Transformation +"impact extrusion of steel, warm, initial warming","impact extrusion of steel, warm, initial warming",processing,Metals\Chipless shaping\Transformation +import from AR,"electricity, high voltage",energy,Others\Obsolete +import from DE,"natural gas, high pressure",material,Others\Obsolete +import from DZ,"natural gas, high pressure",material,Others\Obsolete +import from HU,"electricity, high voltage",energy,Others\Obsolete +import from MX,"electricity, high voltage",energy,Others\Obsolete +import from NL,"natural gas, high pressure",material,Others\Obsolete +import from NO,"natural gas, high pressure",material,Others\Obsolete +import from Quebec,"electricity, high voltage",energy,Others\Obsolete +import from RU,"electricity, high voltage",energy,Others\Obsolete +import from TW,"electricity, high voltage",energy,Others\Obsolete +import from unspecified,"electricity, high voltage",energy,Others\Obsolete +"import of sawnwood, parana pine from sustainable forest management, kiln dried","sawnwood, parana pine from sustainable forest management, kiln dried",material,Others\Obsolete +"import of sulfate pulp, unbleached, from eucalyptus ssp. from sustainable forest management, TH","sulfate pulp, unbleached, from eucalyptus ssp. from sustainable forest management, TH",material,Others\Obsolete +indium production,indium,material,Metals\Non ferro\Transformation +"indium rich leaching residues, from zinc production stockpiling","indium rich leaching residues, from zinc production stockpiling",processing,Others\Transformation +"indium tin oxide powder production, nanoscale, for sputtering target","indium tin oxide powder, nanoscale, for sputtering target",material,Electronics\Module\Transformation +indolylbutyric acid production,indolylbutyric acid,material,Chemicals\Acids (organic)\Transformation +"inductor production, auxilliaries and energy use","inductor, auxilliaries and energy use",material,Electronics\Component\Transformation +"inductor production, low value multilayer chip","inductor, low value multilayer chip",material,Electronics\Component\Transformation +"inductor production, miniature radio frequency chip","inductor, miniature radio frequency chip",material,Electronics\Component\Transformation +"inductor production, ring core choke type","inductor, ring core choke type",material,Electronics\Component\Transformation +"inductor, other production","inductor, other",material,Electronics\Component\Transformation +"industrial furnace production, 1MW, oil","industrial furnace, 1MW, oil",energy,Heat\Oil\Transformation\Infrastructure +"industrial furnace production, coal, 1-10MW","industrial furnace, coal, 1-10MW",energy,Heat\Coal\Transformation\Infrastructure +"industrial furnace production, natural gas","industrial furnace, natural gas",energy,Heat\Gas\Transformation\Infrastructure +"industrial gases production, cryogenic air separation","nitrogen, liquid",energy,Heat\Gas\Transformation\Infrastructure +"industrial gases production, cryogenic air separation","oxygen, liquid",energy,Heat\Gas\Transformation\Infrastructure +"industrial gases production, cryogenic air separation","nitrogen, liquid",energy,Heat\Gas\Transformation\Infrastructure +"industrial gases production, cryogenic air separation","argon, crude, liquid",energy,Heat\Gas\Transformation\Infrastructure +"industrial gases production, cryogenic air separation","oxygen, liquid",energy,Heat\Gas\Transformation\Infrastructure +"industrial gases production, cryogenic air separation","argon, crude, liquid",energy,Heat\Gas\Transformation\Infrastructure +"industrial gases production, cryogenic air separation","argon, crude, liquid",energy,Heat\Gas\Transformation\Infrastructure +"industrial gases production, cryogenic air separation","nitrogen, liquid",energy,Heat\Gas\Transformation\Infrastructure +"industrial gases production, cryogenic air separation","oxygen, liquid",energy,Heat\Gas\Transformation\Infrastructure +"industrial machine production, heavy, unspecified","industrial machine, heavy, unspecified",transport,Building equipment\Transformation\Infrastructure +inert material landfill construction,inert material landfill,processing,Waste\Transformation\Infrastructure +"infrastructure construction, for regional distribution of oil product","infrastructure, for regional distribution of oil product",material,Fuels\Oil\Crude oil\Transformation\Infrastructure +injection moulding,injection moulding,processing,Plastics\Transformation +"inorganic nitrogen fertiliser, as N to generic market for organic nitrogen fertiliser, as N","organic nitrogen fertiliser, as N",material,Chemicals\Fertilisers (inorganic)\Market +"inorganic nitrogen fertiliser, as N to generic market for organo-mineral nitrogen fertiliser, as N","organo-mineral nitrogen fertiliser, as N",material,Chemicals\Fertilisers (organic)\Market +"inorganic phosphorus, as P2O5 to generic market for organic phosphorus, as P2O5","organic phosphorus fertiliser, as P2O5",material,Chemicals\Fertilisers (inorganic)\Market +"inorganic phosphorus, as P2O5 to generic market for organo-mineral phosphorus, as P2O5","organo-mineral phosphorus fertiliser, as P2O5",material,Chemicals\Fertilisers (organic)\Market +"inorganic potassium fertiliser, as K2O to generic market for organic potassium fertiliser, as K2O","organic potassium fertiliser, as K2O",material,Chemicals\Fertilisers (inorganic)\Market +"inorganic potassium fertiliser, as K2O to generic market for organo-mineral potassium fertiliser, as K2O","organo-mineral potassium fertiliser, as K2O",material,Chemicals\Fertilisers (organic)\Market +"installation disassembly, for lis battery",disassembled installation,material,Electronics\Battery\Transformation +"installation production, for lis battery",installation,material,Electronics\Battery\Transformation +"insulated gate bipolar transistor production, for electric vehicle applications","insulated gate bipolar transistor, electric vehicle application",material,Electronics\Component\Transformation +"insulation spiral-seam duct production, rockwool, DN 400, 30 mm","insulation spiral-seam duct, rockwool, DN 400, 30 mm",material,Construction\Ventilation\Transformation +"integrated battery interface system production, for Li-ion battery","integrated battery interface system, for Li-ion battery",material,Electronics\Battery\Transformation +"integrated circuit production, logic type","integrated circuit, logic type",material,Electronics\Component\Transformation +"integrated circuit production, memory type","integrated circuit, memory type",material,Electronics\Component\Transformation +"integrated interface system production, for li-ion battery","management system, for li-ion battery",material,Electronics\Battery\Transformation +"intensification, arable land","land tenure, arable land, measured as carbon net primary productivity",material,Others\Obsolete +intensive beef cattle production on pasture,"cattle for slaughtering, live weight",material,Agricultural\Animal production\Bovine\Transformation +intensive beef cattle production on pasture,"weaned calves, live weight",material,Agricultural\Animal production\Bovine\Transformation +intensive beef cattle production on pasture,"weaned heifers, live weight",material,Agricultural\Animal production\Bovine\Transformation +"intensive beef cattle production, fat steers only, on pasture","cattle for slaughtering, live weight",material,Agricultural\Animal production\Bovine\Transformation +"intensive beef cattle production, fat steers only, on pasture","weaned heifers, live weight",material,Agricultural\Animal production\Bovine\Transformation +"intermodal shipping container production, 20-foot","intermodal shipping container, 20-foot",transport,Intermodal\Transformation\Infrastructure +"intermodal shipping container production, 40-foot","intermodal shipping container, 40-foot",transport,Intermodal\Transformation\Infrastructure +"intermodal shipping container production, 40-foot, high-cube","intermodal shipping container, 40-foot, high-cube",transport,Intermodal\Transformation\Infrastructure +"intermodal shipping container production, 45-foot, high-cube","intermodal shipping container, 45-foot, high-cube",transport,Intermodal\Transformation\Infrastructure +"internal combustion engine production, passenger car","internal combustion engine, passenger car",transport,Road\Transformation\Infrastructure +"internal combustion engine, for lorry","internal combustion engine, for lorry",transport,Road\Transformation\Infrastructure +internet access equipment production,internet access equipment,material,Electronics\Devices\Transformation +"internet access, videoconference, 0.7 Mbit/s","internet access, videoconference, 0.7 Mbit/s",use,Computers & network\Transformation +"internet access, work, 0.2 Mbit/s","internet access, work, 0.2 Mbit/s",use,Computers & network\Transformation +intral production,intral,material,Chemicals\Inorganic\Transformation +inverter production for home storage system,inverter for home storage system,material,Electronics\Photovoltaic\Transformation\Infrastructure +"inverter production, 0.5kW","inverter, 0.5kW",material,Electronics\Photovoltaic\Transformation\Infrastructure +"inverter production, 2.5kW","inverter, 2.5kW",material,Electronics\Photovoltaic\Transformation\Infrastructure +"inverter production, 500kW","inverter, 500kW",material,Electronics\Photovoltaic\Transformation\Infrastructure +"inverter production, for electric passenger car","inverter, for electric passenger car",material,Electronics\Component\Transformation +"inverter, 10 kW, average, at plant","inverter, 10 kW, average, at plant",energy,Electricity by fuel\Photovoltaic\Market\Infrastructure +"inverter, 2.5 kW, average, at plant","inverter, 2.5 kW, average, at plant",energy,Electricity by fuel\Photovoltaic\Market\Infrastructure +"inverter, 20 kW, average, at plant","inverter, 20 kW, average, at plant",energy,Electricity by fuel\Photovoltaic\Market\Infrastructure +"inverter, 5 kW, average, at plant","inverter, 5 kW, average, at plant",energy,Electricity by fuel\Photovoltaic\Market\Infrastructure +"inverter, Mont Soleil installation, at plant","inverter, Mont Soleil installation, at plant",energy,Electricity by fuel\Photovoltaic\Market\Infrastructure +iodine,iodine,energy,Electricity by fuel\Photovoltaic\Market\Infrastructure +iodine production,iodine,material,Chemicals\Inorganic\Transformation +ion-exchanger production for water treatment,ion-exchanger for water treatment,material,Water\Industry water\Transformation\Infrastructure +ioxynil production,ioxynil,material,Chemicals\Organic\Transformation +iridium production,iridium,material,Chemicals\Inorganic\Transformation +iron ore beneficiation,iron ore concentrate,material,Chemicals\Inorganic\Transformation +iron ore beneficiation to 65% Fe,"iron ore, beneficiated, 65% Fe",material,Others\Obsolete +iron ore mine operation and beneficiation,iron ore concentrate,material,Chemicals\Inorganic\Transformation +"iron ore mine operation, 46% Fe","iron ore, crude ore, 46% Fe",material,Minerals\Transformation +"iron ore mine operation, 63% Fe","iron ore, crude ore, 63% Fe",material,Minerals\Transformation +iron pellet production,iron pellet,material,Metals\Ferro\Transformation +"iron scrap, sorted, pressed, Recycled Content cut-off","iron scrap, sorted, pressed",material,Metals\Ferro\Transformation +"iron scrap, unsorted, Recycled Content cut-off","iron scrap, unsorted",material,Metals\Ferro\Transformation +iron sinter production,iron sinter,material,Metals\Ferro\Transformation +iron sulfate production,iron sulfate,material,Chemicals\Inorganic\Transformation +iron-nickel-chromium alloy production,iron-nickel-chromium alloy,material,Metals\Alloys\Transformation +iron(II) chloride production,iron(II) chloride,material,Chemicals\Inorganic\Transformation +"iron(III) chloride production, product in 40% solution state","iron (III) chloride, without water, in 40% solution state",material,Chemicals\Inorganic\Transformation +"iron(iii) chloride production, product in 40% solution state","iron(iii) chloride, without water, in 40% solution state",material,Chemicals\Inorganic\Transformation +"iron(iii) chloride production, product in 40% solution state","iron(iii) chloride, without water, in 40% solution state",material,Chemicals\Inorganic\Transformation +"iron(III) chloride production, without water, in 12% iron solution state","iron(III) chloride, without water, in a 12% iron solution state",material,Chemicals\Inorganic\Transformation +"iron(III) chloride production, without water, in 14% iron solution state","iron(III) chloride, without water, in 14% iron solution state",material,Chemicals\Inorganic\Transformation +"iron(III) sulfate production, without water, in 12.5% iron solution state","iron(III) sulfate, without water, in 12.5% iron solution state",material,Chemicals\Inorganic\Transformation +irrigation,irrigation,processing,Others\Obsolete +"irrigation, drip",irrigation,processing,Agricultural\Transformation +"irrigation, sprinkler",irrigation,processing,Agricultural\Transformation +"irrigation, surface",irrigation,processing,Agricultural\Transformation +isobutyl acetate production,isobutyl acetate,material,Chemicals\Organic\Transformation +isohexane production,isohexane,material,Chemicals\Organic\Transformation +isolated phase bus,isolated phase bus,material,Electronics\Battery\Transformation +isolated phase bus,isolated phase bus,material,Electronics\Battery\Transformation +isophorondiisocyanate production,isophorondiisocyante,material,Chemicals\Organic\Transformation +isophthalic acid based unsaturated polyester resin production,isophthalic acid based unsaturated polyester resin,material,Chemicals\Organic\Transformation +isopropanol production,isopropanol,material,Chemicals\Organic\Transformation +isopropyl acetate production,isopropyl acetate,material,Chemicals\Organic\Transformation +isopropylamine production,isopropylamine,material,Chemicals\Organic\Transformation +isoproturon production,isoproturon,material,Chemicals\Pesticides\Transformation +jatropha seed production,jatropha seed,material,Agricultural\Plant seeds\Transformation +"jute production, irrigated","jute plant, harvested",material,Agricultural\Intermediate products\Transformation +"jute production, irrigated",jute fibre,material,Others\Obsolete +"jute production, irrigated",stalk,material,Others\Obsolete +"jute production, rainfed","jute plant, harvested",material,Agricultural\Intermediate products\Transformation +"jute production, rainfed",jute fibre,material,Others\Obsolete +"jute production, rainfed",stalk,material,Others\Obsolete +kaolin production,kaolin,material,Chemicals\Inorganic\Transformation +"kaolin to generic market for refractory material, acid","refractory material, acid",material,Construction\Bricks\Market +"kenaf production, irrigated","kenaf plant, harvested",material,Agricultural\Intermediate products\Transformation +"kerosene production, from methanol, from wood, with CCS, economic allocation","kerosene, synthetic",material,Fuels\Oil\Kerosene\Market\Import +"kerosene production, from methanol, from wood, with CCS, energy allocation","kerosene, synthetic",material,Fuels\Oil\Kerosene\Market\Import +"kerosene production, from methanol, hydrogen from coal gasification, economic allocation","kerosene, synthetic",material,Fuels\Oil\Kerosene\Market\Import +"kerosene production, from methanol, hydrogen from coal gasification, energy allocation","kerosene, synthetic",material,Fuels\Oil\Kerosene\Market\Import +"kerosene production, from methanol, hydrogen from coal gasification, with CCS, economic allocation","kerosene, synthetic",material,Fuels\Oil\Kerosene\Market\Import +"kerosene production, from methanol, hydrogen from coal gasification, with CCS, energy allocation","kerosene, synthetic",material,Fuels\Oil\Kerosene\Market\Import +"kerosene production, from methanol, hydrogen from electrolysis, CO2 from cement plant, economic allocation","kerosene, synthetic",material,Fuels\Oil\Kerosene\Market\Import +"kerosene production, from methanol, hydrogen from electrolysis, CO2 from cement plant, energy allocation","kerosene, synthetic",material,Fuels\Oil\Kerosene\Market\Import +"kerosene production, from methanol, hydrogen from electrolysis, CO2 from DAC, economic allocation","kerosene, synthetic",material,Fuels\Oil\Kerosene\Market\Import +"kerosene production, from methanol, hydrogen from electrolysis, CO2 from DAC, energy allocation","kerosene, synthetic",material,Fuels\Oil\Kerosene\Market\Import +"kerosene production, petroleum refinery operation",kerosene,material,Fuels\Oil\Kerosene\Transformation +"kerosene production, synthetic, Fischer Tropsch process, from natural gas, energy allocation","kerosene, synthetic",material,Fuels\Oil\Kerosene\Market\Import +"kerosene production, synthetic, Fischer Tropsch process, from natural gas, energy allocation, with carbon capture and storage","kerosene, synthetic",material,Fuels\Oil\Kerosene\Market\Import +"kerosene production, synthetic, Fischer Tropsch process, hydrogen from coal gasification, economic allocation","kerosene, synthetic",material,Fuels\Oil\Kerosene\Market\Import +"kerosene production, synthetic, Fischer Tropsch process, hydrogen from coal gasification, energy allocation","kerosene, synthetic",material,Fuels\Oil\Kerosene\Market\Import +"kerosene production, synthetic, Fischer Tropsch process, hydrogen from coal gasification, with CCS, economic allocation","kerosene, synthetic",material,Fuels\Oil\Kerosene\Market\Import +"kerosene production, synthetic, Fischer Tropsch process, hydrogen from coal gasification, with CCS, energy allocation","kerosene, synthetic",material,Fuels\Oil\Kerosene\Market\Import +"kerosene production, synthetic, Fischer Tropsch process, hydrogen from electrolysis, economic allocation","kerosene, synthetic",material,Fuels\Oil\Kerosene\Market\Import +"kerosene production, synthetic, Fischer Tropsch process, hydrogen from electrolysis, energy allocation","kerosene, synthetic",material,Fuels\Oil\Kerosene\Market\Import +"kerosene production, synthetic, Fischer Tropsch process, hydrogen from wood gasification, economic allocation","kerosene, synthetic",material,Fuels\Oil\Kerosene\Market\Import +"kerosene production, synthetic, Fischer Tropsch process, hydrogen from wood gasification, energy allocation","kerosene, synthetic",material,Fuels\Oil\Kerosene\Market\Import +"kerosene production, synthetic, Fischer Tropsch process, hydrogen from wood gasification, with CCS, economic allocation","kerosene, synthetic",material,Fuels\Oil\Kerosene\Market\Import +"kerosene production, synthetic, Fischer Tropsch process, hydrogen from wood gasification, with CCS, energy allocation","kerosene, synthetic",material,Fuels\Oil\Kerosene\Market\Import +"kerosene production, synthetic, from Fischer Tropsch process, hydrogen from coal gasification, economic allocation, at fuelling station","kerosene, synthetic",material,Fuels\Oil\Kerosene\Market\Import +"kerosene production, synthetic, from Fischer Tropsch process, hydrogen from coal gasification, energy allocation, at fuelling station","kerosene, synthetic",material,Fuels\Oil\Kerosene\Market\Import +"kerosene production, synthetic, from Fischer Tropsch process, hydrogen from coal gasification, with CCS, economic allocation, at fuelling station","kerosene, synthetic",material,Fuels\Oil\Kerosene\Market\Import +"kerosene production, synthetic, from Fischer Tropsch process, hydrogen from coal gasification, with CCS, energy allocation, at fuelling station","kerosene, synthetic",material,Fuels\Oil\Kerosene\Market\Import +"kerosene production, synthetic, from Fischer Tropsch process, hydrogen from electrolysis, economic allocation, at fuelling station","kerosene, synthetic",material,Fuels\Oil\Kerosene\Market\Import +"kerosene production, synthetic, from Fischer Tropsch process, hydrogen from electrolysis, energy allocation, at fuelling station","kerosene, synthetic",material,Fuels\Oil\Kerosene\Market\Import +"kerosene production, synthetic, from Fischer Tropsch process, hydrogen from wood gasification, economic allocation, at fuelling station","kerosene, synthetic",material,Fuels\Oil\Kerosene\Market\Import +"kerosene production, synthetic, from Fischer Tropsch process, hydrogen from wood gasification, energy allocation, at fuelling station","kerosene, synthetic",material,Fuels\Oil\Kerosene\Market\Import +"kerosene production, synthetic, from Fischer Tropsch process, hydrogen from wood gasification, with CCS, economic allocation, at fuelling station","kerosene, synthetic",material,Fuels\Oil\Kerosene\Market\Import +"kerosene production, synthetic, from Fischer Tropsch process, hydrogen from wood gasification, with CCS, energy allocation, at fuelling station","kerosene, synthetic",material,Fuels\Oil\Kerosene\Market\Import +"kerosene production, synthetic, from methanol, from wood, with CCS, economic allocation, at fuelling station","kerosene, synthetic, vehicle grade",material,Fuels\Oil\Kerosene\Market\Import +"kerosene production, synthetic, from methanol, from wood, with CCS, energy allocation, at fuelling station","kerosene, synthetic, vehicle grade",material,Fuels\Oil\Kerosene\Market\Import +"kerosene production, synthetic, from methanol, hydrogen from coal gasification, economic allocation, at fuelling station","kerosene, synthetic, vehicle grade",material,Fuels\Oil\Kerosene\Market\Import +"kerosene production, synthetic, from methanol, hydrogen from coal gasification, energy allocation, at fuelling station","kerosene, synthetic, vehicle grade",material,Fuels\Oil\Kerosene\Market\Import +"kerosene production, synthetic, from methanol, hydrogen from coal gasification, with CCS, economic allocation, at fuelling station","kerosene, synthetic, vehicle grade",material,Fuels\Oil\Kerosene\Market\Import +"kerosene production, synthetic, from methanol, hydrogen from coal gasification, with CCS, energy allocation, at fuelling station","kerosene, synthetic, vehicle grade",material,Fuels\Oil\Kerosene\Market\Import +"kerosene production, synthetic, from methanol, hydrogen from electrolysis, CO2 from cement plant, economic allocation, at fuelling station","kerosene, synthetic, vehicle grade",material,Fuels\Oil\Kerosene\Market\Import +"kerosene production, synthetic, from methanol, hydrogen from electrolysis, CO2 from cement plant, energy allocation, at fuelling station","kerosene, synthetic, vehicle grade",material,Fuels\Oil\Kerosene\Market\Import +"kerosene production, synthetic, from methanol, hydrogen from electrolysis, CO2 from DAC, economic allocation, at fuelling station","kerosene, synthetic, vehicle grade",material,Fuels\Oil\Kerosene\Market\Import +"kerosene production, synthetic, from methanol, hydrogen from electrolysis, CO2 from DAC, energy allocation, at fuelling station","kerosene, synthetic, vehicle grade",material,Fuels\Oil\Kerosene\Market\Import +"kerosene production, via Fischer-Tropsch, from forest product (non-residual), energy allocation","kerosene, from forest residues",material,Fuels\Oil\Kerosene\Market\Import +"kerosene production, via Fischer-Tropsch, from forest product (non-residual), with carbon capture and storage, energy allocation","kerosene, from forest residues",material,Fuels\Oil\Kerosene\Market\Import +"kerosene production, via Fischer-Tropsch, from forest residues, energy allocation","kerosene, from forest residues",material,Fuels\Oil\Kerosene\Market\Import +"kerosene, import from Europe",kerosene,material,Fuels\Oil\Kerosene\Market\Import +"kerosene, import from RoW",kerosene,material,Fuels\Oil\Kerosene\Market\Import +keyboard production,keyboard,material,Electronics\Devices\Transformation +"kick Scooter, electric, <1kW, LFP battery","kick Scooter, electric, <1kW",transport,Road\Transformation\Infrastructure +"kick Scooter, electric, <1kW, NCA battery","kick Scooter, electric, <1kW",transport,Road\Transformation\Infrastructure +"kick scooter, electric, <1kw, nmc battery","kick scooter, electric, <1kw",transport,Road\Transformation\Infrastructure +kiwi production,kiwi,material,Agricultural\Plant production\Fruits\Transformation +kraft paper production,"tall oil, crude",material,Chemicals\Others\Transformation +kraft paper production,turpentine,material,Chemicals\Others\Transformation +kraft paper production,"heat, district or industrial, other than natural gas",energy,Heat\Others\Transformation +kraft paper production,"electricity, high voltage",energy,Others\Transformation +kraft paper production,kraft paper,material,Paper+ Board\Packaging paper\Transformation +kraft paper production,"bark chips, wet, measured as dry mass",material,Wood\Byproducts\Transformation +"kraft paper production, bleached","kraft paper, bleached",material,Others\Obsolete +"kraft paper production, unbleached","kraft paper, unbleached",material,Others\Obsolete +krypton to generic market for inert gas for discharge lamps,inert gas for discharge lamps,material,Chemicals\Organic\Market +lactic acid production,lactic acid,material,Chemicals\Organic\Transformation +"laminated timber element production, for outdoor use","residual wood, dry",material,Wood\Byproducts\Transformation +"laminated timber element production, for outdoor use","laminated timber element, transversally prestressed, for outdoor use",material,Wood\Products\Transformation +"laminating service, foil, with acrylic binder","laminating service, foil, with acrylic binder",processing,Others\Transformation +"land already in use, annual cropland to annual crop","land tenure, arable land, measured as carbon net primary productivity, annual crop",use,Land transformation\Transformation +"land already in use, annual cropland to forest, intensive","land tenure, arable land, measured as carbon net primary productivity, forest, intensive",use,Land transformation\Transformation +"land already in use, annual cropland to pasture, man made","land tenure, arable land, measured as carbon net primary productivity, pasture, man made",use,Land transformation\Transformation +"land already in use, annual cropland to perennial crop","land tenure, arable land, measured as carbon net primary productivity, perennial crop",use,Land transformation\Transformation +"land already in use, arable land","land tenure, arable land, measured as carbon net primary productivity",material,Others\Obsolete +"land already in use, forest, intensive to annual crop","land tenure, arable land, measured as carbon net primary productivity, annual crop",use,Land transformation\Transformation +"land already in use, forest, intensive to pasture, man made","land tenure, arable land, measured as carbon net primary productivity, pasture, man made",use,Land transformation\Transformation +"land already in use, forest, intensive to perennial crop","land tenure, arable land, measured as carbon net primary productivity, perennial crop",use,Land transformation\Transformation +"land already in use, pasture, man made to annual crop","land tenure, arable land, measured as carbon net primary productivity, annual crop",use,Land transformation\Transformation +"land already in use, pasture, man made to forest, intensive","land tenure, arable land, measured as carbon net primary productivity, forest, intensive",use,Land transformation\Transformation +"land already in use, pasture, man made to perennial crop","land tenure, arable land, measured as carbon net primary productivity, perennial crop",use,Land transformation\Transformation +"land already in use, perennial cropland to annual crop","land tenure, arable land, measured as carbon net primary productivity, annual crop",use,Land transformation\Transformation +"land already in use, perennial cropland to forest, intensive","land tenure, arable land, measured as carbon net primary productivity, forest, intensive",use,Land transformation\Transformation +"land already in use, perennial cropland to pasture, man made","land tenure, arable land, measured as carbon net primary productivity, pasture, man made",use,Land transformation\Transformation +"land already in use, perennial cropland to perennial crop","land tenure, arable land, measured as carbon net primary productivity, perennial crop",use,Land transformation\Transformation +"land use change, annual crop","land use change, annual crop",use,Land transformation\Transformation +"land use change, forest, intensive","land use change, forest, intensive",processing,Land transformation\Transformation +"land use change, paddy rice","land use change, paddy rice",use,Land transformation\Transformation +"land use change, pasture, man made","land use change, pasture, man made",processing,Land transformation\Transformation +"land use change, perennial crop","land use change, perennial crop",processing,Land transformation\Transformation +"landed anchovy by-catch, fresh to generic market for marine fish",marine fish,material,Agricultural\Animal production\Fish\Market +landed anchovy to generic market for marine fish,marine fish,material,Agricultural\Animal production\Fish\Market +landed hake to generic market for marine fish,marine fish,material,Agricultural\Animal production\Fish\Market +landed tuna to generic market for marine fish,marine fish,material,Agricultural\Animal production\Fish\Market +lanthanum oxide to generic market for mischmetal,mischmetal,material,Metals\Non ferro\Market +lanthanum-cerium oxide to generic market for mischmetal,mischmetal,material,Metals\Non ferro\Market +"laser machining, metal, with CO2-laser, 2000W power","laser machining, metal, with CO2-laser, 2000W power",processing,Metals\Chipless shaping\Transformation +"laser machining, metal, with CO2-laser, 2700W power","laser machining, metal, with CO2-laser, 2700W power",processing,Metals\Chipless shaping\Transformation +"laser machining, metal, with CO2-laser, 3200W power","laser machining, metal, with CO2-laser, 3200W power",processing,Metals\Chipless shaping\Transformation +"laser machining, metal, with CO2-laser, 4000W power","laser machining, metal, with CO2-laser, 4000W power",processing,Metals\Chipless shaping\Transformation +"laser machining, metal, with CO2-laser, 5000W power","laser machining, metal, with CO2-laser, 5000W power",processing,Metals\Chipless shaping\Transformation +"laser machining, metal, with CO2-laser, 6000W power","laser machining, metal, with CO2-laser, 6000W power",processing,Metals\Chipless shaping\Transformation +"laser machining, metal, with YAG-laser, 120W power","laser machining, metal, with YAG-laser, 120W power",processing,Metals\Chipless shaping\Transformation +"laser machining, metal, with YAG-laser, 200W power","laser machining, metal, with YAG-laser, 200W power",processing,Metals\Chipless shaping\Transformation +"laser machining, metal, with YAG-laser, 30W power","laser machining, metal, with YAG-laser, 30W power",processing,Metals\Chipless shaping\Transformation +"laser machining, metal, with YAG-laser, 330W power","laser machining, metal, with YAG-laser, 330W power",processing,Metals\Chipless shaping\Transformation +"laser machining, metal, with YAG-laser, 40W power","laser machining, metal, with YAG-laser, 40W power",processing,Metals\Chipless shaping\Transformation +"laser machining, metal, with YAG-laser, 500W power","laser machining, metal, with YAG-laser, 500W power",processing,Metals\Chipless shaping\Transformation +"laser machining, metal, with YAG-laser, 50W power","laser machining, metal, with YAG-laser, 50W power",processing,Metals\Chipless shaping\Transformation +"laser machining, metal, with YAG-laser, 60W power","laser machining, metal, with YAG-laser, 60W power",processing,Metals\Chipless shaping\Transformation +laterite quarry operation,"laterite, mineral",material,Minerals\Transformation +latex production,latex,material,Chemicals\Others\Transformation +"lath, hardwood, raw, air drying","sawnwood, lath, hardwood, raw, air dried",material,Others\Obsolete +"lath, hardwood, raw, air drying to u=20%","sawnwood, lath, hardwood, raw, dried (u=20%)",material,Wood\Products\Transformation +"lath, hardwood, raw, kiln drying","sawnwood, lath, hardwood, raw, kiln dried",material,Others\Obsolete +"lath, hardwood, raw, kiln drying to u=10%","sawnwood, lath, hardwood, raw, dried (u=10%)",material,Wood\Products\Transformation +"lath, hardwood, raw, kiln drying to u=20%","sawnwood, lath, hardwood, raw, dried (u=20%)",material,Wood\Products\Transformation +"lath, softwood, raw, air drying","sawnwood, lath, softwood, raw, air dried",material,Others\Obsolete +"lath, softwood, raw, air drying to u=20%","sawnwood, lath, softwood, raw, dried (u=20%)",material,Wood\Products\Transformation +"lath, softwood, raw, kiln drying","sawnwood, lath, softwood, raw, kiln dried",material,Others\Obsolete +"lath, softwood, raw, kiln drying to u=10%","sawnwood, lath, softwood, raw, dried (u=10%)",material,Wood\Products\Transformation +"lath, softwood, raw, kiln drying to u=20%","sawnwood, lath, softwood, raw, dried (u=20%)",material,Wood\Products\Transformation +lauric diethanolamide production,lauric diethanolamide,material,Chemicals\Organic\Transformation +"layered sodium silicate production, SKS-6, powder","layered sodium silicate, SKS-6, powder",material,Chemicals\Washing agents\Builders\Transformation +leaching of spodumene with sulfuric acid,lithium carbonate,material,Others\Obsolete +leaching of spodumene with sulfuric acid,"sodium sulfate, anhydrite",material,Others\Obsolete +"lead acid battery, for lorry","lead acid battery, for lorry",transport,Road\Transformation\Infrastructure +lead concentrate stockpiling,lead concentrate stockpiling,material,Minerals\Transformation +"lean concrete production, for building construction, with cement ZN/D",lean concrete,material,Construction\Concrete\Transformation +"lean concrete production, for building construction, with cement ZN/D, with 100% RC-M aggregates","waste mixed aggregates, from demolition",waste treatment,Construction waste\Transformation +"lean concrete production, for building construction, with cement ZN/D, with 100% RC-M aggregates",lean concrete,material,Construction\Concrete\Transformation +"lean concrete production, with cement CEM II/A",lean concrete,material,Construction\Concrete\Transformation +"lean concrete production, with cement CEM II/B",lean concrete,material,Construction\Concrete\Transformation +lemon production,lemon,material,Agricultural\Plant production\Fruits\Transformation +lentil production,lentil,material,Agricultural\Plant production\Legumes\Transformation +"lentil seed production, for sowing","lentil seed, for sowing",material,Agricultural\Plant seeds\Transformation +"lettuce360 production, in heated greenhouse",lettuce,material,Agricultural\Plant production\Vegetables\Transformation +lettuce361 production,lettuce,material,Agricultural\Plant production\Vegetables\Transformation +light clay brick production,light clay brick,material,Construction\Bricks\Transformation +light commercial vehicle production,light commercial vehicle,transport,Road\Transformation\Infrastructure +"light duty truck, battery electric, NMC-622 battery, 3.5t gross weight, long haul",light duty truck,transport,Road\Transformation\Infrastructure +"light duty truck, battery electric, NMC-622 battery, 7.5t gross weight, long haul",light duty truck,transport,Road\Transformation\Infrastructure +"Light duty truck, compressed gas, 3.5t gross weight, EURO-III, long haul","light duty truck, EURO-III",transport,Road\Transformation\Infrastructure +"Light duty truck, compressed gas, 3.5t gross weight, EURO-IV, long haul","light duty truck, EURO-IV",transport,Road\Transformation\Infrastructure +"Light duty truck, compressed gas, 3.5t gross weight, EURO-V, long haul","light duty truck, EURO-V",transport,Road\Transformation\Infrastructure +"Light duty truck, compressed gas, 3.5t gross weight, EURO-VI, long haul","light duty truck, EURO-VI",transport,Road\Transformation\Infrastructure +"Light duty truck, compressed gas, 7.5t gross weight, EURO-III, long haul","light duty truck, EURO-III",transport,Road\Transformation\Infrastructure +"Light duty truck, compressed gas, 7.5t gross weight, EURO-IV, long haul","light duty truck, EURO-IV",transport,Road\Transformation\Infrastructure +"Light duty truck, compressed gas, 7.5t gross weight, EURO-V, long haul","light duty truck, EURO-V",transport,Road\Transformation\Infrastructure +"Light duty truck, compressed gas, 7.5t gross weight, EURO-VI, long haul","light duty truck, EURO-VI",transport,Road\Transformation\Infrastructure +"Light duty truck, diesel hybrid, 3.5t gross weight, EURO-VI, long haul","light duty truck, EURO-VI",transport,Road\Transformation\Infrastructure +"Light duty truck, diesel hybrid, 7.5t gross weight, EURO-VI, long haul","light duty truck, EURO-VI",transport,Road\Transformation\Infrastructure +"Light duty truck, diesel, 3.5t gross weight, EURO-III, long haul","light duty truck, EURO-III",transport,Road\Transformation\Infrastructure +"Light duty truck, diesel, 3.5t gross weight, EURO-IV, long haul","light duty truck, EURO-IV",transport,Road\Transformation\Infrastructure +"Light duty truck, diesel, 3.5t gross weight, EURO-V, long haul","light duty truck, EURO-V",transport,Road\Transformation\Infrastructure +"Light duty truck, diesel, 3.5t gross weight, EURO-VI, long haul","light duty truck, EURO-VI",transport,Road\Transformation\Infrastructure +"Light duty truck, diesel, 7.5t gross weight, EURO-III, long haul","light duty truck, EURO-III",transport,Road\Transformation\Infrastructure +"Light duty truck, diesel, 7.5t gross weight, EURO-IV, long haul","light duty truck, EURO-IV",transport,Road\Transformation\Infrastructure +"Light duty truck, diesel, 7.5t gross weight, EURO-V, long haul","light duty truck, EURO-V",transport,Road\Transformation\Infrastructure +"Light duty truck, diesel, 7.5t gross weight, EURO-VI, long haul","light duty truck, EURO-VI",transport,Road\Transformation\Infrastructure +"light duty truck, fuel cell electric, 3.5t gross weight, long haul",light duty truck,transport,Road\Transformation\Infrastructure +"light duty truck, fuel cell electric, 7.5t gross weight, long haul",light duty truck,transport,Road\Transformation\Infrastructure +"Light duty truck, plugin diesel hybrid, 3.5t gross weight, EURO-VI, long haul","light duty truck, EURO-VI",transport,Road\Transformation\Infrastructure +"Light duty truck, plugin diesel hybrid, 7.5t gross weight, EURO-VI, long haul","light duty truck, EURO-VI",transport,Road\Transformation\Infrastructure +light emitting diode production,light emitting diode,material,Electronics\Component\Transformation +"light fuel oil production, from waste polyethylene",pitch,material,Construction\Sealing\Transformation +"light fuel oil production, from waste polyethylene",light fuel oil,material,Fuels\Oil\Fuel oil\Transformation +"light fuel oil production, petroleum refinery operation",light fuel oil,material,Fuels\Oil\Fuel oil\Transformation +"light fuel oil to generic market for residual hydrocarbon mix, from steam cracking operations","residual hydrocarbon mix, from steam cracking operations",material,Fuels\Oil\Fuel oil\Transformation +"light fuel oil, import from Europe",light fuel oil,material,Fuels\Oil\Fuel oil\Market\Import +"light fuel oil, import from RoW",light fuel oil,material,Fuels\Oil\Fuel oil\Market\Import +light mortar production,light mortar,material,Construction\Binders\Transformation +"light olefins production, from methanol-to-olefins conversion, ethylene-to-propylene ratio of 0.67","petrol, low-sulfur",material,Fuels\Biofuels\Ethanol\Transformation +"light olefins production, from methanol-to-olefins conversion, ethylene-to-propylene ratio of 0.67",pentane,material,Fuels\Biofuels\Ethanol\Transformation +"light olefins production, from methanol-to-olefins conversion, ethylene-to-propylene ratio of 0.67",propylene,material,Fuels\Biofuels\Ethanol\Transformation +"light olefins production, from methanol-to-olefins conversion, ethylene-to-propylene ratio of 0.67",liquefied petroleum gas,material,Fuels\Biofuels\Ethanol\Transformation +"light olefins production, from methanol-to-olefins conversion, ethylene-to-propylene ratio of 0.67",ethylene,material,Fuels\Biofuels\Ethanol\Transformation +"light olefins production, from methanol-to-olefins conversion, ethylene-to-propylene ratio of 1.51","butene, mixed",material,Fuels\Biofuels\Ethanol\Transformation +"light olefins production, from methanol-to-olefins conversion, ethylene-to-propylene ratio of 1.51",propylene,material,Fuels\Biofuels\Ethanol\Transformation +"light olefins production, from methanol-to-olefins conversion, ethylene-to-propylene ratio of 1.51","hydrogen, gaseous, low pressure",material,Fuels\Biofuels\Ethanol\Transformation +"light olefins production, from methanol-to-olefins conversion, ethylene-to-propylene ratio of 1.51",pentane,material,Fuels\Biofuels\Ethanol\Transformation +"light olefins production, from methanol-to-olefins conversion, ethylene-to-propylene ratio of 1.51",ethylene,material,Fuels\Biofuels\Ethanol\Transformation +"light olefins production, from methanol-to-olefins conversion, ethylene-to-propylene ratio of 1.51","electricity, medium voltage",energy,Others\Obsolete +"lightweight concrete block production, expanded clay","lightweight concrete block, expanded clay",material,Construction\Concrete\Transformation +"lightweight concrete block production, expanded perlite","lightweight concrete block, expanded perlite",material,Construction\Concrete\Transformation +"lightweight concrete block production, expanded vermiculite","lightweight concrete block, expanded vermiculite",material,Construction\Concrete\Transformation +"lightweight concrete block production, polystyrene","lightweight concrete block, polystyrene",material,Construction\Concrete\Transformation +"lightweight concrete block production, pumice","lightweight concrete block, pumice",material,Construction\Concrete\Transformation +lignite briquettes factory construction,lignite briquettes factory,material,Fuels\Lignite\Transformation\Infrastructure +lignite briquettes production,lignite briquettes,material,Fuels\Lignite\Transformation +lignite dust factory construction,lignite dust factory,material,Fuels\Lignite\Transformation\Infrastructure +lignite igcc power plant 450mw,lignite igcc power plant 450mw,material,Fuels\Lignite\Transformation\Infrastructure +lignite mine operation,lignite,material,Fuels\Lignite\Transformation +lignite power plant construction,lignite power plant,energy,Electricity by fuel\Coal\Transformation\Infrastructure +lime mortar production,lime mortar,material,Construction\Binders\Transformation +"lime production, algae",lime,material,Minerals\Transformation +"lime production, hydrated, loose weight","lime, hydrated, loose weight",material,Chemicals\Inorganic\Transformation +"lime production, hydrated, packed","lime, hydrated, packed",material,Chemicals\Inorganic\Transformation +"lime production, hydraulic","lime, hydraulic",material,Chemicals\Inorganic\Transformation +"lime production, milled, loose",lime,material,Minerals\Transformation +"lime production, milled, packed","lime, packed",material,Minerals\Transformation +lime to generic market for soil pH raising agent,"soil pH raising agent, as CaCO3",material,Chemicals\Fertilisers (inorganic)\Market +"lime, from liquid packaging board production to generic market for soil pH raising agent","soil pH raising agent, as CaCO3",material,Chemicals\Fertilisers (inorganic)\Transformation +"limestone and gypsum application, by spreader","limestone and gypsum application, by spreader",processing,Agricultural\Transformation +"limestone production, crushed, for mill","limestone, crushed, for mill",material,Minerals\Transformation +"limestone production, crushed, washed","limestone, crushed, washed",material,Minerals\Transformation +limestone quarry construction,limestone quarry infrastructure,material,Minerals\Transformation\Infrastructure +limestone quarry operation,"limestone, unprocessed",material,Minerals\Transformation +"limestone, crushed, washed to generic market for supplementary cementitious materials",supplementary cementitious materials,material,Construction\Coverings\Market +liner containment ni epr,liner containment ni epr,material,Construction\Coverings\Market +"linerboard production, kraftliner","electricity, medium voltage",energy,Others\Obsolete +"linerboard production, kraftliner","heat, district or industrial, other than natural gas",energy,Others\Obsolete +"linerboard production, kraftliner",pitch,material,Others\Obsolete +"linerboard production, kraftliner","residual softwood, wet",material,Others\Obsolete +"linerboard production, kraftliner","solvent, organic",material,Others\Obsolete +"lino3 production, for lis battery",lino3,material,Electronics\Battery\Transformation +linseed production,linseed,material,Agricultural\Plant production\Oil seeds\Transformation +"linseed seed production, at farm","linseed seed, at farm",material,Agricultural\Plant seeds\Transformation +"linseed seed production, for sowing","linseed seed, for sowing",material,Agricultural\Plant seeds\Transformation +"liquefied petroleum gas production, from methanol, from wood, with CCS, economic allocation","liquefied petroleum gas, synthetic",material,Fuels\Others\Transformation +"liquefied petroleum gas production, from methanol, from wood, with CCS, energy allocation","liquefied petroleum gas, synthetic",material,Fuels\Others\Transformation +"liquefied petroleum gas production, from methanol, hydrogen from coal gasification, economic allocation","liquefied petroleum gas, synthetic",material,Fuels\Others\Transformation +"liquefied petroleum gas production, from methanol, hydrogen from coal gasification, energy allocation","liquefied petroleum gas, synthetic",material,Fuels\Others\Transformation +"liquefied petroleum gas production, from methanol, hydrogen from coal gasification, with CCS, economic allocation","liquefied petroleum gas, synthetic",material,Fuels\Others\Transformation +"liquefied petroleum gas production, from methanol, hydrogen from coal gasification, with CCS, energy allocation","liquefied petroleum gas, synthetic",material,Fuels\Others\Transformation +"liquefied petroleum gas production, from methanol, hydrogen from electrolysis, CO2 from cement plant, economic allocation","liquefied petroleum gas, synthetic",material,Fuels\Others\Transformation +"liquefied petroleum gas production, from methanol, hydrogen from electrolysis, CO2 from cement plant, energy allocation","liquefied petroleum gas, synthetic",material,Fuels\Others\Transformation +"liquefied petroleum gas production, from methanol, hydrogen from electrolysis, CO2 from DAC, economic allocation","liquefied petroleum gas, synthetic",material,Fuels\Others\Transformation +"liquefied petroleum gas production, from methanol, hydrogen from electrolysis, CO2 from DAC, energy allocation","liquefied petroleum gas, synthetic",material,Fuels\Others\Transformation +"liquefied petroleum gas production, petroleum refinery operation",liquefied petroleum gas,material,Fuels\Oil\Propane/butane\Transformation +"liquefied petroleum gas production, synthetic, Fischer Tropsch process, from coal, energy allocation, with carbon capture and storage","liquefied petroleum gas, synthetic",material,Fuels\Others\Transformation +"liquefied petroleum gas production, synthetic, Fischer Tropsch process, from natural gas, energy allocation","liquefied petroleum gas, synthetic",material,Fuels\Oil\Crude oil\Transformation +"liquefied petroleum gas production, synthetic, Fischer Tropsch process, from natural gas, energy allocation, with carbon capture and storage","liquefied petroleum gas, synthetic",material,Fuels\Oil\Crude oil\Transformation +"liquefied petroleum gas production, synthetic, Fischer Tropsch process, hydrogen from electrolysis, energy allocation","liquefied petroleum gas, synthetic",material,Fuels\Others\Transformation +"liquefied petroleum gas production, synthetic, Fischer Tropsch process, hydrogen from wood gasification, energy allocation","liquefied petroleum gas, synthetic",material,Chemicals\Gases\Market +"liquefied petroleum gas production, synthetic, Fischer Tropsch process, hydrogen from wood gasification, energy allocation, with carbon capture and storage","liquefied petroleum gas, synthetic",material,Chemicals\Gases\Market +"liquefied petroleum gas production, synthetic, from methanol, from wood, with CCS, economic allocation, at fuelling station","liquefied petroleum gas, synthetic, vehicle grade",material,Fuels\Others\Transformation +"liquefied petroleum gas production, synthetic, from methanol, from wood, with CCS, energy allocation, at fuelling station","liquefied petroleum gas, synthetic, vehicle grade",material,Fuels\Others\Transformation +"liquefied petroleum gas production, synthetic, from methanol, hydrogen from coal gasification, economic allocation, at fuelling station","liquefied petroleum gas, synthetic, vehicle grade",material,Fuels\Others\Transformation +"liquefied petroleum gas production, synthetic, from methanol, hydrogen from coal gasification, energy allocation, at fuelling station","liquefied petroleum gas, synthetic, vehicle grade",material,Fuels\Others\Transformation +"liquefied petroleum gas production, synthetic, from methanol, hydrogen from coal gasification, with CCS, economic allocation, at fuelling station","liquefied petroleum gas, synthetic, vehicle grade",material,Fuels\Others\Transformation +"liquefied petroleum gas production, synthetic, from methanol, hydrogen from coal gasification, with CCS, energy allocation, at fuelling station","liquefied petroleum gas, synthetic, vehicle grade",material,Fuels\Others\Transformation +"liquefied petroleum gas production, synthetic, from methanol, hydrogen from electrolysis, CO2 from cement plant, economic allocation, at fuelling station","liquefied petroleum gas, synthetic, vehicle grade",material,Fuels\Others\Transformation +"liquefied petroleum gas production, synthetic, from methanol, hydrogen from electrolysis, CO2 from cement plant, energy allocation, at fuelling station","liquefied petroleum gas, synthetic, vehicle grade",material,Fuels\Others\Transformation +"liquefied petroleum gas production, synthetic, from methanol, hydrogen from electrolysis, CO2 from DAC, economic allocation, at fuelling station","liquefied petroleum gas, synthetic, vehicle grade",material,Fuels\Others\Transformation +"liquefied petroleum gas production, synthetic, from methanol, hydrogen from electrolysis, CO2 from DAC, energy allocation, at fuelling station","liquefied petroleum gas, synthetic, vehicle grade",material,Fuels\Others\Transformation +"liquefied petroleum gas, import from Europe",liquefied petroleum gas,material,Fuels\Oil\Propane/butane\Market\Import +"liquefied petroleum gas, import from RoW",liquefied petroleum gas,material,Fuels\Oil\Propane/butane\Market\Import +"liquid crystal display production, minor components, auxilliaries and assembly effort","liquid crystal display, minor components, auxilliaries and assembly effort",material,Electronics\Module\Transformation +"liquid crystal display production, unmounted","liquid crystal display, unmounted",material,Electronics\Module\Transformation +"liquid crystal display production, unmounted, mobile device","liquid crystal display, unmounted, mobile device",material,Electronics\Module\Transformation +"liquid manure spreading, by vacuum tanker","liquid manure spreading, by vacuum tanker",processing,Agricultural\Transformation +liquid manure storage and processing facility construction,liquid manure storage and processing facility,processing,Agricultural\Transformation\Infrastructure +liquid manure tank trailer production,liquid manure tank trailer,transport,Road\Transformation\Infrastructure +liquid packaging board container production,liquid packaging board container,material,Paper+ Board\Packagings\Transformation +liquid packaging board production,"tall oil, crude",material,Chemicals\Others\Transformation +liquid packaging board production,turpentine,material,Chemicals\Others\Transformation +liquid packaging board production,"heat, district or industrial, other than natural gas",energy,Others\Obsolete +liquid packaging board production,liquid packaging board,material,Others\Obsolete +liquid packaging board production,"lime, from liquid packaging board production",material,Others\Transformation +liquid packaging board production,bark,material,Wood\Byproducts\Transformation +"liquid storage tank production, chemicals, organics","liquid storage tank, chemicals, organics",material,Chemicals\Organic\Transformation\Infrastructure +"litfsi, (cf3so2)2nli, production, for lis battery","litfsi, (cf3so2)2nli",material,Electronics\Battery\Transformation +"lithium brine filtering, via ion exchanger","lithium brine, filtered",material,Chemicals\Inorganic\Transformation +lithium brine inspissation,"lithium brine, 6.7 % Li",material,Chemicals\Inorganic\Transformation +"lithium brine production, boron removal","lithium brine, boron-free",material,Chemicals\Inorganic\Transformation +"lithium brine production, boron removal, from salar de cauchari-olaroz","lithium brine, boron-free",material,Chemicals\Inorganic\Transformation +"lithium brine production, boron removal, from salar del hombre muerto","lithium brine, boron-free",material,Chemicals\Inorganic\Transformation +"lithium brine production, from evaporation pond","lithium brine, from evaporation pond",material,Chemicals\Inorganic\Transformation +"lithium brine production, from evaporation pond, from salar de cauchari-olaroz","lithium brine, from evaporation pond",material,Chemicals\Inorganic\Transformation +"lithium brine production, from evaporation pond, from salar de olaroz","lithium brine, from evaporation pond",material,Chemicals\Inorganic\Transformation +"lithium brine production, from evaporation pond, from salar del hombre muerto","lithium brine, from evaporation pond",material,Chemicals\Inorganic\Transformation +"lithium brine production, from li-ion selective adsorption","lithium brine, from li-ion selective adsorption",material,Chemicals\Inorganic\Transformation +"lithium brine production, lime removal","lithium brine, lime-free",material,Chemicals\Inorganic\Transformation +"lithium brine production, lime removal, from salar de cauchari-olaroz","lithium brine, lime-free",material,Chemicals\Inorganic\Transformation +"lithium brine production, manganese removal","lithium brine, manganese-free",material,Chemicals\Inorganic\Transformation +"lithium brine production, manganese removal, from salar de cauchari-olaroz","lithium brine, manganese-free",material,Chemicals\Inorganic\Transformation +"lithium brine production, manganese removal, from salar del hombre muerto","lithium brine, manganese-free",material,Chemicals\Inorganic\Transformation +"lithium brine production, sulfate removal, from salar de cauchari-olaroz","lithium brine, sulfate-free",material,Chemicals\Inorganic\Transformation +"lithium brine purifying, via membrane separation","lithium brine, purified",material,Chemicals\Inorganic\Transformation +lithium carbonate precipitation 1,"lithium carbonate, precipitated",material,Chemicals\Inorganic\Transformation +lithium carbonate precipitation 1,"lithium carbonate, precipitated",material,Chemicals\Inorganic\Transformation +"lithium carbonate precipitation 1, from salar de cauchari-olaroz","lithium carbonate, precipitated",material,Chemicals\Inorganic\Transformation +"lithium carbonate precipitation 1, from salar de olaroz","lithium carbonate, precipitated",material,Chemicals\Inorganic\Transformation +"lithium carbonate precipitation 1, from salar del hombre muerto","lithium carbonate, precipitated",material,Chemicals\Inorganic\Transformation +lithium carbonate precipitation 2,"lithium carbonate, precipitated",material,Chemicals\Inorganic\Transformation +lithium carbonate precipitation 2,"lithium carbonate, precipitated",material,Chemicals\Inorganic\Transformation +"lithium carbonate precipitation 2, from salar de cauchari-olaroz","lithium carbonate, precipitated",material,Chemicals\Inorganic\Transformation +"lithium carbonate precipitation 2, from salar de olaroz","lithium carbonate, precipitated",material,Chemicals\Inorganic\Transformation +"lithium carbonate precipitation 2, from salar del hombre muerto","lithium carbonate, precipitated",material,Chemicals\Inorganic\Transformation +"lithium carbonate production, from chaerhan salt lake","lithium carbonate, battery grade",material,Chemicals\Inorganic\Transformation +"lithium carbonate production, from concentrated brine",lithium carbonate,material,Chemicals\Inorganic\Transformation +"lithium carbonate production, from salar de atacama","lithium carbonate, battery grade",material,Chemicals\Inorganic\Transformation +"lithium carbonate production, from salar de cauchari-olaroz","lithium carbonate, battery grade",material,Chemicals\Inorganic\Transformation +"lithium carbonate production, from salar de olaroz","lithium carbonate, battery grade",material,Chemicals\Inorganic\Transformation +"lithium carbonate production, from salar del hombre muerto","lithium carbonate, battery grade",material,Chemicals\Inorganic\Transformation +"lithium carbonate production, from spodumene",lithium carbonate,material,Chemicals\Inorganic\Transformation +"lithium carbonate production, from spodumene","sodium sulfate, anhydrite",material,Chemicals\Inorganic\Transformation +lithium carbonate washing,"lithium carbonate, washed",waste treatment,Landfill\Slag compartment\Transformation +lithium chloride production,lithium chloride,material,Chemicals\Inorganic\Transformation +lithium fluoride production,lithium fluoride,material,Chemicals\Inorganic\Transformation +"lithium foil production, for lis battery",lithium foil,material,Chemicals\Inorganic\Transformation +lithium hexafluorophosphate production,lithium hexafluorophosphate,material,Chemicals\Inorganic\Transformation +lithium hydroxide production,lithium hydroxide,material,Chemicals\Inorganic\Transformation +lithium hydroxide production,lime,material,Others\Obsolete +"lithium hydroxide production, battery grade","lithium hydroxide, battery grade",material,Chemicals\Inorganic\Transformation +"lithium iron phosphate production, hydrothermal process",lithium sulfate,material,Chemicals\Inorganic\Transformation +"lithium iron phosphate production, hydrothermal process",lithium iron phosphate,material,Metals\Non ferro\Transformation +"lithium iron phosphate production, solid state process",lithium iron phosphate,material,Metals\Non ferro\Transformation +lithium manganese oxide production,lithium manganese oxide,material,Chemicals\Inorganic\Transformation +"lithium metal production, for li-o2 battery",lithium metal,material,Chemicals\Inorganic\Transformation +"lithium production, lithium chloride electrolysis","chlorine, gaseous",material,Chemicals\Inorganic\Transformation +"lithium production, lithium chloride electrolysis",lithium,material,Chemicals\Inorganic\Transformation +lithium sulfate production,lithium sulfate,material,Chemicals\Inorganic\Transformation +locomotive production,locomotive,transport,Rail\Transformation\Infrastructure +"log, energy wood, split, measured as solid wood under bark, Recycled Content cut-off","log, energy wood, split, measured as solid wood under bark",material,Others\Obsolete +"long liner construction, steel","long liner, steel",transport,Water\Transformation\Infrastructure +"long liner maintenance, steel","long liner maintenance, steel",transport,Water\Transformation\Infrastructure +"lorry production, 16 metric ton","lorry, 16 metric ton",transport,Road\Transformation\Infrastructure +"lorry production, 28 metric ton","lorry, 28 metric ton",transport,Road\Transformation\Infrastructure +"lorry production, 40 metric ton","lorry, 40 metric ton",transport,Road\Transformation\Infrastructure +"lorry production, with refrigeration machine, carbon dioxide, liquid as refrigerant, 16 metric ton","lorry with refrigeration machine, carbon dioxide, liquid as refrigerant, 16 metric ton",transport,Road\Transformation\Infrastructure +"lorry production, with refrigeration machine, R134a as refrigerant, 16 metric ton","lorry with refrigeration machine, R134a as refrigerant, 16 metric ton",transport,Road\Transformation\Infrastructure +"low voltage system production, for Li-ion battery","low voltage system, for Li-ion battery",material,Electronics\Battery\Transformation +"low voltage system production, for li-o2 battery",low voltage system,material,Electronics\Battery\Transformation +"low voltage system production, for lis battery",low voltage system,material,Electronics\Battery\Transformation +"low voltage system, for li-ion battery","low voltage system, for li-ion battery",material,Electronics\Battery\Transformation +lto electrode material (li4ti5o12),lto electrode material (li4ti5o12),material,Electronics\Battery\Transformation +lubricating oil production,lubricating oil,material,Chemicals\Others\Transformation +"lubricating oil production, synthetic, Fischer Tropsch process, from natural gas, energy allocation","lubricating oil, synthetic",material,Fuels\Others\Transformation +"lubricating oil production, synthetic, Fischer Tropsch process, from natural gas, energy allocation, with carbon capture and storage","lubricating oil, synthetic",material,Fuels\Others\Transformation +"lubricating oil production, synthetic, Fischer Tropsch process, hydrogen from coal gasification, energy allocation","lubricating oil, synthetic",material,Fuels\Others\Transformation +"lubricating oil production, synthetic, Fischer Tropsch process, hydrogen from coal gasification, with CCS, energy allocation","lubricating oil, synthetic",material,Fuels\Others\Transformation +"lubricating oil production, synthetic, Fischer Tropsch process, hydrogen from electrolysis, energy allocation","lubricating oil, synthetic",material,Fuels\Others\Transformation +"lubricating oil production, synthetic, Fischer Tropsch process, hydrogen from wood gasification, energy allocation","lubricating oil, synthetic",material,Fuels\Others\Transformation +"lubricating oil production, synthetic, Fischer Tropsch process, hydrogen from wood gasification, with CCS, energy allocation","lubricating oil, synthetic",material,Fuels\Others\Transformation +lutetium oxide to generic market for mischmetal,mischmetal,material,Metals\Non ferro\Market +"machine construction, for treatment of waste electric and electronic equipment","machine, for treatment of waste electric and electronic equipment",processing,Waste\Transformation\Infrastructure +"machine operation, diesel, < 18.64 kW, generators","machine operation, diesel, < 18.64 kW, generators",transport,Building equipment\Transformation +"machine operation, diesel, < 18.64 kW, high load factor","machine operation, diesel, < 18.64 kW, high load factor",transport,Building equipment\Transformation +"machine operation, diesel, < 18.64 kW, low load factor","machine operation, diesel, < 18.64 kW, low load factor",transport,Building equipment\Transformation +"machine operation, diesel, < 18.64 kW, steady-state","machine operation, diesel, < 18.64 kW, steady-state",transport,Building equipment\Transformation +"machine operation, diesel, < 18.64 kW, underground mining","machine operation, diesel, < 18.64 kW, underground mining",transport,Building equipment\Transformation +"machine operation, diesel, >= 18.64 kW and < 74.57 kW, generators","machine operation, diesel, >= 18.64 kW and < 74.57 kW, generators",transport,Building equipment\Transformation +"machine operation, diesel, >= 18.64 kW and < 74.57 kW, high load factor","machine operation, diesel, >= 18.64 kW and < 74.57 kW, high load factor",transport,Building equipment\Transformation +"machine operation, diesel, >= 18.64 kW and < 74.57 kW, low load factor","machine operation, diesel, >= 18.64 kW and < 74.57 kW, low load factor",transport,Building equipment\Transformation +"machine operation, diesel, >= 18.64 kW and < 74.57 kW, steady-state","machine operation, diesel, >= 18.64 kW and < 74.57 kW, steady-state",transport,Building equipment\Transformation +"machine operation, diesel, >= 18.64 kW and < 74.57 kW, underground mining","machine operation, diesel, >= 18.64 kW and < 74.57 kW, underground mining",transport,Building equipment\Transformation +"machine operation, diesel, >= 74.57 kW, generators","machine operation, diesel, >= 74.57 kW, generators",transport,Building equipment\Transformation +"machine operation, diesel, >= 74.57 kW, high load factor","machine operation, diesel, >= 74.57 kW, high load factor",transport,Building equipment\Transformation +"machine operation, diesel, >= 74.57 kW, low load factor","machine operation, diesel, >= 74.57 kW, low load factor",transport,Building equipment\Transformation +"machine operation, diesel, >= 74.57 kW, steady-state","machine operation, diesel, >= 74.57 kW, steady-state",transport,Building equipment\Transformation +"machine operation, diesel, >= 74.57 kW, underground mining","machine operation, diesel, >= 74.57, underground mining",transport,Building equipment\Transformation +"magnesium chloride, from hafnium sponge production, Recycled Content cut-off","magnesium chloride, from hafnium sponge production",material,Chemicals\Inorganic\Transformation +"magnesium chloride, from titanium sponge production, Recycled Content cut-off","magnesium chloride, from titanium sponge production",material,Chemicals\Inorganic\Transformation +"magnesium chloride, from zirconium sponge production, Recycled Content cut-off","magnesium chloride, from zirconium sponge production",material,Chemicals\Inorganic\Transformation +magnesium factory construction,magnesium factory,material,Metals\Non ferro\Transformation\Infrastructure +magnesium hydroxide production,magnesium hydroxide,material,Chemicals\Inorganic\Transformation +magnesium oxide production,magnesium oxide,material,Chemicals\Inorganic\Transformation +"magnesium production, electrolysis","chlorine, liquid",material,Chemicals\Gases\Liquified\Transformation +"magnesium production, electrolysis",magnesium,material,Metals\Non ferro\Transformation +"magnesium production, electrolysis","potassium chloride, as K2O",material,Others\Obsolete +"magnesium production, pidgeon process",magnesium,material,Metals\Non ferro\Transformation +magnesium sulfate production,magnesium sulfate,material,Chemicals\Inorganic\Transformation +"magnesium-alloy production, AZ91","magnesium-alloy, AZ91",material,Metals\Alloys\Transformation +"magnesium-alloy production, AZ91, diecasting","magnesium-alloy, AZ91, diecast",material,Metals\Alloys\Transformation +"magnesium, for reuse in hafnium sponge production, to generic market for magnesium",magnesium,material,Metals\Non ferro\Transformation +"magnesium, for reuse in titanium sponge production, to generic market for magnesium",magnesium,material,Metals\Non ferro\Transformation +"magnesium, for reuse in zirconium sponge production, to generic market for magnesium",magnesium,material,Metals\Non ferro\Transformation +magnetite production,magnetite,material,Metals\Non ferro\Transformation +"maintenance, barge","maintenance, barge",transport,Water\Transformation\Infrastructure +"maintenance, bicycle","maintenance, bicycle",transport,Road\Transformation\Infrastructure +"maintenance, bulk carrier, for dry goods","maintenance, bulk carrier, for dry goods",transport,Water\Transformation\Infrastructure +"maintenance, bus","maintenance, bus",transport,Road\Transformation\Infrastructure +"maintenance, container ship","maintenance, container ship",transport,Water\Transformation\Infrastructure +"maintenance, electric bicycle","maintenance, electric bicycle",transport,Road\Transformation\Infrastructure +"maintenance, electric bicycle, without battery","maintenance, electric bicycle, without battery",transport,Road\Transformation\Infrastructure +"maintenance, electric scooter, without battery","maintenance, electric scooter, without battery",transport,Road\Transformation\Infrastructure +"maintenance, ferry","maintenance, ferry",transport,Water\Transformation\Infrastructure +"maintenance, freight ship, transoceanic","maintenance, freight ship, transoceanic",transport,Others\Obsolete +"maintenance, goods wagon","maintenance, goods wagon",transport,Rail\Transformation\Infrastructure +"maintenance, heat and power co-generation unit, 160kW electrical","maintenance, heat and power co-generation unit, 160kW electrical",energy,Cogeneration\Gas\Transformation\Infrastructure +"maintenance, intermodal shipping container, 20-foot","maintenance, intermodal shipping container, 20-foot",transport,Intermodal\Transformation\Infrastructure +"maintenance, intermodal shipping container, 40-foot","maintenance, intermodal shipping container, 40-foot",transport,Intermodal\Transformation\Infrastructure +"maintenance, intermodal shipping container, 40-foot, high-cube","maintenance, intermodal shipping container, 40-foot, high-cube",transport,Intermodal\Transformation\Infrastructure +"maintenance, intermodal shipping container, 45-foot, high-cube","maintenance, intermodal shipping container, 45-foot, high-cube",transport,Intermodal\Transformation\Infrastructure +"maintenance, light commercial vehicle","maintenance, light commercial vehicle",transport,Road\Transformation\Infrastructure +"maintenance, locomotive","maintenance, locomotive",transport,Rail\Transformation\Infrastructure +"maintenance, lorry 16 metric ton","maintenance, lorry 16 metric ton",transport,Road\Transformation\Infrastructure +"maintenance, lorry 28 metric ton","maintenance, lorry 28 metric ton",transport,Road\Transformation\Infrastructure +"maintenance, lorry 40 metric ton","maintenance, lorry 40 metric ton",transport,Road\Transformation\Infrastructure +"maintenance, micro gas turbine, 100kW electrical","maintenance, micro gas turbine, 100kW electrical",energy,Cogeneration\Gas\Transformation\Infrastructure +"maintenance, mini CHP plant","maintenance, mini CHP plant",energy,Cogeneration\Gas\Transformation\Infrastructure +"maintenance, motor scooter","maintenance, motor scooter",transport,Road\Transformation\Infrastructure +"maintenance, passenger car",passenger car maintenance,transport,Road\Transformation\Infrastructure +"maintenance, passenger car, electric, without battery","maintenance, passenger car, electric, without battery",transport,Road\Transformation\Infrastructure +"maintenance, polymer electrolyte membrane fuel cell 2kW electrical","maintenance, polymer electrolyte membrane fuel cell, 2kW electrical",energy,Cogeneration\Gas\Transformation\Infrastructure +"maintenance, reefer, intermodal shipping container, 40-foot, high-cube","maintenance, reefer, intermodal shipping container, 40-foot, high-cube",transport,Intermodal\Transformation\Infrastructure +"maintenance, refrigeration machine","maintenance, refrigeration machine",transport,Intermodal\Transformation\Infrastructure +"maintenance, solid oxide fuel cell 125kW electrical, future","maintenance, solid oxide fuel cell, 125kW electrical, future",energy,Cogeneration\Gas\Transformation\Infrastructure +"maintenance, solid oxide fuel cell, with micro gas turbine, 180kW electrical, future","maintenance, solid oxide fuel cell, with micro gas turbine, 180kW electrical, future",energy,Cogeneration\Gas\Transformation\Infrastructure +"maintenance, stirling heat and power co-generation unit, 3kW electrical, wood pellet, future","maintenance, stirling heat and power co-generation unit, 3kW electrical, wood pellet, future",energy,Cogeneration\Biomass\Transformation\Infrastructure +"maintenance, tanker, for liquefied natural gas","maintenance, tanker, for liquefied natural gas",transport,Water\Transformation\Infrastructure +"maintenance, tanker, for liquid goods other than petroleum and liquefied natural gas","maintenance, tanker, for liquid goods other than petroleum and liquefied natural gas",material,Fuels\Natural gas\Market +"maintenance, tanker, for liquid goods other than petroleum and liquefied natural gas","maintenance, tanker for liquid goods other than petroleum and liquefied natural gas",transport,Water\Transformation\Infrastructure +"maintenance, tanker, for petroleum","maintenance, tanker, for petroleum",transport,Water\Transformation\Infrastructure +"maintenance, train, passenger, high-speed","maintenance, train, passenger, high-speed",transport,Rail\Transformation\Infrastructure +"maintenance, train, passenger, long distance","maintenance, train, passenger, long distance",transport,Rail\Transformation\Infrastructure +"maintenance, train, passenger, regional","maintenance, train, passenger, regional",transport,Rail\Transformation\Infrastructure +"maintenance, tram","maintenance, tram",transport,Rail\Transformation\Infrastructure +"maintenance, transmission network, electricity, high voltage direct current aerial line","maintenance, transmission network, electricity, high voltage direct current aerial line",transport,Electricity\Transformation\Infrastructure +"maintenance, transmission network, electricity, high voltage direct current land cable","maintenance, transmission network, electricity, high voltage direct current land cable",transport,Electricity\Transformation\Infrastructure +"maintenance, transmission network, electricity, high voltage direct current subsea cable","maintenance, transmission network, electricity, high voltage direct current subsea cable",transport,Electricity\Transformation\Infrastructure +maize chop to generic market for energy feed,"energy feed, gross",material,Agricultural\Animal feed\Market +maize chop to generic market for energy feed,"protein feed, 100% crude",material,Agricultural\Animal feed\Market +"maize grain processing, dry milling","energy feed, gross",material,Agricultural\Animal feed\Transformation +"maize grain processing, dry milling",maize chop,material,Agricultural\Animal feed\Transformation +"maize grain processing, dry milling",maize flour,material,Agricultural\Food\Transformation +maize grain production,maize grain,material,Agricultural\Plant production\Cereals\Transformation +"maize grain production, first crop",maize grain,material,Agricultural\Plant production\Cereals\Transformation +"maize grain production, organic","maize grain, organic",material,Agricultural\Plant production\Cereals\Transformation +"maize grain production, rainfed",maize grain,material,Agricultural\Plant production\Cereals\Transformation +"maize grain production, second crop",maize grain,material,Agricultural\Plant production\Cereals\Transformation +"maize grain production, Swiss integrated production","maize grain, Swiss integrated production",material,Agricultural\Plant production\Cereals\Transformation +maize grain to generic market for energy feed,"energy feed, gross",material,Agricultural\Animal feed\Market +maize grain to generic market for energy feed,"protein feed, 100% crude",material,Agricultural\Animal feed\Market +"maize grain, feed production","maize grain, feed",material,Agricultural\Animal feed\Transformation +"maize grain, feed production, organic","maize grain, feed, organic",material,Agricultural\Animal feed\Transformation +"maize grain, feed production, Swiss integrated production","maize grain, feed, Swiss integrated production",material,Agricultural\Animal feed\Transformation +"maize grain, feed to generic market for energy feed","energy feed, gross",material,Agricultural\Animal feed\Market +"maize grain, feed to generic market for energy feed","protein feed, 100% crude",material,Agricultural\Animal feed\Market +"maize seed production, at farm","maize seed, at farm",material,Agricultural\Plant seeds\Transformation +"maize seed production, for sowing","maize seed, for sowing",material,Agricultural\Plant seeds\Transformation +"maize seed production, organic, at farm","maize seed, organic, at farm",material,Agricultural\Plant seeds\Transformation +"maize seed production, organic, for sowing","maize seed, organic, for sowing",material,Agricultural\Plant seeds\Transformation +"maize seed production, Swiss integrated production, at farm","maize seed, Swiss integrated production, at farm",material,Agricultural\Plant seeds\Transformation +"maize seed production, Swiss integrated production, for sowing","maize seed, Swiss integrated production, for sowing",material,Agricultural\Plant seeds\Transformation +maize silage production,maize silage,material,Agricultural\Animal feed\Transformation +"maize silage production, organic","maize silage, organic",material,Agricultural\Animal feed\Transformation +"maize silage production, Swiss integrated production, intensive","maize silage, Swiss integrated production",material,Agricultural\Animal feed\Transformation +maize starch production,maize starch,material,Agricultural\Food\Transformation +maleic anhydride production by catalytic oxidation of benzene,maleic anhydride,material,Chemicals\Organic\Transformation +maleic anhydride production by catalytic oxidation of benzene,"heat, from steam, in chemical industry",energy,Heat\Others\Transformation +maleic anhydride production by catalytic oxidation of benzene,"steam, in chemical industry",energy,Heat\Steam\Transformation +maleic anhydride production by direct oxidation of n-butane,maleic anhydride,material,Chemicals\Organic\Transformation +maleic anhydride production by direct oxidation of n-butane,"heat, from steam, in chemical industry",energy,Heat\Others\Transformation +maleic anhydride production by direct oxidation of n-butane,"steam, in chemical industry",energy,Heat\Steam\Transformation +maleic hydrazide production,maleic hydrazide,material,Chemicals\Organic\Transformation +maleic unsaturated polyester resin production,maleic unsaturated polyester resin,material,Plastics\Thermosets\Transformation +malusil production,malusil,material,Chemicals\Inorganic\Transformation +"management sytem production, for li-ion battery","management system, for li-ion battery",material,Electronics\Battery\Transformation +mancozeb production,mancozeb,material,Chemicals\Pesticides\Transformation +mandarin production,mandarin,material,Agricultural\Plant production\Fruits\Transformation +"mandarin production, sorted and graded","mandarin, fresh grade",material,Agricultural\Plant production\Fruits\Transformation +"mandarin production, sorted and graded","mandarin, processing grade",material,Agricultural\Plant production\Fruits\Transformation +maneb production,maneb,material,Chemicals\Organic\Transformation +manganese concentrate production,manganese concentrate,material,Minerals\Transformation +manganese dioxide production,manganese dioxide,material,Chemicals\Inorganic\Transformation +manganese dioxide production,manganese sulfate,material,Chemicals\Inorganic\Transformation +manganese dioxide production,"water, decarbonised, at user",material,Others\Obsolete +manganese production,manganese,material,Metals\Non ferro\Transformation +manganese sulfate production,manganese sulfate,material,Chemicals\Inorganic\Transformation +manganese(III) oxide production,manganese(III) oxide,material,Chemicals\Inorganic\Transformation +mango production,mango,material,Agricultural\Plant production\Fruits\Transformation +"mango production, conditioned, heat treatment","mango, conditioned",material,Agricultural\Plant production\Fruits\Transformation +"mango production, conditioned, wax treatment","mango, conditioned",material,Agricultural\Plant production\Fruits\Transformation +"mango seedling production, for planting","mango seedling, for planting",material,Agricultural\Plant seeds\Transformation +"manifolds production, for li-o2 battery",manifolds,material,Electronics\Battery\Transformation +Mannheim process,"hydrochloric acid, without water, in 30% solution state",material,Chemicals\Acids (inorganic)\Transformation +Mannheim process,"sodium sulfate, anhydrite",material,Chemicals\Inorganic\Transformation +manual dismantling of used electric passenger car,manual dismantling of used electric passenger car,processing,Others\Transformation +manual dismantling of used electric scooter,manual dismantling of electric scooter,processing,Others\Transformation +manual dismantling of used passenger car with internal combustion engine,manual dismantling of used passenger car with internal combustion engine,processing,Others\Transformation +"manual treatment facility construction, waste electric and electronic equipment","manual treatment facility, waste electric and electronic equipment",processing,Waste\Transformation\Infrastructure +"manure, liquid, cattle, Recycled Content cut-off","manure, liquid, cattle",material,Chemicals\Fertilisers (organic)\Transformation +"manure, liquid, swine, Recycled Content cut-off","manure, liquid, swine",material,Chemicals\Fertilisers (organic)\Transformation +"manure, solid, cattle, Recycled Content cut-off","manure, solid, cattle",material,Chemicals\Fertilisers (organic)\Transformation +marine electric motor construction,marine electric motor,transport,Water\Transformation\Infrastructure +marine engine construction,marine engine,transport,Water\Transformation\Infrastructure +market for,2-butanol,material,Others\Obsolete +market for,4-tert-butyltoluene,material,Others\Obsolete +market for,acetic anhydride,material,Others\Obsolete +market for,acetone cyanohydrin,material,Others\Obsolete +market for,"acetone, liquid",material,Others\Obsolete +market for,acetylene,material,Others\Obsolete +market for,acrylic acid,material,Others\Obsolete +market for,"acrylic binder, without water, in 34% solution state",material,Others\Obsolete +market for,"acrylic dispersion, without water, in 65% solution state",material,Others\Obsolete +market for,acrylic filler,material,Others\Obsolete +market for,"acrylic varnish, without water, in 87.5% solution state",material,Others\Obsolete +market for,"adhesive, for metal",material,Others\Obsolete +market for,"alkyd paint, white, without solvent, in 60% solution state",material,Others\Obsolete +market for,"alkyd paint, white, without water, in 60% solution state",material,Others\Obsolete +market for,"alkyd resin, long oil, without solvent, in 70% white spirit solution state",material,Others\Obsolete +market for,"alkylketene dimer sizing agent, for paper production",material,Others\Obsolete +market for,allyl chloride,material,Others\Obsolete +market for,aluminium in car shredder residue,waste treatment,Others\Obsolete +market for,"aluminium sulfate, powder",material,Others\Obsolete +market for,"aluminium, primary, ingot",material,Others\Obsolete +market for,aminopyridine,material,Others\Obsolete +market for,ammonium bicarbonate,material,Others\Obsolete +market for,ammonium carbonate,material,Others\Obsolete +market for,anhydrite rock,material,Others\Obsolete +market for,aniline,material,Others\Obsolete +market for,anionic resin,material,Others\Obsolete +market for,"argon, liquid",material,Others\Obsolete +market for,ash from deinking sludge,waste treatment,Others\Obsolete +market for,ash from paper production sludge,waste treatment,Others\Obsolete +market for,"ash, from combustion of bagasse from sugar cane",waste treatment,Others\Obsolete +market for,average incineration residue,waste treatment,Others\Obsolete +market for,"barley seed, Swiss integrated production, for sowing",material,Others\Obsolete +market for,"bauxite, without water",material,Others\Obsolete +market for,benzal chloride,material,Others\Obsolete +market for,benzaldehyde,material,Others\Obsolete +market for,benzoic acid,material,Others\Obsolete +market for,benzyl chloride,material,Others\Obsolete +market for,bilge oil,waste treatment,Others\Obsolete +market for,biogas,processing,Others\Obsolete +market for,"biogas, from grass",material,Others\Obsolete +market for,brass,material,Others\Obsolete +market for,brick,material,Others\Obsolete +market for,brick shale,material,Others\Obsolete +market for,butadiene,material,Others\Obsolete +market for,"butene, mixed",material,Others\Obsolete +market for,butyl acetate,material,Others\Obsolete +market for,butyl acrylate,material,Others\Obsolete +market for,butyrolactone,material,Others\Obsolete +market for,"calcium carbide, technical grade",material,Others\Obsolete +market for,calcium chloride,material,Others\Obsolete +market for,carbon tetrachloride,material,Others\Obsolete +market for,cationic resin,material,Others\Obsolete +market for,cement mortar,material,Others\Obsolete +market for,"cement, unspecified",material,Others\Obsolete +market for,chlorine dioxide,material,Others\Obsolete +market for,"chlorine, liquid",material,Others\Obsolete +market for,chloroacetic acid,material,Others\Obsolete +market for,chlorodifluoromethane,material,Others\Obsolete +market for,chloromethyl methyl ether,material,Others\Obsolete +market for,chlorosulfonic acid,material,Others\Obsolete +market for,citrus,material,Others\Obsolete +market for,clay,material,Others\Obsolete +market for,"cleft timber, measured as dry mass",material,Others\Obsolete +market for,clinker,material,Others\Obsolete +market for,coating powder,material,Others\Obsolete +market for,"coconut, husked",material,Others\Obsolete +market for,"concrete, for de-icing salt contact",material,Others\Obsolete +market for,"concrete, high exacting requirements",material,Others\Obsolete +market for,"concrete, normal",material,Others\Obsolete +market for,"concrete, sole plate and foundation",material,Others\Obsolete +market for,condensate from light oil boiler,waste treatment,Others\Obsolete +market for,conditioned spent nuclear fuel,waste treatment,Others\Obsolete +market for,copper in car shredder residue,waste treatment,Others\Obsolete +market for,cyanoacetic acid,material,Others\Obsolete +market for,cyclohexanol,material,Others\Obsolete +market for,cyclohexanone,material,Others\Obsolete +market for,decarbonising waste,waste treatment,Others\Obsolete +market for,"decommissioned pipeline, natural gas",waste treatment,Others\Obsolete +market for,decommissioned tram track,waste treatment,Others\Obsolete +market for,"deinking emulsion, in paper production",material,Others\Obsolete +market for,dichloromethane,material,Others\Obsolete +market for,diesel-electric generating set production 10MW,energy,Others\Obsolete +market for,"diesel, burned in diesel-electric generating set",energy,Others\Obsolete +market for,"diethyl ether, without water, in 99.95% solution state",material,Others\Obsolete +market for,dimethyl ether,material,Others\Obsolete +market for,dimethyl sulfate,material,Others\Obsolete +market for,dimethylamine,material,Others\Obsolete +market for,dioxane,material,Others\Obsolete +market for,dipropylene glycol monomethyl ether,material,Others\Obsolete +market for,dolomite,material,Others\Obsolete +market for,drilling waste,waste treatment,Others\Obsolete +market for,"dTPA, diethylenetriaminepentaacetic acid",material,Others\Obsolete +market for,"electricity, high voltage",energy,Others\Obsolete +market for,"electricity, high voltage, aluminium industry",energy,Others\Obsolete +market for,"electricity, low voltage",energy,Others\Obsolete +market for,"electricity, medium voltage",energy,Others\Obsolete +market for,"electricity, medium voltage, aluminium industry",energy,Others\Obsolete +market for,"energy and auxilliary inputs, metal working machine",processing,Others\Obsolete +market for,"epoxy resin, liquid",material,Others\Obsolete +market for,esterquat,material,Others\Obsolete +market for,esters of versatic acid,material,Others\Obsolete +market for,"ethanol, without water, in 99.7% solution state, from ethylene",material,Others\Obsolete +market for,ethoxylated alcohol (AE3),material,Others\Obsolete +market for,ethoxylated alcohol (AE7),material,Others\Obsolete +market for,ethyl benzene,material,Others\Obsolete +market for,ethylene bromide,material,Others\Obsolete +market for,ethylene dichloride,material,Others\Obsolete +market for,ethylene glycol monoethyl ether,material,Others\Obsolete +market for,ethylene oxide,material,Others\Obsolete +market for,ethylene vinyl acetate copolymer,material,Others\Obsolete +market for,"ethylene, average",material,Others\Obsolete +market for,"ethylene, pipeline system",material,Others\Obsolete +market for,ethylenediamine,material,Others\Obsolete +market for,fatty alcohol sulfate,material,Others\Obsolete +market for,fly ash and scrubber sludge,waste treatment,Others\Obsolete +market for,formaldehyde,material,Others\Obsolete +market for,glycerine,material,Others\Obsolete +market for,glyoxal,material,Others\Obsolete +market for,"grass seed, Swiss integrated production, for sowing",material,Others\Obsolete +market for,"grass, Swiss integrated production",material,Others\Obsolete +market for,"gravel, crushed",material,Others\Obsolete +market for,"gravel, round",material,Others\Obsolete +market for,green bell pepper,material,Others\Obsolete +market for,"green manure, organic, until February",material,Others\Obsolete +market for,hard coal,material,Others\Obsolete +market for,hard coal ash,waste treatment,Others\Obsolete +market for,"harvesting, by complete harvester, potatoes",processing,Others\Obsolete +market for,"hazardous waste, for incineration",waste treatment,Others\Obsolete +market for,"heat carrier liquid, 40% C3H8O2",waste treatment,Others\Obsolete +market for,"heat, air-water heat pump 10kW",energy,Others\Obsolete +market for,"heat, central or small-scale, Jakobsberg",energy,Others\Obsolete +market for,"heat, for reuse in municipal waste incineration only",energy,Others\Obsolete +market for,high level radioactive waste for final repository,waste treatment,Others\Obsolete +market for,hydrazine,material,Others\Obsolete +market for,hydrogen cyanide,material,Others\Obsolete +market for,hydrogen fluoride,material,Others\Obsolete +market for,"hydrogen peroxide, without water, in 50% solution state",material,Others\Obsolete +market for,hydrogen sulfide,material,Others\Obsolete +market for,hydroxylamine,material,Others\Obsolete +market for,"indium tin oxide powder, nanoscale, for sputtering target",material,Others\Obsolete +market for,inert waste,waste treatment,Others\Obsolete +market for,"inert waste, for final disposal",waste treatment,Others\Obsolete +market for,iron sulfate,material,Others\Obsolete +market for,isobutanol,material,Others\Obsolete +market for,isopropanol,material,Others\Obsolete +market for,isopropyl acetate,material,Others\Obsolete +market for,latex,material,Others\Obsolete +market for,lead in car shredder residue,waste treatment,Others\Obsolete +market for,"lightweight concrete block, expanded clay",material,Others\Obsolete +market for,"lightweight concrete block, expanded perlite",material,Others\Obsolete +market for,"lightweight concrete block, expanded vermiculite",material,Others\Obsolete +market for,"lightweight concrete block, polystyrene",material,Others\Obsolete +market for,lignite ash,waste treatment,Others\Obsolete +market for,lime,material,Others\Obsolete +market for,"lime, hydrated, loose weight",material,Others\Obsolete +market for,"lime, hydrated, packed",material,Others\Obsolete +market for,"lime, hydraulic",material,Others\Obsolete +market for,"lime, packed",material,Others\Obsolete +market for,limestone residue,waste treatment,Others\Obsolete +market for,"limestone, crushed, for mill",material,Others\Obsolete +market for,"limestone, crushed, washed",material,Others\Obsolete +market for,"limestone, unprocessed",material,Others\Obsolete +market for,liquid crystal display,waste treatment,Others\Obsolete +market for,lubricating oil,material,Others\Obsolete +market for,maleic anhydride,material,Others\Obsolete +market for,meat and bone meal,waste treatment,Others\Obsolete +market for,melamine formaldehyde resin,material,Others\Obsolete +market for,"metallization paste, back side",material,Others\Obsolete +market for,"metallization paste, back side, aluminium",material,Others\Obsolete +market for,"metallization paste, front side",material,Others\Obsolete +market for,"methane, 96% by volume",material,Others\Obsolete +market for,"methane, 96% by volume, from biogas, from high pressure network, at service station",material,Others\Obsolete +market for,"methane, 96% by volume, from biogas, from low pressure network, at service station",material,Others\Obsolete +market for,"methane, 96% by volume, from biogas, from medium pressure network, at service station",material,Others\Obsolete +market for,"methane, 96% by volume, from biogas, high pressure, at user",material,Others\Obsolete +market for,"methane, 96% by volume, from biogas, low pressure, at user",material,Others\Obsolete +market for,methyl ethyl ketone,material,Others\Obsolete +market for,methyl methacrylate,material,Others\Obsolete +market for,methylamine,material,Others\Obsolete +market for,methylchloride,material,Others\Obsolete +market for,methylene diphenyl diisocyanate,material,Others\Obsolete +market for,monochlorobenzene,material,Others\Obsolete +market for,"nitric acid, without water, in 50% solution state",material,Others\Obsolete +market for,nitrobenzene,material,Others\Obsolete +market for,nitrous dioxide,material,Others\Obsolete +market for,"nylon 6-6, glass-filled",material,Others\Obsolete +market for,"nylon 6, glass-filled",material,Others\Obsolete +market for,o-chlorotoluene,material,Others\Obsolete +market for,o-dichlorobenzene,material,Others\Obsolete +market for,o-nitrophenol,material,Others\Obsolete +market for,"optical brighteners, for paper production",material,Others\Obsolete +market for,p-dichlorobenzene,material,Others\Obsolete +market for,palm fruit bunch,material,Others\Obsolete +market for,"paper, woodcontaining, supercalendred",material,Others\Obsolete +market for,phenolic resin,material,Others\Obsolete +market for,phosphorous chloride,material,Others\Obsolete +market for,phosphoryl chloride,material,Others\Obsolete +market for,pitch,material,Others\Obsolete +market for,"pitch despergents, in paper production",material,Others\Obsolete +market for,pollutant from rail ballast,waste treatment,Others\Obsolete +market for,"polycarboxylates, 40% active substance",material,Others\Obsolete +market for,"polyester resin, unsaturated",material,Others\Obsolete +market for,polyol,material,Others\Obsolete +market for,"polyurethane, flexible foam",material,Others\Obsolete +market for,"polyurethane, rigid foam",material,Others\Obsolete +market for,"polyvinylidenchloride, granulate",material,Others\Obsolete +market for,poor concrete,material,Others\Obsolete +market for,"printing ink, offset, without solvent, in 47.5% solution state",material,Others\Obsolete +market for,"printing ink, rotogravure, without solvent, in 55% toluene solution state",material,Others\Obsolete +market for,"process-specific burden, sanitary landfill",processing,Others\Obsolete +market for,"process-specific burdens, hazardous waste incineration plant",processing,Others\Obsolete +market for,"process-specific burdens, inert material landfill",processing,Others\Obsolete +market for,"process-specific burdens, municipal waste incineration",processing,Others\Obsolete +market for,"process-specific burdens, residual material landfill",processing,Others\Obsolete +market for,"process-specific burdens, slag landfill",processing,Others\Obsolete +market for,propanal,material,Others\Obsolete +market for,propylene,material,Others\Obsolete +market for,"propylene glycol, liquid",material,Others\Obsolete +market for,"propylene oxide, liquid",material,Others\Obsolete +market for,"propylene, pipeline system",material,Others\Obsolete +market for,"pulpwood, hardwood, measured as solid wood under bark",material,Others\Obsolete +market for,"pulpwood, softwood, measured as solid wood under bark",material,Others\Obsolete +market for,"quicklime, in pieces, loose",material,Others\Obsolete +market for,"quicklime, milled, loose",material,Others\Obsolete +market for,"quicklime, milled, packed",material,Others\Obsolete +market for,railway track,transport,Others\Obsolete +market for,rainwater mineral oil storage,waste treatment,Others\Obsolete +market for,"rape seed, for sowing",material,Others\Obsolete +market for,raw sewage sludge,waste treatment,Others\Obsolete +market for,refinery sludge,waste treatment,Others\Obsolete +market for,residue from cooling tower,waste treatment,Others\Obsolete +market for,"residue from mechanical treatment, cathode ray tube display",waste treatment,Others\Obsolete +market for,"residue from mechanical treatment, desktop computer",waste treatment,Others\Obsolete +market for,"residue from mechanical treatment, industrial device",waste treatment,Others\Obsolete +market for,"residue from mechanical treatment, IT accessory",waste treatment,Others\Obsolete +market for,"residue from mechanical treatment, laptop computer",waste treatment,Others\Obsolete +market for,"residue from mechanical treatment, laser printer",waste treatment,Others\Obsolete +market for,"residue from mechanical treatment, liquid crystal display",waste treatment,Others\Obsolete +market for,residue from shredder fraction from manual dismantling,waste treatment,Others\Obsolete +market for,"retention aid, for paper production",material,Others\Obsolete +market for,rock wool,material,Others\Obsolete +market for,rock wool factory,material,Others\Obsolete +market for,"rock wool, packed",material,Others\Obsolete +market for,"rosin size, for paper production",material,Others\Obsolete +market for,roundwood,material,Others\Obsolete +market for,"rye seed, Swiss integrated production, for sowing",material,Others\Obsolete +market for,"sawlog and veneer log, hardwood, debarked, measured as solid wood",material,Others\Obsolete +market for,"sawlog and veneer log, hardwood, measured as solid wood under bark",material,Others\Obsolete +market for,"sawlog and veneer log, softwood, measured as solid wood under bark",material,Others\Obsolete +market for,"sawnwood, beam, hardwood, air dried, planed",material,Others\Obsolete +market for,"sawnwood, beam, hardwood, kiln dried, planed",material,Others\Obsolete +market for,"sawnwood, beam, hardwood, raw, air dried",material,Others\Obsolete +market for,"sawnwood, beam, hardwood, raw, kiln dried",material,Others\Obsolete +market for,"sawnwood, beam, softwood, air dried, planed",material,Others\Obsolete +market for,"sawnwood, beam, softwood, kiln dried, planed",material,Others\Obsolete +market for,"sawnwood, beam, softwood, raw, air dried",material,Others\Obsolete +market for,"sawnwood, beam, softwood, raw, kiln dried",material,Others\Obsolete +market for,"sawnwood, board, hardwood, air dried, planed",material,Others\Obsolete +market for,"sawnwood, board, hardwood, kiln dried, planed",material,Others\Obsolete +market for,"sawnwood, board, hardwood, raw, air dried",material,Others\Obsolete +market for,"sawnwood, board, hardwood, raw, kiln dried",material,Others\Obsolete +market for,"sawnwood, board, softwood, air dried, planed",material,Others\Obsolete +market for,"sawnwood, board, softwood, kiln dried, planed",material,Others\Obsolete +market for,"sawnwood, board, softwood, raw, air dried",material,Others\Obsolete +market for,"sawnwood, board, softwood, raw, kiln dried",material,Others\Obsolete +market for,"sawnwood, hardwood, air dried, planed",material,Others\Obsolete +market for,"sawnwood, hardwood, kiln dried, planed",material,Others\Obsolete +market for,"sawnwood, hardwood, raw, air dried",material,Others\Obsolete +market for,"sawnwood, hardwood, raw, debarked",material,Others\Obsolete +market for,"sawnwood, hardwood, raw, kiln dried",material,Others\Obsolete +market for,"sawnwood, lath, hardwood, raw, air dried",material,Others\Obsolete +market for,"sawnwood, lath, hardwood, raw, kiln dried",material,Others\Obsolete +market for,"sawnwood, lath, softwood, raw, air dried",material,Others\Obsolete +market for,"sawnwood, lath, softwood, raw, kiln dried",material,Others\Obsolete +market for,"sawnwood, softwood, air dried, planed",material,Others\Obsolete +market for,"sawnwood, softwood, kiln dried, planed",material,Others\Obsolete +market for,"sawnwood, softwood, raw, air dried",material,Others\Obsolete +market for,"sawnwood, softwood, raw, debarked",material,Others\Obsolete +market for,"sawnwood, softwood, raw, kiln dried",material,Others\Obsolete +market for,scrap aluminium,waste treatment,Others\Obsolete +market for,scrap copper,waste treatment,Others\Obsolete +market for,scrap steel,waste treatment,Others\Obsolete +market for,scrap tin sheet,waste treatment,Others\Obsolete +market for,sewage sludge,waste treatment,Others\Obsolete +market for,"sewage sludge, dried",waste treatment,Others\Obsolete +market for,"shaving, hardwood, measured as dry mass",processing,Others\Obsolete +market for,"shaving, softwood, measured as dry mass",processing,Others\Obsolete +market for,silicon tetrachloride,material,Others\Obsolete +market for,"silicon, multi-Si, casted",material,Others\Obsolete +market for,"silicon, single crystal, Czochralski process, electronics",material,Others\Obsolete +market for,"silicon, single crystal, Czochralski process, photovoltaics",material,Others\Obsolete +market for,silicone product,material,Others\Obsolete +market for,sludge from pulp and paper production,waste treatment,Others\Obsolete +market for,"sludge, pig iron production",waste treatment,Others\Obsolete +market for,sodium amide,material,Others\Obsolete +market for,"sodium chlorate, powder",material,Others\Obsolete +market for,sodium cyanide,material,Others\Obsolete +market for,"sodium dithionite, anhydrous",material,Others\Obsolete +market for,sodium formate,material,Others\Obsolete +market for,"sodium hypochlorite, without water, in 15% solution state",material,Others\Obsolete +market for,"sodium metasilicate pentahydrate, 58% active substance, powder",material,Others\Obsolete +market for,sodium nitrite,material,Others\Obsolete +market for,"sodium perborate, tetrahydrate, powder",material,Others\Obsolete +market for,"sodium percarbonate, powder",material,Others\Obsolete +market for,sodium phosphate,material,Others\Obsolete +market for,"sodium silicate, solid",material,Others\Obsolete +market for,"sodium silicate, spray powder, 80%",material,Others\Obsolete +market for,"sodium silicate, without water, in 37% solution state",material,Others\Obsolete +market for,"sodium silicate, without water, in 48% solution state",material,Others\Obsolete +market for,sodium sulfite,material,Others\Obsolete +market for,"soft solder, Sn97Cu3",material,Others\Obsolete +market for,"sOx retained, in hard coal flue gas desulfurisation",processing,Others\Obsolete +market for,spent anion exchange resin from potable water production,waste treatment,Others\Obsolete +market for,spent cation exchange resin from potable water production,waste treatment,Others\Obsolete +market for,spent solvent mixture,waste treatment,Others\Obsolete +market for,steel in car shredder residue,waste treatment,Others\Obsolete +market for,sugar beet,material,Others\Obsolete +market for,sulfate pulp,material,Others\Obsolete +market for,"sulfate pulp, unbleached, from eucalyptus ssp. from sustainable forest management, TH",material,Others\Obsolete +market for,sulfite,material,Others\Obsolete +market for,sulfur dichloride,material,Others\Obsolete +market for,"sulfur hexafluoride, liquid",material,Others\Obsolete +market for,sulfur trioxide,material,Others\Obsolete +market for,sulfuric acid,material,Others\Obsolete +market for,tetrachloroethylene,material,Others\Obsolete +market for,thionyl chloride,material,Others\Obsolete +market for,toluene diisocyanate,material,Others\Obsolete +market for,"toluene, liquid",material,Others\Obsolete +market for,tomato,material,Others\Obsolete +market for,"transport, freight, inland waterways, barge",transport,Others\Obsolete +market for,"transport, freight, inland waterways, barge tanker",transport,Others\Obsolete +market for,"transport, freight, light commercial vehicle",transport,Others\Obsolete +market for,"transport, freight, lorry >32 metric ton, EURO3",transport,Others\Obsolete +market for,"transport, freight, lorry >32 metric ton, EURO4",transport,Others\Obsolete +market for,"transport, freight, lorry >32 metric ton, EURO5",transport,Others\Obsolete +market for,"transport, freight, lorry >32 metric ton, EURO6",transport,Others\Obsolete +market for,"transport, freight, lorry 16-32 metric ton, EURO3",transport,Others\Obsolete +market for,"transport, freight, lorry 16-32 metric ton, EURO4",transport,Others\Obsolete +market for,"transport, freight, lorry 16-32 metric ton, EURO5",transport,Others\Obsolete +market for,"transport, freight, lorry 16-32 metric ton, EURO6",transport,Others\Obsolete +market for,"transport, freight, lorry 28 metric ton, vegetable oil methyl ester 100%",transport,Others\Obsolete +market for,"transport, freight, lorry 3.5-7.5 metric ton, EURO3",transport,Others\Obsolete +market for,"transport, freight, lorry 3.5-7.5 metric ton, EURO4",transport,Others\Obsolete +market for,"transport, freight, lorry 3.5-7.5 metric ton, EURO5",transport,Others\Obsolete +market for,"transport, freight, lorry 3.5-7.5 metric ton, EURO6",transport,Others\Obsolete +market for,"transport, freight, lorry 7.5-16 metric ton, EURO3",transport,Others\Obsolete +market for,"transport, freight, lorry 7.5-16 metric ton, EURO4",transport,Others\Obsolete +market for,"transport, freight, lorry 7.5-16 metric ton, EURO5",transport,Others\Obsolete +market for,"transport, freight, lorry 7.5-16 metric ton, EURO6",transport,Others\Obsolete +market for,"transport, freight, lorry, unspecified",transport,Others\Obsolete +market for,"transport, freight, loryy >32 metric ton, EURO6",transport,Others\Obsolete +market for,"transport, pipeline, long distance, natural gas",transport,Others\Obsolete +market for,"transport, pipeline, offshore, long distance, natural gas",transport,Others\Obsolete +market for,"transport, pipeline, onshore, long distance, natural gas",transport,Others\Obsolete +market for,"transport, pipeline, onshore, petroleum",transport,Others\Obsolete +market for,tree seedling,processing,Others\Obsolete +market for,trichloroacetic acid,material,Others\Obsolete +market for,trichloromethane,material,Others\Obsolete +market for,trichloropropane,material,Others\Obsolete +market for,triethylene glycol,material,Others\Obsolete +market for,trifluoroacetic acid,material,Others\Obsolete +market for,trimethylamine,material,Others\Obsolete +market for,unknown land use,use,Others\Obsolete +market for,uranium hexafluoride,material,Others\Obsolete +market for,urea formaldehyde resin,material,Others\Obsolete +market for,"used air distribution terminal panel steel, 120 m3/h",waste treatment,Others\Obsolete +market for,"used air filter central unit, 600 m3/h",waste treatment,Others\Obsolete +market for,"used air filter decentralized unit, 180-250 m3/h",waste treatment,Others\Obsolete +market for,used air filter in exhaust air valve,waste treatment,Others\Obsolete +market for,"used blower and heat exchange unit central, 600-1200 m3/h",waste treatment,Others\Obsolete +market for,"used blower and heat exchange unit decentralized, 180-250 m3/h",waste treatment,Others\Obsolete +market for,"used exhaust air roof hood steel, DN 400",waste treatment,Others\Obsolete +market for,"used exhaust air valve in-wall housing, plastic/steel",waste treatment,Others\Obsolete +market for,"used flexible duct aluminium/PET, DN of 125",waste treatment,Others\Obsolete +market for,"used insulation spiral-seam duct rockwool, DN 400",waste treatment,Others\Obsolete +market for,"used outside air intake stainless steel, DN 370",waste treatment,Others\Obsolete +market for,used railway track,waste treatment,Others\Obsolete +market for,"used room-connecting overflow element steel, approx. 40 m3/h",waste treatment,Others\Obsolete +market for,"used sealing tape aluminium/PE, 50 mm wide",waste treatment,Others\Obsolete +market for,"used silencer steel, DN 125",waste treatment,Others\Obsolete +market for,"used silencer steel, DN 315",waste treatment,Others\Obsolete +market for,used ventilation control and wiring central unit,waste treatment,Others\Obsolete +market for,used ventilation control and wiring decentralized unit,waste treatment,Others\Obsolete +market for,vine tomato,material,Others\Obsolete +market for,vinyl chloride,material,Others\Obsolete +market for,waste asphalt,waste treatment,Others\Obsolete +market for,waste bitumen,waste treatment,Others\Obsolete +market for,waste brick,waste treatment,Others\Obsolete +market for,"waste bulk iron, excluding reinforcement",waste treatment,Others\Obsolete +market for,waste cement-fibre slab,waste treatment,Others\Obsolete +market for,"waste cement-fibre slab, dismantled",waste treatment,Others\Obsolete +market for,waste cement in concrete and mortar,waste treatment,Others\Obsolete +market for,"waste cement, hydrated",waste treatment,Others\Obsolete +market for,waste concrete,waste treatment,Others\Obsolete +market for,waste concrete gravel,waste treatment,Others\Obsolete +market for,"waste concrete, not reinforced",waste treatment,Others\Obsolete +market for,waste electric wiring,waste treatment,Others\Obsolete +market for,waste emulsion paint,waste treatment,Others\Obsolete +market for,waste expanded polystyrene,waste treatment,Others\Obsolete +market for,waste fibreboard,waste treatment,Others\Obsolete +market for,waste glass,waste treatment,Others\Obsolete +market for,waste glass pane in burnable frame,waste treatment,Others\Obsolete +market for,waste glass sheet,waste treatment,Others\Obsolete +market for,waste graphical paper,waste treatment,Others\Obsolete +market for,waste gypsum,waste treatment,Others\Obsolete +market for,waste mineral oil,waste treatment,Others\Obsolete +market for,waste mineral plaster,waste treatment,Others\Obsolete +market for,waste mineral wool,waste treatment,Others\Obsolete +market for,waste packaging paper,processing,Others\Obsolete +market for,waste paint,waste treatment,Others\Obsolete +market for,waste paint on metal,waste treatment,Others\Obsolete +market for,waste paint on wood,waste treatment,Others\Obsolete +market for,waste paperboard,waste treatment,Others\Obsolete +market for,"waste plastic, consumer electronics",waste treatment,Others\Obsolete +market for,"waste plastic, industrial electronics",waste treatment,Others\Obsolete +market for,"waste plastic, mixture",waste treatment,Others\Obsolete +market for,waste polyethylene,waste treatment,Others\Obsolete +market for,waste polyethylene terephtalate,waste treatment,Others\Obsolete +market for,waste polyethylene/polypropylene product,waste treatment,Others\Obsolete +market for,waste polypropylene,waste treatment,Others\Obsolete +market for,waste polystyrene,waste treatment,Others\Obsolete +market for,"waste polystyrene isolation, flame-retardant",waste treatment,Others\Obsolete +market for,waste polyurethane,waste treatment,Others\Obsolete +market for,waste polyurethane foam,waste treatment,Others\Obsolete +market for,waste polyvinylchloride,waste treatment,Others\Obsolete +market for,waste polyvinylchloride product,waste treatment,Others\Obsolete +market for,waste polyvinylfluoride,waste treatment,Others\Obsolete +market for,waste reinforced concrete,waste treatment,Others\Obsolete +market for,waste reinforcement steel,waste treatment,Others\Obsolete +market for,"waste rubber, unspecified",waste treatment,Others\Obsolete +market for,"waste sealing sheet, polyethylene",waste treatment,Others\Obsolete +market for,"waste textile, soiled",waste treatment,Others\Obsolete +market for,waste wire plastic,waste treatment,Others\Obsolete +market for,"waste wood pole, chrome preserved",waste treatment,Others\Obsolete +market for,"waste wood, untreated",waste treatment,Others\Obsolete +market for,waste zeolite,waste treatment,Others\Obsolete +market for,wastewater from ceramic production,waste treatment,Others\Obsolete +market for,wastewater from concrete production,waste treatment,Others\Obsolete +market for,wastewater from grass refinery,waste treatment,Others\Obsolete +market for,wastewater from pig iron production,waste treatment,Others\Obsolete +market for,wastewater from soft fibreboard production,waste treatment,Others\Obsolete +market for,"wastewater, average",waste treatment,Others\Obsolete +market for,"wastewater, from residence",waste treatment,Others\Obsolete +market for,"wastewater, unpolluted",waste treatment,Others\Obsolete +market for,"water, deionised, from tap water, at user",material,Others\Obsolete +market for,"wheat seed, Swiss integrated production, for sowing",material,Others\Obsolete +market for,"wood ash mixture, pure",waste treatment,Others\Obsolete +market for,"wood chips, wet, measured as dry mass",material,Others\Obsolete +market for,"xenon, gaseous",material,Others\Obsolete +market for,xylene,material,Others\Obsolete +market for,"zeolite, slurry, without water, in 50% solution state",material,Others\Obsolete +market for,zinc in car shredder residue,waste treatment,Others\Obsolete +market for,zinc monosulfate,material,Others\Obsolete +market for [sulfonyl]urea-compound,[sulfonyl]urea-compound,material,Chemicals\Pesticides\Market +market for [thio]carbamate-compound,[thio]carbamate-compound,material,Chemicals\Pesticides\Market +market for 1-butanol,1-butanol,material,Chemicals\Organic\Market +market for 1-methoxy-2-propanol,1-methoxy-2-propanol,material,Chemicals\Organic\Market +market for 1-methylcyclopropene,1-methylcyclopropene,material,Chemicals\Organic\Market +market for 1-naphthylacetic acid,1-naphthylacetic acid,material,Chemicals\Acids (organic)\Market +market for 1-pentanol,1-pentanol,material,Chemicals\Organic\Market +market for 1-propanol,1-propanol,material,Chemicals\Organic\Market +"market for 1,1-difluoroethane","1,1-difluoroethane",material,Chemicals\Organic\Market +"market for 1,1-difluoroethane, HFC-152a","1,1-difluoroethane, HFC-152a",material,Chemicals\Organic\Market +"market for 1,1-dimethylcyclopentane","1,1-dimethylcyclopentane",material,Chemicals\Organic\Market +"market for 1,3-dichloropropene","1,3-dichloropropene",material,Chemicals\Organic\Market +"market for 1,4-butanediol","1,4-butanediol",material,Chemicals\Organic\Market +market for 2-butanol,2-butanol,material,Chemicals\Organic\Market +market for 2-cyclopentanone,2-cyclopentanone,material,Chemicals\Organic\Market +market for 2-cyclopentone,2-cyclopentone,material,Chemicals\Organic\Market +market for 2-methyl-1-butanol,2-methyl-1-butanol,material,Chemicals\Organic\Market +market for 2-methyl-2-butanol,2-methyl-2-butanol,material,Chemicals\Organic\Market +market for 2-methylpentane,2-methylpentane,material,Chemicals\Organic\Market +market for 2-nitroaniline,2-nitroaniline,material,Chemicals\Organic\Market +market for 2-pyridinol,2-pyridinol,material,Chemicals\Organic\Market +"market for 2,3-dimethylbutan","2,3-dimethylbutan",material,Chemicals\Pesticides\Market +"market for 2,3-dimethylbutane","2,3-dimethylbutane",material,Chemicals\Organic\Market +"market for 2,4-di-tert-butylphenol","2,4-di-tert-butylphenol",material,Chemicals\Organic\Market +"market for 2,4-dichlorophenol","2,4-dichlorophenol",material,Chemicals\Pesticides\Market +"market for 2,4-dichlorotoluene","2,4-dichlorotoluene",material,Chemicals\Pesticides\Market +"market for 2,4-dinitrotoluene","2,4-dinitrotoluene",material,Chemicals\Organic\Market +"market for 2,5-dimethylhexane-2,5-dihydroperoxide","2,5-dimethylhexane-2,5-dihydroperoxide",material,Chemicals\Organic\Market +"market for 2,6-di-tert-butylphenol","2,6-di-tert-butylphenol",material,Chemicals\Organic\Market +market for 3-methyl-1-butanol,3-methyl-1-butanol,material,Chemicals\Organic\Market +market for 3-methyl-1-butyl acetate,3-methyl-1-butyl acetate,material,Chemicals\Organic\Market +market for 3-methylpyridine,3-methylpyridine,material,Chemicals\Organic\Market +market for 4-methyl-2-pentanone,4-methyl-2-pentanone,material,Chemicals\Organic\Market +market for 4-tert-butylbenzaldehyde,4-tert-butylbenzaldehyde,material,Chemicals\Organic\Market +market for 4-tert-butyltoluene,4-tert-butyltoluene,material,Chemicals\Organic\Market +market for 6-benzyladenine,6-benzyladenine,material,Chemicals\Organic\Market +"market for abrasive blasting, alumina, carbon steel substrate","abrasive blasting, alumina, carbon steel substrate",material,Metals\Ferro\Transformation +"market for absorption chiller, 100kW","absorption chiller, 100kW",energy,Cogeneration\Gas\Market\Infrastructure +market for acetaldehyde,acetaldehyde,material,Chemicals\Organic\Market +"market for acetamide-anillide-compound, unspecified","acetamide-anillide-compound, unspecified",material,Chemicals\Pesticides\Market +market for acetanilide,acetanilide,material,Chemicals\Organic\Market +"market for acetic acid, without water, in 98% solution state","acetic acid, without water, in 98% solution state",material,Chemicals\Acids (organic)\Market +market for acetic anhydride,acetic anhydride,material,Chemicals\Organic\Market +market for acetoacetic acid,acetoacetic acid,material,Chemicals\Acids (organic)\Market +market for acetone cyanohydrin,acetone cyanohydrin,material,Chemicals\Organic\Market +"market for acetone, liquid","acetone, liquid",material,Chemicals\Organic\Market +market for acetonitrile,acetonitrile,material,Chemicals\Organic\Market +market for acetyl chloride,acetyl chloride,material,Chemicals\Acids (organic)\Market +market for acetylene,acetylene,material,Chemicals\Organic\Market +market for aclonifen,aclonifen,material,Chemicals\Pesticides\Market +market for acrolein,acrolein,material,Chemicals\Organic\Market +market for acrylic acid,acrylic acid,material,Chemicals\Acids (organic)\Market +"market for acrylic binder, with water, in 54% solution state","acrylic binder, with water, in 54% solution state",material,Chemicals\Organic\Market +"market for acrylic dispersion, with water, in 58% solution","acrylic dispersion, with water, in 58% solution state",material,Chemicals\Organic\Market +"market for acrylic dispersion, with water, in 58% solution state","acrylic dispersion, with water, in 58% solution state",material,Chemicals\Organic\Market +"market for acrylic dispersion, with water, in 58% solution state","acrylic dispersion, with water, in 58% solution state",material,Chemicals\Organic\Market +market for acrylic filler,acrylic filler,material,Construction\Coverings\Market +"market for acrylic varnish, with water, in 53% solution state","acrylic varnish, with water, in 53% solution state",material,Construction\Paints\Market +market for acrylonitrile,acrylonitrile,material,Chemicals\Organic\Market +market for acrylonitrile-butadiene-styrene copolymer,acrylonitrile-butadiene-styrene copolymer,material,Plastics\Rubbers\Market +market for activated bentonite,activated bentonite,material,Chemicals\Inorganic\Market +"market for activated carbon, granular","activated carbon, granular",material,Chemicals\Organic\Market +market for activated silica,activated silica,material,Chemicals\Inorganic\Market +market for adhesive mortar,adhesive mortar,material,Construction\Binders\Market +"market for adhesive, for metal","adhesive, for metal",material,Chemicals\Others\Market +market for adipic acid,adipic acid,material,Chemicals\Acids (organic)\Market +market for adiponitrile,adiponitrile,material,Chemicals\Organic\Market +market for adobe brick,adobe brick,material,Others\Obsolete +market for adobe brick,adobe brick,material,Others\Obsolete +"market for agricultural machinery, tillage","agricultural machinery, tillage",processing,Agricultural\Market\Infrastructure +"market for agricultural machinery, unspecified","agricultural machinery, unspecified",processing,Agricultural\Market\Infrastructure +market for agricultural trailer,agricultural trailer,transport,Road\Market\Infrastructure +"market for air compressor, screw-type compressor, 300kW","air compressor, screw-type compressor, 300kW",processing,Compressed air\Market\Infrastructure +"market for air compressor, screw-type compressor, 4kW","air compressor, screw-type compressor, 4kW",processing,Compressed air\Market\Infrastructure +"market for air distribution terminal panel, steel, 120 m3/h","air distribution terminal panel, steel, 120 m3/h",material,Construction\Ventilation\Market +"market for air filter, central unit, 600 m3/h","air filter, central unit, 600 m3/h",material,Construction\Ventilation\Market +"market for air filter, decentralized unit, 180-250 m3/h","air filter, decentralized unit, 180-250 m3/h",material,Construction\Ventilation\Market +"market for air filter, decentralized unit, 250 m3/h","air filter, decentralized unit, 250 m3/h",material,Construction\Ventilation\Market +"market for air filter, in exhaust air valve","air filter, in exhaust air valve",material,Construction\Ventilation\Market +"market for air input/output unit, heat and power co-generation unit, 160kW electrical","air input/output unit, heat and power co-generation unit, 160kW electrical",energy,Cogeneration\Gas\Market\Infrastructure +market for air separation facility,air separation facility,material,Chemicals\Gases\Market\Infrastructure +"market for aircraft, agricultural","aircraft, agricultural",transport,Air\Market\Infrastructure +"market for aircraft, belly freight, long haul","aircraft, belly freight, long haul",transport,Air\Market\Infrastructure +"market for aircraft, belly freight, medium haul","aircraft, belly freight, medium haul",transport,Air\Market\Infrastructure +"market for aircraft, belly freight, short haul","aircraft, belly freight, short haul",transport,Air\Market\Infrastructure +"market for aircraft, belly freight, very short haul","aircraft, belly freight, very short haul",transport,Air\Market\Infrastructure +"market for aircraft, dedicated freight, long haul","aircraft, dedicated freight, long haul",transport,Air\Market\Infrastructure +"market for aircraft, dedicated freight, medium haul","aircraft, dedicated freight, medium haul",transport,Air\Market\Infrastructure +"market for aircraft, dedicated freight, short haul","aircraft, dedicated freight, short haul",transport,Air\Market\Infrastructure +"market for aircraft, dedicated freight, very short haul","aircraft, dedicated freight, very short haul",transport,Air\Market\Infrastructure +"market for aircraft, long haul","aircraft, long haul",transport,Others\Obsolete +"market for aircraft, medium haul","aircraft, medium haul",transport,Others\Obsolete +"market for aircraft, passenger, long haul","aircraft, passenger, long haul",transport,Air\Market\Infrastructure +"market for aircraft, passenger, medium haul","aircraft, passenger, medium haul",transport,Air\Market\Infrastructure +"market for aircraft, passenger, short haul","aircraft, passenger, short haul",transport,Air\Market\Infrastructure +"market for aircraft, passenger, very short haul","aircraft, passenger, very short haul",transport,Air\Market\Infrastructure +market for airport,airport,transport,Air\Market\Infrastructure +"market for alfalfa-grass mixture, Swiss integrated production","alfalfa-grass mixture, Swiss integrated production",material,Agricultural\Plant production\Roughage\Market +market for alfalfa-grass silage,alfalfa-grass silage,material,Agricultural\Plant production\Roughage\Market +"market for alkyd paint, white, without solvent, in 60% solution state","alkyd paint, white, without solvent, in 60% solution state",material,Construction\Paints\Market +"market for alkyd paint, white, without water, in 60% solution state","alkyd paint, white, without water, in 60% solution state",material,Construction\Paints\Market +"market for alkyd resin, long oil, without solvent, in 70% white spirit solution state","alkyd resin, long oil, without solvent, in 70% white spirit solution state",material,Chemicals\Organic\Market +market for alkyl sulphate (C12-14),alkyl sulphate (C12-14),material,Chemicals\Organic\Market +"market for alkylbenzene sulfonate, linear, petrochemical","alkylbenzene sulfonate, linear, petrochemical",material,Chemicals\Washing agents\Tensides\Market +"market for alkylbenzene, linear","alkylbenzene, linear",material,Chemicals\Organic\Market +"market for alkylketene dimer sizing agent, for paper production","alkylketene dimer sizing agent, for paper production",material,Chemicals\Others\Market +market for allyl chloride,allyl chloride,material,Chemicals\Organic\Market +market for almond,almond,material,Agricultural\Food\Market +market for alpha-naphthol,alpha-naphthol,material,Chemicals\Organic\Market +market for alpha-picoline,alpha-picoline,material,Chemicals\Organic\Market +"market for aluminium alloy, AlLi","aluminium alloy, AlLi",material,Metals\Alloys\Market +"market for aluminium alloy, AlMg3","aluminium alloy, AlMg3",material,Metals\Alloys\Market +"market for aluminium alloy, metal matrix composite","aluminium alloy, metal matrix composite",material,Metals\Alloys\Market +"market for aluminium around steel bi-metal stranded cable, 3x3.67mm external diameter wire","aluminium around steel bi-metal stranded cable, 3x3.67mm external diameter wire",material,Metals\Alloys\Market +"market for aluminium around steel bi-metal wire, 3.67mm external diameter","aluminium around steel bi-metal wire, 3.67mm external diameter",material,Metals\Alloys\Market +market for aluminium casting facility,aluminium casting facility,material,Metals\Non ferro\Market\Infrastructure +market for aluminium chloride,aluminium chloride,material,Chemicals\Inorganic\Market +"market for aluminium collector foil, for Li-ion battery","aluminium collector foil, for Li-ion battery",material,Electronics\Battery\Market +market for aluminium electrolysis facility,aluminium electrolysis facility,material,Metals\Non ferro\Market\Infrastructure +market for aluminium fluoride,aluminium fluoride,material,Chemicals\Inorganic\Market +market for aluminium hydroxide,aluminium hydroxide,material,Chemicals\Inorganic\Market +market for aluminium hydroxide factory,aluminium hydroxide factory,material,Metals\Non ferro\Market\Infrastructure +market for aluminium in car shredder residue,aluminium in car shredder residue,waste treatment,Metals\Market +market for aluminium melting furnace,aluminium melting furnace,material,Metals\Non ferro\Market\Infrastructure +market for aluminium oxide,aluminium oxide,material,Others\Obsolete +market for aluminium oxide factory,aluminium oxide factory,material,Chemicals\Inorganic\Market\Infrastructure +"market for aluminium oxide, metallurgical","aluminium oxide, metallurgical",material,Chemicals\Inorganic\Market +"market for aluminium oxide, non-metallurgical","aluminium oxide, non-metallurgical",material,Chemicals\Inorganic\Market +"market for aluminium removed by drilling, computer numerical controlled","aluminium removed by drilling, computer numerical controlled",processing,Metals\Chipping\Market +"market for aluminium removed by drilling, conventional","aluminium removed by drilling, conventional",processing,Metals\Chipping\Market +"market for aluminium removed by milling, average","aluminium removed by milling, average",processing,Metals\Chipping\Market +"market for aluminium removed by milling, dressing","aluminium removed by milling, dressing",processing,Metals\Chipping\Market +"market for aluminium removed by milling, large parts","aluminium removed by milling, large parts",processing,Metals\Chipping\Market +"market for aluminium removed by milling, small parts","aluminium removed by milling, small parts",processing,Metals\Chipping\Market +"market for aluminium removed by turning, average, computer numerical controlled","aluminium removed by turning, average, computer numerical controlled",processing,Metals\Chipping\Market +"market for aluminium removed by turning, average, conventional","aluminium removed by turning, average, conventional",processing,Metals\Chipping\Market +"market for aluminium removed by turning, primarily dressing, computer numerical controlled","aluminium removed by turning, primarily dressing, computer numerical controlled",processing,Metals\Chipping\Market +"market for aluminium removed by turning, primarily dressing, conventional","aluminium removed by turning, primarily dressing, conventional",processing,Metals\Chipping\Market +"market for aluminium removed by turning, primarily roughing, computer numerical controlled","aluminium removed by turning, primarily roughing, computer numerical controlled",processing,Metals\Chipping\Market +"market for aluminium removed by turning, primarily roughing, conventional","aluminium removed by turning, primarily roughing, conventional",processing,Metals\Chipping\Market +"market for aluminium scrap, new","aluminium scrap, new",material,Metals\Non ferro\Market +"market for aluminium scrap, new_obsolete","aluminium scrap, new",waste treatment,Others\Obsolete +"market for aluminium scrap, post-consumer","aluminium scrap, post-consumer",material,Metals\Non ferro\Market +"market for aluminium scrap, post-consumer_obsolete","aluminium scrap, post-consumer",waste treatment,Others\Obsolete +"market for aluminium scrap, post-consumer, prepared for melting","aluminium scrap, post-consumer, prepared for melting",material,Metals\Non ferro\Market +"market for aluminium scrap, post-consumer, prepared for melting_obsolete","aluminium scrap, post-consumer, prepared for melting",waste treatment,Others\Obsolete +"market for aluminium sulfate, powder","aluminium sulfate, powder",material,Chemicals\Inorganic\Market +"market for aluminium sulfate, without water, in 4.33% aluminium solution state","aluminium sulfate, without water, in 4.33% aluminium solution state",material,Chemicals\Inorganic\Market +"market for aluminium, cast alloy","aluminium, cast alloy",material,Metals\Alloys\Market +"market for aluminium, in mixed metal scrap","aluminium, in mixed metal scrap",material,Metals\Non ferro\Market +"market for aluminium, primary, cast alloy slab from continuous casting","aluminium, primary, cast alloy slab from continuous casting",material,Metals\Non ferro\Market +"market for aluminium, primary, ingot","aluminium, primary, ingot",material,Metals\Non ferro\Market +"market for aluminium, primary, liquid","aluminium, primary, liquid",material,Metals\Non ferro\Market +"market for aluminium, wrought alloy","aluminium, wrought alloy",material,Metals\Alloys\Market +market for amidosulfuron,amidosulfuron,material,Chemicals\Organic\Market +market for amine oxide,amine oxide,material,Chemicals\Organic\Market +market for amine oxides,amine oxides,material,Chemicals\Organic\Market +market for aminopyridine,aminopyridine,material,Chemicals\Organic\Market +"market for ammonia, anhydrous, liquid","ammonia, anhydrous, liquid",material,Chemicals\Fertilisers (inorganic)\Market +market for ammonium bicarbonate,ammonium bicarbonate,material,Chemicals\Inorganic\Market +market for ammonium carbonate,ammonium carbonate,material,Chemicals\Organic\Market +market for ammonium chloride,ammonium chloride,material,Chemicals\Inorganic\Market +market for ammonium nitrate,ammonium nitrate,material,Chemicals\Fertilisers (inorganic)\Market +market for ammonium nitrate phosphate,ammonium nitrate phosphate,material,Chemicals\Fertilisers (inorganic)\Market +"market for ammonium nitrate, as N","ammonium nitrate, as N",material,Others\Obsolete +market for ammonium nitrite,ammonium nitrite,material,Chemicals\Pesticides\Market +market for ammonium paratungstate,ammonium paratungstate,material,Chemicals\Inorganic\Market +market for ammonium sulfate,ammonium sulfate,material,Chemicals\Inorganic\Market +"market for ammonium sulfate, as N","ammonium sulfate, as N",material,Others\Obsolete +market for ammonium thiocyanate,ammonium thiocyanate,material,Chemicals\Organic\Market +"market for anaerobic digestion plant, agricultural","anaerobic digestion plant, agricultural",material,Chemicals\Others\Market\Infrastructure +"market for anaerobic digestion plant, agriculture, with methane recovery","anaerobic digestion plant, agriculture, with methane recovery",material,Chemicals\Others\Market\Infrastructure +"market for anaerobic digestion plant, for biowaste","anaerobic digestion plant, for biowaste",material,Chemicals\Others\Market\Infrastructure +"market for anaerobic digestion plant, for sewage sludge","anaerobic digestion plant, for sewage sludge",material,Chemicals\Others\Market\Infrastructure +market for anhydrite,anhydrite,material,Chemicals\Inorganic\Market +market for anhydrite floor,anhydrite floor,material,Construction\Coverings\Market +market for anhydrite rock,anhydrite rock,material,Chemicals\Inorganic\Market +"market for anhydrite, burned","anhydrite, burned",material,Chemicals\Inorganic\Market +market for aniline,aniline,material,Chemicals\Organic\Market +market for anionic resin,anionic resin,material,Chemicals\Others\Market +market for anode factory,anode factory,material,Metals\Extraction\Market\Infrastructure +market for anode refinery,anode refinery,material,Metals\Extraction\Market\Infrastructure +"market for anode slime from electrorefining of copper, anode","anode slime from electrorefining of copper, anode",material,Metals\Non ferro\Market +"market for anode, for metal electrolysis","anode, for metal electrolysis",material,Metals\Extraction\Market +"market for anode, graphite, for Li-ion battery","anode, graphite, for Li-ion battery",material,Electronics\Battery\Market +"market for anode, graphite, for lithium-ion battery","anode, graphite, for lithium-ion battery",material,Others\Obsolete +"market for anode, paste, for aluminium electrolysis","anode, paste, for aluminium electrolysis",material,Metals\Extraction\Market +"market for anode, prebake, for aluminium electrolysis","anode, prebake, for aluminium electrolysis",material,Metals\Extraction\Market +"market for anode, silicon coated graphite, for Li-ion battery","anode, silicon coated graphite, for Li-ion battery",material,Electronics\Battery\Market +"market for anodising, aluminium sheet","anodising, aluminium sheet",processing,Metals\Coating\Market +market for anthranilic acid,anthranilic acid,material,Chemicals\Acids (organic)\Market +market for anthraquinone,anthraquinone,material,Chemicals\Organic\Market +"market for anti-reflex-coating, etching, solar glass","anti-reflex-coating, etching, solar glass",processing,Glass\Market +market for antifouling paint emissions,antifouling paint emissions,waste treatment,Transport\Market +market for antimony,antimony,material,Metals\Non ferro\Market +"market for antimony slag, desulfurised","antimony slag, desulfurised",waste treatment,Metals\Waste metals\Market +"market for antimony slag, water-quenched","antimony slag, water-quenched",waste treatment,Metals\Waste metals\Market +market for apple,apple,material,Agricultural\Plant production\Fruits\Market +"market for application of plant protection product, by airplane","application of plant protection product, by airplane",material,Agricultural\Plant production\Fruits\Market +"market for application of plant protection product, by field sprayer","application of plant protection product, by field sprayer",processing,Agricultural\Market +"market for application of plant protection product, fumigation","application of plant protection product, fumigation",material,Agricultural\Plant production\Fruits\Market +market for apricot,apricot,material,Agricultural\Plant production\Fruits\Market +"market for argon, crude, liquid","argon, crude, liquid",material,Chemicals\Gases\Liquified\Market +"market for argon, liquid","argon, liquid",material,Chemicals\Gases\Liquified\Market +market for arsine,arsine,material,Chemicals\Inorganic\Market +"market for asbestos, chrysotile type","asbestos, chrysotile type",material,Minerals\Market +"market for asbestos, crysotile type","asbestos, crysotile type",material,Minerals\Market +market for ascorbic acid,ascorbic acid,material,Chemicals\Acids (organic)\Market +market for ash from deinking sludge,ash from deinking sludge,waste treatment,Others\Market +market for ash from paper production sludge,ash from paper production sludge,waste treatment,Others\Market +"market for ash, from combustion of bagasse from sugarcane","ash, from combustion of bagasse from sugarcane",processing,Waste\Market +"market for ash, from combustion of straw","ash, from combustion of straw",material,Others\Market +"market for asparagus seedling, for planting","asparagus seedling, for planting",material,Agricultural\Plant seeds\Market +"market for assembly of generator and motor, auxilliaries and energy use, for mini CHP plant","assembly of generator and motor, auxilliaries and energy use, for mini CHP plant",processing,Electronics\Market +"market for assembly of generator and motor, auxilliaries and energy use, heat and power co-generation unit, 160kW","assembly of generator and motor, auxilliaries and energy use, heat and power co-generation unit, 160kW electrical",processing,Electronics\Market +"market for assembly of liquid crystal display, auxilliaries and energy use","assembly of liquid crystal display, auxilliaries and energy use",processing,Electronics\Market +market for atrazine,atrazine,material,Chemicals\Pesticides\Market +market for aubergine,aubergine,material,Agricultural\Plant production\Fruits\Market +market for autoclaved aerated concrete block,autoclaved aerated concrete block,material,Construction\Concrete\Market +"market for auxiliary heating unit, electric, 5kW","auxiliary heating unit, electric, 5kW",energy,Heat\Solar\Market\Infrastructure +market for average incineration residue,average incineration residue,waste treatment,Landfill\Residual material landfill\Market +market for avocado,avocado,material,Agricultural\Plant production\Fruits\Market +market for azodicarbonamide,azodicarbonamide,material,Chemicals\Inorganic\Market +"market for backlight, for liquid crystal display","backlight, for liquid crystal display",material,Electronics\Component\Market +"market for bagasse, from sugarcane","bagasse, from sugarcane",material,Agricultural\Intermediate products\Market +"market for bagasse, from sugarcane_obsolete","bagasse, from sugarcane",waste treatment,Others\Obsolete +"market for bagasse, from sweet sorghum","bagasse, from sweet sorghum",material,Agricultural\Intermediate products\Market +"market for bagasse, from sweet sorghum_obsolete","bagasse, from sweet sorghum",waste treatment,Others\Obsolete +market for bale loading,bale loading,processing,Agricultural\Market +market for baling,baling,processing,Agricultural\Market +market for bamboo culm,bamboo culm,material,Wood\Products\Market +market for bamboo pole,bamboo pole,material,Wood\Products\Market +market for banana,banana,material,Agricultural\Plant production\Fruits\Market +market for barge,barge,transport,Water\Market\Infrastructure +market for barge tanker,barge tanker,transport,Water\Market\Infrastructure +market for barite,barite,material,Chemicals\Inorganic\Market +market for barium carbonate,barium carbonate,material,Chemicals\Inorganic\Market +market for barium hydroxide,barium hydroxide,material,Chemicals\Inorganic\Market +market for barium oxide,barium oxide,material,Chemicals\Inorganic\Market +market for barium sulfide,barium sulfide,material,Chemicals\Inorganic\Market +market for bark,bark,material,Wood\Byproducts\Market +"market for bark chips, wet, measured as dry mass","bark chips, wet, measured as dry mass",material,Others\Obsolete +market for bark_obsolete,bark,waste treatment,Others\Obsolete +market for barley grain,barley grain,material,Agricultural\Plant production\Cereals\Market +"market for barley grain, feed","barley grain, feed",material,Agricultural\Animal feed\Market +"market for barley grain, feed, organic","barley grain, feed, organic",material,Agricultural\Animal feed\Market +"market for barley grain, feed, Swiss integrated production","barley grain, feed, Swiss integrated production",material,Agricultural\Animal feed\Market +"market for barley grain, organic","barley grain, organic",material,Agricultural\Plant production\Cereals\Market +"market for barley grain, Swiss integrated production","barley grain, Swiss integrated production",material,Agricultural\Plant production\Cereals\Market +"market for barley seed, for sowing","barley seed, for sowing",material,Agricultural\Plant seeds\Market +"market for barley seed, organic, for sowing","barley seed, organic, for sowing",material,Agricultural\Plant seeds\Market +"market for barley seed, Swiss integrated production, for sowing","barley seed, Swiss integrated production, for sowing",material,Agricultural\Plant seeds\Market +market for basalt,basalt,material,Minerals\Market +market for base oil,base oil,material,Fuels\Oil\Crude oil\Market +market for base plaster,base plaster,material,Construction\Coverings\Market +market for basic oxygen furnace dust,basic oxygen furnace dust,waste treatment,Metals\Waste metals\Market +"market for basic oxygen furnace dust, for recovery","basic oxygen furnace dust, for recovery",material,Metals\Waste metals\Market +market for basic oxygen furnace secondary metallurgy slag,basic oxygen furnace secondary metallurgy slag,waste treatment,Metals\Waste metals\Market +"market for basic oxygen furnace secondary metallurgy slag, for recovery","basic oxygen furnace secondary metallurgy slag, for recovery",material,Metals\Waste metals\Market +market for basic oxygen furnace slag,basic oxygen furnace slag,waste treatment,Metals\Waste metals\Market +"market for basic oxygen furnace slag, for recovery","basic oxygen furnace slag, for recovery",material,Metals\Waste metals\Market +market for basic oxygen furnace sludge,basic oxygen furnace sludge,waste treatment,Metals\Waste metals\Market +"market for basic oxygen furnace sludge, for recovery","basic oxygen furnace sludge, for recovery",material,Metals\Waste metals\Market +market for basic oxygen furnace waste,basic oxygen furnace waste,waste treatment,Metals\Market +"market for batch dyeing, fibre, cotton","batch dyeing, fibre, cotton",processing,Textiles\Market +"market for battery cell, Li-ion, LFP","battery cell, Li-ion, LFP",material,Electronics\Battery\Market +"market for battery cell, Li-ion, LiMn2O4","battery cell, Li-ion, LiMn2O4",material,Electronics\Battery\Market +"market for battery cell, li-ion, lto","battery cell, li-ion, lto",material,Electronics\Battery\Market +"market for battery cell, Li-ion, NCA","battery cell, Li-ion, NCA",material,Electronics\Battery\Market +"market for battery cell, Li-ion, NMC111","battery cell, Li-ion, NMC111",material,Electronics\Battery\Market +"market for battery cell, li-ion, nmc622","battery cell, li-ion, nmc622",material,Electronics\Battery\Market +"market for battery cell, Li-ion, NMC811","battery cell, Li-ion, NMC811",material,Electronics\Battery\Market +"market for battery management system, for Li-ion battery","battery management system, for Li-ion battery",material,Electronics\Battery\Market +"market for battery module packaging, Li-ion","battery module packaging, Li-ion",material,Electronics\Battery\Market +market for battery separator,battery separator,material,Electronics\Component\Market +"market for battery, lead acid, rechargeable, stationary","battery, lead acid, rechargeable, stationary",material,Electronics\Battery\Market +"market for battery, Li-ion, LFP, rechargeable, prismatic","battery, Li-ion, LFP, rechargeable, prismatic",material,Electronics\Battery\Market +"market for battery, Li-ion, LiMn2O4, rechargeable, prismatic","battery, Li-ion, LiMn2O4, rechargeable, prismatic",material,Electronics\Battery\Market +"market for battery, Li-ion, NCA, rechargeable, prismatic","battery, Li-ion, NCA, rechargeable, prismatic",material,Electronics\Battery\Market +"market for battery, Li-ion, NMC111, rechargeable, prismatic","battery, Li-ion, NMC111, rechargeable, prismatic",material,Electronics\Battery\Market +"market for battery, Li-ion, NMC811, rechargeable, prismatic","battery, Li-ion, NMC811, rechargeable, prismatic",material,Electronics\Battery\Market +"market for battery, NaCl","battery, NaCl",material,Electronics\Battery\Market +"market for battery, NiMH, rechargeable, prismatic","battery, NiMH, rechargeable, prismatic",material,Electronics\Battery\Market +market for bauxite,bauxite,material,Minerals\Market +"market for beet seed, Swiss integrated production, for sowing","beet seed, Swiss integrated production, for sowing",material,Agricultural\Plant seeds\Market +market for bell pepper,bell pepper,material,Agricultural\Plant production\Vegetables\Market +market for bentonite,bentonite,material,Minerals\Market +market for bentonite quarry infrastructure,bentonite quarry infrastructure,material,Minerals\Market\Infrastructure +market for benzal chloride,benzal chloride,material,Chemicals\Organic\Market +market for benzaldehyde,benzaldehyde,material,Chemicals\Organic\Market +market for benzaldehyde-2-sulfonic acid,benzaldehyde-2-sulfonic acid,material,Chemicals\Acids (organic)\Market +market for benzene,benzene,material,Chemicals\Organic\Market +market for benzimidazole-compound,benzimidazole-compound,material,Chemicals\Pesticides\Market +market for benzo[thia]diazole-compound,benzo[thia]diazole-compound,material,Chemicals\Pesticides\Market +market for benzoic acid,benzoic acid,material,Chemicals\Acids (organic)\Market +market for benzoic-compound,benzoic-compound,material,Chemicals\Pesticides\Market +market for benzyl alcohol,benzyl alcohol,material,Chemicals\Organic\Market +market for benzyl chloride,benzyl chloride,material,Chemicals\Organic\Market +market for beryllium,beryllium,material,Metals\Non ferro\Market +market for beryllium hydroxide,beryllium hydroxide,material,Chemicals\Inorganic\Market +market for beverage carton converting,beverage carton converting,processing,Cardboard\Market +"market for beverage carton, 1 l, for fresh milk (chilled)","beverage carton, 1 l, for fresh milk (chilled)",processing,Cardboard\Market +"market for beverage carton, 1 l, for juice (ambient)","beverage carton, 1 l, for juice (ambient)",processing,Cardboard\Market +"market for beverage carton, 1 l, for uht milk (ambient)","beverage carton, 1 l, for uht milk (ambient)",processing,Cardboard\Market +market for bicycle,bicycle,transport,Road\Market\Infrastructure +market for bilge oil,bilge oil,waste treatment,Others\Market +market for biogas,biogas,material,Fuels\Biofuels\Biogas\Market +"market for biogas, from grass","biogas, from grass",material,Fuels\Biofuels\Biogas\Market +"market for biomass, used as fuel","biomass, used as fuel",material,Fuels\Others\Transformation +"market for biomethane, high pressure","biomethane, high pressure",material,Fuels\Biofuels\Methane\Market +"market for biomethane, high pressure, vehicle grade","biomethane, high pressure, vehicle grade",material,Fuels\Biofuels\Methane\Market +"market for biomethane, low pressure","biomethane, low pressure",material,Fuels\Biofuels\Methane\Market +"market for biomethane, low pressure, vehicle grade","biomethane, low pressure, vehicle grade",material,Fuels\Biofuels\Methane\Market +"market for biomethane, medium pressure, vehicle grade","biomethane, medium pressure, vehicle grade",material,Fuels\Biofuels\Methane\Market +market for biowaste,biowaste,waste treatment,Biowaste\Market +"market for biowaste, garden waste","biowaste, garden waste",waste treatment,Biowaste\Market +"market for biowaste, kitchen and garden waste","biowaste, kitchen and garden waste",waste treatment,Biowaste\Market +market for bipyridylium-compound,bipyridylium-compound,material,Chemicals\Pesticides\Market +market for bisphenol A epoxy based vinyl ester resin,bisphenol A epoxy based vinyl ester resin,material,Chemicals\Organic\Market +"market for bisphenol A, powder","bisphenol A, powder",material,Chemicals\Organic\Market +"market for bitumen adhesive compound, cold","bitumen adhesive compound, cold",material,Construction\Sealing\Market +"market for bitumen adhesive compound, hot","bitumen adhesive compound, hot",material,Construction\Sealing\Market +market for bitumen seal,bitumen seal,material,Construction\Sealing\Market +"market for bitumen seal, Alu80","bitumen seal, Alu80",material,Construction\Sealing\Market +"market for bitumen seal, polymer EP4 flame retardant","bitumen seal, polymer EP4 flame retardant",material,Construction\Sealing\Market +"market for bitumen seal, V60","bitumen seal, V60",material,Construction\Sealing\Market +"market for bitumen seal, VA4","bitumen seal, VA4",material,Construction\Sealing\Market +market for blast furnace,blast furnace,material,Metals\Ferro\Market\Infrastructure +market for blast furnace dust,blast furnace dust,waste treatment,Metals\Waste metals\Market +"market for blast furnace dust, for recovery","blast furnace dust, for recovery",material,Metals\Waste metals\Market +market for blast furnace gas,blast furnace gas,material,Fuels\Natural gas\Market +market for blast furnace gas_obsolete,blast furnace gas,waste treatment,Others\Obsolete +market for blast furnace slag,blast furnace slag,material,Construction\Binders\Market +market for blast furnace slag_obsolete,blast furnace slag,waste treatment,Others\Obsolete +market for blast furnace sludge,blast furnace sludge,waste treatment,Others\Market +"market for blast furnace sludge, for recovery","blast furnace sludge, for recovery",material,Construction\Coverings\Market +"market for blast furnace sludge, for recovery_obsolete","blast furnace sludge, for recovery",waste treatment,Others\Obsolete +market for blast oxygen furnace converter,blast oxygen furnace converter,material,Metals\Ferro\Market\Infrastructure +market for blasting,blasting,processing,Others\Market +market for bleach,bleach,processing,Textiles\Market +market for bleach,bleach,processing,Textiles\Market +"market for bleaching and dyeing, yarn","bleaching and dyeing, yarn",processing,Textiles\Market +"market for bleaching, textile","bleaching, textile",processing,Textiles\Market +market for blister-copper conversion facility,blister-copper conversion facility,material,Others\Obsolete +market for blow moulding,blow moulding,processing,Plastics\Market +"market for blower and heat exchange unit, Avent E 97","blower and heat exchange unit, Avent E 97",material,Construction\Ventilation\Market +"market for blower and heat exchange unit, central, 600-1200 m3/h","blower and heat exchange unit, central, 600-1200 m3/h",material,Construction\Ventilation\Market +"market for blower and heat exchange unit, decentralized, 180-250 m3/h","blower and heat exchange unit, decentralized, 180-250 m3/h",material,Construction\Ventilation\Market +"market for blower and heat exchange unit, GE 250 RH","blower and heat exchange unit, GE 250 RH",material,Construction\Ventilation\Market +"market for blower and heat exchange unit, KWL 250","blower and heat exchange unit, KWL 250",material,Construction\Ventilation\Market +"market for blower and heat exchange unit, KWLC 1200","blower and heat exchange unit, KWLC 1200",material,Construction\Ventilation\Market +"market for blower and heat exchange unit, Storkair G 90","blower and heat exchange unit, Storkair G 90",material,Construction\Ventilation\Market +"market for blower and heat exchange unit, Twl-700","blower and heat exchange unit, Twl-700",material,Construction\Ventilation\Market +"market for borax, anhydrous, powder","borax, anhydrous, powder",material,Chemicals\Inorganic\Market +"market for borehole heat exchanger, 150m","borehole heat exchanger, 150m",energy,Heat\Heat pump\Market\Infrastructure +"market for boric acid, anhydrous, powder","boric acid, anhydrous, powder",material,Chemicals\Acids (inorganic)\Market +market for boric oxide,boric oxide,material,Chemicals\Inorganic\Market +market for boron carbide,boron carbide,material,Chemicals\Inorganic\Market +market for boron trifluoride,boron trifluoride,material,Chemicals\Inorganic\Market +"market for bottom ash, MSWI-WWT-SLF, hard coal ash","bottom ash, MSWI-WWT-SLF, hard coal ash",waste treatment,Landfill\Slag compartment\Transformation +"market for bottom ash, MSWI-WWT-SLF, inert waste","bottom ash, MSWI-WWT-SLF, inert waste",waste treatment,Landfill\Slag compartment\Transformation +"market for bottom ash, MSWI-WWT-SLF, lignite ash","bottom ash, MSWI-WWT-SLF, lignite ash",waste treatment,Landfill\Slag compartment\Transformation +"market for bottom ash, MSWI-WWT-SLF, municipal solid waste","bottom ash, MSWI-WWT-SLF, municipal solid waste",waste treatment,Landfill\Slag compartment\Transformation +"market for bottom ash, MSWI-WWT-SLF, refinery sludge","bottom ash, MSWI-WWT-SLF, refinery sludge",waste treatment,Landfill\Slag compartment\Transformation +"market for bottom ash, MSWI-WWT-SLF, residue from cooling tower","bottom ash, MSWI-WWT-SLF, residue from cooling tower",waste treatment,Landfill\Slag compartment\Transformation +"market for bottom ash, MSWI-WWT-SLF, scrap tin sheet","bottom ash, MSWI-WWT-SLF, scrap tin sheet",waste treatment,Landfill\Slag compartment\Transformation +"market for bottom ash, MSWI-WWT-SLF, sludge from pulp and paper production","bottom ash, MSWI-WWT-SLF, sludge from pulp and paper production",waste treatment,Landfill\Slag compartment\Transformation +"market for bottom ash, MSWI-WWT-SLF, waste aluminium","bottom ash, MSWI-WWT-SLF, waste aluminium",waste treatment,Landfill\Slag compartment\Transformation +"market for bottom ash, MSWI-WWT-SLF, waste asphalt","bottom ash, MSWI-WWT-SLF, waste asphalt",waste treatment,Landfill\Slag compartment\Transformation +"market for bottom ash, MSWI-WWT-SLF, waste bitumen","bottom ash, MSWI-WWT-SLF, waste bitumen",waste treatment,Landfill\Slag compartment\Transformation +"market for bottom ash, MSWI-WWT-SLF, waste emulsion paint","bottom ash, MSWI-WWT-SLF, waste emulsion paint",waste treatment,Landfill\Slag compartment\Transformation +"market for bottom ash, MSWI-WWT-SLF, waste glass","bottom ash, MSWI-WWT-SLF, waste glass",waste treatment,Landfill\Slag compartment\Transformation +"market for bottom ash, MSWI-WWT-SLF, waste graphical paper","bottom ash, MSWI-WWT-SLF, waste graphical paper",waste treatment,Landfill\Slag compartment\Transformation +"market for bottom ash, MSWI-WWT-SLF, waste gypsum","bottom ash, MSWI-WWT-SLF, waste gypsum",waste treatment,Landfill\Slag compartment\Transformation +"market for bottom ash, MSWI-WWT-SLF, waste packaging paper","bottom ash, MSWI-WWT-SLF, waste packaging paper",waste treatment,Landfill\Slag compartment\Transformation +"market for bottom ash, MSWI-WWT-SLF, waste paint","bottom ash, MSWI-WWT-SLF, waste paint",waste treatment,Landfill\Slag compartment\Transformation +"market for bottom ash, MSWI-WWT-SLF, waste paperboard","bottom ash, MSWI-WWT-SLF, waste paperboard",waste treatment,Landfill\Slag compartment\Transformation +"market for bottom ash, MSWI-WWT-SLF, waste plastic plaster","bottom ash, MSWI-WWT-SLF, waste plastic plaster",waste treatment,Landfill\Slag compartment\Transformation +"market for bottom ash, MSWI-WWT-SLF, waste plastic, mixture","bottom ash, MSWI-WWT-SLF, waste plastic, mixture",waste treatment,Landfill\Slag compartment\Transformation +"market for bottom ash, MSWI-WWT-SLF, waste polyethylene","bottom ash, MSWI-WWT-SLF, waste polyethylene",waste treatment,Landfill\Slag compartment\Transformation +"market for bottom ash, MSWI-WWT-SLF, waste polyethylene terephthalate","bottom ash, MSWI-WWT-SLF, waste polyethylene terephthalate",waste treatment,Landfill\Slag compartment\Transformation +"market for bottom ash, MSWI-WWT-SLF, waste polypropylene","bottom ash, MSWI-WWT-SLF, waste polypropylene",waste treatment,Landfill\Slag compartment\Transformation +"market for bottom ash, MSWI-WWT-SLF, waste polystyrene","bottom ash, MSWI-WWT-SLF, waste polystyrene",waste treatment,Landfill\Slag compartment\Transformation +"market for bottom ash, MSWI-WWT-SLF, waste polyurethane","bottom ash, MSWI-WWT-SLF, waste polyurethane",waste treatment,Landfill\Slag compartment\Transformation +"market for bottom ash, MSWI-WWT-SLF, waste polyvinylchloride","bottom ash, MSWI-WWT-SLF, waste polyvinylchloride",waste treatment,Landfill\Slag compartment\Transformation +"market for bottom ash, MSWI-WWT-SLF, waste wood, untreated","bottom ash, MSWI-WWT-SLF, waste wood, untreated",waste treatment,Landfill\Slag compartment\Transformation +"market for bottom ash, MSWI-WWT-SLF, wood ash mixture, pure","bottom ash, MSWI-WWT-SLF, wood ash mixture, pure",waste treatment,Landfill\Slag compartment\Transformation +"market for bottom ash, MSWI-WWT-SLF[W], waste plastic, consumer electronics","bottom ash, MSWI-WWT-SLF[W], waste plastic, consumer electronics",waste treatment,Landfill\Slag compartment\Transformation +"market for bottom ash, MSWI-WWT, condensate from light oil boiler","bottom ash, MSWI-WWT, condensate from light oil boiler",waste treatment,Landfill\Slag compartment\Market +"market for bottom ash, MSWI-WWT, heat carrier liquid, 40% C3H8O2","bottom ash, MSWI-WWT, heat carrier liquid, 40% C3H8O2",waste treatment,Landfill\Slag compartment\Market +"market for bottom ash, MSWI-WWT, rainwater mineral oil storage","bottom ash, MSWI-WWT, rainwater mineral oil storage",waste treatment,Landfill\Slag compartment\Market +"market for bottom ash, MSWI-WWT, WW from ammonium paratungstate production","bottom ash, MSWI-WWT, WW from ammonium paratungstate production",waste treatment,Landfill\Slag compartment\Market +"market for bottom ash, MSWI-WWT, WW from black chrome coating","bottom ash, MSWI-WWT, WW from black chrome coating",waste treatment,Landfill\Slag compartment\Market +"market for bottom ash, MSWI-WWT, WW from ceramic production","bottom ash, MSWI-WWT, WW from ceramic production",waste treatment,Landfill\Slag compartment\Market +"market for bottom ash, MSWI-WWT, WW from concrete production","bottom ash, MSWI-WWT, WW from concrete production",waste treatment,Landfill\Slag compartment\Market +"market for bottom ash, MSWI-WWT, WW from CRT production","bottom ash, MSWI-WWT, WW from CRT production",waste treatment,Landfill\Slag compartment\Market +"market for bottom ash, MSWI-WWT, WW from GGBFS production","bottom ash, MSWI-WWT, WW from GGBFS production",waste treatment,Landfill\Slag compartment\Market +"market for bottom ash, MSWI-WWT, WW from glass production","bottom ash, MSWI-WWT, WW from glass production",waste treatment,Landfill\Slag compartment\Market +"market for bottom ash, MSWI-WWT, WW from grass refinery","bottom ash, MSWI-WWT, WW from grass refinery",waste treatment,Landfill\Slag compartment\Market +"market for bottom ash, MSWI-WWT, WW from hard fibreboard production","bottom ash, MSWI-WWT, WW from hard fibreboard production",waste treatment,Landfill\Slag compartment\Market +"market for bottom ash, MSWI-WWT, WW from LCD backlight production","bottom ash, MSWI-WWT, WW from LCD backlight production",waste treatment,Landfill\Slag compartment\Market +"market for bottom ash, MSWI-WWT, WW from LCD production","bottom ash, MSWI-WWT, WW from LCD production",waste treatment,Landfill\Slag compartment\Market +"market for bottom ash, MSWI-WWT, WW from liquid crystal production","bottom ash, MSWI-WWT, WW from liquid crystal production",waste treatment,Landfill\Slag compartment\Market +"market for bottom ash, MSWI-WWT, WW from maize starch production","bottom ash, MSWI-WWT, WW from maize starch production",waste treatment,Landfill\Slag compartment\Market +"market for bottom ash, MSWI-WWT, WW from medium density board production","bottom ash, MSWI-WWT, WW from medium density board production",waste treatment,Landfill\Slag compartment\Market +"market for bottom ash, MSWI-WWT, WW from particle board production","bottom ash, MSWI-WWT, WW from particle board production",waste treatment,Landfill\Slag compartment\Market +"market for bottom ash, MSWI-WWT, WW from pig iron production","bottom ash, MSWI-WWT, WW from pig iron production",waste treatment,Landfill\Slag compartment\Market +"market for bottom ash, MSWI-WWT, WW from plywood production","bottom ash, MSWI-WWT, WW from plywood production",waste treatment,Landfill\Slag compartment\Market +"market for bottom ash, MSWI-WWT, WW from potato starch production","bottom ash, MSWI-WWT, WW from potato starch production",waste treatment,Landfill\Slag compartment\Market +"market for bottom ash, MSWI-WWT, WW from PV cell production","bottom ash, MSWI-WWT, WW from PV cell production",waste treatment,Landfill\Slag compartment\Market +"market for bottom ash, MSWI-WWT, WW from soft fibreboard production","bottom ash, MSWI-WWT, WW from soft fibreboard production",waste treatment,Landfill\Slag compartment\Market +"market for bottom ash, MSWI-WWT, WW from tube collector production","bottom ash, MSWI-WWT, WW from tube collector production",waste treatment,Landfill\Slag compartment\Market +"market for bottom ash, MSWI-WWT, WW from vegetable oil refinery","bottom ash, MSWI-WWT, WW from vegetable oil refinery",waste treatment,Landfill\Slag compartment\Market +"market for bottom ash, MSWI-WWT, WW from wafer fabrication","bottom ash, MSWI-WWT, WW from wafer fabrication",waste treatment,Landfill\Slag compartment\Market +"market for bottom ash, MSWI-WWT, WW, average","bottom ash, MSWI-WWT, WW, average",waste treatment,Landfill\Slag compartment\Market +"market for bottom ash, MSWI-WWT[R], WW from anaerobic digestion of whey","bottom ash, MSWI-WWT[R], WW from anaerobic digestion of whey",waste treatment,Landfill\Slag compartment\Market +"market for bottom ash, MSWI-WWT[U], WW from lorry production","bottom ash, MSWI-WWT[U], WW from lorry production",waste treatment,Landfill\Slag compartment\Market +"market for bottom ash, MSWI, aluminium in car shredder residue","bottom ash, MSWI, aluminium in car shredder residue",waste treatment,Landfill\Slag compartment\Transformation +"market for bottom ash, MSWI, biowaste","bottom ash, MSWI, biowaste",waste treatment,Landfill\Slag compartment\Transformation +"market for bottom ash, MSWI, coating from waste CRT display","bottom ash, MSWI, coating from waste CRT display",waste treatment,Landfill\Slag compartment\Transformation +"market for bottom ash, MSWI, copper in car shredder residue","bottom ash, MSWI, copper in car shredder residue",waste treatment,Landfill\Slag compartment\Transformation +"market for bottom ash, MSWI, digester sludge","bottom ash, MSWI, digester sludge",waste treatment,Landfill\Slag compartment\Transformation +"market for bottom ash, MSWI, hard coal ash","bottom ash, MSWI, hard coal ash",waste treatment,Landfill\Slag compartment\Transformation +"market for bottom ash, MSWI, LDPE in waste fresh milk carton (chilled), post-industrial","bottom ash, MSWI, LDPE in waste fresh milk carton (chilled), post-industrial",waste treatment,Landfill\Slag compartment\Transformation +"market for bottom ash, MSWI, LDPE/Alu in waste juice carton (ambient), post-industrial","bottom ash, MSWI, LDPE/Alu in waste juice carton (ambient), post-industrial",waste treatment,Landfill\Slag compartment\Transformation +"market for bottom ash, MSWI, LDPE/Alu in waste UHT milk carton (ambient), post-industrial","bottom ash, MSWI, LDPE/Alu in waste UHT milk carton (ambient), post-industrial",waste treatment,Landfill\Slag compartment\Transformation +"market for bottom ash, MSWI, lead in car shredder residue","bottom ash, MSWI, lead in car shredder residue",waste treatment,Landfill\Slag compartment\Transformation +"market for bottom ash, MSWI, lignite ash","bottom ash, MSWI, lignite ash",waste treatment,Landfill\Slag compartment\Transformation +"market for bottom ash, MSWI, municipal solid waste","bottom ash, MSWI, municipal solid waste",waste treatment,Landfill\Slag compartment\Transformation +"market for bottom ash, MSWI, raw sewage sludge","bottom ash, MSWI, raw sewage sludge",waste treatment,Landfill\Slag compartment\Transformation +"market for bottom ash, MSWI, residue from mechanical treatment, CRT display","bottom ash, MSWI, residue from mechanical treatment, CRT display",waste treatment,Landfill\Slag compartment\Transformation +"market for bottom ash, MSWI, residue from mechanical treatment, desktop computer","bottom ash, MSWI, residue from mechanical treatment, desktop computer",waste treatment,Landfill\Slag compartment\Transformation +"market for bottom ash, MSWI, residue from mechanical treatment, industrial device","bottom ash, MSWI, residue from mechanical treatment, industrial device",waste treatment,Landfill\Slag compartment\Transformation +"market for bottom ash, MSWI, residue from mechanical treatment, IT accessory","bottom ash, MSWI, residue from mechanical treatment, IT accessory",waste treatment,Landfill\Slag compartment\Transformation +"market for bottom ash, MSWI, residue from mechanical treatment, laptop computer","bottom ash, MSWI, residue from mechanical treatment, laptop computer",waste treatment,Landfill\Slag compartment\Transformation +"market for bottom ash, MSWI, residue from mechanical treatment, laser printer","bottom ash, MSWI, residue from mechanical treatment, laser printer",waste treatment,Landfill\Slag compartment\Transformation +"market for bottom ash, MSWI, residue from mechanical treatment, LCD","bottom ash, MSWI, residue from mechanical treatment, LCD",waste treatment,Landfill\Slag compartment\Transformation +"market for bottom ash, MSWI, residue from shredder fraction from manual dismantling","bottom ash, MSWI, residue from shredder fraction from manual dismantling",waste treatment,Landfill\Slag compartment\Transformation +"market for bottom ash, MSWI, scrap aluminium","bottom ash, MSWI, scrap aluminium",waste treatment,Landfill\Slag compartment\Transformation +"market for bottom ash, MSWI, scrap copper","bottom ash, MSWI, scrap copper",waste treatment,Landfill\Slag compartment\Transformation +"market for bottom ash, MSWI, scrap steel","bottom ash, MSWI, scrap steel",waste treatment,Landfill\Slag compartment\Transformation +"market for bottom ash, MSWI, scrap tin sheet","bottom ash, MSWI, scrap tin sheet",waste treatment,Landfill\Slag compartment\Transformation +"market for bottom ash, MSWI, spent anion exchange resin from potable water production","bottom ash, MSWI, spent anion exchange resin from potable water production",waste treatment,Landfill\Slag compartment\Transformation +"market for bottom ash, MSWI, spent cation exchange resin from potable water production","bottom ash, MSWI, spent cation exchange resin from potable water production",waste treatment,Landfill\Slag compartment\Transformation +"market for bottom ash, MSWI, steel in car shredder residue","bottom ash, MSWI, steel in car shredder residue",waste treatment,Landfill\Slag compartment\Transformation +"market for bottom ash, MSWI, used LCD module","bottom ash, MSWI, used LCD module",waste treatment,Landfill\Slag compartment\Transformation +"market for bottom ash, MSWI, waste bitumen sheet","bottom ash, MSWI, waste bitumen sheet",waste treatment,Landfill\Slag compartment\Transformation +"market for bottom ash, MSWI, waste building wood, chrome preserved","bottom ash, MSWI, waste building wood, chrome preserved",waste treatment,Landfill\Slag compartment\Transformation +"market for bottom ash, MSWI, waste cement-fibre slab, dismantled","bottom ash, MSWI, waste cement-fibre slab, dismantled",waste treatment,Landfill\Slag compartment\Transformation +"market for bottom ash, MSWI, waste emulsion paint","bottom ash, MSWI, waste emulsion paint",waste treatment,Landfill\Slag compartment\Transformation +"market for bottom ash, MSWI, waste expanded polystyrene","bottom ash, MSWI, waste expanded polystyrene",waste treatment,Landfill\Slag compartment\Transformation +"market for bottom ash, MSWI, waste glass","bottom ash, MSWI, waste glass",waste treatment,Landfill\Slag compartment\Transformation +"market for bottom ash, MSWI, waste graphical paper","bottom ash, MSWI, waste graphical paper",waste treatment,Landfill\Slag compartment\Transformation +"market for bottom ash, MSWI, waste newspaper","bottom ash, MSWI, waste newspaper",waste treatment,Landfill\Slag compartment\Transformation +"market for bottom ash, MSWI, waste packaging paper","bottom ash, MSWI, waste packaging paper",waste treatment,Landfill\Slag compartment\Transformation +"market for bottom ash, MSWI, waste paint","bottom ash, MSWI, waste paint",waste treatment,Landfill\Slag compartment\Transformation +"market for bottom ash, MSWI, waste paperboard","bottom ash, MSWI, waste paperboard",waste treatment,Landfill\Slag compartment\Transformation +"market for bottom ash, MSWI, waste plastic, consumer electronics","bottom ash, MSWI, waste plastic, consumer electronics",waste treatment,Landfill\Slag compartment\Transformation +"market for bottom ash, MSWI, waste plastic, industrial electronics","bottom ash, MSWI, waste plastic, industrial electronics",waste treatment,Landfill\Slag compartment\Transformation +"market for bottom ash, MSWI, waste plastic, mixture","bottom ash, MSWI, waste plastic, mixture",waste treatment,Landfill\Slag compartment\Transformation +"market for bottom ash, MSWI, waste polyethylene","bottom ash, MSWI, waste polyethylene",waste treatment,Landfill\Slag compartment\Transformation +"market for bottom ash, MSWI, waste polyethylene terephthalate","bottom ash, MSWI, waste polyethylene terephthalate",waste treatment,Landfill\Slag compartment\Transformation +"market for bottom ash, MSWI, waste polypropylene","bottom ash, MSWI, waste polypropylene",waste treatment,Landfill\Slag compartment\Transformation +"market for bottom ash, MSWI, waste polystyrene","bottom ash, MSWI, waste polystyrene",waste treatment,Landfill\Slag compartment\Transformation +"market for bottom ash, MSWI, waste polyurethane","bottom ash, MSWI, waste polyurethane",waste treatment,Landfill\Slag compartment\Transformation +"market for bottom ash, MSWI, waste polyvinylchloride","bottom ash, MSWI, waste polyvinylchloride",waste treatment,Landfill\Slag compartment\Transformation +"market for bottom ash, MSWI, waste polyvinylfluoride","bottom ash, MSWI, waste polyvinylfluoride",waste treatment,Landfill\Slag compartment\Transformation +"market for bottom ash, MSWI, waste rubber, unspecified","bottom ash, MSWI, waste rubber, unspecified",waste treatment,Landfill\Slag compartment\Transformation +"market for bottom ash, MSWI, waste sealing sheet, polyethylene","bottom ash, MSWI, waste sealing sheet, polyethylene",waste treatment,Landfill\Slag compartment\Transformation +"market for bottom ash, MSWI, waste sealing sheet, polyvinylchloride","bottom ash, MSWI, waste sealing sheet, polyvinylchloride",waste treatment,Landfill\Slag compartment\Transformation +"market for bottom ash, MSWI, waste textile, soiled","bottom ash, MSWI, waste textile, soiled",waste treatment,Landfill\Slag compartment\Transformation +"market for bottom ash, MSWI, waste vapour barrier, flame-retarded","bottom ash, MSWI, waste vapour barrier, flame-retarded",waste treatment,Landfill\Slag compartment\Transformation +"market for bottom ash, MSWI, waste wire plastic","bottom ash, MSWI, waste wire plastic",waste treatment,Landfill\Slag compartment\Transformation +"market for bottom ash, MSWI, waste wood pole, chrome preserved","bottom ash, MSWI, waste wood pole, chrome preserved",waste treatment,Landfill\Slag compartment\Transformation +"market for bottom ash, MSWI, waste wood, untreated","bottom ash, MSWI, waste wood, untreated",waste treatment,Landfill\Slag compartment\Transformation +"market for bottom ash, MSWI, wood ash mixture, pure","bottom ash, MSWI, wood ash mixture, pure",waste treatment,Landfill\Slag compartment\Transformation +"market for bottom ash, MSWI, zinc in car shredder residue","bottom ash, MSWI, zinc in car shredder residue",waste treatment,Landfill\Slag compartment\Transformation +"market for bottom ash, MSWI[F]-WWT-SLF, municipal solid waste","bottom ash, MSWI[F]-WWT-SLF, municipal solid waste",waste treatment,Landfill\Slag compartment\Transformation +"market for bottom ash, MSWI[F]-WWT-SLF, refinery sludge","bottom ash, MSWI[F]-WWT-SLF, refinery sludge",waste treatment,Landfill\Slag compartment\Transformation +"market for bottom ash, MSWI[F]-WWT-SLF, residue from cooling tower","bottom ash, MSWI[F]-WWT-SLF, residue from cooling tower",waste treatment,Landfill\Slag compartment\Transformation +"market for bottom ash, MSWI[F]-WWT-SLF, sludge from pulp and paper production","bottom ash, MSWI[F]-WWT-SLF, sludge from pulp and paper production",waste treatment,Landfill\Slag compartment\Transformation +"market for bottom ash, MSWI[F]-WWT-SLF, waste aluminium","bottom ash, MSWI[F]-WWT-SLF, waste aluminium",waste treatment,Landfill\Slag compartment\Transformation +"market for bottom ash, MSWI[F]-WWT-SLF, waste asphalt","bottom ash, MSWI[F]-WWT-SLF, waste asphalt",waste treatment,Landfill\Slag compartment\Transformation +"market for bottom ash, MSWI[F]-WWT-SLF, waste bitumen","bottom ash, MSWI[F]-WWT-SLF, waste bitumen",waste treatment,Landfill\Slag compartment\Transformation +"market for bottom ash, MSWI[F]-WWT-SLF, waste emulsion paint","bottom ash, MSWI[F]-WWT-SLF, waste emulsion paint",waste treatment,Landfill\Slag compartment\Transformation +"market for bottom ash, MSWI[F]-WWT-SLF, waste graphical paper","bottom ash, MSWI[F]-WWT-SLF, waste graphical paper",waste treatment,Landfill\Slag compartment\Transformation +"market for bottom ash, MSWI[F]-WWT-SLF, waste gypsum","bottom ash, MSWI[F]-WWT-SLF, waste gypsum",waste treatment,Landfill\Slag compartment\Transformation +"market for bottom ash, MSWI[F]-WWT-SLF, waste newspaper","bottom ash, MSWI[F]-WWT-SLF, waste newspaper",waste treatment,Landfill\Slag compartment\Transformation +"market for bottom ash, MSWI[F]-WWT-SLF, waste paint","bottom ash, MSWI[F]-WWT-SLF, waste paint",waste treatment,Landfill\Slag compartment\Transformation +"market for bottom ash, MSWI[F]-WWT-SLF, waste paperboard","bottom ash, MSWI[F]-WWT-SLF, waste paperboard",waste treatment,Landfill\Slag compartment\Transformation +"market for bottom ash, MSWI[F]-WWT-SLF, waste plastic plaster","bottom ash, MSWI[F]-WWT-SLF, waste plastic plaster",waste treatment,Landfill\Slag compartment\Transformation +"market for bottom ash, MSWI[F]-WWT-SLF, waste plastic, mixture","bottom ash, MSWI[F]-WWT-SLF, waste plastic, mixture",waste treatment,Landfill\Slag compartment\Transformation +"market for bottom ash, MSWI[F]-WWT-SLF, waste polyethylene","bottom ash, MSWI[F]-WWT-SLF, waste polyethylene",waste treatment,Landfill\Slag compartment\Transformation +"market for bottom ash, MSWI[F]-WWT-SLF, waste polyethylene terephthalate","bottom ash, MSWI[F]-WWT-SLF, waste polyethylene terephthalate",waste treatment,Landfill\Slag compartment\Transformation +"market for bottom ash, MSWI[F]-WWT-SLF, waste polypropylene","bottom ash, MSWI[F]-WWT-SLF, waste polypropylene",waste treatment,Landfill\Slag compartment\Transformation +"market for bottom ash, MSWI[F]-WWT-SLF, waste polystyrene","bottom ash, MSWI[F]-WWT-SLF, waste polystyrene",waste treatment,Landfill\Slag compartment\Transformation +"market for bottom ash, MSWI[F]-WWT-SLF, waste polyurethane","bottom ash, MSWI[F]-WWT-SLF, waste polyurethane",waste treatment,Landfill\Slag compartment\Transformation +"market for bottom ash, MSWI[F]-WWT-SLF, waste polyvinylchloride","bottom ash, MSWI[F]-WWT-SLF, waste polyvinylchloride",waste treatment,Landfill\Slag compartment\Transformation +"market for bottom ash, MSWI[F]-WWT-SLF, waste wood, untreated","bottom ash, MSWI[F]-WWT-SLF, waste wood, untreated",waste treatment,Landfill\Slag compartment\Transformation +"market for bottom ash, MSWI[F]-WWT-SLF, wood ash mixture, pure","bottom ash, MSWI[F]-WWT-SLF, wood ash mixture, pure",waste treatment,Landfill\Slag compartment\Transformation +"market for bottom ash, MSWI[F]-WWT, condensate from light oil boiler","bottom ash, MSWI[F]-WWT, condensate from light oil boiler",waste treatment,Landfill\Slag compartment\Market +"market for bottom ash, MSWI[F]-WWT, heat carrier liquid, 40% C3H8O2","bottom ash, MSWI[F]-WWT, heat carrier liquid, 40% C3H8O2",waste treatment,Landfill\Slag compartment\Market +"market for bottom ash, MSWI[F]-WWT, rainwater mineral oil storage","bottom ash, MSWI[F]-WWT, rainwater mineral oil storage",waste treatment,Landfill\Slag compartment\Market +"market for bottom ash, MSWI[F]-WWT, WW from black chrome coating","bottom ash, MSWI[F]-WWT, WW from black chrome coating",waste treatment,Landfill\Slag compartment\Market +"market for bottom ash, MSWI[F]-WWT, WW from ceramic production","bottom ash, MSWI[F]-WWT, WW from ceramic production",waste treatment,Landfill\Slag compartment\Market +"market for bottom ash, MSWI[F]-WWT, WW from concrete production","bottom ash, MSWI[F]-WWT, WW from concrete production",waste treatment,Landfill\Slag compartment\Market +"market for bottom ash, MSWI[F]-WWT, WW from CRT production","bottom ash, MSWI[F]-WWT, WW from CRT production",waste treatment,Landfill\Slag compartment\Market +"market for bottom ash, MSWI[F]-WWT, WW from glass production","bottom ash, MSWI[F]-WWT, WW from glass production",waste treatment,Landfill\Slag compartment\Market +"market for bottom ash, MSWI[F]-WWT, WW from grass refinery","bottom ash, MSWI[F]-WWT, WW from grass refinery",waste treatment,Landfill\Slag compartment\Market +"market for bottom ash, MSWI[F]-WWT, WW from LCD backlight production","bottom ash, MSWI[F]-WWT, WW from LCD backlight production",waste treatment,Landfill\Slag compartment\Market +"market for bottom ash, MSWI[F]-WWT, WW from LCD production","bottom ash, MSWI[F]-WWT, WW from LCD production",waste treatment,Landfill\Slag compartment\Market +"market for bottom ash, MSWI[F]-WWT, WW from liquid crystal production","bottom ash, MSWI[F]-WWT, WW from liquid crystal production",waste treatment,Landfill\Slag compartment\Market +"market for bottom ash, MSWI[F]-WWT, WW from maize starch production","bottom ash, MSWI[F]-WWT, WW from maize starch production",waste treatment,Landfill\Slag compartment\Market +"market for bottom ash, MSWI[F]-WWT, WW from pig iron production","bottom ash, MSWI[F]-WWT, WW from pig iron production",waste treatment,Landfill\Slag compartment\Market +"market for bottom ash, MSWI[F]-WWT, WW from plywood production","bottom ash, MSWI[F]-WWT, WW from plywood production",waste treatment,Landfill\Slag compartment\Market +"market for bottom ash, MSWI[F]-WWT, WW from potato starch production","bottom ash, MSWI[F]-WWT, WW from potato starch production",waste treatment,Landfill\Slag compartment\Market +"market for bottom ash, MSWI[F]-WWT, WW from PV cell production","bottom ash, MSWI[F]-WWT, WW from PV cell production",waste treatment,Landfill\Slag compartment\Market +"market for bottom ash, MSWI[F]-WWT, WW from soft fibreboard production","bottom ash, MSWI[F]-WWT, WW from soft fibreboard production",waste treatment,Landfill\Slag compartment\Market +"market for bottom ash, MSWI[F]-WWT, WW from tube collector production","bottom ash, MSWI[F]-WWT, WW from tube collector production",waste treatment,Landfill\Slag compartment\Market +"market for bottom ash, MSWI[F]-WWT, WW from wafer fabrication","bottom ash, MSWI[F]-WWT, WW from wafer fabrication",waste treatment,Landfill\Slag compartment\Market +"market for bottom ash, MSWI[F]-WWT, WW, average","bottom ash, MSWI[F]-WWT, WW, average",waste treatment,Landfill\Slag compartment\Market +"market for bottom ash, MSWI[F]-WWT[R], WW from anaerobic digestion of whey","bottom ash, MSWI[F]-WWT[R], WW from anaerobic digestion of whey",waste treatment,Landfill\Slag compartment\Market +"market for bottom ash, MSWI[F]-WWT[U], WW from lorry production","bottom ash, MSWI[F]-WWT[U], WW from lorry production",waste treatment,Landfill\Slag compartment\Market +"market for bottom ash, MSWI[F], aluminium in car shredder residue","bottom ash, MSWI[F], aluminium in car shredder residue",waste treatment,Landfill\Slag compartment\Transformation +"market for bottom ash, MSWI[F], biowaste","bottom ash, MSWI[F], biowaste",waste treatment,Landfill\Slag compartment\Transformation +"market for bottom ash, MSWI[F], coating from waste CRT display","bottom ash, MSWI[F], coating from waste CRT display",waste treatment,Landfill\Slag compartment\Transformation +"market for bottom ash, MSWI[F], copper in car shredder residue","bottom ash, MSWI[F], copper in car shredder residue",waste treatment,Landfill\Slag compartment\Transformation +"market for bottom ash, MSWI[F], digester sludge","bottom ash, MSWI[F], digester sludge",waste treatment,Landfill\Slag compartment\Transformation +"market for bottom ash, MSWI[F], hard coal ash","bottom ash, MSWI[F], hard coal ash",waste treatment,Landfill\Slag compartment\Transformation +"market for bottom ash, MSWI[F], lead in car shredder residue","bottom ash, MSWI[F], lead in car shredder residue",waste treatment,Landfill\Slag compartment\Transformation +"market for bottom ash, MSWI[F], lignite ash","bottom ash, MSWI[F], lignite ash",waste treatment,Landfill\Slag compartment\Transformation +"market for bottom ash, MSWI[F], municipal solid waste","bottom ash, MSWI[F], municipal solid waste",waste treatment,Landfill\Slag compartment\Transformation +"market for bottom ash, MSWI[F], raw sewage sludge","bottom ash, MSWI[F], raw sewage sludge",waste treatment,Landfill\Slag compartment\Transformation +"market for bottom ash, MSWI[F], residue from mechanical treatment, CRT display","bottom ash, MSWI[F], residue from mechanical treatment, CRT display",waste treatment,Landfill\Slag compartment\Transformation +"market for bottom ash, MSWI[F], residue from mechanical treatment, desktop computer","bottom ash, MSWI[F], residue from mechanical treatment, desktop computer",waste treatment,Landfill\Slag compartment\Transformation +"market for bottom ash, MSWI[F], residue from mechanical treatment, industrial device","bottom ash, MSWI[F], residue from mechanical treatment, industrial device",waste treatment,Landfill\Slag compartment\Transformation +"market for bottom ash, MSWI[F], residue from mechanical treatment, IT accessory","bottom ash, MSWI[F], residue from mechanical treatment, IT accessory",waste treatment,Landfill\Slag compartment\Transformation +"market for bottom ash, MSWI[F], residue from mechanical treatment, laptop computer","bottom ash, MSWI[F], residue from mechanical treatment, laptop computer",waste treatment,Landfill\Slag compartment\Transformation +"market for bottom ash, MSWI[F], residue from mechanical treatment, laser printer","bottom ash, MSWI[F], residue from mechanical treatment, laser printer",waste treatment,Landfill\Slag compartment\Transformation +"market for bottom ash, MSWI[F], residue from mechanical treatment, LCD","bottom ash, MSWI[F], residue from mechanical treatment, LCD",waste treatment,Landfill\Slag compartment\Transformation +"market for bottom ash, MSWI[F], residue from shredder fraction from manual dismantling","bottom ash, MSWI[F], residue from shredder fraction from manual dismantling",waste treatment,Landfill\Slag compartment\Transformation +"market for bottom ash, MSWI[F], scrap aluminium","bottom ash, MSWI[F], scrap aluminium",waste treatment,Landfill\Slag compartment\Transformation +"market for bottom ash, MSWI[F], scrap copper","bottom ash, MSWI[F], scrap copper",waste treatment,Landfill\Slag compartment\Transformation +"market for bottom ash, MSWI[F], scrap steel","bottom ash, MSWI[F], scrap steel",waste treatment,Landfill\Slag compartment\Transformation +"market for bottom ash, MSWI[F], scrap tin sheet","bottom ash, MSWI[F], scrap tin sheet",waste treatment,Landfill\Slag compartment\Transformation +"market for bottom ash, MSWI[F], spent anion exchange resin from potable water production","bottom ash, MSWI[F], spent anion exchange resin from potable water production",waste treatment,Landfill\Slag compartment\Transformation +"market for bottom ash, MSWI[F], spent cation exchange resin from potable water production","bottom ash, MSWI[F], spent cation exchange resin from potable water production",waste treatment,Landfill\Slag compartment\Transformation +"market for bottom ash, MSWI[F], steel in car shredder residue","bottom ash, MSWI[F], steel in car shredder residue",waste treatment,Landfill\Slag compartment\Transformation +"market for bottom ash, MSWI[F], used LCD module","bottom ash, MSWI[F], used LCD module",waste treatment,Landfill\Slag compartment\Transformation +"market for bottom ash, MSWI[F], waste bitumen sheet","bottom ash, MSWI[F], waste bitumen sheet",waste treatment,Landfill\Slag compartment\Transformation +"market for bottom ash, MSWI[F], waste building wood, chrome preserved","bottom ash, MSWI[F], waste building wood, chrome preserved",waste treatment,Landfill\Slag compartment\Transformation +"market for bottom ash, MSWI[F], waste cement-fibre slab, dismantled","bottom ash, MSWI[F], waste cement-fibre slab, dismantled",waste treatment,Landfill\Slag compartment\Transformation +"market for bottom ash, MSWI[F], waste emulsion paint","bottom ash, MSWI[F], waste emulsion paint",waste treatment,Landfill\Slag compartment\Transformation +"market for bottom ash, MSWI[F], waste expanded polystyrene","bottom ash, MSWI[F], waste expanded polystyrene",waste treatment,Landfill\Slag compartment\Transformation +"market for bottom ash, MSWI[F], waste glass","bottom ash, MSWI[F], waste glass",waste treatment,Landfill\Slag compartment\Transformation +"market for bottom ash, MSWI[F], waste graphical paper","bottom ash, MSWI[F], waste graphical paper",waste treatment,Landfill\Slag compartment\Transformation +"market for bottom ash, MSWI[F], waste newspaper","bottom ash, MSWI[F], waste newspaper",waste treatment,Landfill\Slag compartment\Transformation +"market for bottom ash, MSWI[F], waste packaging paper","bottom ash, MSWI[F], waste packaging paper",waste treatment,Landfill\Slag compartment\Transformation +"market for bottom ash, MSWI[F], waste paint","bottom ash, MSWI[F], waste paint",waste treatment,Landfill\Slag compartment\Transformation +"market for bottom ash, MSWI[F], waste paperboard","bottom ash, MSWI[F], waste paperboard",waste treatment,Landfill\Slag compartment\Transformation +"market for bottom ash, MSWI[F], waste plastic, consumer electronics","bottom ash, MSWI[F], waste plastic, consumer electronics",waste treatment,Landfill\Slag compartment\Transformation +"market for bottom ash, MSWI[F], waste plastic, industrial electronics","bottom ash, MSWI[F], waste plastic, industrial electronics",waste treatment,Landfill\Slag compartment\Transformation +"market for bottom ash, MSWI[F], waste plastic, mixture","bottom ash, MSWI[F], waste plastic, mixture",waste treatment,Landfill\Slag compartment\Transformation +"market for bottom ash, MSWI[F], waste polyethylene","bottom ash, MSWI[F], waste polyethylene",waste treatment,Landfill\Slag compartment\Transformation +"market for bottom ash, MSWI[F], waste polyethylene terephthalate","bottom ash, MSWI[F], waste polyethylene terephthalate",waste treatment,Landfill\Slag compartment\Transformation +"market for bottom ash, MSWI[F], waste polypropylene","bottom ash, MSWI[F], waste polypropylene",waste treatment,Landfill\Slag compartment\Transformation +"market for bottom ash, MSWI[F], waste polystyrene","bottom ash, MSWI[F], waste polystyrene",waste treatment,Landfill\Slag compartment\Transformation +"market for bottom ash, MSWI[F], waste polyurethane","bottom ash, MSWI[F], waste polyurethane",waste treatment,Landfill\Slag compartment\Transformation +"market for bottom ash, MSWI[F], waste polyvinylchloride","bottom ash, MSWI[F], waste polyvinylchloride",waste treatment,Landfill\Slag compartment\Transformation +"market for bottom ash, MSWI[F], waste polyvinylfluoride","bottom ash, MSWI[F], waste polyvinylfluoride",waste treatment,Landfill\Slag compartment\Transformation +"market for bottom ash, MSWI[F], waste rubber, unspecified","bottom ash, MSWI[F], waste rubber, unspecified",waste treatment,Landfill\Slag compartment\Transformation +"market for bottom ash, MSWI[F], waste sealing sheet, polyethylene","bottom ash, MSWI[F], waste sealing sheet, polyethylene",waste treatment,Landfill\Slag compartment\Transformation +"market for bottom ash, MSWI[F], waste sealing sheet, polyvinylchloride","bottom ash, MSWI[F], waste sealing sheet, polyvinylchloride",waste treatment,Landfill\Slag compartment\Transformation +"market for bottom ash, MSWI[F], waste textile, soiled","bottom ash, MSWI[F], waste textile, soiled",waste treatment,Landfill\Slag compartment\Transformation +"market for bottom ash, MSWI[F], waste vapour barrier, flame-retarded","bottom ash, MSWI[F], waste vapour barrier, flame-retarded",waste treatment,Landfill\Slag compartment\Transformation +"market for bottom ash, MSWI[F], waste wire plastic","bottom ash, MSWI[F], waste wire plastic",waste treatment,Landfill\Slag compartment\Transformation +"market for bottom ash, MSWI[F], waste wood pole, chrome preserved","bottom ash, MSWI[F], waste wood pole, chrome preserved",waste treatment,Landfill\Slag compartment\Transformation +"market for bottom ash, MSWI[F], waste wood, untreated","bottom ash, MSWI[F], waste wood, untreated",waste treatment,Landfill\Slag compartment\Transformation +"market for bottom ash, MSWI[F], wood ash mixture, pure","bottom ash, MSWI[F], wood ash mixture, pure",waste treatment,Landfill\Slag compartment\Transformation +"market for bottom ash, MSWI[F], zinc in car shredder residue","bottom ash, MSWI[F], zinc in car shredder residue",waste treatment,Landfill\Slag compartment\Transformation +"market for brake wear emissions, lorry","brake wear emissions, lorry",waste treatment,Transport\Market +"market for brake wear emissions, passenger car","brake wear emissions, passenger car",waste treatment,Transport\Market +market for brass,brass,material,Metals\Non ferro\Market +"market for brass removed by drilling, computer numerical controlled","brass removed by drilling, computer numerical controlled",processing,Metals\Chipping\Market +"market for brass removed by drilling, conventional","brass removed by drilling, conventional",processing,Metals\Chipping\Market +"market for brass removed by turning, average, computer numerical controlled","brass removed by turning, average, computer numerical controlled",processing,Metals\Chipping\Market +"market for brass removed by turning, average, conventional","brass removed by turning, average, conventional",processing,Metals\Chipping\Market +"market for brass removed by turning, primarily dressing, computer numerical controlled","brass removed by turning, primarily dressing, computer numerical controlled",processing,Metals\Chipping\Market +"market for brass removed by turning, primarily dressing, conventional","brass removed by turning, primarily dressing, conventional",processing,Metals\Chipping\Market +"market for brass removed by turning, primarily roughing, computer numerical controlled","brass removed by turning, primarily roughing, computer numerical controlled",processing,Metals\Chipping\Market +"market for brass removed by turning, primarily roughing, conventional","brass removed by turning, primarily roughing, conventional",processing,Metals\Chipping\Market +"market for brazing solder, cadmium free","brazing solder, cadmium free",processing,Metals\Chipping\Market +market for breadcrumbs,breadcrumbs,material,Agricultural\Food\Market +market for brick production facility,brick production facility,material,Construction\Bricks\Market\Infrastructure +market for broccoli,broccoli,material,Agricultural\Plant production\Vegetables\Market +market for bromine,bromine,material,Chemicals\Inorganic\Market +market for bromopropane,bromopropane,material,Chemicals\Organic\Market +market for bromoxynil,bromoxynil,material,Chemicals\Organic\Market +market for bronze,bronze,material,Metals\Non ferro\Market +"market for bronze scrap, post-consumer","bronze scrap, post-consumer",material,Metals\Waste metals\Market +"market for bronze scrap, post-consumer_obsolete","bronze scrap, post-consumer",waste treatment,Others\Obsolete +market for building machine,building machine,transport,Building equipment\Market\Infrastructure +"market for building operation, budget hotel","building operation, budget hotel",use,Tourism\Hotels\Market +"market for building operation, hostel","building operation, hostel",use,Tourism\Hotels\Market +"market for building operation, luxury hotel","building operation, luxury hotel",use,Tourism\Hotels\Market +"market for building operation, upmarket hotel","building operation, upmarket hotel",use,Tourism\Hotels\Market +"market for building, budget hotel","building, budget hotel",use,Tourism\Hotels\Market\Infrastructure +"market for building, hall","building, hall",material,Construction\Others\Market\Infrastructure +"market for building, hall, steel construction","building, hall, steel construction",material,Construction\Others\Market\Infrastructure +"market for building, hall, wood construction","building, hall, wood construction",material,Construction\Others\Market\Infrastructure +"market for building, hostel","building, hostel",use,Tourism\Hotels\Market\Infrastructure +"market for building, luxury hotel","building, luxury hotel",use,Tourism\Hotels\Market\Infrastructure +"market for building, multi-storey","building, multi-storey",material,Construction\Others\Market\Infrastructure +"market for building, upmarket hotel","building, upmarket hotel",use,Tourism\Hotels\Market\Infrastructure +"market for bulk carrier, for dry goods","bulk carrier, for dry goods",transport,Water\Market\Infrastructure +market for bulk lead-zinc concentrate,bulk lead-zinc concentrate,material,Minerals\Market +"market for bundle, energy wood, measured as dry mass","bundle, energy wood, measured as dry mass",material,Others\Obsolete +market for burnt shale,burnt shale,material,Chemicals\Inorganic\Market +market for bus,bus,transport,Road\Market\Infrastructure +market for butadiene,butadiene,material,Chemicals\Organic\Market +"market for butadiene, crude","butadiene, crude",material,Chemicals\Organic\Market +market for butane,butane,material,Chemicals\Organic\Market +"market for butane-1,4-diol","butane-1,4-diol",material,Chemicals\Organic\Market +"market for butene, mixed","butene, mixed",material,Chemicals\Organic\Market +"market for butter, from cow milk","butter, from cow milk",material,Agricultural\Food\Market +"market for buttermilk, from cow milk","buttermilk, from cow milk",material,Agricultural\Food\Market +market for butyl acetate,butyl acetate,material,Chemicals\Organic\Market +market for butyl acrylate,butyl acrylate,material,Chemicals\Organic\Market +market for butyldiglycol acetate,butyldiglycol acetate,material,Chemicals\Organic\Market +market for butyrolactone,butyrolactone,material,Chemicals\Organic\Market +market for C3 hydrocarbon mixture,c3 hydrocarbon mixture,material,Chemicals\Organic\Market +market for cabbage red,cabbage red,material,Agricultural\Plant production\Vegetables\Market +market for cabbage white,cabbage white,material,Agricultural\Plant production\Vegetables\Market +market for cable yarder with sled winch,cable yarder with sled winch,material,Electronics\Component\Market +market for cable yarding,cable yarding,transport,Building equipment\Market +"market for cable, connector for computer, without plugs","cable, connector for computer, without plugs",material,Electronics\Component\Market +"market for cable, data cable in infrastructure","cable, data cable in infrastructure",material,Electronics\Component\Market +"market for cable, network cable, category 5, without plugs","cable, network cable, category 5, without plugs",material,Electronics\Component\Market +"market for cable, printer cable, without plugs","cable, printer cable, without plugs",material,Electronics\Component\Market +"market for cable, ribbon cable, 20-pin, with plugs","cable, ribbon cable, 20-pin, with plugs",material,Electronics\Component\Market +"market for cable, three-conductor cable","cable, three-conductor cable",material,Electronics\Component\Market +"market for cable, unspecified","cable, unspecified",material,Electronics\Component\Market +market for cadmium,cadmium,material,Metals\Non ferro\Market +"market for cadmium chloride, semiconductor-grade","cadmium chloride, semiconductor-grade",material,Chemicals\Inorganic\Market +market for cadmium sludge from zinc electrolysis,cadmium sludge from zinc electrolysis,material,Metals\Non ferro\Market +market for cadmium sludge from zinc electrolysis stockpiling,cadmium sludge from zinc electrolysis stockpiling,processing,Others\Market +"market for cadmium sulfide, semiconductor-grade","cadmium sulfide, semiconductor-grade",material,Chemicals\Inorganic\Market +"market for cadmium telluride, semiconductor-grade","cadmium telluride, semiconductor-grade",material,Chemicals\Inorganic\Market +"market for cadmium, semiconductor-grade","cadmium, semiconductor-grade",material,Metals\Non ferro\Market +market for calcareous marl,calcareous marl,material,Chemicals\Inorganic\Market +market for calcined clay,calcined clay,material,Chemicals\Inorganic\Market +market for calcium ammonium nitrate,calcium ammonium nitrate,material,Chemicals\Fertilisers (inorganic)\Market +market for calcium borates,calcium borates,material,Chemicals\Inorganic\Market +"market for calcium carbide, technical grade","calcium carbide, technical grade",material,Chemicals\Inorganic\Market +"market for calcium carbonate, precipitated","calcium carbonate, precipitated",material,Chemicals\Inorganic\Market +market for calcium chloride,calcium chloride,material,Chemicals\Inorganic\Market +market for calcium nitrate,calcium nitrate,material,Chemicals\Fertilisers (inorganic)\Market +"market for calendering, rigid sheets","calendering, rigid sheets",processing,Plastics\Market +market for canal,canal,transport,Water\Market\Infrastructure +"market for capacitor, auxilliaries and energy use","capacitor, auxilliaries and energy use",material,Electronics\Component\Market +"market for capacitor, electrolyte type, < 2cm height","capacitor, electrolyte type, < 2cm height",material,Electronics\Component\Market +"market for capacitor, electrolyte type, > 2cm height","capacitor, electrolyte type, > 2cm height",material,Electronics\Component\Market +"market for capacitor, film type, for through-hole mounting","capacitor, film type, for through-hole mounting",material,Electronics\Component\Market +"market for capacitor, for surface-mounting","capacitor, for surface-mounting",material,Electronics\Component\Market +"market for capacitor, tantalum-, for through-hole mounting","capacitor, tantalum-, for through-hole mounting",material,Electronics\Component\Market +market for captan,captan,material,Chemicals\Pesticides\Market +market for carbon black,carbon black,material,Chemicals\Organic\Market +"market for carbon dioxide, in chemical industry","carbon dioxide, in chemical industry",material,Chemicals\Gases\Market +"market for carbon dioxide, liquid","carbon dioxide, liquid",material,Chemicals\Gases\Liquified\Market +market for carbon disulfide,carbon disulfide,material,Chemicals\Organic\Market +"market for carbon fibre reinforced plastic, injection moulded","carbon fibre reinforced plastic, injection moulded",material,Plastics\Thermoplasts\Market +market for carbon monoxide,carbon monoxide,material,Chemicals\Gases\Market +market for carbon tetrachloride,carbon tetrachloride,material,Chemicals\Organic\Market +"market for carboxymethyl cellulose, powder","carboxymethyl cellulose, powder",material,Chemicals\Washing agents\Auxiliaries\Market +market for carrot,carrot,material,Agricultural\Plant production\Roots and tubers\Market +"market for carrot seed, for sowing","carrot seed, for sowing",material,Agricultural\Plant seeds\Market +"market for carrot seed, Swiss integrated production, at farm","carrot seed, Swiss integrated production, at farm",material,Agricultural\Plant seeds\Market +"market for carton board box production, with gravure printing","carton board box production, with gravure printing",processing,Cardboard\Market +"market for carton board box production, with offset printing","carton board box production, with offset printing",processing,Cardboard\Market +market for cashew,cashew,material,Agricultural\Food\Market +market for cast iron,cast iron,material,Metals\Ferro\Market +"market for cast iron removed by drilling, computer numerical controlled","cast iron removed by drilling, computer numerical controlled",processing,Metals\Chipping\Market +"market for cast iron removed by drilling, conventional","cast iron removed by drilling, conventional",processing,Metals\Chipping\Market +"market for cast iron removed by milling, average","cast iron removed by milling, average",processing,Metals\Chipping\Market +"market for cast iron removed by milling, dressing","cast iron removed by milling, dressing",processing,Metals\Chipping\Market +"market for cast iron removed by milling, large parts","cast iron removed by milling, large parts",processing,Metals\Chipping\Market +"market for cast iron removed by milling, small parts","cast iron removed by milling, small parts",processing,Metals\Chipping\Market +"market for cast iron removed by turning, average, computer numerical controlled","cast iron removed by turning, average, computer numerical controlled",processing,Metals\Chipping\Market +"market for cast iron removed by turning, average, conventional","cast iron removed by turning, average, conventional",processing,Metals\Chipping\Market +"market for cast iron removed by turning, primarily dressing, computer numerical controlled","cast iron removed by turning, primarily dressing, computer numerical controlled",processing,Metals\Chipping\Market +"market for cast iron removed by turning, primarily dressing, conventional","cast iron removed by turning, primarily dressing, conventional",processing,Metals\Chipping\Market +"market for cast iron removed by turning, primarily roughing, computer numerical controlled","cast iron removed by turning, primarily roughing, computer numerical controlled",processing,Metals\Chipping\Market +"market for cast iron removed by turning, primarily roughing, conventional","cast iron removed by turning, primarily roughing, conventional",processing,Metals\Chipping\Market +"market for casting, aluminium, lost-wax","casting, aluminium, lost-wax",processing,Metals\Chipless shaping\Market +"market for casting, brass","casting, brass",processing,Metals\Chipless shaping\Market +"market for casting, bronze","casting, bronze",processing,Metals\Chipless shaping\Market +"market for casting, steel, lost-wax","casting, steel, lost-wax",processing,Metals\Chipless shaping\Market +market for castor bean,castor bean,material,Agricultural\Plant production\Legumes\Market +"market for catalytic converter, oxidation, 20 litre","catalytic converter, oxidation, 20 litre",energy,Cogeneration\Oil\Market\Infrastructure +"market for catalytic converter, selective catalytic reduction, 200 litre","catalytic converter, selective catalytic reduction, 200 litre",energy,Cogeneration\Oil\Market\Infrastructure +"market for catalytic converter, three-way, 19.1l","catalytic converter, three-way, 19.1l",energy,Cogeneration\Gas\Market\Infrastructure +"market for catalytic converter, three-way, mini CHP plant","catalytic converter, three-way, mini CHP plant",energy,Cogeneration\Gas\Market\Infrastructure +"market for cathode-ray tube, cathode ray tube display","cathode-ray tube, cathode ray tube display",material,Electronics\Module\Market +"market for cathode, for aluminium electrolysis","cathode, for aluminium electrolysis",material,Chemicals\Others\Market +"market for cathode, LFP, for Li-ion battery","cathode, LFP, for Li-ion battery",material,Electronics\Battery\Market +"market for cathode, LiMn2O4, for Li-ion battery","cathode, LiMn2O4, for Li-ion battery",material,Electronics\Battery\Market +"market for cathode, NCA, for Li-ion battery","cathode, NCA, for Li-ion battery",material,Electronics\Battery\Market +"market for cathode, NMC111, for Li-ion battery","cathode, NMC111, for Li-ion battery",material,Electronics\Battery\Market +"market for cathode, NMC811, for Li-ion battery","cathode, NMC811, for Li-ion battery",material,Electronics\Battery\Market +market for cationic resin,cationic resin,material,Chemicals\Others\Market +"market for cattle for slaughtering, live weight","cattle for slaughtering, live weight",material,Agricultural\Animal production\Bovine\Market +market for cauliflower,cauliflower,material,Agricultural\Plant production\Vegetables\Market +market for celery,celery,material,Agricultural\Plant production\Vegetables\Market +market for cellulose fibre,cellulose fibre,material,Construction\Insulation\Market +"market for cellulose fibre, inclusive blowing in","cellulose fibre, inclusive blowing in",material,Others\Obsolete +market for cement cast plaster floor,cement cast plaster floor,material,Construction\Coverings\Market +market for cement factory,cement factory,material,Construction\Binders\Market\Infrastructure +market for cement mortar,cement mortar,material,Construction\Binders\Market +market for cement plaster,cement plaster,material,Construction\Binders\Market +market for cement tile,cement tile,material,Construction\Coverings\Market +"market for cement, alternative constituents 45%","cement, alternative constituents 45%",material,Others\Obsolete +"market for cement, ART","cement, ART",material,Construction\Binders\Market +"market for cement, blast furnace slag 21-35%","cement, blast furnace slag 21-35%",material,Others\Obsolete +"market for cement, blast furnace slag 25-70%","cement, blast furnace slag 25-70%",material,Others\Obsolete +"market for cement, blast furnace slag 35-70%","cement, blast furnace slag 35-70%",material,Others\Obsolete +"market for cement, blast furnace slag 36-65%","cement, blast furnace slag 36-65%, non-US",material,Others\Obsolete +"market for cement, blast furnace slag 40-70%","cement, blast furnace slag 40-70%",material,Others\Obsolete +"market for cement, blast furnace slag 5-25%","cement, blast furnace slag 5-25%",material,Others\Obsolete +"market for cement, blast furnace slag 6-20%","cement, blast furnace slag 6-20%",material,Others\Obsolete +"market for cement, blast furnace slag 6-34%","cement, blast furnace slag 6-34%",material,Others\Obsolete +"market for cement, blast furnace slag 70-100%","cement, blast furnace slag 70-100%",material,Others\Obsolete +"market for cement, CEM II/A","cement, CEM II/A",material,Construction\Binders\Market +"market for cement, CEM II/A-L","cement, CEM II/A-L",material,Construction\Binders\Market +"market for cement, CEM II/A-S","cement, CEM II/A-S",material,Construction\Binders\Market +"market for cement, CEM II/A-V","cement, CEM II/A-V",material,Construction\Binders\Market +"market for cement, CEM II/B","cement, CEM II/B",material,Construction\Binders\Market +"market for cement, CEM II/B-L","cement, CEM II/B-L",material,Construction\Binders\Market +"market for cement, CEM II/B-S","cement, CEM II/B-S",material,Construction\Binders\Market +"market for cement, CEM II/B-V","cement, CEM II/B-V",material,Construction\Binders\Market +"market for cement, CEM III/A","cement, CEM III/A",material,Construction\Binders\Market +"market for cement, CEM III/B","cement, CEM III/B",material,Construction\Binders\Market +"market for cement, CEM III/C","cement, CEM III/C",material,Construction\Binders\Market +"market for cement, CEM IV/A","cement, CEM IV/A",material,Construction\Binders\Market +"market for cement, CEM IV/B","cement, CEM IV/B",material,Construction\Binders\Market +"market for cement, CEM V/A","cement, CEM V/A",material,Construction\Binders\Market +"market for cement, CEM V/B","cement, CEM V/B",material,Construction\Binders\Market +"market for cement, CP II-E","cement, CP II-E",material,Construction\Binders\Market +"market for cement, CP II-F","cement, CP II-F",material,Construction\Binders\Market +"market for cement, CP II-Z","cement, CP II-Z",material,Construction\Binders\Market +"market for cement, CP III","cement, CP III",material,Construction\Binders\Market +"market for cement, CP IV","cement, CP IV",material,Construction\Binders\Market +"market for cement, CP V RS","cement, CP V RS",material,Construction\Binders\Market +"market for cement, limestone 21-35%","cement, limestone 21-35%",material,Others\Obsolete +"market for cement, limestone 6-10%","cement, limestone 6-10%",material,Others\Obsolete +"market for cement, limestone 6-20%","cement, limestone 6-20%",material,Others\Obsolete +"market for cement, Portland","cement, Portland",material,Construction\Binders\Market +"market for cement, portland fly ash cement 21-35%","cement, portland fly ash cement 21-35%",material,Others\Obsolete +"market for cement, portland fly ash cement 6-20%","cement, portland fly ash cement 6-20%",material,Others\Obsolete +"market for cement, Portland Slag","cement, Portland Slag",material,Construction\Binders\Market +"market for cement, Portland SR3","cement, Portland SR3",material,Construction\Binders\Market +"market for cement, pozzolana and fly ash 15-40%","cement, pozzolana and fly ash 15-40%",material,Others\Obsolete +"market for cement, pozzolana and fly ash 15-50%","cement, pozzolana and fly ash 15-50%",material,Others\Obsolete +"market for cement, pozzolana and fly ash 25-35%","cement, pozzolana and fly ash 25-35%",material,Others\Obsolete +"market for cement, pozzolana and fly ash 5-15%","cement, pozzolana and fly ash 5-15%",material,Others\Obsolete +"market for cement, pozzolana and fly ash 6-14%","cement, pozzolana and fly ash 6-14%",material,Others\Obsolete +"market for cement, Pozzolana Portland","cement, Pozzolana Portland",material,Construction\Binders\Market +"market for cement, type general use","cement, type general use",material,Construction\Binders\Market +"market for cement, type I (SM)","cement, type I (SM)",material,Construction\Binders\Market +"market for cement, type I-PM","cement, type I-PM",material,Construction\Binders\Market +"market for cement, type ICo","cement, type ICo",material,Construction\Binders\Market +"market for cement, type IP","cement, type IP",material,Construction\Binders\Market +"market for cement, type IP/P","cement, type IP/P",material,Construction\Binders\Market +"market for cement, type IS","cement, type IS",material,Construction\Binders\Market +"market for cement, type S","cement, type S",material,Construction\Binders\Market +"market for cement, unspecified","cement, unspecified",material,Construction\Binders\Market +"market for cement, ZN/D, new alternative constituents 36-50%, in conformity with SIA 2049","cement, ZN/D, new alternative constituents 36-50%, in conformity with SIA 2049",material,Construction\Binders\Market +market for ceramic factory,ceramic factory,material,Construction\Ceramics\Market\Infrastructure +market for ceramic tile,ceramic tile,material,Construction\Ceramics\Market +"market for cerium concentrate, 60% cerium oxide","cerium concentrate, 60% cerium oxide",material,Others\Obsolete +market for cerium oxide,cerium oxide,material,Chemicals\Inorganic\Market +market for charcoal,charcoal,material,Fuels\Coal\Market +"market for charger, electric passenger car","charger, electric passenger car",material,Electronics\Devices\Market +"market for charger, for electric scooter","charger, for electric scooter",material,Electronics\Devices\Market +"market for chassis, internet access equipment","chassis, internet access equipment",material,Electronics\Component\Market +"market for cheese, from cow milk, fresh, unripened","cheese, from cow milk, fresh, unripened",material,Agricultural\Food\Market +market for chemi-thermomechanical pulp,chemi-thermomechanical pulp,material,Paper+ Board\Pulp\Market +market for chemical factory,chemical factory,material,Chemicals\Others\Market\Infrastructure +"market for chemical factory, organics","chemical factory, organics",material,Chemicals\Organic\Market\Infrastructure +"market for chemical, inorganic","chemical, inorganic",material,Chemicals\Inorganic\Market +"market for chemical, organic","chemical, organic",material,Chemicals\Organic\Market +"market for chicken for slaughtering, live weight","chicken for slaughtering, live weight",material,Agricultural\Animal production\Avian\Market +market for chickpea,chickpea,material,Agricultural\Plant production\Legumes\Market +market for chilli,chilli,material,Agricultural\Plant production\Vegetables\Market +market for chimney,chimney,energy,Heat\Oil\Market\Infrastructure +"market for chipper, mobile, diesel","chipper, mobile, diesel",processing,Wood\Market\Infrastructure +"market for chipper, stationary, electric","chipper, stationary, electric",processing,Wood\Market\Infrastructure +market for chloridazon,chloridazon,material,Chemicals\Organic\Market +market for chlorine dioxide,chlorine dioxide,material,Chemicals\Gases\Market +"market for chlorine, for reuse in titanium tetrachloride production","chlorine, for reuse in titanium tetrachloride production",material,Chemicals\Inorganic\Market +"market for chlorine, for reuse in zirconium and hafnium tetrachloride production","chlorine, for reuse in zirconium and hafnium tetrachloride production",material,Chemicals\Inorganic\Market +"market for chlorine, gaseous","chlorine, gaseous",material,Chemicals\Gases\Market +"market for chlorine, liquid","chlorine, liquid",material,Chemicals\Gases\Liquified\Market +market for chlormequat chloride,chlormequat chloride,material,Chemicals\Organic\Market +market for chloroacetic acid,chloroacetic acid,material,Chemicals\Acids (organic)\Market +market for chloroacetyl chloride,chloroacetyl chloride,material,Chemicals\Organic\Market +market for chlorodifluoromethane,chlorodifluoromethane,material,Chemicals\Organic\Market +market for chloroform,chloroform,material,Chemicals\Organic\Market +market for chloroform,chloroform,material,Chemicals\Organic\Market +market for chloromethyl methyl ether,chloromethyl methyl ether,material,Chemicals\Organic\Market +market for chloronitrobenzene,chloronitrobenzene,material,Chemicals\Organic\Market +market for chloropropionic acid,chloropropionic acid,material,Chemicals\Acids (organic)\Market +market for chlorosulfonic acid,chlorosulfonic acid,material,Chemicals\Acids (inorganic)\Market +market for chlorothalonil,chlorothalonil,material,Chemicals\Pesticides\Market +market for chlorotoluron,chlorotoluron,material,Chemicals\Pesticides\Market +market for chlorpropham,chlorpropham,material,Chemicals\Organic\Market +"market for chopping, maize","chopping, maize",processing,Agricultural\Market +market for chromite ore concentrate,chromite ore concentrate,material,Minerals\Market +market for chromium,chromium,material,Metals\Non ferro\Market +"market for chromium oxide, flakes","chromium oxide, flakes",material,Chemicals\Inorganic\Market +market for chromium steel pipe,chromium steel pipe,material,Metals\Ferro\Market +"market for chromium steel removed by drilling, computer numerical controlled","chromium steel removed by drilling, computer numerical controlled",processing,Metals\Chipping\Market +"market for chromium steel removed by drilling, conventional","chromium steel removed by drilling, conventional",processing,Metals\Chipping\Market +"market for chromium steel removed by milling, average","chromium steel removed by milling, average",processing,Metals\Chipping\Market +"market for chromium steel removed by milling, dressing","chromium steel removed by milling, dressing",processing,Metals\Chipping\Market +"market for chromium steel removed by milling, large parts","chromium steel removed by milling, large parts",processing,Metals\Chipping\Market +"market for chromium steel removed by milling, small parts","chromium steel removed by milling, small parts",processing,Metals\Chipping\Market +"market for chromium steel removed by turning, average, computer numerical controlled","chromium steel removed by turning, average, computer numerical controlled",processing,Metals\Chipping\Market +"market for chromium steel removed by turning, average, conventional","chromium steel removed by turning, average, conventional",processing,Metals\Chipping\Market +"market for chromium steel removed by turning, primarily dressing, computer numerical controlled","chromium steel removed by turning, primarily dressing, computer numerical controlled",processing,Metals\Chipping\Market +"market for chromium steel removed by turning, primarily dressing, conventional","chromium steel removed by turning, primarily dressing, conventional",processing,Metals\Chipping\Market +"market for chromium steel removed by turning, primarily roughing, computer numerical controlled","chromium steel removed by turning, primarily roughing, computer numerical controlled",processing,Metals\Chipping\Market +"market for chromium steel removed by turning, primarily roughing, conventional","chromium steel removed by turning, primarily roughing, conventional",processing,Metals\Chipping\Market +"market for chromium trioxide, flakes","chromium trioxide, flakes",processing,Metals\Chipping\Market +market for citric acid,citric acid,material,Chemicals\Acids (organic)\Market +"market for cladding, crossbar-pole, aluminium","cladding, crossbar-pole, aluminium",material,Construction\Cladding\Market +market for clay,clay,material,Minerals\Market +market for clay brick,clay brick,material,Construction\Bricks\Market +market for clay pit infrastructure,clay pit infrastructure,material,Minerals\Market\Infrastructure +market for clay plaster,clay plaster,material,Construction\Coverings\Market +market for clay roof tile,clay roof tile,material,Construction\Coverings\Market +market for clay roof tile,clay roof tile,material,Construction\Coverings\Market +"market for cleaning consumables, without water, in 13.6% solution state","cleaning consumables, without water, in 13.6% solution state",material,Chemicals\Others\Market +"market for cleft timber, measured as dry mass","cleft timber, measured as dry mass",material,Wood\Extraction\Market +market for clefting of energy wood,clefting of energy wood,processing,Wood\Market +market for clinker,clinker,material,Chemicals\Inorganic\Market +"market for clover seed, Swiss integrated production, at farm","clover seed, Swiss integrated production, at farm",material,Agricultural\Plant seeds\Market +"market for clover seed, Swiss integrated production, for sowing","clover seed, Swiss integrated production, for sowing",material,Agricultural\Plant seeds\Market +market for coal gas,coal gas,material,Fuels\Coal\Market +market for coal gas_obsolete,coal gas,waste treatment,Others\Obsolete +market for coal slurry,coal slurry,waste treatment,Others\Market +"market for coal stove, 5-15kW","coal stove, 5-15kW",energy,Heat\Coal\Market\Infrastructure +market for coal tar,coal tar,material,Fuels\Coal\Market +market for coal tar_obsolete,coal tar,waste treatment,Others\Obsolete +market for coating from waste cathode ray tube display,coating from waste cathode ray tube display,waste treatment,Electronics waste\Market +market for coating powder,coating powder,material,Chemicals\Others\Market +"market for coating, with melamine impregnated paper","coating, with melamine impregnated paper",processing,Others\Market +market for cobalt,cobalt,material,Metals\Non ferro\Market +market for cobalt acetate,cobalt acetate,material,Chemicals\Organic\Market +market for cobalt carbonate,cobalt carbonate,material,Chemicals\Inorganic\Market +market for cobalt hydroxide,cobalt hydroxide,material,Chemicals\Inorganic\Market +market for cobalt oxide,cobalt oxide,material,Chemicals\Inorganic\Market +market for cobalt sulfate,cobalt sulfate,material,Chemicals\Inorganic\Market +market for cobwork,cobwork,material,Construction\Coverings\Market +market for cocamide diethanolamine,cocamide diethanolamine,material,Chemicals\Organic\Market +market for cocoa bean,cocoa bean,material,Agricultural\Plant production\Fruits\Market +market for coconut husk,coconut husk,material,Agricultural\Intermediate products\Market +"market for coconut oil, crude","coconut oil, crude",material,Agricultural\Plant oils\Market +"market for coconut, dehusked","coconut, dehusked",material,Agricultural\Food\Market +market for cocoons,cocoons,material,Agricultural\Intermediate products\Market +market for coffee maker,coffee maker,material,Appliances\Market\Infrastructure +"market for coffee, green bean","coffee, green bean",material,Agricultural\Plant production\Fruits\Market +market for coke,coke,material,Fuels\Coal\Market +"market for collector field area, solar thermal parabolic trough, 50 MW","collector field area, solar thermal parabolic trough, 50 MW",energy,Heat\Solar\Market\Infrastructure +"market for collector field area, solar tower power plant, 20 MW","collector field area, solar tower power plant, 20 MW",energy,Heat\Solar\Market\Infrastructure +market for combine harvesting,combine harvesting,processing,Agricultural\Market +"market for combine harvesting, maize","combine harvesting, maize",processing,Agricultural\Market +"market for combine harvesting, soybean","combine harvesting, soybean",processing,Agricultural\Market +"market for combine harvesting, sweet corn","combine harvesting, sweet corn",processing,Agricultural\Market +market for compact fluorescent lamp,compact fluorescent lamp,material,Electronics\Component\Market +market for compost,compost,processing,Waste\Market +"market for composting facility, open","composting facility, open",processing,Waste\Market\Infrastructure +"market for compressed air energy storage plant, 200 MW electrical","compressed air energy storage plant, 200 MW electrical",processing,Compressed air\Market\Infrastructure +"market for compressed air energy storage plant, adiabatic, 150 MW electrical","compressed air energy storage plant, adiabatic, 150 MW electrical",processing,Compressed air\Market\Infrastructure +"market for compressed air, 1000 kPa gauge","compressed air, 1000 kPa gauge",processing,Compressed air\Market +"market for compressed air, 1200 kPa gauge","compressed air, 1200 kPa gauge",processing,Compressed air\Market +"market for compressed air, 600 kPa gauge","compressed air, 600 kPa gauge",processing,Compressed air\Market +"market for compressed air, 700 kPa gauge","compressed air, 700 kPa gauge",processing,Compressed air\Market +"market for compressed air, 800 kPa gauge","compressed air, 800 kPa gauge",processing,Compressed air\Market +"market for computer, desktop, without screen","computer, desktop, without screen",material,Electronics\Devices\Market +"market for computer, laptop","computer, laptop",material,Electronics\Devices\Market +"market for concentrated solar power plant, solar thermal parabolic trough, 50 MW","concentrated solar power plant, solar thermal parabolic trough, 50 MW",energy,Heat\Solar\Market\Infrastructure +"market for concentrated solar power plant, solar tower, 20 MW","concentrated solar power plant, solar tower, 20 MW",energy,Heat\Solar\Market\Infrastructure +market for concrete block,concrete block,material,Construction\Concrete\Market +market for concrete mixing factory,concrete mixing factory,material,Construction\Concrete\Market\Infrastructure +market for concrete roof tile,concrete roof tile,material,Construction\Concrete\Market +market for concrete slab,concrete slab,material,Construction\Concrete\Market +"market for concrete, 20MPa","concrete, 20MPa",material,Construction\Concrete\Market +"market for concrete, 25-30MPa","concrete, 25-30MPa",material,Construction\Concrete\Market +"market for concrete, 25MPa","concrete, 25MPa",material,Construction\Concrete\Market +"market for concrete, 30-32MPa","concrete, 30-32MPa",material,Construction\Concrete\Market +"market for concrete, 30MPa","concrete, 30MPa",material,Construction\Concrete\Market +"market for concrete, 35MPa","concrete, 35MPa",material,Construction\Concrete\Market +"market for concrete, 37MPa","concrete, 37MPa",material,Construction\Concrete\Market +"market for concrete, 40MPa","concrete, 40MPa",material,Construction\Concrete\Market +"market for concrete, 45MPa","concrete, 45MPa",material,Construction\Concrete\Market +"market for concrete, 50MPa","concrete, 50MPa",material,Construction\Concrete\Market +"market for concrete, for de-icing salt contact","concrete, for de-icing salt contact",material,Others\Obsolete +"market for concrete, high exacting requirements","concrete, high exacting requirements",material,Others\Obsolete +"market for concrete, medium strength","concrete, medium strength",material,Construction\Concrete\Market +"market for concrete, normal strength","concrete, normal strength",material,Construction\Concrete\Market +"market for concrete, sole plate and foundation","concrete, sole plate and foundation",material,Others\Obsolete +market for condensate from light oil boiler,condensate from light oil boiler,waste treatment,Others\Market +market for conditioned spent nuclear fuel,conditioned spent nuclear fuel,waste treatment,Nuclear waste\Market +"market for construction work, heat and power co-generation unit, 160kW electrical","construction work, heat and power co-generation unit, 160kW electrical",energy,Cogeneration\Gas\Market\Infrastructure +"market for consumer electronics, mobile device, smartphone","consumer electronics, mobile device, smartphone",material,Electronics\Devices\Market +"market for consumer electronics, mobile device, tablet","consumer electronics, mobile device, tablet",material,Electronics\Devices\Market +market for container ship,container ship,transport,Water\Market\Infrastructure +"market for container, for collection of post-consumer waste plastic for recycling","container, for collection of post-consumer waste plastic for recycling",material,Plastics\Recycling\Market\Infrastructure +"market for containerboard, fluting medium","containerboard, fluting medium",material,Paper+ Board\Board\Market +"market for containerboard, linerboard","containerboard, linerboard",material,Paper+ Board\Board\Market +"market for containerboard, unspecified","containerboard, unspecified",material,Paper+ Board\Board\Market +"market for continuous dyeing, fibre, cotton","continuous dyeing, fibre, cotton",processing,Textiles\Market +"market for contouring, brass","contouring, brass",processing,Metals\Chipless shaping\Market +"market for contouring, bronze","contouring, bronze",processing,Metals\Chipless shaping\Market +"market for control cabinet, heat and power co-generation unit, 160kW electrical","control cabinet, heat and power co-generation unit, 160kW electrical",energy,Cogeneration\Gas\Market\Infrastructure +"market for controller, for electric scooter","controller, for electric scooter",material,Electronics\Component\Market +"market for converter, for electric passenger car","converter, for electric passenger car",material,Electronics\Component\Market +market for conveyor belt,conveyor belt,transport,Building equipment\Market\Infrastructure +market for cookstove,cookstove,material,Appliances\Market\Infrastructure +market for cooling energy,cooling energy,energy,Cogeneration\Gas\Market +"market for cooling energy, at -100 ¡c","cooling energy, at -100 ¡c",energy,Cogeneration\Gas\Market +"market for cooling energy, at -15 ¡c","cooling energy, at -15 ¡c",energy,Cogeneration\Gas\Market +"market for cooling energy, at -160 ¡c","cooling energy, at -160 ¡c",energy,Cogeneration\Gas\Market +"market for cooling energy, at -25 ¡c","cooling energy, at -25 ¡c",energy,Cogeneration\Gas\Market +"market for cooling energy, at -45 ¡c","cooling energy, at -45 ¡c",energy,Cogeneration\Gas\Market +"market for cooling energy, at -55 ¡c","cooling energy, at -55 ¡c",energy,Cogeneration\Gas\Market +market for copper,copper,material,Others\Obsolete +market for copper cake,copper cake,material,Metals\Non ferro\Market +market for copper cake_obsolete,copper cake,waste treatment,Others\Obsolete +market for copper carbonate,copper carbonate,material,Chemicals\Inorganic\Market +"market for copper collector foil, for Li-ion battery","copper collector foil, for Li-ion battery",material,Electronics\Battery\Market +"market for copper concentrate, sulfide ore","copper concentrate, sulfide ore",material,Minerals\Market +market for copper in car shredder residue,copper in car shredder residue,waste treatment,Metals\Market +market for copper oxide,copper oxide,material,Chemicals\Inorganic\Market +"market for copper scrap, sorted, pressed","copper scrap, sorted, pressed",material,Metals\Waste metals\Market +"market for copper scrap, sorted, pressed_obsolete","copper scrap, sorted, pressed",waste treatment,Others\Obsolete +market for copper slag,copper slag,waste treatment,Others\Market +market for copper smelting facility,copper smelting facility,material,Metals\Non ferro\Market\Infrastructure +market for copper sulfate,copper sulfate,material,Chemicals\Inorganic\Market +market for copper telluride cement,copper telluride cement,material,Metals\Non ferro\Market +market for copper-rich materials,copper-rich materials,material,Metals\Non ferro\Market +"market for copper, anode","copper, anode",material,Metals\Non ferro\Market +"market for copper, cathode","copper, cathode",material,Metals\Non ferro\Market +"market for copper, from solvent-extraction electro-winning","copper, from solvent-extraction electro-winning",material,Others\Obsolete +market for core board,core board,material,Paper+ Board\Board\Market +market for coriander,coriander,material,Agricultural\Plant production\Vegetables\Transformation +market for cork slab,cork slab,material,Construction\Insulation\Market +"market for cork, raw","cork, raw",material,Others\Obsolete +market for corrugated board box,corrugated board box,material,Others\Obsolete +market for cotton seed,cotton seed,material,Others\Obsolete +market for cottonseed,cottonseed,material,Agricultural\Plant seeds\Market +market for cottonseed meal,cottonseed meal,material,Agricultural\Animal feed\Market +"market for cottonseed oil, crude","cottonseed oil, crude",material,Agricultural\Plant oils\Market +"market for cottonseed oil, refined","cottonseed oil, refined",material,Agricultural\Plant oils\Market +"market for cottonseed, for sowing","cottonseed, for sowing",material,Agricultural\Plant seeds\Market +"market for cottonseed, organic","cottonseed, organic",material,Agricultural\Plant seeds\Market +"market for cottonseed, organic, for sowing","cottonseed, organic, for sowing",material,Agricultural\Plant seeds\Market +"market for cover plaster, mineral","cover plaster, mineral",material,Construction\Coverings\Market +"market for cover plaster, organic","cover plaster, organic",material,Construction\Coverings\Market +market for cow milk,cow milk,material,Agricultural\Food\Market +"market for cream, from cow milk","cream, from cow milk",material,Agricultural\Food\Market +market for cross-laminated timber,cross-laminated timber,material,Wood\Products\Market +market for crust from Parkes process for lead production,crust from Parkes process for lead production,material,Metals\Non ferro\Market +market for crust from Parkes process for lead production_obsolete,crust from Parkes process for lead production,waste treatment,Others\Obsolete +market for cryolite,cryolite,material,Chemicals\Inorganic\Market +market for cucumber,cucumber,material,Agricultural\Plant production\Vegetables\Market +market for cumene,cumene,material,Chemicals\Organic\Market +market for cyanoacetic acid,cyanoacetic acid,material,Chemicals\Acids (organic)\Market +market for cyanogen chloride,cyanogen chloride,material,Chemicals\Inorganic\Market +market for cyanuric chloride,cyanuric chloride,material,Chemicals\Organic\Market +market for cyclic N-compound,cyclic N-compound,material,Chemicals\Pesticides\Market +market for cyclohexane,cyclohexane,material,Chemicals\Organic\Market +market for cyclohexanol,cyclohexanol,material,Chemicals\Organic\Market +market for cyclohexanone,cyclohexanone,material,Chemicals\Organic\Market +market for dairy,dairy,material,Agricultural\Food\Market\Infrastructure +market for damaged clay material,damaged clay material,material,Others\Obsolete +"market for damaged clay roof tile, glazed","damaged clay roof tile, glazed",material,Others\Obsolete +market for daminozide,daminozide,material,Chemicals\Organic\Market +market for de-icer,de-icer,material,Chemicals\Others\Market +market for decabromodiphenyl ether,decabromodiphenyl ether,material,Chemicals\Organic\Market +market for decarbonising waste,decarbonising waste,waste treatment,Others\Market +"market for decommissioned airport infrastructure, contaminated gravel","decommissioned airport infrastructure, contaminated gravel",waste treatment,Construction waste\Market +market for decommissioned chemical production facilities,decommissioned chemical production facilities,waste treatment,Construction waste\Market +"market for decommissioned pipeline, natural gas","decommissioned pipeline, natural gas",waste treatment,Transport\Market +market for decommissioned road,decommissioned road,waste treatment,Transport\Market +market for decommissioned tram track,decommissioned tram track,waste treatment,Transport\Market +"market for deep drawing, steel, 10000 kN press, automode","deep drawing, steel, 10000 kN press, automode",processing,Metals\Chipless shaping\Market +"market for deep drawing, steel, 10000 kN press, single stroke","deep drawing, steel, 10000 kN press, single stroke",processing,Metals\Chipless shaping\Market +"market for deep drawing, steel, 3500 kN press, automode","deep drawing, steel, 3500 kN press, automode",processing,Metals\Chipless shaping\Market +"market for deep drawing, steel, 3500 kN press, single stroke","deep drawing, steel, 3500 kN press, single stroke",processing,Metals\Chipless shaping\Market +"market for deep drawing, steel, 38000 kN press, automode","deep drawing, steel, 38000 kN press, automode",processing,Metals\Chipless shaping\Market +"market for deep drawing, steel, 38000 kN press, single stroke","deep drawing, steel, 38000 kN press, single stroke",processing,Metals\Chipless shaping\Market +"market for deep drawing, steel, 650 kN press, automode","deep drawing, steel, 650 kN press, automode",processing,Metals\Chipless shaping\Market +"market for deep drawing, steel, 650 kN press, single stroke","deep drawing, steel, 650 kN press, single stroke",processing,Metals\Chipless shaping\Market +market for deep well closure,deep well closure,energy,Electricity by fuel\Geothermal\Market\Infrastructure +"market for deep well, drilled, for geothermal power","deep well, drilled, for geothermal power",energy,Electricity by fuel\Geothermal\Market\Infrastructure +"market for deep well, for geothermal power, onshore, 6000m","deep well, for geothermal power, onshore, 6000m",energy,Electricity by fuel\Geothermal\Market\Infrastructure +"market for degreasing, metal part in alkaline bath","degreasing, metal part in alkaline bath",processing,Metals\Metal working\Market +"market for deinked pulp, wet lap","deinked pulp, wet lap",material,Chemicals\Others\Market +"market for deinking emulsion, in paper production","deinking emulsion, in paper production",material,Chemicals\Others\Market +"market for delimbing/sorting, excavator-based processor","delimbing/sorting, excavator-based processor",processing,Wood\Market +"market for demersal fish, fresh","demersal fish, fresh",material,Agricultural\Animal production\Fish\Market +market for diammonium phosphate,diammonium phosphate,material,Chemicals\Fertilisers (inorganic)\Market +market for diazine-compound,diazine-compound,material,Chemicals\Pesticides\Market +market for diazole-compound,diazole-compound,material,Chemicals\Pesticides\Market +market for diborane,diborane,material,Chemicals\Inorganic\Market +market for dichlobenil,dichlobenil,material,Chemicals\Organic\Market +market for dichloromethane,dichloromethane,material,Chemicals\Organic\Market +market for dichloropropene,dichloropropene,material,Chemicals\Inorganic\Market +market for dichloropropene_obsolete,dichloropropene,waste treatment,Others\Obsolete +market for dicyclopentadiene based unsaturated polyester resin,dicyclopentadiene based unsaturated polyester resin,material,Chemicals\Organic\Market +market for diesel,diesel,material,Fuels\Oil\Diesel\Market +market for diesel-electric generating set production 10MW,diesel-electric generating set production 10MW,energy,Others\Obsolete +"market for diesel-electric generating set, 10MW","diesel-electric generating set, 10MW",energy,Mechanical\Market\Infrastructure +"market for diesel-electric generating set, 18.5kW","diesel-electric generating set, 18.5kW",energy,Mechanical\Market\Infrastructure +"market for diesel, burned in agricultural machinery","diesel, burned in agricultural machinery",energy,Heat\Oil\Market +"market for diesel, burned in building machine","diesel, burned in building machine",energy,Mechanical\Market +"market for diesel, burned in diesel-electric generating set, 10MW","diesel, burned in diesel-electric generating set, 10MW",energy,Mechanical\Market +"market for diesel, burned in diesel-electric generating set, 10MW, for oil and gas extraction","diesel, burned in diesel-electric generating set, 10MW, for oil and gas extraction",energy,Mechanical\Market +"market for diesel, burned in diesel-electric generating set, 18.5kW","diesel, burned in diesel-electric generating set, 18.5kW",energy,Mechanical\Market +"market for diesel, burned in fishing vessel","diesel, burned in fishing vessel",energy,Mechanical\Market +"market for diesel, low-sulfur","diesel, low-sulfur",material,Fuels\Oil\Diesel\Market +"market for diesel, low-sulfur, 20-year period","diesel, low-sulfur",material,Fuels\Others\Transformation +"market for diesel, low-sulfur, 40-year period","diesel, low-sulfur",material,Fuels\Others\Transformation +"market for diesel, low-sulfur, 60-year period","diesel, low-sulfur",material,Fuels\Others\Transformation +market for diethanolamine,diethanolamine,material,Chemicals\Organic\Market +"market for diethyl ether, without water, in 99.95% solution state","diethyl ether, without water, in 99.95% solution state",material,Chemicals\Organic\Market +market for diethylene glycol,diethylene glycol,material,Chemicals\Organic\Market +market for digester sludge,digester sludge,waste treatment,Biowaste\Transformation +market for digester sludge_obsolete,digester sludge,waste treatment,Others\Obsolete +market for dimethenamide,dimethenamide,material,Chemicals\Pesticides\Market +market for dimethyl carbonate,dimethyl carbonate,material,Chemicals\Organic\Market +market for dimethyl ether,dimethyl ether,material,Chemicals\Organic\Market +market for dimethyl hexanediol,dimethyl hexanediol,material,Chemicals\Organic\Market +market for dimethyl hexynediol,dimethyl hexynediol,material,Chemicals\Organic\Market +market for dimethyl malonate,dimethyl malonate,material,Chemicals\Organic\Market +market for dimethyl sulfate,dimethyl sulfate,material,Chemicals\Organic\Market +market for dimethyl sulfide,dimethyl sulfide,material,Chemicals\Organic\Market +market for dimethyl sulfoxide,dimethyl sulfoxide,material,Chemicals\Organic\Market +market for dimethylacetamide,dimethylacetamide,material,Chemicals\Organic\Market +market for dimethylamine,dimethylamine,material,Chemicals\Organic\Market +market for dimethylamine borane,dimethylamine borane,material,Chemicals\Organic\Market +market for dimethylaminopropylamine,dimethylaminopropylamine,material,Chemicals\Organic\Market +market for dimethyldichlorosilane,dimethyldichlorosilane,material,Chemicals\Inorganic\Market +market for dinitroaniline-compound,dinitroaniline-compound,material,Chemicals\Pesticides\Market +market for dinitrogen tetroxide,dinitrogen tetroxide,material,Chemicals\Inorganic\Market +market for dioctyl adipate,dioctyl adipate,material,Chemicals\Organic\Market +market for dioctyl terephthalate,dioctyl terephthalate,material,Chemicals\Organic\Market +"market for diode, auxilliaries and energy use","diode, auxilliaries and energy use",material,Electronics\Component\Market +"market for diode, glass-, for surface-mounting","diode, glass-, for surface-mounting",material,Electronics\Component\Market +"market for diode, glass-, for through-hole mounting","diode, glass-, for through-hole mounting",material,Electronics\Component\Market +market for dioxane,dioxane,material,Chemicals\Organic\Market +market for diphenylether-compound,diphenylether-compound,material,Chemicals\Pesticides\Market +market for dipropyl amine,dipropyl amine,material,Chemicals\Organic\Market +market for dipropylene glycol monomethyl ether,dipropylene glycol monomethyl ether,material,Chemicals\Organic\Market +market for dishwasher,dishwasher,material,Appliances\Market\Infrastructure +"market for disk drive, CD/DVD, ROM, for desktop computer","disk drive, CD/DVD, ROM, for desktop computer",material,Electronics\Module\Market +"market for disk drive, CD/DVD, ROM, for laptop computer","disk drive, CD/DVD, ROM, for laptop computer",material,Electronics\Module\Market +market for disodium disulphite,disodium disulphite,material,Chemicals\Inorganic\Market +"market for display, cathode ray tube, 17 inches","display, cathode ray tube, 17 inches",material,Electronics\Devices\Market +"market for display, liquid crystal, 17 inches","display, liquid crystal, 17 inches",material,Electronics\Devices\Market +market for Distiller's Dried Grains with Solubles,distiller's Dried Grains with Solubles,material,Agricultural\Animal feed\Market +market for Distiller's Dried Grains with Solubles_obsolete,distiller's Dried Grains with Solubles,waste treatment,Others\Obsolete +"market for distribution network, electricity, low voltage","distribution network, electricity, low voltage",transport,Electricity\Market\Infrastructure +market for dithiocarbamate-compound,dithiocarbamate-compound,material,Chemicals\Pesticides\Market +market for dodecanol,dodecanol,material,Chemicals\Organic\Market +market for dolomite,dolomite,material,Minerals\Market +market for dolomite quarry infrastructure,dolomite quarry infrastructure,material,Minerals\Market\Infrastructure +"market for door, inner, glass-wood","door, inner, glass-wood",material,Construction\Doors\Market +"market for door, inner, wood","door, inner, wood",material,Construction\Doors\Market +"market for door, outer, wood-aluminium","door, outer, wood-aluminium",material,Construction\Doors\Market +"market for door, outer, wood-glass","door, outer, wood-glass",material,Construction\Doors\Market +"market for drawing of pipe, steel","drawing of pipe, steel",processing,Metals\Chipless shaping\Market +"market for dried roughage store, air dried, solar","dried roughage store, air dried, solar",processing,Agricultural\Market\Infrastructure +"market for dried roughage store, cold-air dried, conventional","dried roughage store, cold-air dried, conventional",processing,Agricultural\Market\Infrastructure +"market for dried roughage store, non ventilated","dried roughage store, non ventilated",processing,Agricultural\Market\Infrastructure +market for drilling waste,drilling waste,waste treatment,Others\Market +market for dross from Al electrolysis,dross from Al electrolysis,waste treatment,Others\Market +market for dryer,dryer,material,Appliances\Market\Infrastructure +"market for drying of bread grain, seed and legumes","drying of bread grain, seed and legumes",processing,Agricultural\Market +market for drying of feed grain,drying of feed grain,processing,Agricultural\Market +market for drying of grass,drying of grass,processing,Agricultural\Market +market for drying of lentils,drying of lentils,processing,Agricultural\Market +market for drying of maize grain,drying of maize grain,processing,Agricultural\Market +market for drying of maize straw and whole-plant,drying of maize straw and whole-plant,processing,Agricultural\Market +market for drying of protein pea,drying of protein pea,processing,Agricultural\Market +"market for drying, natural gas","drying, natural gas",processing,Others\Market +"market for DTPA, diethylenetriaminepentaacetic acid","dTPA, diethylenetriaminepentaacetic acid",material,Chemicals\Organic\Market +market for dung slab,dung slab,processing,Agricultural\Market\Infrastructure +"market for dust collector, electrostatic precipitator, for domestic use","dust collector, electrostatic precipitator, for domestic use",material,Construction\Ventilation\Market +"market for dust collector, electrostatic precipitator, for industrial use","dust collector, electrostatic precipitator, for industrial use",material,Construction\Ventilation\Market +"market for dust collector, multicyclone","dust collector, multicyclone",material,Construction\Ventilation\Market +"market for dust, alloyed electric arc furnace steel","dust, alloyed electric arc furnace steel",waste treatment,Others\Obsolete +"market for dust, unalloyed electric arc furnace steel","dust, unalloyed electric arc furnace steel",waste treatment,Others\Obsolete +market for dysprosium oxide,dysprosium oxide,material,Chemicals\Inorganic\Market +"market for EDTA, ethylenediaminetetraacetic acid","eDTA, ethylenediaminetetraacetic acid",material,Chemicals\Organic\Market +market for electric arc furnace converter,electric arc furnace converter,material,Metals\Ferro\Market\Infrastructure +market for electric arc furnace dust,electric arc furnace dust,waste treatment,Metals\Waste metals\Market +market for electric arc furnace secondary metallurgy slag,electric arc furnace secondary metallurgy slag,waste treatment,Metals\Waste metals\Market +"market for electric arc furnace secondary metallurgy slag, for recovery","electric arc furnace secondary metallurgy slag, for recovery",material,Metals\Waste metals\Market +market for electric arc furnace slag,electric arc furnace slag,waste treatment,Metals\Waste metals\Market +"market for electric arc furnace slag, for recovery","electric arc furnace slag, for recovery",material,Metals\Waste metals\Market +market for electric bicycle,electric bicycle,transport,Road\Market\Infrastructure +"market for electric connector, peripheral component interconnect buss","electric connector, peripheral component interconnect buss",material,Electronics\Component\Market +"market for electric connector, peripheral type buss","electric connector, peripheral type buss",material,Electronics\Component\Market +"market for electric connector, wire clamp","electric connector, wire clamp",material,Electronics\Component\Market +market for electric kettle,electric kettle,material,Appliances\Market\Infrastructure +"market for electric motor, electric passenger car","electric motor, electric passenger car",transport,Road\Market\Infrastructure +"market for electric motor, for electric scooter","electric motor, for electric scooter",transport,Road\Market\Infrastructure +"market for electric motor, vehicle","electric motor, vehicle",transport,Road\Market\Infrastructure +"market for electric parts, heat and power co-generation unit, 160kW electrical","electric parts, heat and power co-generation unit, 160kW electrical",energy,Cogeneration\Gas\Market\Infrastructure +"market for electric parts, mini CHP plant","electric parts, mini CHP plant",energy,Cogeneration\Gas\Market\Infrastructure +"market for electric scooter, without battery","electric scooter, without battery",transport,Road\Market\Infrastructure +"market for electricity, for reuse in municipal waste incineration only","electricity, for reuse in municipal waste incineration only",energy,Electricity by fuel\Waste\Market +"market for electricity, high voltage","electricity, high voltage",energy,Electricity country mix\High voltage\Market +"market for electricity, high voltage, aluminium industry","electricity, high voltage, aluminium industry",energy,Electricity country mix\High voltage\Market +"market for electricity, high voltage, cobalt industry","electricity, high voltage, cobalt industry",energy,Electricity country mix\High voltage\Market +"market for electricity, high voltage, for internal use in coal mining","electricity, high voltage, for internal use in coal mining",energy,Electricity country mix\High voltage\Market +"market for electricity, high voltage, for Swiss Federal Railways","electricity, high voltage, for Swiss Federal Railways",energy,Electricity country mix\High voltage\Market +"market for electricity, high voltage, renewable energy products","electricity, high voltage, renewable energy products",energy,Electricity country mix\High voltage\Market +"market for electricity, low voltage","electricity, low voltage",energy,Electricity country mix\Low voltage\Market +"market for electricity, low voltage, renewable energy products","electricity, low voltage, renewable energy products",energy,Electricity country mix\Low voltage\Market +"market for electricity, medium voltage","electricity, medium voltage",energy,Electricity country mix\Medium voltage\Market +"market for electricity, medium voltage, aluminium industry","electricity, medium voltage, aluminium industry",energy,Electricity country mix\Medium voltage\Market +"market for electricity, medium voltage, cobalt industry","electricity, medium voltage, cobalt industry",energy,Electricity country mix\Medium voltage\Market +"market for electricity, medium voltage, for LiS battery","electricity, medium voltage",energy,Others\Obsolete +"market for electricity, medium voltage, renewable energy products","electricity, medium voltage, renewable energy products",energy,Electricity country mix\Medium voltage\Market +"market for electrode, negative, LiC6","electrode, negative, LiC6",material,Electronics\Component\Market +"market for electrode, negative, Ni","electrode, negative, Ni",material,Electronics\Component\Market +"market for electrode, positive, LaNi5","electrode, positive, LaNi5",material,Electronics\Component\Market +"market for electrolyte, copper-rich","electrolyte, copper-rich",material,Electronics\Component\Market +"market for electrolyte, for Li-ion battery","electrolyte, for Li-ion battery",material,Electronics\Battery\Market +"market for electrolyte, for solid oxide fuel cell","electrolyte, for solid oxide fuel cell",energy,Cogeneration\Gas\Market\Infrastructure +"market for electrolyte, KOH, LiOH additive","electrolyte, KOH, LiOH additive",material,Electronics\Component\Market +"market for electrolyte, nickel-rich","electrolyte, nickel-rich",material,Electronics\Component\Market +"market for electron gun, for cathode ray tube display","electron gun, for cathode ray tube display",material,Electronics\Component\Market +market for electronic component factory,electronic component factory,material,Electronics\Component\Market\Infrastructure +"market for electronic component machinery, unspecified","electronic component machinery, unspecified",material,Electronics\Component\Market\Infrastructure +"market for electronic component, active, unspecified","electronic component, active, unspecified",material,Electronics\Component\Market +"market for electronic component, passive, mobile, earpiece and speaker","electronic component, passive, mobile, earpiece and speaker",material,Electronics\Component\Market +"market for electronic component, passive, unspecified","electronic component, passive, unspecified",material,Electronics\Component\Market +market for electronics scrap,electronics scrap,material,Electronics waste\Market +market for electronics scrap from control units,electronics scrap from control units,waste treatment,Electronics waste\Market +market for electronics scrap_obsolete,electronics scrap,waste treatment,Others\Obsolete +"market for electronics, for control units","electronics, for control units",material,Electronics\Component\Market +market for electrostatic paint,electrostatic paint,material,Construction\Paints\Market +"market for elevator, hydraulic","elevator, hydraulic",material,Construction\Others\Market\Infrastructure +market for enamelling,enamelling,processing,Metals\Coating\Market +"market for energy and auxilliary inputs, metal working factory","energy and auxilliary inputs, metal working factory",processing,Metals\Metal working\Market +"market for energy and auxilliary inputs, metal working machine","energy and auxilliary inputs, metal working machine",processing,Metals\Metal working\Market +"market for energy feed, gross","energy feed, gross",material,Agricultural\Animal feed\Market +"market for energy requirement for assembly of heat and power co-generation unit, 160kW electrical","energy requirement for assembly of heat and power co-generation unit, 160kW electrical",energy,Cogeneration\Gas\Market\Infrastructure +market for energy saving,energy saving,processing,Energy reduction\Market +"market for energy use, electric bicycle","energy use, electric bicycle",transport,Road\Market +"market for energy use, electric bicycle, electricity from renewable energy products","energy use, electric bicycle, electricity from renewable energy products",transport,Road\Market +market for energy wood harvester,energy wood harvester,transport,Road\Market\Infrastructure +"market for enriched uranium, 4.2%","enriched uranium, 4.2%",material,Fuels\Uranium\Enriched\Market +market for enzymes,enzymes,material,Chemicals\Others\Market +market for epichlorohydrin,epichlorohydrin,material,Chemicals\Organic\Market +market for epoxy resin,epoxy resin,material,Others\Obsolete +"market for epoxy resin insulator, Al2O3","epoxy resin insulator, Al2O3",material,Chemicals\Organic\Market +"market for epoxy resin insulator, SiO2","epoxy resin insulator, SiO2",material,Chemicals\Organic\Market +"market for epoxy resin, liquid","epoxy resin, liquid",material,Chemicals\Organic\Market +market for erbium oxide,erbium oxide,material,Chemicals\Inorganic\Market +market for establishing orchard,establishing orchard,material,Agricultural\Plant production\Other\Market +market for esterquat,esterquat,material,Chemicals\Washing agents\Tensides\Market +market for esters of versatic acid,esters of versatic acid,material,Chemicals\Organic\Market +market for ethane,ethane,material,Chemicals\Gases\Market +market for ethanol fermentation plant,ethanol fermentation plant,material,Fuels\Biofuels\Ethanol\Market\Infrastructure +"market for ethanol, without water, in 95% solution state, from fermentation","ethanol, without water, in 95% solution state, from fermentation",material,Fuels\Biofuels\Ethanol\Market +"market for ethanol, without water, in 99.7% solution state, from ethylene","ethanol, without water, in 99.7% solution state, from ethylene",material,Chemicals\Organic\Market +"market for ethanol, without water, in 99.7% solution state, from fermentation","ethanol, without water, in 99.7% solution state, from fermentation",material,Fuels\Biofuels\Ethanol\Market +"market for ethanol, without water, in 99.7% solution state, from fermentation, vehicle grade","ethanol, without water, in 99.7% solution state, from fermentation, vehicle grade",material,Fuels\Biofuels\Ethanol\Market +market for ethephon,ethephon,material,Chemicals\Organic\Market +market for ethoxylated alcohol (AE>20),ethoxylated alcohol (AE>20),material,Chemicals\Washing agents\Tensides\Market +market for ethoxylated alcohol (AE11),ethoxylated alcohol (AE11),material,Chemicals\Washing agents\Tensides\Market +market for ethoxylated alcohol (AE3),ethoxylated alcohol (AE3),material,Chemicals\Washing agents\Tensides\Market +market for ethoxylated alcohol (AE7),ethoxylated alcohol (AE7),material,Chemicals\Washing agents\Tensides\Market +market for ethyl acetate,ethyl acetate,material,Chemicals\Organic\Market +market for ethyl benzene,ethyl benzene,material,Chemicals\Organic\Market +market for ethyl tert-butyl ether,ethyl tert-butyl ether,material,Chemicals\Organic\Market +market for ethylamine,ethylamine,material,Chemicals\Organic\Market +market for ethylene,ethylene,material,Chemicals\Organic\Market +market for ethylene bromide,ethylene bromide,material,Chemicals\Organic\Market +market for ethylene carbonate,ethylene carbonate,material,Chemicals\Organic\Market +market for ethylene diamine,ethylene diamine,material,Chemicals\Organic\Market +market for ethylene diamine,ethylene diamine,material,Chemicals\Organic\Market +market for ethylene dichloride,ethylene dichloride,material,Chemicals\Organic\Market +market for ethylene glycol,ethylene glycol,material,Chemicals\Organic\Market +market for ethylene glycol diethyl ether,ethylene glycol diethyl ether,material,Chemicals\Organic\Market +market for ethylene glycol dimethyl ether,ethylene glycol dimethyl ether,material,Chemicals\Organic\Market +market for ethylene glycol monoethyl ether,ethylene glycol monoethyl ether,material,Chemicals\Organic\Market +market for ethylene oxide,ethylene oxide,material,Chemicals\Organic\Market +market for ethylene vinyl acetate copolymer,ethylene vinyl acetate copolymer,material,Plastics\Thermoplasts\Market +"market for ethylene, pipeline system","ethylene, pipeline system",material,Chemicals\Organic\Market +market for ethylenediamine,ethylenediamine,material,Chemicals\Organic\Market +"market for ethylvinylacetate, foil","ethylvinylacetate, foil",material,Plastics\Thermoplasts\Market +"market for eucalyptus seedling, for planting","eucalyptus seedling, for planting",material,Agricultural\Plant seeds\Market +market for EUR-flat pallet,eUR-flat pallet,material,Others\Obsolete +market for europium oxide,europium oxide,material,Chemicals\Inorganic\Market +market for evacuated tube collector,evacuated tube collector,energy,Heat\Solar\Market\Infrastructure +market for evaporation of milk,evaporation of milk,processing,Agricultural\Market +"market for excavation, hydraulic digger","excavation, hydraulic digger",transport,Building equipment\Market +"market for excavation, skid-steer loader","excavation, skid-steer loader",transport,Building equipment\Market +"market for exhaust air outlet, steel/aluminium, 85x365 mm","exhaust air outlet, steel/aluminium, 85x365 mm",material,Construction\Ventilation\Market +"market for exhaust air roof hood, steel, DN 400","exhaust air roof hood, steel, DN 400",material,Construction\Ventilation\Market +"market for exhaust air valve, in-wall housing, plastic/steel, DN 125","exhaust air valve, in-wall housing, plastic/steel, DN 125",material,Construction\Ventilation\Market +market for expanded clay,expanded clay,material,Minerals\Market +market for expanded perlite,expanded perlite,material,Minerals\Market +market for expanded vermiculite,expanded vermiculite,material,Minerals\Market +"market for expansion vessel, 25l","expansion vessel, 25l",energy,Heat\Solar\Market\Infrastructure +"market for expansion vessel, 80l","expansion vessel, 80l",energy,Heat\Solar\Market\Infrastructure +"market for explosive, tovex","explosive, tovex",material,Chemicals\Others\Market +market for explosives factory,explosives factory,material,Chemicals\Others\Market\Infrastructure +"market for extrusion of plastic sheets and thermoforming, inline","extrusion of plastic sheets and thermoforming, inline",processing,Plastics\Market +"market for extrusion, co-extrusion","extrusion, co-extrusion",processing,Plastics\Market +"market for extrusion, plastic film","extrusion, plastic film",processing,Plastics\Market +"market for extrusion, plastic pipes","extrusion, plastic pipes",processing,Plastics\Market +"market for fan, for power supply unit, desktop computer","fan, for power supply unit, desktop computer",material,Electronics\Module\Market +market for fatty acid,fatty acid,material,Chemicals\Organic\Market +market for fatty acid methyl ester,fatty acid methyl ester,material,Chemicals\Organic\Market +market for fatty alcohol,fatty alcohol,material,Chemicals\Organic\Market +market for fatty alcohol sulfate,fatty alcohol sulfate,material,Chemicals\Washing agents\Tensides\Market +market for fava bean,fava bean,material,Agricultural\Plant production\Legumes\Market +"market for fava bean seed, for sowing","fava bean seed, for sowing",material,Agricultural\Plant seeds\Market +"market for fava bean seed, organic, for sowing","fava bean seed, organic, for sowing",material,Agricultural\Plant seeds\Market +"market for fava bean, feed, Swiss integrated production","fava bean, feed, Swiss integrated production",material,Agricultural\Animal feed\Market +"market for fava bean, organic","fava bean, organic",material,Agricultural\Plant production\Legumes\Market +"market for fava bean, Swiss integrated production","fava bean, Swiss integrated production",material,Agricultural\Plant production\Legumes\Market +market for feldspar,feldspar,material,Minerals\Market +market for fennel,fennel,material,Agricultural\Plant production\Roots and tubers\Market +market for fermentation filtrate,fermentation filtrate,material,Chemicals\Others\Market +market for ferrite,ferrite,material,Metals\Ferro\Market +"market for ferrochromium, high-carbon, 55% Cr","ferrochromium, high-carbon, 55% Cr",material,Metals\Alloys\Market +"market for ferrochromium, high-carbon, 68% Cr","ferrochromium, high-carbon, 68% Cr",material,Metals\Alloys\Market +"market for ferromanganese, high-coal, 74.5% Mn","ferromanganese, high-coal, 74.5% Mn",material,Metals\Alloys\Market +market for ferronickel,ferronickel,material,Metals\Alloys\Market +"market for ferroniobium, 66% Nb","ferroniobium, 66% Nb",material,Metals\Alloys\Market +market for ferrosilicon,ferrosilicon,material,Chemicals\Inorganic\Market +"market for ferrous metal, in mixed metal scrap","ferrous metal, in mixed metal scrap",material,Metals\Waste metals\Market +"market for ferrous metal, in mixed metal scrap_obsolete","ferrous metal, in mixed metal scrap",waste treatment,Others\Obsolete +market for ferry,ferry,transport,Water\Market\Infrastructure +"market for fertilising, by broadcaster","fertilising, by broadcaster",processing,Agricultural\Market +"market for fertilising, by injection","fertilising, by injection",processing,Agricultural\Market +"market for fertilising, by rig fertiliser, sugarcane","fertilising, by rig fertiliser, sugarcane",processing,Agricultural\Market +"market for fertilising, by stool splitter, sugarcane","fertilising, by stool splitter, sugarcane",processing,Agricultural\Market +"market for fibre and fabric waste, polyester","fibre and fabric waste, polyester",material,Textiles\Market +"market for fibre and fabric waste, polyester_obsolete","fibre and fabric waste, polyester",waste treatment,Others\Obsolete +market for fibre cement corrugated slab,fibre cement corrugated slab,material,Construction\Coverings\Market +market for fibre cement facing tile,fibre cement facing tile,material,Construction\Coverings\Market +"market for fibre cement facing tile, large format","fibre cement facing tile, large format",material,Construction\Coverings\Market +"market for fibre cement facing tile, small format","fibre cement facing tile, small format",material,Construction\Coverings\Market +market for fibre cement roof slate,fibre cement roof slate,material,Construction\Coverings\Market +"market for fibre-reinforced concrete, steel","fibre-reinforced concrete, steel",material,Construction\Concrete\Market +"market for fibre, cotton","fibre, cotton",material,Textiles\Market +"market for fibre, cotton, organic","fibre, cotton, organic",material,Textiles\Market +"market for fibre, flax","fibre, flax",material,Textiles\Market +"market for fibre, flax, long, scutched","fibre, flax, long, scutched",material,Textiles\Market +"market for fibre, flax, short, scutched","fibre, flax, short, scutched",material,Textiles\Market +"market for fibre, jute","fibre, jute",material,Textiles\Market +"market for fibre, kenaf","fibre, kenaf",material,Textiles\Market +"market for fibre, polyester","fibre, polyester",material,Textiles\Market +"market for fibre, silk, short","fibre, silk, short",material,Chemicals\Others\Market +"market for fibre, viscose","fibre, viscose",material,Textiles\Market +"market for fibreboard, hard","fibreboard, hard",material,Others\Obsolete +"market for fibreboard, soft","fibreboard, soft",material,Others\Obsolete +"market for fibreboard, soft, latex bonded","fibreboard, soft, latex bonded",material,Others\Obsolete +"market for fibreboard, soft, without adhesives","fibreboard, soft, without adhesives",material,Others\Obsolete +"market for field leveling, sugarcane","field leveling, sugarcane",processing,Agricultural\Market +"market for filter cake, from sugarcane juice filtration","filter cake, from sugarcane juice filtration",material,Agricultural\Intermediate products\Market +market for filter dust from Al electrolysis,filter dust from Al electrolysis,waste treatment,Others\Market +"market for finishing, textile, knit cotton","finishing, textile, knit cotton",processing,Textiles\Market +"market for finishing, textile, woven cotton","finishing, textile, woven cotton",processing,Textiles\Market +"market for fish block, hake","fish block, hake",material,Agricultural\Animal production\Fish\Market +market for fish canning plant,fish canning plant,material,Agricultural\Food\Market\Infrastructure +"market for fish canning, large fish","fish canning, large fish",processing,Agricultural\Market +"market for fish canning, small fish","fish canning, small fish",processing,Agricultural\Market +market for fish curing plant,fish curing plant,processing,Agricultural\Market +"market for fish curing, small fish","fish curing, small fish",processing,Agricultural\Market +market for fish freezing plant,fish freezing plant,processing,Agricultural\Market\Infrastructure +"market for fish freezing, small fish","fish freezing, small fish",processing,Agricultural\Market +"market for fish oil, from anchovy","fish oil, from anchovy",material,Agricultural\Animal feed\Market +market for fish residues,fish residues,material,Agricultural\Animal feed\Market +market for fishmeal plant,fishmeal plant,material,Agricultural\Animal feed\Market\Infrastructure +"market for fishmeal, 63-65% protein","fishmeal, 63-65% protein",material,Agricultural\Animal feed\Market +"market for fishmeal, 65-67% protein","fishmeal, 65-67% protein",material,Agricultural\Animal feed\Market +market for flat glass factory,flat glass factory,material,Glass\Construction\Market\Infrastructure +"market for flat glass, coated","flat glass, coated",material,Glass\Construction\Market +"market for flat glass, uncoated","flat glass, uncoated",material,Glass\Construction\Market +"market for flat plate solar collector, Cu absorber","flat plate solar collector, Cu absorber",energy,Heat\Solar\Market\Infrastructure +market for flattened bamboo,flattened bamboo,material,Wood\Products\Market +market for flax husks,flax husks,material,Agricultural\Intermediate products\Market +"market for flax plant, harvested","flax plant, harvested",material,Agricultural\Intermediate products\Market +"market for flax straw, dew-retted","flax straw, dew-retted",material,Agricultural\Intermediate products\Market +"market for fleece, polyethylene","fleece, polyethylene",material,Plastics\Thermoplasts\Market +"market for flexible duct, aluminium/PET, DN of 125","flexible duct, aluminium/PET, DN of 125",material,Construction\Ventilation\Market +market for floating collar cage,floating collar cage,material,Agricultural\Animal production\Fish\Market\Infrastructure +market for floating hexagonal metal cage,floating hexagonal metal cage,material,Agricultural\Animal production\Fish\Market\Infrastructure +market for floor heating from air-water heat pump,"heat, air-water heat pump 10kW",energy,Heat\Heat pump\Market +market for floor heating from borehole heat pump,"heat, brine-water heat pump 10kW",energy,Heat\Heat pump\Market +market for fluazifop-butyl,fluazifop-butyl,material,Chemicals\Organic\Market +"market for fluorescent whitening agent, DAS1, triazinylaminostilben type","fluorescent whitening agent, DAS1, triazinylaminostilben type",material,Chemicals\Washing agents\Auxiliaries\Market +"market for fluorescent whitening agent, distyrylbiphenyl type","fluorescent whitening agent, distyrylbiphenyl type",material,Chemicals\Washing agents\Auxiliaries\Market +"market for fluorine, liquid","fluorine, liquid",material,Chemicals\Gases\Liquified\Market +"market for fluorspar, 97% purity","fluorspar, 97% purity",material,Minerals\Market +"market for fluosilicic acid, without water, in 22% solution state","fluosilicic acid, without water, in 22% solution state",material,Chemicals\Acids (inorganic)\Market +market for fluting medium,fluting medium,material,Others\Obsolete +"market for flux, for wave soldering","flux, for wave soldering",material,Chemicals\Others\Market +market for fly ash and scrubber sludge,fly ash and scrubber sludge,waste treatment,Incineration\Hazardous waste incineration\Market +market for flyash brick,flyash brick,material,Chemicals\Inorganic\Market +market for foam glass,foam glass,material,Construction\Insulation\Market +market for foam glass factory,foam glass factory,material,Construction\Insulation\Market\Infrastructure +"market for foam glass, electricity from renewable energy products","foam glass, electricity from renewable energy products",material,Construction\Insulation\Market +market for foaming agent,foaming agent,material,Chemicals\Washing agents\Tensides\Market +"market for fodder beet seed, for sowing","fodder beet seed, for sowing",material,Agricultural\Plant seeds\Market +"market for fodder beet, Swiss integrated production","fodder beet, Swiss integrated production",material,Agricultural\Animal feed\Market +"market for fodder loading, by self-loading trailer","fodder loading, by self-loading trailer",processing,Agricultural\Market +market for fodder yeast,fodder yeast,material,Agricultural\Animal feed\Market +market for fodder yeast_obsolete,fodder yeast,waste treatment,Others\Obsolete +market for folding boxboard carton,folding boxboard carton,material,Paper+ Board\Packagings\Market +market for folding boxboard/chipboard,folding boxboard/chipboard,material,Others\Obsolete +market for folpet,folpet,material,Chemicals\Pesticides\Market +market for forestry harvester,forestry harvester,transport,Road\Market\Infrastructure +"market for forging, steel","forging, steel",processing,Metals\Chipless shaping\Market +market for formaldehyde,formaldehyde,material,Chemicals\Organic\Market +market for formic acid,formic acid,material,Chemicals\Acids (organic)\Market +market for forwarder,forwarder,transport,Road\Market\Infrastructure +"market for forwarding, forwarder","forwarding, forwarder",processing,Agricultural\Market +market for fosetyl-Al,fosetyl-Al,material,Chemicals\Pesticides\Market +market for fraction 1 from naphtha separation,fraction 1 from naphtha separation,material,Chemicals\Organic\Market +market for fraction 7 from naphtha separation,fraction 7 from naphtha separation,material,Chemicals\Organic\Market +market for fraction 8 from naphtha separation,fraction 8 from naphtha separation,material,Chemicals\Organic\Market +"market for freight ship, transoceanic","freight ship, transoceanic",transport,Others\Obsolete +"market for frit, for cathode ray tube display","frit, for cathode ray tube display",material,Electronics\Component\Market +"market for frit, for ceramic tile","frit, for ceramic tile",material,Construction\Ceramics\Market +"market for frozen fish sticks, hake","frozen fish sticks, hake",material,Agricultural\Food\Market +"market for fruit tree seedling, for planting","fruit tree seedling, for planting",material,Agricultural\Plant seeds\Market +"market for fuel cell, polymer electrolyte membrane, 2kW electrical, future","fuel cell, polymer electrolyte membrane, 2kW electrical, future",energy,Cogeneration\Gas\Market\Infrastructure +"market for fuel cell, solid oxide, 125kW electrical, future","fuel cell, solid oxide, 125kW electrical, future",energy,Cogeneration\Gas\Market\Infrastructure +"market for fuel cell, solid oxide, with micro gas turbine, 180kW electrical, future","fuel cell, solid oxide, with micro gas turbine, 180kW electrical, future",energy,Cogeneration\Gas\Market\Infrastructure +"market for fuel cell, stack polymer electrolyte membrane, 2kW electrical, future","fuel cell, stack polymer electrolyte membrane, 2kW electrical, future",energy,Cogeneration\Gas\Market\Infrastructure +"market for fuel cell, stack solid oxide, 125kW electrical, future","fuel cell, stack solid oxide, 125kW electrical, future",energy,Cogeneration\Gas\Market\Infrastructure +"market for funnel glass, for cathode ray tube display","funnel glass, for cathode ray tube display",material,Electronics\Component\Market +"market for furnace, logs, 30kW","furnace, logs, 30kW",energy,Heat\Wood\Market\Infrastructure +"market for furnace, logs, 6kW","furnace, logs, 6kW",energy,Heat\Wood\Market\Infrastructure +"market for furnace, logs, average storage area, 100kW","furnace, logs, average storage area, 100kW",energy,Heat\Wood\Market\Infrastructure +"market for furnace, logs, average storage area, 30kW","furnace, logs, average storage area, 30kW",energy,Heat\Wood\Market\Infrastructure +"market for furnace, logs, average storage area, 6kW","furnace, logs, average storage area, 6kW",energy,Heat\Wood\Market\Infrastructure +"market for furnace, logs, hardwood storage area, 100kW","furnace, logs, hardwood storage area, 100kW",energy,Heat\Wood\Market\Infrastructure +"market for furnace, logs, hardwood storage area, 30kW","furnace, logs, hardwood storage area, 30kW",energy,Heat\Wood\Market\Infrastructure +"market for furnace, logs, hardwood storage area, 6kW","furnace, logs, hardwood storage area, 6kW",energy,Heat\Wood\Market\Infrastructure +"market for furnace, logs, softwood storage area, 100kW","furnace, logs, softwood storage area, 100kW",energy,Heat\Wood\Market\Infrastructure +"market for furnace, logs, softwood storage area, 30kW","furnace, logs, softwood storage area, 30kW",energy,Heat\Wood\Market\Infrastructure +"market for furnace, logs, softwood storage area, 6kW","furnace, logs, softwood storage area, 6kW",energy,Heat\Wood\Market\Infrastructure +"market for furnace, pellet, 15kW","furnace, pellet, 15kW",energy,Heat\Wood\Market\Infrastructure +"market for furnace, pellet, 50kW","furnace, pellet, 50kW",energy,Heat\Wood\Market\Infrastructure +"market for furnace, pellets, 25kW","furnace, pellets, 25kW",energy,Heat\Wood\Market\Infrastructure +"market for furnace, pellets, 9kW","furnace, pellets, 9kW",energy,Heat\Wood\Market\Infrastructure +"market for furnace, pellets, with silo, 300kW","furnace, pellets, with silo, 300kW",energy,Heat\Wood\Market\Infrastructure +"market for furnace, wood chips, average storage area, 1000kW","furnace, wood chips, average storage area, 1000kW",energy,Heat\Wood\Market\Infrastructure +"market for furnace, wood chips, average storage area, 300kW","furnace, wood chips, average storage area, 300kW",energy,Heat\Wood\Market\Infrastructure +"market for furnace, wood chips, average storage area, 50kW","furnace, wood chips, average storage area, 50kW",energy,Heat\Wood\Market\Infrastructure +"market for furnace, wood chips, hardwood storage area, 1000kW","furnace, wood chips, hardwood storage area, 1000kW",energy,Heat\Wood\Market\Infrastructure +"market for furnace, wood chips, hardwood storage area, 300kW","furnace, wood chips, hardwood storage area, 300kW",energy,Heat\Wood\Market\Infrastructure +"market for furnace, wood chips, hardwood storage area, 50kW","furnace, wood chips, hardwood storage area, 50kW",energy,Heat\Wood\Market\Infrastructure +"market for furnace, wood chips, softwood storage area, 1000kW","furnace, wood chips, softwood storage area, 1000kW",energy,Heat\Wood\Market\Infrastructure +"market for furnace, wood chips, softwood storage area, 300kW","furnace, wood chips, softwood storage area, 300kW",energy,Heat\Wood\Market\Infrastructure +"market for furnace, wood chips, softwood storage area, 50kW","furnace, wood chips, softwood storage area, 50kW",energy,Heat\Wood\Market\Infrastructure +"market for furnace, wood chips, with silo, 1000kW","furnace, wood chips, with silo, 1000kW",energy,Heat\Wood\Market\Infrastructure +"market for furnace, wood chips, with silo, 300kW","furnace, wood chips, with silo, 300kW",energy,Heat\Wood\Market\Infrastructure +"market for furnace, wood chips, with silo, 5000kW","furnace, wood chips, with silo, 5000kW",energy,Heat\Wood\Market\Infrastructure +"market for furnace, wood chips, with silo, 50kW","furnace, wood chips, with silo, 50kW",energy,Heat\Wood\Market\Infrastructure +"market for furniture, wooden","furniture, wooden",material,Appliances\Market\Infrastructure +"market for furrow covering, sugarcane","furrow covering, sugarcane",processing,Agricultural\Market +"market for furrowing, sugarcane","furrowing, sugarcane",processing,Agricultural\Market +market for gadolinium oxide,gadolinium oxide,material,Chemicals\Inorganic\Market +"market for gallium, in Bayer liquor from aluminium production","gallium, in Bayer liquor from aluminium production",material,Metals\Non ferro\Market +"market for gallium, semiconductor-grade","gallium, semiconductor-grade",material,Metals\Non ferro\Market +"market for garage, wood, non-insulated, fire-protected","garage, wood, non-insulated, fire-protected",material,Construction\Others\Market\Infrastructure +market for gas boiler,gas boiler,energy,Heat\Gas\Market\Infrastructure +"market for gas motor, 206kW","gas motor, 206kW",energy,Cogeneration\Gas\Market\Infrastructure +"market for gas motor, mini CHP plant","gas motor, mini CHP plant",energy,Cogeneration\Gas\Market\Infrastructure +"market for gas power plant, 100MW electrical","gas power plant, 100MW electrical",energy,Electricity by fuel\Gas\Market\Infrastructure +"market for gas power plant, 300MW electrical","gas power plant, 300MW electrical",energy,Electricity by fuel\Gas\Market\Infrastructure +"market for gas power plant, combined cycle, 400MW electrical","gas power plant, combined cycle, 400MW electrical",energy,Electricity by fuel\Gas\Market\Infrastructure +"market for gas power plant, combined cycle, 400mw electrical","ngcc power plant, 400mwe",energy,Electricity by fuel\Gas\Market\Infrastructure +"market for gas turbine, 10MW electrical","gas turbine, 10MW electrical",energy,Electricity by fuel\Gas\Market\Infrastructure +"market for gas turbine, 80MW, for compressed air energy storage","gas turbine, 80MW, for compressed air energy storage",energy,Electricity by fuel\Gas\Market\Infrastructure +"market for generator, 200kW electrical","generator, 200kW electrical",energy,Cogeneration\Gas\Market\Infrastructure +"market for generator, mini CHP plant","generator, mini CHP plant",energy,Cogeneration\Gas\Market\Infrastructure +market for generic c4 hydrocarbons,generic c4 hydrocarbons,material,Chemicals\Organic\Transformation +"market for geothermal power plant, 5.5MWel","geothermal power plant, 5.5MWel",energy,Electricity by fuel\Geothermal\Market\Infrastructure +"market for geothermal power plant, Hot-Dry-Rock","geothermal power plant, Hot-Dry-Rock",energy,Electricity by fuel\Geothermal\Market\Infrastructure +"market for geothermal power plant, undefined type","geothermal power plant, undefined type",energy,Electricity by fuel\Geothermal\Market\Infrastructure +"market for glass cullet, for Saint-Gobain ISOVER SA","glass cullet, for Saint-Gobain ISOVER SA",material,Glass\Waste glass\Market +"market for glass cullet, from fluorescent lamps treatment","glass cullet, from fluorescent lamps treatment",waste treatment,Electronics waste\Market +"market for glass cullet, from used cathode ray tube panels","glass cullet, from used cathode ray tube panels",waste treatment,Electronics waste\Market +"market for glass cullet, lead containing, from used cathode ray tube","glass cullet, lead containing, from used cathode ray tube",waste treatment,Electronics waste\Market +"market for glass cullet, mixed glass from used cathode ray tube","glass cullet, mixed glass from used cathode ray tube",waste treatment,Electronics waste\Market +"market for glass cullet, sorted","glass cullet, sorted",material,Glass\Waste glass\Market +market for glass etching factory,glass etching factory,material,Glass\Construction\Market\Infrastructure +market for glass fibre,glass fibre,material,Glass\Construction\Market +"market for glass fibre reinforced plastic, polyamide, injection moulded","glass fibre reinforced plastic, polyamide, injection moulded",material,Plastics\Thermoplasts\Market +"market for glass fibre reinforced plastic, polyester resin, hand lay-up","glass fibre reinforced plastic, polyester resin, hand lay-up",material,Plastics\Thermosets\Market +market for glass from used cathode ray tube,glass from used cathode ray tube,waste treatment,Electronics waste\Market +market for glass tube factory,glass tube factory,material,Glass\Construction\Market\Infrastructure +"market for glass tube, borosilicate","glass tube, borosilicate",material,Glass\Construction\Market +market for glass wool mat,glass wool mat,material,Construction\Insulation\Market +"market for glass wool mat, uncoated, Saint-Gobain ISOVER SA","glass wool mat, uncoated, Saint-Gobain ISOVER SA",material,Construction\Insulation\Market +"market for glass, for liquid crystal display","glass, for liquid crystal display",material,Electronics\Component\Market +"market for glazing, double, U<1.1 W/m2K","glazing, double, U<1.1 W/m2K",material,Glass\Construction\Market +"market for glazing, double, U<1.1 W/m2K, laminated safety glass","glazing, double, U<1.1 W/m2K, laminated safety glass",material,Glass\Construction\Market +"market for glazing, triple, U<0.5 W/m2K","glazing, triple, U<0.5 W/m2K",material,Glass\Construction\Market +"market for glider, for electric scooter","glider, for electric scooter",material,Electronics\Component\Market +"market for glider, passenger car","glider, passenger car",material,Electronics\Component\Market +market for glucose,glucose,material,Chemicals\Organic\Market +"market for glued laminated timber, average glue mix","glued laminated timber, average glue mix",material,Wood\Products\Market +"market for glued laminated timber, for indoor use","glued laminated timber, for indoor use",material,Others\Obsolete +"market for glued laminated timber, for outdoor use","glued laminated timber, for outdoor use",material,Others\Obsolete +"market for glued laminated timber, MUF-glue","glued laminated timber, MUF-glue",material,Wood\Products\Market +"market for glued laminated timber, PUR-glue","glued laminated timber, PUR-glue",material,Wood\Products\Market +market for glued solid timber,glued solid timber,material,Wood\Products\Market +market for gluing mill,gluing mill,material,Wood\Products\Market\Infrastructure +market for glycerin distillate bottom,glycerin distillate bottom,material,Chemicals\Organic\Market +market for glycerine,glycerine,material,Chemicals\Organic\Market +market for glycine,glycine,material,Chemicals\Organic\Market +market for glyoxal,glyoxal,material,Chemicals\Organic\Market +market for glyphosate,glyphosate,material,Chemicals\Pesticides\Market +market for gold,gold,material,Metals\Non ferro\Market +"market for gold-silver, ingot","gold-silver, ingot",material,Metals\Non ferro\Market +"market for gold, unrefined","gold, unrefined",material,Metals\Non ferro\Market +market for goods wagon,goods wagon,transport,Rail\Market\Infrastructure +market for granulated blast furnace slag,granulated blast furnace slag,material,Metals\Waste metals\Market +market for grape,grape,material,Agricultural\Plant production\Fruits\Market +"market for graphic paper, 100% recycled","graphic paper, 100% recycled",material,Paper+ Board\Graphic paper\Market +market for graphite,graphite,material,Chemicals\Organic\Market +"market for graphite, battery grade","graphite, battery grade",material,Chemicals\Organic\Market +market for grass fibre,grass fibre,material,Agricultural\Plant production\Roughage\Market +market for grass fibre_obsolete,grass fibre,waste treatment,Others\Obsolete +"market for grass seed, organic, for sowing","grass seed, organic, for sowing",material,Agricultural\Plant seeds\Market +"market for grass seed, Swiss integrated production, at farm","grass seed, Swiss integrated production, at farm",material,Agricultural\Plant seeds\Market +"market for grass seed, Swiss integrated production, for sowing","grass seed, Swiss integrated production, for sowing",material,Agricultural\Plant seeds\Market +"market for grass silage, organic","grass silage, organic",material,Agricultural\Animal feed\Market +"market for grass silage, Swiss integrated production","grass silage, Swiss integrated production",material,Agricultural\Animal feed\Market +"market for grass, organic","grass, organic",material,Agricultural\Animal feed\Market +"market for grass, Swiss integrated production","grass, Swiss integrated production",material,Agricultural\Animal feed\Market +"market for gravel, crushed","gravel, crushed",material,Minerals\Market +"market for gravel, round","gravel, round",material,Minerals\Market +market for gravel/sand quarry infrastructure,gravel/sand quarry infrastructure,material,Minerals\Market\Infrastructure +market for green asparagus,green asparagus,material,Agricultural\Plant production\Vegetables\Market +market for green liquor dregs,green liquor dregs,waste treatment,Others\Market +"market for green manure, organic, until April","green manure, organic, until April",material,Chemicals\Fertilisers (organic)\Market +"market for green manure, organic, until February","green manure, organic, until February",material,Chemicals\Fertilisers (organic)\Market +"market for green manure, organic, until January","green manure, organic, until January",material,Chemicals\Fertilisers (organic)\Market +"market for green manure, organic, until March","green manure, organic, until March",material,Chemicals\Fertilisers (organic)\Market +"market for green manure, Swiss integrated production, until April","green manure, Swiss integrated production, until April",material,Chemicals\Fertilisers (organic)\Market +"market for green manure, Swiss integrated production, until April_obsolete","green manure, Swiss integrated production, until April",material,Others\Obsolete +"market for green manure, Swiss integrated production, until February","green manure, Swiss integrated production, until February",material,Chemicals\Fertilisers (organic)\Market +"market for green manure, Swiss integrated production, until February_obsolete","green manure, Swiss integrated production, until February",material,Others\Obsolete +"market for green manure, Swiss integrated production, until January","green manure, Swiss integrated production, until January",material,Chemicals\Fertilisers (organic)\Market +"market for green manure, Swiss integrated production, until January_obsolete","green manure, Swiss integrated production, until January",material,Others\Obsolete +"market for green manure, Swiss integrated production, until March","green manure, Swiss integrated production, until March",material,Chemicals\Fertilisers (organic)\Market +"market for green manure, Swiss integrated production, until March_obsolete","green manure, Swiss integrated production, until March",material,Others\Obsolete +"market for greenhouse, glass walls and roof","greenhouse, glass walls and roof",material,Agricultural\Plant production\Other\Market\Infrastructure +"market for greenhouse, plastic walls and roof","greenhouse, plastic walls and roof",material,Agricultural\Plant production\Other\Market\Infrastructure +market for ground granulated blast furnace slag,ground granulated blast furnace slag,material,Construction\Binders\Market +market for gypsum fibreboard,gypsum fibreboard,material,Construction\Coverings\Market +market for gypsum plasterboard,gypsum plasterboard,material,Construction\Coverings\Market +"market for gypsum, mineral","gypsum, mineral",material,Minerals\Market +market for H3PO4 purification residue,h3PO4 purification residue,waste treatment,Others\Market +market for hafnium sponge,hafnium sponge,material,Metals\Non ferro\Market +market for hafnium tetrachloride,hafnium tetrachloride,material,Chemicals\Inorganic\Market +market for hair dryer,hair dryer,material,Appliances\Market\Infrastructure +"market for hard chromium coat, electroplating, steel substrate, 0.14 mm thickness","hard chromium coat, electroplating, steel substrate, 0.14 mm thickness",processing,Metals\Coating\Market +market for hard coal,hard coal,material,Fuels\Coal\Market +market for hard coal ash,hard coal ash,waste treatment,Landfill\Slag compartment\Transformation +market for hard coal briquettes,hard coal briquettes,material,Fuels\Coal\Market +market for hard coal briquettes factory,hard coal briquettes factory,material,Fuels\Coal\Market\Infrastructure +market for hard coal coke factory,hard coal coke factory,material,Fuels\Coal\Market\Infrastructure +market for hard coal power plant,hard coal power plant,energy,Electricity by fuel\Coal\Market\Infrastructure +market for hard coal power plant,hard coal pulverised power plant 500mw,energy,Electricity by fuel\Coal\Market\Infrastructure +market for hard coal preparation plant,hard coal preparation plant,material,Fuels\Coal\Market\Infrastructure +"market for hard coal, run-of-mine","hard coal, run-of-mine",material,Fuels\Coal\Market +"market for hard disk drive, for desktop computer","hard disk drive, for desktop computer",material,Electronics\Module\Market +"market for hard disk drive, for laptop computer","hard disk drive, for laptop computer",material,Electronics\Module\Market +market for harvester,harvester,processing,Agricultural\Market\Infrastructure +"market for harvesting, by complete harvester, beets","harvesting, by complete harvester, beets",processing,Agricultural\Market +"market for harvesting, by complete harvester, ground crops","harvesting, by complete harvester, ground crops",processing,Agricultural\Market +"market for harvesting, by potato harvester","harvesting, by potato harvester",processing,Agricultural\Market +"market for harvesting, by sweet corn picker","harvesting, by sweet corn picker",processing,Agricultural\Market +"market for harvesting, forestry harvester","harvesting, forestry harvester",processing,Agricultural\Market +"market for harvesting, sugarcane","harvesting, sugarcane",processing,Agricultural\Market +"market for harvesting, use of harvesting cart","harvesting, use of harvesting cart",processing,Agricultural\Market +"market for harvesting/bundling, energy wood harvester","harvesting/bundling, energy wood harvester",processing,Agricultural\Market +market for hay,hay,material,Agricultural\Plant production\Roughage\Market +"market for hay, organic, intensive","hay, organic, intensive",material,Agricultural\Plant production\Roughage\Market +"market for hay, Swiss integrated production, extensive","hay, Swiss integrated production, extensive",material,Agricultural\Plant production\Roughage\Market +"market for hay, Swiss integrated production, intensive","hay, Swiss integrated production, intensive",material,Agricultural\Plant production\Roughage\Market +"market for haying, by rotary tedder","haying, by rotary tedder",processing,Agricultural\Market +market for hazardous waste incineration facility,hazardous waste incineration facility,processing,Waste\Market\Infrastructure +"market for hazardous waste, for incineration","hazardous waste, for incineration",waste treatment,Incineration\Hazardous waste incineration\Market +"market for hazardous waste, for underground deposit","hazardous waste, for underground deposit",waste treatment,Others\Obsolete +"market for heat and power co-generation unit, 160kW electrical, common components for heat+electricity","heat and power co-generation unit, 160kW electrical, common components for heat+electricity",energy,Cogeneration\Gas\Market\Infrastructure +"market for heat and power co-generation unit, 160kW electrical, components for electricity only","heat and power co-generation unit, 160kW electrical, components for electricity only",energy,Cogeneration\Gas\Market\Infrastructure +"market for heat and power co-generation unit, 160kW electrical, components for heat only","heat and power co-generation unit, 160kW electrical, components for heat only",energy,Cogeneration\Gas\Market\Infrastructure +"market for heat and power co-generation unit, 1MW electrical, common components for heat+electricity","heat and power co-generation unit, 1MW electrical, common components for heat+electricity",energy,Cogeneration\Gas\Market\Infrastructure +"market for heat and power co-generation unit, 1MW electrical, components for electricity only","heat and power co-generation unit, 1MW electrical, components for electricity only",energy,Cogeneration\Gas\Market\Infrastructure +"market for heat and power co-generation unit, 1MW electrical, components for heat only","heat and power co-generation unit, 1MW electrical, components for heat only",energy,Cogeneration\Gas\Market\Infrastructure +"market for heat and power co-generation unit, 1MWel, 6.4MWth","heat and power co-generation unit, 1MWel, 6.4MWth",energy,Cogeneration\Gas\Market\Infrastructure +"market for heat and power co-generation unit, 200kW electrical, common components for heat+electricity","heat and power co-generation unit, 200kW electrical, common components for heat+electricity",energy,Cogeneration\Gas\Market\Infrastructure +"market for heat and power co-generation unit, 200kW electrical, components for electricity only","heat and power co-generation unit, 200kW electrical, components for electricity only",energy,Cogeneration\Gas\Market\Infrastructure +"market for heat and power co-generation unit, 200kW electrical, components for heat only","heat and power co-generation unit, 200kW electrical, components for heat only",energy,Cogeneration\Gas\Market\Infrastructure +"market for heat and power co-generation unit, 200kW electrical, diesel SCR, common components for heat+electricity","heat and power co-generation unit, 200kW electrical, diesel SCR, common components for heat+electricity",energy,Cogeneration\Oil\Market\Infrastructure +"market for heat and power co-generation unit, 200kW electrical, diesel SCR, components for electricity only","heat and power co-generation unit, 200kW electrical, diesel SCR, components for electricity only",energy,Cogeneration\Oil\Market\Infrastructure +"market for heat and power co-generation unit, 200kW electrical, diesel SCR, components for heat only","heat and power co-generation unit, 200kW electrical, diesel SCR, components for heat only",energy,Cogeneration\Oil\Market\Infrastructure +"market for heat and power co-generation unit, 500kW electrical, common components for heat+electricity","heat and power co-generation unit, 500kW electrical, common components for heat+electricity",energy,Cogeneration\Gas\Market\Infrastructure +"market for heat and power co-generation unit, 500kW electrical, components for electricity only","heat and power co-generation unit, 500kW electrical, components for electricity only",energy,Cogeneration\Gas\Market\Infrastructure +"market for heat and power co-generation unit, 500kW electrical, components for heat only","heat and power co-generation unit, 500kW electrical, components for heat only",energy,Cogeneration\Gas\Market\Infrastructure +"market for heat and power co-generation unit, 50kW electrical, common components for heat+electricity","heat and power co-generation unit, 50kW electrical, common components for heat+electricity",energy,Cogeneration\Gas\Market\Infrastructure +"market for heat and power co-generation unit, 50kW electrical, components for electricity only","heat and power co-generation unit, 50kW electrical, components for electricity only",energy,Cogeneration\Gas\Market\Infrastructure +"market for heat and power co-generation unit, 50kW electrical, components for heat only","heat and power co-generation unit, 50kW electrical, components for heat only",energy,Cogeneration\Gas\Market\Infrastructure +"market for heat and power co-generation unit, 6400kW thermal, building","heat and power co-generation unit, 6400kW thermal, building",energy,Cogeneration\Gas\Market\Infrastructure +"market for heat and power co-generation unit, 6400kW thermal, common components for heat+electricity","heat and power co-generation unit, 6400kW thermal, common components for heat+electricity",energy,Cogeneration\Gas\Market\Infrastructure +"market for heat and power co-generation unit, 6400kW thermal, components for electricity only","heat and power co-generation unit, 6400kW thermal, components for electricity only",energy,Cogeneration\Gas\Market\Infrastructure +"market for heat and power co-generation unit, organic Rankine cycle, 1000kW electrical","heat and power co-generation unit, organic Rankine cycle, 1000kW electrical",energy,Cogeneration\Gas\Market\Infrastructure +"market for heat and power co-generation unit, organic Rankine cycle, 1400kW thermal, building","heat and power co-generation unit, organic Rankine cycle, 1400kW thermal, building",energy,Cogeneration\Gas\Market\Infrastructure +"market for heat and power co-generation unit, organic Rankine cycle, 1400kW thermal, common components, heat+electricity","heat and power co-generation unit, organic Rankine cycle, 1400kW thermal, common components, heat+electricity",energy,Cogeneration\Gas\Market\Infrastructure +"market for heat and power co-generation unit, organic Rankine cycle, 1400kW thermal, components for electricity only","heat and power co-generation unit, organic Rankine cycle, 1400kW thermal, components for electricity only",energy,Cogeneration\Gas\Market\Infrastructure +"market for heat and power co-generation unit, organic Rankine cycle, 1MWe, 6.4 MWth","heat and power co-generation unit, organic Rankine cycle, 1MWe, 6.4 MWth",energy,Cogeneration\Gas\Market\Infrastructure +"market for heat and power co-generation unit, organic Rankine cycle, 200kW electrical","heat and power co-generation unit, organic Rankine cycle, 200kW electrical",energy,Cogeneration\Gas\Market\Infrastructure +"market for heat and power co-generation unit, organic Rankine cycle, 3MW electrical","heat and power co-generation unit, organic Rankine cycle, 3MW electrical",energy,Cogeneration\Gas\Market\Infrastructure +"market for heat carrier liquid, 40% C3H8O2","heat carrier liquid, 40% C3H8O2",waste treatment,Others\Market +"market for heat distribution equipment, hydronic radiant floor heating, 150m2","heat distribution equipment, hydronic radiant floor heating, 150m2",energy,Heat\Heat pump\Market\Infrastructure +"market for heat pump, 30kW","heat pump, 30kW",energy,Heat\Heat pump\Market\Infrastructure +"market for heat pump, brine-water, 10kW","heat pump, brine-water, 10kW",energy,Heat\Heat pump\Market\Infrastructure +"market for heat pump, diffusion absorption, 4kW, future","heat pump, diffusion absorption, 4kW, future",energy,Heat\Heat pump\Market\Infrastructure +"market for heat pump, for mini CHP plant","heat pump, for mini CHP plant",energy,Cogeneration\Gas\Market\Infrastructure +"market for heat pump, heat and power co-generation unit, 160kW electrical","heat pump, heat and power co-generation unit, 160kW electrical",energy,Cogeneration\Gas\Market\Infrastructure +"market for heat storage, 2000l","heat storage, 2000l",energy,Heat\Solar\Market\Infrastructure +"market for heat transport fluid system, solar thermal parabolic trough, 50 MW","heat transport fluid system, solar thermal parabolic trough, 50 MW",energy,Heat\Solar\Market\Infrastructure +"market for heat, central or small-scale, biomethane","heat, central or small-scale, biomethane",energy,Heat\Others\Market +"market for heat, central or small-scale, Jakobsberg","heat, central or small-scale, Jakobsberg",energy,Cogeneration\Gas\Market +"market for heat, central or small-scale, natural gas","heat, central or small-scale, natural gas",energy,Heat\Gas\Market +"market for heat, central or small-scale, natural gas and heat pump, Jakobsberg","heat, central or small-scale, natural gas and heat pump, Jakobsberg",energy,Heat\Gas\Market +"market for heat, central or small-scale, natural gas, Jakobsberg","heat, central or small-scale, natural gas, Jakobsberg",energy,Heat\Gas\Market +"market for heat, central or small-scale, other than natural gas","heat, central or small-scale, other than natural gas",energy,Heat\Others\Market +"market for heat, district or industrial, natural gas","heat, district or industrial, natural gas",energy,Heat\Gas\Market +"market for heat, district or industrial, other than natural gas","heat, district or industrial, other than natural gas",energy,Heat\Others\Market +"market for heat, for reuse in municipal waste incineration only","heat, for reuse in municipal waste incineration only",energy,Heat\Waste\Market +"market for heat, from steam, in chemical industry","heat, from steam, in chemical industry",energy,Heat\Others\Transformation +"market for heat, future","heat, future",energy,Heat\Others\Market +"market for heating and sanitary equipment, heat and power co-generation unit, 160kW electrical","heating and sanitary equipment, heat and power co-generation unit, 160kW electrical",energy,Cogeneration\Gas\Market\Infrastructure +"market for heating and sanitary equipment, mini CHP plant","heating and sanitary equipment, mini CHP plant",energy,Cogeneration\Gas\Market\Infrastructure +market for heavy fuel oil,heavy fuel oil,material,Fuels\Oil\Fuel oil\Market +"market for heavy fuel oil, burned in refinery furnace","heavy fuel oil, burned in refinery furnace",energy,Heat\Oil\Market +market for heavy water,heavy water,material,Chemicals\Others\Market +market for helicopter,helicopter,transport,Air\Market\Infrastructure +market for helium,helium,material,Chemicals\Gases\Market +"market for helium, crude","helium, crude",material,Chemicals\Gases\Market +"market for helium, crude stockpiling","helium, crude stockpiling",processing,Others\Market +market for heptane,heptane,material,Chemicals\Organic\Market +market for hexafluoroethane,hexafluoroethane,material,Chemicals\Organic\Market +market for hexamethyldisilazane,hexamethyldisilazane,material,Chemicals\Organic\Market +"market for hexamethylene-1,6-diisoncyanate","hexamethylene-1,6-diisoncyanate",material,Chemicals\Organic\Market +market for hexamethylenediamine,hexamethylenediamine,material,Chemicals\Organic\Market +market for hexane,hexane,material,Chemicals\Organic\Market +market for high level radioactive waste for final repository,high level radioactive waste for final repository,waste treatment,Nuclear waste\Market +"market for high voltage system, for Li-ion battery","high voltage system, for Li-ion battery",material,Electronics\Battery\Market +market for hoeing,hoeing,processing,Agricultural\Market +market for holmium oxide,holmium oxide,material,Chemicals\Inorganic\Market +market for horn meal,horn meal,material,Chemicals\Fertilisers (organic)\Market +market for horticultural fleece,horticultural fleece,material,Plastics\Thermoplasts\Market +"market for hot rolling, steel","hot rolling, steel",processing,Metals\Chipless shaping\Market +market for hot water tank factory,hot water tank factory,energy,Heat\Solar\Market\Infrastructure +"market for hot water tank, 600l","hot water tank, 600l",energy,Heat\Solar\Market\Infrastructure +"market for housing system, cattle, loose, per animal unit","housing system, cattle, loose, per animal unit",processing,Agricultural\Market\Infrastructure +"market for housing system, cattle, tied, per animal unit","housing system, cattle, tied, per animal unit",processing,Agricultural\Market\Infrastructure +"market for housing system, pig, fully-slatted floor, per pig place","housing system, pig, fully-slatted floor, per pig place",processing,Agricultural\Market\Infrastructure +"market for housing system, pig, per pig place, electricity from renewable energy products","housing system, pig, per pig place, electricity from renewable energy products",processing,Agricultural\Market\Infrastructure +market for hydraulic digger,hydraulic digger,transport,Building equipment\Market\Infrastructure +market for hydraulic fracturing fluid,hydraulic fracturing fluid,material,Chemicals\Others\Market +market for hydrazine,hydrazine,material,Chemicals\Inorganic\Market +market for hydrazine sulfate,hydrazine sulfate,material,Chemicals\Inorganic\Market +"market for hydrocarbons, aromatic, cyclic (c9+)","hydrocarbons, aromatic, cyclic (c9+)",material,Chemicals\Inorganic\Market +"market for hydrochloric acid, without water, in 30% solution state","hydrochloric acid, without water, in 30% solution state",material,Chemicals\Acids (inorganic)\Market +market for hydrogen cyanide,hydrogen cyanide,material,Chemicals\Gases\Market +market for hydrogen fluoride,hydrogen fluoride,material,Chemicals\Acids (inorganic)\Market +"market for hydrogen peroxide, without water, in 50% solution state","hydrogen peroxide, without water, in 50% solution state",material,Chemicals\Inorganic\Market +market for hydrogen sulfide,hydrogen sulfide,material,Chemicals\Gases\Market +"market for hydrogen, gaseous","hydrogen, gaseous",material,Chemicals\Gases\Market +"market for hydrogen, gaseous, low pressure","hydrogen, gaseous, low pressure",material,Chemicals\Gases\Market +"market for hydrogen, gaseous, low pressure, 20-year period","hydrogen, gaseous, low pressure",material,Chemicals\Gases\Market +"market for hydrogen, gaseous, low pressure, 40-year period","hydrogen, gaseous, low pressure",material,Chemicals\Gases\Market +"market for hydrogen, gaseous, low pressure, 60-year period","hydrogen, gaseous, low pressure",material,Chemicals\Gases\Market +"market for hydrogen, gaseous, medium pressure, merchant","hydrogen, gaseous, medium pressure, merchant",material,Chemicals\Gases\Market +"market for hydrogen, liquid","hydrogen, liquid",material,Chemicals\Gases\Liquified\Market +"market for hydropower plant, reservoir","hydropower plant, reservoir",energy,Electricity by fuel\Hydro\Reservoir\Market\Infrastructure +"market for hydropower plant, reservoir, alpine region","hydropower plant, reservoir, alpine region",energy,Electricity by fuel\Hydro\Reservoir\Market\Infrastructure +"market for hydropower plant, reservoir, non-alpine regions","hydropower plant, reservoir, non-alpine regions",energy,Electricity by fuel\Hydro\Reservoir\Market\Infrastructure +"market for hydropower plant, run-of-river","hydropower plant, run-of-river",energy,Electricity by fuel\Hydro\Flow through\Market\Infrastructure +market for hydroquinone,hydroquinone,material,Chemicals\Organic\Market +market for hydroxylamine,hydroxylamine,material,Chemicals\Inorganic\Market +market for iceberg lettuce,iceberg lettuce,material,Agricultural\Plant production\Vegetables\Market +"market for ilmenite, 54% titanium dioxide","ilmenite, 54% titanium dioxide",material,Minerals\Market +market for imidazole,imidazole,material,Chemicals\Organic\Market +"market for impact extrusion of aluminium, 1 stroke","impact extrusion of aluminium, 1 stroke",processing,Metals\Chipless shaping\Market +"market for impact extrusion of aluminium, 2 strokes","impact extrusion of aluminium, 2 strokes",processing,Metals\Chipless shaping\Market +"market for impact extrusion of aluminium, 3 strokes","impact extrusion of aluminium, 3 strokes",processing,Metals\Chipless shaping\Market +"market for impact extrusion of aluminium, 4 strokes","impact extrusion of aluminium, 4 strokes",processing,Metals\Chipless shaping\Market +"market for impact extrusion of aluminium, 5 strokes","impact extrusion of aluminium, 5 strokes",processing,Metals\Chipless shaping\Market +"market for impact extrusion of aluminium, cold, initial surface treatment","impact extrusion of aluminium, cold, initial surface treatment",processing,Metals\Chipless shaping\Market +"market for impact extrusion of aluminium, cold, tempering","impact extrusion of aluminium, cold, tempering",processing,Metals\Chipless shaping\Market +"market for impact extrusion of aluminium, deformation stroke","impact extrusion of aluminium, deformation stroke",processing,Metals\Chipless shaping\Market +"market for impact extrusion of steel, cold, 1 strokes","impact extrusion of steel, cold, 1 strokes",processing,Metals\Chipless shaping\Market +"market for impact extrusion of steel, cold, 2 strokes","impact extrusion of steel, cold, 2 strokes",processing,Metals\Chipless shaping\Market +"market for impact extrusion of steel, cold, 3 strokes","impact extrusion of steel, cold, 3 strokes",processing,Metals\Chipless shaping\Market +"market for impact extrusion of steel, cold, 4 strokes","impact extrusion of steel, cold, 4 strokes",processing,Metals\Chipless shaping\Market +"market for impact extrusion of steel, cold, 5 strokes","impact extrusion of steel, cold, 5 strokes",processing,Metals\Chipless shaping\Market +"market for impact extrusion of steel, cold, deformation stroke","impact extrusion of steel, cold, deformation stroke",processing,Metals\Chipless shaping\Market +"market for impact extrusion of steel, cold, initial surface treatment","impact extrusion of steel, cold, initial surface treatment",processing,Metals\Chipless shaping\Market +"market for impact extrusion of steel, cold, tempering","impact extrusion of steel, cold, tempering",processing,Metals\Chipless shaping\Market +"market for impact extrusion of steel, hot, 1 strokes","impact extrusion of steel, hot, 1 strokes",processing,Metals\Chipless shaping\Market +"market for impact extrusion of steel, hot, 2 strokes","impact extrusion of steel, hot, 2 strokes",processing,Metals\Chipless shaping\Market +"market for impact extrusion of steel, hot, 3 strokes","impact extrusion of steel, hot, 3 strokes",processing,Metals\Chipless shaping\Market +"market for impact extrusion of steel, hot, 4 strokes","impact extrusion of steel, hot, 4 strokes",processing,Metals\Chipless shaping\Market +"market for impact extrusion of steel, hot, 5 strokes","impact extrusion of steel, hot, 5 strokes",processing,Metals\Chipless shaping\Market +"market for impact extrusion of steel, hot, deformation stroke","impact extrusion of steel, hot, deformation stroke",processing,Metals\Chipless shaping\Market +"market for impact extrusion of steel, hot, initial warming","impact extrusion of steel, hot, initial warming",processing,Metals\Chipless shaping\Market +"market for impact extrusion of steel, hot, tempering","impact extrusion of steel, hot, tempering",processing,Metals\Chipless shaping\Market +"market for impact extrusion of steel, warm, 1 strokes","impact extrusion of steel, warm, 1 strokes",processing,Metals\Chipless shaping\Market +"market for impact extrusion of steel, warm, 2 strokes","impact extrusion of steel, warm, 2 strokes",processing,Metals\Chipless shaping\Market +"market for impact extrusion of steel, warm, 3 strokes","impact extrusion of steel, warm, 3 strokes",processing,Metals\Chipless shaping\Market +"market for impact extrusion of steel, warm, 4 strokes","impact extrusion of steel, warm, 4 strokes",processing,Metals\Chipless shaping\Market +"market for impact extrusion of steel, warm, 5 strokes","impact extrusion of steel, warm, 5 strokes",processing,Metals\Chipless shaping\Market +"market for impact extrusion of steel, warm, deformation stroke","impact extrusion of steel, warm, deformation stroke",processing,Metals\Chipless shaping\Market +"market for impact extrusion of steel, warm, initial warming","impact extrusion of steel, warm, initial warming",processing,Metals\Chipless shaping\Market +market for indium,indium,material,Metals\Non ferro\Market +"market for indium rich leaching residues, from zinc production","indium rich leaching residues, from zinc production",material,Chemicals\Inorganic\Market +"market for indium rich leaching residues, from zinc production stockpiling","indium rich leaching residues, from zinc production stockpiling",processing,Others\Market +"market for indium tin oxide powder, nanoscale, for sputtering target","indium tin oxide powder, nanoscale, for sputtering target",material,Electronics\Module\Market +market for indolylbutyric acid,indolylbutyric acid,material,Chemicals\Acids (organic)\Market +"market for inductor, auxilliaries and energy use","inductor, auxilliaries and energy use",material,Electronics\Component\Market +"market for inductor, low value multilayer chip","inductor, low value multilayer chip",material,Electronics\Component\Market +"market for inductor, miniature radio frequency chip","inductor, miniature radio frequency chip",material,Electronics\Component\Market +"market for inductor, ring core choke type","inductor, ring core choke type",material,Electronics\Component\Market +"market for industrial furnace, 1MW, oil","industrial furnace, 1MW, oil",energy,Heat\Oil\Market\Infrastructure +"market for industrial furnace, coal, 1-10MW","industrial furnace, coal, 1-10MW",energy,Heat\Coal\Market\Infrastructure +"market for industrial furnace, natural gas","industrial furnace, natural gas",energy,Heat\Gas\Market\Infrastructure +"market for industrial machine, heavy, unspecified","industrial machine, heavy, unspecified",transport,Building equipment\Market\Infrastructure +market for inert filler,inert filler,material,Chemicals\Others\Market +market for inert gas for discharge lamps,inert gas for discharge lamps,material,Chemicals\Others\Market +market for inert material landfill,inert material landfill,processing,Waste\Market\Infrastructure +market for inert waste,inert waste,waste treatment,Others\Market +"market for inert waste, for final disposal","inert waste, for final disposal",waste treatment,Others\Market +"market for infrastructure, for regional distribution of oil product","infrastructure, for regional distribution of oil product",material,Fuels\Oil\Crude oil\Market\Infrastructure +market for injection moulding,injection moulding,processing,Plastics\Market +"market for inorganic nitrogen fertiliser, as N","inorganic nitrogen fertiliser, as N",material,Chemicals\Fertilisers (inorganic)\Market +"market for inorganic phosphorus fertiliser, as P2O5","inorganic phosphorus fertiliser, as P2O5",material,Chemicals\Fertilisers (inorganic)\Market +"market for inorganic potassium fertiliser, as K2O","inorganic potassium fertiliser, as K2O",material,Chemicals\Fertilisers (inorganic)\Market +"market for insulated gate bipolar transistor, electric vehicle application","insulated gate bipolar transistor, electric vehicle application",material,Electronics\Component\Market +"market for insulation spiral-seam duct, rockwool, DN 400, 30 mm","insulation spiral-seam duct, rockwool, DN 400, 30 mm",material,Construction\Insulation\Market +"market for integrated battery interface system, for Li-ion battery","integrated battery interface system, for Li-ion battery",material,Electronics\Battery\Market +"market for integrated circuit, logic type","integrated circuit, logic type",material,Electronics\Component\Market +"market for integrated circuit, memory type","integrated circuit, memory type",material,Electronics\Component\Market +"market for intermodal shipping container, 20-foot","intermodal shipping container, 20-foot",transport,Intermodal\Market\Infrastructure +"market for intermodal shipping container, 40-foot","intermodal shipping container, 40-foot",transport,Intermodal\Market\Infrastructure +"market for intermodal shipping container, 40-foot, high-cube","intermodal shipping container, 40-foot, high-cube",transport,Intermodal\Market\Infrastructure +"market for intermodal shipping container, 45-foot, high-cube","intermodal shipping container, 45-foot, high-cube",transport,Intermodal\Market\Infrastructure +"market for internal combustion engine, passenger car","internal combustion engine, passenger car",transport,Road\Market\Infrastructure +market for internet access equipment,internet access equipment,material,Electronics\Devices\Market +"market for internet access, videoconference, 0.7 Mbit/s","internet access, videoconference, 0.7 Mbit/s",use,Computers & network\Market +"market for internet access, work, 0.2 Mbit/s","internet access, work, 0.2 Mbit/s",use,Computers & network\Market +market for intral,intral,material,Chemicals\Inorganic\Market +"market for inverter, 0.5kW","inverter, 0.5kW",material,Electronics\Photovoltaic\Market\Infrastructure +"market for inverter, 2.5kW","inverter, 2.5kW",material,Electronics\Photovoltaic\Market\Infrastructure +"market for inverter, 500kW","inverter, 500kW",material,Electronics\Photovoltaic\Market\Infrastructure +"market for inverter, for electric passenger car","inverter, for electric passenger car",material,Electronics\Component\Market +market for iodine,iodine,material,Chemicals\Inorganic\Market +market for ion-exchanger for water treatment,ion-exchanger for water treatment,material,Water\Industry water\Market\Infrastructure +market for ioxynil,ioxynil,material,Chemicals\Organic\Market +market for iron ore concentrate,iron ore concentrate,material,Chemicals\Inorganic\Market +"market for iron ore, crude ore, 46% Fe","iron ore, crude ore, 46% Fe",material,Minerals\Market +"market for iron ore, crude ore, 63% Fe","iron ore, crude ore, 63% Fe",material,Minerals\Market +market for iron pellet,iron pellet,material,Metals\Ferro\Market +"market for iron scrap, sorted, pressed","iron scrap, sorted, pressed",material,Metals\Waste metals\Market +"market for iron scrap, unsorted","iron scrap, unsorted",material,Metals\Waste metals\Market +market for iron sinter,iron sinter,material,Metals\Ferro\Market +market for iron sulfate,iron sulfate,material,Chemicals\Inorganic\Market +market for iron-nickel-chromium alloy,iron-nickel-chromium alloy,material,Metals\Alloys\Market +market for iron(II) chloride,iron(II) chloride,material,Chemicals\Inorganic\Market +"market for iron(III) chloride, without water, in 14% iron solution state","iron(III) chloride, without water, in 14% iron solution state",material,Chemicals\Inorganic\Market +"market for iron(III) chloride, without water, in 40% solution state","iron (III) chloride, without water, in 40% solution state",material,Chemicals\Inorganic\Market +"market for iron(iii) chloride, without water, in 40% solution state","iron(iii) chloride, without water, in 40% solution state",material,Chemicals\Inorganic\Market +"market for iron(III) chloride, without water, in a 12% iron solution state","iron(III) chloride, without water, in a 12% iron solution state",material,Chemicals\Inorganic\Market +"market for iron(III) sulfate, without water, in 12.5% iron solution state","iron(III) sulfate, without water, in 12.5% iron solution state",material,Chemicals\Inorganic\Market +market for irrigation,irrigation,processing,Agricultural\Market +market for isobutane,isobutane,material,Chemicals\Organic\Market +market for isobutanol,isobutanol,material,Chemicals\Organic\Market +market for isobutyl acetate,isobutyl acetate,material,Chemicals\Organic\Market +market for isohexane,isohexane,material,Chemicals\Organic\Market +market for isophorondiisocyante,isophorondiisocyante,material,Chemicals\Organic\Market +market for isophthalic acid based unsaturated polyester resin,isophthalic acid based unsaturated polyester resin,material,Chemicals\Organic\Market +market for isopropanol,isopropanol,material,Chemicals\Organic\Market +market for isopropyl acetate,isopropyl acetate,material,Chemicals\Organic\Market +market for isopropylamine,isopropylamine,material,Chemicals\Organic\Market +market for isoproturon,isoproturon,material,Chemicals\Pesticides\Market +market for jatropha seed,jatropha seed,material,Agricultural\Plant seeds\Market +"market for joist, engineered wood","joist, engineered wood",material,Wood\Products\Market +"market for jute plant, harvested","jute plant, harvested",material,Agricultural\Intermediate products\Market +market for kaolin,kaolin,material,Chemicals\Inorganic\Market +"market for kenaf plant, harvested","kenaf plant, harvested",material,Agricultural\Intermediate products\Market +market for kerosene,kerosene,material,Fuels\Oil\Kerosene\Market +market for keyboard,keyboard,material,Electronics\Devices\Market +market for kiwi,kiwi,material,Agricultural\Plant production\Fruits\Market +market for kraft paper,kraft paper,material,Paper+ Board\Packaging paper\Market +"market for kraft paper, bleached","kraft paper, bleached",material,Others\Obsolete +"market for kraft paper, unbleached","kraft paper, unbleached",material,Others\Obsolete +"market for krypton, gaseous","krypton, gaseous",material,Chemicals\Gases\Market +market for lactic acid,lactic acid,material,Chemicals\Organic\Market +"market for laminated timber element, transversally prestressed, for outdoor use","laminated timber element, transversally prestressed, for outdoor use",material,Others\Obsolete +"market for laminating service, foil, with acrylic binder","laminating service, foil, with acrylic binder",processing,Others\Market +"market for land tenure, arable land","land tenure, arable land, measured as carbon net primary productivity",material,Others\Obsolete +"market for land tenure, arable land, measured as carbon net primary productivity, annual crop","land tenure, arable land, measured as carbon net primary productivity, annual crop",use,Land transformation\Market +"market for land tenure, arable land, measured as carbon net primary productivity, forest, intensive","land tenure, arable land, measured as carbon net primary productivity, forest, intensive",use,Land transformation\Market +"market for land tenure, arable land, measured as carbon net primary productivity, pasture, man made","land tenure, arable land, measured as carbon net primary productivity, pasture, man made",use,Land transformation\Market +"market for land tenure, arable land, measured as carbon net primary productivity, perennial crop","land tenure, arable land, measured as carbon net primary productivity, perennial crop",use,Land transformation\Market +"market for land use change, annual crop","land use change, annual crop",use,Land transformation\Market +"market for land use change, forest, intensive","land use change, forest, intensive",processing,Land transformation\Market +"market for land use change, paddy rice","land use change, paddy rice",processing,Land transformation\Market +"market for land use change, pasture, man made","land use change, pasture, man made",processing,Land transformation\Market +"market for land use change, perennial crop","land use change, perennial crop",processing,Land transformation\Market +"market for landed anchovy by-catch, fresh","landed anchovy by-catch, fresh",material,Agricultural\Animal production\Fish\Market +"market for landed anchovy, fresh","landed anchovy, fresh",material,Agricultural\Animal production\Fish\Market +"market for landed hake, fresh","landed hake, fresh",material,Agricultural\Animal production\Fish\Market +"market for landed tuna, frozen, EPO","landed tuna, frozen, EPO",material,Agricultural\Animal production\Fish\Market +market for lanthanum oxide,lanthanum oxide,material,Chemicals\Inorganic\Market +market for lanthanum-cerium oxide,lanthanum-cerium oxide,material,Chemicals\Inorganic\Market +"market for laser machining, metal, with CO2-laser, 2000W power","laser machining, metal, with CO2-laser, 2000W power",processing,Metals\Chipless shaping\Market +"market for laser machining, metal, with CO2-laser, 2700W power","laser machining, metal, with CO2-laser, 2700W power",processing,Metals\Chipless shaping\Market +"market for laser machining, metal, with CO2-laser, 3200W power","laser machining, metal, with CO2-laser, 3200W power",processing,Metals\Chipless shaping\Market +"market for laser machining, metal, with CO2-laser, 4000W power","laser machining, metal, with CO2-laser, 4000W power",processing,Metals\Chipless shaping\Market +"market for laser machining, metal, with CO2-laser, 5000W power","laser machining, metal, with CO2-laser, 5000W power",processing,Metals\Chipless shaping\Market +"market for laser machining, metal, with CO2-laser, 6000W power","laser machining, metal, with CO2-laser, 6000W power",processing,Metals\Chipless shaping\Market +"market for laser machining, metal, with YAG-laser, 120W power","laser machining, metal, with YAG-laser, 120W power",processing,Metals\Chipless shaping\Market +"market for laser machining, metal, with YAG-laser, 200W power","laser machining, metal, with YAG-laser, 200W power",processing,Metals\Chipless shaping\Market +"market for laser machining, metal, with YAG-laser, 30W power","laser machining, metal, with YAG-laser, 30W power",processing,Metals\Chipless shaping\Market +"market for laser machining, metal, with YAG-laser, 330W power","laser machining, metal, with YAG-laser, 330W power",processing,Metals\Chipless shaping\Market +"market for laser machining, metal, with YAG-laser, 40W power","laser machining, metal, with YAG-laser, 40W power",processing,Metals\Chipless shaping\Market +"market for laser machining, metal, with YAG-laser, 500W power","laser machining, metal, with YAG-laser, 500W power",processing,Metals\Chipless shaping\Market +"market for laser machining, metal, with YAG-laser, 50W power","laser machining, metal, with YAG-laser, 50W power",processing,Metals\Chipless shaping\Market +"market for laser machining, metal, with YAG-laser, 60W power","laser machining, metal, with YAG-laser, 60W power",processing,Metals\Chipless shaping\Market +"market for laterite, mineral","laterite, mineral",material,Minerals\Market +market for latex,latex,material,Chemicals\Others\Market +market for lauric diethanolamide,lauric diethanolamide,material,Chemicals\Organic\Market +"market for layered sodium silicate, SKS-6, powder","layered sodium silicate, SKS-6, powder",material,Chemicals\Washing agents\Builders\Market +"market for ldpe in waste fresh milk carton (chilled), post-industrial","ldpe in waste fresh milk carton (chilled), post-industrial",material,Others\Obsolete +"market for ldpe/alu in waste juice carton (ambient), post-industrial","ldpe/alu in waste juice carton (ambient), post-industrial",material,Others\Obsolete +"market for ldpe/alu in waste uht milk carton (ambient), post-industrial","ldpe/alu in waste uht milk carton (ambient), post-industrial",material,Others\Obsolete +market for leach residue from copper production,leach residue from copper production,waste treatment,Others\Market +"market for leachate, SLF, hard coal ash","leachate, SLF, hard coal ash",waste treatment,Landfill\Slag compartment\Transformation +"market for leachate, slf, inert waste","leachate, slf, inert waste",waste treatment,Landfill\Slag compartment\Transformation +"market for leachate, slf, inert waste","leachate, slf, inert waste",waste treatment,Landfill\Slag compartment\Transformation +"market for leachate, SLF, lignite ash","leachate, SLF, lignite ash",waste treatment,Landfill\Slag compartment\Transformation +"market for leachate, slf, municipal solid waste","leachate, slf, municipal solid waste",waste treatment,Landfill\Slag compartment\Transformation +"market for leachate, slf, municipal solid waste","leachate, slf, municipal solid waste",waste treatment,Landfill\Slag compartment\Transformation +"market for leachate, slf, municipal solid waste","leachate, slf, municipal solid waste",waste treatment,Landfill\Slag compartment\Transformation +"market for leachate, SLF, refinery sludge","leachate, SLF, refinery sludge",waste treatment,Biowaste\Transformation +"market for leachate, SLF, residue from cooling tower","leachate, SLF, residue from cooling tower",waste treatment,Others\Transformation +"market for leachate, slf, scrap tin sheet","leachate, slf, scrap tin sheet",waste treatment,Others\Transformation +"market for leachate, slf, scrap tin sheet","leachate, slf, scrap tin sheet",waste treatment,Others\Transformation +"market for leachate, slf, scrap tin sheet","leachate, slf, scrap tin sheet",waste treatment,Others\Transformation +"market for leachate, SLF, sludge from pulp and paper production","leachate, SLF, sludge from pulp and paper production",waste treatment,Biowaste\Transformation +"market for leachate, slf, waste aluminium","leachate, slf, waste aluminium",waste treatment,Biowaste\Transformation +"market for leachate, slf, waste aluminium","leachate, slf, waste aluminium",waste treatment,Biowaste\Transformation +"market for leachate, slf, waste asphalt","leachate, slf, waste asphalt",waste treatment,Biowaste\Transformation +"market for leachate, slf, waste asphalt","leachate, slf, waste asphalt",waste treatment,Biowaste\Transformation +"market for leachate, slf, waste bitumen","leachate, slf, waste bitumen",waste treatment,Biowaste\Transformation +"market for leachate, slf, waste bitumen","leachate, slf, waste bitumen",waste treatment,Biowaste\Transformation +"market for leachate, slf, waste bitumen","leachate, slf, waste bitumen",waste treatment,Biowaste\Transformation +"market for leachate, slf, waste emulsion paint","leachate, slf, waste emulsion paint",waste treatment,Biowaste\Transformation +"market for leachate, slf, waste emulsion paint","leachate, slf, waste emulsion paint",waste treatment,Biowaste\Transformation +"market for leachate, slf, waste emulsion paint","leachate, slf, waste emulsion paint",waste treatment,Biowaste\Transformation +"market for leachate, slf, waste glass","leachate, slf, waste glass",waste treatment,Biowaste\Transformation +"market for leachate, slf, waste graphical paper","leachate, slf, waste graphical paper",waste treatment,Biowaste\Transformation +"market for leachate, slf, waste graphical paper","leachate, slf, waste graphical paper",waste treatment,Biowaste\Transformation +"market for leachate, slf, waste gypsum","leachate, slf, waste gypsum",waste treatment,Biowaste\Transformation +"market for leachate, slf, waste gypsum","leachate, slf, waste gypsum",waste treatment,Biowaste\Transformation +"market for leachate, slf, waste gypsum","leachate, slf, waste gypsum",waste treatment,Biowaste\Transformation +"market for leachate, slf, waste newspaper","leachate, slf, waste newspaper",waste treatment,Biowaste\Transformation +"market for leachate, slf, waste packaging paper","leachate, slf, waste packaging paper",waste treatment,Biowaste\Transformation +"market for leachate, slf, waste paint","leachate, slf, waste paint",waste treatment,Biowaste\Transformation +"market for leachate, slf, waste paint","leachate, slf, waste paint",waste treatment,Biowaste\Transformation +"market for leachate, slf, waste paint","leachate, slf, waste paint",waste treatment,Biowaste\Transformation +"market for leachate, slf, waste paperboard","leachate, slf, waste paperboard",waste treatment,Biowaste\Transformation +"market for leachate, slf, waste paperboard","leachate, slf, waste paperboard",waste treatment,Biowaste\Transformation +"market for leachate, slf, waste plastic plaster","leachate, slf, waste plastic plaster",waste treatment,Biowaste\Transformation +"market for leachate, slf, waste plastic plaster","leachate, slf, waste plastic plaster",waste treatment,Biowaste\Transformation +"market for leachate, slf, waste plastic, mixture","leachate, slf, waste plastic, mixture",waste treatment,Biowaste\Transformation +"market for leachate, slf, waste plastic, mixture","leachate, slf, waste plastic, mixture",waste treatment,Biowaste\Transformation +"market for leachate, slf, waste polyethylene","leachate, slf, waste polyethylene",waste treatment,Biowaste\Transformation +"market for leachate, slf, waste polyethylene","leachate, slf, waste polyethylene",waste treatment,Biowaste\Transformation +"market for leachate, slf, waste polyethylene terephthalate","leachate, slf, waste polyethylene terephthalate",waste treatment,Biowaste\Transformation +"market for leachate, slf, waste polyethylene terephthalate","leachate, slf, waste polyethylene terephthalate",waste treatment,Biowaste\Transformation +"market for leachate, slf, waste polypropylene","leachate, slf, waste polypropylene",waste treatment,Biowaste\Transformation +"market for leachate, slf, waste polypropylene","leachate, slf, waste polypropylene",waste treatment,Biowaste\Transformation +"market for leachate, slf, waste polystyrene","leachate, slf, waste polystyrene",waste treatment,Biowaste\Transformation +"market for leachate, slf, waste polystyrene","leachate, slf, waste polystyrene",waste treatment,Biowaste\Transformation +"market for leachate, slf, waste polyurethane","leachate, slf, waste polyurethane",waste treatment,Biowaste\Transformation +"market for leachate, slf, waste polyurethane","leachate, slf, waste polyurethane",waste treatment,Biowaste\Transformation +"market for leachate, slf, waste polyvinylchloride","leachate, slf, waste polyvinylchloride",waste treatment,Biowaste\Transformation +"market for leachate, slf, waste polyvinylchloride","leachate, slf, waste polyvinylchloride",waste treatment,Biowaste\Transformation +"market for leachate, slf, waste wood, untreated","leachate, slf, waste wood, untreated",waste treatment,Biowaste\Transformation +"market for leachate, slf, waste wood, untreated","leachate, slf, waste wood, untreated",waste treatment,Biowaste\Transformation +"market for leachate, SLF, wood ash mixture, pure","leachate, SLF, wood ash mixture, pure",waste treatment,Landfill\Slag compartment\Transformation +"market for leachate, slf[w], waste plastic, consumer electronics","leachate, slf[w], waste plastic, consumer electronics",waste treatment,Landfill\Slag compartment\Transformation +market for lead,lead,material,Metals\Non ferro\Market +market for lead concentrate,lead concentrate,material,Minerals\Market +market for lead concentrate stockpiling,lead concentrate stockpiling,material,Minerals\Market +market for lead in car shredder residue,lead in car shredder residue,waste treatment,Others\Market +market for lead smelter slag,lead smelter slag,waste treatment,Landfill\Residual material landfill\Market +market for lean concrete,lean concrete,material,Construction\Concrete\Market +market for lemon,lemon,material,Agricultural\Plant production\Fruits\Market +market for lentil,lentil,material,Agricultural\Plant production\Legumes\Market +"market for lentil seed, for sowing","lentil seed, for sowing",material,Agricultural\Plant seeds\Market +market for lettuce,lettuce,material,Agricultural\Plant production\Vegetables\Market +market for light clay brick,light clay brick,material,Construction\Bricks\Market +market for light commercial vehicle,light commercial vehicle,transport,Road\Market\Infrastructure +market for light emitting diode,light emitting diode,material,Electronics\Component\Market +market for light fuel oil,light fuel oil,material,Fuels\Oil\Fuel oil\Market +market for light mortar,light mortar,material,Construction\Binders\Market +"market for lightweight concrete block, expanded clay","lightweight concrete block, expanded clay",material,Construction\Concrete\Market +"market for lightweight concrete block, expanded perlite","lightweight concrete block, expanded perlite",material,Construction\Concrete\Market +"market for lightweight concrete block, expanded vermiculite","lightweight concrete block, expanded vermiculite",material,Construction\Concrete\Market +"market for lightweight concrete block, polystyrene","lightweight concrete block, polystyrene",material,Construction\Concrete\Market +"market for lightweight concrete block, pumice","lightweight concrete block, pumice",material,Construction\Concrete\Market +market for lignite,lignite,material,Fuels\Lignite\Market +market for lignite ash,lignite ash,waste treatment,Others\Market +market for lignite briquettes,lignite briquettes,material,Fuels\Lignite\Market +market for lignite briquettes factory,lignite briquettes factory,material,Fuels\Lignite\Market\Infrastructure +market for lignite dust factory,lignite dust factory,material,Fuels\Lignite\Market\Infrastructure +market for lignite power plant,lignite power plant,energy,Electricity by fuel\Coal\Market\Infrastructure +market for lime,lime,material,Minerals\Market +market for lime mortar,lime mortar,material,Construction\Binders\Market +"market for lime, from liquid packaging board production","lime, from liquid packaging board production",material,Chemicals\Fertilisers (inorganic)\Market +"market for lime, hydrated, loose weight","lime, hydrated, loose weight",material,Chemicals\Inorganic\Market +"market for lime, hydrated, packed","lime, hydrated, packed",material,Chemicals\Inorganic\Market +"market for lime, hydraulic","lime, hydraulic",material,Chemicals\Inorganic\Market +"market for lime, packed","lime, packed",material,Minerals\Market +"market for limestone and gypsum application, by spreader","limestone and gypsum application, by spreader",processing,Agricultural\Market +market for limestone quarry infrastructure,limestone quarry infrastructure,material,Minerals\Market\Infrastructure +market for limestone residue,limestone residue,waste treatment,Others\Market +"market for limestone, crushed, for mill","limestone, crushed, for mill",material,Minerals\Market +"market for limestone, crushed, washed","limestone, crushed, washed",material,Minerals\Market +"market for limestone, unprocessed","limestone, unprocessed",material,Minerals\Market +market for linerboard,linerboard,material,Others\Obsolete +market for linseed,linseed,material,Agricultural\Plant production\Oil seeds\Market +"market for linseed seed, at farm","linseed seed, at farm",material,Agricultural\Plant seeds\Market +"market for linseed seed, for sowing","linseed seed, for sowing",material,Agricultural\Plant seeds\Market +market for liquefied petroleum gas,liquefied petroleum gas,material,Fuels\Oil\Propane/butane\Market +"market for liquid crystal display, minor components, auxilliaries and assembly effort","liquid crystal display, minor components, auxilliaries and assembly effort",material,Electronics\Module\Market +"market for liquid crystal display, unmounted","liquid crystal display, unmounted",material,Electronics\Module\Market +"market for liquid crystal display, unmounted, mobile device","liquid crystal display, unmounted, mobile device",material,Electronics\Module\Market +"market for liquid manure spreading, by vacuum tanker","liquid manure spreading, by vacuum tanker",processing,Agricultural\Market +market for liquid manure storage and processing facility,liquid manure storage and processing facility,processing,Agricultural\Market\Infrastructure +market for liquid manure tank trailer,liquid manure tank trailer,transport,Road\Market\Infrastructure +market for liquid packaging board,liquid packaging board,material,Others\Obsolete +market for liquid packaging board container,liquid packaging board container,material,Paper+ Board\Packagings\Market +"market for liquid storage tank, chemicals, organics","liquid storage tank, chemicals, organics",material,Chemicals\Organic\Market\Infrastructure +market for lithium,lithium,material,Metals\Non ferro\Market +"market for lithium brine, 6.7 % Li","lithium brine, 6.7 % Li",material,Chemicals\Inorganic\Market +market for lithium carbonate,lithium carbonate,material,Chemicals\Inorganic\Market +"market for lithium carbonate, battery grade","lithium carbonate, battery grade",material,Chemicals\Inorganic\Market +market for lithium chloride,lithium chloride,material,Chemicals\Inorganic\Market +market for lithium fluoride,lithium fluoride,material,Chemicals\Inorganic\Market +market for lithium hexafluorophosphate,lithium hexafluorophosphate,material,Chemicals\Inorganic\Market +market for lithium hydroxide,lithium hydroxide,material,Chemicals\Inorganic\Market +"market for lithium hydroxide, battery grade","lithium hydroxide, battery grade",material,Chemicals\Inorganic\Market +market for lithium iron phosphate,lithium iron phosphate,material,Metals\Non ferro\Market +market for lithium manganese oxide,lithium manganese oxide,material,Chemicals\Inorganic\Market +market for lithium sulfate,lithium sulfate,material,Chemicals\Inorganic\Market +market for locomotive,locomotive,transport,Rail\Market\Infrastructure +"market for long liner maintenance, steel","long liner maintenance, steel",transport,Water\Market\Infrastructure +"market for long liner, steel","long liner, steel",transport,Water\Market\Infrastructure +"market for lorry with refrigeration machine, carbon dioxide, liquid as refrigerant, 16 metric ton","lorry with refrigeration machine, carbon dioxide, liquid as refrigerant, 16 metric ton",transport,Road\Market\Infrastructure +"market for lorry with refrigeration machine, R134a as refrigerant, 16 metric ton","lorry with refrigeration machine, R134a as refrigerant, 16 metric ton",transport,Road\Market\Infrastructure +"market for lorry, 16 metric ton","lorry, 16 metric ton",transport,Others\Obsolete +"market for lorry, 28 metric ton","lorry, 28 metric ton",transport,Others\Obsolete +"market for lorry, 40 metric ton","lorry, 40 metric ton",transport,Others\Obsolete +market for low level radioactive waste,low level radioactive waste,waste treatment,Nuclear waste\Market +market for low level radioactive waste for final repository,low level radioactive waste for final repository,waste treatment,Nuclear waste\Market +"market for low voltage system, for Li-ion battery","low voltage system, for Li-ion battery",material,Electronics\Battery\Market +market for lubricating oil,lubricating oil,material,Chemicals\Others\Market +market for lutetium oxide,lutetium oxide,material,Chemicals\Inorganic\Market +market for m-nitrotoluene,m-nitrotoluene,material,Chemicals\Inorganic\Market +"market for machine operation, diesel, < 18.64 kW, generators","machine operation, diesel, < 18.64 kW, generators",transport,Building equipment\Market +"market for machine operation, diesel, < 18.64 kW, high load factor","machine operation, diesel, < 18.64 kW, high load factor",transport,Building equipment\Market +"market for machine operation, diesel, < 18.64 kW, low load factor","machine operation, diesel, < 18.64 kW, low load factor",transport,Building equipment\Market +"market for machine operation, diesel, < 18.64 kW, steady-state","machine operation, diesel, < 18.64 kW, steady-state",transport,Building equipment\Market +"market for machine operation, diesel, < 18.64 kW, underground mining","machine operation, diesel, < 18.64 kW, underground mining",transport,Building equipment\Market +"market for machine operation, diesel, >= 18.64 kW and < 74.57 kW, generators","machine operation, diesel, >= 18.64 kW and < 74.57 kW, generators",transport,Building equipment\Market +"market for machine operation, diesel, >= 18.64 kW and < 74.57 kW, high load factor","machine operation, diesel, >= 18.64 kW and < 74.57 kW, high load factor",transport,Building equipment\Market +"market for machine operation, diesel, >= 18.64 kW and < 74.57 kW, low load factor","machine operation, diesel, >= 18.64 kW and < 74.57 kW, low load factor",transport,Building equipment\Market +"market for machine operation, diesel, >= 18.64 kW and < 74.57 kW, steady-state","machine operation, diesel, >= 18.64 kW and < 74.57 kW, steady-state",transport,Building equipment\Market +"market for machine operation, diesel, >= 18.64 kW and < 74.57 kW, underground mining","machine operation, diesel, >= 18.64 kW and < 74.57 kW, underground mining",transport,Building equipment\Market +"market for machine operation, diesel, >= 74.57 kW, generators","machine operation, diesel, >= 74.57 kW, generators",transport,Building equipment\Market +"market for machine operation, diesel, >= 74.57 kW, high load factor","machine operation, diesel, >= 74.57 kW, high load factor",transport,Building equipment\Market +"market for machine operation, diesel, >= 74.57 kW, low load factor","machine operation, diesel, >= 74.57 kW, low load factor",transport,Building equipment\Market +"market for machine operation, diesel, >= 74.57 kW, steady-state","machine operation, diesel, >= 74.57 kW, steady-state",transport,Building equipment\Market +"market for machine operation, diesel, >= 74.57, underground mining","machine operation, diesel, >= 74.57, underground mining",transport,Building equipment\Market +"market for machine, for treatment of waste electric and electronic equipment","machine, for treatment of waste electric and electronic equipment",processing,Waste\Market\Infrastructure +market for magnesium,magnesium,material,Metals\Non ferro\Market +"market for magnesium chloride, from hafnium sponge production","magnesium chloride, from hafnium sponge production",material,Metals\Non ferro\Market +"market for magnesium chloride, from titanium sponge production","magnesium chloride, from titanium sponge production",material,Chemicals\Inorganic\Market +"market for magnesium chloride, from zirconium sponge production","magnesium chloride, from zirconium sponge production",material,Chemicals\Inorganic\Market +market for magnesium factory,magnesium factory,material,Metals\Non ferro\Market\Infrastructure +market for magnesium oxide,magnesium oxide,material,Chemicals\Inorganic\Market +market for magnesium sulfate,magnesium sulfate,material,Chemicals\Inorganic\Market +"market for magnesium-alloy, AZ91","magnesium-alloy, AZ91",material,Metals\Alloys\Market +"market for magnesium-alloy, AZ91, diecast","magnesium-alloy, AZ91, diecast",material,Metals\Alloys\Market +"market for magnesium, for reuse in hafnium sponge production","magnesium, for reuse in hafnium sponge production",material,Metals\Non ferro\Market +"market for magnesium, for reuse in titanium sponge production","magnesium, for reuse in titanium sponge production",material,Metals\Non ferro\Market +"market for magnesium, for reuse in zirconium sponge production","magnesium, for reuse in zirconium sponge production",material,Metals\Non ferro\Market +market for magnetite,magnetite,material,Metals\Non ferro\Market +"market for maintenance, barge","maintenance, barge",transport,Water\Market\Infrastructure +"market for maintenance, bicycle","maintenance, bicycle",transport,Road\Market\Infrastructure +"market for maintenance, bulk carrier, for dry goods","maintenance, bulk carrier, for dry goods",transport,Water\Market\Infrastructure +"market for maintenance, bus","maintenance, bus",transport,Road\Market\Infrastructure +"market for maintenance, container ship","maintenance, container ship",transport,Water\Market\Infrastructure +"market for maintenance, electric bicycle","maintenance, electric bicycle",transport,Road\Market\Infrastructure +"market for maintenance, electric scooter, without battery","maintenance, electric scooter, without battery",transport,Road\Market\Infrastructure +"market for maintenance, ferry","maintenance, ferry",transport,Water\Market\Infrastructure +"market for maintenance, freight ship, transoceanic","maintenance, freight ship, transoceanic",transport,Others\Obsolete +"market for maintenance, goods wagon","maintenance, goods wagon",transport,Rail\Market\Infrastructure +"market for maintenance, heat and power co-generation unit, 160kW electrical","maintenance, heat and power co-generation unit, 160kW electrical",energy,Cogeneration\Gas\Market\Infrastructure +"market for maintenance, intermodal shipping container, 20-foot","maintenance, intermodal shipping container, 20-foot",transport,Intermodal\Market\Infrastructure +"market for maintenance, intermodal shipping container, 40-foot","maintenance, intermodal shipping container, 40-foot",transport,Intermodal\Market\Infrastructure +"market for maintenance, intermodal shipping container, 40-foot, high-cube","maintenance, intermodal shipping container, 40-foot, high-cube",transport,Intermodal\Market\Infrastructure +"market for maintenance, intermodal shipping container, 45-foot, high-cube","maintenance, intermodal shipping container, 45-foot, high-cube",transport,Intermodal\Market\Infrastructure +"market for maintenance, light commercial vehicle","maintenance, light commercial vehicle",transport,Road\Market\Infrastructure +"market for maintenance, locomotive","maintenance, locomotive",transport,Rail\Market\Infrastructure +"market for maintenance, lorry 16 metric ton","maintenance, lorry 16 metric ton",transport,Others\Obsolete +"market for maintenance, lorry 28 metric ton","maintenance, lorry 28 metric ton",transport,Road\Market\Infrastructure +"market for maintenance, lorry 40 metric ton","maintenance, lorry 40 metric ton",transport,Road\Market\Infrastructure +"market for maintenance, micro gas turbine, 100kW electrical","maintenance, micro gas turbine, 100kW electrical",energy,Cogeneration\Gas\Market\Infrastructure +"market for maintenance, mini CHP plant","maintenance, mini CHP plant",energy,Cogeneration\Gas\Market\Infrastructure +"market for maintenance, motor scooter","maintenance, motor scooter",transport,Road\Market\Infrastructure +"market for maintenance, passenger car, electric, without battery","maintenance, passenger car, electric, without battery",transport,Road\Market\Infrastructure +"market for maintenance, polymer electrolyte membrane fuel cell, 2kW electrical","maintenance, polymer electrolyte membrane fuel cell, 2kW electrical",energy,Cogeneration\Gas\Market\Infrastructure +"market for maintenance, reefer, intermodal shipping container, 40-foot, high-cube","maintenance, reefer, intermodal shipping container, 40-foot, high-cube",transport,Intermodal\Market\Infrastructure +"market for maintenance, refrigeration machine","maintenance, refrigeration machine",transport,Road\Market\Infrastructure +"market for maintenance, solid oxide fuel cell, 125kW electrical, future","maintenance, solid oxide fuel cell, 125kW electrical, future",energy,Cogeneration\Gas\Market\Infrastructure +"market for maintenance, solid oxide fuel cell, with micro gas turbine, 180kW electrical, future","maintenance, solid oxide fuel cell, with micro gas turbine, 180kW electrical, future",energy,Cogeneration\Gas\Market\Infrastructure +"market for maintenance, stirling heat and power co-generation unit, 3kW electrical, wood pellet, future","maintenance, stirling heat and power co-generation unit, 3kW electrical, wood pellet, future",energy,Cogeneration\Biomass\Market\Infrastructure +"market for maintenance, tanker for liquid goods other than petroleum and liquefied natural gas","maintenance, tanker for liquid goods other than petroleum and liquefied natural gas",transport,Water\Market\Infrastructure +"market for maintenance, tanker, for liquefied natural gas","maintenance, tanker, for liquefied natural gas",transport,Water\Market\Infrastructure +"market for maintenance, tanker, for liquid goods other than petroleum and liquefied natural gas","maintenance, tanker, for liquid goods other than petroleum and liquefied natural gas",material,Fuels\Natural gas\Market +"market for maintenance, tanker, for petroleum","maintenance, tanker, for petroleum",transport,Water\Market\Infrastructure +"market for maintenance, train, passenger, high-speed","maintenance, train, passenger, high-speed",transport,Rail\Market\Infrastructure +"market for maintenance, train, passenger, long distance","maintenance, train, passenger, long distance",transport,Rail\Market\Infrastructure +"market for maintenance, train, passenger, regional","maintenance, train, passenger, regional",transport,Rail\Market\Infrastructure +"market for maintenance, tram","maintenance, tram",transport,Rail\Market\Infrastructure +"market for maintenance, transmission network, electricity, high voltage direct current aerial line","maintenance, transmission network, electricity, high voltage direct current aerial line",transport,Electricity\Market\Infrastructure +"market for maintenance, transmission network, electricity, high voltage direct current land cable","maintenance, transmission network, electricity, high voltage direct current land cable",transport,Electricity\Market\Infrastructure +"market for maintenance, transmission network, electricity, high voltage direct current subsea cable","maintenance, transmission network, electricity, high voltage direct current subsea cable",transport,Electricity\Market\Infrastructure +market for maize chop,maize chop,material,Agricultural\Animal feed\Market +market for maize flour,maize flour,material,Agricultural\Food\Market +market for maize grain,maize grain,material,Agricultural\Plant production\Cereals\Market +"market for maize grain, feed","maize grain, feed",material,Agricultural\Animal feed\Market +"market for maize grain, feed, organic","maize grain, feed, organic",material,Agricultural\Animal feed\Market +"market for maize grain, feed, Swiss integrated production","maize grain, feed, Swiss integrated production",material,Agricultural\Animal feed\Market +"market for maize grain, organic","maize grain, organic",material,Agricultural\Plant production\Cereals\Market +"market for maize grain, Swiss integrated production","maize grain, Swiss integrated production",material,Agricultural\Plant production\Cereals\Market +"market for maize seed, at farm","maize seed, at farm",material,Agricultural\Plant seeds\Market +"market for maize seed, for sowing","maize seed, for sowing",material,Agricultural\Plant seeds\Market +"market for maize seed, organic, at farm","maize seed, organic, at farm",material,Agricultural\Plant seeds\Market +"market for maize seed, organic, for sowing","maize seed, organic, for sowing",material,Agricultural\Plant seeds\Market +"market for maize seed, Swiss integrated production, at farm","maize seed, Swiss integrated production, at farm",material,Agricultural\Plant seeds\Market +"market for maize seed, Swiss integrated production, for sowing","maize seed, Swiss integrated production, for sowing",material,Agricultural\Plant seeds\Market +market for maize silage,maize silage,material,Agricultural\Animal feed\Market +"market for maize silage, organic","maize silage, organic",material,Agricultural\Animal feed\Market +"market for maize silage, Swiss integrated production","maize silage, Swiss integrated production",material,Agricultural\Animal feed\Market +market for maize starch,maize starch,material,Agricultural\Food\Market +market for maleic anhydride,maleic anhydride,material,Chemicals\Organic\Market +market for maleic hydrazide,maleic hydrazide,material,Chemicals\Organic\Market +market for maleic unsaturated polyester resin,maleic unsaturated polyester resin,material,Plastics\Thermosets\Market +market for malusil,malusil,material,Chemicals\Inorganic\Market +market for mancozeb,mancozeb,material,Chemicals\Pesticides\Market +market for mandarin,mandarin,material,Agricultural\Plant production\Fruits\Market +"market for mandarin, fresh grade","mandarin, fresh grade",material,Agricultural\Plant production\Fruits\Market +"market for mandarin, processing grade","mandarin, processing grade",material,Agricultural\Plant production\Fruits\Market +market for maneb,maneb,material,Chemicals\Organic\Market +market for manganese,manganese,material,Metals\Non ferro\Market +market for manganese concentrate,manganese concentrate,material,Minerals\Market +market for manganese dioxide,manganese dioxide,material,Chemicals\Inorganic\Market +market for manganese sulfate,manganese sulfate,material,Chemicals\Inorganic\Market +market for manganese(III) oxide,manganese(III) oxide,material,Chemicals\Inorganic\Market +market for mango,mango,material,Agricultural\Plant production\Fruits\Market +"market for mango seedling, for planting","mango seedling, for planting",material,Agricultural\Plant seeds\Market +"market for mango, conditioned","mango, conditioned",material,Agricultural\Plant production\Fruits\Market +market for manual dismantling of electric scooter,manual dismantling of electric scooter,processing,Others\Market +market for manual dismantling of used electric passenger car,manual dismantling of used electric passenger car,processing,Others\Market +market for manual dismantling of used passenger car with internal combustion engine,manual dismantling of used passenger car with internal combustion engine,processing,Others\Market +"market for manual treatment facility, waste electric and electronic equipment","manual treatment facility, waste electric and electronic equipment",processing,Waste\Market\Infrastructure +"market for manure, liquid, cattle","manure, liquid, cattle",material,Chemicals\Fertilisers (organic)\Market +"market for manure, liquid, swine","manure, liquid, swine",material,Chemicals\Fertilisers (organic)\Market +"market for manure, solid, cattle","manure, solid, cattle",material,Chemicals\Fertilisers (organic)\Market +market for marine electric motor,marine electric motor,transport,Water\Market\Infrastructure +market for marine engine,marine engine,transport,Water\Market\Infrastructure +market for marine fish,marine fish,material,Agricultural\Animal production\Fish\Market +market for mastic asphalt,mastic asphalt,material,Construction\Coverings\Market +market for mattress,mattress,material,Appliances\Market\Infrastructure +market for meat and bone meal,meat and bone meal,material,Agricultural\Animal feed\Market +"market for mechanical treatment facility, waste electric and electronic equipment","mechanical treatment facility, waste electric and electronic equipment",processing,Waste\Market\Infrastructure +market for mecoprop,mecoprop,material,Chemicals\Pesticides\Market +market for medium density fibreboard,medium density fibreboard,material,Others\Obsolete +market for melamine,melamine,material,Chemicals\Organic\Market +market for melamine formaldehyde resin,melamine formaldehyde resin,material,Chemicals\Organic\Market +market for melamine urea formaldehyde adhesive,melamine urea formaldehyde adhesive,material,Chemicals\Organic\Market +market for melon,melon,material,Agricultural\Plant production\Fruits\Market +market for mepiquat chloride,mepiquat chloride,material,Chemicals\Organic\Market +"market for mercerizing, textile","mercerizing, textile",processing,Textiles\Market +market for mercury,mercury,material,Metals\Non ferro\Market +market for metal catalyst for catalytic converter,metal catalyst for catalytic converter,material,Chemicals\Others\Market +market for metal coating facility,metal coating facility,processing,Metals\Metal working\Market\Infrastructure +"market for metal part of electronics scrap, in copper, anode","metal part of electronics scrap, in copper, anode",material,Electronics waste\Market +market for metal working factory,metal working factory,processing,Metals\Metal working\Market\Infrastructure +"market for metal working machine, unspecified","metal working machine, unspecified",processing,Metals\Metal working\Market\Infrastructure +"market for metal working, average for aluminium product manufacturing","metal working, average for aluminium product manufacturing",processing,Metals\Metal working\Market +"market for metal working, average for chromium steel product manufacturing","metal working, average for chromium steel product manufacturing",processing,Metals\Metal working\Market +"market for metal working, average for copper product manufacturing","metal working, average for copper product manufacturing",processing,Metals\Metal working\Market +"market for metal working, average for metal product manufacturing","metal working, average for metal product manufacturing",processing,Metals\Metal working\Market +"market for metal working, average for steel product manufacturing","metal working, average for steel product manufacturing",processing,Metals\Metal working\Market +market for metaldehyde,metaldehyde,material,Chemicals\Pesticides\Market +market for metalliferous hydroxide sludge,metalliferous hydroxide sludge,material,Chemicals\Inorganic\Market +market for metalliferous hydroxide sludge_obsolete,metalliferous hydroxide sludge,waste treatment,Others\Obsolete +"market for metallization paste, back side","metallization paste, back side",material,Electronics\Photovoltaic\Market +"market for metallization paste, back side, aluminium","metallization paste, back side, aluminium",material,Electronics\Photovoltaic\Market +"market for metallization paste, front side","metallization paste, front side",material,Electronics\Photovoltaic\Market +market for metamitron,metamitron,material,Chemicals\Pesticides\Market +market for metazachlor,metazachlor,material,Chemicals\Organic\Market +market for methacrylic acid,methacrylic acid,material,Chemicals\Acids (organic)\Market +market for methallylchloride,methallylchloride,material,Chemicals\Organic\Market +market for methane sulfonic acid,methane sulfonic acid,material,Chemicals\Acids (organic)\Market +"market for methane, 96% by volume","methane, 96% by volume",material,Others\Obsolete +"market for methane, 96% by volume, from biogas, high pressure, at user","methane, 96% by volume, from biogas, high pressure, at user",material,Others\Obsolete +market for methanol,methanol,material,Chemicals\Organic\Market +market for methanol factory,methanol factory,material,Chemicals\Organic\Market\Infrastructure +"market for methanol, from biomass","methanol, from biomass",material,Chemicals\Organic\Market +market for methyl acetate,methyl acetate,material,Chemicals\Organic\Market +market for methyl acrylate,methyl acrylate,material,Chemicals\Organic\Market +market for methyl ethyl ketone,methyl ethyl ketone,material,Chemicals\Organic\Market +market for methyl formate,methyl formate,material,Chemicals\Organic\Market +market for methyl iodide,methyl iodide,material,Chemicals\Organic\Market +market for methyl methacrylate,methyl methacrylate,material,Chemicals\Organic\Market +market for methyl t-butyl ether,methyl t-butyl ether,material,Chemicals\Organic\Market +market for methyl tert-butyl ether,methyl tert-butyl ether,material,Chemicals\Organic\Market +market for methyl-3-methoxypropionate,methyl-3-methoxypropionate,material,Chemicals\Organic\Market +market for methylamine,methylamine,material,Chemicals\Organic\Market +market for methylchloride,methylchloride,material,Chemicals\Organic\Market +market for methylcyclohexane,methylcyclohexane,material,Chemicals\Organic\Market +market for methylcyclopentane,methylcyclopentane,material,Chemicals\Organic\Market +market for methylene diphenyl diisocyanate,methylene diphenyl diisocyanate,material,Chemicals\Organic\Market +"market for methylene diphenyl diisocyanate, isopa","methylene diphenyl diisocyanate, isopa",material,Chemicals\Organic\Market +market for methylene diphenyldiisocyanate,methylene diphenyldiisocyanate,material,Others\Obsolete +market for methylpyrrolidone,methylpyrrolidone,material,Others\Obsolete +market for methylsulfonic acid,methylsulfonic acid,material,Others\Obsolete +market for metolachlor,metolachlor,material,Chemicals\Pesticides\Market +"market for micro gas turbine, 100kW electrical","micro gas turbine, 100kW electrical",energy,Cogeneration\Gas\Market\Infrastructure +market for microwave oven,microwave oven,material,Appliances\Market\Infrastructure +market for milking,milking,processing,Agricultural\Market +market for milking parlour,milking parlour,processing,Agricultural\Market\Infrastructure +market for mill scale,mill scale,waste treatment,Landfill\Residual material landfill\Market +market for millet,millet,material,Agricultural\Plant production\Cereals\Market +"market for mine infrastructure, bauxite","mine infrastructure, bauxite",material,Minerals\Market\Infrastructure +"market for mine infrastructure, gold","mine infrastructure, gold",material,Minerals\Market\Infrastructure +"market for mine infrastructure, gold and silver","mine infrastructure, gold and silver",material,Minerals\Market\Infrastructure +"market for mine infrastructure, gold-silver-zinc-lead-copper","mine infrastructure, gold-silver-zinc-lead-copper",material,Minerals\Market\Infrastructure +"market for mine infrastructure, iron","mine infrastructure, iron",material,Minerals\Market\Infrastructure +"market for mine infrastructure, open cast, hard coal","mine infrastructure, open cast, hard coal",material,Fuels\Coal\Market\Infrastructure +"market for mine infrastructure, open cast, ilmenite from hard-rock ore","mine infrastructure, open cast, ilmenite from hard-rock ore",material,Minerals\Market\Infrastructure +"market for mine infrastructure, open cast, lignite","mine infrastructure, open cast, lignite",material,Fuels\Lignite\Market\Infrastructure +"market for mine infrastructure, open cast, non-ferrous metal","mine infrastructure, open cast, non-ferrous metal",material,Minerals\Market\Infrastructure +"market for mine infrastructure, open cast, peat","mine infrastructure, open cast, peat",material,Fuels\Peat\Market\Infrastructure +"market for mine infrastructure, open cast, uranium","mine infrastructure, open cast, uranium",material,Fuels\Uranium\Enriched\Market\Infrastructure +"market for mine infrastructure, phosphate rock","mine infrastructure, phosphate rock",material,Minerals\Market\Infrastructure +"market for mine infrastructure, potash salt","mine infrastructure, potash salt",material,Minerals\Market\Infrastructure +"market for mine infrastructure, steatite","mine infrastructure, steatite",material,Minerals\Market\Infrastructure +"market for mine infrastructure, treatment of sulfidic tailing, off-site, high gold content","mine infrastructure, treatment of sulfidic tailing, off-site, high gold content",material,Minerals\Market\Infrastructure +"market for mine infrastructure, underground, hard coal","mine infrastructure, underground, hard coal",material,Fuels\Coal\Market\Infrastructure +"market for mine infrastructure, underground, non-ferrous metal","mine infrastructure, underground, non-ferrous metal",material,Minerals\Market\Infrastructure +"market for mine infrastructure, underground, uranium","mine infrastructure, underground, uranium",material,Fuels\Uranium\Enriched\Market\Infrastructure +"market for mine infrastructure, vermiculite","mine infrastructure, vermiculite",material,Minerals\Market\Infrastructure +"market for mineral supplement, for beef cattle","mineral supplement, for beef cattle",material,Agricultural\Animal feed\Market +"market for mini CHP plant, common components for heat+electricity","mini CHP plant, common components for heat+electricity",energy,Cogeneration\Gas\Market\Infrastructure +"market for mini CHP plant, components for electricity only","mini CHP plant, components for electricity only",energy,Cogeneration\Gas\Market\Infrastructure +"market for mini CHP plant, components for heat only","mini CHP plant, components for heat only",energy,Cogeneration\Gas\Market\Infrastructure +market for mint,mint,material,Agricultural\Food\Market +"market for mint seedling, for planting","mint seedling, for planting",material,Agricultural\Plant seeds\Market +"market for miscanthus rhizome, for planting","miscanthus rhizome, for planting",material,Agricultural\Plant seeds\Market +"market for miscanthus, chopped","miscanthus, chopped",material,Agricultural\Plant production\Roughage\Market +market for mischmetal,mischmetal,material,Metals\Non ferro\Market +"market for mixed natural gas and biomethane, high pressure","mixed natural gas and biomethane, high pressure",material,Fuels\Natural gas\Market +"market for mobile cable yarder, trailer-mounted","mobile cable yarder, trailer-mounted",transport,Building equipment\Market\Infrastructure +"market for mobile cable yarder, truck-mounted, incl. processor","mobile cable yarder, truck-mounted, incl. processor",transport,Building equipment\Market\Infrastructure +"market for molasses, from sugar beet","molasses, from sugar beet",material,Agricultural\Intermediate products\Market +market for molybdenite,molybdenite,material,Minerals\Market +market for molybdenum,molybdenum,material,Metals\Non ferro\Market +market for molybdenum trioxide,molybdenum trioxide,material,Chemicals\Inorganic\Market +market for monoammonium phosphate,monoammonium phosphate,material,Chemicals\Inorganic\Market +market for monochlorobenzene,monochlorobenzene,material,Chemicals\Organic\Market +market for monochloropentafluoroethane,monochloropentafluoroethane,material,Chemicals\Organic\Market +market for monoethanolamine,monoethanolamine,material,Chemicals\Organic\Market +market for morpholine,morpholine,material,Chemicals\Organic\Market +"market for motor scooter, 50 cubic cm engine","motor scooter, 50 cubic cm engine",transport,Road\Market\Infrastructure +"market for mounting, surface mount technology, Pb-containing solder","mounting, surface mount technology, Pb-containing solder",processing,Electronics\Market +"market for mounting, surface mount technology, Pb-free solder","mounting, surface mount technology, Pb-free solder",processing,Electronics\Market +"market for mounting, through-hole technology, Pb-containing solder","mounting, through-hole technology, Pb-containing solder",processing,Electronics\Market +"market for mounting, through-hole technology, Pb-free solder","mounting, through-hole technology, Pb-free solder",processing,Electronics\Market +"market for mowing, by motor mower","mowing, by motor mower",processing,Agricultural\Market +"market for mowing, by rotary mower","mowing, by rotary mower",processing,Agricultural\Market +"market for mowing, by rotary or sickle mower","mowing, by rotary or sickle mower",processing,Agricultural\Market +"market for MOX fuel element, for light water reactor","mOX fuel element, for light water reactor",material,Fuels\Uranium\Fuel element\Market +market for mulberry leaves,mulberry leaves,material,Agricultural\Plant production\Legumes\Market +market for mulching,mulching,processing,Agricultural\Market +market for multi-Si wafer,multi-Si wafer,material,Electronics\Photovoltaic\Market +"market for multi-Si wafer, ribbon","multi-Si wafer, ribbon",material,Electronics\Photovoltaic\Market +market for municipal solid waste,municipal solid waste,waste treatment,Others\Market +market for municipal waste collection service by 21 metric ton lorry,municipal waste collection service by 21 metric ton lorry,transport,Others\Obsolete +market for municipal waste incineration facility,municipal waste incineration facility,transport,Others\Obsolete +market for mustard,mustard,material,Agricultural\Plant production\Oil seeds\Market +market for N-methyl-2-pyrrolidone,n-methyl-2-pyrrolidone,material,Chemicals\Organic\Market +market for n-olefins,n-olefins,material,Chemicals\Organic\Market +"market for N,N-dimethylformamide","n,N-dimethylformamide",material,Chemicals\Organic\Market +"market for N2O retained, by regenerative thermal oxidation","n2O retained, by regenerative thermal oxidation",material,Chemicals\Others\Market +market for naphtha,naphtha,material,Fuels\Oil\Naphtha\Market +market for naphthalene sulfonic acid,naphthalene sulfonic acid,material,Chemicals\Acids (organic)\Market +market for napropamide,napropamide,material,Chemicals\Pesticides\Market +market for natural gas liquids,natural gas liquids,material,Chemicals\Gases\Liquified\Market +market for natural gas processing plant,natural gas processing plant,material,Fuels\Natural gas\Market\Infrastructure +market for natural gas service station,natural gas service station,material,Fuels\Natural gas\Market\Infrastructure +"market for natural gas, burned in gas turbine","natural gas, burned in gas turbine",energy,Electricity by fuel\Gas\Market +"market for natural gas, high pressure","natural gas, high pressure",material,Fuels\Natural gas\Market +"market for natural gas, high pressure, vehicle grade","natural gas, high pressure, vehicle grade",material,Fuels\Natural gas\Market +"market for natural gas, liquefied","natural gas, liquefied",material,Fuels\Natural gas\Market +"market for natural gas, low pressure","natural gas, low pressure",material,Fuels\Natural gas\Market +"market for natural gas, low pressure, vehicle grade","natural gas, low pressure, vehicle grade",material,Fuels\Natural gas\Market +"market for natural gas, medium pressure, vehicle grade","natural gas, medium pressure, vehicle grade",material,Fuels\Natural gas\Market +"market for natural gas, unprocessed, at extraction","natural gas, unprocessed, at extraction",material,Fuels\Natural gas\Market +"market for natural gas, vented","natural gas, vented",material,Fuels\Natural gas\Market +"market for natural stone plate, cut","natural stone plate, cut",material,Construction\Coverings\Market +"market for natural stone plate, grounded","natural stone plate, grounded",material,Construction\Coverings\Market +"market for natural stone plate, polished","natural stone plate, polished",material,Construction\Coverings\Market +market for navy bean,navy bean,material,Agricultural\Plant production\Legumes\Market +"market for navy bean seed, for sowing","navy bean seed, for sowing",material,Agricultural\Plant seeds\Market +market for NCA hydroxide,nCA hydroxide,material,Electronics\Component\Market +market for NCA oxide,nCA oxide,material,Electronics\Component\Market +market for neodymium oxide,neodymium oxide,material,Chemicals\Inorganic\Market +"market for neutralising agent, sodium hydroxide-equivalent","neutralising agent, sodium hydroxide-equivalent",material,Chemicals\Inorganic\Market +"market for nickel concentrate, 16% Ni","nickel concentrate, 16% Ni",material,Minerals\Market +"market for nickel concentrate, 7% Ni","nickel concentrate, 7% Ni",material,Minerals\Market +market for nickel smelter slag,nickel smelter slag,waste treatment,Others\Market +market for nickel sulfate,nickel sulfate,material,Chemicals\Inorganic\Market +market for nickel-rich materials,nickel-rich materials,material,Metals\Non ferro\Market +"market for nickel, class 1","nickel, class 1",material,Metals\Non ferro\Market +"market for nitrate salts, for solar power application","nitrate salts, for solar power application",material,Chemicals\Inorganic\Market +"market for nitric acid, without water, in 50% solution state","nitric acid, without water, in 50% solution state",material,Chemicals\Acids (inorganic)\Market +market for nitric oxide,nitric oxide,material,Chemicals\Gases\Market +market for nitrile-compound,nitrile-compound,material,Chemicals\Pesticides\Market +market for nitrobenzene,nitrobenzene,material,Chemicals\Organic\Market +"market for nitrogen fertiliser, as N","nitrogen fertiliser, as N",material,Others\Obsolete +"market for nitrogen, liquid","nitrogen, liquid",material,Chemicals\Gases\Liquified\Market +market for nitrous dioxide,nitrous dioxide,material,Chemicals\Gases\Market +market for nitrous oxide,nitrous oxide,material,Chemicals\Gases\Market +market for NMC111 hydroxide,nMC111 hydroxide,material,Electronics\Component\Market +market for NMC111 oxide,nMC111 oxide,material,Electronics\Component\Market +market for NMC811 hydroxide,nMC811 hydroxide,material,Electronics\Component\Market +market for NMC811 oxide,nMC811 oxide,material,Electronics\Component\Market +"market for non-Fe-Co-metals, from Li-ion battery, hydrometallurgical processing","non-Fe-Co-metals, from Li-ion battery, hydrometallurgical processing",waste treatment,Electronics waste\Market +"market for non-Fe-Co-metals, from used Li-ion battery, pyrometallurgical processing","non-Fe-Co-metals, from used Li-ion battery, pyrometallurgical processing",waste treatment,Electronics waste\Market +market for non-ferrous metal smelter,non-ferrous metal smelter,material,Metals\Non ferro\Market\Infrastructure +market for non-ionic surfactant,non-ionic surfactant,material,Chemicals\Washing agents\Tensides\Market +"market for non-sulfidic overburden, off-site","non-sulfidic overburden, off-site",waste treatment,Others\Market +"market for non-sulfidic tailing, off-site","non-sulfidic tailing, off-site",waste treatment,Others\Market +"market for NOx retained, by selective catalytic reduction","nOx retained, by selective catalytic reduction",processing,Power plants\Market +market for NPK (15-15-15) fertiliser,nPK (15-15-15) fertiliser,material,Chemicals\Fertilisers (inorganic)\Market +market for NPK (26-15-15) fertiliser,nPK (26-15-15) fertiliser,material,Chemicals\Fertilisers (inorganic)\Market +"market for nuclear fuel element, for boiling water reactor, UO2 4.0% & MOX","nuclear fuel element, for boiling water reactor, UO2 4.0% & MOX",material,Fuels\Uranium\Fuel element\Market +"market for nuclear fuel element, for pressure water reactor, UO2 3.8% & MOX","nuclear fuel element, for pressure water reactor, UO2 3.8% & MOX",material,Fuels\Uranium\Fuel element\Market +"market for nuclear fuel element, for pressure water reactor, UO2 3.9% & MOX","nuclear fuel element, for pressure water reactor, UO2 3.9% & MOX",material,Fuels\Uranium\Fuel element\Market +"market for nuclear fuel element, for pressure water reactor, UO2 4.0% & MOX","nuclear fuel element, for pressure water reactor, UO2 4.0% & MOX",material,Fuels\Uranium\Fuel element\Market +"market for nuclear fuel element, for pressure water reactor, UO2 4.2% & MOX","nuclear fuel element, for pressure water reactor, UO2 4.2% & MOX",material,Fuels\Uranium\Fuel element\Market +"market for nuclear fuel element, for pressure water reactor, UO2 4.2% centrifuge & MOX","nuclear fuel element, for pressure water reactor, UO2 4.2% centrifuge & MOX",material,Fuels\Uranium\Fuel element\Market +market for nuclear fuel factory,nuclear fuel factory,material,Fuels\Uranium\Enriched\Market\Infrastructure +"market for nuclear power plant, boiling water reactor 1000MW","nuclear power plant, boiling water reactor 1000MW",energy,Electricity by fuel\Nuclear\BWR\Market\Infrastructure +"market for nuclear power plant, pressure water reactor, 1000MW","nuclear power plant, pressure water reactor, 1000MW",energy,Electricity by fuel\Nuclear\PWR\Market\Infrastructure +"market for nuclear power plant, pressure water reactor, 650MW","nuclear power plant, pressure water reactor, 650MW",energy,Electricity by fuel\Nuclear\PWR\Market\Infrastructure +market for nuclear spent fuel conditioning facility,nuclear spent fuel conditioning facility,processing,Waste\Market\Infrastructure +market for nuclear spent fuel reprocessing facility,nuclear spent fuel reprocessing facility,processing,Waste\Market\Infrastructure +"market for nuclear waste storage, final repository for high level radioactive waste","nuclear waste storage, final repository for high level radioactive waste",processing,Waste\Market\Infrastructure +"market for nuclear waste storage, final repository for low level radioactive waste","nuclear waste storage, final repository for low level radioactive waste",processing,Waste\Market\Infrastructure +"market for nuclear waste storage, interim, for high level radioactive waste before final repository","nuclear waste storage, interim, for high level radioactive waste before final repository",processing,Waste\Market\Infrastructure +"market for nuclear waste storage, interim, for low level radioactive waste before final repository","nuclear waste storage, interim, for low level radioactive waste before final repository",processing,Waste\Market\Infrastructure +market for nylon 6,nylon 6,material,Others\Obsolete +market for nylon 6-6,nylon 6-6,material,Others\Obsolete +"market for nylon 6-6, glass-filled","nylon 6-6, glass-filled",material,Plastics\Thermoplasts\Market +"market for nylon 6, glass-filled","nylon 6, glass-filled",material,Plastics\Thermoplasts\Market +market for o-aminophenol,o-aminophenol,material,Chemicals\Organic\Market +market for o-chlorobenzaldehyde,o-chlorobenzaldehyde,material,Chemicals\Organic\Market +market for o-chlorotoluene,o-chlorotoluene,material,Chemicals\Organic\Market +market for o-cresol,o-cresol,material,Chemicals\Organic\Market +market for o-dichlorobenzene,o-dichlorobenzene,material,Chemicals\Organic\Market +market for o-nitrophenol,o-nitrophenol,material,Chemicals\Organic\Market +market for o-nitrotoluene,o-nitrotoluene,material,Chemicals\Organic\Market +market for o-phenylene diamine,o-phenylene diamine,material,Chemicals\Organic\Market +market for o-xylene,o-xylene,material,Chemicals\Organic\Market +market for o-xylene,o-xylene,material,Chemicals\Organic\Market +market for oat grain,oat grain,material,Agricultural\Plant production\Cereals\Market +"market for oat grain, feed","oat grain, feed",material,Agricultural\Animal feed\Market +"market for oat seed, for sowing","oat seed, for sowing",material,Agricultural\Plant seeds\Market +"market for oat seed, Swiss integrated production, at farm","oat seed, Swiss integrated production, at farm",material,Agricultural\Plant seeds\Market +market for octabenzone,octabenzone,material,Chemicals\Organic\Market +"market for offshore platform, natural gas","offshore platform, natural gas",material,Fuels\Natural gas\Market\Infrastructure +"market for offshore platform, petroleum","offshore platform, petroleum",material,Fuels\Oil\Crude oil\Market\Infrastructure +"market for offshore well, oil/gas","offshore well, oil/gas",material,Fuels\Oil\Crude oil\Market\Infrastructure +"market for oil boiler, 100kW","oil boiler, 100kW",energy,Heat\Oil\Market\Infrastructure +"market for oil boiler, 10kW","oil boiler, 10kW",energy,Heat\Oil\Market\Infrastructure +market for oil mill,oil mill,material,Agricultural\Plant oils\Market\Infrastructure +"market for oil power plant, 500MW","oil power plant, 500MW",energy,Electricity by fuel\Oil\Market\Infrastructure +"market for oil storage, 3000l","oil storage, 3000l",energy,Heat\Oil\Market\Infrastructure +market for olive,olive,material,Agricultural\Plant production\Fruits\Market +market for onion,onion,material,Agricultural\Plant production\Roots and tubers\Market +"market for onion seedling, for planting","onion seedling, for planting",material,Agricultural\Plant seeds\Market +market for onshore natural gas field infrastructure,onshore natural gas field infrastructure,material,Fuels\Natural gas\Market\Infrastructure +market for onshore petroleum field infrastructure,onshore petroleum field infrastructure,material,Fuels\Oil\Crude oil\Market\Infrastructure +"market for onshore well, oil/gas","onshore well, oil/gas",material,Fuels\Oil\Crude oil\Market\Infrastructure +"market for operation, computer, desktop, home use","operation, computer, desktop, home use",use,Computers & network\Market +"market for operation, computer, desktop, office use","operation, computer, desktop, office use",use,Computers & network\Market +"market for operation, computer, desktop, with cathode ray tube display, active mode","operation, computer, desktop, with cathode ray tube display, active mode",use,Computers & network\Market +"market for operation, computer, desktop, with cathode ray tube display, off mode","operation, computer, desktop, with cathode ray tube display, off mode",use,Computers & network\Market +"market for operation, computer, desktop, with cathode ray tube display, standby mode","operation, computer, desktop, with cathode ray tube display, standby mode",use,Computers & network\Market +"market for operation, computer, desktop, with liquid crystal display, active mode","operation, computer, desktop, with liquid crystal display, active mode",use,Computers & network\Market +"market for operation, computer, desktop, with liquid crystal display, off mode","operation, computer, desktop, with liquid crystal display, off mode",use,Computers & network\Market +"market for operation, computer, desktop, with liquid crystal display, standby mode","operation, computer, desktop, with liquid crystal display, standby mode",use,Computers & network\Market +"market for operation, computer, laptop, 23% active work","operation, computer, laptop, 23% active work",use,Computers & network\Market +"market for operation, computer, laptop, 68% active work","operation, computer, laptop, 68% active work",use,Computers & network\Market +"market for operation, computer, laptop, 68% active work with internet access 0.2 Mbit/s","operation, computer, laptop, 68% active work with internet access 0.2 Mbit/s",use,Computers & network\Market +"market for operation, computer, laptop, 68% active work with internet access 0.2 Mbit/s, electricity from renewable ener","operation, computer, laptop, 68% active work with internet access 0.2 Mbit/s, electricity from renewable energy products",use,Computers & network\Market +"market for operation, computer, laptop, 68% active work, electricity from renewable energy products","operation, computer, laptop, 68% active work, electricity from renewable energy products",use,Computers & network\Market +"market for operation, computer, laptop, active mode","operation, computer, laptop, active mode",use,Computers & network\Market +"market for operation, computer, laptop, off mode","operation, computer, laptop, off mode",use,Computers & network\Market +"market for operation, computer, laptop, standby/sleep mode","operation, computer, laptop, standby/sleep mode",use,Computers & network\Market +"market for operation, computer, laptop, video mode","operation, computer, laptop, video mode",use,Computers & network\Market +"market for operation, computer, laptop, video mode, electricity from renewable energy products","operation, computer, laptop, video mode, electricity from renewable energy products",use,Computers & network\Market +"market for operation, computer, laptop, videoconference","operation, computer, laptop, videoconference",use,Computers & network\Market +"market for operation, computer, laptop, videoconference, electricity from renewable energy products","operation, computer, laptop, videoconference, electricity from renewable energy products",use,Computers & network\Market +"market for operation, dried roughage store, air dried, solar","operation, dried roughage store, air dried, solar",processing,Agricultural\Market +"market for operation, dried roughage store, cold-air dried, conventional","operation, dried roughage store, cold-air dried, conventional",processing,Agricultural\Market +"market for operation, dried roughage store, non ventilated","operation, dried roughage store, non ventilated",processing,Agricultural\Market +"market for operation, housing system, cattle, loose, per animal unit","operation, housing system, cattle, loose, per animal unit",processing,Agricultural\Market +"market for operation, housing system, cattle, tied, per animal unit","operation, housing system, cattle, tied, per animal unit",processing,Agricultural\Market +"market for operation, housing system, pig, fully-slatted floor, per pig place","operation, housing system, pig, fully-slatted floor, per pig place",processing,Agricultural\Market +"market for operation, housing system, pig, per pig place, electricity from renewable energy products","operation, housing system, pig, per pig place, electricity from renewable energy products",processing,Agricultural\Market +"market for operation, intermodal shipping container","operation, intermodal shipping container",transport,Intermodal\Market +"market for operation, internet access equipment","operation, internet access equipment",use,Computers & network\Market +"market for operation, internet access equipment, electricity from renewable energy products","operation, internet access equipment, electricity from renewable energy products",use,Computers & network\Market +"market for operation, liquid manure storage and processing facility","operation, liquid manure storage and processing facility",processing,Agricultural\Market\Infrastructure +"market for operation, reefer, cooling","operation, reefer, cooling",transport,Intermodal\Market +"market for operation, reefer, freezing","operation, reefer, freezing",transport,Intermodal\Market +"market for optical brighteners, for paper production","optical brighteners, for paper production",material,Chemicals\Others\Market +"market for orange, fresh grade","orange, fresh grade",material,Agricultural\Plant production\Fruits\Market +"market for orange, processing grade","orange, processing grade",material,Agricultural\Plant production\Fruits\Market +market for orbencarb,orbencarb,material,Chemicals\Pesticides\Market +"market for organic nitrogen fertiliser, as N","organic nitrogen fertiliser, as N",material,Chemicals\Fertilisers (organic)\Market +"market for organic phosphorus fertiliser, as P2O5","organic phosphorus fertiliser, as P2O5",material,Chemicals\Fertilisers (organic)\Market +"market for organic potassium fertiliser, as K2O","organic potassium fertiliser, as K2O",material,Chemicals\Fertilisers (organic)\Market +"market for organo-mineral nitrogen fertiliser, as N","organo-mineral nitrogen fertiliser, as N",material,Chemicals\Fertilisers (organic)\Market +"market for organo-mineral phosphorus fertiliser, as P2O5","organo-mineral phosphorus fertiliser, as P2O5",material,Chemicals\Fertilisers (organic)\Market +"market for organo-mineral potassium fertiliser, as K2O","organo-mineral potassium fertiliser, as K2O",material,Chemicals\Fertilisers (organic)\Market +"market for organophosphorus-compound, unspecified","organophosphorus-compound, unspecified",material,Chemicals\Pesticides\Market +market for oriented strand board,oriented strand board,material,Others\Obsolete +market for ortho-phenylene diamine,ortho-phenylene diamine,material,Chemicals\Organic\Market +market for orthophthalic acid based unsaturated polyester resin,orthophthalic acid based unsaturated polyester resin,material,Plastics\Thermosets\Market +"market for outside air intake, stainless steel, DN 370","outside air intake, stainless steel, DN 370",material,Construction\Ventilation\Market +market for oxalic acid,oxalic acid,material,Chemicals\Acids (organic)\Market +"market for oxygen, liquid","oxygen, liquid",material,Chemicals\Gases\Liquified\Market +"market for ozone, liquid","ozone, liquid",material,Chemicals\Gases\Liquified\Market +market for p-chlorophenol,p-chlorophenol,material,Chemicals\Organic\Market +market for p-dichlorobenzene,p-dichlorobenzene,material,Chemicals\Organic\Market +market for p-nitrophenol,p-nitrophenol,material,Chemicals\Organic\Market +market for p-nitrotoluene,p-nitrotoluene,material,Chemicals\Organic\Market +market for p-phenylene diamine,p-phenylene diamine,material,Chemicals\Organic\Market +market for p-xylene,p-xylene,material,Chemicals\Organic\Market +market for p-xylene,p-xylene,material,Chemicals\Organic\Market +market for packaging box factory,packaging box factory,material,Paper+ Board\Packagings\Market\Infrastructure +"market for packaging film, low density polyethylene","packaging film, low density polyethylene",material,Plastics\Thermoplasts\Market +market for packaging glass factory,packaging glass factory,material,Glass\Packaging\Market\Infrastructure +market for packaging glass sorting facility,packaging glass sorting facility,material,Glass\Waste glass\Market\Infrastructure +"market for packaging glass, brown","packaging glass, brown",material,Glass\Packaging\Market +"market for packaging glass, green","packaging glass, green",material,Glass\Packaging\Market +"market for packaging glass, white","packaging glass, white",material,Glass\Packaging\Market +"market for packaging, for fertilisers","packaging, for fertilisers",material,Plastics\Thermoplasts\Market +"market for packaging, for fertilisers or pesticides","packaging, for fertilisers or pesticides",material,Plastics\Thermoplasts\Market +"market for packaging, for pesticides","packaging, for pesticides",material,Plastics\Thermoplasts\Market +"market for packing, cement","packing, cement",processing,Others\Market +"market for packing, clay product","packing, clay product",processing,Others\Market +"market for packing, fibre cement product","packing, fibre cement product",processing,Others\Market +"market for packing, lime product","packing, lime product",processing,Others\Market +market for paclobutrazol,paclobutrazol,material,Chemicals\Organic\Market +market for palladium,palladium,material,Metals\Non ferro\Market +market for palm date,palm date,material,Agricultural\Plant production\Fruits\Market +"market for palm date, conditioned and dried","palm date, conditioned and dried",material,Agricultural\Plant production\Fruits\Market +"market for palm date, conditioned and dried, organic","palm date, conditioned and dried, organic",material,Agricultural\Plant production\Fruits\Market +"market for palm date, organic","palm date, organic",material,Agricultural\Plant production\Fruits\Market +market for palm fruit bunch,palm fruit bunch,material,Agricultural\Plant production\Fruits\Market +market for palm kernel meal,palm kernel meal,material,Agricultural\Animal feed\Market +"market for palm kernel oil, crude","palm kernel oil, crude",material,Agricultural\Plant oils\Market +"market for palm oil, crude","palm oil, crude",material,Agricultural\Plant oils\Market +"market for palm oil, refined","palm oil, refined",material,Agricultural\Plant oils\Market +"market for panel glass, for cathode ray tube display","panel glass, for cathode ray tube display",material,Electronics\Component\Market +market for papaya,papaya,material,Agricultural\Plant production\Fruits\Market +market for paper machine,paper machine,material,Paper+ Board\Graphic paper\Market\Infrastructure +"market for paper mill, integrated","paper mill, integrated",material,Paper+ Board\Graphic paper\Market\Infrastructure +"market for paper mill, non-integrated","paper mill, non-integrated",material,Paper+ Board\Graphic paper\Market\Infrastructure +market for paper sack,paper sack,material,Paper+ Board\Packagings\Market +"market for paper, melamine impregnated","paper, melamine impregnated",material,Others\Obsolete +"market for paper, newsprint","paper, newsprint",material,Paper+ Board\Graphic paper\Market +"market for paper, woodcontaining, lightweight coated","paper, woodcontaining, lightweight coated",material,Paper+ Board\Graphic paper\Market +"market for paper, woodcontaining, supercalendered","paper, woodcontaining, supercalendered",material,Paper+ Board\Graphic paper\Market +"market for paper, woodfree, coated","paper, woodfree, coated",material,Paper+ Board\Graphic paper\Market +"market for paper, woodfree, uncoated","paper, woodfree, uncoated",material,Paper+ Board\Graphic paper\Market +market for para-phenylene diamine,para-phenylene diamine,material,Chemicals\Organic\Market +market for paraffin,paraffin,material,Chemicals\Organic\Market +market for paris market carrot,paris market carrot,material,Agricultural\Plant production\Roots and tubers\Market +"market for particle board, cement bonded","particle board, cement bonded",material,Others\Obsolete +"market for particle board, for indoor use","particle board, for indoor use",material,Others\Obsolete +"market for particle board, for outdoor use","particle board, for outdoor use",material,Others\Obsolete +"market for particleboard, cement bonded","particleboard, cement bonded",material,Wood\Products\Market +"market for particleboard, uncoated","particleboard, uncoated",material,Others\Obsolete +market for passenger car maintenance,passenger car maintenance,transport,Road\Market\Infrastructure +"market for passenger car, diesel","passenger car, diesel",transport,Road\Market\Infrastructure +"market for passenger car, electric, without battery","passenger car, electric, without battery",transport,Road\Market\Infrastructure +"market for passenger car, petrol/natural gas","passenger car, petrol/natural gas",transport,Road\Market\Infrastructure +"market for pea seed, for sowing","pea seed, for sowing",material,Agricultural\Plant seeds\Market +"market for pea seed, organic, for sowing","pea seed, organic, for sowing",material,Agricultural\Plant seeds\Market +market for peach,peach,material,Agricultural\Plant production\Fruits\Market +market for peanut,peanut,material,Agricultural\Food\Market +"market for peanut seed, at farm","peanut seed, at farm",material,Agricultural\Plant seeds\Market +"market for peanut seed, for sowing","peanut seed, for sowing",material,Agricultural\Plant seeds\Market +market for pear,pear,material,Agricultural\Plant production\Fruits\Market +market for peat,peat,material,Fuels\Peat\Market +market for peat moss,peat moss,material,Agricultural\Intermediate products\Market +market for pendimethalin,pendimethalin,material,Chemicals\Pesticides\Market +market for pentaerythritol,pentaerythritol,material,Chemicals\Organic\Market +market for pentane,pentane,material,Chemicals\Organic\Market +market for perfluoropentane,perfluoropentane,material,Chemicals\Organic\Market +market for perlite,perlite,material,Minerals\Market +"market for permanent magnet, for electric motor","permanent magnet, for electric motor",material,Electronics\Component\Market +"market for pesticide, unspecified","pesticide, unspecified",material,Chemicals\Pesticides\Market +market for petrol,petrol,material,Fuels\Oil\Crude oil\Transformation +"market for petrol, 15% ETBE additive by volume, with ethanol from biomass","petrol, 15% ETBE additive by volume, with ethanol from biomass",material,Fuels\Oil\Petrol\Market +"market for petrol, 4% ETBE additive by volume, with ethanol from biomass","petrol, 4% ETBE additive by volume, with ethanol from biomass",material,Fuels\Oil\Petrol\Market +"market for petrol, 5% ethanol by volume from biomass","petrol, 5% ethanol by volume from biomass",material,Fuels\Oil\Petrol\Market +"market for petrol, low-sulfur","petrol, low-sulfur",material,Fuels\Oil\Crude oil\Transformation +"market for petrol, low-sulfur, 20-year period","petrol, low-sulfur",material,Fuels\Oil\Crude oil\Transformation +"market for petrol, low-sulfur, 40-year period","petrol, low-sulfur",material,Fuels\Oil\Crude oil\Transformation +"market for petrol, low-sulfur, 60-year period","petrol, low-sulfur",material,Fuels\Oil\Crude oil\Transformation +"market for petrol, two-stroke blend","petrol, two-stroke blend",material,Fuels\Oil\Petrol\Market +"market for petrol, unleaded","petrol, unleaded",material,Fuels\Oil\Petrol\Market +"market for petrol, unleaded, burned in machinery","petrol, unleaded, burned in machinery",material,Fuels\Oil\Petrol\Market +market for petroleum,petroleum,material,Fuels\Oil\Crude oil\Market +market for petroleum coke,petroleum coke,material,Fuels\Coal\Market +"market for petroleum combustion, in drilling tests","petroleum combustion, in drilling tests",material,Fuels\Oil\Crude oil\Market\Infrastructure +market for petroleum refinery,petroleum refinery,material,Fuels\Oil\Crude oil\Market\Infrastructure +market for petroleum slack wax,petroleum slack wax,material,Chemicals\Others\Market +market for phacelia silage,phacelia silage,material,Agricultural\Animal feed\Market +market for phenol,phenol,material,Chemicals\Organic\Market +market for phenolic resin,phenolic resin,material,Chemicals\Organic\Market +market for phenoxy-compound,phenoxy-compound,material,Chemicals\Pesticides\Market +market for phenyl acetic acid,phenyl acetic acid,material,Chemicals\Acids (organic)\Market +market for phenyl isocyanate,phenyl isocyanate,material,Chemicals\Acids (organic)\Market +"market for phosgene, liquid","phosgene, liquid",material,Chemicals\Organic\Market +market for phosphane,phosphane,material,Chemicals\Inorganic\Market +"market for phosphate fertiliser, as P2O5","phosphate fertiliser, as P2O5",material,Others\Obsolete +"market for phosphate rock, as P2O5, beneficiated, dry","phosphate rock, as P2O5, beneficiated, dry",material,Others\Obsolete +"market for phosphate rock, as P2O5, beneficiated, wet","phosphate rock, as P2O5, beneficiated, wet",material,Others\Obsolete +"market for phosphate rock, beneficiated","phosphate rock, beneficiated",material,Chemicals\Inorganic\Market +"market for phosphoric acid factory, fertiliser grade","phosphoric acid factory, fertiliser grade",material,Chemicals\Acids (inorganic)\Market\Infrastructure +"market for phosphoric acid, fertiliser grade, without water, in 70% solution state","phosphoric acid, fertiliser grade, without water, in 70% solution state",material,Chemicals\Acids (inorganic)\Market +"market for phosphoric acid, industrial grade, without water, in 85% solution state","phosphoric acid, industrial grade, without water, in 85% solution state",material,Chemicals\Acids (inorganic)\Market +market for phosphorous chloride,phosphorous chloride,material,Chemicals\Inorganic\Market +market for phosphorus oxychloride,phosphorus oxychloride,material,Chemicals\Inorganic\Market +market for phosphorus pentachloride,phosphorus pentachloride,material,Chemicals\Inorganic\Market +market for phosphorus trichloride,phosphorus trichloride,material,Chemicals\Inorganic\Market +"market for phosphorus, white, liquid","phosphorus, white, liquid",material,Chemicals\Inorganic\Market +market for photovoltaic cell factory,photovoltaic cell factory,material,Electronics\Photovoltaic\Market\Infrastructure +"market for photovoltaic cell, multi-Si wafer","photovoltaic cell, multi-Si wafer",material,Electronics\Photovoltaic\Market +"market for photovoltaic cell, ribbon-Si","photovoltaic cell, ribbon-Si",material,Electronics\Photovoltaic\Market +"market for photovoltaic cell, single-Si wafer","photovoltaic cell, single-Si wafer",material,Electronics\Photovoltaic\Market +"market for photovoltaic facade installation, 3kWp, multi-Si, laminated, integrated, at building","photovoltaic facade installation, 3kWp, multi-Si, laminated, integrated, at building",energy,Electricity by fuel\Photovoltaic\Market\Infrastructure +"market for photovoltaic facade installation, 3kWp, multi-Si, panel, mounted, at building","photovoltaic facade installation, 3kWp, multi-Si, panel, mounted, at building",energy,Electricity by fuel\Photovoltaic\Market\Infrastructure +"market for photovoltaic facade installation, 3kWp, single-Si, laminated, integrated, at building","photovoltaic facade installation, 3kWp, single-Si, laminated, integrated, at building",energy,Electricity by fuel\Photovoltaic\Market\Infrastructure +"market for photovoltaic facade installation, 3kWp, single-Si, panel, mounted, at building","photovoltaic facade installation, 3kWp, single-Si, panel, mounted, at building",energy,Electricity by fuel\Photovoltaic\Market\Infrastructure +"market for photovoltaic flat-roof installation, 3kWp, multi-Si, on roof","photovoltaic flat-roof installation, 3kWp, multi-Si, on roof",energy,Electricity by fuel\Photovoltaic\Market\Infrastructure +"market for photovoltaic flat-roof installation, 3kWp, single-Si, on roof","photovoltaic flat-roof installation, 3kWp, single-Si, on roof",energy,Electricity by fuel\Photovoltaic\Market\Infrastructure +"market for photovoltaic laminate, a-Si","photovoltaic laminate, a-Si",material,Electronics\Photovoltaic\Market\Infrastructure +"market for photovoltaic laminate, CdTe","photovoltaic laminate, CdTe",energy,Electricity by fuel\Photovoltaic\Market\Infrastructure +"market for photovoltaic laminate, CIS","photovoltaic laminate, CIS",material,Electronics\Photovoltaic\Market\Infrastructure +"market for photovoltaic laminate, multi-Si wafer","photovoltaic laminate, multi-Si wafer",material,Electronics\Photovoltaic\Market\Infrastructure +"market for photovoltaic laminate, ribbon-Si","photovoltaic laminate, ribbon-Si",material,Electronics\Photovoltaic\Market\Infrastructure +"market for photovoltaic laminate, single-Si wafer","photovoltaic laminate, single-Si wafer",material,Electronics\Photovoltaic\Market\Infrastructure +"market for photovoltaic module, building-integrated, for facade installation","photovoltaic module, building-integrated, for facade installation",energy,Electricity by fuel\Photovoltaic\Market\Infrastructure +"market for photovoltaic module, building-integrated, for slanted-roof installation","photovoltaic module, building-integrated, for slanted-roof installation",energy,Electricity by fuel\Photovoltaic\Market\Infrastructure +"market for photovoltaic mounting system, for 570kWp open ground module","photovoltaic mounting system, for 570kWp open ground module",energy,Electricity by fuel\Photovoltaic\Market\Infrastructure +"market for photovoltaic mounting system, for facade installation","photovoltaic mounting system, for facade installation",energy,Electricity by fuel\Photovoltaic\Market\Infrastructure +"market for photovoltaic mounting system, for flat-roof installation","photovoltaic mounting system, for flat-roof installation",energy,Electricity by fuel\Photovoltaic\Market\Infrastructure +"market for photovoltaic mounting system, for slanted-roof installation","photovoltaic mounting system, for slanted-roof installation",energy,Electricity by fuel\Photovoltaic\Market\Infrastructure +market for photovoltaic panel factory,photovoltaic panel factory,energy,Electricity by fuel\Photovoltaic\Market\Infrastructure +"market for photovoltaic panel, a-Si","photovoltaic panel, a-Si",material,Electronics\Photovoltaic\Market\Infrastructure +"market for photovoltaic panel, CIS","photovoltaic panel, CIS",material,Electronics\Photovoltaic\Market\Infrastructure +"market for photovoltaic panel, multi-Si wafer","photovoltaic panel, multi-Si wafer",material,Electronics\Photovoltaic\Market\Infrastructure +"market for photovoltaic panel, ribbon-Si","photovoltaic panel, ribbon-Si",material,Electronics\Photovoltaic\Market\Infrastructure +"market for photovoltaic panel, single-Si wafer","photovoltaic panel, single-Si wafer",material,Electronics\Photovoltaic\Market\Infrastructure +"market for photovoltaic plant, 570kWp, multi-Si, on open ground","photovoltaic plant, 570kWp, multi-Si, on open ground",material,Electronics\Photovoltaic\Market\Infrastructure +"market for photovoltaic slanted-roof installation, 3kWp, a-Si, laminated, integrated, on roof","photovoltaic slanted-roof installation, 3kWp, a-Si, laminated, integrated, on roof",energy,Electricity by fuel\Photovoltaic\Market\Infrastructure +"market for photovoltaic slanted-roof installation, 3kWp, a-Si, panel, mounted, on roof","photovoltaic slanted-roof installation, 3kWp, a-Si, panel, mounted, on roof",energy,Electricity by fuel\Photovoltaic\Market\Infrastructure +"market for photovoltaic slanted-roof installation, 3kWp, CdTe, laminated, integrated, on roof","photovoltaic slanted-roof installation, 3kWp, CdTe, laminated, integrated, on roof",energy,Electricity by fuel\Photovoltaic\Market\Infrastructure +"market for photovoltaic slanted-roof installation, 3kWp, CIS, panel, mounted, on roof","photovoltaic slanted-roof installation, 3kWp, CIS, panel, mounted, on roof",energy,Electricity by fuel\Photovoltaic\Market\Infrastructure +"market for photovoltaic slanted-roof installation, 3kWp, multi-Si, laminated, integrated, on roof","photovoltaic slanted-roof installation, 3kWp, multi-Si, laminated, integrated, on roof",energy,Electricity by fuel\Photovoltaic\Market\Infrastructure +"market for photovoltaic slanted-roof installation, 3kWp, multi-Si, panel, mounted, on roof","photovoltaic slanted-roof installation, 3kWp, multi-Si, panel, mounted, on roof",energy,Electricity by fuel\Photovoltaic\Market\Infrastructure +"market for photovoltaic slanted-roof installation, 3kWp, ribbon-Si, laminated, integrated, on roof","photovoltaic slanted-roof installation, 3kWp, ribbon-Si, laminated, integrated, on roof",energy,Electricity by fuel\Photovoltaic\Market\Infrastructure +"market for photovoltaic slanted-roof installation, 3kWp, ribbon-Si, panel, mounted, on roof","photovoltaic slanted-roof installation, 3kWp, ribbon-Si, panel, mounted, on roof",energy,Electricity by fuel\Photovoltaic\Market\Infrastructure +"market for photovoltaic slanted-roof installation, 3kWp, single-Si, laminated, integrated, on roof","photovoltaic slanted-roof installation, 3kWp, single-Si, laminated, integrated, on roof",energy,Electricity by fuel\Photovoltaic\Market\Infrastructure +"market for photovoltaic slanted-roof installation, 3kWp, single-Si, panel, mounted, on roof","photovoltaic slanted-roof installation, 3kWp, single-Si, panel, mounted, on roof",energy,Electricity by fuel\Photovoltaic\Market\Infrastructure +"market for photovoltaics, electric installation for 3kWp module, at building","photovoltaics, electric installation for 3kWp module, at building",energy,Electricity by fuel\Photovoltaic\Market\Infrastructure +"market for photovoltaics, electric installation for 570kWp module, open ground","photovoltaics, electric installation for 570kWp module, open ground",energy,Electricity by fuel\Photovoltaic\Market\Infrastructure +market for phthalic anhydride,phthalic anhydride,material,Chemicals\Organic\Market +market for phthalimide,phthalimide,material,Chemicals\Organic\Market +market for phthalimide-compound,phthalimide-compound,material,Chemicals\Pesticides\Market +market for pig iron,pig iron,material,Metals\Ferro\Market +market for pineapple,pineapple,material,Agricultural\Plant production\Fruits\Market +market for pinto bean,pinto bean,material,Agricultural\Plant production\Legumes\Market +"market for pinto bean seed, for sowing","pinto bean seed, for sowing",material,Agricultural\Plant seeds\Market +"market for pipeline, liquid manure","pipeline, liquid manure",transport,Pipeline\Market\Infrastructure +"market for pipeline, natural gas, high pressure distribution network","pipeline, natural gas, high pressure distribution network",transport,Pipeline\Market\Infrastructure +"market for pipeline, natural gas, long distance, high capacity, offshore","pipeline, natural gas, long distance, high capacity, offshore",transport,Pipeline\Market\Infrastructure +"market for pipeline, natural gas, long distance, high capacity, onshore","pipeline, natural gas, long distance, high capacity, onshore",transport,Pipeline\Market\Infrastructure +"market for pipeline, natural gas, long distance, low capacity, onshore","pipeline, natural gas, long distance, low capacity, onshore",transport,Pipeline\Market\Infrastructure +"market for pipeline, natural gas, low pressure distribution network","pipeline, natural gas, low pressure distribution network",transport,Pipeline\Market\Infrastructure +"market for pipeline, petroleum","pipeline, petroleum",transport,Pipeline\Market\Infrastructure +"market for pipeline, petroleum, offshore","pipeline, petroleum, offshore",transport,Pipeline\Market\Infrastructure +market for piperidine,piperidine,material,Chemicals\Organic\Market +market for pitch,pitch,material,Construction\Sealing\Market +"market for pitch despergents, in paper production","pitch despergents, in paper production",material,Chemicals\Others\Market +market for planing mill,planing mill,material,Wood\Products\Market\Infrastructure +"market for planning, cogen unit mini CHP plant","planning, cogen unit mini CHP plant",energy,Cogeneration\Gas\Market\Infrastructure +"market for planning, heat and power co-generation unit, 160kW electrical","planning, heat and power co-generation unit, 160kW electrical",energy,Cogeneration\Gas\Market\Infrastructure +market for planting,planting,processing,Agricultural\Market +market for planting tree,planting tree,processing,Agricultural\Market +"market for planting with starter fertiliser or amendment, by drill","planting with starter fertiliser or amendment, by drill",processing,Agricultural\Market +"market for planting with starter fertiliser or amendment, by no till planter","planting with starter fertiliser or amendment, by no till planter",processing,Agricultural\Market +"market for planting with starter fertiliser or amendment, by row crop planter","planting with starter fertiliser or amendment, by row crop planter",processing,Agricultural\Market +"market for planting with starter fertiliser or amendment, by subsoiler/v-ripper planter","planting with starter fertiliser or amendment, by subsoiler/v-ripper planter",processing,Agricultural\Market +"market for planting with starter fertiliser, by no till planter","planting with starter fertiliser, by no till planter",processing,Agricultural\Market +"market for planting, by drill","planting, by drill",processing,Agricultural\Market +"market for planting, by no till drill","planting, by no till drill",processing,Agricultural\Market +"market for planting, by no till planter","planting, by no till planter",processing,Agricultural\Market +"market for planting, by ridge planter","planting, by ridge planter",processing,Agricultural\Market +"market for planting, by row crop planter","planting, by row crop planter",processing,Agricultural\Market +"market for planting, potato","planting, potato",processing,Agricultural\Market +"market for planting, sugarcane","planting, sugarcane",processing,Agricultural\Market +market for plaster mixing,plaster mixing,processing,Others\Market +"market for plastic flake, consumer electronics, for recycling","plastic flake, consumer electronics, for recycling",material,Plastics\Recycling\Market +"market for plastic granulate, unspecified, recycled","plastic granulate, unspecified, recycled",material,Plastics\Recycling\Market +market for plastic processing factory,plastic processing factory,processing,Plastics\Market\Infrastructure +market for plastic tunnel,plastic tunnel,material,Agricultural\Plant production\Other\Market\Infrastructure +"market for plasticiser, for concrete, based on sulfonated melamine formaldehyde","plasticiser, for concrete, based on sulfonated melamine formaldehyde",material,Chemicals\Others\Market +market for platinum,platinum,material,Metals\Non ferro\Market +market for platinum group metal concentrate,platinum group metal concentrate,material,Minerals\Market +"market for plug, inlet and outlet, for computer cable","plug, inlet and outlet, for computer cable",material,Electronics\Component\Market +"market for plug, inlet and outlet, for network cable","plug, inlet and outlet, for network cable",material,Electronics\Component\Market +"market for plug, inlet and outlet, for printer cable","plug, inlet and outlet, for printer cable",material,Electronics\Component\Market +market for plywood,plywood,material,Wood\Products\Market +"market for plywood, for indoor use","plywood, for indoor use",material,Others\Obsolete +"market for plywood, for outdoor use","plywood, for outdoor use",material,Others\Obsolete +"market for pointing device, optical mouse, with cable","pointing device, optical mouse, with cable",material,Electronics\Devices\Market +"market for polar fleece, energy use only","polar fleece, energy use only",material,Textiles\Market +"market for polarizer, liquid crystals and colour filters, for liquid crystal display","polarizer, liquid crystals and colour filters, for liquid crystal display",material,Electronics\Component\Market +market for polishing powder,polishing powder,material,Others\Obsolete +market for pollutant from rail ballast,pollutant from rail ballast,waste treatment,Transport\Market +market for polyacrylamide,polyacrylamide,material,Chemicals\Organic\Market +market for polyaluminium chloride,polyaluminium chloride,material,Chemicals\Inorganic\Market +market for polybutadiene,polybutadiene,material,Plastics\Rubbers\Market +market for polycarbonate,polycarbonate,material,Plastics\Thermoplasts\Market +"market for polycarboxylates, 40% active substance","polycarboxylates, 40% active substance",material,Chemicals\Washing agents\Builders\Market +market for polydimethylsiloxane,polydimethylsiloxane,material,Chemicals\Silicons\Market +"market for polyester resin, unsaturated","polyester resin, unsaturated",material,Chemicals\Organic\Market +market for polyester-complexed starch biopolymer,polyester-complexed starch biopolymer,material,Plastics\Biopolymers\Market +"market for polyether polyols, long chain","polyether polyols, long chain",material,Plastics\Biopolymers\Market +"market for polyether polyols, long chain","polyether polyols, long chain",material,Plastics\Biopolymers\Market +"market for polyether polyols, long chain, isopa","polyether polyols, long chain, isopa",material,Plastics\Biopolymers\Market +"market for polyether polyols, short chain","polyether polyols, short chain",material,Plastics\Biopolymers\Market +"market for polyether polyols, short chain","polyether polyols, short chain",material,Plastics\Biopolymers\Market +"market for polyether polyols, short chain, isopa","polyether polyols, short chain, isopa",material,Plastics\Biopolymers\Market +"market for polyethylene pipe, corrugated, DN 75","polyethylene pipe, corrugated, DN 75",material,Construction\Ventilation\Market +"market for polyethylene pipe, DN 200, SDR 41","polyethylene pipe, DN 200, SDR 41",material,Construction\Ventilation\Market +"market for polyethylene terephthalate, granulate, amorphous","polyethylene terephthalate, granulate, amorphous",material,Plastics\Thermoplasts\Market +"market for polyethylene terephthalate, granulate, amorphous, recycled","polyethylene terephthalate, granulate, amorphous, recycled",material,Plastics\Thermoplasts\Market +"market for polyethylene terephthalate, granulate, bottle grade","polyethylene terephthalate, granulate, bottle grade",material,Plastics\Thermoplasts\Market +"market for polyethylene terephthalate, granulate, bottle grade, recycled","polyethylene terephthalate, granulate, bottle grade, recycled",material,Plastics\Thermoplasts\Market +"market for polyethylene, high density, granulate","polyethylene, high density, granulate",material,Plastics\Thermoplasts\Market +"market for polyethylene, high density, granulate, recycled","polyethylene, high density, granulate, recycled",material,Plastics\Thermoplasts\Market +"market for polyethylene, linear low density, granulate","polyethylene, linear low density, granulate",material,Plastics\Thermoplasts\Market +"market for polyethylene, low density, granulate","polyethylene, low density, granulate",material,Plastics\Thermoplasts\Market +"market for polylactic acid, granulate","polylactic acid, granulate",material,Plastics\Biopolymers\Market +"market for polylactide, granulate","polylactide, granulate",material,Plastics\Biopolymers\Market +market for polymer foaming,polymer foaming,processing,Plastics\Market +"market for polymethyl methacrylate, beads","polymethyl methacrylate, beads",material,Plastics\Thermoplasts\Market +"market for polymethyl methacrylate, sheet","polymethyl methacrylate, sheet",material,Plastics\Thermoplasts\Market +market for polyol,polyol,material,Chemicals\Organic\Market +market for polyphenylene sulfide,polyphenylene sulfide,material,Plastics\Thermoplasts\Market +"market for polypropylene, granulate","polypropylene, granulate",material,Plastics\Thermoplasts\Market +market for polystyrene foam slab,polystyrene foam slab,material,Construction\Insulation\Market +market for polystyrene foam slab for perimeter insulation,polystyrene foam slab for perimeter insulation,material,Construction\Insulation\Market +"market for polystyrene foam slab with graphite, 6% recycled","polystyrene foam slab with graphite, 6% recycled",material,Construction\Insulation\Market +"market for polystyrene foam slab, 10% recycled","polystyrene foam slab, 10% recycled",material,Construction\Insulation\Market +"market for polystyrene scrap, post-consumer","polystyrene scrap, post-consumer",material,Plastics\Recycling\Market +"market for polystyrene, expandable","polystyrene, expandable",material,Plastics\Thermoplasts\Market +"market for polystyrene, extruded","polystyrene, extruded",material,Plastics\Thermoplasts\Market +"market for polystyrene, general purpose","polystyrene, general purpose",material,Plastics\Thermoplasts\Market +"market for polystyrene, high impact","polystyrene, high impact",material,Plastics\Thermoplasts\Market +"market for polysulfide, sealing compound","polysulfide, sealing compound",material,Construction\Sealing\Market +market for polysulfone,polysulfone,material,Chemicals\Organic\Market +market for polyurethane adhesive,polyurethane adhesive,material,Chemicals\Others\Market +"market for polyurethane, flexible foam","polyurethane, flexible foam",material,Plastics\Thermosets\Market +"market for polyurethane, flexible foam, flame retardant","polyurethane, flexible foam, flame retardant",material,Plastics\Thermosets\Market +"market for polyurethane, rigid foam","polyurethane, rigid foam",material,Plastics\Thermosets\Market +"market for polyvinylchloride, bulk polymerised","polyvinylchloride, bulk polymerised",material,Plastics\Thermoplasts\Market +"market for polyvinylchloride, emulsion polymerised","polyvinylchloride, emulsion polymerised",material,Plastics\Thermoplasts\Market +"market for polyvinylchloride, suspension polymerised","polyvinylchloride, suspension polymerised",material,Plastics\Thermoplasts\Market +market for polyvinylfluoride,polyvinylfluoride,material,Chemicals\Organic\Market +"market for polyvinylfluoride, dispersion","polyvinylfluoride, dispersion",material,Chemicals\Organic\Market +"market for polyvinylfluoride, film","polyvinylfluoride, film",material,Chemicals\Organic\Market +"market for polyvinylidenchloride, granulate","polyvinylidenchloride, granulate",material,Plastics\Thermoplasts\Market +market for pomegranate,pomegranate,material,Agricultural\Plant production\Fruits\Market +market for port facilities,port facilities,transport,Water\Market\Infrastructure +market for portachrom,portachrom,material,Chemicals\Inorganic\Market +market for portafer,portafer,material,Chemicals\Inorganic\Market +market for potash salt,potash salt,material,Minerals\Market +market for potassium carbonate,potassium carbonate,material,Chemicals\Inorganic\Market +market for potassium chloride,potassium chloride,material,Chemicals\Inorganic\Market +market for potassium chloride sludge,potassium chloride sludge,material,Chemicals\Inorganic\Market +"market for potassium chloride, as K2O","potassium chloride, as K2O",material,Others\Obsolete +"market for potassium chloride, industrial grade","potassium chloride, industrial grade",material,Chemicals\Inorganic\Market +"market for potassium fertiliser, as K2O","potassium fertiliser, as K2O",material,Others\Obsolete +market for potassium hydroxide,potassium hydroxide,material,Chemicals\Inorganic\Market +market for potassium nitrate,potassium nitrate,material,Chemicals\Inorganic\Market +"market for potassium nitrate, agricultural grade","potassium nitrate, agricultural grade",material,Chemicals\Fertilisers (inorganic)\Market +"market for potassium nitrate, industrial grade","potassium nitrate, industrial grade",material,Chemicals\Inorganic\Market +"market for potassium nitrate, technical grade","potassium nitrate, technical grade",material,Chemicals\Inorganic\Market +market for potassium perchlorate,potassium perchlorate,material,Chemicals\Inorganic\Market +market for potassium permanganate,potassium permanganate,material,Chemicals\Inorganic\Market +market for potassium sulfate,potassium sulfate,material,Chemicals\Inorganic\Market +"market for potassium sulfate, as K2O","potassium sulfate, as K2O",material,Others\Obsolete +market for potato,potato,material,Agricultural\Plant production\Roots and tubers\Market +market for potato grading,potato grading,processing,Agricultural\Market +market for potato haulm cutting,potato haulm cutting,processing,Agricultural\Market +market for potato planting,potato planting,processing,Agricultural\Market +"market for potato seed, at farm","potato seed, at farm",material,Agricultural\Plant seeds\Market +"market for potato seed, for setting","potato seed, for setting",material,Agricultural\Plant seeds\Market +"market for potato seed, organic, at farm","potato seed, organic, at farm",material,Agricultural\Plant seeds\Market +"market for potato seed, organic, for setting","potato seed, organic, for setting",material,Agricultural\Plant seeds\Market +"market for potato seed, Swiss integrated production, at farm","potato seed, Swiss integrated production, at farm",material,Agricultural\Plant seeds\Market +"market for potato seed, Swiss integrated production, for setting","potato seed, Swiss integrated production, for setting",material,Agricultural\Plant seeds\Market +market for potato starch,potato starch,material,Agricultural\Food\Market +"market for potato, organic","potato, organic",material,Agricultural\Plant production\Roots and tubers\Market +"market for potato, Swiss integrated production","potato, Swiss integrated production",material,Agricultural\Plant production\Roots and tubers\Market +"market for potentiometer, unspecified","potentiometer, unspecified",material,Electronics\Component\Market +"market for poultry manure, dried","poultry manure, dried",material,Chemicals\Fertilisers (organic)\Market +"market for poultry manure, fresh","poultry manure, fresh",material,Chemicals\Fertilisers (organic)\Market +"market for powder coat, aluminium sheet","powder coat, aluminium sheet",processing,Metals\Coating\Market +"market for powder coat, steel","powder coat, steel",processing,Metals\Coating\Market +"market for power adapter, for laptop","power adapter, for laptop",material,Electronics\Devices\Market +"market for power adapter, for smartphone","power adapter, for smartphone",material,Electronics\Devices\Market +"market for power block, solar thermal parabolic trough, 50 MW","power block, solar thermal parabolic trough, 50 MW",energy,Electricity by fuel\Photovoltaic\Market\Infrastructure +"market for power block, solar tower power plant, 20 MW","power block, solar tower power plant, 20 MW",energy,Electricity by fuel\Photovoltaic\Market\Infrastructure +"market for power distribution unit, for electric passenger car","power distribution unit, for electric passenger car",material,Electronics\Component\Market +"market for power saw, with catalytic converter","power saw, with catalytic converter",processing,Wood\Market\Infrastructure +"market for power saw, without catalytic converter","power saw, without catalytic converter",processing,Wood\Market\Infrastructure +"market for power sawing, with catalytic converter","power sawing, with catalytic converter",processing,Wood\Market +"market for power sawing, without catalytic converter","power sawing, without catalytic converter",processing,Wood\Market +"market for power supply unit, for desktop computer","power supply unit, for desktop computer",material,Electronics\Module\Market +"market for powertrain, for electric passenger car","powertrain, for electric passenger car",material,Electronics\Component\Market +"market for powertrain, for electric scooter","powertrain, for electric scooter",material,Electronics\Component\Market +market for praseodymium oxide,praseodymium oxide,material,Chemicals\Inorganic\Market +market for praseodymium-neodymium oxide,praseodymium-neodymium oxide,material,Chemicals\Inorganic\Market +market for precious metal for jewellery,precious metal for jewellery,material,Others\Obsolete +"market for precious metal from electronics scrap, in anode slime","precious metal from electronics scrap, in anode slime",material,Metals\Waste metals\Market +"market for precious metal from electronics scrap, in anode slime_obsolete","precious metal from electronics scrap, in anode slime",waste treatment,Others\Obsolete +market for precious metal refinery,precious metal refinery,material,Metals\Non ferro\Market\Infrastructure +market for printed paper,printed paper,material,Paper+ Board\Graphic paper\Market +"market for printed paper, offset","printed paper, offset",material,Paper+ Board\Graphic paper\Market +market for printed wiring board mounting facility,printed wiring board mounting facility,material,Electronics\Printed wiring board\Market\Infrastructure +"market for printed wiring board mounting facility, surface mounting line","printed wiring board mounting facility, surface mounting line",material,Electronics\Printed wiring board\Market\Infrastructure +"market for printed wiring board mounting facility, through-hole mounting line","printed wiring board mounting facility, through-hole mounting line",material,Electronics\Printed wiring board\Market\Infrastructure +"market for printed wiring board, for power supply unit, desktop computer, Pb containing","printed wiring board, for power supply unit, desktop computer, Pb containing",material,Electronics\Printed wiring board\Market +"market for printed wiring board, for power supply unit, desktop computer, Pb free","printed wiring board, for power supply unit, desktop computer, Pb free",material,Electronics\Printed wiring board\Market +"market for printed wiring board, for surface mounting, Pb containing surface","printed wiring board, for surface mounting, Pb containing surface",material,Electronics\Printed wiring board\Market +"market for printed wiring board, for surface mounting, Pb free surface","printed wiring board, for surface mounting, Pb free surface",material,Electronics\Printed wiring board\Market +"market for printed wiring board, for through-hole mounting, Pb containing surface","printed wiring board, for through-hole mounting, Pb containing surface",material,Electronics\Printed wiring board\Market +"market for printed wiring board, for through-hole mounting, Pb free surface","printed wiring board, for through-hole mounting, Pb free surface",material,Electronics\Printed wiring board\Market +"market for printed wiring board, mounted mainboard, desktop computer, Pb containing","printed wiring board, mounted mainboard, desktop computer, Pb containing",material,Electronics\Printed wiring board\Market +"market for printed wiring board, mounted mainboard, desktop computer, Pb free","printed wiring board, mounted mainboard, desktop computer, Pb free",material,Electronics\Printed wiring board\Market +"market for printed wiring board, mounted mainboard, laptop computer, Pb containing","printed wiring board, mounted mainboard, laptop computer, Pb containing",material,Electronics\Printed wiring board\Market +"market for printed wiring board, mounted mainboard, laptop computer, Pb free","printed wiring board, mounted mainboard, laptop computer, Pb free",material,Electronics\Printed wiring board\Market +"market for printed wiring board, mounted mainboard, mobile device, double-sided, Pb free","printed wiring board, mounted mainboard, mobile device, double-sided, Pb free",material,Electronics\Printed wiring board\Market +"market for printed wiring board, surface mounted, unspecified, Pb containing","printed wiring board, surface mounted, unspecified, Pb containing",material,Electronics\Printed wiring board\Market +"market for printed wiring board, surface mounted, unspecified, Pb free","printed wiring board, surface mounted, unspecified, Pb free",material,Electronics\Printed wiring board\Market +"market for printed wiring board, through-hole mounted, unspecified, Pb containing","printed wiring board, through-hole mounted, unspecified, Pb containing",material,Electronics\Printed wiring board\Market +"market for printed wiring board, through-hole mounted, unspecified, Pb free","printed wiring board, through-hole mounted, unspecified, Pb free",material,Electronics\Printed wiring board\Market +"market for printer, laser, black/white","printer, laser, black/white",material,Electronics\Devices\Market +"market for printer, laser, colour","printer, laser, colour",material,Electronics\Devices\Market +"market for printing ink, offset, without solvent, in 47.5% solution state","printing ink, offset, without solvent, in 47.5% solution state",material,Chemicals\Others\Market +"market for printing ink, rotogravure, without solvent, in 55% toluene solution state","printing ink, rotogravure, without solvent, in 55% toluene solution state",material,Chemicals\Others\Market +"market for process-specific burdens, hazardous waste incineration plant","process-specific burdens, hazardous waste incineration plant",processing,Waste\Market +"market for process-specific burdens, import of copper to Switzerland","process-specific burdens, import of copper to Switzerland",processing,Waste\Market +"market for process-specific burdens, inert material landfill","process-specific burdens, inert material landfill",processing,Waste\Market +"market for process-specific burdens, municipal waste incineration","process-specific burdens, municipal waste incineration",processing,Waste\Market +"market for process-specific burdens, residual material landfill","process-specific burdens, residual material landfill",processing,Waste\Market +"market for process-specific burdens, sanitary landfill","process-specific burdens, sanitary landfill",processing,Waste\Market +"market for process-specific burdens, slag landfill","process-specific burdens, slag landfill",processing,Waste\Market +market for prochloraz,prochloraz,material,Chemicals\Organic\Market +market for prohexadione calcium,prohexadione calcium,material,Chemicals\Organic\Market +market for propanal,propanal,material,Chemicals\Organic\Market +market for propane,propane,material,Chemicals\Gases\Market +"market for propane, burned in building machine","propane, burned in building machine",energy,Mechanical\Market +market for propionic acid,propionic acid,material,Chemicals\Organic\Market +market for propyl amine,propyl amine,material,Chemicals\Organic\Market +market for propylene,propylene,material,Chemicals\Organic\Market +"market for propylene glycol, liquid","propylene glycol, liquid",material,Chemicals\Organic\Market +"market for propylene oxide, liquid","propylene oxide, liquid",material,Chemicals\Organic\Market +"market for propylene, pipeline system","propylene, pipeline system",material,Chemicals\Organic\Market +market for prosulfocarb,prosulfocarb,material,Chemicals\Pesticides\Market +"market for protein feed, 100% crude","protein feed, 100% crude",material,Agricultural\Animal feed\Market +market for protein pea,protein pea,material,Agricultural\Plant production\Legumes\Market +"market for protein pea, feed, Swiss integrated production","protein pea, feed, Swiss integrated production",material,Agricultural\Animal feed\Market +"market for protein pea, organic","protein pea, organic",material,Agricultural\Plant production\Legumes\Market +"market for protein pea, Swiss integrated production","protein pea, Swiss integrated production",material,Agricultural\Plant production\Legumes\Market +market for pulp factory,pulp factory,material,Paper+ Board\Pulp\Market\Infrastructure +"market for pulpwood, hardwood, measured as solid wood under bark","pulpwood, hardwood, measured as solid wood under bark",material,Wood\Extraction\Market +"market for pulpwood, softwood, measured as solid wood under bark","pulpwood, softwood, measured as solid wood under bark",material,Wood\Extraction\Market +market for pulverised lignite,pulverised lignite,material,Fuels\Lignite\Market +market for pumice,pumice,material,Minerals\Market +market for pump station,pump station,material,Water\Drinking water\Market\Infrastructure +"market for pump, 40W","pump, 40W",energy,Heat\Solar\Market\Infrastructure +"market for purge gas, rich in sodium nitrate","purge gas, rich in sodium nitrate",material,Chemicals\Others\Market +market for purified terephthalic acid,purified terephthalic acid,material,Chemicals\Acids (organic)\Market +"market for purse seiner maintenance, steel","purse seiner maintenance, steel",processing,Agricultural\Market +"market for purse seiner maintenance, wood","purse seiner maintenance, wood",processing,Agricultural\Market +"market for purse seiner, steel","purse seiner, steel",material,Agricultural\Animal production\Fish\Market\Infrastructure +"market for purse seiner, wood","purse seiner, wood",material,Agricultural\Animal production\Fish\Market\Infrastructure +market for pyrazole,pyrazole,material,Chemicals\Organic\Market +market for pyrethroid-compound,pyrethroid-compound,material,Chemicals\Pesticides\Market +market for pyridazine-compound,pyridazine-compound,material,Chemicals\Pesticides\Market +market for pyridine,pyridine,material,Chemicals\Organic\Market +market for pyridine-compound,pyridine-compound,material,Chemicals\Pesticides\Market +market for pyrite ash,pyrite ash,waste treatment,Others\Market +market for pyrochlore concentrate,pyrochlore concentrate,material,Metals\Non ferro\Market +market for pyrolysis fuel gas,pyrolysis fuel gas,material,Fuels\Others\Transformation +market for pyrolysis fuel oil,pyrolysis fuel oil,material,Fuels\Others\Transformation +"market for pyrolysis gas, containing benzene, toluene and xylene","pyrolysis gas, containing benzene, toluene and xylene",material,Fuels\Others\Transformation +"market for quicklime, in pieces, loose","quicklime, in pieces, loose",material,Chemicals\Inorganic\Market +"market for quicklime, milled, loose","quicklime, milled, loose",material,Chemicals\Inorganic\Market +"market for quicklime, milled, packed","quicklime, milled, packed",material,Chemicals\Inorganic\Market +market for radish,radish,material,Agricultural\Plant production\Roots and tubers\Market +market for raffinate,raffinate,material,Others\Obsolete +market for railway track,railway track,transport,Rail\Market\Infrastructure +"market for railway track, for high-speed train","railway track, for high-speed train",transport,Rail\Market\Infrastructure +market for rainwater mineral oil storage,rainwater mineral oil storage,waste treatment,Wastewater treatment\Market +market for rape meal,rape meal,material,Agricultural\Animal feed\Market +"market for rape oil, crude","rape oil, crude",material,Agricultural\Plant oils\Market +market for rape seed,rape seed,material,Agricultural\Plant seeds\Market +"market for rape seed, for sowing","rape seed, for sowing",material,Agricultural\Plant seeds\Market +"market for rape seed, organic","rape seed, organic",material,Agricultural\Plant seeds\Market +"market for rape seed, organic, for sowing","rape seed, organic, for sowing",material,Agricultural\Plant seeds\Market +"market for rape seed, Swiss integrated production","rape seed, Swiss integrated production",material,Agricultural\Plant seeds\Market +market for rare earth carbonate concentrate,rare earth carbonate concentrate,material,Chemicals\Inorganic\Market +"market for rare earth concentrate, 70% REO, from bastnasite","rare earth concentrate, 70% REO, from bastnasite",material,Others\Obsolete +"market for rare earth oxide concentrate, 50% REO","rare earth oxide concentrate, 50% REO",material,Chemicals\Inorganic\Market +"market for rare earth oxide concentrate, 70% REO","rare earth oxide concentrate, 70% REO",material,Chemicals\Inorganic\Market +"market for rare earth tailings, from bastnaesite and monazite ore","rare earth tailings, from bastnaesite and monazite ore",material,Chemicals\Inorganic\Market +"market for rare earth tailings, from bastnaesite and monazite ore_obsolete","rare earth tailings, from bastnaesite and monazite ore",waste treatment,Others\Obsolete +market for raw sewage sludge,raw sewage sludge,waste treatment,Others\Market +"market for receiver system, solar tower power plant, 20 MW","receiver system, solar tower power plant, 20 MW",energy,Electricity by fuel\Photovoltaic\Market\Infrastructure +"market for recultivation, bauxite mine","recultivation, bauxite mine",processing,Land transformation\Market +"market for recultivation, bentonite mine","recultivation, bentonite mine",processing,Land transformation\Market +"market for recultivation, dolomite mine","recultivation, dolomite mine",processing,Land transformation\Market +"market for recultivation, ilmenite mine","recultivation, ilmenite mine",processing,Land transformation\Market +"market for recultivation, iron mine","recultivation, iron mine",processing,Land transformation\Market +"market for recultivation, limestone mine","recultivation, limestone mine",processing,Land transformation\Market +"market for recultivation, potash salt mine","recultivation, potash salt mine",processing,Land transformation\Market +"market for recultivation, shale quarry","recultivation, shale quarry",processing,Land transformation\Market +market for red kidney bean,red kidney bean,material,Agricultural\Plant production\Legumes\Market +"market for red kidney bean seed, for sowing","red kidney bean seed, for sowing",material,Agricultural\Plant seeds\Market +"market for red meat, live weight","red meat, live weight",material,Agricultural\Food\Market +market for redmud from bauxite digestion,redmud from bauxite digestion,waste treatment,Others\Market +"market for reefer, intermodal shipping container, 40-foot, high-cube, carbon dioxide, liquid as refrigerant","reefer, intermodal shipping container, 40-foot, high-cube, carbon dioxide, liquid as refrigerant",transport,Intermodal\Market\Infrastructure +"market for reefer, intermodal shipping container, 40-foot, high-cube, R134a as refrigerant","reefer, intermodal shipping container, 40-foot, high-cube, R134a as refrigerant",transport,Intermodal\Market\Infrastructure +market for reeled raw silk hank,reeled raw silk hank,material,Chemicals\Others\Market +market for refinery gas,refinery gas,material,Fuels\Natural gas\Market +market for refinery sludge,refinery sludge,waste treatment,Others\Market +market for reformate,reformate,material,Chemicals\Organic\Market +"market for refractory material, acid","refractory material, acid",material,Chemicals\Others\Market +market for refractory spent pot liner from Al electrolysis,refractory spent pot liner from Al electrolysis,waste treatment,Others\Market +"market for refractory, basic, packed","refractory, basic, packed",material,Construction\Bricks\Market +"market for refractory, fireclay, packed","refractory, fireclay, packed",material,Construction\Bricks\Market +"market for refractory, high aluminium oxide, packed","refractory, high aluminium oxide, packed",material,Construction\Bricks\Market +market for refrigerant R134a,refrigerant R134a,material,Chemicals\Organic\Market +"market for refrigeration machine, carbon dioxide, liquid as refrigerant","refrigeration machine, carbon dioxide, liquid as refrigerant",transport,Road\Market\Infrastructure +"market for refrigeration machine, R134a as refrigerant","refrigeration machine, R134a as refrigerant",transport,Road\Market\Infrastructure +market for refrigerator,refrigerator,material,Appliances\Market\Infrastructure +market for reinforcing steel,reinforcing steel,material,Metals\Ferro\Market +"market for residential sewer grid, 0.087 km","residential sewer grid, 0.087 km",processing,Waste\Market\Infrastructure +"market for residual hardwood, wet","residual hardwood, wet",material,Others\Obsolete +"market for residual hydrocarbon mix, from steam cracking operations","residual hydrocarbon mix, from steam cracking operations",material,Chemicals\Organic\Transformation +market for residual material landfill,residual material landfill,processing,Others\Obsolete +"market for residual softwood, wet","residual softwood, wet",material,Others\Obsolete +"market for residual wood, dry","residual wood, dry",material,Others\Obsolete +market for residue from cooling tower,residue from cooling tower,waste treatment,Others\Market +"market for residue from mechanical treatment, cathode ray tube display","residue from mechanical treatment, cathode ray tube display",waste treatment,Electronics waste\Market +"market for residue from mechanical treatment, desktop computer","residue from mechanical treatment, desktop computer",waste treatment,Electronics waste\Market +"market for residue from mechanical treatment, industrial device","residue from mechanical treatment, industrial device",waste treatment,Electronics waste\Market +"market for residue from mechanical treatment, IT accessory","residue from mechanical treatment, IT accessory",waste treatment,Electronics waste\Market +"market for residue from mechanical treatment, laptop computer","residue from mechanical treatment, laptop computer",waste treatment,Electronics waste\Market +"market for residue from mechanical treatment, laser printer","residue from mechanical treatment, laser printer",waste treatment,Electronics waste\Market +"market for residue from mechanical treatment, liquid crystal display","residue from mechanical treatment, liquid crystal display",waste treatment,Electronics waste\Market +market for residue from Na-dichromate production,residue from Na-dichromate production,waste treatment,Others\Market +"market for residue from rutile production, synthetic, 56% water","residue from rutile production, synthetic, 56% water",waste treatment,Others\Market +market for residue from shredder fraction from manual dismantling,residue from shredder fraction from manual dismantling,waste treatment,Others\Market +"market for residue from TiO2 production, chloride process","residue from TiO2 production, chloride process",waste treatment,Others\Market +"market for residue from TiO2 production, sulfate process","residue from TiO2 production, sulfate process",waste treatment,Others\Market +"market for residues, MSWI-WWT-SLF, hard coal ash","residues, MSWI-WWT-SLF, hard coal ash",waste treatment,Landfill\Slag compartment\Transformation +"market for residues, MSWI-WWT-SLF, inert waste","residues, MSWI-WWT-SLF, inert waste",waste treatment,Others\Transformation +"market for residues, MSWI-WWT-SLF, lignite ash","residues, MSWI-WWT-SLF, lignite ash",waste treatment,Landfill\Slag compartment\Transformation +"market for residues, MSWI-WWT-SLF, municipal solid waste","residues, MSWI-WWT-SLF, municipal solid waste",waste treatment,Others\Transformation +"market for residues, MSWI-WWT-SLF, refinery sludge","residues, MSWI-WWT-SLF, refinery sludge",waste treatment,Others\Transformation +"market for residues, MSWI-WWT-SLF, residue from cooling tower","residues, MSWI-WWT-SLF, residue from cooling tower",waste treatment,Others\Transformation +"market for residues, MSWI-WWT-SLF, scrap tin sheet","residues, MSWI-WWT-SLF, scrap tin sheet",waste treatment,Others\Transformation +"market for residues, MSWI-WWT-SLF, sludge from pulp and paper production","residues, MSWI-WWT-SLF, sludge from pulp and paper production",waste treatment,Others\Transformation +"market for residues, MSWI-WWT-SLF, waste aluminium","residues, MSWI-WWT-SLF, waste aluminium",waste treatment,Others\Transformation +"market for residues, MSWI-WWT-SLF, waste asphalt","residues, MSWI-WWT-SLF, waste asphalt",waste treatment,Others\Transformation +"market for residues, MSWI-WWT-SLF, waste bitumen","residues, MSWI-WWT-SLF, waste bitumen",waste treatment,Others\Transformation +"market for residues, MSWI-WWT-SLF, waste emulsion paint","residues, MSWI-WWT-SLF, waste emulsion paint",waste treatment,Others\Transformation +"market for residues, MSWI-WWT-SLF, waste glass","residues, MSWI-WWT-SLF, waste glass",waste treatment,Others\Transformation +"market for residues, MSWI-WWT-SLF, waste graphical paper","residues, MSWI-WWT-SLF, waste graphical paper",waste treatment,Others\Transformation +"market for residues, MSWI-WWT-SLF, waste gypsum","residues, MSWI-WWT-SLF, waste gypsum",waste treatment,Others\Transformation +"market for residues, MSWI-WWT-SLF, waste packaging paper","residues, MSWI-WWT-SLF, waste packaging paper",waste treatment,Others\Transformation +"market for residues, MSWI-WWT-SLF, waste paint","residues, MSWI-WWT-SLF, waste paint",waste treatment,Others\Transformation +"market for residues, MSWI-WWT-SLF, waste paperboard","residues, MSWI-WWT-SLF, waste paperboard",waste treatment,Others\Transformation +"market for residues, MSWI-WWT-SLF, waste plastic plaster","residues, MSWI-WWT-SLF, waste plastic plaster",waste treatment,Others\Transformation +"market for residues, MSWI-WWT-SLF, waste plastic, mixture","residues, MSWI-WWT-SLF, waste plastic, mixture",waste treatment,Others\Transformation +"market for residues, MSWI-WWT-SLF, waste polyethylene","residues, MSWI-WWT-SLF, waste polyethylene",waste treatment,Others\Transformation +"market for residues, MSWI-WWT-SLF, waste polyethylene terephthalate","residues, MSWI-WWT-SLF, waste polyethylene terephthalate",waste treatment,Others\Transformation +"market for residues, MSWI-WWT-SLF, waste polypropylene","residues, MSWI-WWT-SLF, waste polypropylene",waste treatment,Others\Transformation +"market for residues, MSWI-WWT-SLF, waste polystyrene","residues, MSWI-WWT-SLF, waste polystyrene",waste treatment,Others\Transformation +"market for residues, MSWI-WWT-SLF, waste polyurethane","residues, MSWI-WWT-SLF, waste polyurethane",waste treatment,Others\Transformation +"market for residues, MSWI-WWT-SLF, waste polyvinylchloride","residues, MSWI-WWT-SLF, waste polyvinylchloride",waste treatment,Others\Transformation +"market for residues, MSWI-WWT-SLF, waste wood, untreated","residues, MSWI-WWT-SLF, waste wood, untreated",waste treatment,Others\Transformation +"market for residues, MSWI-WWT-SLF, wood ash mixture, pure","residues, MSWI-WWT-SLF, wood ash mixture, pure",waste treatment,Landfill\Slag compartment\Transformation +"market for residues, MSWI-WWT-SLF[W], waste plastic, consumer electronics","residues, MSWI-WWT-SLF[W], waste plastic, consumer electronics",waste treatment,Others\Transformation +"market for residues, MSWI-WWT, condensate from light oil boiler","residues, MSWI-WWT, condensate from light oil boiler",waste treatment,Others\Market +"market for residues, MSWI-WWT, heat carrier liquid, 40% C3H8O2","residues, MSWI-WWT, heat carrier liquid, 40% C3H8O2",waste treatment,Others\Market +"market for residues, MSWI-WWT, rainwater mineral oil storage","residues, MSWI-WWT, rainwater mineral oil storage",waste treatment,Others\Market +"market for residues, MSWI-WWT, WW from ammonium paratungstate production","residues, MSWI-WWT, WW from ammonium paratungstate production",waste treatment,Others\Market +"market for residues, MSWI-WWT, WW from black chrome coating","residues, MSWI-WWT, WW from black chrome coating",waste treatment,Others\Market +"market for residues, MSWI-WWT, WW from ceramic production","residues, MSWI-WWT, WW from ceramic production",waste treatment,Others\Market +"market for residues, MSWI-WWT, WW from concrete production","residues, MSWI-WWT, WW from concrete production",waste treatment,Others\Market +"market for residues, MSWI-WWT, WW from CRT production","residues, MSWI-WWT, WW from CRT production",waste treatment,Others\Market +"market for residues, MSWI-WWT, WW from GGBFS production","residues, MSWI-WWT, WW from GGBFS production",waste treatment,Others\Market +"market for residues, MSWI-WWT, WW from glass production","residues, MSWI-WWT, WW from glass production",waste treatment,Others\Market +"market for residues, MSWI-WWT, WW from grass refinery","residues, MSWI-WWT, WW from grass refinery",waste treatment,Others\Market +"market for residues, MSWI-WWT, WW from hard fibreboard production","residues, MSWI-WWT, WW from hard fibreboard production",waste treatment,Others\Market +"market for residues, MSWI-WWT, WW from LCD backlight production","residues, MSWI-WWT, WW from LCD backlight production",waste treatment,Others\Market +"market for residues, MSWI-WWT, WW from LCD production","residues, MSWI-WWT, WW from LCD production",waste treatment,Others\Market +"market for residues, MSWI-WWT, WW from liquid crystal production","residues, MSWI-WWT, WW from liquid crystal production",waste treatment,Others\Market +"market for residues, MSWI-WWT, WW from maize starch production","residues, MSWI-WWT, WW from maize starch production",waste treatment,Others\Market +"market for residues, MSWI-WWT, WW from medium density board production","residues, MSWI-WWT, WW from medium density board production",waste treatment,Others\Market +"market for residues, MSWI-WWT, WW from particle board production","residues, MSWI-WWT, WW from particle board production",waste treatment,Others\Market +"market for residues, MSWI-WWT, WW from pig iron production","residues, MSWI-WWT, WW from pig iron production",waste treatment,Others\Market +"market for residues, MSWI-WWT, WW from plywood production","residues, MSWI-WWT, WW from plywood production",waste treatment,Others\Market +"market for residues, MSWI-WWT, WW from potato starch production","residues, MSWI-WWT, WW from potato starch production",waste treatment,Others\Market +"market for residues, MSWI-WWT, WW from PV cell production","residues, MSWI-WWT, WW from PV cell production",waste treatment,Others\Market +"market for residues, MSWI-WWT, WW from soft fibreboard production","residues, MSWI-WWT, WW from soft fibreboard production",waste treatment,Others\Market +"market for residues, MSWI-WWT, WW from tube collector production","residues, MSWI-WWT, WW from tube collector production",waste treatment,Others\Market +"market for residues, MSWI-WWT, WW from vegetable oil refinery","residues, MSWI-WWT, WW from vegetable oil refinery",waste treatment,Others\Market +"market for residues, MSWI-WWT, WW from wafer fabrication","residues, MSWI-WWT, WW from wafer fabrication",waste treatment,Others\Market +"market for residues, MSWI-WWT, WW, average","residues, MSWI-WWT, WW, average",waste treatment,Others\Market +"market for residues, MSWI-WWT[R], WW from anaerobic digestion of whey","residues, MSWI-WWT[R], WW from anaerobic digestion of whey",waste treatment,Others\Market +"market for residues, MSWI-WWT[U], WW from lorry production","residues, MSWI-WWT[U], WW from lorry production",waste treatment,Others\Market +"market for residues, MSWI, aluminium in car shredder residue","residues, MSWI, aluminium in car shredder residue",waste treatment,Others\Transformation +"market for residues, MSWI, biowaste","residues, MSWI, biowaste",waste treatment,Others\Transformation +"market for residues, MSWI, copper in car shredder residue","residues, MSWI, copper in car shredder residue",waste treatment,Others\Transformation +"market for residues, MSWI, digester sludge","residues, MSWI, digester sludge",waste treatment,Others\Transformation +"market for residues, MSWI, LDPE in waste fresh milk carton (chilled), post-industrial","residues, MSWI, LDPE in waste fresh milk carton (chilled), post-industrial",waste treatment,Others\Transformation +"market for residues, MSWI, LDPE/Alu in waste juice carton (ambient), post-industrial","residues, MSWI, LDPE/Alu in waste juice carton (ambient), post-industrial",waste treatment,Others\Transformation +"market for residues, MSWI, LDPE/Alu in waste UHT milk carton (ambient), post-industrial","residues, MSWI, LDPE/Alu in waste UHT milk carton (ambient), post-industrial",waste treatment,Others\Transformation +"market for residues, MSWI, lead in car shredder residue","residues, MSWI, lead in car shredder residue",waste treatment,Others\Transformation +"market for residues, MSWI, municipal solid waste","residues, MSWI, municipal solid waste",waste treatment,Others\Transformation +"market for residues, MSWI, raw sewage sludge","residues, MSWI, raw sewage sludge",waste treatment,Others\Transformation +"market for residues, MSWI, residue from mechanical treatment, CRT display","residues, MSWI, residue from mechanical treatment, CRT display",waste treatment,Others\Transformation +"market for residues, MSWI, residue from mechanical treatment, desktop computer","residues, MSWI, residue from mechanical treatment, desktop computer",waste treatment,Others\Transformation +"market for residues, MSWI, residue from mechanical treatment, industrial device","residues, MSWI, residue from mechanical treatment, industrial device",waste treatment,Others\Transformation +"market for residues, MSWI, residue from mechanical treatment, IT accessory","residues, MSWI, residue from mechanical treatment, IT accessory",waste treatment,Others\Transformation +"market for residues, MSWI, residue from mechanical treatment, laptop computer","residues, MSWI, residue from mechanical treatment, laptop computer",waste treatment,Others\Transformation +"market for residues, MSWI, residue from mechanical treatment, laser printer","residues, MSWI, residue from mechanical treatment, laser printer",waste treatment,Others\Transformation +"market for residues, MSWI, residue from mechanical treatment, LCD","residues, MSWI, residue from mechanical treatment, LCD",waste treatment,Others\Transformation +"market for residues, MSWI, residue from shredder fraction from manual dismantling","residues, MSWI, residue from shredder fraction from manual dismantling",waste treatment,Others\Transformation +"market for residues, MSWI, scrap tin sheet","residues, MSWI, scrap tin sheet",waste treatment,Others\Transformation +"market for residues, MSWI, spent anion exchange resin from potable water production","residues, MSWI, spent anion exchange resin from potable water production",waste treatment,Others\Transformation +"market for residues, MSWI, spent cation exchange resin from potable water production","residues, MSWI, spent cation exchange resin from potable water production",waste treatment,Others\Transformation +"market for residues, MSWI, steel in car shredder residue","residues, MSWI, steel in car shredder residue",waste treatment,Others\Transformation +"market for residues, MSWI, used LCD module","residues, MSWI, used LCD module",waste treatment,Others\Transformation +"market for residues, MSWI, waste bitumen sheet","residues, MSWI, waste bitumen sheet",waste treatment,Others\Transformation +"market for residues, MSWI, waste building wood, chrome preserved","residues, MSWI, waste building wood, chrome preserved",waste treatment,Others\Transformation +"market for residues, MSWI, waste cement-fibre slab, dismantled","residues, MSWI, waste cement-fibre slab, dismantled",waste treatment,Others\Transformation +"market for residues, MSWI, waste emulsion paint","residues, MSWI, waste emulsion paint",waste treatment,Others\Transformation +"market for residues, MSWI, waste expanded polystyrene","residues, MSWI, waste expanded polystyrene",waste treatment,Others\Transformation +"market for residues, MSWI, waste graphical paper","residues, MSWI, waste graphical paper",waste treatment,Others\Transformation +"market for residues, MSWI, waste newspaper","residues, MSWI, waste newspaper",waste treatment,Others\Transformation +"market for residues, MSWI, waste packaging paper","residues, MSWI, waste packaging paper",waste treatment,Others\Transformation +"market for residues, MSWI, waste paint","residues, MSWI, waste paint",waste treatment,Others\Transformation +"market for residues, MSWI, waste paperboard","residues, MSWI, waste paperboard",waste treatment,Others\Transformation +"market for residues, MSWI, waste plastic, consumer electronics","residues, MSWI, waste plastic, consumer electronics",waste treatment,Others\Transformation +"market for residues, MSWI, waste plastic, industrial electronics","residues, MSWI, waste plastic, industrial electronics",waste treatment,Others\Transformation +"market for residues, MSWI, waste plastic, mixture","residues, MSWI, waste plastic, mixture",waste treatment,Others\Transformation +"market for residues, MSWI, waste polyethylene","residues, MSWI, waste polyethylene",waste treatment,Others\Transformation +"market for residues, MSWI, waste polyethylene terephthalate","residues, MSWI, waste polyethylene terephthalate",waste treatment,Others\Transformation +"market for residues, MSWI, waste polypropylene","residues, MSWI, waste polypropylene",waste treatment,Others\Transformation +"market for residues, MSWI, waste polystyrene","residues, MSWI, waste polystyrene",waste treatment,Others\Transformation +"market for residues, MSWI, waste polyurethane","residues, MSWI, waste polyurethane",waste treatment,Others\Transformation +"market for residues, MSWI, waste polyvinylchloride","residues, MSWI, waste polyvinylchloride",waste treatment,Others\Transformation +"market for residues, MSWI, waste polyvinylfluoride","residues, MSWI, waste polyvinylfluoride",waste treatment,Others\Transformation +"market for residues, MSWI, waste rubber, unspecified","residues, MSWI, waste rubber, unspecified",waste treatment,Others\Transformation +"market for residues, MSWI, waste sealing sheet, polyethylene","residues, MSWI, waste sealing sheet, polyethylene",waste treatment,Others\Transformation +"market for residues, MSWI, waste sealing sheet, polyvinylchloride","residues, MSWI, waste sealing sheet, polyvinylchloride",waste treatment,Others\Transformation +"market for residues, MSWI, waste textile, soiled","residues, MSWI, waste textile, soiled",waste treatment,Others\Transformation +"market for residues, MSWI, waste vapour barrier, flame-retarded","residues, MSWI, waste vapour barrier, flame-retarded",waste treatment,Others\Transformation +"market for residues, MSWI, waste wire plastic","residues, MSWI, waste wire plastic",waste treatment,Others\Transformation +"market for residues, MSWI, waste wood pole, chrome preserved","residues, MSWI, waste wood pole, chrome preserved",waste treatment,Others\Transformation +"market for residues, MSWI, waste wood, untreated","residues, MSWI, waste wood, untreated",waste treatment,Others\Transformation +"market for residues, MSWI, zinc in car shredder residue","residues, MSWI, zinc in car shredder residue",waste treatment,Others\Transformation +"market for residues, MSWI[F]-WWT-SLF, municipal solid waste","residues, MSWI[F]-WWT-SLF, municipal solid waste",waste treatment,Others\Transformation +"market for residues, MSWI[F]-WWT-SLF, refinery sludge","residues, MSWI[F]-WWT-SLF, refinery sludge",waste treatment,Others\Transformation +"market for residues, MSWI[F]-WWT-SLF, residue from cooling tower","residues, MSWI[F]-WWT-SLF, residue from cooling tower",waste treatment,Others\Transformation +"market for residues, MSWI[F]-WWT-SLF, sludge from pulp and paper production","residues, MSWI[F]-WWT-SLF, sludge from pulp and paper production",waste treatment,Others\Transformation +"market for residues, MSWI[F]-WWT-SLF, waste aluminium","residues, MSWI[F]-WWT-SLF, waste aluminium",waste treatment,Others\Transformation +"market for residues, MSWI[F]-WWT-SLF, waste asphalt","residues, MSWI[F]-WWT-SLF, waste asphalt",waste treatment,Others\Transformation +"market for residues, MSWI[F]-WWT-SLF, waste bitumen","residues, MSWI[F]-WWT-SLF, waste bitumen",waste treatment,Others\Transformation +"market for residues, MSWI[F]-WWT-SLF, waste emulsion paint","residues, MSWI[F]-WWT-SLF, waste emulsion paint",waste treatment,Others\Transformation +"market for residues, MSWI[F]-WWT-SLF, waste graphical paper","residues, MSWI[F]-WWT-SLF, waste graphical paper",waste treatment,Others\Transformation +"market for residues, MSWI[F]-WWT-SLF, waste gypsum","residues, MSWI[F]-WWT-SLF, waste gypsum",waste treatment,Others\Transformation +"market for residues, MSWI[F]-WWT-SLF, waste newspaper","residues, MSWI[F]-WWT-SLF, waste newspaper",waste treatment,Others\Transformation +"market for residues, MSWI[F]-WWT-SLF, waste paint","residues, MSWI[F]-WWT-SLF, waste paint",waste treatment,Others\Transformation +"market for residues, MSWI[F]-WWT-SLF, waste paperboard","residues, MSWI[F]-WWT-SLF, waste paperboard",waste treatment,Others\Transformation +"market for residues, MSWI[F]-WWT-SLF, waste plastic plaster","residues, MSWI[F]-WWT-SLF, waste plastic plaster",waste treatment,Others\Transformation +"market for residues, MSWI[F]-WWT-SLF, waste plastic, mixture","residues, MSWI[F]-WWT-SLF, waste plastic, mixture",waste treatment,Others\Transformation +"market for residues, MSWI[F]-WWT-SLF, waste polyethylene","residues, MSWI[F]-WWT-SLF, waste polyethylene",waste treatment,Others\Transformation +"market for residues, MSWI[F]-WWT-SLF, waste polyethylene terephthalate","residues, MSWI[F]-WWT-SLF, waste polyethylene terephthalate",waste treatment,Others\Transformation +"market for residues, MSWI[F]-WWT-SLF, waste polypropylene","residues, MSWI[F]-WWT-SLF, waste polypropylene",waste treatment,Others\Transformation +"market for residues, MSWI[F]-WWT-SLF, waste polystyrene","residues, MSWI[F]-WWT-SLF, waste polystyrene",waste treatment,Others\Transformation +"market for residues, MSWI[F]-WWT-SLF, waste polyurethane","residues, MSWI[F]-WWT-SLF, waste polyurethane",waste treatment,Others\Transformation +"market for residues, MSWI[F]-WWT-SLF, waste polyvinylchloride","residues, MSWI[F]-WWT-SLF, waste polyvinylchloride",waste treatment,Others\Transformation +"market for residues, MSWI[F]-WWT-SLF, waste wood, untreated","residues, MSWI[F]-WWT-SLF, waste wood, untreated",waste treatment,Others\Transformation +"market for residues, MSWI[F]-WWT-SLF, wood ash mixture, pure","residues, MSWI[F]-WWT-SLF, wood ash mixture, pure",waste treatment,Landfill\Slag compartment\Transformation +"market for residues, MSWI[F]-WWT, condensate from light oil boiler","residues, MSWI[F]-WWT, condensate from light oil boiler",waste treatment,Others\Market +"market for residues, MSWI[F]-WWT, heat carrier liquid, 40% C3H8O2","residues, MSWI[F]-WWT, heat carrier liquid, 40% C3H8O2",waste treatment,Others\Market +"market for residues, MSWI[F]-WWT, rainwater mineral oil storage","residues, MSWI[F]-WWT, rainwater mineral oil storage",waste treatment,Others\Market +"market for residues, MSWI[F]-WWT, WW from black chrome coating","residues, MSWI[F]-WWT, WW from black chrome coating",waste treatment,Others\Market +"market for residues, MSWI[F]-WWT, WW from ceramic production","residues, MSWI[F]-WWT, WW from ceramic production",waste treatment,Others\Market +"market for residues, MSWI[F]-WWT, WW from concrete production","residues, MSWI[F]-WWT, WW from concrete production",waste treatment,Others\Market +"market for residues, MSWI[F]-WWT, WW from CRT production","residues, MSWI[F]-WWT, WW from CRT production",waste treatment,Others\Market +"market for residues, MSWI[F]-WWT, WW from glass production","residues, MSWI[F]-WWT, WW from glass production",waste treatment,Others\Market +"market for residues, MSWI[F]-WWT, WW from grass refinery","residues, MSWI[F]-WWT, WW from grass refinery",waste treatment,Others\Market +"market for residues, MSWI[F]-WWT, WW from LCD backlight production","residues, MSWI[F]-WWT, WW from LCD backlight production",waste treatment,Others\Market +"market for residues, MSWI[F]-WWT, WW from LCD production","residues, MSWI[F]-WWT, WW from LCD production",waste treatment,Others\Market +"market for residues, MSWI[F]-WWT, WW from liquid crystal production","residues, MSWI[F]-WWT, WW from liquid crystal production",waste treatment,Others\Market +"market for residues, MSWI[F]-WWT, WW from maize starch production","residues, MSWI[F]-WWT, WW from maize starch production",waste treatment,Others\Market +"market for residues, MSWI[F]-WWT, WW from pig iron production","residues, MSWI[F]-WWT, WW from pig iron production",waste treatment,Others\Market +"market for residues, MSWI[F]-WWT, WW from plywood production","residues, MSWI[F]-WWT, WW from plywood production",waste treatment,Others\Market +"market for residues, MSWI[F]-WWT, WW from potato starch production","residues, MSWI[F]-WWT, WW from potato starch production",waste treatment,Others\Market +"market for residues, MSWI[F]-WWT, WW from PV cell production","residues, MSWI[F]-WWT, WW from PV cell production",waste treatment,Others\Market +"market for residues, MSWI[F]-WWT, WW from soft fibreboard production","residues, MSWI[F]-WWT, WW from soft fibreboard production",waste treatment,Others\Market +"market for residues, MSWI[F]-WWT, WW from tube collector production","residues, MSWI[F]-WWT, WW from tube collector production",waste treatment,Others\Market +"market for residues, MSWI[F]-WWT, WW from wafer fabrication","residues, MSWI[F]-WWT, WW from wafer fabrication",waste treatment,Others\Market +"market for residues, MSWI[F]-WWT, WW, average","residues, MSWI[F]-WWT, WW, average",waste treatment,Others\Market +"market for residues, MSWI[F]-WWT[R], WW from anaerobic digestion of whey","residues, MSWI[F]-WWT[R], WW from anaerobic digestion of whey",waste treatment,Others\Market +"market for residues, MSWI[F]-WWT[U], WW from lorry production","residues, MSWI[F]-WWT[U], WW from lorry production",waste treatment,Others\Market +"market for residues, MSWI[F], aluminium in car shredder residue","residues, MSWI[F], aluminium in car shredder residue",waste treatment,Others\Transformation +"market for residues, MSWI[F], biowaste","residues, MSWI[F], biowaste",waste treatment,Others\Transformation +"market for residues, MSWI[F], copper in car shredder residue","residues, MSWI[F], copper in car shredder residue",waste treatment,Others\Transformation +"market for residues, MSWI[F], digester sludge","residues, MSWI[F], digester sludge",waste treatment,Others\Transformation +"market for residues, MSWI[F], lead in car shredder residue","residues, MSWI[F], lead in car shredder residue",waste treatment,Others\Transformation +"market for residues, MSWI[F], municipal solid waste","residues, MSWI[F], municipal solid waste",waste treatment,Others\Transformation +"market for residues, MSWI[F], raw sewage sludge","residues, MSWI[F], raw sewage sludge",waste treatment,Others\Transformation +"market for residues, MSWI[F], residue from mechanical treatment, CRT display","residues, MSWI[F], residue from mechanical treatment, CRT display",waste treatment,Others\Transformation +"market for residues, MSWI[F], residue from mechanical treatment, desktop computer","residues, MSWI[F], residue from mechanical treatment, desktop computer",waste treatment,Others\Transformation +"market for residues, MSWI[F], residue from mechanical treatment, industrial device","residues, MSWI[F], residue from mechanical treatment, industrial device",waste treatment,Others\Transformation +"market for residues, MSWI[F], residue from mechanical treatment, IT accessory","residues, MSWI[F], residue from mechanical treatment, IT accessory",waste treatment,Others\Transformation +"market for residues, MSWI[F], residue from mechanical treatment, laptop computer","residues, MSWI[F], residue from mechanical treatment, laptop computer",waste treatment,Others\Transformation +"market for residues, MSWI[F], residue from mechanical treatment, laser printer","residues, MSWI[F], residue from mechanical treatment, laser printer",waste treatment,Others\Transformation +"market for residues, MSWI[F], residue from mechanical treatment, LCD","residues, MSWI[F], residue from mechanical treatment, LCD",waste treatment,Others\Transformation +"market for residues, MSWI[F], residue from shredder fraction from manual dismantling","residues, MSWI[F], residue from shredder fraction from manual dismantling",waste treatment,Others\Transformation +"market for residues, MSWI[F], scrap tin sheet","residues, MSWI[F], scrap tin sheet",waste treatment,Others\Transformation +"market for residues, MSWI[F], spent anion exchange resin from potable water production","residues, MSWI[F], spent anion exchange resin from potable water production",waste treatment,Others\Transformation +"market for residues, MSWI[F], spent cation exchange resin from potable water production","residues, MSWI[F], spent cation exchange resin from potable water production",waste treatment,Others\Transformation +"market for residues, MSWI[F], steel in car shredder residue","residues, MSWI[F], steel in car shredder residue",waste treatment,Others\Transformation +"market for residues, MSWI[F], used LCD module","residues, MSWI[F], used LCD module",waste treatment,Others\Transformation +"market for residues, MSWI[F], waste bitumen sheet","residues, MSWI[F], waste bitumen sheet",waste treatment,Others\Transformation +"market for residues, MSWI[F], waste building wood, chrome preserved","residues, MSWI[F], waste building wood, chrome preserved",waste treatment,Others\Transformation +"market for residues, MSWI[F], waste cement-fibre slab, dismantled","residues, MSWI[F], waste cement-fibre slab, dismantled",waste treatment,Others\Transformation +"market for residues, MSWI[F], waste emulsion paint","residues, MSWI[F], waste emulsion paint",waste treatment,Others\Transformation +"market for residues, MSWI[F], waste expanded polystyrene","residues, MSWI[F], waste expanded polystyrene",waste treatment,Others\Transformation +"market for residues, MSWI[F], waste graphical paper","residues, MSWI[F], waste graphical paper",waste treatment,Others\Transformation +"market for residues, MSWI[F], waste newspaper","residues, MSWI[F], waste newspaper",waste treatment,Others\Transformation +"market for residues, MSWI[F], waste packaging paper","residues, MSWI[F], waste packaging paper",waste treatment,Others\Transformation +"market for residues, MSWI[F], waste paint","residues, MSWI[F], waste paint",waste treatment,Others\Transformation +"market for residues, MSWI[F], waste paperboard","residues, MSWI[F], waste paperboard",waste treatment,Others\Transformation +"market for residues, MSWI[F], waste plastic, consumer electronics","residues, MSWI[F], waste plastic, consumer electronics",waste treatment,Others\Transformation +"market for residues, MSWI[F], waste plastic, industrial electronics","residues, MSWI[F], waste plastic, industrial electronics",waste treatment,Others\Transformation +"market for residues, MSWI[F], waste plastic, mixture","residues, MSWI[F], waste plastic, mixture",waste treatment,Others\Transformation +"market for residues, MSWI[F], waste polyethylene","residues, MSWI[F], waste polyethylene",waste treatment,Others\Transformation +"market for residues, MSWI[F], waste polyethylene terephthalate","residues, MSWI[F], waste polyethylene terephthalate",waste treatment,Others\Transformation +"market for residues, MSWI[F], waste polypropylene","residues, MSWI[F], waste polypropylene",waste treatment,Others\Transformation +"market for residues, MSWI[F], waste polystyrene","residues, MSWI[F], waste polystyrene",waste treatment,Others\Transformation +"market for residues, MSWI[F], waste polyurethane","residues, MSWI[F], waste polyurethane",waste treatment,Others\Transformation +"market for residues, MSWI[F], waste polyvinylchloride","residues, MSWI[F], waste polyvinylchloride",waste treatment,Others\Transformation +"market for residues, MSWI[F], waste polyvinylfluoride","residues, MSWI[F], waste polyvinylfluoride",waste treatment,Others\Transformation +"market for residues, MSWI[F], waste rubber, unspecified","residues, MSWI[F], waste rubber, unspecified",waste treatment,Others\Transformation +"market for residues, MSWI[F], waste sealing sheet, polyethylene","residues, MSWI[F], waste sealing sheet, polyethylene",waste treatment,Others\Transformation +"market for residues, MSWI[F], waste sealing sheet, polyvinylchloride","residues, MSWI[F], waste sealing sheet, polyvinylchloride",waste treatment,Others\Transformation +"market for residues, MSWI[F], waste textile, soiled","residues, MSWI[F], waste textile, soiled",waste treatment,Others\Transformation +"market for residues, MSWI[F], waste vapour barrier, flame-retarded","residues, MSWI[F], waste vapour barrier, flame-retarded",waste treatment,Others\Transformation +"market for residues, MSWI[F], waste wire plastic","residues, MSWI[F], waste wire plastic",waste treatment,Others\Transformation +"market for residues, MSWI[F], waste wood pole, chrome preserved","residues, MSWI[F], waste wood pole, chrome preserved",waste treatment,Others\Transformation +"market for residues, MSWI[F], waste wood, untreated","residues, MSWI[F], waste wood, untreated",waste treatment,Others\Transformation +"market for residues, MSWI[F], zinc in car shredder residue","residues, MSWI[F], zinc in car shredder residue",waste treatment,Others\Transformation +"market for resistor, auxilliaries and energy use","resistor, auxilliaries and energy use",material,Electronics\Component\Market +"market for resistor, metal film type, through-hole mounting","resistor, metal film type, through-hole mounting",material,Electronics\Component\Market +"market for resistor, surface-mounted","resistor, surface-mounted",material,Electronics\Component\Market +"market for resistor, wirewound, through-hole mounting","resistor, wirewound, through-hole mounting",material,Electronics\Component\Market +market for resorcinol,resorcinol,material,Chemicals\Organic\Market +"market for retention aid, for paper production","retention aid, for paper production",material,Chemicals\Others\Market +market for rhodium,rhodium,material,Metals\Non ferro\Market +"market for rice seed, for sowing","rice seed, for sowing",material,Agricultural\Plant seeds\Market +"market for rice, basmati","rice, basmati",material,Agricultural\Plant production\Cereals\Market +"market for rice, non-basmati","rice, non-basmati",material,Agricultural\Plant production\Cereals\Market +market for road,road,transport,Others\Obsolete +market for road maintenance,road maintenance,processing,Others\Obsolete +market for road vehicle factory,road vehicle factory,transport,Road\Market\Infrastructure +"market for road wear emissions, lorry","road wear emissions, lorry",waste treatment,Transport\Market +"market for road wear emissions, passenger car","road wear emissions, passenger car",waste treatment,Transport\Market +"market for road, company, internal","road, company, internal",transport,Road\Market\Infrastructure +market for rock crushing,rock crushing,processing,Others\Market +market for rolling mill,rolling mill,processing,Metals\Metal working\Market\Infrastructure +market for roof tile,roof tile,material,Construction\Coverings\Market +"market for room-connecting overflow element, steel, approx. 40 m3/h","room-connecting overflow element, steel, approx. 40 m3/h",material,Construction\Ventilation\Market +"market for rosin size, for paper production","rosin size, for paper production",material,Chemicals\Others\Market +"market for roundwood, azobe from sustainable forest management, CM, debarked","roundwood, azobe from sustainable forest management, CM, debarked",material,Others\Obsolete +"market for roundwood, azobe from sustainable forest management, under bark","roundwood, azobe from sustainable forest management, under bark",material,Others\Obsolete +"market for roundwood, eucalyptus ssp. from sustainable forest management, under bark","roundwood, eucalyptus ssp. from sustainable forest management, under bark",material,Others\Obsolete +"market for roundwood, meranti from sustainable forest management, MY, debarked","roundwood, meranti from sustainable forest management, MY, debarked",material,Others\Obsolete +"market for roundwood, meranti from sustainable forest management, under bark","roundwood, meranti from sustainable forest management, under bark",material,Others\Obsolete +"market for roundwood, parana pine from sustainable forest management, under bark","roundwood, parana pine from sustainable forest management, under bark",material,Others\Obsolete +"market for roundwood, parana pine from sustainable forest management, under bark_obsolete","roundwood, parana pine from sustainable forest management, under bark",material,Others\Obsolete +"market for router, internet","router, internet",material,Electronics\Devices\Market +"market for rutile, 95% titanium dioxide","rutile, 95% titanium dioxide",material,Minerals\Market +market for rye grain,rye grain,material,Agricultural\Plant production\Cereals\Market +"market for rye grain, feed, organic","rye grain, feed, organic",material,Agricultural\Animal feed\Market +"market for rye grain, feed, Swiss integrated production","rye grain, feed, Swiss integrated production",material,Agricultural\Animal feed\Market +"market for rye grain, organic","rye grain, organic",material,Agricultural\Plant production\Cereals\Market +"market for rye grain, Swiss integrated production","rye grain, Swiss integrated production",material,Agricultural\Plant production\Cereals\Market +"market for rye seed, for sowing","rye seed, for sowing",material,Agricultural\Plant seeds\Market +"market for rye seed, organic, for sowing","rye seed, organic, for sowing",material,Agricultural\Plant seeds\Market +"market for rye seed, Swiss integrated production, for sowing","rye seed, Swiss integrated production, for sowing",material,Agricultural\Plant seeds\Market +market for ryegrass silage,ryegrass silage,material,Agricultural\Animal feed\Market +market for ryegrass-Egyptian&Persian clover-mixture silage,ryegrass-Egyptian&Persian clover-mixture silage,material,Agricultural\Animal feed\Market +market for ryegrass-red&Egyptian clover-mixture silage,ryegrass-red&Egyptian clover-mixture silage,material,Agricultural\Animal feed\Market +market for salicylic acid,salicylic acid,material,Chemicals\Acids (organic)\Market +market for salt,salt,material,Chemicals\Inorganic\Market +market for salt tailing from potash mine,salt tailing from potash mine,waste treatment,Landfill\Slag compartment\Transformation +"market for samarium europium gadolinium concentrate, 94% rare earth oxide","samarium europium gadolinium concentrate, 94% rare earth oxide",material,Others\Obsolete +market for samarium oxide,samarium oxide,material,Chemicals\Inorganic\Market +market for samarium-europium-gadolinium oxide,samarium-europium-gadolinium oxide,material,Chemicals\Inorganic\Market +market for sand,sand,material,Minerals\Market +market for sand-lime brick,sand-lime brick,material,Construction\Bricks\Market +"market for sanforizing, textile","sanforizing, textile",processing,Textiles\Market +market for sanitary ceramics,sanitary ceramics,material,Construction\Ceramics\Market +market for sanitary landfill facility,sanitary landfill facility,processing,Waste\Market\Infrastructure +"market for saw dust, wet, measured as dry mass","saw dust, wet, measured as dry mass",material,Others\Obsolete +"market for sawdust, loose, wet, measured as dry mass","sawdust, loose, wet, measured as dry mass",material,Wood\Byproducts\Market +"market for sawdust, loose, wet, measured as dry mass_obsolete","sawdust, loose, wet, measured as dry mass",waste treatment,Others\Obsolete +"market for sawdust, wet, measured as dry mass","sawdust, wet, measured as dry mass",material,Wood\Byproducts\Market +"market for sawlog and veneer log, azobe, debarked, measured as solid wood","sawlog and veneer log, azobe, debarked, measured as solid wood",material,Wood\Extraction\Market +"market for sawlog and veneer log, azobe, measured as solid wood under bark","sawlog and veneer log, azobe, measured as solid wood under bark",material,Wood\Extraction\Market +"market for sawlog and veneer log, eucalyptus ssp., measured as solid wood under bark","sawlog and veneer log, eucalyptus ssp., measured as solid wood under bark",material,Wood\Extraction\Market +"market for sawlog and veneer log, hardwood, measured as solid wood under bark","sawlog and veneer log, hardwood, measured as solid wood under bark",material,Wood\Extraction\Market +"market for sawlog and veneer log, meranti, debarked, measured as solid wood","sawlog and veneer log, meranti, debarked, measured as solid wood",material,Wood\Extraction\Market +"market for sawlog and veneer log, meranti, measured as solid wood under bark","sawlog and veneer log, meranti, measured as solid wood under bark",material,Wood\Extraction\Market +"market for sawlog and veneer log, parana pine, measured as solid wood under bark","sawlog and veneer log, parana pine, measured as solid wood under bark",material,Wood\Extraction\Market +"market for sawlog and veneer log, paran‡ pine, measured as solid wood under bark","sawlog and veneer log, paran‡ pine, measured as solid wood under bark",material,Wood\Extraction\Market +"market for sawlog and veneer log, paran‡ pine, measured as solid wood under bark","sawlog and veneer log, paran‡ pine, measured as solid wood under bark",material,Wood\Extraction\Market +"market for sawlog and veneer log, softwood, debarked, measured as solid wood","sawlog and veneer log, softwood, debarked, measured as solid wood",material,Wood\Extraction\Market +"market for sawlog and veneer log, softwood, measured as solid wood under bark","sawlog and veneer log, softwood, measured as solid wood under bark",material,Wood\Extraction\Market +market for sawmill,sawmill,material,Wood\Products\Market\Infrastructure +"market for sawnwood, azobe from sustainable forest management, planed, air dried","sawnwood, azobe from sustainable forest management, planed, air dried",material,Others\Obsolete +"market for sawnwood, azobe, dried (u=15%), planed","sawnwood, azobe, dried (u=15%), planed",material,Wood\Products\Market +"market for sawnwood, beam, hardwood, dried (u=10%), planed","sawnwood, beam, hardwood, dried (u=10%), planed",material,Others\Obsolete +"market for sawnwood, beam, hardwood, dried (u=20%), planed","sawnwood, beam, hardwood, dried (u=20%), planed",material,Others\Obsolete +"market for sawnwood, beam, hardwood, raw, dried (u=10%)","sawnwood, beam, hardwood, raw, dried (u=10%)",material,Others\Obsolete +"market for sawnwood, beam, hardwood, raw, dried (u=20%)","sawnwood, beam, hardwood, raw, dried (u=20%)",material,Others\Obsolete +"market for sawnwood, beam, softwood, dried (u=10%), planed","sawnwood, beam, softwood, dried (u=10%), planed",material,Others\Obsolete +"market for sawnwood, beam, softwood, dried (u=20%), planed","sawnwood, beam, softwood, dried (u=20%), planed",material,Others\Obsolete +"market for sawnwood, beam, softwood, raw, dried (u=10%)","sawnwood, beam, softwood, raw, dried (u=10%)",material,Others\Obsolete +"market for sawnwood, beam, softwood, raw, dried (u=20%)","sawnwood, beam, softwood, raw, dried (u=20%)",material,Others\Obsolete +"market for sawnwood, board, hardwood, dried (u=10%), planed","sawnwood, board, hardwood, dried (u=10%), planed",material,Others\Obsolete +"market for sawnwood, board, hardwood, dried (u=20%), planed","sawnwood, board, hardwood, dried (u=20%), planed",material,Others\Obsolete +"market for sawnwood, board, hardwood, raw, dried (u=10%)","sawnwood, board, hardwood, raw, dried (u=10%)",material,Others\Obsolete +"market for sawnwood, board, hardwood, raw, dried (u=20%)","sawnwood, board, hardwood, raw, dried (u=20%)",material,Others\Obsolete +"market for sawnwood, board, softwood, dried (u=10%), planed","sawnwood, board, softwood, dried (u=10%), planed",material,Others\Obsolete +"market for sawnwood, board, softwood, dried (u=20%), planed","sawnwood, board, softwood, dried (u=20%), planed",material,Others\Obsolete +"market for sawnwood, board, softwood, raw, dried (u=10%)","sawnwood, board, softwood, raw, dried (u=10%)",material,Others\Obsolete +"market for sawnwood, board, softwood, raw, dried (u=20%)","sawnwood, board, softwood, raw, dried (u=20%)",material,Others\Obsolete +"market for sawnwood, hardwood, dried (u=10%), planed","sawnwood, hardwood, dried (u=10%), planed",material,Wood\Products\Market +"market for sawnwood, hardwood, dried (u=20%), planed","sawnwood, hardwood, dried (u=20%), planed",material,Wood\Products\Market +"market for sawnwood, hardwood, raw","sawnwood, hardwood, raw",material,Wood\Products\Market +"market for sawnwood, hardwood, raw, dried (u=10%)","sawnwood, hardwood, raw, dried (u=10%)",material,Wood\Products\Market +"market for sawnwood, hardwood, raw, dried (u=20%)","sawnwood, hardwood, raw, dried (u=20%)",material,Wood\Products\Market +"market for sawnwood, lath, hardwood, dried (u=10%), planed","sawnwood, lath, hardwood, dried (u=10%), planed",material,Others\Obsolete +"market for sawnwood, lath, hardwood, dried (u=20%), planed","sawnwood, lath, hardwood, dried (u=20%), planed",material,Others\Obsolete +"market for sawnwood, lath, hardwood, raw, dried (u=10%)","sawnwood, lath, hardwood, raw, dried (u=10%)",material,Others\Obsolete +"market for sawnwood, lath, hardwood, raw, dried (u=20%)","sawnwood, lath, hardwood, raw, dried (u=20%)",material,Others\Obsolete +"market for sawnwood, lath, softwood, dried (u=10%), planed","sawnwood, lath, softwood, dried (u=10%), planed",material,Others\Obsolete +"market for sawnwood, lath, softwood, dried (u=20%), planed","sawnwood, lath, softwood, dried (u=20%), planed",material,Others\Obsolete +"market for sawnwood, lath, softwood, raw, dried (u=10%)","sawnwood, lath, softwood, raw, dried (u=10%)",material,Others\Obsolete +"market for sawnwood, lath, softwood, raw, dried (u=20%)","sawnwood, lath, softwood, raw, dried (u=20%)",material,Others\Obsolete +"market for sawnwood, parana pine from sustainable forest management, kiln dried","sawnwood, parana pine from sustainable forest management, kiln dried",material,Others\Obsolete +"market for sawnwood, parana pine from sustainable forest management, kiln dried_obsolete","sawnwood, parana pine from sustainable forest management, kiln dried",material,Others\Obsolete +"market for sawnwood, parana pine, dried (u=10%)","sawnwood, parana pine, dried (u=10%)",material,Wood\Products\Market +"market for sawnwood, paran‡ pine, dried (u=10%)","sawnwood, paran‡ pine, dried (u=10%)",material,Wood\Products\Market +"market for sawnwood, paran‡ pine, dried (u=10%)","sawnwood, paran‡ pine, dried (u=10%)",material,Wood\Products\Market +"market for sawnwood, softwood, dried (u=10%), planed","sawnwood, softwood, dried (u=10%), planed",material,Wood\Products\Market +"market for sawnwood, softwood, dried (u=20%), planed","sawnwood, softwood, dried (u=20%), planed",material,Wood\Products\Market +"market for sawnwood, softwood, raw","sawnwood, softwood, raw",material,Wood\Products\Market +"market for sawnwood, softwood, raw, dried (u=10%)","sawnwood, softwood, raw, dried (u=10%)",material,Wood\Products\Market +"market for sawnwood, softwood, raw, dried (u=20%)","sawnwood, softwood, raw, dried (u=20%)",material,Wood\Products\Market +market for scandium oxide,scandium oxide,material,Chemicals\Inorganic\Market +market for scrap aluminium,scrap aluminium,waste treatment,Metals\Market +market for scrap copper,scrap copper,waste treatment,Metals\Market +market for scrap lead acid battery,scrap lead acid battery,material,Electronics waste\Market +market for scrap lead acid battery_obsolete,scrap lead acid battery,waste treatment,Others\Obsolete +market for scrap preparation facility,scrap preparation facility,processing,Waste\Market\Infrastructure +market for scrap steel,scrap steel,waste treatment,Metals\Market +market for scrap tin sheet,scrap tin sheet,waste treatment,Metals\Market +"market for seal, natural rubber based","seal, natural rubber based",material,Construction\Sealing\Market +"market for sealing tape, aluminium/PE, 50 mm wide","sealing tape, aluminium/PE, 50 mm wide",material,Construction\Sealing\Market +market for seawater reverse osmosis module,seawater reverse osmosis module,material,Water\Industry water\Market\Infrastructure +"market for section bar extrusion, aluminium","section bar extrusion, aluminium",processing,Metals\Chipless shaping\Market +"market for section bar rolling, steel","section bar rolling, steel",processing,Metals\Chipless shaping\Market +market for seed-cotton,seed-cotton,material,Textiles\Market +"market for seed-cotton, organic","seed-cotton, organic",material,Textiles\Market +"market for selective coat, aluminium sheet, nickel pigmented aluminium oxide","selective coat, aluminium sheet, nickel pigmented aluminium oxide",processing,Metals\Coating\Market +"market for selective coat, copper sheet, black chrome","selective coat, copper sheet, black chrome",processing,Metals\Coating\Market +"market for selective coat, copper sheet, black majic","selective coat, copper sheet, black majic",processing,Metals\Coating\Market +"market for selective coat, copper sheet, physical vapour deposition","selective coat, copper sheet, physical vapour deposition",processing,Metals\Coating\Market +"market for selective coat, copper sheet, sputter deposition","selective coat, copper sheet, sputter deposition",processing,Metals\Coating\Market +"market for selective coat, stainless steel sheet, black chrome","selective coat, stainless steel sheet, black chrome",processing,Metals\Coating\Market +market for selenium,selenium,material,Chemicals\Inorganic\Market +market for sesame seed,sesame seed,material,Agricultural\Plant production\Oil seeds\Market +market for sewage sludge,sewage sludge,waste treatment,Others\Market +"market for sewage sludge, 70% water, WWT-SLF, hard coal ash","sewage sludge, 70% water, WWT-SLF, hard coal ash",waste treatment,Landfill\Slag compartment\Transformation +"market for sewage sludge, 70% water, WWT-SLF, inert waste","sewage sludge, 70% water, WWT-SLF, inert waste",waste treatment,Biowaste\Transformation +"market for sewage sludge, 70% water, WWT-SLF, lignite ash","sewage sludge, 70% water, WWT-SLF, lignite ash",waste treatment,Landfill\Slag compartment\Transformation +"market for sewage sludge, 70% water, WWT-SLF, municipal solid waste","sewage sludge, 70% water, WWT-SLF, municipal solid waste",waste treatment,Biowaste\Transformation +"market for sewage sludge, 70% water, WWT-SLF, refinery sludge","sewage sludge, 70% water, WWT-SLF, refinery sludge",waste treatment,Biowaste\Transformation +"market for sewage sludge, 70% water, WWT-SLF, residue from cooling tower","sewage sludge, 70% water, WWT-SLF, residue from cooling tower",waste treatment,Others\Transformation +"market for sewage sludge, 70% water, WWT-SLF, scrap tin sheet","sewage sludge, 70% water, WWT-SLF, scrap tin sheet",waste treatment,Biowaste\Transformation +"market for sewage sludge, 70% water, WWT-SLF, sludge from pulp and paper production","sewage sludge, 70% water, WWT-SLF, sludge from pulp and paper production",waste treatment,Biowaste\Transformation +"market for sewage sludge, 70% water, WWT-SLF, waste aluminium","sewage sludge, 70% water, WWT-SLF, waste aluminium",waste treatment,Biowaste\Transformation +"market for sewage sludge, 70% water, WWT-SLF, waste asphalt","sewage sludge, 70% water, WWT-SLF, waste asphalt",waste treatment,Biowaste\Transformation +"market for sewage sludge, 70% water, WWT-SLF, waste bitumen","sewage sludge, 70% water, WWT-SLF, waste bitumen",waste treatment,Biowaste\Transformation +"market for sewage sludge, 70% water, WWT-SLF, waste emulsion paint","sewage sludge, 70% water, WWT-SLF, waste emulsion paint",waste treatment,Biowaste\Transformation +"market for sewage sludge, 70% water, WWT-SLF, waste glass","sewage sludge, 70% water, WWT-SLF, waste glass",waste treatment,Biowaste\Transformation +"market for sewage sludge, 70% water, WWT-SLF, waste graphical paper","sewage sludge, 70% water, WWT-SLF, waste graphical paper",waste treatment,Biowaste\Transformation +"market for sewage sludge, 70% water, WWT-SLF, waste gypsum","sewage sludge, 70% water, WWT-SLF, waste gypsum",waste treatment,Biowaste\Transformation +"market for sewage sludge, 70% water, WWT-SLF, waste newspaper","sewage sludge, 70% water, WWT-SLF, waste newspaper",waste treatment,Biowaste\Transformation +"market for sewage sludge, 70% water, WWT-SLF, waste packaging paper","sewage sludge, 70% water, WWT-SLF, waste packaging paper",waste treatment,Biowaste\Transformation +"market for sewage sludge, 70% water, WWT-SLF, waste paint","sewage sludge, 70% water, WWT-SLF, waste paint",waste treatment,Biowaste\Transformation +"market for sewage sludge, 70% water, WWT-SLF, waste paperboard","sewage sludge, 70% water, WWT-SLF, waste paperboard",waste treatment,Biowaste\Transformation +"market for sewage sludge, 70% water, WWT-SLF, waste plastic plaster","sewage sludge, 70% water, WWT-SLF, waste plastic plaster",waste treatment,Biowaste\Transformation +"market for sewage sludge, 70% water, WWT-SLF, waste plastic, mixture","sewage sludge, 70% water, WWT-SLF, waste plastic, mixture",waste treatment,Biowaste\Transformation +"market for sewage sludge, 70% water, WWT-SLF, waste polyethylene","sewage sludge, 70% water, WWT-SLF, waste polyethylene",waste treatment,Biowaste\Transformation +"market for sewage sludge, 70% water, WWT-SLF, waste polyethylene terephthalate","sewage sludge, 70% water, WWT-SLF, waste polyethylene terephthalate",waste treatment,Biowaste\Transformation +"market for sewage sludge, 70% water, WWT-SLF, waste polypropylene","sewage sludge, 70% water, WWT-SLF, waste polypropylene",waste treatment,Biowaste\Transformation +"market for sewage sludge, 70% water, WWT-SLF, waste polystyrene","sewage sludge, 70% water, WWT-SLF, waste polystyrene",waste treatment,Biowaste\Transformation +"market for sewage sludge, 70% water, WWT-SLF, waste polyurethane","sewage sludge, 70% water, WWT-SLF, waste polyurethane",waste treatment,Biowaste\Transformation +"market for sewage sludge, 70% water, WWT-SLF, waste polyvinylchloride","sewage sludge, 70% water, WWT-SLF, waste polyvinylchloride",waste treatment,Biowaste\Transformation +"market for sewage sludge, 70% water, WWT-SLF, waste wood, untreated","sewage sludge, 70% water, WWT-SLF, waste wood, untreated",waste treatment,Biowaste\Transformation +"market for sewage sludge, 70% water, WWT-SLF, wood ash mixture, pure","sewage sludge, 70% water, WWT-SLF, wood ash mixture, pure",waste treatment,Landfill\Slag compartment\Transformation +"market for sewage sludge, 70% water, WWT-SLF[W], waste plastic, consumer electronics","sewage sludge, 70% water, WWT-SLF[W], waste plastic, consumer electronics",waste treatment,Biowaste\Transformation +"market for sewage sludge, 70% water, WWT, condensate from light oil boiler","sewage sludge, 70% water, WWT, condensate from light oil boiler",waste treatment,Others\Market +"market for sewage sludge, 70% water, WWT, heat carrier liquid, 40% C3H8O2","sewage sludge, 70% water, WWT, heat carrier liquid, 40% C3H8O2",waste treatment,Others\Market +"market for sewage sludge, 70% water, WWT, rainwater mineral oil storage","sewage sludge, 70% water, WWT, rainwater mineral oil storage",waste treatment,Others\Market +"market for sewage sludge, 70% water, WWT, WW from ammonium paratungstate production","sewage sludge, 70% water, WWT, WW from ammonium paratungstate production",waste treatment,Others\Market +"market for sewage sludge, 70% water, WWT, WW from black chrome coating","sewage sludge, 70% water, WWT, WW from black chrome coating",waste treatment,Others\Market +"market for sewage sludge, 70% water, WWT, WW from ceramic production","sewage sludge, 70% water, WWT, WW from ceramic production",waste treatment,Others\Market +"market for sewage sludge, 70% water, WWT, WW from concrete production","sewage sludge, 70% water, WWT, WW from concrete production",waste treatment,Others\Market +"market for sewage sludge, 70% water, WWT, WW from CRT production","sewage sludge, 70% water, WWT, WW from CRT production",waste treatment,Others\Market +"market for sewage sludge, 70% water, WWT, WW from GGBFS production","sewage sludge, 70% water, WWT, WW from GGBFS production",waste treatment,Others\Market +"market for sewage sludge, 70% water, WWT, WW from glass production","sewage sludge, 70% water, WWT, WW from glass production",waste treatment,Others\Market +"market for sewage sludge, 70% water, WWT, WW from grass refinery","sewage sludge, 70% water, WWT, WW from grass refinery",waste treatment,Others\Market +"market for sewage sludge, 70% water, WWT, WW from hard fibreboard production","sewage sludge, 70% water, WWT, WW from hard fibreboard production",waste treatment,Others\Market +"market for sewage sludge, 70% water, WWT, WW from LCD backlight production","sewage sludge, 70% water, WWT, WW from LCD backlight production",waste treatment,Others\Market +"market for sewage sludge, 70% water, WWT, WW from LCD production","sewage sludge, 70% water, WWT, WW from LCD production",waste treatment,Others\Market +"market for sewage sludge, 70% water, WWT, WW from liquid crystal production","sewage sludge, 70% water, WWT, WW from liquid crystal production",waste treatment,Others\Market +"market for sewage sludge, 70% water, WWT, WW from maize starch production","sewage sludge, 70% water, WWT, WW from maize starch production",waste treatment,Others\Market +"market for sewage sludge, 70% water, WWT, WW from medium density board production","sewage sludge, 70% water, WWT, WW from medium density board production",waste treatment,Others\Market +"market for sewage sludge, 70% water, WWT, WW from particle board production","sewage sludge, 70% water, WWT, WW from particle board production",waste treatment,Others\Market +"market for sewage sludge, 70% water, WWT, WW from pig iron production","sewage sludge, 70% water, WWT, WW from pig iron production",waste treatment,Others\Market +"market for sewage sludge, 70% water, WWT, WW from plywood production","sewage sludge, 70% water, WWT, WW from plywood production",waste treatment,Others\Market +"market for sewage sludge, 70% water, WWT, WW from potato starch production","sewage sludge, 70% water, WWT, WW from potato starch production",waste treatment,Others\Market +"market for sewage sludge, 70% water, WWT, WW from PV cell production","sewage sludge, 70% water, WWT, WW from PV cell production",waste treatment,Others\Market +"market for sewage sludge, 70% water, WWT, WW from soft fibreboard production","sewage sludge, 70% water, WWT, WW from soft fibreboard production",waste treatment,Others\Market +"market for sewage sludge, 70% water, WWT, WW from tube collector production","sewage sludge, 70% water, WWT, WW from tube collector production",waste treatment,Others\Market +"market for sewage sludge, 70% water, WWT, WW from vegetable oil refinery","sewage sludge, 70% water, WWT, WW from vegetable oil refinery",waste treatment,Others\Market +"market for sewage sludge, 70% water, WWT, WW from wafer fabrication","sewage sludge, 70% water, WWT, WW from wafer fabrication",waste treatment,Others\Market +"market for sewage sludge, 70% water, WWT, WW, average","sewage sludge, 70% water, WWT, WW, average",waste treatment,Others\Market +"market for sewage sludge, 70% water, WWT[R], WW from anaerobic digestion of whey","sewage sludge, 70% water, WWT[R], WW from anaerobic digestion of whey",waste treatment,Others\Market +"market for sewage sludge, 70% water, WWT[U], WW from lorry production","sewage sludge, 70% water, WWT[U], WW from lorry production",waste treatment,Others\Market +"market for sewage sludge, 75% water, WWT, condensate from light oil boiler","sewage sludge, 75% water, WWT, condensate from light oil boiler",waste treatment,Others\Market +"market for sewage sludge, 75% water, WWT, heat carrier liquid, 40% C3H8O2","sewage sludge, 75% water, WWT, heat carrier liquid, 40% C3H8O2",waste treatment,Others\Market +"market for sewage sludge, 75% water, WWT, rainwater mineral oil storage","sewage sludge, 75% water, WWT, rainwater mineral oil storage",waste treatment,Others\Market +"market for sewage sludge, 75% water, WWT, WW from ammonium paratungstate production","sewage sludge, 75% water, WWT, WW from ammonium paratungstate production",waste treatment,Others\Market +"market for sewage sludge, 75% water, WWT, WW from black chrome coating","sewage sludge, 75% water, WWT, WW from black chrome coating",waste treatment,Others\Market +"market for sewage sludge, 75% water, WWT, WW from ceramic production","sewage sludge, 75% water, WWT, WW from ceramic production",waste treatment,Others\Market +"market for sewage sludge, 75% water, WWT, WW from concrete production","sewage sludge, 75% water, WWT, WW from concrete production",waste treatment,Others\Market +"market for sewage sludge, 75% water, WWT, WW from CRT production","sewage sludge, 75% water, WWT, WW from CRT production",waste treatment,Others\Market +"market for sewage sludge, 75% water, WWT, WW from GGBFS production","sewage sludge, 75% water, WWT, WW from GGBFS production",waste treatment,Others\Market +"market for sewage sludge, 75% water, WWT, WW from glass production","sewage sludge, 75% water, WWT, WW from glass production",waste treatment,Others\Market +"market for sewage sludge, 75% water, WWT, WW from grass refinery","sewage sludge, 75% water, WWT, WW from grass refinery",waste treatment,Others\Market +"market for sewage sludge, 75% water, WWT, WW from hard fibreboard production","sewage sludge, 75% water, WWT, WW from hard fibreboard production",waste treatment,Others\Market +"market for sewage sludge, 75% water, WWT, WW from LCD backlight production","sewage sludge, 75% water, WWT, WW from LCD backlight production",waste treatment,Others\Market +"market for sewage sludge, 75% water, WWT, WW from LCD production","sewage sludge, 75% water, WWT, WW from LCD production",waste treatment,Others\Market +"market for sewage sludge, 75% water, WWT, WW from liquid crystal production","sewage sludge, 75% water, WWT, WW from liquid crystal production",waste treatment,Others\Market +"market for sewage sludge, 75% water, WWT, WW from maize starch production","sewage sludge, 75% water, WWT, WW from maize starch production",waste treatment,Others\Market +"market for sewage sludge, 75% water, WWT, WW from medium density board production","sewage sludge, 75% water, WWT, WW from medium density board production",waste treatment,Others\Market +"market for sewage sludge, 75% water, WWT, WW from particle board production","sewage sludge, 75% water, WWT, WW from particle board production",waste treatment,Others\Market +"market for sewage sludge, 75% water, WWT, WW from pig iron production","sewage sludge, 75% water, WWT, WW from pig iron production",waste treatment,Others\Market +"market for sewage sludge, 75% water, WWT, WW from plywood production","sewage sludge, 75% water, WWT, WW from plywood production",waste treatment,Others\Market +"market for sewage sludge, 75% water, WWT, WW from potato starch production","sewage sludge, 75% water, WWT, WW from potato starch production",waste treatment,Others\Market +"market for sewage sludge, 75% water, WWT, WW from PV cell production","sewage sludge, 75% water, WWT, WW from PV cell production",waste treatment,Others\Market +"market for sewage sludge, 75% water, WWT, WW from soft fibreboard production","sewage sludge, 75% water, WWT, WW from soft fibreboard production",waste treatment,Others\Market +"market for sewage sludge, 75% water, WWT, WW from tube collector production","sewage sludge, 75% water, WWT, WW from tube collector production",waste treatment,Others\Market +"market for sewage sludge, 75% water, WWT, WW from vegetable oil refinery","sewage sludge, 75% water, WWT, WW from vegetable oil refinery",waste treatment,Others\Market +"market for sewage sludge, 75% water, WWT, WW from wafer fabrication","sewage sludge, 75% water, WWT, WW from wafer fabrication",waste treatment,Others\Market +"market for sewage sludge, 75% water, WWT, WW, average","sewage sludge, 75% water, WWT, WW, average",waste treatment,Others\Market +"market for sewage sludge, 75% water, WWT[R], WW from anaerobic digestion of whey","sewage sludge, 75% water, WWT[R], WW from anaerobic digestion of whey",waste treatment,Others\Market +"market for sewage sludge, 75% water, WWT[U], WW from lorry production","sewage sludge, 75% water, WWT[U], WW from lorry production",waste treatment,Others\Market +"market for sewage sludge, 97% water, WWT-SLF, hard coal ash","sewage sludge, 97% water, WWT-SLF, hard coal ash",waste treatment,Landfill\Slag compartment\Transformation +"market for sewage sludge, 97% water, WWT-SLF, inert waste","sewage sludge, 97% water, WWT-SLF, inert waste",waste treatment,Biowaste\Transformation +"market for sewage sludge, 97% water, WWT-SLF, lignite ash","sewage sludge, 97% water, WWT-SLF, lignite ash",waste treatment,Landfill\Slag compartment\Transformation +"market for sewage sludge, 97% water, WWT-SLF, municipal solid waste","sewage sludge, 97% water, WWT-SLF, municipal solid waste",waste treatment,Biowaste\Transformation +"market for sewage sludge, 97% water, WWT-SLF, refinery sludge","sewage sludge, 97% water, WWT-SLF, refinery sludge",waste treatment,Biowaste\Transformation +"market for sewage sludge, 97% water, WWT-SLF, residue from cooling tower","sewage sludge, 97% water, WWT-SLF, residue from cooling tower",waste treatment,Others\Transformation +"market for sewage sludge, 97% water, WWT-SLF, scrap tin sheet","sewage sludge, 97% water, WWT-SLF, scrap tin sheet",waste treatment,Biowaste\Transformation +"market for sewage sludge, 97% water, WWT-SLF, sludge from pulp and paper production","sewage sludge, 97% water, WWT-SLF, sludge from pulp and paper production",waste treatment,Biowaste\Transformation +"market for sewage sludge, 97% water, WWT-SLF, waste aluminium","sewage sludge, 97% water, WWT-SLF, waste aluminium",waste treatment,Biowaste\Transformation +"market for sewage sludge, 97% water, WWT-SLF, waste asphalt","sewage sludge, 97% water, WWT-SLF, waste asphalt",waste treatment,Biowaste\Transformation +"market for sewage sludge, 97% water, WWT-SLF, waste bitumen","sewage sludge, 97% water, WWT-SLF, waste bitumen",waste treatment,Biowaste\Transformation +"market for sewage sludge, 97% water, WWT-SLF, waste emulsion paint","sewage sludge, 97% water, WWT-SLF, waste emulsion paint",waste treatment,Biowaste\Transformation +"market for sewage sludge, 97% water, WWT-SLF, waste glass","sewage sludge, 97% water, WWT-SLF, waste glass",waste treatment,Biowaste\Transformation +"market for sewage sludge, 97% water, WWT-SLF, waste graphical paper","sewage sludge, 97% water, WWT-SLF, waste graphical paper",waste treatment,Biowaste\Transformation +"market for sewage sludge, 97% water, WWT-SLF, waste gypsum","sewage sludge, 97% water, WWT-SLF, waste gypsum",waste treatment,Biowaste\Transformation +"market for sewage sludge, 97% water, WWT-SLF, waste newspaper","sewage sludge, 97% water, WWT-SLF, waste newspaper",waste treatment,Biowaste\Transformation +"market for sewage sludge, 97% water, WWT-SLF, waste packaging paper","sewage sludge, 97% water, WWT-SLF, waste packaging paper",waste treatment,Biowaste\Transformation +"market for sewage sludge, 97% water, WWT-SLF, waste paint","sewage sludge, 97% water, WWT-SLF, waste paint",waste treatment,Biowaste\Transformation +"market for sewage sludge, 97% water, WWT-SLF, waste paperboard","sewage sludge, 97% water, WWT-SLF, waste paperboard",waste treatment,Biowaste\Transformation +"market for sewage sludge, 97% water, WWT-SLF, waste plastic plaster","sewage sludge, 97% water, WWT-SLF, waste plastic plaster",waste treatment,Biowaste\Transformation +"market for sewage sludge, 97% water, WWT-SLF, waste plastic, mixture","sewage sludge, 97% water, WWT-SLF, waste plastic, mixture",waste treatment,Biowaste\Transformation +"market for sewage sludge, 97% water, WWT-SLF, waste polyethylene","sewage sludge, 97% water, WWT-SLF, waste polyethylene",waste treatment,Biowaste\Transformation +"market for sewage sludge, 97% water, WWT-SLF, waste polyethylene terephthalate","sewage sludge, 97% water, WWT-SLF, waste polyethylene terephthalate",waste treatment,Biowaste\Transformation +"market for sewage sludge, 97% water, WWT-SLF, waste polypropylene","sewage sludge, 97% water, WWT-SLF, waste polypropylene",waste treatment,Biowaste\Transformation +"market for sewage sludge, 97% water, WWT-SLF, waste polystyrene","sewage sludge, 97% water, WWT-SLF, waste polystyrene",waste treatment,Biowaste\Transformation +"market for sewage sludge, 97% water, WWT-SLF, waste polyurethane","sewage sludge, 97% water, WWT-SLF, waste polyurethane",waste treatment,Biowaste\Transformation +"market for sewage sludge, 97% water, WWT-SLF, waste polyvinylchloride","sewage sludge, 97% water, WWT-SLF, waste polyvinylchloride",waste treatment,Biowaste\Transformation +"market for sewage sludge, 97% water, WWT-SLF, waste wood, untreated","sewage sludge, 97% water, WWT-SLF, waste wood, untreated",waste treatment,Biowaste\Transformation +"market for sewage sludge, 97% water, WWT-SLF, wood ash mixture, pure","sewage sludge, 97% water, WWT-SLF, wood ash mixture, pure",waste treatment,Landfill\Slag compartment\Transformation +"market for sewage sludge, 97% water, WWT-SLF[W], waste plastic, consumer electronics","sewage sludge, 97% water, WWT-SLF[W], waste plastic, consumer electronics",waste treatment,Biowaste\Transformation +"market for sewage sludge, 97% water, WWT, condensate from light oil boiler","sewage sludge, 97% water, WWT, condensate from light oil boiler",waste treatment,Others\Market +"market for sewage sludge, 97% water, WWT, heat carrier liquid, 40% C3H8O2","sewage sludge, 97% water, WWT, heat carrier liquid, 40% C3H8O2",waste treatment,Others\Market +"market for sewage sludge, 97% water, WWT, rainwater mineral oil storage","sewage sludge, 97% water, WWT, rainwater mineral oil storage",waste treatment,Others\Market +"market for sewage sludge, 97% water, WWT, WW from ammonium paratungstate production","sewage sludge, 97% water, WWT, WW from ammonium paratungstate production",waste treatment,Others\Market +"market for sewage sludge, 97% water, WWT, WW from black chrome coating","sewage sludge, 97% water, WWT, WW from black chrome coating",waste treatment,Others\Market +"market for sewage sludge, 97% water, WWT, WW from ceramic production","sewage sludge, 97% water, WWT, WW from ceramic production",waste treatment,Others\Market +"market for sewage sludge, 97% water, WWT, WW from concrete production","sewage sludge, 97% water, WWT, WW from concrete production",waste treatment,Others\Market +"market for sewage sludge, 97% water, WWT, WW from CRT production","sewage sludge, 97% water, WWT, WW from CRT production",waste treatment,Others\Market +"market for sewage sludge, 97% water, WWT, WW from GGBFS production","sewage sludge, 97% water, WWT, WW from GGBFS production",waste treatment,Others\Market +"market for sewage sludge, 97% water, WWT, WW from glass production","sewage sludge, 97% water, WWT, WW from glass production",waste treatment,Others\Market +"market for sewage sludge, 97% water, WWT, WW from grass refinery","sewage sludge, 97% water, WWT, WW from grass refinery",waste treatment,Others\Market +"market for sewage sludge, 97% water, WWT, WW from hard fibreboard production","sewage sludge, 97% water, WWT, WW from hard fibreboard production",waste treatment,Others\Market +"market for sewage sludge, 97% water, WWT, WW from LCD backlight production","sewage sludge, 97% water, WWT, WW from LCD backlight production",waste treatment,Others\Market +"market for sewage sludge, 97% water, WWT, WW from LCD production","sewage sludge, 97% water, WWT, WW from LCD production",waste treatment,Others\Market +"market for sewage sludge, 97% water, WWT, WW from liquid crystal production","sewage sludge, 97% water, WWT, WW from liquid crystal production",waste treatment,Others\Market +"market for sewage sludge, 97% water, WWT, WW from maize starch production","sewage sludge, 97% water, WWT, WW from maize starch production",waste treatment,Others\Market +"market for sewage sludge, 97% water, WWT, WW from medium density board production","sewage sludge, 97% water, WWT, WW from medium density board production",waste treatment,Others\Market +"market for sewage sludge, 97% water, WWT, WW from particle board production","sewage sludge, 97% water, WWT, WW from particle board production",waste treatment,Others\Market +"market for sewage sludge, 97% water, WWT, WW from pig iron production","sewage sludge, 97% water, WWT, WW from pig iron production",waste treatment,Others\Market +"market for sewage sludge, 97% water, WWT, WW from plywood production","sewage sludge, 97% water, WWT, WW from plywood production",waste treatment,Others\Market +"market for sewage sludge, 97% water, WWT, WW from potato starch production","sewage sludge, 97% water, WWT, WW from potato starch production",waste treatment,Others\Market +"market for sewage sludge, 97% water, WWT, WW from PV cell production","sewage sludge, 97% water, WWT, WW from PV cell production",waste treatment,Others\Market +"market for sewage sludge, 97% water, WWT, WW from soft fibreboard production","sewage sludge, 97% water, WWT, WW from soft fibreboard production",waste treatment,Others\Market +"market for sewage sludge, 97% water, WWT, WW from tube collector production","sewage sludge, 97% water, WWT, WW from tube collector production",waste treatment,Others\Market +"market for sewage sludge, 97% water, WWT, WW from vegetable oil refinery","sewage sludge, 97% water, WWT, WW from vegetable oil refinery",waste treatment,Others\Market +"market for sewage sludge, 97% water, WWT, WW from wafer fabrication","sewage sludge, 97% water, WWT, WW from wafer fabrication",waste treatment,Others\Market +"market for sewage sludge, 97% water, WWT, WW, average","sewage sludge, 97% water, WWT, WW, average",waste treatment,Others\Market +"market for sewage sludge, 97% water, WWT[R], WW from anaerobic digestion of whey","sewage sludge, 97% water, WWT[R], WW from anaerobic digestion of whey",waste treatment,Others\Market +"market for sewage sludge, 97% water, WWT[U], WW from lorry production","sewage sludge, 97% water, WWT[U], WW from lorry production",waste treatment,Others\Market +"market for sewage sludge, dried","sewage sludge, dried",waste treatment,Biowaste\Market +"market for sewer grid, 1.1E10l/year, 242 km","sewer grid, 1.1E10l/year, 242 km",processing,Waste\Market\Infrastructure +"market for sewer grid, 1.6E8l/year, 6 km","sewer grid, 1.6E8l/year, 6 km",processing,Waste\Market\Infrastructure +"market for sewer grid, 1E9l/year, 30 km","sewer grid, 1E9l/year, 30 km",processing,Waste\Market\Infrastructure +"market for sewer grid, 4.7E10l/year, 583 km","sewer grid, 4.7E10l/year, 583 km",processing,Waste\Market\Infrastructure +"market for sewer grid, 5E9l/year, 110 km","sewer grid, 5E9l/year, 110 km",processing,Others\Obsolete +"market for sewer grid, rural","sewer grid, rural",processing,Waste\Market\Infrastructure +"market for sewer grid, urban","sewer grid, urban",processing,Waste\Market\Infrastructure +market for shale,shale,material,Minerals\Market +market for shale brick,shale brick,material,Construction\Bricks\Market +"market for shavings, hardwood, loose, measured as dry mass","shavings, hardwood, loose, measured as dry mass",material,Wood\Byproducts\Market +"market for shavings, hardwood, loose, measured as dry mass_obsolete","shavings, hardwood, loose, measured as dry mass",waste treatment,Others\Obsolete +"market for shavings, hardwood, measured as dry mass","shavings, hardwood, measured as dry mass",material,Others\Obsolete +"market for shavings, softwood, loose, measured as dry mass","shavings, softwood, loose, measured as dry mass",material,Wood\Byproducts\Market +"market for shavings, softwood, loose, measured as dry mass_obsolete","shavings, softwood, loose, measured as dry mass",waste treatment,Others\Obsolete +"market for shavings, softwood, measured as dry mass","shavings, softwood, measured as dry mass",material,Others\Obsolete +market for shed,shed,material,Agricultural\Plant production\Other\Market\Infrastructure +"market for shed, large, wood, non-insulated, fire-unprotected","shed, large, wood, non-insulated, fire-unprotected",material,Agricultural\Plant production\Other\Market\Infrastructure +market for sheep fleece in the grease,sheep fleece in the grease,material,Agricultural\Animal production\Ovine\Market +"market for sheep for slaughtering, live weight","sheep for slaughtering, live weight",material,Agricultural\Animal production\Ovine\Market +"market for sheet rolling, aluminium","sheet rolling, aluminium",processing,Metals\Chipless shaping\Market +"market for sheet rolling, chromium steel","sheet rolling, chromium steel",processing,Metals\Chipless shaping\Market +"market for sheet rolling, copper","sheet rolling, copper",processing,Metals\Chipless shaping\Market +"market for sheet rolling, steel","sheet rolling, steel",processing,Metals\Chipless shaping\Market +market for shredder fraction after manual dismantling of used electronic product,shredder fraction after manual dismantling of used electronic product,waste treatment,Electronics waste\Market +"market for silencer, steel, DN 125","silencer, steel, DN 125",material,Construction\Ventilation\Market +"market for silencer, steel, DN 315, 50 mm","silencer, steel, DN 315, 50 mm",material,Construction\Ventilation\Market +"market for silica fume, densified","silica fume, densified",material,Chemicals\Inorganic\Market +market for silica sand,silica sand,material,Chemicals\Inorganic\Market +market for silicon carbide,silicon carbide,material,Chemicals\Inorganic\Market +market for silicon tetrachloride,silicon tetrachloride,material,Chemicals\Inorganic\Market +market for silicon tetrahydride,silicon tetrahydride,material,Chemicals\Inorganic\Market +"market for silicon, electronics grade","silicon, electronics grade",material,Chemicals\Silicons\Market +"market for silicon, metallurgical grade","silicon, metallurgical grade",material,Chemicals\Silicons\Market +"market for silicon, multi-Si, casted","silicon, multi-Si, casted",material,Chemicals\Silicons\Market +"market for silicon, single crystal, Czochralski process, electronics","silicon, single crystal, Czochralski process, electronics",material,Electronics\Photovoltaic\Market +"market for silicon, single crystal, Czochralski process, photovoltaics","silicon, single crystal, Czochralski process, photovoltaics",material,Electronics\Photovoltaic\Market +"market for silicon, solar grade","silicon, solar grade",material,Chemicals\Silicons\Market +market for silicone factory,silicone factory,material,Chemicals\Silicons\Market\Infrastructure +market for silicone product,silicone product,material,Chemicals\Silicons\Market +market for silky fibre,silky fibre,material,Textiles\Market +market for silver,silver,material,Metals\Non ferro\Market +"market for silver, unrefined","silver, unrefined",material,Metals\Non ferro\Market +market for single superphosphate,single superphosphate,material,Chemicals\Fertilisers (inorganic)\Market +"market for single-Si wafer, for electronics","single-Si wafer, for electronics",material,Electronics\Photovoltaic\Market +"market for single-Si wafer, photovoltaic","single-Si wafer, photovoltaic",material,Electronics\Photovoltaic\Market +market for skidder,skidder,material,Wood\Products\Market\Infrastructure +"market for skidding, skidder","skidding, skidder",processing,Agricultural\Market +"market for skimmed milk, from cow milk","skimmed milk, from cow milk",material,Agricultural\Food\Market +"market for slab and siding, hardwood, wet, measured as dry mass","slab and siding, hardwood, wet, measured as dry mass",processing,Agricultural\Market +"market for slab and siding, softwood, wet, measured as dry mass","slab and siding, softwood, wet, measured as dry mass",processing,Agricultural\Market +market for slag from metallurgical grade silicon production,slag from metallurgical grade silicon production,waste treatment,Others\Market +market for slag landfill,slag landfill,processing,Others\Obsolete +"market for slag, unalloyed electric arc furnace steel","slag, unalloyed electric arc furnace steel",waste treatment,Others\Obsolete +market for slaughterhouse waste,slaughterhouse waste,waste treatment,Biowaste\Market +market for sludge from FeCl3 production,sludge from FeCl3 production,waste treatment,Others\Market +market for sludge from pulp and paper production,sludge from pulp and paper production,waste treatment,Others\Market +market for sludge from steel rolling,sludge from steel rolling,waste treatment,Biowaste\Transformation +"market for sludge, NaCl electrolysis","sludge, NaCl electrolysis",waste treatment,Biowaste\Transformation +"market for sludge, NaCl electrolysis Hg","sludge, NaCl electrolysis Hg",waste treatment,Biowaste\Transformation +"market for small pelagic fish, fresh","small pelagic fish, fresh",material,Agricultural\Animal production\Fish\Market +market for soap,soap,material,Chemicals\Washing agents\Tensides\Market +"market for soda ash, dense","soda ash, dense",material,Chemicals\Inorganic\Market +"market for soda ash, light","soda ash, light",material,Chemicals\Inorganic\Market +market for sodium,sodium,material,Chemicals\Inorganic\Market +"market for sodium aluminate, powder","sodium aluminate, powder",material,Chemicals\Inorganic\Market +market for sodium amide,sodium amide,material,Chemicals\Inorganic\Market +market for sodium arsenide,sodium arsenide,material,Chemicals\Inorganic\Market +market for sodium bicarbonate,sodium bicarbonate,material,Chemicals\Inorganic\Market +market for sodium borates,sodium borates,material,Chemicals\Inorganic\Market +"market for sodium chlorate, powder","sodium chlorate, powder",material,Chemicals\Inorganic\Market +"market for sodium chloride, brine solution","sodium chloride, brine solution",material,Chemicals\Inorganic\Market +"market for sodium chloride, powder","sodium chloride, powder",material,Chemicals\Inorganic\Market +market for sodium chloroacetate,sodium chloroacetate,material,Chemicals\Organic\Market +market for sodium cumenesulphonate,sodium cumenesulphonate,material,Chemicals\Inorganic\Market +market for sodium cyanide,sodium cyanide,material,Chemicals\Inorganic\Market +market for sodium dichromate,sodium dichromate,material,Chemicals\Inorganic\Market +"market for sodium dithionite, anhydrous","sodium dithionite, anhydrous",material,Chemicals\Inorganic\Market +market for sodium ethoxide,sodium ethoxide,material,Chemicals\Organic\Market +market for sodium ethyl xanthate,sodium ethyl xanthate,material,Chemicals\Organic\Market +market for sodium fluoride,sodium fluoride,material,Chemicals\Inorganic\Market +market for sodium formate,sodium formate,material,Chemicals\Organic\Market +market for sodium hydrogen sulfate,sodium hydrogen sulfate,material,Chemicals\Inorganic\Market +market for sodium hydrogen sulfite,sodium hydrogen sulfite,material,Chemicals\Inorganic\Market +market for sodium hydrosulfide,sodium hydrosulfide,material,Chemicals\Inorganic\Market +"market for sodium hydroxide, without water, in 50% solution state","sodium hydroxide, without water, in 50% solution state",material,Chemicals\Inorganic\Market +"market for sodium hypochlorite, without water, in 15% solution state","sodium hypochlorite, without water, in 15% solution state",material,Chemicals\Inorganic\Market +"market for sodium metasilicate pentahydrate, 58% active substance, powder","sodium metasilicate pentahydrate, 58% active substance, powder",material,Chemicals\Washing agents\Builders\Market +market for sodium methoxide,sodium methoxide,material,Chemicals\Organic\Market +market for sodium nitrate,sodium nitrate,material,Chemicals\Inorganic\Market +"market for sodium nitrate, technical grade","sodium nitrate, technical grade",material,Chemicals\Inorganic\Market +"market for sodium nitrate, unrefined","sodium nitrate, unrefined",material,Chemicals\Inorganic\Market +market for sodium nitrite,sodium nitrite,material,Chemicals\Inorganic\Market +market for sodium oxide,sodium oxide,material,Chemicals\Inorganic\Market +"market for sodium perborate, monohydrate, powder","sodium perborate, monohydrate, powder",material,Chemicals\Washing agents\Bleaches\Market +"market for sodium perborate, tetrahydrate, powder","sodium perborate, tetrahydrate, powder",material,Chemicals\Washing agents\Bleaches\Market +"market for sodium percarbonate, powder","sodium percarbonate, powder",material,Chemicals\Washing agents\Bleaches\Market +market for sodium perchlorate,sodium perchlorate,material,Chemicals\Inorganic\Market +market for sodium persulfate,sodium persulfate,material,Chemicals\Inorganic\Market +market for sodium phenolate,sodium phenolate,material,Chemicals\Organic\Market +market for sodium phosphate,sodium phosphate,material,Chemicals\Inorganic\Market +market for sodium pyrophosphate,sodium pyrophosphate,material,Chemicals\Inorganic\Market +"market for sodium silicate, solid","sodium silicate, solid",material,Chemicals\Inorganic\Market +"market for sodium silicate, spray powder, 80%","sodium silicate, spray powder, 80%",material,Chemicals\Inorganic\Market +"market for sodium silicate, without water, in 37% solution state","sodium silicate, without water, in 37% solution state",material,Chemicals\Inorganic\Market +"market for sodium silicate, without water, in 48% solution state","sodium silicate, without water, in 48% solution state",material,Chemicals\Inorganic\Market +market for sodium silver thiosulfate,sodium silver thiosulfate,material,Chemicals\Inorganic\Market +"market for sodium sulfate, anhydrite","sodium sulfate, anhydrite",material,Chemicals\Inorganic\Market +market for sodium sulfide,sodium sulfide,material,Chemicals\Inorganic\Market +market for sodium sulfite,sodium sulfite,material,Chemicals\Inorganic\Market +market for sodium tetrafluoroborate,sodium tetrafluoroborate,material,Chemicals\Inorganic\Market +market for sodium tetrahydridoborate,sodium tetrahydridoborate,material,Chemicals\Inorganic\Market +market for sodium tripolyphosphate,sodium tripolyphosphate,material,Chemicals\Washing agents\Builders\Market +"market for soft solder, Sn97Cu3","soft solder, Sn97Cu3",material,Metals\Alloys\Market +"market for soil pH raising agent, as CaCO3","soil pH raising agent, as CaCO3",material,Chemicals\Fertilisers (inorganic)\Market +"market for soil, contaminated","soil, contaminated",waste treatment,Construction waste\Market +market for solar collector factory,solar collector factory,energy,Heat\Solar\Market\Infrastructure +"market for solar collector glass tube, with silver mirror","solar collector glass tube, with silver mirror",material,Glass\Construction\Market +"market for solar collector system, Cu flat plate collector, multiple dwelling, hot water","solar collector system, Cu flat plate collector, multiple dwelling, hot water",energy,Heat\Solar\Market\Infrastructure +"market for solar collector system, Cu flat plate collector, one-family house, combined system","solar collector system, Cu flat plate collector, one-family house, combined system",energy,Heat\Solar\Market\Infrastructure +"market for solar collector system, Cu flat plate collector, one-family house, hot water","solar collector system, Cu flat plate collector, one-family house, hot water",energy,Heat\Solar\Market\Infrastructure +"market for solar collector system, with evacuated tube collector, one-family house, combined system","solar collector system, with evacuated tube collector, one-family house, combined system",energy,Heat\Solar\Market\Infrastructure +"market for solar glass, low-iron","solar glass, low-iron",material,Glass\Construction\Market +market for solder factory,solder factory,material,Metals\Alloys\Market\Infrastructure +"market for solder, bar, Sn63Pb37, for electronics industry","solder, bar, Sn63Pb37, for electronics industry",material,Metals\Alloys\Market +"market for solder, bar, Sn95.5Ag3.9Cu0.6, for electronics industry","solder, bar, Sn95.5Ag3.9Cu0.6, for electronics industry",material,Metals\Alloys\Market +"market for solder, paste, Sn63Pb37, for electronics industry","solder, paste, Sn63Pb37, for electronics industry",material,Metals\Alloys\Market +"market for solder, paste, Sn95.5Ag3.9Cu0.6, for electronics industry","solder, paste, Sn95.5Ag3.9Cu0.6, for electronics industry",material,Metals\Alloys\Market +market for solid bleached and unbleached board carton,solid bleached and unbleached board carton,material,Paper+ Board\Board\Market +market for solid bleached board,solid bleached board,material,Others\Obsolete +"market for solid manure loading and spreading, by hydraulic loader and spreader","solid manure loading and spreading, by hydraulic loader and spreader",processing,Agricultural\Market +market for solid unbleached board,solid unbleached board,material,Others\Obsolete +market for solvent for chromatography analysis,solvent for chromatography analysis,material,Chemicals\Organic\Market +market for solvent for paint,solvent for paint,material,Chemicals\Others\Market +"market for solvent, organic","solvent, organic",material,Chemicals\Organic\Market +"market for sorting facility, for construction waste","sorting facility, for construction waste",processing,Waste\Market\Infrastructure +"market for sound insulation, heat and power co-generation unit, 160kW electrical","sound insulation, heat and power co-generation unit, 160kW electrical",energy,Cogeneration\Gas\Market\Infrastructure +"market for sour gas, burned in gas turbine","sour gas, burned in gas turbine",energy,Electricity by fuel\Gas\Market +market for sowing,sowing,processing,Agricultural\Market +"market for SOx retained, in hard coal flue gas desulfurisation","sOx retained, in hard coal flue gas desulfurisation",processing,Power plants\Market +"market for SOx retained, in lignite flue gas desulfurisation","sOx retained, in lignite flue gas desulfurisation",processing,Power plants\Market +market for soybean,soybean,material,Agricultural\Plant production\Legumes\Market +market for soybean beverage,soybean beverage,material,Agricultural\Food\Market +market for soybean meal,soybean meal,material,Agricultural\Animal feed\Market +"market for soybean oil, crude","soybean oil, crude",material,Agricultural\Plant oils\Market +"market for soybean oil, refined","soybean oil, refined",material,Agricultural\Plant oils\Market +"market for soybean seed, for sowing","soybean seed, for sowing",material,Agricultural\Plant seeds\Market +"market for soybean seed, organic, for sowing","soybean seed, organic, for sowing",material,Agricultural\Plant seeds\Market +"market for soybean, feed","soybean, feed",material,Agricultural\Animal feed\Market +"market for soybean, organic","soybean, organic",material,Agricultural\Plant production\Legumes\Market +"market for soybean, Swiss integrated production","soybean, Swiss integrated production",material,Agricultural\Plant production\Legumes\Market +market for spent activated carbon with mercury,spent activated carbon with mercury,waste treatment,Others\Market +"market for spent activated carbon, granular","spent activated carbon, granular",material,Chemicals\Organic\Market +market for spent anion exchange resin from potable water production,spent anion exchange resin from potable water production,waste treatment,Others\Market +market for spent antifreezer liquid,spent antifreezer liquid,waste treatment,Others\Market +market for spent automobile catalyst,spent automobile catalyst,material,Metals\Waste metals\Market +market for spent automobile catalyst_obsolete,spent automobile catalyst,waste treatment,Others\Obsolete +market for spent catalyst base from ethyleneoxide production,spent catalyst base from ethyleneoxide production,waste treatment,Others\Market +market for spent catalytic converter for cars,spent catalytic converter for cars,waste treatment,Transport\Market +market for spent catalytic converter NOx reduction,spent catalytic converter NOx reduction,waste treatment,Others\Market +market for spent cation exchange resin from potable water production,spent cation exchange resin from potable water production,waste treatment,Others\Market +market for spent Formox catalyst base from formaldehyde production,spent Formox catalyst base from formaldehyde production,waste treatment,Others\Market +market for spent nuclear fuel,spent nuclear fuel,waste treatment,Nuclear waste\Market +"market for spent pot liner from Al electrolysis, carbon fraction","spent pot liner from Al electrolysis, carbon fraction",waste treatment,Others\Market +market for spent sawing slurry from Si-wafer cutting,spent sawing slurry from Si-wafer cutting,waste treatment,Electronics waste\Market +market for spent solvent mixture,spent solvent mixture,waste treatment,Others\Market +market for spinach,spinach,material,Agricultural\Plant production\Vegetables\Market +"market for spinning, bast fibre","spinning, bast fibre",processing,Others\Obsolete +"market for spiral-seam duct, steel, DN 125","spiral-seam duct, steel, DN 125",material,Construction\Ventilation\Market +"market for spiral-seam duct, steel, DN 400","spiral-seam duct, steel, DN 400",material,Construction\Ventilation\Market +market for spodumene,spodumene,material,Minerals\Market +market for spoil from hard coal mining,spoil from hard coal mining,waste treatment,Others\Market +market for spoil from lignite mining,spoil from lignite mining,waste treatment,Others\Market +market for sponge iron,sponge iron,material,Chemicals\Inorganic\Market +market for spray-drying of milk,spray-drying of milk,processing,Agricultural\Market +"market for sputtering target, sintered, indium tin oxide","sputtering target, sintered, indium tin oxide",material,Electronics\Module\Market +"market for sputtering, indium tin oxide, for liquid crystal display","sputtering, indium tin oxide, for liquid crystal display",processing,Electronics\Market +market for stalk,stalk,material,Agricultural\Intermediate products\Market +market for stalk shredding,stalk shredding,waste treatment,Others\Obsolete +market for stalk_obsolete,stalk,waste treatment,Others\Obsolete +"market for start-up, heat and power co-generation unit, 160kW electrical","start-up, heat and power co-generation unit, 160kW electrical",energy,Cogeneration\Gas\Market\Infrastructure +"market for steam generation system, solar tower power plant, 20 MW","steam generation system, solar tower power plant, 20 MW",energy,Electricity by fuel\Photovoltaic\Market\Infrastructure +"market for steam, in chemical industry","steam, in chemical industry",energy,Heat\Steam\Market +market for stearic acid,stearic acid,material,Chemicals\Acids (organic)\Market +market for steatite,steatite,material,Chemicals\Inorganic\Market +market for steel in car shredder residue,steel in car shredder residue,waste treatment,Metals\Market +"market for steel removed by drilling, computer numerical controlled","steel removed by drilling, computer numerical controlled",processing,Metals\Chipping\Market +"market for steel removed by drilling, conventional","steel removed by drilling, conventional",processing,Metals\Chipping\Market +"market for steel removed by milling, average","steel removed by milling, average",processing,Metals\Chipping\Market +"market for steel removed by milling, dressing","steel removed by milling, dressing",processing,Metals\Chipping\Market +"market for steel removed by milling, large parts","steel removed by milling, large parts",processing,Metals\Chipping\Market +"market for steel removed by milling, small parts","steel removed by milling, small parts",processing,Metals\Chipping\Market +"market for steel removed by turning, average, computer numerical controlled","steel removed by turning, average, computer numerical controlled",processing,Metals\Chipping\Market +"market for steel removed by turning, average, conventional","steel removed by turning, average, conventional",processing,Metals\Chipping\Market +"market for steel removed by turning, primarily dressing, computer numerical controlled","steel removed by turning, primarily dressing, computer numerical controlled",processing,Metals\Chipping\Market +"market for steel removed by turning, primarily dressing, conventional","steel removed by turning, primarily dressing, conventional",processing,Metals\Chipping\Market +"market for steel removed by turning, primarily roughing, computer numerical controlled","steel removed by turning, primarily roughing, computer numerical controlled",processing,Metals\Chipping\Market +"market for steel removed by turning, primarily roughing, conventional","steel removed by turning, primarily roughing, conventional",processing,Metals\Chipping\Market +"market for steel, chromium steel 18/8","steel, chromium steel 18/8",material,Metals\Ferro\Market +"market for steel, chromium steel 18/8, hot rolled","steel, chromium steel 18/8, hot rolled",material,Metals\Ferro\Market +"market for steel, low-alloyed","steel, low-alloyed",material,Metals\Ferro\Market +"market for steel, low-alloyed, hot rolled","steel, low-alloyed, hot rolled",material,Metals\Ferro\Market +"market for steel, unalloyed","steel, unalloyed",material,Metals\Ferro\Market +market for stibnite concentrate,stibnite concentrate,material,Minerals\Market +"market for stimulation, deep well","stimulation, deep well",energy,Electricity by fuel\Geothermal\Market +"market for stirling heat and power co-generation unit, 3kW electrical, wood pellet, future","stirling heat and power co-generation unit, 3kW electrical, wood pellet, future",energy,Cogeneration\Wood\Market\Infrastructure +"market for stockpiling of anode slime from electrorefining of copper, anode","stockpiling of anode slime from electrorefining of copper, anode",processing,Others\Market +market for stone groundwood pulp,stone groundwood pulp,material,Paper+ Board\Pulp\Market +market for stone meal,stone meal,material,Chemicals\Fertilisers (inorganic)\Market +market for stone wool,stone wool,material,Construction\Insulation\Market +market for stone wool factory,stone wool factory,material,Construction\Insulation\Market\Infrastructure +"market for stone wool, packed","stone wool, packed",material,Construction\Insulation\Market +"market for storage building, chemicals, solid","storage building, chemicals, solid",material,Chemicals\Others\Market\Infrastructure +"market for storage, 10'000 l","storage, 10'000 l",energy,Cogeneration\Gas\Market\Infrastructure +"market for storage, 650 l mini CHP plant","storage, 650 l mini CHP plant",energy,Cogeneration\Gas\Market\Infrastructure +market for straw,straw,material,Agricultural\Plant production\Roughage\Market +"market for straw, organic","straw, organic",material,Agricultural\Plant production\Roughage\Market +"market for straw, stand-alone production","straw, stand-alone production",material,Agricultural\Plant production\Roughage\Market +market for strawberry,strawberry,material,Agricultural\Plant production\Fruits\Market +"market for strawberry seedling, for planting","strawberry seedling, for planting",material,Agricultural\Plant seeds\Market +market for stretch blow moulding,stretch blow moulding,processing,Plastics\Market +market for strontium carbonate,strontium carbonate,material,Minerals\Market +"market for strontium sulfate, 90% SrSO4","strontium sulfate, 90% SrSO4",material,Minerals\Market +market for structural timber,structural timber,material,Wood\Products\Market +market for stucco,stucco,material,Construction\Coverings\Market +market for styrene,styrene,material,Chemicals\Organic\Market +market for styrene butadiene rubber (sbr),styrene butadiene rubber (sbr),material,Chemicals\Organic\Market +market for styrene-acrylonitrile copolymer,styrene-acrylonitrile copolymer,material,Plastics\Rubbers\Market +market for succinic acid,succinic acid,material,Chemicals\Acids (organic)\Market +market for sugar beet,sugar beet,material,Agricultural\Plant production\Roots and tubers\Market +market for sugar beet pulp,sugar beet pulp,material,Agricultural\Intermediate products\Market +market for sugar beet pulp_obsolete,sugar beet pulp,waste treatment,Others\Obsolete +"market for sugar beet seed, for sowing","sugar beet seed, for sowing",material,Agricultural\Plant seeds\Market +market for sugar refinery,sugar refinery,material,Agricultural\Food\Market\Infrastructure +"market for sugar, from sugar beet","sugar, from sugar beet",material,Agricultural\Food\Market +"market for sugar, from sugarcane","sugar, from sugarcane",material,Agricultural\Food\Market +market for sugarcane,sugarcane,material,Agricultural\Plant production\Vegetables\Market +"market for sugarcane loading, by loader","sugarcane loading, by loader",processing,Agricultural\Market +"market for sugarcane transfer, by dump cart","sugarcane transfer, by dump cart",processing,Agricultural\Market +"market for sugarcane vinasse application, by wheel reel irrigation","sugarcane vinasse application, by wheel reel irrigation",processing,Agricultural\Market +market for sulfamic acid,sulfamic acid,material,Chemicals\Acids (inorganic)\Market +"market for sulfate pulp, bleached","sulfate pulp, bleached",material,Paper+ Board\Pulp\Market +"market for sulfate pulp, unbleached","sulfate pulp, unbleached",material,Paper+ Board\Pulp\Market +"market for sulfidic tailing, off-site, high gold content","sulfidic tailing, off-site, high gold content",material,Chemicals\Inorganic\Market +"market for sulfidic tailing, off-site, high gold content_obsolete","sulfidic tailing, off-site, high gold content",waste treatment,Others\Obsolete +"market for sulfidic tailings, from cinnabar mine operation","sulfidic tailings, from cinnabar mine operation",waste treatment,Landfill\Residual material landfill\Market +"market for sulfidic tailings, from copper mine operation","sulfidic tailings, from copper mine operation",waste treatment,Landfill\Residual material landfill\Market +"market for sulfidic tailings, from gold mine operation","sulfidic tailings, from gold mine operation",waste treatment,Landfill\Residual material landfill\Market +"market for sulfidic tailings, from nickel mine operation","sulfidic tailings, from nickel mine operation",waste treatment,Landfill\Residual material landfill\Market +"market for sulfidic tailings, from silver mine operation","sulfidic tailings, from silver mine operation",waste treatment,Landfill\Residual material landfill\Market +"market for sulfidic tailings, from zinc-lead mine operation","sulfidic tailings, from zinc-lead mine operation",waste treatment,Landfill\Residual material landfill\Market +"market for sulfidic tailings, generic","sulfidic tailings, generic",waste treatment,Landfill\Residual material landfill\Market +market for sulfite,sulfite,material,Chemicals\Inorganic\Market +"market for sulfite pulp, bleached","sulfite pulp, bleached",material,Paper+ Board\Pulp\Market +market for sulfur,sulfur,material,Chemicals\Inorganic\Market +market for sulfur dichloride,sulfur dichloride,material,Chemicals\Inorganic\Market +"market for sulfur dioxide, liquid","sulfur dioxide, liquid",material,Chemicals\Gases\Liquified\Market +"market for sulfur hexafluoride, liquid","sulfur hexafluoride, liquid",material,Chemicals\Gases\Market +market for sulfur stockpiling,sulfur stockpiling,processing,Others\Market +market for sulfur trioxide,sulfur trioxide,material,Chemicals\Gases\Market +market for sulfuric acid,sulfuric acid,material,Chemicals\Acids (inorganic)\Market +market for sulfuryl chloride,sulfuryl chloride,material,Chemicals\Inorganic\Market +market for sunflower seed,sunflower seed,material,Agricultural\Plant seeds\Market +"market for sunflower seed, for sowing","sunflower seed, for sowing",material,Agricultural\Plant seeds\Market +"market for sunflower seed, Swiss integrated production","sunflower seed, Swiss integrated production",material,Agricultural\Plant seeds\Market +market for sunflower silage,sunflower silage,material,Agricultural\Animal feed\Market +"market for sunn hemp plant, harvested","sunn hemp plant, harvested",material,Agricultural\Intermediate products\Market +market for supplementary cementitious materials,supplementary cementitious materials,material,Construction\Binders\Market +"market for supply air inlet, steel/SS, DN 75","supply air inlet, steel/SS, DN 75",material,Construction\Ventilation\Market +"market for swath, by rotary windrower","swath, by rotary windrower",processing,Agricultural\Market +market for sweet corn,sweet corn,material,Agricultural\Plant production\Cereals\Market +"market for sweet gas, burned in gas turbine","sweet gas, burned in gas turbine",energy,Electricity by fuel\Gas\Market +market for sweet sorghum grain,sweet sorghum grain,material,Agricultural\Animal feed\Market +market for sweet sorghum grain_obsolete,sweet sorghum grain,waste treatment,Others\Obsolete +market for sweet sorghum stem,sweet sorghum stem,material,Agricultural\Plant production\Cereals\Market +"market for sweetening, natural gas","sweetening, natural gas",material,Fuels\Natural gas\Market +"market for swine for slaughtering, live weight","swine for slaughtering, live weight",material,Agricultural\Animal production\Porcine\Market +"market for switch, toggle type","switch, toggle type",material,Electronics\Component\Market +market for synthetic gas,synthetic gas,material,Fuels\Others\Market +market for synthetic gas factory,synthetic gas factory,material,Chemicals\Others\Market\Infrastructure +"market for synthetic graphite, battery grade","synthetic graphite, battery grade",material,Chemicals\Organic\Market +market for synthetic rubber,synthetic rubber,material,Plastics\Rubbers\Market +market for t-butyl amine,t-butyl amine,material,Plastics\Rubbers\Market +"market for tailing, from uranium milling","tailing, from uranium milling",waste treatment,Others\Market +"market for tall oil, crude","tall oil, crude",material,Chemicals\Others\Market +"market for tallow, unrefined","tallow, unrefined",material,Agricultural\Animal production\Bovine\Market +"market for tallow, unrefined_obsolete","tallow, unrefined",waste treatment,Others\Obsolete +"market for tanker, for liquefied natural gas","tanker, for liquefied natural gas",transport,Water\Market\Infrastructure +"market for tanker, for liquid goods other than petroleum and liquefied natural gas","tanker, for liquid goods other than petroleum and liquefied natural gas",transport,Water\Market\Infrastructure +"market for tanker, for petroleum","tanker, for petroleum",transport,Water\Market\Infrastructure +"market for tanker, transoceanic","tanker, transoceanic",transport,Others\Obsolete +"market for tantalum concentrate, 30% Ta2O5","tantalum concentrate, 30% Ta2O5",material,Metals\Non ferro\Market +"market for tantalum powder, capacitor-grade","tantalum powder, capacitor-grade",material,Metals\Non ferro\Market +market for tap water,tap water,material,Water\Drinking water\Market +"market for tea, dried","tea, dried",material,Agricultural\Food\Market +market for tebuconazole,tebuconazole,material,Chemicals\Organic\Market +market for technical wood drying facility,technical wood drying facility,material,Wood\Products\Market\Infrastructure +market for television,television,material,Appliances\Market\Infrastructure +"market for tellurium, semiconductor-grade","tellurium, semiconductor-grade",material,Metals\Non ferro\Market +"market for tempering, flat glass","tempering, flat glass",processing,Glass\Market +market for terbium oxide,terbium oxide,material,Chemicals\Inorganic\Market +market for terbium-dysprosium oxide,terbium-dysprosium oxide,material,Chemicals\Inorganic\Market +market for terrain chipper on forwarder,terrain chipper on forwarder,transport,Road\Market\Infrastructure +market for tert-butyl amine,tert-butyl amine,material,Chemicals\Organic\Market +market for tetrachloroethylene,tetrachloroethylene,material,Chemicals\Organic\Market +market for tetraethyl orthosilicate,tetraethyl orthosilicate,material,Chemicals\Organic\Market +market for tetrafluoroethane,tetrafluoroethane,material,Others\Obsolete +market for tetrafluoroethylene,tetrafluoroethylene,material,Plastics\Thermoplasts\Market +"market for tetrafluoroethylene film, on glass","tetrafluoroethylene film, on glass",material,Plastics\Thermoplasts\Market +market for tetrahydrofuran,tetrahydrofuran,material,Chemicals\Organic\Market +"market for textile, jute","textile, jute",material,Textiles\Market +"market for textile, kenaf","textile, kenaf",material,Textiles\Market +"market for textile, knit cotton","textile, knit cotton",material,Textiles\Market +"market for textile, nonwoven polyester","textile, nonwoven polyester",material,Textiles\Market +"market for textile, nonwoven polypropylene","textile, nonwoven polypropylene",material,Textiles\Market +"market for textile, silk","textile, silk",material,Textiles\Market +"market for textile, woven cotton","textile, woven cotton",material,Textiles\Market +"market for thermal energy storage, for adiabatic compressed air energy storage","thermal energy storage, for adiabatic compressed air energy storage",energy,Others\Market +"market for thermal plaster, outdoor","thermal plaster, outdoor",material,Construction\Coverings\Market +"market for thermal spraying, atmospheric plasma spray, tungsten carbide-cobalt, on carbon steel substrate","thermal spraying, atmospheric plasma spray, tungsten carbide-cobalt, on carbon steel substrate",material,Metals\Ferro\Transformation +"market for thermal spraying, cold spray, tungsten carbide-cobalt, on carbon steel substrate","thermal spraying, cold spray, tungsten carbide-cobalt, on carbon steel substrate",material,Metals\Ferro\Transformation +"market for thermal spraying, high velocity oxyfuel, tungsten carbide-cobalt, on carbon steel substrate","thermal spraying, high velocity oxyfuel, tungsten carbide-cobalt, on carbon steel substrate",material,Metals\Ferro\Transformation +"market for thermal storage system, solar thermal parabolic trough, 50 MW","thermal storage system, solar thermal parabolic trough, 50 MW",energy,Electricity by fuel\Photovoltaic\Market\Infrastructure +"market for thermal storage system, solar tower power plant, 20 MW","thermal storage system, solar tower power plant, 20 MW",energy,Electricity by fuel\Photovoltaic\Market\Infrastructure +market for thermo-mechanical pulp,thermo-mechanical pulp,material,Paper+ Board\Pulp\Market +market for thermoforming of plastic sheets,thermoforming of plastic sheets,processing,Plastics\Market +"market for thermoforming, with calendering","thermoforming, with calendering",processing,Plastics\Market +market for thionyl chloride,thionyl chloride,material,Chemicals\Inorganic\Market +market for three and five layered board,three and five layered board,material,Wood\Products\Market +market for three layered laminated board,three layered laminated board,material,Others\Obsolete +market for thulium oxide,thulium oxide,material,Chemicals\Inorganic\Market +market for tilapia,tilapia,material,Agricultural\Animal production\Fish\Market +"market for tilapia feed, 24-28% protein","tilapia feed, 24-28% protein",material,Agricultural\Animal feed\Market +"market for tillage, cultivating, by strip tiller","tillage, cultivating, by strip tiller",processing,Agricultural\Market +"market for tillage, cultivating, chiselling","tillage, cultivating, chiselling",processing,Agricultural\Market +"market for tillage, currying, by weeder","tillage, currying, by weeder",processing,Agricultural\Market +"market for tillage, disking","tillage, disking",processing,Agricultural\Market +"market for tillage, disking, with amendment","tillage, disking, with amendment",processing,Agricultural\Market +"market for tillage, field cultivator","tillage, field cultivator",processing,Agricultural\Market +"market for tillage, field cultivator with amendment","tillage, field cultivator with amendment",processing,Agricultural\Market +"market for tillage, harrowing, by moldboard plow","tillage, harrowing, by moldboard plow",processing,Agricultural\Market +"market for tillage, harrowing, by offset disc harrow","tillage, harrowing, by offset disc harrow",processing,Agricultural\Market +"market for tillage, harrowing, by offset leveling disc harrow","tillage, harrowing, by offset leveling disc harrow",processing,Agricultural\Market +"market for tillage, harrowing, by rotary harrow","tillage, harrowing, by rotary harrow",processing,Agricultural\Market +"market for tillage, harrowing, by spring tine harrow","tillage, harrowing, by spring tine harrow",processing,Agricultural\Market +"market for tillage, harrowing, by tandem disk","tillage, harrowing, by tandem disk",processing,Agricultural\Market +"market for tillage, hoeing and earthing-up, potatoes","tillage, hoeing and earthing-up, potatoes",processing,Agricultural\Market +"market for tillage, ploughing","tillage, ploughing",processing,Agricultural\Market +"market for tillage, ridge cultivator","tillage, ridge cultivator",processing,Agricultural\Market +"market for tillage, rolling","tillage, rolling",processing,Agricultural\Market +"market for tillage, rotary cultivator","tillage, rotary cultivator",processing,Agricultural\Market +"market for tillage, subsoiling, by subsoiler or v-ripper","tillage, subsoiling, by subsoiler or v-ripper",processing,Agricultural\Market +"market for tillage, subsoiling, by subsoiler plow","tillage, subsoiling, by subsoiler plow",processing,Agricultural\Market +market for tin,tin,material,Metals\Non ferro\Market +market for tin concentrate,tin concentrate,material,Chemicals\Inorganic\Market +market for tin dioxide,tin dioxide,material,Chemicals\Inorganic\Market +"market for tin plated chromium steel sheet, 2 mm","tin plated chromium steel sheet, 2 mm",material,Metals\Non ferro\Market +"market for tin plating, pieces","tin plating, pieces",processing,Metals\Coating\Market +market for tin slag,tin slag,waste treatment,Others\Market +"market for tinplate scrap, sorted","tinplate scrap, sorted",material,Metals\Waste metals\Market +"market for tinplate, in mixed metal scrap","tinplate, in mixed metal scrap",material,Metals\Waste metals\Market +"market for tinplate, in mixed metal scrap_obsolete","tinplate, in mixed metal scrap",waste treatment,Others\Obsolete +market for tissue paper,tissue paper,material,Paper+ Board\Packaging paper\Market +"market for titania slag, 85% titanium dioxide","titania slag, 85% titanium dioxide",material,Metals\Non ferro\Market +"market for titania slag, 94% titanium dioxide","titania slag, 94% titanium dioxide",material,Metals\Non ferro\Market +market for titanium,titanium,material,Metals\Non ferro\Market +market for titanium dioxide,titanium dioxide,material,Chemicals\Inorganic\Market +market for titanium sponge,titanium sponge,material,Metals\Non ferro\Market +market for titanium tetrachloride,titanium tetrachloride,material,Chemicals\Inorganic\Market +"market for titanium zinc plate, without pre-weathering","titanium zinc plate, without pre-weathering",material,Metals\Non ferro\Market +"market for titanium, triple-melt","titanium, triple-melt",material,Metals\Non ferro\Market +market for tofu,tofu,material,Agricultural\Food\Market +market for toluene diisocyanate,toluene diisocyanate,material,Chemicals\Organic\Market +"market for toluene diisocyanate, isopa","toluene diisocyanate, isopa",material,Chemicals\Organic\Market +"market for toluene, liquid","toluene, liquid",material,Chemicals\Organic\Market +"market for tomato seedling, for planting","tomato seedling, for planting",material,Agricultural\Plant seeds\Market +"market for tomato, fresh grade","tomato, fresh grade",material,Agricultural\Plant production\Vegetables\Market +"market for tomato, processing grade","tomato, processing grade",material,Agricultural\Plant production\Vegetables\Market +"market for toner module, laser printer, black/white","toner module, laser printer, black/white",material,Electronics\Module\Market +"market for toner module, laser printer, colour","toner module, laser printer, colour",material,Electronics\Module\Market +"market for toner, black, powder","toner, black, powder",material,Electronics\Module\Market +"market for toner, colour, powder","toner, colour, powder",material,Electronics\Module\Market +"market for tower silo, plastic","tower silo, plastic",processing,Agricultural\Market\Infrastructure +"market for tractor, 4-wheel, agricultural","tractor, 4-wheel, agricultural",transport,Road\Market\Infrastructure +"market for train, passenger, high speed","train, passenger, high speed",transport,Rail\Market\Infrastructure +"market for train, passenger, long-distance","train, passenger, long-distance",transport,Rail\Market\Infrastructure +"market for train, passenger, regional","train, passenger, regional",transport,Rail\Market\Infrastructure +market for tram,tram,transport,Rail\Market\Infrastructure +market for tram track,tram track,transport,Rail\Market\Infrastructure +"market for transformer, high voltage use","transformer, high voltage use",material,Electronics\Component\Market +"market for transformer, low voltage use","transformer, low voltage use",material,Electronics\Component\Market +"market for transistor, auxilliaries and energy use","transistor, auxilliaries and energy use",material,Electronics\Component\Market +"market for transistor, surface-mounted","transistor, surface-mounted",material,Electronics\Component\Market +"market for transistor, wired, big size, through-hole mounting","transistor, wired, big size, through-hole mounting",material,Electronics\Component\Market +"market for transistor, wired, small size, through-hole mounting","transistor, wired, small size, through-hole mounting",material,Electronics\Component\Market +"market for transmission network, electricity, high voltage","transmission network, electricity, high voltage",transport,Electricity\Market\Infrastructure +"market for transmission network, electricity, high voltage direct current aerial line","transmission network, electricity, high voltage direct current aerial line",transport,Electricity\Market\Infrastructure +"market for transmission network, electricity, high voltage direct current land cable","transmission network, electricity, high voltage direct current land cable",transport,Electricity\Market\Infrastructure +"market for transmission network, electricity, high voltage direct current subsea cable","transmission network, electricity, high voltage direct current subsea cable",transport,Electricity\Market\Infrastructure +"market for transmission network, electricity, medium voltage","transmission network, electricity, medium voltage",transport,Electricity\Market\Infrastructure +"market for transmission network, long-distance","transmission network, long-distance",transport,Others\Obsolete +"market for transport, freight train","transport, freight train",transport,Rail\Market +"market for transport, freight, aircraft with reefer, cooling","transport, freight, aircraft with reefer, cooling",transport,Air\Market +"market for transport, freight, aircraft with reefer, freezing","transport, freight, aircraft with reefer, freezing",transport,Air\Market +"market for transport, freight, aircraft, long haul","transport, freight, aircraft, long haul",transport,Air\Market +"market for transport, freight, aircraft, medium haul","transport, freight, aircraft, medium haul",transport,Air\Market +"market for transport, freight, aircraft, short haul","transport, freight, aircraft, short haul",transport,Air\Market +"market for transport, freight, aircraft, unspecified","transport, freight, aircraft, unspecified",transport,Air\Market +"market for transport, freight, aircraft, very short haul","transport, freight, aircraft, very short haul",transport,Air\Market +"market for transport, freight, conveyor belt","transport, freight, conveyor belt",transport,Building equipment\Market +"market for transport, freight, inland waterways, barge","transport, freight, inland waterways, barge",transport,Water\Market +"market for transport, freight, inland waterways, barge tanker","transport, freight, inland waterways, barge tanker",transport,Water\Market +"market for transport, freight, inland waterways, barge with reefer, cooling","transport, freight, inland waterways, barge with reefer, cooling",transport,Water\Market +"market for transport, freight, inland waterways, barge with reefer, freezing","transport, freight, inland waterways, barge with reefer, freezing",transport,Water\Market +"market for transport, freight, light commercial vehicle","transport, freight, light commercial vehicle",transport,Road\Market +"market for transport, freight, light commercial vehicle, EURO1","transport, freight, light commercial vehicle, EURO1",transport,Road\Market +"market for transport, freight, light commercial vehicle, EURO2","transport, freight, light commercial vehicle, EURO2",transport,Road\Market +"market for transport, freight, light commercial vehicle, unregulated","transport, freight, light commercial vehicle, unregulated",transport,Road\Market +"market for transport, freight, lorry >32 metric ton, EURO1","transport, freight, lorry >32 metric ton, EURO1",transport,Road\Market +"market for transport, freight, lorry >32 metric ton, EURO2","transport, freight, lorry >32 metric ton, EURO2",transport,Road\Market +"market for transport, freight, lorry >32 metric ton, EURO3","transport, freight, lorry >32 metric ton, EURO3",transport,Road\Market +"market for transport, freight, lorry >32 metric ton, EURO4","transport, freight, lorry >32 metric ton, EURO4",transport,Road\Market +"market for transport, freight, lorry >32 metric ton, EURO5","transport, freight, lorry >32 metric ton, EURO5",transport,Road\Market +"market for transport, freight, lorry >32 metric ton, EURO6","transport, freight, lorry >32 metric ton, EURO6",transport,Road\Market +"market for transport, freight, lorry >32 metric ton, unregulated","transport, freight, lorry >32 metric ton, unregulated",transport,Road\Market +"market for transport, freight, lorry 16-32 metric ton, EURO1","transport, freight, lorry 16-32 metric ton, EURO1",transport,Road\Market +"market for transport, freight, lorry 16-32 metric ton, EURO2","transport, freight, lorry 16-32 metric ton, EURO2",transport,Road\Market +"market for transport, freight, lorry 16-32 metric ton, EURO3","transport, freight, lorry 16-32 metric ton, EURO3",transport,Road\Market +"market for transport, freight, lorry 16-32 metric ton, EURO4","transport, freight, lorry 16-32 metric ton, EURO4",transport,Road\Market +"market for transport, freight, lorry 16-32 metric ton, EURO5","transport, freight, lorry 16-32 metric ton, EURO5",transport,Road\Market +"market for transport, freight, lorry 16-32 metric ton, EURO6","transport, freight, lorry 16-32 metric ton, EURO6",transport,Road\Market +"market for transport, freight, lorry 16-32 metric ton, unregulated","transport, freight, lorry 16-32 metric ton, unregulated",transport,Road\Market +"market for transport, freight, lorry 28 metric ton, fatty acid methyl ester 100%","transport, freight, lorry 28 metric ton, fatty acid methyl ester 100%",transport,Road\Market +"market for transport, freight, lorry 3.5-7.5 metric ton, EURO1","transport, freight, lorry 3.5-7.5 metric ton, EURO1",transport,Road\Market +"market for transport, freight, lorry 3.5-7.5 metric ton, EURO2","transport, freight, lorry 3.5-7.5 metric ton, EURO2",transport,Road\Market +"market for transport, freight, lorry 3.5-7.5 metric ton, EURO3","transport, freight, lorry 3.5-7.5 metric ton, EURO3",transport,Road\Market +"market for transport, freight, lorry 3.5-7.5 metric ton, EURO4","transport, freight, lorry 3.5-7.5 metric ton, EURO4",transport,Road\Market +"market for transport, freight, lorry 3.5-7.5 metric ton, EURO5","transport, freight, lorry 3.5-7.5 metric ton, EURO5",transport,Road\Market +"market for transport, freight, lorry 3.5-7.5 metric ton, EURO6","transport, freight, lorry 3.5-7.5 metric ton, EURO6",transport,Road\Market +"market for transport, freight, lorry 3.5-7.5 metric ton, unregulated","transport, freight, lorry 3.5-7.5 metric ton, unregulated",transport,Road\Market +"market for transport, freight, lorry 7.5-16 metric ton, EURO1","transport, freight, lorry 7.5-16 metric ton, EURO1",transport,Road\Market +"market for transport, freight, lorry 7.5-16 metric ton, EURO2","transport, freight, lorry 7.5-16 metric ton, EURO2",transport,Road\Market +"market for transport, freight, lorry 7.5-16 metric ton, EURO3","transport, freight, lorry 7.5-16 metric ton, EURO3",transport,Road\Market +"market for transport, freight, lorry 7.5-16 metric ton, EURO4","transport, freight, lorry 7.5-16 metric ton, EURO4",transport,Road\Market +"market for transport, freight, lorry 7.5-16 metric ton, EURO5","transport, freight, lorry 7.5-16 metric ton, EURO5",transport,Road\Market +"market for transport, freight, lorry 7.5-16 metric ton, EURO6","transport, freight, lorry 7.5-16 metric ton, EURO6",transport,Road\Market +"market for transport, freight, lorry 7.5-16 metric ton, unregulated","transport, freight, lorry 7.5-16 metric ton, unregulated",transport,Road\Market +"market for transport, freight, lorry with reefer, cooling","transport, freight, lorry with reefer, cooling",transport,Road\Market +"market for transport, freight, lorry with reefer, freezing","transport, freight, lorry with reefer, freezing",transport,Road\Market +"market for transport, freight, lorry with refrigeration machine, 3.5-7.5 ton, EURO3, carbon dioxide, liquid refr(...)_11","transport, freight, lorry with refrigeration machine, 3.5-7.5 ton, EURO3, carbon dioxide, liquid refrigerant, freezing",transport,Road\Market +"market for transport, freight, lorry with refrigeration machine, 3.5-7.5 ton, EURO3, carbon dioxide, liquid refri(...)_1","transport, freight, lorry with refrigeration machine, 3.5-7.5 ton, EURO3, carbon dioxide, liquid refrigerant, cooling",transport,Road\Market +"market for transport, freight, lorry with refrigeration machine, 3.5-7.5 ton, EURO3, R134a refrigerant, cooling","transport, freight, lorry with refrigeration machine, 3.5-7.5 ton, EURO3, R134a refrigerant, cooling",transport,Road\Market +"market for transport, freight, lorry with refrigeration machine, 3.5-7.5 ton, EURO3, R134a refrigerant, freezing","transport, freight, lorry with refrigeration machine, 3.5-7.5 ton, EURO3, R134a refrigerant, freezing",transport,Road\Market +"market for transport, freight, lorry with refrigeration machine, 3.5-7.5 ton, EURO4, carbon dioxide, liquid refr(...)_10","transport, freight, lorry with refrigeration machine, 3.5-7.5 ton, EURO4, carbon dioxide, liquid refrigerant, freezing",transport,Road\Market +"market for transport, freight, lorry with refrigeration machine, 3.5-7.5 ton, EURO4, carbon dioxide, liquid refri(...)_2","transport, freight, lorry with refrigeration machine, 3.5-7.5 ton, EURO4, carbon dioxide, liquid refrigerant, cooling",transport,Road\Market +"market for transport, freight, lorry with refrigeration machine, 3.5-7.5 ton, EURO4, R134a refrigerant, cooling","transport, freight, lorry with refrigeration machine, 3.5-7.5 ton, EURO4, R134a refrigerant, cooling",transport,Road\Market +"market for transport, freight, lorry with refrigeration machine, 3.5-7.5 ton, EURO4, R134a refrigerant, freezing","transport, freight, lorry with refrigeration machine, 3.5-7.5 ton, EURO4, R134a refrigerant, freezing",transport,Road\Market +"market for transport, freight, lorry with refrigeration machine, 3.5-7.5 ton, EURO5, carbon dioxide, liquid refri(...)_3","transport, freight, lorry with refrigeration machine, 3.5-7.5 ton, EURO5, carbon dioxide, liquid refrigerant, cooling",transport,Road\Market +"market for transport, freight, lorry with refrigeration machine, 3.5-7.5 ton, EURO5, carbon dioxide, liquid refri(...)_7","transport, freight, lorry with refrigeration machine, 3.5-7.5 ton, EURO5, carbon dioxide, liquid refrigerant, freezing",transport,Road\Market +"market for transport, freight, lorry with refrigeration machine, 3.5-7.5 ton, EURO5, R134a refrigerant, cooling","transport, freight, lorry with refrigeration machine, 3.5-7.5 ton, EURO5, R134a refrigerant, cooling",transport,Road\Market +"market for transport, freight, lorry with refrigeration machine, 3.5-7.5 ton, EURO5, R134a refrigerant, freezing","transport, freight, lorry with refrigeration machine, 3.5-7.5 ton, EURO5, R134a refrigerant, freezing",transport,Road\Market +"market for transport, freight, lorry with refrigeration machine, 3.5-7.5 ton, EURO6, carbon dioxide, liquid refr(...)_13","transport, freight, lorry with refrigeration machine, 3.5-7.5 ton, EURO6, carbon dioxide, liquid refrigerant, freezing",transport,Road\Market +"market for transport, freight, lorry with refrigeration machine, 3.5-7.5 ton, EURO6, carbon dioxide, liquid refri(...)_5","transport, freight, lorry with refrigeration machine, 3.5-7.5 ton, EURO6, carbon dioxide, liquid refrigerant, cooling",transport,Road\Market +"market for transport, freight, lorry with refrigeration machine, 3.5-7.5 ton, EURO6, R134a refrigerant, cooling","transport, freight, lorry with refrigeration machine, 3.5-7.5 ton, EURO6, R134a refrigerant, cooling",transport,Road\Market +"market for transport, freight, lorry with refrigeration machine, 3.5-7.5 ton, EURO6, R134a refrigerant, freezing","transport, freight, lorry with refrigeration machine, 3.5-7.5 ton, EURO6, R134a refrigerant, freezing",transport,Road\Market +"market for transport, freight, lorry with refrigeration machine, 7.5-16 ton, EURO3, carbon dioxide, liquid refri(...)_14","transport, freight, lorry with refrigeration machine, 7.5-16 ton, EURO3, carbon dioxide, liquid refrigerant, freezing",transport,Road\Market +"market for transport, freight, lorry with refrigeration machine, 7.5-16 ton, EURO3, carbon dioxide, liquid refrig(...)_4","transport, freight, lorry with refrigeration machine, 7.5-16 ton, EURO3, carbon dioxide, liquid refrigerant, cooling",transport,Road\Market +"market for transport, freight, lorry with refrigeration machine, 7.5-16 ton, EURO3, R134a refrigerant, cooling","transport, freight, lorry with refrigeration machine, 7.5-16 ton, EURO3, R134a refrigerant, cooling",transport,Road\Market +"market for transport, freight, lorry with refrigeration machine, 7.5-16 ton, EURO3, R134a refrigerant, freezing","transport, freight, lorry with refrigeration machine, 7.5-16 ton, EURO3, R134a refrigerant, freezing",transport,Road\Market +"market for transport, freight, lorry with refrigeration machine, 7.5-16 ton, EURO4, carbon dioxide, liquid refri(...)_12","transport, freight, lorry with refrigeration machine, 7.5-16 ton, EURO4, carbon dioxide, liquid refrigerant, freezing",transport,Road\Market +"market for transport, freight, lorry with refrigeration machine, 7.5-16 ton, EURO4, carbon dioxide, liquid refrig(...)_6","transport, freight, lorry with refrigeration machine, 7.5-16 ton, EURO4, carbon dioxide, liquid refrigerant, cooling",transport,Road\Market +"market for transport, freight, lorry with refrigeration machine, 7.5-16 ton, EURO4, R134a refrigerant, cooling","transport, freight, lorry with refrigeration machine, 7.5-16 ton, EURO4, R134a refrigerant, cooling",transport,Road\Market +"market for transport, freight, lorry with refrigeration machine, 7.5-16 ton, EURO4, R134a refrigerant, freezing","transport, freight, lorry with refrigeration machine, 7.5-16 ton, EURO4, R134a refrigerant, freezing",transport,Road\Market +"market for transport, freight, lorry with refrigeration machine, 7.5-16 ton, EURO5, carbon dioxide, liquid refri(...)_16","transport, freight, lorry with refrigeration machine, 7.5-16 ton, EURO5, carbon dioxide, liquid refrigerant, freezing",transport,Road\Market +"market for transport, freight, lorry with refrigeration machine, 7.5-16 ton, EURO5, carbon dioxide, liquid refrig(...)_8","transport, freight, lorry with refrigeration machine, 7.5-16 ton, EURO5, carbon dioxide, liquid refrigerant, cooling",transport,Road\Market +"market for transport, freight, lorry with refrigeration machine, 7.5-16 ton, EURO5, R134a refrigerant, cooling","transport, freight, lorry with refrigeration machine, 7.5-16 ton, EURO5, R134a refrigerant, cooling",transport,Road\Market +"market for transport, freight, lorry with refrigeration machine, 7.5-16 ton, EURO5, R134a refrigerant, freezing","transport, freight, lorry with refrigeration machine, 7.5-16 ton, EURO5, R134a refrigerant, freezing",transport,Road\Market +"market for transport, freight, lorry with refrigeration machine, 7.5-16 ton, EURO6, carbon dioxide, liquid refri(...)_15","transport, freight, lorry with refrigeration machine, 7.5-16 ton, EURO6, carbon dioxide, liquid refrigerant, freezing",transport,Road\Market +"market for transport, freight, lorry with refrigeration machine, 7.5-16 ton, EURO6, carbon dioxide, liquid refrig(...)_9","transport, freight, lorry with refrigeration machine, 7.5-16 ton, EURO6, carbon dioxide, liquid refrigerant, cooling",transport,Road\Market +"market for transport, freight, lorry with refrigeration machine, 7.5-16 ton, EURO6, R134a refrigerant, cooling","transport, freight, lorry with refrigeration machine, 7.5-16 ton, EURO6, R134a refrigerant, cooling",transport,Road\Market +"market for transport, freight, lorry with refrigeration machine, 7.5-16 ton, EURO6, R134a refrigerant, freezing","transport, freight, lorry with refrigeration machine, 7.5-16 ton, EURO6, R134a refrigerant, freezing",transport,Road\Market +"market for transport, freight, lorry with refrigeration machine, cooling","transport, freight, lorry with refrigeration machine, cooling",transport,Road\Market +"market for transport, freight, lorry with refrigeration machine, freezing","transport, freight, lorry with refrigeration machine, freezing",transport,Road\Market +"market for transport, freight, lorry, unspecified","transport, freight, lorry, unspecified",transport,Road\Market +"market for transport, freight, sea, bulk carrier for dry goods","transport, freight, sea, bulk carrier for dry goods",transport,Water\Market +"market for transport, freight, sea, container ship","transport, freight, sea, container ship",transport,Water\Market +"market for transport, freight, sea, container ship with reefer, cooling","transport, freight, sea, container ship with reefer, cooling",transport,Water\Market +"market for transport, freight, sea, container ship with reefer, freezing","transport, freight, sea, container ship with reefer, freezing",transport,Water\Market +"market for transport, freight, sea, ferry","transport, freight, sea, ferry",transport,Water\Market +"market for transport, freight, sea, tanker for liquefied natural gas","transport, freight, sea, tanker for liquefied natural gas",transport,Water\Market +"market for transport, freight, sea, tanker for liquid goods other than petroleum and liquefied natural gas","transport, freight, sea, tanker for liquid goods other than petroleum and liquefied natural gas",transport,Water\Market +"market for transport, freight, sea, tanker for petroleum","transport, freight, sea, tanker for petroleum",transport,Water\Market +"market for transport, freight, sea, transoceanic ship","transport, freight, sea, transoceanic ship",transport,Others\Obsolete +"market for transport, freight, sea, transoceanic tanker","transport, freight, sea, transoceanic tanker",transport,Others\Obsolete +"market for transport, freight, train with reefer, cooling","transport, freight, train with reefer, cooling",transport,Rail\Market +"market for transport, freight, train with reefer, freezing","transport, freight, train with reefer, freezing",transport,Rail\Market +"market for transport, helicopter","transport, helicopter",transport,Air\Market +"market for transport, helicopter, LTO cycle","transport, helicopter, LTO cycle",transport,Air\Market +"market for transport, passenger aircraft, long haul","transport, passenger aircraft, long haul",transport,Air\Market +"market for transport, passenger aircraft, medium haul","transport, passenger aircraft, medium haul",transport,Air\Market +"market for transport, passenger aircraft, short haul","transport, passenger aircraft, short haul",transport,Air\Market +"market for transport, passenger aircraft, unspecified","transport, passenger aircraft, unspecified",transport,Air\Market +"market for transport, passenger aircraft, very short haul","transport, passenger aircraft, very short haul",transport,Air\Market +"market for transport, passenger car","transport, passenger car",transport,Road\Market +"market for transport, passenger car with internal combustion engine","transport, passenger car with internal combustion engine",transport,Road\Market +"market for transport, passenger car, electric","transport, passenger car, electric",transport,Road\Market +"market for transport, passenger car, EURO 3","transport, passenger car, EURO 3",transport,Road\Market +"market for transport, passenger car, EURO 4","transport, passenger car, EURO 4",transport,Road\Market +"market for transport, passenger car, EURO 5","transport, passenger car, EURO 5",transport,Road\Market +"market for transport, passenger car, large size, diesel, EURO 3","transport, passenger car, large size, diesel, EURO 3",transport,Road\Market +"market for transport, passenger car, large size, diesel, EURO 4","transport, passenger car, large size, diesel, EURO 4",transport,Road\Market +"market for transport, passenger car, large size, diesel, EURO 5","transport, passenger car, large size, diesel, EURO 5",transport,Road\Market +"market for transport, passenger car, large size, natural gas, EURO 3","transport, passenger car, large size, natural gas, EURO 3",transport,Road\Market +"market for transport, passenger car, large size, natural gas, EURO 4","transport, passenger car, large size, natural gas, EURO 4",transport,Road\Market +"market for transport, passenger car, large size, natural gas, EURO 5","transport, passenger car, large size, natural gas, EURO 5",transport,Road\Market +"market for transport, passenger car, large size, petrol, EURO 3","transport, passenger car, large size, petrol, EURO 3",transport,Road\Market +"market for transport, passenger car, large size, petrol, EURO 4","transport, passenger car, large size, petrol, EURO 4",transport,Road\Market +"market for transport, passenger car, large size, petrol, EURO 5","transport, passenger car, large size, petrol, EURO 5",transport,Road\Market +"market for transport, passenger car, medium size, diesel, EURO 3","transport, passenger car, medium size, diesel, EURO 3",transport,Road\Market +"market for transport, passenger car, medium size, diesel, EURO 4","transport, passenger car, medium size, diesel, EURO 4",transport,Road\Market +"market for transport, passenger car, medium size, diesel, EURO 5","transport, passenger car, medium size, diesel, EURO 5",transport,Road\Market +"market for transport, passenger car, medium size, liquefied petroleum gas, EURO 5","transport, passenger car, medium size, liquefied petroleum gas, EURO 5",transport,Road\Market +"market for transport, passenger car, medium size, natural gas, EURO 3","transport, passenger car, medium size, natural gas, EURO 3",transport,Road\Market +"market for transport, passenger car, medium size, natural gas, EURO 4","transport, passenger car, medium size, natural gas, EURO 4",transport,Road\Market +"market for transport, passenger car, medium size, natural gas, EURO 5","transport, passenger car, medium size, natural gas, EURO 5",transport,Road\Market +"market for transport, passenger car, medium size, petrol, EURO 3","transport, passenger car, medium size, petrol, EURO 3",transport,Road\Market +"market for transport, passenger car, medium size, petrol, EURO 4","transport, passenger car, medium size, petrol, EURO 4",transport,Road\Market +"market for transport, passenger car, medium size, petrol, EURO 5","transport, passenger car, medium size, petrol, EURO 5",transport,Road\Market +"market for transport, passenger car, small size, diesel, EURO 3","transport, passenger car, small size, diesel, EURO 3",transport,Road\Market +"market for transport, passenger car, small size, diesel, EURO 4","transport, passenger car, small size, diesel, EURO 4",transport,Road\Market +"market for transport, passenger car, small size, diesel, EURO 5","transport, passenger car, small size, diesel, EURO 5",transport,Road\Market +"market for transport, passenger car, small size, natural gas, EURO 3","transport, passenger car, small size, natural gas, EURO 3",transport,Road\Market +"market for transport, passenger car, small size, natural gas, EURO 4","transport, passenger car, small size, natural gas, EURO 4",transport,Road\Market +"market for transport, passenger car, small size, natural gas, EURO 5","transport, passenger car, small size, natural gas, EURO 5",transport,Road\Market +"market for transport, passenger car, small size, petrol, EURO 3","transport, passenger car, small size, petrol, EURO 3",transport,Road\Market +"market for transport, passenger car, small size, petrol, EURO 4","transport, passenger car, small size, petrol, EURO 4",transport,Road\Market +"market for transport, passenger car, small size, petrol, EURO 5","transport, passenger car, small size, petrol, EURO 5",transport,Road\Market +"market for transport, passenger coach","transport, passenger coach",transport,Road\Market +"market for transport, passenger train","transport, passenger train",transport,Rail\Market +"market for transport, passenger, bicycle","transport, passenger, bicycle",transport,Road\Market +"market for transport, passenger, electric bicycle","transport, passenger, electric bicycle",transport,Road\Market +"market for transport, passenger, electric bicycle, electricity from renewable energy products","transport, passenger, electric bicycle, electricity from renewable energy products",transport,Road\Market +"market for transport, passenger, electric scooter","transport, passenger, electric scooter",transport,Road\Market +"market for transport, passenger, motor scooter","transport, passenger, motor scooter",transport,Road\Market +"market for transport, pipeline, long distance, natural gas","transport, pipeline, long distance, natural gas",transport,Pipeline\Market +"market for transport, pipeline, offshore, long distance, natural gas","transport, pipeline, offshore, long distance, natural gas",transport,Others\Obsolete +"market for transport, pipeline, offshore, petroleum","transport, pipeline, offshore, petroleum",transport,Pipeline\Market +"market for transport, pipeline, onshore, long distance, natural gas","transport, pipeline, onshore, long distance, natural gas",transport,Others\Obsolete +"market for transport, pipeline, onshore, petroleum","transport, pipeline, onshore, petroleum",transport,Pipeline\Market +"market for transport, regular bus","transport, regular bus",transport,Road\Market +"market for transport, tractor and trailer, agricultural","transport, tractor and trailer, agricultural",transport,Others\Obsolete +"market for transport, tram","transport, tram",transport,Road\Market +"market for transport, trolleybus","transport, trolleybus",transport,Road\Market +"market for trawler maintenance, steel","trawler maintenance, steel",transport,Water\Market\Infrastructure +"market for trawler, steel","trawler, steel",transport,Water\Market\Infrastructure +market for tree seedling,"tree seedling, for planting",material,Others\Obsolete +"market for tree seedling, for planting","tree seedling, for planting",material,Agricultural\Plant seeds\Market +"market for trellis system, wooden poles, soft wood, tar impregnated","trellis system, wooden poles, soft wood, tar impregnated",material,Wood\Products\Market +market for triazine-compound,triazine-compound,material,Chemicals\Pesticides\Market +"market for triazine-compound, unspecified","triazine-compound, unspecified",material,Chemicals\Pesticides\Market +market for trichloroacetic acid,trichloroacetic acid,material,Chemicals\Acids (organic)\Market +market for trichloroborane,trichloroborane,material,Chemicals\Inorganic\Market +market for trichloroethylene,trichloroethylene,material,Chemicals\Organic\Market +market for trichloromethane,trichloromethane,material,Chemicals\Organic\Market +market for trichloropropane,trichloropropane,material,Chemicals\Organic\Market +market for triclopyr,triclopyr,material,Chemicals\Organic\Market +market for triethanolamine,triethanolamine,material,Chemicals\Organic\Market +market for triethyl amine,triethyl amine,material,Chemicals\Organic\Market +market for triethylene glycol,triethylene glycol,material,Chemicals\Organic\Market +market for trifluoroacetic acid,trifluoroacetic acid,material,Chemicals\Acids (organic)\Market +market for trifluoromethane,trifluoromethane,material,Chemicals\Organic\Market +market for trimesoyl chloride,trimesoyl chloride,material,Chemicals\Organic\Market +market for trimethyl borate,trimethyl borate,material,Chemicals\Organic\Market +market for trimethylamine,trimethylamine,material,Chemicals\Organic\Market +market for trinexapac-ethyl,trinexapac-ethyl,material,Chemicals\Organic\Market +market for triphenyl phosphate,triphenyl phosphate,material,Chemicals\Organic\Market +market for triple superphosphate,triple superphosphate,material,Chemicals\Organic\Market +"market for tris(2,4-ditert-butylphenyl) phosphite","tris(2,4-ditert-butylphenyl) phosphite",material,Chemicals\Organic\Market +market for trisodium phosphate,trisodium phosphate,material,Chemicals\Inorganic\Market +market for trout,trout,material,Agricultural\Animal production\Fish\Market +"market for trout feed, 42% protein","trout feed, 42% protein",material,Agricultural\Animal feed\Market +market for tube insulation factory,tube insulation factory,material,Construction\Insulation\Market\Infrastructure +"market for tube insulation, elastomere","tube insulation, elastomere",material,Construction\Insulation\Market +market for tubular particleboard,tubular particleboard,material,Wood\Products\Market +market for tungsten carbide powder,tungsten carbide powder,material,Chemicals\Others\Market +market for tungsten concentrate,tungsten concentrate,material,Chemicals\Others\Market +market for turpentine,turpentine,material,Chemicals\Others\Market +"market for tyre wear emissions, lorry","tyre wear emissions, lorry",waste treatment,Transport\Market +"market for tyre wear emissions, passenger car","tyre wear emissions, passenger car",waste treatment,Transport\Market +market for ultrafiltration module,ultrafiltration module,material,Water\Industry water\Market\Infrastructure +market for ultraviolet lamp,ultraviolet lamp,material,Electronics\Component\Market +"market for unreinforced concrete, 15MPa","unreinforced concrete, 15MPa",material,Construction\Concrete\Market +market for uranium conversion facility,uranium conversion facility,material,Fuels\Uranium\Enriched\Market\Infrastructure +market for uranium enrichment centrifuge facility,uranium enrichment centrifuge facility,material,Fuels\Uranium\Enriched\Market\Infrastructure +market for uranium enrichment diffusion facility,uranium enrichment diffusion facility,material,Fuels\Uranium\Enriched\Market\Infrastructure +market for uranium hexafluoride,uranium hexafluoride,material,Fuels\Uranium\Enriched\Market +market for uranium mill,uranium mill,material,Minerals\Market\Infrastructure +"market for uranium ore, as U","uranium ore, as U",material,Minerals\Market +"market for uranium tailing, non-radioactive emission","uranium tailing, non-radioactive emission",waste treatment,Nuclear waste\Market +"market for uranium, enriched 3.0%, in fuel element for light water reactor","uranium, enriched 3.0%, in fuel element for light water reactor",material,Fuels\Uranium\Enriched\Market +"market for uranium, enriched 3.0%, per separative work unit","uranium, enriched 3.0%, per separative work unit",material,Fuels\Uranium\Enriched\Market +"market for uranium, enriched 3.8%, in fuel element for light water reactor","uranium, enriched 3.8%, in fuel element for light water reactor",material,Fuels\Uranium\Enriched\Market +"market for uranium, enriched 3.8%, per separative work unit","uranium, enriched 3.8%, per separative work unit",material,Fuels\Uranium\Enriched\Market +"market for uranium, enriched 3.9%, in fuel element for light water reactor","uranium, enriched 3.9%, in fuel element for light water reactor",material,Fuels\Uranium\Enriched\Market +"market for uranium, enriched 3.9%, per separative work unit","uranium, enriched 3.9%, per separative work unit",material,Fuels\Uranium\Enriched\Market +"market for uranium, enriched 4.0%, per separative work unit","uranium, enriched 4.0%, per separative work unit",material,Fuels\Uranium\Enriched\Market +"market for uranium, enriched 4.2%, in fuel element for light water reactor","uranium, enriched 4.2%, in fuel element for light water reactor",material,Fuels\Uranium\Enriched\Market +"market for uranium, enriched 4.2%, per separative work unit","uranium, enriched 4.2%, per separative work unit",material,Fuels\Uranium\Enriched\Market +"market for uranium, enriched 4%, in fuel element for light water reactor","uranium, enriched 4%, in fuel element for light water reactor",material,Fuels\Uranium\Enriched\Market +"market for uranium, in yellowcake","uranium, in yellowcake",material,Minerals\Market +market for urea,urea,material,Chemicals\Fertilisers (inorganic)\Market +market for urea ammonium nitrate mix,urea ammonium nitrate mix,material,Chemicals\Fertilisers (inorganic)\Market +"market for urea formaldehyde foam slab, hard","urea formaldehyde foam slab, hard",material,Construction\Insulation\Market +"market for urea formaldehyde foam, in situ foaming","urea formaldehyde foam, in situ foaming",material,Construction\Insulation\Market +market for urea formaldehyde resin,urea formaldehyde resin,material,Chemicals\Organic\Market +"market for urea, as N","urea, as N",material,Others\Obsolete +"market for used air distribution terminal panel steel, 120 m3/h","used air distribution terminal panel steel, 120 m3/h",waste treatment,Construction waste\Market +"market for used air filter central unit, 600 m3/h","used air filter central unit, 600 m3/h",waste treatment,Construction waste\Market +"market for used air filter decentralized unit, 180-250 m3/h","used air filter decentralized unit, 180-250 m3/h",waste treatment,Construction waste\Market +"market for used air filter decentralized unit, 250 m3/h","used air filter decentralized unit, 250 m3/h",waste treatment,Construction waste\Market +market for used air filter in exhaust air valve,used air filter in exhaust air valve,waste treatment,Construction waste\Market +market for used beverage cans,used beverage cans,material,Metals\Waste metals\Market +market for used beverage cans_obsolete,used beverage cans,waste treatment,Others\Obsolete +market for used bicycle,used bicycle,waste treatment,Transport\Market +market for used blower and heat exchange unit Avent E 97,used blower and heat exchange unit Avent E 97,waste treatment,Construction waste\Market +"market for used blower and heat exchange unit central, 600-1200 m3/h","used blower and heat exchange unit central, 600-1200 m3/h",waste treatment,Construction waste\Market +"market for used blower and heat exchange unit decentralized, 180-250 m3/h","used blower and heat exchange unit decentralized, 180-250 m3/h",waste treatment,Construction waste\Market +market for used blower and heat exchange unit GE 250 RH,used blower and heat exchange unit GE 250 RH,waste treatment,Construction waste\Market +market for used blower and heat exchange unit KWL 250,used blower and heat exchange unit KWL 250,waste treatment,Construction waste\Market +market for used blower and heat exchange unit KWLC 1200,used blower and heat exchange unit KWLC 1200,waste treatment,Construction waste\Market +market for used blower and heat exchange unit Storkair G 90,used blower and heat exchange unit Storkair G 90,waste treatment,Construction waste\Market +market for used blower and heat exchange unit Twl-700,used blower and heat exchange unit Twl-700,waste treatment,Construction waste\Market +market for used bus,used bus,waste treatment,Transport\Market +market for used cable,used cable,waste treatment,Electronics waste\Market +market for used capacitor,used capacitor,waste treatment,Electronics waste\Market +market for used cathode ray tube display,used cathode ray tube display,waste treatment,Electronics waste\Market +market for used desktop computer,used desktop computer,waste treatment,Electronics waste\Market +"market for used diesel-electric generating set, 18.5kW","used diesel-electric generating set, 18.5kW",waste treatment,Others\Market +market for used domestic refrigerator,used domestic refrigerator,waste treatment,Electronics waste\Market +"market for used door, inner, glass-wood","used door, inner, glass-wood",waste treatment,Construction waste\Market +"market for used door, inner, wood","used door, inner, wood",waste treatment,Construction waste\Market +"market for used door, outer, wood-aluminium","used door, outer, wood-aluminium",waste treatment,Construction waste\Market +"market for used door, outer, wood-glass","used door, outer, wood-glass",waste treatment,Construction waste\Market +"market for used double glazing, U<1.1W/m2K","used double glazing, U<1.1W/m2K",waste treatment,Construction waste\Market +"market for used double glazing, U<1.1W/m2K, laminated safety glass","used double glazing, U<1.1W/m2K, laminated safety glass",waste treatment,Construction waste\Market +market for used electric bicycle,used electric bicycle,waste treatment,Transport\Market +"market for used exhaust air roof hood steel, DN 400","used exhaust air roof hood steel, DN 400",waste treatment,Construction waste\Market +"market for used exhaust air valve in-wall housing, plastic/steel","used exhaust air valve in-wall housing, plastic/steel",waste treatment,Construction waste\Market +"market for used flexible duct aluminium/PET, DN of 125","used flexible duct aluminium/PET, DN of 125",waste treatment,Construction waste\Market +market for used fluorescent lamp,used fluorescent lamp,waste treatment,Electronics waste\Market +"market for used glider, electric scooter","used glider, electric scooter",waste treatment,Transport\Market +"market for used glider, passenger car","used glider, passenger car",waste treatment,Transport\Market +market for used industrial electronic device,used industrial electronic device,waste treatment,Transport\Market +"market for used insulation spiral-seam duct rockwool, DN 400","used insulation spiral-seam duct rockwool, DN 400",waste treatment,Construction waste\Market +"market for used intermodal shipping container, 20-foot","used intermodal shipping container, 20-foot",waste treatment,Transport\Market +"market for used intermodal shipping container, 40-foot","used intermodal shipping container, 40-foot",waste treatment,Transport\Market +"market for used intermodal shipping container, 40-foot, high-cube","used intermodal shipping container, 40-foot, high-cube",waste treatment,Transport\Market +"market for used intermodal shipping container, 45-foot, high-cube","used intermodal shipping container, 45-foot, high-cube",waste treatment,Transport\Market +"market for used internal combustion engine, passenger car","used internal combustion engine, passenger car",waste treatment,Transport\Market +market for used IT accessory,used IT accessory,waste treatment,Electronics waste\Market +market for used laptop computer,used laptop computer,waste treatment,Electronics waste\Market +market for used Li-ion battery,used Li-ion battery,waste treatment,Electronics waste\Market +market for used light commercial vehicle,used light commercial vehicle,waste treatment,Transport\Market +market for used liquid crystal display,used liquid crystal display,waste treatment,Electronics waste\Market +market for used liquid crystal display module,used liquid crystal display module,waste treatment,Electronics waste\Market +market for used locomotive,used locomotive,waste treatment,Transport\Market +"market for used long liner, steel","used long liner, steel",waste treatment,Transport\Market +"market for used lorry with refrigeration machine, 16 metric ton","used lorry with refrigeration machine, 16 metric ton",waste treatment,Transport\Market +"market for used lorry, 16 metric ton","used lorry, 16 metric ton",waste treatment,Transport\Market +"market for used lorry, 28 metric ton","used lorry, 28 metric ton",waste treatment,Transport\Market +"market for used lorry, 40 metric ton","used lorry, 40 metric ton",waste treatment,Transport\Market +market for used motor scooter,used motor scooter,waste treatment,Transport\Market +market for used Ni-metal hydride battery,used Ni-metal hydride battery,waste treatment,Electronics waste\Market +"market for used nitrate salts, for solar power application","used nitrate salts, for solar power application",material,Chemicals\Inorganic\Market +"market for used outside air intake stainless steel, DN 370","used outside air intake stainless steel, DN 370",waste treatment,Construction waste\Market +market for used perfluoropentane,used perfluoropentane,waste treatment,Others\Market +"market for used powertrain from electric passenger car, manual dismantling","used powertrain from electric passenger car, manual dismantling",waste treatment,Transport\Market +"market for used powertrain, electric scooter","used powertrain, electric scooter",waste treatment,Transport\Market +market for used printed wiring boards,used printed wiring boards,waste treatment,Electronics waste\Market +"market for used printer, laser","used printer, laser",waste treatment,Electronics waste\Market +"market for used purse seiner, steel","used purse seiner, steel",waste treatment,Transport\Market +"market for used purse seiner, wood","used purse seiner, wood",waste treatment,Transport\Market +market for used railway track,used railway track,waste treatment,Transport\Market +"market for used reefer, intermodal shipping container, 40-foot, high-cube","used reefer, intermodal shipping container, 40-foot, high-cube",waste treatment,Transport\Market +market for used refrigerant R-12,used refrigerant R-12,waste treatment,Others\Market +market for used refrigerant R-600a,used refrigerant R-600a,waste treatment,Others\Market +market for used refrigerant r12,used refrigerant r12,waste treatment,Others\Market +market for used refrigerant R134a,used refrigerant R134a,waste treatment,Transport\Market +market for used refrigerant r600a,used refrigerant r600a,waste treatment,Others\Market +"market for used refrigeration machine, carbon dioxide, liquid as refrigerant","used refrigeration machine, carbon dioxide, liquid as refrigerant",waste treatment,Transport\Market +"market for used refrigeration machine, R134a as refrigerant","used refrigeration machine, R134a as refrigerant",waste treatment,Transport\Market +"market for used room-connecting overflow element steel, approx. 40 m3/h","used room-connecting overflow element steel, approx. 40 m3/h",waste treatment,Construction waste\Market +"market for used sealing tape aluminium/PE, 50 mm wide","used sealing tape aluminium/PE, 50 mm wide",waste treatment,Construction waste\Market +"market for used silencer steel, DN 125","used silencer steel, DN 125",waste treatment,Construction waste\Market +"market for used silencer steel, DN 315","used silencer steel, DN 315",waste treatment,Construction waste\Market +market for used smartphone,used smartphone,waste treatment,Electronics waste\Market +market for used tablet,used tablet,waste treatment,Electronics waste\Market +"market for used toner module, laser printer, black/white","used toner module, laser printer, black/white",material,Electronics waste\Market +"market for used toner module, laser printer, black/white_obsolete","used toner module, laser printer, black/white",waste treatment,Others\Obsolete +"market for used toner module, laser printer, colour","used toner module, laser printer, colour",material,Electronics waste\Market +"market for used toner module, laser printer, colour_obsolete","used toner module, laser printer, colour",waste treatment,Others\Obsolete +"market for used train, passenger, high-speed","used train, passenger, high-speed",waste treatment,Transport\Market +"market for used train, passenger, long-distance","used train, passenger, long-distance",waste treatment,Transport\Market +"market for used train, passenger, regional","used train, passenger, regional",waste treatment,Transport\Market +market for used tram,used tram,waste treatment,Transport\Market +"market for used trawler, steel","used trawler, steel",waste treatment,Transport\Market +"market for used triple glazing, U<0.5W/m2K","used triple glazing, U<0.5W/m2K",waste treatment,Construction waste\Market +market for used tyre,used tyre,waste treatment,Transport\Market +market for used vegetable cooking oil,used vegetable cooking oil,material,Agricultural\Plant oils\Market +"market for used vegetable cooking oil, purified","used vegetable cooking oil, purified",material,Agricultural\Plant oils\Market +"market for used vegetable cooking oil, purified_obsolete","used vegetable cooking oil, purified",waste treatment,Others\Obsolete +market for used ventilation control and wiring central unit,used ventilation control and wiring central unit,waste treatment,Construction waste\Market +market for used ventilation control and wiring decentralized unit,used ventilation control and wiring decentralized unit,waste treatment,Construction waste\Market +"market for used window frame, plastic","used window frame, plastic",waste treatment,Construction waste\Market +"market for used window frame, wood","used window frame, wood",waste treatment,Construction waste\Market +"market for used window frame, wood-metal","used window frame, wood-metal",waste treatment,Construction waste\Market +market for vacuum cleaner,vacuum cleaner,material,Appliances\Market\Infrastructure +market for vanadium pentoxide,vanadium pentoxide,material,Others\Obsolete +market for vanilla,vanilla,material,Agricultural\Food\Market +"market for vanilla seedling, for planting","vanilla seedling, for planting",material,Agricultural\Plant seeds\Market +market for vegetable oil esterification facility,vegetable oil esterification facility,material,Chemicals\Organic\Market\Infrastructure +market for vegetable oil methyl ester,vegetable oil methyl ester,material,Others\Obsolete +market for vegetable oil refinery,vegetable oil refinery,material,Chemicals\Organic\Market\Infrastructure +"market for vegetable oil, refined","vegetable oil, refined",material,Chemicals\Organic\Market +market for ventilation components factory,ventilation components factory,material,Construction\Ventilation\Market\Infrastructure +"market for ventilation control and wiring, central unit","ventilation control and wiring, central unit",material,Construction\Ventilation\Market +"market for ventilation control and wiring, decentralized unit","ventilation control and wiring, decentralized unit",material,Construction\Ventilation\Market +"market for ventilation duct, connection piece, steel, 100x50 mm","ventilation duct, connection piece, steel, 100x50 mm",material,Construction\Ventilation\Market +"market for ventilation duct, elbow 90 degrees, steel, 100x50 mm","ventilation duct, elbow 90 degrees, steel, 100x50 mm",material,Construction\Ventilation\Market +"market for ventilation duct, elbow 90¡, steel, 100x50 mm","ventilation duct, elbow 90¡, steel, 100x50 mm",material,Construction\Ventilation\Market +"market for ventilation duct, elbow 90¡, steel, 100x50 mm","ventilation duct, elbow 90¡, steel, 100x50 mm",material,Metals\Ferro\Transformation +"market for ventilation duct, steel, 100x50 mm","ventilation duct, steel, 100x50 mm",material,Construction\Ventilation\Market +"market for ventilation of dwellings, central, 1 x 720 m3/h","ventilation of dwellings, central, 1 x 720 m3/h",processing,Ventilation\Market +"market for ventilation of dwellings, decentralized, 6 x 120 m3/h","ventilation of dwellings, decentralized, 6 x 120 m3/h",processing,Ventilation\Market +"market for ventilation system, central, 1 x 720 m3/h, polyethylene ducts, with earth tube heat exchanger","ventilation system, central, 1 x 720 m3/h, polyethylene ducts, with earth tube heat exchanger",material,Construction\Ventilation\Market\Infrastructure +"market for ventilation system, central, 1 x 720 m3/h, steel ducts, with earth tube heat exchanger","ventilation system, central, 1 x 720 m3/h, steel ducts, with earth tube heat exchanger",material,Construction\Ventilation\Market\Infrastructure +"market for ventilation system, decentralized, 6 x 120 m3/h, polyethylene ducts","ventilation system, decentralized, 6 x 120 m3/h, polyethylene ducts",material,Construction\Ventilation\Market\Infrastructure +"market for ventilation system, decentralized, 6 x 120 m3/h, polyethylene ducts, with earth tube heat exchanger","ventilation system, decentralized, 6 x 120 m3/h, polyethylene ducts, with earth tube heat exchanger",material,Construction\Ventilation\Market\Infrastructure +"market for ventilation system, decentralized, 6 x 120 m3/h, steel ducts","ventilation system, decentralized, 6 x 120 m3/h, steel ducts",material,Construction\Ventilation\Market\Infrastructure +"market for ventilation system, decentralized, 6 x 120 m3/h, steel ducts, with earth tube heat exchanger","ventilation system, decentralized, 6 x 120 m3/h, steel ducts, with earth tube heat exchanger",material,Construction\Ventilation\Market\Infrastructure +"market for venting of argon, crude, liquid","venting of argon, crude, liquid",processing,Others\Market +"market for venting of nitrogen, liquid","venting of nitrogen, liquid",processing,Others\Market +market for vermiculite,vermiculite,material,Minerals\Market +"market for vinasse, from fermentation of sugar beet","vinasse, from fermentation of sugar beet",material,Agricultural\Intermediate products\Market +"market for vinasse, from fermentation of sugar beet molasses","vinasse, from fermentation of sugar beet molasses",material,Agricultural\Intermediate products\Market +"market for vinasse, from fermentation of sugarcane","vinasse, from fermentation of sugarcane",material,Agricultural\Intermediate products\Market +"market for vinasse, from fermentation of sugarcane molasses","vinasse, from fermentation of sugarcane molasses",material,Others\Obsolete +"market for vinasse, from fermentation of sweet sorghum","vinasse, from fermentation of sweet sorghum",material,Agricultural\Intermediate products\Market +market for vinyl acetate,vinyl acetate,material,Chemicals\Organic\Market +market for vinyl carbonate,vinyl carbonate,material,Chemicals\Organic\Market +market for vinyl chloride,vinyl chloride,material,Chemicals\Organic\Market +market for vinyl fluoride,vinyl fluoride,material,Chemicals\Organic\Market +market for wafer factory,wafer factory,material,Electronics\Photovoltaic\Market\Infrastructure +"market for wafer, fabricated, for integrated circuit","wafer, fabricated, for integrated circuit",material,Electronics\Component\Market +market for washing machine,washing machine,material,Appliances\Market\Infrastructure +"market for washing, drying and finishing laundry","washing, drying and finishing laundry",processing,Textiles\Market +market for waste aluminium,waste aluminium,waste treatment,Metals\Market +market for waste asphalt,waste asphalt,waste treatment,Others\Market +market for waste bamboo residues,waste bamboo residues,waste treatment,Wood\Market +market for waste bitumen,waste bitumen,waste treatment,Others\Market +market for waste bitumen sheet,waste bitumen sheet,waste treatment,Others\Market +market for waste brick,waste brick,waste treatment,Construction waste\Market +"market for waste building wood, chrome preserved","waste building wood, chrome preserved",waste treatment,Wood\Market +"market for waste bulk iron, excluding reinforcement","waste bulk iron, excluding reinforcement",waste treatment,Construction waste\Market +market for waste cement in concrete and mortar,waste cement in concrete and mortar,waste treatment,Construction waste\Market +market for waste cement-fibre slab,waste cement-fibre slab,waste treatment,Construction waste\Market +"market for waste cement-fibre slab, dismantled","waste cement-fibre slab, dismantled",waste treatment,Construction waste\Market +"market for waste cement, hydrated","waste cement, hydrated",waste treatment,Construction waste\Market +"market for waste collection lorry, 21 metric ton","waste collection lorry, 21 metric ton",transport,Road\Market\Infrastructure +market for waste concrete,waste concrete,waste treatment,Construction waste\Market +market for waste concrete gravel,waste concrete gravel,waste treatment,Construction waste\Market +"market for waste concrete, not reinforced","waste concrete, not reinforced",waste treatment,Construction waste\Market +market for waste electric and electronic equipment,waste electric and electronic equipment,waste treatment,Electronics waste\Market +market for waste electric wiring,waste electric wiring,waste treatment,Electronics waste\Market +market for waste emulsion paint,waste emulsion paint,waste treatment,Others\Market +"market for waste emulsion paint, on wall","waste emulsion paint, on wall",waste treatment,Others\Market +"market for waste emulsion paint, on wood","waste emulsion paint, on wood",waste treatment,Others\Market +"market for waste emulsion paint, separated","waste emulsion paint, separated",waste treatment,Others\Market +market for waste expanded polystyrene,waste expanded polystyrene,waste treatment,Plastics\Market +market for waste fibreboard,waste fibreboard,waste treatment,Construction waste\Market +market for waste foundry sand,waste foundry sand,waste treatment,Others\Market +market for waste frit from cathode ray tube production,waste frit from cathode ray tube production,waste treatment,Electronics waste\Market +market for waste glass,waste glass,waste treatment,Construction waste\Market +market for waste glass pane in burnable frame,waste glass pane in burnable frame,waste treatment,Construction waste\Market +market for waste glass sheet,waste glass sheet,waste treatment,Construction waste\Market +market for waste graphical paper,waste graphical paper,waste treatment,Others\Obsolete +market for waste gypsum,waste gypsum,waste treatment,Construction waste\Market +market for waste gypsum plasterboard,waste gypsum plasterboard,waste treatment,Construction waste\Market +market for waste mineral oil,waste mineral oil,waste treatment,Construction waste\Market +market for waste mineral plaster,waste mineral plaster,waste treatment,Construction waste\Market +market for waste mineral wool,waste mineral wool,waste treatment,Construction waste\Market +"market for waste mineral wool, final disposal","waste mineral wool, for final disposal",waste treatment,Others\Obsolete +"market for waste mineral wool, for final disposal","waste mineral wool, for final disposal",waste treatment,Construction waste\Market +"market for waste mixed aggregates, from demolition","waste mixed aggregates, from demolition",waste treatment,Wastewater treatment\Market +"market for waste natural gas, sour","waste natural gas, sour",waste treatment,Others\Market +"market for waste natural gas, sweet","waste natural gas, sweet",waste treatment,Others\Market +market for waste newspaper,waste newspaper,waste treatment,Others\Obsolete +"market for waste packaging glass, unsorted","waste packaging glass, unsorted",material,Glass\Waste glass\Market +"market for waste packaging glass, unsorted_obsolete","waste packaging glass, unsorted",waste treatment,Others\Obsolete +market for waste packaging paper,waste packaging paper,material,Paper+ Board\Waste paper\Market +market for waste packaging paper_obsolete,waste packaging paper,waste treatment,Others\Obsolete +market for waste paint,waste paint,waste treatment,Others\Market +market for waste paint on metal,waste paint on metal,waste treatment,Construction waste\Market +market for waste paint on wall,waste paint on wall,waste treatment,Construction waste\Market +market for waste paint on wood,waste paint on wood,waste treatment,Construction waste\Market +"market for waste paint, collection for hazardous waste incineration","waste paint, collection for hazardous waste incineration",waste treatment,Others\Obsolete +market for waste paper sorting facility,waste paper sorting facility,material,Paper+ Board\Waste paper\Market\Infrastructure +"market for waste paper, sorted","waste paper, sorted",material,Paper+ Board\Waste paper\Market +"market for waste paper, sorted_obsolete","waste paper, sorted",waste treatment,Others\Obsolete +"market for waste paper, unsorted","waste paper, unsorted",material,Paper+ Board\Waste paper\Market +"market for waste paper, unsorted_obsolete","waste paper, unsorted",waste treatment,Others\Obsolete +market for waste paperboard,waste paperboard,waste treatment,Others\Obsolete +"market for waste paperboard, sorted","waste paperboard, sorted",material,Paper+ Board\Waste paper\Market +"market for waste paperboard, unsorted","waste paperboard, unsorted",waste treatment,Others\Obsolete +"market for waste paperboard, unsorted_obsolete","waste paperboard, unsorted",waste treatment,Others\Obsolete +market for waste plaster-cardboard sandwich,waste plaster-cardboard sandwich,waste treatment,Others\Market +market for waste plastic plaster,waste plastic plaster,waste treatment,Construction waste\Market +"market for waste plastic plaster, final disposal","waste plastic plaster, for final disposal",waste treatment,Others\Obsolete +"market for waste plastic plaster, for final disposal","waste plastic plaster, for final disposal",waste treatment,Construction waste\Market +"market for waste plastic, consumer electronics","waste plastic, consumer electronics",waste treatment,Plastics\Market +"market for waste plastic, consumer electronics, sorted","waste plastic, consumer electronics, sorted",material,Plastics\Recycling\Transformation +"market for waste plastic, consumer electronics, unsorted","waste plastic, consumer electronics, unsorted",material,Plastics\Recycling\Market +"market for waste plastic, consumer electronics, unsorted_obsolete","waste plastic, consumer electronics, unsorted",waste treatment,Others\Obsolete +"market for waste plastic, industrial electronics","waste plastic, industrial electronics",waste treatment,Plastics\Market +"market for waste plastic, mixture","waste plastic, mixture",waste treatment,Others\Obsolete +market for waste polyethylene,waste polyethylene,waste treatment,Others\Obsolete +market for waste polyethylene terephtalate,waste polyethylene terephtalate,waste treatment,Others\Obsolete +market for waste polyethylene terephthalate,waste polyethylene terephthalate,waste treatment,Plastics\Market +"market for waste polyethylene terephthalate, for recycling, sorted","waste polyethylene terephthalate, for recycling, sorted",material,Plastics\Recycling\Market +"market for waste polyethylene terephthalate, for recycling, unsorted","waste polyethylene terephthalate, for recycling, unsorted",material,Plastics\Recycling\Market +"market for waste polyethylene, for recycling, sorted","waste polyethylene, for recycling, sorted",material,Plastics\Recycling\Market +"market for waste polyethylene, for recycling, unsorted","waste polyethylene, for recycling, unsorted",material,Plastics\Recycling\Market +"market for waste polyethylene, for recycling, unsorted_obsolete","waste polyethylene, for recycling, unsorted",waste treatment,Others\Obsolete +market for waste polyethylene/polypropylene product,waste polyethylene/polypropylene product,waste treatment,Plastics\Market +market for waste polypropylene,waste polypropylene,waste treatment,Plastics\Market +market for waste polystyrene,waste polystyrene,waste treatment,Others\Obsolete +"market for waste polystyrene isolation, flame-retardant","waste polystyrene isolation, flame-retardant",waste treatment,Plastics\Market +market for waste polyurethane,waste polyurethane,waste treatment,Others\Obsolete +market for waste polyurethane foam,waste polyurethane foam,waste treatment,Plastics\Market +market for waste polyurethane seal,waste polyurethane seal,waste treatment,Construction waste\Market +market for waste polyvinylchloride,waste polyvinylchloride,waste treatment,Others\Obsolete +market for waste polyvinylchloride product,waste polyvinylchloride product,waste treatment,Plastics\Market +market for waste polyvinylfluoride,waste polyvinylfluoride,waste treatment,Plastics\Market +market for waste preparation facility,waste preparation facility,processing,Waste\Market\Infrastructure +market for waste refinery gas,waste refinery gas,waste treatment,Others\Market +market for waste reinforced concrete,waste reinforced concrete,waste treatment,Construction waste\Market +market for waste reinforced plasterboard,waste reinforced plasterboard,waste treatment,Construction waste\Market +market for waste reinforcement steel,waste reinforcement steel,waste treatment,Construction waste\Market +"market for waste rubber, unspecified","waste rubber, unspecified",waste treatment,Others\Market +"market for waste sealing sheet, polyethylene","waste sealing sheet, polyethylene",waste treatment,Plastics\Market +"market for waste sealing sheet, polyvinylchloride","waste sealing sheet, polyvinylchloride",waste treatment,Plastics\Market +"market for waste textile, soiled","waste textile, soiled",waste treatment,Others\Market +"market for waste vapour barrier, flame-retarded","waste vapour barrier, flame-retarded",waste treatment,Others\Market +market for waste wire plastic,waste wire plastic,waste treatment,Plastics\Market +"market for waste wood pole, chrome preserved","waste wood pole, chrome preserved",waste treatment,Wood\Market +"market for waste wood, post-consumer","waste wood, post-consumer",waste treatment,Others\Obsolete +"market for waste wood, post-consumer_obsolete","waste wood, post-consumer",waste treatment,Others\Obsolete +"market for waste wood, untreated","waste wood, untreated",waste treatment,Others\Obsolete +market for waste x-ray film,waste x-ray film,waste treatment,Others\Market +market for waste yarn and waste textile,waste yarn and waste textile,waste treatment,Others\Market +market for waste zeolite,waste zeolite,waste treatment,Others\Market +"market for waste, electrical and electronic cables","waste, electrical and electronic cables",waste treatment,Electronics waste\Market +"market for waste, from silicon wafer production","waste, from silicon wafer production",waste treatment,Others\Market +"market for waste, from silicon wafer production, inorganic","waste, from silicon wafer production, inorganic",waste treatment,Others\Market +"market for waste, pneumatic tyres","waste, pneumatic tyres",waste treatment,Others\Market +market for wastewater from ammonium paratungstate production,wastewater from ammonium paratungstate production,waste treatment,Others\Market +market for wastewater from anaerobic digestion of whey,wastewater from anaerobic digestion of whey,waste treatment,Others\Obsolete +market for wastewater from black chrome coating,wastewater from black chrome coating,waste treatment,Others\Obsolete +market for wastewater from cathode ray tube production,wastewater from cathode ray tube production,waste treatment,Others\Obsolete +market for wastewater from ceramic production,wastewater from ceramic production,waste treatment,Wastewater treatment\Market +market for wastewater from concrete production,wastewater from concrete production,waste treatment,Wastewater treatment\Market +market for wastewater from glass production,wastewater from glass production,waste treatment,Others\Obsolete +market for wastewater from grass refinery,wastewater from grass refinery,waste treatment,Wastewater treatment\Market +market for wastewater from ground granulated blast furnace slag production,wastewater from ground granulated blast furnace slag production,waste treatment,Others\Obsolete +market for wastewater from hard fibreboard production,wastewater from hard fibreboard production,waste treatment,Others\Obsolete +market for wastewater from liquid crystal display backlight production,wastewater from liquid crystal display backlight production,waste treatment,Others\Obsolete +market for wastewater from liquid crystal display production,wastewater from liquid crystal display production,waste treatment,Others\Obsolete +market for wastewater from liquid crystal production,wastewater from liquid crystal production,waste treatment,Others\Obsolete +market for wastewater from lorry production,wastewater from lorry production,waste treatment,Others\Obsolete +market for wastewater from maize starch production,wastewater from maize starch production,waste treatment,Others\Obsolete +market for wastewater from medium density board production,wastewater from medium density board production,waste treatment,Others\Obsolete +market for wastewater from particle board production,wastewater from particle board production,waste treatment,Wastewater treatment\Market +market for wastewater from particleboard production,wastewater from particleboard production,waste treatment,Others\Obsolete +market for wastewater from pig iron production,wastewater from pig iron production,waste treatment,Wastewater treatment\Market +market for wastewater from plywood production,wastewater from plywood production,waste treatment,Others\Obsolete +market for wastewater from potato starch production,wastewater from potato starch production,waste treatment,Others\Obsolete +market for wastewater from PV cell production,wastewater from PV cell production,waste treatment,Others\Obsolete +market for wastewater from soft fibreboard production,wastewater from soft fibreboard production,waste treatment,Wastewater treatment\Market +market for wastewater from textile production,wastewater from textile production,waste treatment,Wastewater treatment\Market +market for wastewater from tube collector production,wastewater from tube collector production,waste treatment,Others\Obsolete +market for wastewater from vegetable oil refinery,wastewater from vegetable oil refinery,waste treatment,Wastewater treatment\Market +market for wastewater from wafer fabrication,wastewater from wafer fabrication,waste treatment,Others\Obsolete +"market for wastewater treatment facility, capacity 1.1E10l/year","wastewater treatment facility, capacity 1.1E10l/year",processing,Waste\Market\Infrastructure +"market for wastewater treatment facility, capacity 1.6E8l/year","wastewater treatment facility, capacity 1.6E8l/year",processing,Waste\Market\Infrastructure +"market for wastewater treatment facility, capacity 1E9l/year","wastewater treatment facility, capacity 1E9l/year",processing,Waste\Market\Infrastructure +"market for wastewater treatment facility, capacity 4.7E10l/year","wastewater treatment facility, capacity 4.7E10l/year",processing,Others\Obsolete +"market for wastewater treatment facility, capacity 5E9l/year","wastewater treatment facility, capacity 5E9l/year",processing,Others\Obsolete +"market for wastewater, average","wastewater, average",waste treatment,Wastewater treatment\Market +"market for wastewater, from residence","wastewater, from residence",waste treatment,Others\Obsolete +"market for wastewater, unpolluted","wastewater, unpolluted",waste treatment,Wastewater treatment\Market +"market for wastewater, unpolluted, from residence","wastewater, unpolluted, from residence",waste treatment,Others\Obsolete +"market for water discharge from petroleum extraction, offshore","water discharge from petroleum extraction, offshore",waste treatment,Wastewater treatment\Market +"market for water discharge from petroleum/natural gas extraction, onshore","water discharge from petroleum/natural gas extraction, onshore",waste treatment,Wastewater treatment\Market +"market for water pump operation, diesel","water pump operation, diesel",material,Water\Industry water\Market +"market for water pump operation, electric","water pump operation, electric",material,Water\Industry water\Market +"market for water pump, 22kW","water pump, 22kW",material,Water\Drinking water\Market\Infrastructure +market for water storage,water storage,material,Water\Drinking water\Market\Infrastructure +market for water supply network,water supply network,material,Water\Drinking water\Market\Infrastructure +"market for water works, capacity 1.1E10l/year","water works, capacity 1.1E10l/year",material,Water\Drinking water\Market\Infrastructure +"market for water works, capacity 6.23E10l/year","water works, capacity 6.23E10l/year",material,Water\Drinking water\Market\Infrastructure +"market for water, completely softened","water, completely softened",material,Water\Industry water\Market +"market for water, completely softened, from decarbonised water, at user","water, completely softened, from decarbonised water, at user",material,Others\Obsolete +"market for water, decarbonised","water, decarbonised",material,Water\Industry water\Market +"market for water, decarbonised, at user","water, decarbonised, at user",material,Others\Obsolete +"market for water, deionised","water, deionised",material,Water\Industry water\Market +"market for water, harvested from rainwater","water, harvested from rainwater",material,Water\Industry water\Market +"market for water, ultrapure","water, ultrapure",material,Others\Obsolete +"market for wax, lost-wax casting","wax, lost-wax casting",material,Chemicals\Organic\Market +"market for weaned calves, live weight","weaned calves, live weight",material,Agricultural\Animal production\Bovine\Market +"market for weaned heifers, live weight","weaned heifers, live weight",material,Agricultural\Animal production\Bovine\Market +"market for weaving, bast fibre","weaving, bast fibre",processing,Others\Obsolete +"market for weaving, synthetic fibre","weaving, synthetic fibre",processing,Textiles\Market +"market for weed control, by brush cutter, pasture","weed control, by brush cutter, pasture",processing,Agricultural\Market +"market for welding, arc, aluminium","welding, arc, aluminium",processing,Metals\Welding\Market +"market for welding, arc, steel","welding, arc, steel",processing,Metals\Welding\Market +"market for welding, gas, steel","welding, gas, steel",processing,Metals\Welding\Market +market for wheat bran,wheat bran,material,Agricultural\Food\Market +market for wheat flour,wheat flour,material,Agricultural\Food\Market +market for wheat flour mix,wheat flour mix,material,Agricultural\Food\Market +market for wheat grain,wheat grain,material,Agricultural\Plant production\Cereals\Market +"market for wheat grain, feed","wheat grain, feed",material,Agricultural\Animal feed\Market +"market for wheat grain, feed, organic","wheat grain, feed, organic",material,Agricultural\Animal feed\Market +"market for wheat grain, feed, Swiss integrated production","wheat grain, feed, Swiss integrated production",material,Agricultural\Animal feed\Market +"market for wheat grain, organic","wheat grain, organic",material,Agricultural\Plant production\Cereals\Market +"market for wheat grain, Swiss integrated production","wheat grain, Swiss integrated production",material,Agricultural\Plant production\Cereals\Market +"market for wheat seed, for sowing","wheat seed, for sowing",material,Agricultural\Plant seeds\Market +"market for wheat seed, organic, for sowing","wheat seed, organic, for sowing",material,Agricultural\Plant seeds\Market +"market for wheat seed, Swiss integrated production, for sowing","wheat seed, Swiss integrated production, for sowing",material,Agricultural\Plant seeds\Market +market for whey,whey,material,Agricultural\Food\Market +market for white asparagus,white asparagus,material,Agricultural\Plant production\Vegetables\Market +market for white lined chipboard carton,white lined chipboard carton,material,Paper+ Board\Packagings\Market +market for white spirit,white spirit,material,Chemicals\Organic\Market +"market for willow stem cutting, for planting","willow stem cutting, for planting",processing,Wood\Market +"market for wind power plant, 2MW, offshore, fixed parts","wind power plant, 2MW, offshore, fixed parts",energy,Electricity by fuel\Wind\Market\Infrastructure +"market for wind power plant, 2MW, offshore, moving parts","wind power plant, 2MW, offshore, moving parts",energy,Electricity by fuel\Wind\Market\Infrastructure +"market for wind power plant, 800kW, fixed parts","wind power plant, 800kW, fixed parts",energy,Electricity by fuel\Wind\Market\Infrastructure +"market for wind power plant, 800kW, moving parts","wind power plant, 800kW, moving parts",energy,Electricity by fuel\Wind\Market\Infrastructure +"market for wind turbine network connection, 2MW, onshore","wind turbine network connection, 2MW, onshore",energy,Electricity by fuel\Wind\Market\Infrastructure +"market for wind turbine network connection, 4.5MW, onshore","wind turbine network connection, 4.5MW, onshore",energy,Electricity by fuel\Wind\Market\Infrastructure +"market for wind turbine network connection, 750kW, onshore","wind turbine network connection, 750kW, onshore",energy,Electricity by fuel\Wind\Market\Infrastructure +"market for wind turbine network connection, small-scale, 6kw, onshore","wind turbine network connection, small-scale, 6kw, onshore",energy,Electricity by fuel\Wind\Market\Infrastructure +"market for wind turbine, 2.3MW, onshore","wind turbine, 2.3MW, onshore",energy,Electricity by fuel\Wind\Market\Infrastructure +"market for wind turbine, 2MW, onshore","wind turbine, 2MW, onshore",energy,Electricity by fuel\Wind\Market\Infrastructure +"market for wind turbine, 4.5MW, onshore","wind turbine, 4.5MW, onshore",energy,Electricity by fuel\Wind\Market\Infrastructure +"market for wind turbine, 750kW, onshore","wind turbine, 750kW, onshore",energy,Electricity by fuel\Wind\Market\Infrastructure +"market for wind turbine, small-scale, 6kw, onshore","wind turbine, small-scale, 6kw, onshore",energy,Electricity by fuel\Wind\Market\Infrastructure +"market for window frame, aluminium, U=1.6 W/m2K","window frame, aluminium, U=1.6 W/m2K",material,Construction\Windows\Market +"market for window frame, poly vinyl chloride, U=1.6 W/m2K","window frame, poly vinyl chloride, U=1.6 W/m2K",material,Construction\Windows\Market +"market for window frame, wood-metal, U=1.6 W/m2K","window frame, wood-metal, U=1.6 W/m2K",material,Construction\Windows\Market +"market for window frame, wood, U=1.5 W/m2K","window frame, wood, U=1.5 W/m2K",material,Construction\Windows\Market +"market for wire drawing, copper","wire drawing, copper",processing,Metals\Chipless shaping\Market +"market for wire drawing, steel","wire drawing, steel",processing,Metals\Chipless shaping\Market +"market for wood ash mixture, pure","wood ash mixture, pure",waste treatment,Wood\Market +"market for wood chipping, chipper, mobile, diesel, at forest road","wood chipping, chipper, mobile, diesel, at forest road",processing,Wood\Market +"market for wood chipping, forwarder with terrain chipper, in forest","wood chipping, forwarder with terrain chipper, in forest",processing,Wood\Market +"market for wood chipping, industrial residual wood, stationary electric chipper","wood chipping, industrial residual wood, stationary electric chipper",processing,Wood\Market +"market for wood chips and particles, willow","wood chips and particles, willow",material,Others\Obsolete +"market for wood chips, dry, measured as dry mass","wood chips, dry, measured as dry mass",material,Wood\Byproducts\Market +"market for wood chips, from post-consumer wood, measured as dry mass","wood chips, from post-consumer wood, measured as dry mass",material,Others\Obsolete +"market for wood chips, wet, measured as dry mass","wood chips, wet, measured as dry mass",material,Wood\Byproducts\Market +"market for wood cladding, softwood","wood cladding, softwood",material,Wood\Products\Market +market for wood pellet factory,wood pellet factory,material,Wood\Products\Market\Infrastructure +"market for wood pellet, measured as dry mass","wood pellet, measured as dry mass",material,Wood\Products\Market +"market for wood preservation facility, dipping/immersion tank","wood preservation facility, dipping/immersion tank",processing,Wood\Market\Infrastructure +"market for wood preservation facility, flow coating equipment","wood preservation facility, flow coating equipment",processing,Wood\Market\Infrastructure +"market for wood preservation facility, hot/cold dipping tank","wood preservation facility, hot/cold dipping tank",processing,Wood\Market\Infrastructure +"market for wood preservation facility, oscillating pressure method","wood preservation facility, oscillating pressure method",processing,Wood\Market\Infrastructure +"market for wood preservation facility, vacuum pressure method","wood preservation facility, vacuum pressure method",processing,Wood\Market\Infrastructure +"market for wood preservation, dipping/immersion method, organic solvent-based, indoor use, dry","wood preservation, dipping/immersion method, organic solvent-based, indoor use, dry",processing,Wood\Market +"market for wood preservation, dipping/immersion method, organic solvent-based, indoor use, occasionally wet","wood preservation, dipping/immersion method, organic solvent-based, indoor use, occasionally wet",processing,Wood\Market +"market for wood preservation, dipping/immersion method, organic solvent-based, outdoor use, no ground contact","wood preservation, dipping/immersion method, organic solvent-based, outdoor use, no ground contact",processing,Wood\Market +"market for wood preservation, dipping/immersion method, organic solvent-based, outdoor use, no ground contact, as(...)_2","wood preservation, dipping/immersion method, organic solvent-based, outdoor use, no ground contact",processing,Others\Obsolete +"market for wood preservation, dipping/immersion method, water-based, indoor use, dry","wood preservation, dipping/immersion method, water-based, indoor use, dry",processing,Wood\Market +"market for wood preservation, dipping/immersion method, water-based, indoor use, occasionally wet","wood preservation, dipping/immersion method, water-based, indoor use, occasionally wet",processing,Wood\Market +"market for wood preservation, dipping/immersion method, water-based, outdoor use, no ground contact","wood preservation, dipping/immersion method, water-based, outdoor use, no ground contact",processing,Wood\Market +"market for wood preservation, hot/cold dipping, creosote, outdoor use, ground contact","wood preservation, hot/cold dipping, creosote, outdoor use, ground contact",processing,Wood\Market +"market for wood preservation, oscillating pressure method, inorganic salt, containing Cr, outdoor use, ground contact","wood preservation, oscillating pressure method, inorganic salt, containing Cr, outdoor use, ground contact",processing,Wood\Market +"market for wood preservation, oscillating pressure method, organic salt, Cr-free, outdoor use, ground contact","wood preservation, oscillating pressure method, organic salt, Cr-free, outdoor use, ground contact",processing,Wood\Market +"market for wood preservation, oscillating pressure method, organic salt, Cr-free, outdoor use, ground contact, as(...)_5","wood preservation, oscillating pressure method, organic salt, Cr-free, outdoor use, ground contact",processing,Others\Obsolete +"market for wood preservation, pressure vessel, creosote, outdoor use, ground contact","wood preservation, pressure vessel, creosote, outdoor use, ground contact",processing,Wood\Market +"market for wood preservation, spray tunnel/deluging, organic solvent-based, indoor use, dry","wood preservation, spray tunnel/deluging, organic solvent-based, indoor use, dry",processing,Wood\Market +"market for wood preservation, spray tunnel/deluging, organic solvent-based, indoor use, occasionally wet","wood preservation, spray tunnel/deluging, organic solvent-based, indoor use, occasionally wet",processing,Wood\Market +"market for wood preservation, spray tunnel/deluging, organic solvent-based, indoor use, occasionally wet, as amou(...)_6","wood preservation, spray tunnel/deluging, organic solvent-based, indoor use, occasionally wet",processing,Others\Obsolete +"market for wood preservation, spray tunnel/deluging, organic solvent-based, outdoor use, no ground contact","wood preservation, spray tunnel/deluging, organic solvent-based, outdoor use, no ground contact",processing,Wood\Market +"market for wood preservation, spray tunnel/deluging, organic solvent-based, outdoor use, no ground contact, as am(...)_7","wood preservation, spray tunnel/deluging, organic solvent-based, outdoor use, no ground contact",processing,Others\Obsolete +"market for wood preservation, spray tunnel/deluging, water-based, indoor use, dry","wood preservation, spray tunnel/deluging, water-based, indoor use, dry",processing,Wood\Market +"market for wood preservation, spray tunnel/deluging, water-based, indoor use, occasionally wet","wood preservation, spray tunnel/deluging, water-based, indoor use, occasionally wet",processing,Wood\Market +"market for wood preservation, spray tunnel/deluging, water-based, outdoor use, no ground contact","wood preservation, spray tunnel/deluging, water-based, outdoor use, no ground contact",processing,Wood\Market +"market for wood preservation, vaccum pressure method, inorganic salt, containing Cr, outdoor use, ground contact,(...)_4","wood preservation, vaccum pressure method, inorganic salt, containing Cr, outdoor use, ground contact",processing,Others\Obsolete +"market for wood preservation, vacuum pressure method, inorganic salt, containing Cr, outdoor use, ground contact","wood preservation, vacuum pressure method, inorganic salt, containing Cr, outdoor use, ground contact",processing,Wood\Market +"market for wood preservation, vacuum pressure method, organic salts, Cr-free, outdoor use, ground contact","wood preservation, vacuum pressure method, organic salts, Cr-free, outdoor use, ground contact",processing,Wood\Market +"market for wood preservation, vacuum pressure method, organic salts, Cr-free, outdoor use, ground contact, as amo(...)_3","wood preservation, vacuum pressure method, organic salts, Cr-free, outdoor use, ground contact",processing,Others\Obsolete +"market for wood preservative, creosote","wood preservative, creosote",material,Chemicals\Pesticides\Market +"market for wood preservative, inorganic salt, containing Cr","wood preservative, inorganic salt, containing Cr",material,Chemicals\Pesticides\Market +"market for wood preservative, organic salt, Cr-free","wood preservative, organic salt, Cr-free",material,Chemicals\Pesticides\Market +"market for wood preservative, organic, indoor use, dry","wood preservative, organic, indoor use, dry",processing,Wood\Market +"market for wood preservative, organic, indoor use, occasionally wet","wood preservative, organic, indoor use, occasionally wet",processing,Wood\Market +"market for wood preservative, organic, outdoor use, no ground contact","wood preservative, organic, outdoor use, no ground contact",processing,Wood\Market +"market for wood preservative, water-based, indoor use, dry","wood preservative, water-based, indoor use, dry",processing,Wood\Market +"market for wood preservative, water-based, indoor use, occasionally wet","wood preservative, water-based, indoor use, occasionally wet",processing,Wood\Market +"market for wood preservative, water-based, outdoor use, no ground contact","wood preservative, water-based, outdoor use, no ground contact",processing,Wood\Market +market for wood wool,wood wool,material,Others\Obsolete +"market for wood wool boards, cement bonded","wood wool boards, cement bonded",material,Others\Obsolete +"market for wooden board factory, cement bonded boards","wooden board factory, cement bonded boards",material,Wood\Products\Market\Infrastructure +"market for wooden board factory, organic bonded boards","wooden board factory, organic bonded boards",material,Wood\Products\Market\Infrastructure +market for woven bamboo mat,woven bamboo mat,material,Wood\Products\Market +"market for xenon, gaseous","xenon, gaseous",material,Chemicals\Gases\Market +market for xylene,xylene,material,Chemicals\Organic\Market +"market for xylene, mixed","xylene, mixed",material,Chemicals\Organic\Market +"market for xylene, mixed","xylene, mixed",material,Chemicals\Organic\Market +"market for yarn, cotton","yarn, cotton",material,Textiles\Market +"market for yarn, jute","yarn, jute",material,Textiles\Market +"market for yarn, kenaf","yarn, kenaf",material,Textiles\Market +"market for yarn, silk","yarn, silk",material,Textiles\Market +"market for yogurt, from cow milk","yogurt, from cow milk",material,Agricultural\Food\Market +market for ytterbium oxide,ytterbium oxide,material,Chemicals\Inorganic\Market +market for yttrium oxide,yttrium oxide,material,Chemicals\Inorganic\Market +"market for zeolite, powder","zeolite, powder",material,Chemicals\Washing agents\Builders\Market +"market for zeolite, slurry, without water, in 50% solution state","zeolite, slurry, without water, in 50% solution state",material,Chemicals\Washing agents\Builders\Market +market for zinc,zinc,material,Metals\Non ferro\Market +"market for zinc coat, coils","zinc coat, coils",processing,Metals\Coating\Market +"market for zinc coat, pieces","zinc coat, pieces",processing,Metals\Coating\Market +"market for zinc coat, pieces, adjustment per micro-m","zinc coat, pieces, adjustment per micro-m",processing,Metals\Coating\Market +market for zinc concentrate,zinc concentrate,material,Minerals\Market +market for zinc in car shredder residue,zinc in car shredder residue,waste treatment,Transport\Market +market for zinc monosulfate,zinc monosulfate,material,Chemicals\Inorganic\Market +market for zinc oxide,zinc oxide,material,Chemicals\Inorganic\Market +"market for zinc scrap, post-consumer","zinc scrap, post-consumer",material,Metals\Non ferro\Market +"market for zinc scrap, post-consumer_obsolete","zinc scrap, post-consumer",waste treatment,Others\Obsolete +market for zinc slag,zinc slag,waste treatment,Others\Market +market for zinc sulfide,zinc sulfide,material,Chemicals\Inorganic\Market +market for zineb,zineb,material,Chemicals\Organic\Market +market for zircon,zircon,material,Metals\Non ferro\Market +market for zirconium oxide,zirconium oxide,material,Chemicals\Inorganic\Market +"market for zirconium sponge, nuclear-grade","zirconium sponge, nuclear-grade",material,Metals\Non ferro\Market +market for zirconium tetrachloride,zirconium tetrachloride,material,Chemicals\Inorganic\Market +market for zucchini,zucchini,material,Agricultural\Plant production\Vegetables\Market +market group for barley grain,barley grain,material,Agricultural\Animal feed\Market +"market group for cement, unspecified","cement, unspecified",material,Construction\Binders\Market +"market group for concrete, medium strength","concrete, medium strength",material,Construction\Concrete\Market +"market group for concrete, normal strength","concrete, normal strength",material,Construction\Concrete\Market +market group for diesel,diesel,material,Fuels\Oil\Diesel\Market +"market group for diesel, low-sulfur","diesel, low-sulfur",material,Fuels\Oil\Diesel\Market +"market group for electricity, high voltage","electricity, high voltage",energy,Electricity country mix\High voltage\Market +"market group for electricity, high voltage, 20-year period","electricity, high voltage",energy,Electricity country mix\High voltage\Market +"market group for electricity, high voltage, 40-year period","electricity, high voltage",energy,Electricity country mix\High voltage\Market +"market group for electricity, high voltage, 60-year period","electricity, high voltage",energy,Electricity country mix\High voltage\Market +"market group for electricity, low voltage","electricity, low voltage",energy,Electricity country mix\High voltage\Market +"market group for electricity, low voltage, 20-year period","electricity, low voltage",energy,Electricity country mix\High voltage\Market +"market group for electricity, low voltage, 40-year period","electricity, low voltage",energy,Electricity country mix\High voltage\Market +"market group for electricity, low voltage, 60-year period","electricity, low voltage",energy,Electricity country mix\High voltage\Market +"market group for electricity, medium voltage","electricity, medium voltage",energy,Electricity country mix\High voltage\Market +"market group for electricity, medium voltage, 20-year period","electricity, medium voltage",energy,Electricity country mix\High voltage\Market +"market group for electricity, medium voltage, 40-year period","electricity, medium voltage",energy,Electricity country mix\High voltage\Market +"market group for electricity, medium voltage, 60-year period","electricity, medium voltage",energy,Electricity country mix\High voltage\Market +"market group for heat, central or small-scale, biomethane","heat, central or small-scale, biomethane",energy,Heat\Others\Market +"market group for heat, central or small-scale, natural gas","heat, central or small-scale, natural gas",energy,Heat\Gas\Market +"market group for heat, central or small-scale, other than natural gas","heat, central or small-scale, other than natural gas",energy,Heat\Gas\Market +"market group for heat, district or industrial, natural gas","heat, district or industrial, natural gas",energy,Heat\Gas\Market +"market group for heat, district or industrial, other than natural gas","heat, district or industrial, other than natural gas",energy,Heat\Others\Market +market group for heavy fuel oil,heavy fuel oil,material,Fuels\Oil\Fuel oil\Market +"market group for inorganic nitrogen fertiliser, as N","inorganic nitrogen fertiliser, as N",material,Chemicals\Fertilisers (inorganic)\Market +"market group for inorganic phosphorus fertiliser, as P2O5","inorganic phosphorus fertiliser, as P2O5",material,Chemicals\Fertilisers (inorganic)\Market +"market group for inorganic potassium fertiliser, as K2O","inorganic potassium fertiliser, as K2O",material,Chemicals\Fertilisers (inorganic)\Market +market group for irrigation,irrigation,processing,Agricultural\Market +"market group for land use change, annual crop","land use change, annual crop",processing,Land transformation\Market +"market group for land use change, forest, intensive","land use change, forest, intensive",processing,Land transformation\Market +"market group for land use change, pasture, man made","land use change, pasture, man made",processing,Land transformation\Market +"market group for land use change, perennial crop","land use change, perennial crop",processing,Land transformation\Market +market group for light fuel oil,light fuel oil,material,Fuels\Oil\Fuel oil\Market +market group for liquefied petroleum gas,liquefied petroleum gas,material,Fuels\Oil\Propane/butane\Market +market group for maize grain,maize grain,material,Agricultural\Animal feed\Market +market group for maize grain,maize grain,material,Agricultural\Animal feed\Market +market group for municipal solid waste,municipal solid waste,waste treatment,Others\Market +"market group for natural gas, high pressure","natural gas, high pressure",material,Fuels\Natural gas\Market +market group for potato,potato,material,Others\Obsolete +market group for rape seed,rape seed,material,Others\Obsolete +market group for soybean,soybean,material,Others\Obsolete +market group for sweet corn,sweet corn,material,Others\Obsolete +market group for tap water,tap water,material,Water\Drinking water\Market +"market group for transport, freight train","transport, freight train",transport,Rail\Market +"market group for transport, freight, inland waterways, barge","transport, freight, inland waterways, barge",transport,Water\Market +"market group for transport, freight, inland waterways, barge tanker","transport, freight, inland waterways, barge tanker",transport,Water\Market +"market group for transport, freight, light commercial vehicle","transport, freight, light commercial vehicle",transport,Road\Market +"market group for transport, freight, lorry 28 metric ton, fatty acid methyl ester 100%","transport, freight, lorry 28 metric ton, fatty acid methyl ester 100%",transport,Road\Market +"market group for transport, freight, lorry, unspecified","transport, freight, lorry, unspecified",transport,Road\Market +market group for waste glass,waste glass,waste treatment,Construction waste\Market +market group for waste graphical paper,waste graphical paper,waste treatment,Paper+ Board\Market +market group for waste packaging paper,waste packaging paper,material,Paper+ Board\Waste paper\Market +market group for waste packaging paper_obsolete,waste packaging paper,waste treatment,Others\Obsolete +market group for waste paperboard,waste paperboard,waste treatment,Paper+ Board\Market +"market group for waste plastic, mixture","waste plastic, mixture",waste treatment,Plastics\Market +market group for waste polyethylene,waste polyethylene,waste treatment,Plastics\Market +market group for waste polyethylene terephthalate,waste polyethylene terephthalate,waste treatment,Plastics\Market +market group for waste polypropylene,waste polypropylene,waste treatment,Plastics\Market +market group for waste polystyrene,waste polystyrene,waste treatment,Plastics\Market +market group for waste polyurethane,waste polyurethane,waste treatment,Plastics\Market +market group for waste polyvinylchloride,waste polyvinylchloride,waste treatment,Plastics\Market +"market group for waste wood, untreated","waste wood, untreated",waste treatment,Wood\Market +market group for wheat grain,wheat grain,material,Agricultural\Animal feed\Market +mastic asphalt production,mastic asphalt,material,Construction\Coverings\Transformation +"mattress production, pocket spring",mattress,material,Appliances\Transformation\Infrastructure +"mattress production, polyurethane foam",mattress,material,Appliances\Transformation\Infrastructure +meat and bone meal to generic market for protein feed,"energy feed, gross",material,Agricultural\Animal feed\Market +meat and bone meal to generic market for protein feed,"protein feed, 100% crude",material,Agricultural\Animal feed\Market +"mechanical treatment facility construction, waste electric and electronic equipment","mechanical treatment facility, waste electric and electronic equipment",processing,Waste\Transformation\Infrastructure +mecoprop production,mecoprop,material,Chemicals\Pesticides\Transformation +"medium density fibreboard production, uncoated","residual wood, dry",material,Wood\Byproducts\Transformation +"medium density fibreboard production, uncoated",medium density fibreboard,material,Wood\Products\Transformation +"medium duty truck, battery electric, NMC-622 battery, 18t gross weight, long haul",medium duty truck,transport,Road\Transformation\Infrastructure +"medium duty truck, battery electric, NMC-622 battery, 26t gross weight, long haul",medium duty truck,transport,Road\Transformation\Infrastructure +"Medium duty truck, compressed gas, 18t gross weight, EURO-III, long haul","medium duty truck, EURO-III",transport,Road\Transformation\Infrastructure +"Medium duty truck, compressed gas, 18t gross weight, EURO-IV, long haul","medium duty truck, EURO-IV",transport,Road\Transformation\Infrastructure +"Medium duty truck, compressed gas, 18t gross weight, EURO-V, long haul","medium duty truck, EURO-V",transport,Road\Transformation\Infrastructure +"Medium duty truck, compressed gas, 18t gross weight, EURO-VI, long haul","medium duty truck, EURO-VI",transport,Road\Transformation\Infrastructure +"Medium duty truck, compressed gas, 26t gross weight, EURO-III, long haul","medium duty truck, EURO-III",transport,Road\Transformation\Infrastructure +"Medium duty truck, compressed gas, 26t gross weight, EURO-IV, long haul","medium duty truck, EURO-IV",transport,Road\Transformation\Infrastructure +"Medium duty truck, compressed gas, 26t gross weight, EURO-V, long haul","medium duty truck, EURO-V",transport,Road\Transformation\Infrastructure +"Medium duty truck, compressed gas, 26t gross weight, EURO-VI, long haul","medium duty truck, EURO-VI",transport,Road\Transformation\Infrastructure +"Medium duty truck, diesel hybrid, 18t gross weight, EURO-VI, long haul","medium duty truck, EURO-VI",transport,Road\Transformation\Infrastructure +"Medium duty truck, diesel hybrid, 26t gross weight, EURO-VI, long haul","medium duty truck, EURO-VI",transport,Road\Transformation\Infrastructure +"Medium duty truck, diesel, 18t gross weight, EURO-III, long haul","medium duty truck, EURO-III",transport,Road\Transformation\Infrastructure +"Medium duty truck, diesel, 18t gross weight, EURO-IV, long haul","medium duty truck, EURO-IV",transport,Road\Transformation\Infrastructure +"Medium duty truck, diesel, 18t gross weight, EURO-V, long haul","medium duty truck, EURO-V",transport,Road\Transformation\Infrastructure +"Medium duty truck, diesel, 18t gross weight, EURO-VI, long haul","medium duty truck, EURO-VI",transport,Road\Transformation\Infrastructure +"Medium duty truck, diesel, 26t gross weight, EURO-III, long haul","medium duty truck, EURO-III",transport,Road\Transformation\Infrastructure +"Medium duty truck, diesel, 26t gross weight, EURO-IV, long haul","medium duty truck, EURO-IV",transport,Road\Transformation\Infrastructure +"Medium duty truck, diesel, 26t gross weight, EURO-V, long haul","medium duty truck, EURO-V",transport,Road\Transformation\Infrastructure +"Medium duty truck, diesel, 26t gross weight, EURO-VI, long haul","medium duty truck, EURO-VI",transport,Road\Transformation\Infrastructure +"medium duty truck, fuel cell electric, 18t gross weight, long haul",medium duty truck,transport,Road\Transformation\Infrastructure +"medium duty truck, fuel cell electric, 26t gross weight, long haul",medium duty truck,transport,Road\Transformation\Infrastructure +"Medium duty truck, plugin diesel hybrid, 18t gross weight, EURO-VI, long haul","medium duty truck, EURO-VI",transport,Road\Transformation\Infrastructure +"Medium duty truck, plugin diesel hybrid, 26t gross weight, EURO-VI, long haul","medium duty truck, EURO-VI",transport,Road\Transformation\Infrastructure +melamine formaldehyde resin production,melamine formaldehyde resin,material,Chemicals\Organic\Transformation +melamine impregnated paper production,"paper, melamine impregnated",material,Paper+ Board\Board\Transformation +melamine production,melamine,material,Chemicals\Organic\Transformation +melamine urea formaldehyde adhesive production,melamine urea formaldehyde adhesive,material,Chemicals\Organic\Transformation +melon production,melon,material,Agricultural\Plant production\Fruits\Transformation +mepiquat chloride production,mepiquat chloride,material,Chemicals\Organic\Transformation +"mercerizing, textile","mercerizing, textile",processing,Textiles\Transformation +mercury production,mercury,material,Metals\Non ferro\Transformation +metal coating facility construction,metal coating facility,processing,Metals\Metal working\Transformation\Infrastructure +metal working factory construction,metal working factory,processing,Metals\Metal working\Transformation\Infrastructure +"metal working machine production, unspecified","metal working machine, unspecified",processing,Metals\Metal working\Transformation\Infrastructure +"metal working, average for aluminium product manufacturing","metal working, average for aluminium product manufacturing",processing,Metals\Metal working\Transformation +"metal working, average for chromium steel product manufacturing","metal working, average for chromium steel product manufacturing",processing,Metals\Metal working\Transformation +"metal working, average for copper product manufacturing","metal working, average for copper product manufacturing",processing,Metals\Metal working\Transformation +"metal working, average for metal product manufacturing","metal working, average for metal product manufacturing",processing,Metals\Metal working\Transformation +"metal working, average for steel product manufacturing","metal working, average for steel product manufacturing",processing,Metals\Metal working\Transformation +metaldehyde production,metaldehyde,material,Chemicals\Pesticides\Transformation +metalliferous hydroxide sludge to market for zinc concentrate,zinc concentrate,material,Minerals\Transformation +"metalliferous hydroxide sludge, Recycled Content cut-off",metalliferous hydroxide sludge,material,Chemicals\Inorganic\Transformation +"metallization paste production, back side","metallization paste, back side",material,Electronics\Photovoltaic\Transformation +"metallization paste production, back side, aluminium","metallization paste, back side, aluminium",material,Electronics\Photovoltaic\Transformation +"metallization paste production, front side","metallization paste, front side",material,Electronics\Photovoltaic\Transformation +metamitron production,metamitron,material,Chemicals\Pesticides\Transformation +metazachlor production,metazachlor,material,Chemicals\Organic\Transformation +methacrylic acid production,methacrylic acid,material,Chemicals\Acids (organic)\Transformation +methallylchloride production,methallylchloride,material,Chemicals\Organic\Transformation +"methane production, 96% by volume, from biogas, high pressure, at user","methane, 96% by volume, from biogas, high pressure, at user",material,Others\Obsolete +"methane production, 96% by volume, from synthetic gas, wood","methane, 96% by volume",material,Others\Obsolete +methane sulfonic acid production,methane sulfonic acid,material,Chemicals\Acids (organic)\Transformation +"methane, from biological methanation, with carbon from atmosphere","methane, from biological methanation",material,Fuels\Others\Transformation +"methane, from biological methanation, with carbon from atmosphere, using heat pump heat","methane, from biological methanation",material,Fuels\Others\Transformation +"methane, from biological methanation, with carbon from atmosphere, using waste heat","methane, from biological methanation",material,Fuels\Others\Transformation +"methane, from biological methanation, with carbon from cement plant","methane, from biological methanation",material,Fuels\Others\Transformation +"methane, from biological methanation, with carbon from municipal waste incineration plant","methane, from biological methanation",material,Fuels\Others\Transformation +"methane, from coal-based hydrogen","methane, from coal-based hydrogen",material,Fuels\Others\Transformation +"methane, from electrochemical methanation, with carbon from atmosphere","methane, from electrochemical methanation",material,Fuels\Others\Transformation +"methane, from electrochemical methanation, with carbon from atmosphere, using heat pump heat","methane, from electrochemical methanation",material,Fuels\Others\Transformation +"methane, from electrochemical methanation, with carbon from atmosphere, using waste heat","methane, from electrochemical methanation",material,Fuels\Others\Transformation +"methane, from electrochemical methanation, with carbon from cement plant","methane, from electrochemical methanation",material,Fuels\Others\Transformation +"methane, from electrochemical methanation, with carbon from municipal waste incineration plant","methane, from electrochemical methanation",material,Fuels\Others\Transformation +"methane, synthetic, gaseous, 5 bar, from coal-based hydrogen, at fuelling station","methane, high pressure",material,Fuels\Others\Transformation +"methanol distillation, from wood, with CCS","methanol, purified",material,Fuels\Others\Transformation +"methanol distillation, hydrogen from coal gasification","methanol, purified",material,Fuels\Others\Transformation +"methanol distillation, hydrogen from coal gasification, with CCS","methanol, purified",material,Fuels\Biofuels\Ethanol\Transformation +"methanol distillation, hydrogen from electrolysis, CO2 from DAC","methanol, purified",material,Fuels\Biofuels\Ethanol\Transformation +methanol factory construction,methanol factory,material,Chemicals\Organic\Transformation\Infrastructure +methanol production,methanol,material,Chemicals\Organic\Transformation +"methanol production facility, construction","methanol production facility, construction",material,Fuels\Others\Transformation +"methanol production, biomass gasification","methanol, from biomass",material,Fuels\Biofuels\Ethanol\Transformation +"methanol production, coal gasification",methanol,material,Fuels\Biofuels\Ethanol\Transformation +"methanol production, from synthetic gas","methanol, from biomass",material,Chemicals\Organic\Transformation +"methanol production, natural gas reforming",methanol,material,Fuels\Natural gas\Market +"methanol supply, produced with biomass","methanol, from truck",material,Fuels\Others\Transformation +"methanol supply, produced with coal","methanol, from truck",material,Fuels\Others\Transformation +"methanol supply, produced with hydrogen from Electrolysis, PEM using electricity from grid, and carbon from DAC","methanol, from truck",material,Fuels\Others\Transformation +"methanol synthesis and distillation, hydrogen from electrolysis, CO2 from cement plant","methanol, purified",material,Fuels\Others\Transformation +"methanol synthesis, from wood, with CCS","methanol, unpurified",material,Fuels\Others\Transformation +"methanol synthesis, hydrogen from coal gasification","methanol, unpurified",material,Fuels\Others\Transformation +"methanol synthesis, hydrogen from coal gasification, with CCS","methanol, unpurified",material,Fuels\Biofuels\Ethanol\Transformation +"methanol synthesis, hydrogen from electrolysis, CO2 from DAC","methanol, unpurified",material,Fuels\Biofuels\Ethanol\Transformation +methanol to generic market for solvent for chromatography analysis,solvent for chromatography analysis,material,Chemicals\Organic\Market +"methyl acetate to generic market for solvent, organic","solvent, organic",material,Chemicals\Organic\Market +methyl acrylate production,methyl acrylate,material,Chemicals\Organic\Transformation +methyl ethyl ketone production,methyl ethyl ketone,material,Chemicals\Organic\Transformation +methyl formate production,methyl formate,material,Chemicals\Organic\Transformation +methyl iodide,methyl iodide,energy,Electricity by fuel\Photovoltaic\Market\Infrastructure +methyl iodide production,methyl iodide,material,Chemicals\Organic\Transformation +methyl methacrylate production,methyl methacrylate,material,Chemicals\Organic\Transformation +methyl t-butyl ether production,methyl t-butyl ether,material,Chemicals\Organic\Transformation +methyl t-butyl ether production,methyl t-butyl ether,material,Chemicals\Organic\Transformation +methyl tert-butyl ether production,methyl tert-butyl ether,material,Chemicals\Organic\Transformation +methyl-3-methoxypropionate production,methyl-3-methoxypropionate,material,Chemicals\Organic\Transformation +methylamine production,methylamine,material,Chemicals\Organic\Transformation +methylchloride production,methylchloride,material,Chemicals\Organic\Transformation +methylcyclohexane production,methylcyclohexane,material,Chemicals\Organic\Transformation +"methylcyclopentane to generic market for solvent, organic","solvent, organic",material,Chemicals\Organic\Market +methylene diphenyl diisocyanate production,"hydrochloric acid, without water, in 30% solution state",material,Chemicals\Organic\Transformation +methylene diphenyl diisocyanate production,methylene diphenyl diisocyanate,material,Chemicals\Organic\Transformation +"methylene diphenyl diisocyanate production, isopa","methylene diphenyl diisocyanate, isopa",material,Chemicals\Organic\Transformation +methylene diphenyldiisocyanate production,methylene diphenyldiisocyanate,material,Others\Obsolete +methylpyrrolidone production,methylpyrrolidone,material,Others\Obsolete +methylsulfonic acid production,methylsulfonic acid,material,Others\Obsolete +methylsulfonic acid production,methylsulfonic acid,material,Others\Obsolete +metolachlor production,metolachlor,material,Chemicals\Pesticides\Transformation +"micro gas turbine production, 100kW electrical","micro gas turbine, 100kW electrical",energy,Cogeneration\Gas\Transformation\Infrastructure +microwave oven production,microwave oven,material,Appliances\Transformation\Infrastructure +milk evaporation,evaporation of milk,processing,Agricultural\Transformation +"milk production, from cow","cattle for slaughtering, live weight",material,Agricultural\Animal production\Bovine\Transformation +"milk production, from cow",cow milk,material,Agricultural\Food\Transformation +milk spray-drying,spray-drying of milk,processing,Agricultural\Transformation +milking,milking,processing,Agricultural\Transformation +milking parlour construction,milking parlour,processing,Agricultural\Transformation\Infrastructure +millet production,millet,material,Agricultural\Food\Transformation +"mine construction, bauxite","mine infrastructure, bauxite",material,Minerals\Transformation\Infrastructure +"mine construction, gold","mine infrastructure, gold",material,Minerals\Transformation\Infrastructure +"mine construction, gold and silver","mine infrastructure, gold and silver",material,Minerals\Transformation\Infrastructure +"mine construction, gold-silver-zinc-lead-copper","mine infrastructure, gold-silver-zinc-lead-copper",material,Minerals\Transformation\Infrastructure +"mine construction, iron","mine infrastructure, iron",material,Minerals\Transformation\Infrastructure +"mine construction, open cast, hard coal","mine infrastructure, open cast, hard coal",material,Fuels\Coal\Transformation\Infrastructure +"mine construction, open cast, ilmenite from hard-rock ore","mine infrastructure, open cast, ilmenite from hard-rock ore",material,Minerals\Transformation\Infrastructure +"mine construction, open cast, lignite","mine infrastructure, open cast, lignite",material,Fuels\Lignite\Transformation\Infrastructure +"mine construction, open cast, non-ferrous metal","mine infrastructure, open cast, non-ferrous metal",material,Minerals\Transformation\Infrastructure +"mine construction, open cast, steatite","mine infrastructure, steatite",material,Minerals\Transformation\Infrastructure +"mine construction, phosphate rock","mine infrastructure, phosphate rock",material,Minerals\Transformation\Infrastructure +"mine construction, potash salt","mine infrastructure, potash salt",material,Minerals\Transformation\Infrastructure +"mine construction, underground, hard coal","mine infrastructure, underground, hard coal",material,Fuels\Coal\Transformation\Infrastructure +"mine construction, underground, non-ferrous metal","mine infrastructure, underground, non-ferrous metal",material,Minerals\Transformation\Infrastructure +"mine construction, vermiculite","mine infrastructure, vermiculite",material,Minerals\Transformation\Infrastructure +"mine infrastructure construction, open cast, peat","mine infrastructure, open cast, peat",material,Fuels\Peat\Transformation\Infrastructure +"mine infrastructure construction, open cast, uranium","mine infrastructure, open cast, uranium",material,Minerals\Transformation\Infrastructure +"mine infrastructure construction, treatment of sulfidic tailing, off-site, high gold content","mine infrastructure, treatment of sulfidic tailing, off-site, high gold content",material,Minerals\Transformation\Infrastructure +"mine infrastructure construction, underground, uranium","mine infrastructure, underground, uranium",material,Minerals\Transformation\Infrastructure +mine operation,hard coal,material,Others\Obsolete +"mineral supplement production, for beef cattle","mineral supplement, for beef cattle",material,Agricultural\Animal feed\Transformation +"mini CHP plant construction, common components for heat+electricity","mini CHP plant, common components for heat+electricity",energy,Cogeneration\Gas\Transformation\Infrastructure +"mini CHP plant production, components for electricity only","mini CHP plant, components for electricity only",energy,Cogeneration\Gas\Transformation\Infrastructure +"mini CHP plant production, components for heat only","mini CHP plant, components for heat only",energy,Cogeneration\Gas\Transformation\Infrastructure +mint production,mint,material,Agricultural\Food\Transformation +"mint seedling production, for planting","mint seedling, for planting",material,Agricultural\Plant seeds\Transformation +miscanthus production,"miscanthus, chopped",material,Agricultural\Plant production\Roughage\Transformation +"miscanthus rhizome production, for planting","miscanthus, chopped",material,Agricultural\Plant production\Roughage\Transformation +"miscanthus rhizome production, for planting","miscanthus rhizome, for planting",material,Agricultural\Plant seeds\Transformation +"mischmetal production, primary",mischmetal,material,Metals\Non ferro\Transformation +"mixed natural gas and biomethane production, high pressure","mixed natural gas and biomethane, high pressure",material,Fuels\Natural gas\Transformation +"modified Solvay process, Hou's process",ammonium chloride,material,Chemicals\Inorganic\Transformation +"modified Solvay process, Hou's process","soda ash, dense",material,Chemicals\Inorganic\Transformation +"module packaging, for li-o2 battery",module packaging,material,Electronics\Battery\Transformation +moisture separator-reheater HTP-LPT EPR,moisture separator-reheater HTP-LPT EPR,energy,Heat\Others\Transformation +"molasses, from sugar beet, to generic market for energy feed","energy feed, gross",material,Agricultural\Animal feed\Market +"molasses, from sugar beet, to generic market for energy feed","protein feed, 100% crude",material,Agricultural\Animal feed\Market +molecular sieve separation of naphtha,"1,1-dimethylcyclopentane",material,Chemicals\Organic\Transformation +molecular sieve separation of naphtha,2-methylpentane,material,Chemicals\Organic\Transformation +molecular sieve separation of naphtha,fraction 1 from naphtha separation,material,Chemicals\Organic\Transformation +molecular sieve separation of naphtha,fraction 7 from naphtha separation,material,Chemicals\Organic\Transformation +molecular sieve separation of naphtha,fraction 8 from naphtha separation,material,Chemicals\Organic\Transformation +molecular sieve separation of naphtha,heptane,material,Chemicals\Organic\Transformation +molecular sieve separation of naphtha,hexane,material,Chemicals\Organic\Transformation +molecular sieve separation of naphtha,methylcyclohexane,material,Chemicals\Organic\Transformation +molecular sieve separation of naphtha,methylcyclopentane,material,Chemicals\Organic\Transformation +molecular sieve separation of naphtha,"2,3-dimethylbutan",material,Chemicals\Pesticides\Transformation +molybdenite mine operation,molybdenite,material,Metals\Non ferro\Transformation +molybdenite mine operation,"copper concentrate, sulfide ore",material,Minerals\Transformation +molybdenum production,"indium rich leaching residues, from zinc production",material,Chemicals\Inorganic\Transformation +molybdenum production,cadmium sludge from zinc electrolysis,material,Metals\Non ferro\Transformation +molybdenum production,molybdenum,material,Metals\Non ferro\Transformation +molybdenum trioxide production,molybdenum trioxide,material,Chemicals\Inorganic\Transformation +monoammonium phosphate production,monoammonium phosphate,material,Chemicals\Inorganic\Transformation +monoammonium phosphate production,"nitrogen fertiliser, as N",material,Others\Obsolete +monoammonium phosphate production,"phosphate fertiliser, as P2O5",material,Others\Obsolete +"monochloropentafluoroethane production, chlorofluorination of ethylene",hexafluoroethane,material,Others\Obsolete +"monochloropentafluoroethane production, chlorofluorination of ethylene",monochloropentafluoroethane,material,Others\Obsolete +"Moped, gasoline, <4kW, EURO-3","moped, gasoline, <4kW, EURO-3",transport,Road\Transformation\Infrastructure +"Moped, gasoline, <4kW, EURO-4","moped, gasoline, <4kW, EURO-4",transport,Road\Transformation\Infrastructure +"Moped, gasoline, <4kW, EURO-5","moped, gasoline, <4kW, EURO-5",transport,Road\Transformation\Infrastructure +morpholine production,morpholine,material,Chemicals\Organic\Transformation +motor scooter production,"motor scooter, 50 cubic cm engine",transport,Road\Transformation\Infrastructure +"motorbike, electric, <4kW, LFP battery","motorbike, electric, <4kW",transport,Road\Transformation\Infrastructure +"motorbike, electric, <4kW, NCA battery","motorbike, electric, <4kW",transport,Road\Transformation\Infrastructure +"motorbike, electric, <4kW, NMC battery","motorbike, electric, <4kW",transport,Road\Transformation\Infrastructure +"motorbike, electric, >35kW, LFP battery","motorbike, electric, >35kW",transport,Road\Transformation\Infrastructure +"motorbike, electric, >35kW, NCA battery","motorbike, electric, >35kW",transport,Road\Transformation\Infrastructure +"motorbike, electric, >35kW, NMC battery","motorbike, electric, >35kW",transport,Road\Transformation\Infrastructure +"motorbike, electric, 11-35kW, LFP battery","motorbike, electric, 11-35kW",transport,Road\Transformation\Infrastructure +"motorbike, electric, 11-35kW, NCA battery","motorbike, electric, 11-35kW",transport,Road\Transformation\Infrastructure +"motorbike, electric, 11-35kW, NMC battery","motorbike, electric, 11-35kW",transport,Road\Transformation\Infrastructure +"motorbike, electric, 4-11kW, LFP battery","motorbike, electric, 4-11kW",transport,Road\Transformation\Infrastructure +"motorbike, electric, 4-11kW, NCA battery","motorbike, electric, 4-11kW",transport,Road\Transformation\Infrastructure +"motorbike, electric, 4-11kW, NMC battery","motorbike, electric, 4-11kW",transport,Road\Transformation\Infrastructure +"Motorbike, gasoline, >35kW, EURO-3","motorbike, gasoline, >35kW, EURO-3",transport,Road\Transformation\Infrastructure +"Motorbike, gasoline, >35kW, EURO-4","motorbike, gasoline, >35kW, EURO-4",transport,Road\Transformation\Infrastructure +"Motorbike, gasoline, >35kW, EURO-5","motorbike, gasoline, >35kW, EURO-5",transport,Road\Transformation\Infrastructure +"Motorbike, gasoline, 11-35kW, EURO-3","motorbike, gasoline, 11-35kW, EURO-3",transport,Road\Transformation\Infrastructure +"Motorbike, gasoline, 11-35kW, EURO-4","motorbike, gasoline, 11-35kW, EURO-4",transport,Road\Transformation\Infrastructure +"Motorbike, gasoline, 11-35kW, EURO-5","motorbike, gasoline, 11-35kW, EURO-5",transport,Road\Transformation\Infrastructure +"Motorbike, gasoline, 4-11kW, EURO-3","motorbike, gasoline, 4-11kW, EURO-3",transport,Road\Transformation\Infrastructure +"Motorbike, gasoline, 4-11kW, EURO-4","motorbike, gasoline, 4-11kW, EURO-4",transport,Road\Transformation\Infrastructure +"Motorbike, gasoline, 4-11kW, EURO-5","motorbike, gasoline, 4-11kW, EURO-5",transport,Road\Transformation\Infrastructure +"mounting, surface mount technology, Pb-containing solder","mounting, surface mount technology, Pb-containing solder",processing,Electronics\Transformation +"mounting, surface mount technology, Pb-free solder","mounting, surface mount technology, Pb-free solder",processing,Electronics\Transformation +"mounting, through-hole technology, Pb-containing solder","mounting, through-hole technology, Pb-containing solder",processing,Electronics\Transformation +"mounting, through-hole technology, Pb-free solder","mounting, through-hole technology, Pb-free solder",processing,Electronics\Transformation +"mowing, by motor mower","mowing, by motor mower",processing,Agricultural\Transformation +"mowing, by rotary mower","mowing, by rotary mower",processing,Agricultural\Transformation +"mowing, by rotary or sickle mower","mowing, by rotary or sickle mower",processing,Agricultural\Transformation +"mox fuel element for lwr, at nuclear fuel fabrication plant","mox fuel element for lwr, at nuclear fuel fabrication plant",material,Fuels\Uranium\Fuel element\Transformation +"mox fuel element for lwr, at nuclear fuel fabrication plant","mox fuel element for lwr, at nuclear fuel fabrication plant",material,Fuels\Uranium\Fuel element\Transformation +"MOX fuel element production, for light water reactor","mOX fuel element, for light water reactor",material,Fuels\Uranium\Fuel element\Transformation +mulberry production,mulberry leaves,material,Agricultural\Plant production\Legumes\Transformation +mulching,mulching,processing,Agricultural\Transformation +multi-Si wafer production,multi-Si wafer,energy,Electricity by fuel\Photovoltaic\Market\Infrastructure +"multi-Si wafer production, ribbon","multi-Si wafer, ribbon",material,Electronics\Photovoltaic\Transformation +"multi-Si wafer, at regional storage","multi-Si wafer, at regional storage",energy,Electricity by fuel\Photovoltaic\Market\Infrastructure +"multilayer film production, for li-o2 battery",multilayer film,material,Electronics\Battery\Transformation +multilayer pouch,multilayer pouch,material,Others\Obsolete +municipal waste collection service by 21 metric ton lorry,municipal waste collection service by 21 metric ton lorry,transport,Road\Transformation +municipal waste incineration facility construction,municipal waste incineration facility,processing,Waste\Transformation\Infrastructure +mustard production,mustard,material,Agricultural\Plant production\Oil seeds\Transformation +mv switch-disconnector cubicle production,mv switch-disconnector cubicle,material,Others\Obsolete +mv switchgear and tsg control panel production,mv switchgear and tsg control panel,material,Others\Obsolete +N-methyl-2-pyrrolidone production,n-methyl-2-pyrrolidone,material,Chemicals\Organic\Transformation +n-olefins production,n-olefins,material,Chemicals\Organic\Transformation +"N,N-dimethylformamide production","n,N-dimethylformamide",material,Chemicals\Organic\Transformation +"n,n-dimethylformamide production, direct synthesis","n,n-dimethylformamide",material,Chemicals\Organic\Transformation +"n,n-dimethylformamide production, direct synthesis","n,n-dimethylformamide",material,Chemicals\Organic\Transformation +nafion membrane production,nafion membrane,material,Others\Obsolete +"napba active material production, for sib battery",napba active material,material,Electronics\Battery\Transformation +"naphtha production, petroleum refinery operation",naphtha,material,Fuels\Oil\Naphtha\Transformation +"naphtha production, synthetic, Fischer Tropsch process, from natural gas, energy allocation","naphtha, synthetic",material,Fuels\Others\Transformation +"naphtha production, synthetic, Fischer Tropsch process, from natural gas, energy allocation, with carbon capture and storage","naphtha, synthetic",material,Fuels\Others\Transformation +"naphtha production, synthetic, Fischer Tropsch process, hydrogen from coal gasification, economic allocation","naphtha, synthetic",material,Fuels\Others\Transformation +"naphtha production, synthetic, Fischer Tropsch process, hydrogen from coal gasification, energy allocation","naphtha, synthetic",material,Fuels\Others\Transformation +"naphtha production, synthetic, Fischer Tropsch process, hydrogen from coal gasification, with CCS, economic allocation","naphtha, synthetic",material,Fuels\Others\Transformation +"naphtha production, synthetic, Fischer Tropsch process, hydrogen from coal gasification, with CCS, energy allocation","naphtha, synthetic",material,Fuels\Others\Transformation +"naphtha production, synthetic, Fischer Tropsch process, hydrogen from electrolysis, economic allocation","naphtha, synthetic",material,Fuels\Others\Transformation +"naphtha production, synthetic, Fischer Tropsch process, hydrogen from electrolysis, energy allocation","naphtha, synthetic",material,Fuels\Others\Transformation +"naphtha production, synthetic, Fischer Tropsch process, hydrogen from wood gasification, economic allocation","naphtha, synthetic",material,Fuels\Others\Transformation +"naphtha production, synthetic, Fischer Tropsch process, hydrogen from wood gasification, energy allocation","naphtha, synthetic",material,Fuels\Others\Transformation +"naphtha production, synthetic, Fischer Tropsch process, hydrogen from wood gasification, with CCS, economic allocation","naphtha, synthetic",material,Fuels\Others\Transformation +"naphtha production, synthetic, Fischer Tropsch process, hydrogen from wood gasification, with CCS, energy allocation","naphtha, synthetic",material,Fuels\Others\Transformation +"naphtha, import from RoW",naphtha,material,Fuels\Oil\Naphtha\Market\Import +naphthalene sulfonic acid production,naphthalene sulfonic acid,material,Chemicals\Acids (organic)\Transformation +napropamide production,napropamide,material,Chemicals\Pesticides\Transformation +"natural gas burnt in furnace, excluding carbon dioxide generated in flue gas","natural gas burnt in furnace, excluding carbon dioxide generated in flue gas",material,Fuels\Others\Transformation +natural gas liquids fractionation,ethane,material,Chemicals\Gases\Transformation +natural gas liquids fractionation,propane,material,Chemicals\Gases\Transformation +natural gas liquids fractionation,butane,material,Chemicals\Organic\Transformation +natural gas liquids fractionation,isobutane,material,Chemicals\Organic\Transformation +natural gas liquids fractionation,pentane,material,Chemicals\Organic\Transformation +natural gas liquids production,natural gas liquids,material,Chemicals\Gases\Liquified\Transformation +natural gas liquids production,"helium, crude",material,Chemicals\Gases\Transformation +"natural gas pressure reduction, from high to low pressure","natural gas, low pressure",material,Fuels\Natural gas\Market +natural gas processing plant production,natural gas processing plant,material,Fuels\Natural gas\Transformation\Infrastructure +natural gas production,butane,material,Others\Obsolete +natural gas production,ethane,material,Others\Obsolete +natural gas production,isobutane,material,Others\Obsolete +natural gas production,"natural gas, high pressure",material,Others\Obsolete +natural gas production,pentane,material,Others\Obsolete +natural gas production,propane,material,Others\Obsolete +natural gas production,sulfur,material,Others\Obsolete +"natural gas production, high pressure, vehicle grade","natural gas, high pressure, vehicle grade",material,Fuels\Natural gas\Transformation +"natural gas production, liquefied","natural gas, liquefied",material,Fuels\Natural gas\Market +"natural gas production, low pressure, vehicle grade","natural gas, low pressure, vehicle grade",material,Fuels\Natural gas\Transformation +"natural gas production, medium pressure, vehicle grade","natural gas, medium pressure, vehicle grade",material,Fuels\Natural gas\Transformation +"natural gas production, unprocessed, at extraction","natural gas, unprocessed, at extraction",material,Fuels\Natural gas\Transformation +natural gas service station construction,natural gas service station,material,Fuels\Natural gas\Transformation\Infrastructure +natural gas venting from petroleum/natural gas production,"natural gas, vented",material,Fuels\Natural gas\Transformation +"natural gas, burned in gas motor, for storage","natural gas, burned in gas motor, for storage",energy,Others\Obsolete +"natural gas, burned in gas turbine","natural gas, burned in gas turbine",energy,Electricity by fuel\Gas\Transformation +"natural gas, burned in gas turbine, for compressor station","electricity, medium voltage",energy,Others\Obsolete +"natural gas, burned in micro gas turbine, 100kWe","electricity, low voltage",energy,Cogeneration\Gas\Transformation +"natural gas, burned in micro gas turbine, 100kWe","heat, central or small-scale, natural gas",energy,Heat\Gas\Transformation +"natural gas, burned in polymer electrolyte membrane fuel cell 2kWe, future","electricity, low voltage",energy,Cogeneration\Gas\Transformation +"natural gas, burned in polymer electrolyte membrane fuel cell 2kWe, future","heat, future",energy,Heat\Gas\Transformation +"natural gas, burned in solid oxide fuel cell 125kWe, future","electricity, low voltage",energy,Cogeneration\Gas\Transformation +"natural gas, burned in solid oxide fuel cell 125kWe, future","heat, future",energy,Heat\Gas\Transformation +"natural gas, burned in solid oxide fuel cell, with micro gas turbine, 180kWe, future","electricity, low voltage",energy,Cogeneration\Gas\Transformation +"natural gas, burned in solid oxide fuel cell, with micro gas turbine, 180kWe, future","heat, future",energy,Heat\Gas\Transformation +"natural gas, high pressure, domestic supply with seasonal storage","natural gas, high pressure",material,Fuels\Natural gas\Market +"natural gas, high pressure, import from AE","natural gas, high pressure",material,Fuels\Natural gas\Market +"natural gas, high pressure, import from AU","natural gas, high pressure",material,Fuels\Natural gas\Market +"natural gas, high pressure, import from AZ","natural gas, high pressure",material,Fuels\Natural gas\Market +"natural gas, high pressure, import from BE","natural gas, high pressure",material,Fuels\Natural gas\Market +"natural gas, high pressure, import from BO","natural gas, high pressure",material,Fuels\Natural gas\Market +"natural gas, high pressure, import from BR","natural gas, high pressure",material,Fuels\Natural gas\Market\Import +"natural gas, high pressure, import from CA","natural gas, high pressure",material,Fuels\Natural gas\Market\Import +"natural gas, high pressure, import from CA-AB","natural gas, high pressure",material,Others\Obsolete +"natural gas, high pressure, import from CN","natural gas, high pressure",material,Fuels\Natural gas\Market\Import +"natural gas, high pressure, import from CO","natural gas, high pressure",material,Fuels\Natural gas\Market\Import +"natural gas, high pressure, import from CZ","natural gas, high pressure",material,Fuels\Natural gas\Market +"natural gas, high pressure, import from DE","natural gas, high pressure",material,Fuels\Natural gas\Market\Import +"natural gas, high pressure, import from DZ","natural gas, high pressure",material,Fuels\Natural gas\Market +"natural gas, high pressure, import from EC","natural gas, high pressure",material,Fuels\Natural gas\Market\Import +"natural gas, high pressure, import from EG","natural gas, high pressure",material,Fuels\Natural gas\Market +"natural gas, high pressure, import from ES","natural gas, high pressure",material,Fuels\Natural gas\Market +"natural gas, high pressure, import from FI","natural gas, high pressure",material,Fuels\Natural gas\Market\Import +"natural gas, high pressure, import from FR","natural gas, high pressure",material,Fuels\Natural gas\Market +"natural gas, high pressure, import from GB","natural gas, high pressure",material,Fuels\Natural gas\Market\Import +"natural gas, high pressure, import from HU","natural gas, high pressure",material,Fuels\Natural gas\Market +"natural gas, high pressure, import from ID","natural gas, high pressure",material,Fuels\Natural gas\Market +"natural gas, high pressure, import from IQ","natural gas, high pressure",material,Fuels\Natural gas\Market\Import +"natural gas, high pressure, import from IR","natural gas, high pressure",material,Fuels\Natural gas\Market +"natural gas, high pressure, import from IT","natural gas, high pressure",material,Fuels\Natural gas\Market\Import +"natural gas, high pressure, import from KW","natural gas, high pressure",material,Fuels\Natural gas\Market\Import +"natural gas, high pressure, import from KZ","natural gas, high pressure",material,Fuels\Natural gas\Market +"natural gas, high pressure, import from LY","natural gas, high pressure",material,Fuels\Natural gas\Market\Import +"natural gas, high pressure, import from MX","natural gas, high pressure",material,Fuels\Natural gas\Market\Import +"natural gas, high pressure, import from MY","natural gas, high pressure",material,Fuels\Natural gas\Market +"natural gas, high pressure, import from NG","natural gas, high pressure",material,Fuels\Natural gas\Market +"natural gas, high pressure, import from NL","natural gas, high pressure",material,Fuels\Natural gas\Market\Import +"natural gas, high pressure, import from NO","natural gas, high pressure",material,Fuels\Natural gas\Market\Import +"natural gas, high pressure, import from OM","natural gas, high pressure",material,Fuels\Natural gas\Market +"natural gas, high pressure, import from PE","natural gas, high pressure",material,Fuels\Natural gas\Market +"natural gas, high pressure, import from QA","natural gas, high pressure",material,Fuels\Natural gas\Market +"natural gas, high pressure, import from RO","natural gas, high pressure",material,Fuels\Natural gas\Market\Import +"natural gas, high pressure, import from RU","natural gas, high pressure",material,Fuels\Natural gas\Market +"natural gas, high pressure, import from SA","natural gas, high pressure",material,Fuels\Natural gas\Market\Import +"natural gas, high pressure, import from TM","natural gas, high pressure",material,Fuels\Natural gas\Market +"natural gas, high pressure, import from TR","natural gas, high pressure",material,Fuels\Natural gas\Market\Import +"natural gas, high pressure, import from TT","natural gas, high pressure",material,Fuels\Natural gas\Market +"natural gas, high pressure, import from US","natural gas, high pressure",material,Fuels\Natural gas\Market +"natural gas, high pressure, import from UZ","natural gas, high pressure",material,Fuels\Natural gas\Market +"natural gas, high pressure, import from VE","natural gas, high pressure",material,Fuels\Natural gas\Market\Import +"natural gas, liquefied, import from AE","natural gas, liquefied",material,Fuels\Natural gas\Market +"natural gas, liquefied, import from AU","natural gas, liquefied",material,Fuels\Natural gas\Market +"natural gas, liquefied, import from DZ","natural gas, liquefied",material,Fuels\Natural gas\Market +"natural gas, liquefied, import from EG","natural gas, liquefied",material,Fuels\Natural gas\Market +"natural gas, liquefied, import from ID","natural gas, liquefied",material,Fuels\Natural gas\Market +"natural gas, liquefied, import from MY","natural gas, liquefied",material,Fuels\Natural gas\Market +"natural gas, liquefied, import from NG","natural gas, liquefied",material,Fuels\Natural gas\Market +"natural gas, liquefied, import from NO","natural gas, liquefied",material,Fuels\Natural gas\Market +"natural gas, liquefied, import from OM","natural gas, liquefied",material,Fuels\Natural gas\Market +"natural gas, liquefied, import from PE","natural gas, liquefied",material,Fuels\Natural gas\Market +"natural gas, liquefied, import from QA","natural gas, liquefied",material,Fuels\Natural gas\Market +"natural gas, liquefied, import from RU","natural gas, liquefied",material,Fuels\Natural gas\Market +"natural gas, liquefied, import from TT","natural gas, liquefied",material,Fuels\Natural gas\Market +"natural gas, liquefied, import from US","natural gas, liquefied",material,Fuels\Natural gas\Market +natural graphite concentration,"graphite ore, concentrated",material,Chemicals\Organic\Transformation +"natural graphite production, coated","natural graphite, coated",material,Chemicals\Organic\Transformation +natural graphite spheronization,"graphite, spherical",material,Chemicals\Organic\Transformation +"natural stone plate production, cut","natural stone plate, cut",material,Construction\Coverings\Transformation +"natural stone plate production, grounded","natural stone plate, grounded",material,Construction\Coverings\Transformation +"natural stone plate production, polished","natural stone plate, polished",material,Construction\Coverings\Transformation +navy bean production,navy bean,material,Agricultural\Plant production\Legumes\Transformation +"navy bean seed production, for sowing","navy bean seed, for sowing",material,Agricultural\Plant seeds\Transformation +nca hydroxide,nca hydroxide,material,Chemicals\Inorganic\Transformation +"NCA hydroxide production, for Li-ion battery","sodium sulfate, anhydrite",material,Chemicals\Inorganic\Transformation +"NCA hydroxide production, for Li-ion battery",nCA hydroxide,material,Electronics\Component\Transformation +nca oxide,nca oxide,material,Chemicals\Inorganic\Transformation +"NCA oxide production, for Li-ion battery",nCA oxide,material,Electronics\Component\Transformation +needle coke production,needle coke,material,Others\Obsolete +"negative tab production, for lis battery",negative tab,material,Electronics\Battery\Transformation +neodymium oxide to generic market for mischmetal,mischmetal,material,Metals\Non ferro\Market +nickel carbonate production,nickel carbonate,material,Metals\Non ferro\Market +"nickel concentrate, 16% Ni to generic market for nickel-rich materials",nickel-rich materials,material,Metals\Non ferro\Market +"nickel mine operation and benefication to nickel concentrate, 16% Ni","nickel concentrate, 16% Ni",material,Minerals\Transformation +"nickel mine operation and benefication to nickel concentrate, 7% Ni","nickel concentrate, 7% Ni",material,Minerals\Transformation +"nickel mine operation, sulfidic ore","ammonium sulfate, as N",material,Others\Obsolete +"nickel mine operation, sulfidic ore","copper concentrate, sulfide ore",material,Others\Obsolete +"nickel mine operation, sulfidic ore","nickel, 99.5%",material,Others\Obsolete +"nickel mine operation, sulfidic ore",sulfuric acid,material,Others\Obsolete +nickel plating,nickel plating,material,Chemicals\Inorganic\Transformation +nickel sulfate production,nickel sulfate,material,Chemicals\Inorganic\Transformation +"niobium mine operation and beneficiation, from pyrochlore ore",barite,material,Chemicals\Inorganic\Transformation +"niobium mine operation and beneficiation, from pyrochlore ore",iron ore concentrate,material,Chemicals\Inorganic\Transformation +"niobium mine operation and beneficiation, from pyrochlore ore",pyrochlore concentrate,material,Metals\Non ferro\Transformation +"nitrate salts production, for solar power application","nitrate salts, for solar power application",material,Chemicals\Inorganic\Transformation +"nitric acid production, product in 50% solution state","nitric acid, without water, in 50% solution state",material,Chemicals\Acids (inorganic)\Transformation +"nitric acid production, product in 50% solution state","steam, in chemical industry",energy,Heat\Steam\Transformation +nitric oxide production,nitric oxide,material,Chemicals\Gases\Transformation +nitrile-compound production,nitrile-compound,material,Chemicals\Pesticides\Transformation +nitro-compound production,nitro-compound,material,Chemicals\Pesticides\Transformation +nitrobenzene production,nitrobenzene,material,Chemicals\Organic\Transformation +"nitrogen trifluoride, at plant","nitrogen trifluoride, at plant",energy,Electricity by fuel\Photovoltaic\Market\Infrastructure +"nitrotoluenes production, toluene nitration",o-nitrotoluene,material,Chemicals\Organic\Transformation +"nitrotoluenes production, toluene nitration",o-nitrotoluene,material,Chemicals\Organic\Transformation +"nitrotoluenes production, toluene nitration",m-nitrotoluene,material,Chemicals\Organic\Transformation +"nitrotoluenes production, toluene nitration",p-nitrotoluene,material,Chemicals\Organic\Transformation +"nitrotoluenes production, toluene nitration",m-nitrotoluene,material,Chemicals\Organic\Transformation +"nitrotoluenes production, toluene nitration",p-nitrotoluene,material,Chemicals\Organic\Transformation +"nitrotoluenes production, toluene nitration",p-nitrotoluene,material,Chemicals\Organic\Transformation +"nitrotoluenes production, toluene nitration",p-nitrotoluene,material,Chemicals\Organic\Transformation +"nitrotoluenes production, toluene nitration",o-nitrotoluene,material,Chemicals\Organic\Transformation +"nitrotoluenes production, toluene nitration",p-nitrotoluene,material,Chemicals\Organic\Transformation +"nitrotoluenes production, toluene nitration",m-nitrotoluene,material,Chemicals\Organic\Transformation +"nitrotoluenes production, toluene nitration",m-nitrotoluene,material,Chemicals\Organic\Transformation +"nitrotoluenes production, toluene nitration",o-nitrotoluene,material,Chemicals\Organic\Transformation +"nitrotoluenes production, toluene nitration",o-nitrotoluene,material,Chemicals\Organic\Transformation +"nitrotoluenes production, toluene nitration",m-nitrotoluene,material,Chemicals\Organic\Transformation +nitrous dioxide production,nitrous dioxide,material,Chemicals\Gases\Transformation +nitrous oxide production,nitrous oxide,material,Chemicals\Gases\Transformation +"NMC111 hydroxide production, for Li-ion battery","sodium sulfate, anhydrite",material,Chemicals\Inorganic\Transformation +"NMC111 hydroxide production, for Li-ion battery",nMC111 hydroxide,material,Electronics\Component\Transformation +"NMC111 oxide production, for Li-ion battery",nMC111 oxide,material,Electronics\Component\Transformation +nmc622 hydroxide,nmc622 hydroxide,material,Chemicals\Inorganic\Transformation +nmc622 oxide,nmc622 oxide,material,Chemicals\Inorganic\Transformation +"NMC811 hydroxide production, for Li-ion battery","sodium sulfate, anhydrite",material,Chemicals\Inorganic\Transformation +"NMC811 hydroxide production, for Li-ion battery",nMC811 hydroxide,material,Electronics\Component\Transformation +"NMC811 oxide production, for Li-ion battery",nMC811 oxide,material,Electronics\Component\Transformation +"nmmt active material production, for sib battery",nmmt active material,material,Electronics\Battery\Transformation +"nmvp production, na4mnv(po4)3",nmvp,material,Others\Obsolete +non-ferrous metal smelter production,non-ferrous metal smelter,material,Metals\Non ferro\Transformation\Infrastructure +"non-ionic surfactant production, ethylene oxide derivate",non-ionic surfactant,material,Chemicals\Washing agents\Tensides\Transformation +"non-ionic surfactant production, fatty acid derivate",non-ionic surfactant,material,Chemicals\Washing agents\Tensides\Transformation +NPK (15-15-15) fertiliser production,nPK (15-15-15) fertiliser,material,Chemicals\Fertilisers (inorganic)\Transformation +NPK (26-15-15) fertiliser production,nPK (26-15-15) fertiliser,material,Chemicals\Fertilisers (inorganic)\Transformation +"nuclear fuel element production, for boiling water reactor, UO2 4.0% & MOX","nuclear fuel element, for boiling water reactor, UO2 4.0% & MOX",material,Fuels\Uranium\Fuel element\Transformation +"nuclear fuel element production, for pressure water reactor, UO2 3.8% & MOX","nuclear fuel element, for pressure water reactor, UO2 3.8% & MOX",material,Fuels\Uranium\Fuel element\Transformation +"nuclear fuel element production, for pressure water reactor, UO2 3.9% & MOX","nuclear fuel element, for pressure water reactor, UO2 3.9% & MOX",material,Fuels\Uranium\Fuel element\Transformation +"nuclear fuel element production, for pressure water reactor, UO2 4.0% & MOX","nuclear fuel element, for pressure water reactor, UO2 4.0% & MOX",material,Fuels\Uranium\Fuel element\Transformation +"nuclear fuel element production, for pressure water reactor, UO2 4.2% & MOX","nuclear fuel element, for pressure water reactor, UO2 4.2% & MOX",material,Fuels\Uranium\Fuel element\Transformation +"nuclear fuel element production, for pressure water reactor, UO2 4.2% centrifuge & MOX","nuclear fuel element, for pressure water reactor, UO2 4.2% centrifuge & MOX",material,Fuels\Uranium\Fuel element\Transformation +nuclear fuel factory construction,nuclear fuel factory,material,Fuels\Uranium\Enriched\Transformation\Infrastructure +nuclear island epr,nuclear island epr,energy,Electricity by fuel\Nuclear\PWR\Transformation\Infrastructure +nuclear island epr,nuclear island epr,energy,Electricity by fuel\Nuclear\PWR\Transformation\Infrastructure +"nuclear power plant construction, boiling water reactor 1000MW","nuclear power plant, boiling water reactor 1000MW",energy,Electricity by fuel\Nuclear\BWR\Transformation\Infrastructure +"nuclear power plant construction, pressure water reactor 650MW","nuclear power plant, pressure water reactor, 650MW",energy,Electricity by fuel\Nuclear\PWR\Transformation\Infrastructure +"nuclear power plant construction, pressure water reactor, 1000MW","nuclear power plant, pressure water reactor, 1000MW",energy,Electricity by fuel\Nuclear\PWR\Transformation\Infrastructure +nuclear spent fuel conditioning facility construction,nuclear spent fuel conditioning facility,processing,Waste\Transformation\Infrastructure +nuclear spent fuel reprocessing facility construction,nuclear spent fuel reprocessing facility,processing,Waste\Transformation\Infrastructure +"nuclear waste storage construction, final repository for high level radioactive waste","nuclear waste storage, final repository for high level radioactive waste",processing,Waste\Transformation\Infrastructure +"nuclear waste storage construction, final repository for low level radioactive waste","nuclear waste storage, final repository for low level radioactive waste",processing,Waste\Transformation\Infrastructure +"nuclear waste storage construction, interim, for high level radioactive waste before final repository","nuclear waste storage, interim, for high level radioactive waste before final repository",processing,Waste\Transformation\Infrastructure +"nuclear waste storage construction, interim, for low level radioactive waste before final repository","nuclear waste storage, interim, for low level radioactive waste before final repository",processing,Waste\Transformation\Infrastructure +"nutrient supply from ammonia, anhydrous, liquid","inorganic nitrogen fertiliser, as N",material,Chemicals\Fertilisers (inorganic)\Transformation +nutrient supply from ammonium chloride,"inorganic nitrogen fertiliser, as N",material,Chemicals\Fertilisers (inorganic)\Transformation +nutrient supply from ammonium nitrate,"inorganic nitrogen fertiliser, as N",material,Chemicals\Fertilisers (inorganic)\Transformation +nutrient supply from ammonium nitrate phosphate,"inorganic nitrogen fertiliser, as N",material,Chemicals\Fertilisers (inorganic)\Transformation +nutrient supply from ammonium nitrate phosphate,"inorganic phosphorus fertiliser, as P2O5",material,Chemicals\Fertilisers (inorganic)\Transformation +nutrient supply from ammonium sulfate,"inorganic nitrogen fertiliser, as N",material,Chemicals\Fertilisers (inorganic)\Transformation +"nutrient supply from ash, from combustion of bagasse from sugarcane","organic phosphorus fertiliser, as P2O5",material,Chemicals\Fertilisers (organic)\Transformation +"nutrient supply from ash, from combustion of bagasse from sugarcane","organic potassium fertiliser, as K2O",material,Chemicals\Fertilisers (organic)\Transformation +"nutrient supply from ash, from combustion of bagasse from sugarcane","ash, from combustion of bagasse from sugarcane",waste treatment,Others\Obsolete +"nutrient supply from ash, from combustion of straw","organic nitrogen fertiliser, as N",material,Chemicals\Fertilisers (organic)\Transformation +"nutrient supply from ash, from combustion of straw","organic phosphorus fertiliser, as P2O5",material,Chemicals\Fertilisers (organic)\Transformation +nutrient supply from calcium ammonium nitrate,"inorganic nitrogen fertiliser, as N",material,Chemicals\Fertilisers (inorganic)\Transformation +nutrient supply from calcium nitrate,"inorganic nitrogen fertiliser, as N",material,Chemicals\Fertilisers (inorganic)\Transformation +nutrient supply from coconut husk,"organic nitrogen fertiliser, as N",material,Chemicals\Fertilisers (organic)\Transformation +nutrient supply from coconut husk,"organic phosphorus fertiliser, as P2O5",material,Chemicals\Fertilisers (organic)\Transformation +nutrient supply from coconut husk,"organic potassium fertiliser, as K2O",material,Chemicals\Fertilisers (organic)\Transformation +nutrient supply from compost,"organic nitrogen fertiliser, as N",material,Chemicals\Fertilisers (organic)\Transformation +nutrient supply from compost,"organic phosphorus fertiliser, as P2O5",material,Chemicals\Fertilisers (organic)\Transformation +nutrient supply from compost,"organic potassium fertiliser, as K2O",material,Chemicals\Fertilisers (organic)\Transformation +nutrient supply from diammonium phosphate,"inorganic nitrogen fertiliser, as N",material,Chemicals\Fertilisers (inorganic)\Transformation +nutrient supply from diammonium phosphate,"inorganic phosphorus fertiliser, as P2O5",material,Chemicals\Fertilisers (inorganic)\Transformation +nutrient supply from fermentation filtrate,"organic nitrogen fertiliser, as N",material,Chemicals\Fertilisers (organic)\Transformation +nutrient supply from fermentation filtrate,"organic phosphorus fertiliser, as P2O5",material,Chemicals\Fertilisers (organic)\Transformation +nutrient supply from fermentation filtrate,"organic potassium fertiliser, as K2O",material,Chemicals\Fertilisers (organic)\Transformation +"nutrient supply from filter cake, from sugarcane juice filtration","organic nitrogen fertiliser, as N",material,Chemicals\Fertilisers (organic)\Transformation +"nutrient supply from filter cake, from sugarcane juice filtration","organic phosphorus fertiliser, as P2O5",material,Chemicals\Fertilisers (organic)\Transformation +"nutrient supply from filter cake, from sugarcane juice filtration","organic potassium fertiliser, as K2O",material,Chemicals\Fertilisers (organic)\Transformation +nutrient supply from glycerin distillate bottom,"organo-mineral potassium fertiliser, as K2O",material,Chemicals\Fertilisers (organic)\Transformation +"nutrient supply from manure, liquid, cattle","organic nitrogen fertiliser, as N",material,Chemicals\Fertilisers (organic)\Transformation +"nutrient supply from manure, liquid, cattle","organic phosphorus fertiliser, as P2O5",material,Chemicals\Fertilisers (organic)\Transformation +"nutrient supply from manure, liquid, cattle","organic potassium fertiliser, as K2O",material,Chemicals\Fertilisers (organic)\Transformation +"nutrient supply from manure, liquid, swine","organic nitrogen fertiliser, as N",material,Chemicals\Fertilisers (organic)\Transformation +"nutrient supply from manure, liquid, swine","organic phosphorus fertiliser, as P2O5",material,Chemicals\Fertilisers (organic)\Transformation +"nutrient supply from manure, liquid, swine","organic potassium fertiliser, as K2O",material,Chemicals\Fertilisers (organic)\Transformation +"nutrient supply from manure, solid, cattle","organic nitrogen fertiliser, as N",material,Chemicals\Fertilisers (organic)\Transformation +"nutrient supply from manure, solid, cattle","organic phosphorus fertiliser, as P2O5",material,Chemicals\Fertilisers (organic)\Transformation +"nutrient supply from manure, solid, cattle","organic potassium fertiliser, as K2O",material,Chemicals\Fertilisers (organic)\Transformation +nutrient supply from monoammonium phosphate,"inorganic nitrogen fertiliser, as N",material,Chemicals\Fertilisers (inorganic)\Transformation +nutrient supply from monoammonium phosphate,"inorganic phosphorus fertiliser, as P2O5",material,Chemicals\Fertilisers (inorganic)\Transformation +nutrient supply from NPK (15-15-15) fertiliser,"inorganic nitrogen fertiliser, as N",material,Chemicals\Fertilisers (inorganic)\Transformation +nutrient supply from NPK (15-15-15) fertiliser,"inorganic phosphorus fertiliser, as P2O5",material,Chemicals\Fertilisers (inorganic)\Transformation +nutrient supply from NPK (15-15-15) fertiliser,"inorganic potassium fertiliser, as K2O",material,Chemicals\Fertilisers (inorganic)\Transformation +nutrient supply from NPK (26-15-15) fertiliser,"inorganic nitrogen fertiliser, as N",material,Chemicals\Fertilisers (inorganic)\Transformation +nutrient supply from NPK (26-15-15) fertiliser,"inorganic phosphorus fertiliser, as P2O5",material,Chemicals\Fertilisers (inorganic)\Transformation +nutrient supply from NPK (26-15-15) fertiliser,"inorganic potassium fertiliser, as K2O",material,Chemicals\Fertilisers (inorganic)\Transformation +"nutrient supply from phosphate rock, beneficiated","inorganic phosphorus fertiliser, as P2O5",material,Chemicals\Fertilisers (inorganic)\Transformation +"nutrient supply from phosphoric acid, fertiliser grade, without water, in 70% solution state","inorganic phosphorus fertiliser, as P2O5",material,Chemicals\Fertilisers (inorganic)\Transformation +nutrient supply from potash salt,"inorganic potassium fertiliser, as K2O",material,Chemicals\Fertilisers (inorganic)\Transformation +nutrient supply from potassium chloride,"inorganic potassium fertiliser, as K2O",material,Chemicals\Fertilisers (inorganic)\Transformation +nutrient supply from potassium chloride sludge,"inorganic potassium fertiliser, as K2O",material,Chemicals\Fertilisers (inorganic)\Transformation +nutrient supply from potassium nitrate,"inorganic nitrogen fertiliser, as N",material,Chemicals\Fertilisers (inorganic)\Transformation +nutrient supply from potassium nitrate,"inorganic potassium fertiliser, as K2O",material,Chemicals\Fertilisers (inorganic)\Transformation +nutrient supply from potassium nitrate,"nitrogen fertiliser, as N",material,Others\Obsolete +nutrient supply from potassium nitrate,"potassium fertiliser, as K2O",material,Others\Obsolete +nutrient supply from potassium sulfate,"inorganic potassium fertiliser, as K2O",material,Chemicals\Fertilisers (inorganic)\Transformation +"nutrient supply from poultry manure, dried","organic nitrogen fertiliser, as N",material,Chemicals\Fertilisers (organic)\Transformation +"nutrient supply from poultry manure, dried","organic phosphorus fertiliser, as P2O5",material,Chemicals\Fertilisers (organic)\Transformation +"nutrient supply from poultry manure, dried","organic potassium fertiliser, as K2O",material,Chemicals\Fertilisers (organic)\Transformation +"nutrient supply from poultry manure, fresh","organic nitrogen fertiliser, as N",material,Chemicals\Fertilisers (organic)\Transformation +"nutrient supply from poultry manure, fresh","organic phosphorus fertiliser, as P2O5",material,Chemicals\Fertilisers (organic)\Transformation +"nutrient supply from poultry manure, fresh","organic potassium fertiliser, as K2O",material,Chemicals\Fertilisers (organic)\Transformation +nutrient supply from single superphosphate,"inorganic phosphorus fertiliser, as P2O5",material,Chemicals\Fertilisers (inorganic)\Transformation +nutrient supply from thomas meal,"inorganic phosphorus fertiliser, as P2O5",material,Chemicals\Fertilisers (inorganic)\Transformation +nutrient supply from triple superphosphate,"inorganic phosphorus fertiliser, as P2O5",material,Chemicals\Fertilisers (inorganic)\Transformation +nutrient supply from urea,"inorganic nitrogen fertiliser, as N",material,Chemicals\Fertilisers (inorganic)\Transformation +nutrient supply from urea ammonium nitrate mix,"inorganic nitrogen fertiliser, as N",material,Chemicals\Fertilisers (inorganic)\Transformation +"nutrient supply from vinasse, from fermentation of sugar beet","organic nitrogen fertiliser, as N",material,Chemicals\Fertilisers (organic)\Transformation +"nutrient supply from vinasse, from fermentation of sugar beet","organic phosphorus fertiliser, as P2O5",material,Chemicals\Fertilisers (organic)\Transformation +"nutrient supply from vinasse, from fermentation of sugar beet","organic potassium fertiliser, as K2O",material,Chemicals\Fertilisers (organic)\Transformation +"nutrient supply from vinasse, from fermentation of sugar beet molasses","organic nitrogen fertiliser, as N",material,Chemicals\Fertilisers (organic)\Transformation +"nutrient supply from vinasse, from fermentation of sugar beet molasses","organic phosphorus fertiliser, as P2O5",material,Chemicals\Fertilisers (organic)\Transformation +"nutrient supply from vinasse, from fermentation of sugar beet molasses","organic potassium fertiliser, as K2O",material,Chemicals\Fertilisers (organic)\Transformation +"nutrient supply from vinasse, from fermentation of sugarcane","organic nitrogen fertiliser, as N",material,Chemicals\Fertilisers (organic)\Transformation +"nutrient supply from vinasse, from fermentation of sugarcane","organic phosphorus fertiliser, as P2O5",material,Chemicals\Fertilisers (organic)\Transformation +"nutrient supply from vinasse, from fermentation of sugarcane","organic potassium fertiliser, as K2O",material,Chemicals\Fertilisers (organic)\Transformation +"nutrient supply from vinasse, from fermentation of sugarcane molasses","nitrogen fertiliser, as N",material,Others\Obsolete +"nutrient supply from vinasse, from fermentation of sugarcane molasses","phosphate fertiliser, as P2O5",material,Others\Obsolete +"nutrient supply from vinasse, from fermentation of sugarcane molasses","potassium fertiliser, as K2O",material,Others\Obsolete +"nutrient supply from vinasse, from fermentation of sweet sorghum","organic nitrogen fertiliser, as N",material,Chemicals\Fertilisers (organic)\Transformation +"nutrient supply from vinasse, from fermentation of sweet sorghum","organic phosphorus fertiliser, as P2O5",material,Chemicals\Fertilisers (organic)\Transformation +"nutrient supply from vinasse, from fermentation of sweet sorghum","organic potassium fertiliser, as K2O",material,Chemicals\Fertilisers (organic)\Transformation +"nvpf active material production, for sib battery",nvpf active material,material,Electronics\Battery\Transformation +nylon 6 production,nylon 6,material,Plastics\Thermoplasts\Transformation +"nylon 6 production, glass-filled","nylon 6, glass-filled",material,Plastics\Thermoplasts\Transformation +nylon 6-6 production,nylon 6-6,material,Plastics\Thermoplasts\Transformation +"nylon 6-6 production, glass-filled","nylon 6-6, glass-filled",material,Plastics\Thermoplasts\Transformation +o-aminophenol production,o-aminophenol,material,Chemicals\Organic\Transformation +o-chlorobenzaldehyde production,o-chlorobenzaldehyde,material,Chemicals\Organic\Transformation +o-chlorotoluene production,o-chlorotoluene,material,Chemicals\Organic\Transformation +o-cresol production,o-cresol,material,Chemicals\Organic\Transformation +o-nitrophenol production,o-nitrophenol,material,Chemicals\Organic\Transformation +o-phenylene diamine production,o-phenylene diamine,material,Others\Obsolete +oat grain production,oat grain,material,Agricultural\Animal feed\Transformation +oat grain production,oat grain,material,Agricultural\Animal feed\Transformation +oat grain production,straw,material,Agricultural\Animal feed\Transformation +oat grain production,straw,material,Agricultural\Animal feed\Transformation +oat grain production,oat grain,material,Agricultural\Animal feed\Transformation +oat grain production,oat grain,material,Agricultural\Animal feed\Transformation +oat grain production,oat grain,material,Agricultural\Animal feed\Transformation +oat grain production,oat grain,material,Agricultural\Animal feed\Transformation +oat grain production,oat grain,material,Agricultural\Animal feed\Transformation +oat grain production,oat grain,material,Agricultural\Animal feed\Transformation +oat grain production,oat grain,material,Agricultural\Animal feed\Transformation +oat grain production,oat grain,material,Agricultural\Animal feed\Transformation +"oat grain, feed production","oat grain, feed",material,Agricultural\Animal feed\Transformation +oat production,oat grain,material,Agricultural\Plant production\Cereals\Transformation +oat production,straw,material,Agricultural\Plant production\Roughage\Transformation +"oat seed production, for sowing","oat seed, for sowing",material,Agricultural\Plant seeds\Transformation +"oat seed production, Swiss integrated production, at farm","oat seed, Swiss integrated production, at farm",material,Agricultural\Plant seeds\Transformation +octabenzone production,octabenzone,material,Chemicals\Organic\Transformation +"offset printing, per kg printed paper","printed paper, offset",material,Paper+ Board\Graphic paper\Transformation +"offshore platform production, natural gas","offshore platform, natural gas",material,Fuels\Natural gas\Transformation\Infrastructure +"offshore platform production, petroleum","offshore platform, petroleum",material,Fuels\Oil\Crude oil\Transformation\Infrastructure +"offshore well production, oil/gas","offshore well, oil/gas",material,Fuels\Oil\Crude oil\Transformation\Infrastructure +"oil boiler production, 100kW","oil boiler, 100kW",energy,Heat\Oil\Transformation\Infrastructure +"oil boiler production, 10kW","oil boiler, 10kW",energy,Heat\Oil\Transformation\Infrastructure +oil mill construction,oil mill,material,Agricultural\Plant oils\Transformation\Infrastructure +"oil power plant construction, 500MW","oil power plant, 500MW",energy,Electricity by fuel\Oil\Transformation\Infrastructure +"oil storage production, 3000l","oil storage, 3000l",energy,Heat\Oil\Transformation\Infrastructure +olive production,olive,material,Agricultural\Plant production\Fruits\Transformation +on arable land recently transformed from shrubland,unknown land use,use,Others\Obsolete +onion production,onion,material,Agricultural\Plant production\Roots and tubers\Transformation +"onion seedling production, for planting","onion seedling, for planting",material,Agricultural\Plant seeds\Transformation +onshore natural gas field infrastructure production,onshore natural gas field infrastructure,material,Fuels\Natural gas\Transformation\Infrastructure +onshore petroleum field infrastructure construction,onshore petroleum field infrastructure,material,Fuels\Oil\Crude oil\Transformation\Infrastructure +"onshore well production, oil/gas","onshore well, oil/gas",material,Fuels\Oil\Crude oil\Transformation\Infrastructure +"open ground construction, on ground","open ground construction, on ground",energy,Electricity by fuel\Photovoltaic\Market\Infrastructure +"open ground construction, on ground, Mont Soleil","open ground construction, on ground, Mont Soleil",energy,Electricity by fuel\Photovoltaic\Market\Infrastructure +"operation, computer, desktop, with cathode ray tube display, active mode","operation, computer, desktop, with cathode ray tube display, active mode",use,Computers & network\Transformation +"operation, computer, desktop, with cathode ray tube display, home use","operation, computer, desktop, home use",use,Computers & network\Transformation +"operation, computer, desktop, with cathode ray tube display, off mode","operation, computer, desktop, with cathode ray tube display, off mode",use,Computers & network\Transformation +"operation, computer, desktop, with cathode ray tube display, office use","operation, computer, desktop, office use",use,Computers & network\Transformation +"operation, computer, desktop, with cathode ray tube display, standby mode","operation, computer, desktop, with cathode ray tube display, standby mode",use,Computers & network\Transformation +"operation, computer, desktop, with liquid crystal display, active mode","operation, computer, desktop, with liquid crystal display, active mode",use,Computers & network\Transformation +"operation, computer, desktop, with liquid crystal display, home use","operation, computer, desktop, home use",use,Computers & network\Transformation +"operation, computer, desktop, with liquid crystal display, off mode","operation, computer, desktop, with liquid crystal display, off mode",use,Computers & network\Transformation +"operation, computer, desktop, with liquid crystal display, office use","operation, computer, desktop, office use",use,Computers & network\Transformation +"operation, computer, desktop, with liquid crystal display, standby mode","operation, computer, desktop, with liquid crystal display, standby mode",use,Computers & network\Transformation +"operation, computer, laptop, 23% active work","operation, computer, laptop, 23% active work",use,Computers & network\Transformation +"operation, computer, laptop, 68% active work","operation, computer, laptop, 68% active work",use,Computers & network\Transformation +"operation, computer, laptop, 68% active work with internet access 0.2 Mbit/s","operation, computer, laptop, 68% active work with internet access 0.2 Mbit/s",use,Computers & network\Transformation +"operation, computer, laptop, 68% active work with internet access 0.2 Mbit/s, electricity from renewable energy products","operation, computer, laptop, 68% active work with internet access 0.2 Mbit/s, electricity from renewable energy products",use,Computers & network\Transformation +"operation, computer, laptop, 68% active work, electricity from renewable energy products","operation, computer, laptop, 68% active work, electricity from renewable energy products",use,Computers & network\Transformation +"operation, computer, laptop, active mode","operation, computer, laptop, active mode",use,Computers & network\Transformation +"operation, computer, laptop, off mode","operation, computer, laptop, off mode",use,Computers & network\Transformation +"operation, computer, laptop, standby/sleep mode","operation, computer, laptop, standby/sleep mode",use,Computers & network\Transformation +"operation, computer, laptop, video mode","operation, computer, laptop, video mode",use,Computers & network\Transformation +"operation, computer, laptop, video mode, electricity from renewable energy products","operation, computer, laptop, video mode, electricity from renewable energy products",use,Computers & network\Transformation +"operation, computer, laptop, videoconference","operation, computer, laptop, videoconference",use,Computers & network\Transformation +"operation, computer, laptop, videoconference, electricity from renewable energy products","operation, computer, laptop, videoconference, electricity from renewable energy products",use,Computers & network\Transformation +"operation, dried roughage store, air dried, solar","operation, dried roughage store, air dried, solar",processing,Agricultural\Transformation +"operation, dried roughage store, cold-air dried, conventional","operation, dried roughage store, cold-air dried, conventional",processing,Agricultural\Transformation +"operation, dried roughage store, non ventilated","operation, dried roughage store, non ventilated",processing,Agricultural\Transformation +"operation, housing system, cattle, loose","operation, housing system, cattle, loose, per animal unit",processing,Agricultural\Transformation +"operation, housing system, cattle, tied","operation, housing system, cattle, tied, per animal unit",processing,Agricultural\Transformation +"operation, housing system, pig, electricity from renewable energy products","operation, housing system, pig, per pig place, electricity from renewable energy products",processing,Agricultural\Transformation +"operation, housing system, pig, fully-slatted floor","operation, housing system, pig, fully-slatted floor, per pig place",processing,Agricultural\Transformation +"operation, intermodal shipping container, 20-foot","operation, intermodal shipping container",transport,Intermodal\Transformation +"operation, intermodal shipping container, 40-foot","operation, intermodal shipping container",transport,Intermodal\Transformation +"operation, intermodal shipping container, 40-foot, high-cube","operation, intermodal shipping container",transport,Intermodal\Transformation +"operation, intermodal shipping container, 45-foot, high-cube","operation, intermodal shipping container",transport,Intermodal\Transformation +"operation, internet access equipment","operation, internet access equipment",use,Computers & network\Transformation +"operation, internet access equipment, electricity from renewable energy products","operation, internet access equipment, electricity from renewable energy products",use,Computers & network\Transformation +"operation, internet access equipment, label-certified electricity","operation, internet access equipment, label-certified electricity",use,Others\Obsolete +"operation, liquid manure storage and processing facility","operation, liquid manure storage and processing facility",processing,Agricultural\Transformation\Infrastructure +"operation, printer, laser, black/white, per kg printed paper",printed paper,use,Computers & network\Transformation +"operation, printer, laser, colour, per kg printed paper",printed paper,use,Computers & network\Transformation +"operation, reefer, cooling, 40-foot, high-cube, carbon dioxide, liquid as refrigerant","operation, reefer, cooling",transport,Intermodal\Transformation +"operation, reefer, cooling, 40-foot, high-cube, R134a as refrigerant","operation, reefer, cooling",transport,Intermodal\Transformation +"operation, reefer, freezing, 40-foot, high-cube, carbon dioxide, liquid as refrigerant","operation, reefer, freezing",transport,Intermodal\Transformation +"operation, reefer, freezing, 40-foot, high-cube, R134a as refrigerant","operation, reefer, freezing",transport,Intermodal\Transformation +"operation, solar collector system, Cu flat plate collector, multiple dwelling, for hot water","heat, central or small-scale, other than natural gas",energy,Heat\Solar\Transformation +"operation, solar collector system, Cu flat plate collector, one-family house, for combined system","heat, central or small-scale, other than natural gas",energy,Heat\Solar\Transformation +"operation, solar collector system, Cu flat plate collector, one-family house, for hot water","heat, central or small-scale, other than natural gas",energy,Heat\Solar\Transformation +"operation, solar collector system, evacuated tube collector, one-family house, for combined system","heat, central or small-scale, other than natural gas",energy,Heat\Solar\Transformation +"optical brighteners production, for paper production","optical brighteners, for paper production",material,Chemicals\Others\Transformation +"orange production, fresh grade","orange, fresh grade",material,Agricultural\Plant production\Fruits\Transformation +"orange production, processing grade","orange, processing grade",material,Agricultural\Plant production\Fruits\Transformation +orbencarb production,orbencarb,material,Chemicals\Pesticides\Transformation +"organo-mineral sludge, Recycled Content cut-off",organo-mineral sludge,waste treatment,Others\Obsolete +"organophosphorus-compound production, unspecified","organophosphorus-compound, unspecified",material,Chemicals\Pesticides\Transformation +oriented strand board production,"bark chips, wet, measured as dry mass",material,Wood\Byproducts\Transformation +oriented strand board production,"residual wood, dry",material,Wood\Byproducts\Transformation +oriented strand board production,oriented strand board,material,Wood\Products\Transformation +ortho-phenylene diamine production,ortho-phenylene diamine,material,Chemicals\Organic\Transformation +orthophthalic acid based unsaturated polyester resin production,orthophthalic acid based unsaturated polyester resin,material,Plastics\Thermosets\Transformation +"other components, for electric lorry","other components, for electric lorry",transport,Road\Transformation\Infrastructure +"other components, for hybrid electric lorry","other components, for hybrid electric lorry",transport,Road\Transformation\Infrastructure +"outside air intake production, stainless steel, DN 370","outside air intake, stainless steel, DN 370",material,Construction\Ventilation\Transformation +overhead lines,overhead lines,transport,Road\Transformation\Infrastructure +oxalic acid production,oxalic acid,material,Chemicals\Acids (organic)\Transformation +oxidation of butane,"acetic acid, without water, in 98% solution state",material,Chemicals\Acids (organic)\Transformation +oxidation of butane,formic acid,material,Chemicals\Acids (organic)\Transformation +oxidation of butane,"acetone, liquid",material,Chemicals\Organic\Transformation +oxidation of butane,ethyl acetate,material,Chemicals\Organic\Transformation +oxidation of butane,methyl acetate,material,Chemicals\Organic\Transformation +oxidation of butane,methyl ethyl ketone,material,Chemicals\Organic\Transformation +oxidation of manganese dioxide,potassium permanganate,material,Chemicals\Inorganic\Transformation +oxidation of manganese dioxide,potassium carbonate,material,Others\Obsolete +oxidation of methanol,formaldehyde,material,Chemicals\Organic\Transformation +oxidation of methanol,"steam, in chemical industry",energy,Heat\Steam\Transformation +"oxygen tank production, for li-o2 battery",oxygen tank,material,Electronics\Battery\Transformation +"ozone production, liquid","ozone, liquid",material,Chemicals\Gases\Liquified\Transformation +p-chlorophenol production,p-chlorophenol,material,Chemicals\Organic\Transformation +p-nitrophenol production,p-nitrophenol,material,Chemicals\Organic\Transformation +p-nitrotoluene production,p-nitrotoluene,material,Chemicals\Organic\Transformation +p-phenylene diamine production,p-phenylene diamine,material,Chemicals\Organic\Transformation +"pack packaging, for li-o2 battery",pack packaging,material,Electronics\Battery\Transformation +packaging box factory construction,packaging box factory,material,Paper+ Board\Packagings\Transformation\Infrastructure +"packaging film production, low density polyethylene","packaging film, low density polyethylene",material,Plastics\Thermoplasts\Transformation +packaging glass factory construction,packaging glass factory,material,Glass\Packaging\Transformation\Infrastructure +"packaging glass production, brown","packaging glass, brown",material,Glass\Packaging\Transformation +"packaging glass production, brown, without cullet","packaging glass, brown",material,Glass\Packaging\Transformation +"packaging glass production, green","packaging glass, green",material,Glass\Packaging\Transformation +"packaging glass production, green, without cullet","packaging glass, green",material,Glass\Packaging\Transformation +"packaging glass production, white","packaging glass, white",material,Glass\Packaging\Transformation +"packaging glass production, white, without cullet","packaging glass, white",material,Glass\Packaging\Transformation +packaging glass sorting facility construction,packaging glass sorting facility,material,Glass\Waste glass\Transformation\Infrastructure +"packaging production for fertiliser, per kilogram of packed product","packaging, for fertilisers",material,Plastics\Thermoplasts\Transformation +"packaging production for liquid fertiliser or pesticide, per kilogram of packed product","packaging, for fertilisers or pesticides",material,Plastics\Thermoplasts\Transformation +"packaging production for pesticide, per kilogram of packed product","packaging, for pesticides",material,Plastics\Thermoplasts\Transformation +"packaging production for solid fertiliser or pesticide, per kilogram of packed product","packaging, for fertilisers or pesticides",material,Plastics\Thermoplasts\Transformation +"packaging production, for li-ion battery module","battery module packaging, li-ion",material,Electronics\Battery\Transformation +"packing, cement","packing, cement",processing,Others\Transformation +"packing, clay product","packing, clay product",processing,Others\Transformation +"packing, fibre cement product","packing, fibre cement product",processing,Others\Transformation +"packing, lime product","packing, lime product",processing,Others\Transformation +paclobutrazol production,paclobutrazol,material,Chemicals\Organic\Transformation +"paint production, for electrostatic painting for aluminium",electrostatic paint,material,Construction\Paints\Transformation +palladium to generic market for metal catalyst for catalytic converter,metal catalyst for catalytic converter,material,Chemicals\Organic\Market +palm date production,palm date,material,Agricultural\Plant production\Fruits\Transformation +"palm date production, conditioned and dried","energy feed, gross",material,Agricultural\Animal feed\Transformation +"palm date production, conditioned and dried","protein feed, 100% crude",material,Agricultural\Animal feed\Transformation +"palm date production, conditioned and dried","palm date, conditioned and dried",material,Agricultural\Plant production\Fruits\Transformation +"palm date production, conditioned and dried, organic","energy feed, gross",material,Agricultural\Animal feed\Transformation +"palm date production, conditioned and dried, organic","protein feed, 100% crude",material,Agricultural\Animal feed\Transformation +"palm date production, conditioned and dried, organic","palm date, conditioned and dried, organic",material,Agricultural\Plant production\Fruits\Transformation +"palm date production, organic","palm date, organic",material,Agricultural\Plant production\Fruits\Transformation +palm fruit bunch production,palm fruit bunch,material,Agricultural\Plant production\Fruits\Transformation +palm kernel meal to generic market for protein feed,"energy feed, gross",material,Agricultural\Animal feed\Market +palm kernel meal to generic market for protein feed,"protein feed, 100% crude",material,Agricultural\Animal feed\Market +palm oil mill operation,palm kernel meal,material,Agricultural\Animal feed\Transformation +palm oil mill operation,"palm kernel oil, crude",material,Agricultural\Plant oils\Transformation +palm oil mill operation,"palm oil, crude",material,Agricultural\Plant oils\Transformation +palm oil refinery operation,"palm oil, refined",material,Agricultural\Plant oils\Transformation +palm oil refinery operation,soap,material,Chemicals\Washing agents\Tensides\Transformation +"palm oil, refined, to generic market for vegetable oil, refined","vegetable oil, refined",material,Chemicals\Organic\Transformation +"panel glass production, for cathode ray tube display","panel glass, for cathode ray tube display",material,Electronics\Component\Transformation +papaya production,papaya,material,Agricultural\Plant production\Fruits\Transformation +paper machine production,paper machine,material,Paper+ Board\Graphic paper\Transformation\Infrastructure +"paper mill construction, integrated","paper mill, integrated",material,Paper+ Board\Graphic paper\Transformation\Infrastructure +"paper mill construction, non-integrated","paper mill, non-integrated",material,Paper+ Board\Graphic paper\Transformation\Infrastructure +"paper production, newsprint, recycled","paper, newsprint",material,Paper+ Board\Graphic paper\Transformation +"paper production, newsprint, virgin","paper, newsprint",material,Paper+ Board\Graphic paper\Transformation +"paper production, woodcontaining, lightweight coated","paper, woodcontaining, lightweight coated",material,Paper+ Board\Graphic paper\Transformation +"paper production, woodcontaining, supercalendered","paper, woodcontaining, supercalendered",material,Paper+ Board\Graphic paper\Transformation +"paper production, woodfree, coated, at integrated mill","paper, woodfree, coated",material,Paper+ Board\Graphic paper\Transformation +"paper production, woodfree, coated, at non-integrated mill","paper, woodfree, coated",material,Paper+ Board\Graphic paper\Transformation +"paper production, woodfree, uncoated, 100% recycled content, at non-integrated mill","paper, woodfree, uncoated",material,Others\Obsolete +"paper production, woodfree, uncoated, 30% recycled content, at integrated mill","paper, woodfree, uncoated",material,Paper+ Board\Graphic paper\Transformation +"paper production, woodfree, uncoated, 50% recycled content, at non-integrated mill","paper, woodfree, uncoated",material,Others\Obsolete +"paper production, woodfree, uncoated, at integrated mill","paper, woodfree, uncoated",material,Paper+ Board\Graphic paper\Transformation +"paper production, woodfree, uncoated, at non-integrated mill","paper, woodfree, uncoated",material,Paper+ Board\Graphic paper\Transformation +paper sack production,paper sack,material,Paper+ Board\Packagings\Transformation +para-phenylene diamine production,para-phenylene diamine,material,Chemicals\Organic\Transformation +paraffin production,paraffin,material,Chemicals\Organic\Transformation +paris market carrot production,paris market carrot,material,Agricultural\Plant production\Roots and tubers\Transformation +"particle board production, for indoor use","particle board, for indoor use",material,Others\Obsolete +"particle board production, for indoor use","wood chips, dry, measured as dry mass",material,Others\Obsolete +"particle board production, for outdoor use","particle board, for outdoor use",material,Others\Obsolete +"particle board production, for outdoor use","wood chips, dry, measured as dry mass",material,Others\Obsolete +"particle board production, uncoated, average glue mix","heat, district or industrial, other than natural gas",energy,Others\Obsolete +"particle board production, uncoated, average glue mix","particleboard, uncoated",material,Others\Obsolete +"particleboard production, cement bonded","particleboard, cement bonded",material,Wood\Products\Transformation +"particleboard production, uncoated, average glue mix","heat, district or industrial, other than natural gas",energy,Cogeneration\Oil\Transformation +"particleboard production, uncoated, average glue mix","particleboard, uncoated",material,Paper+ Board\Board\Transformation +"particleboard production, uncoated, average glue mix","bark chips, wet, measured as dry mass",material,Wood\Byproducts\Transformation +"particleboard production, uncoated, average glue mix","residual wood, dry",material,Wood\Byproducts\Transformation +"particleboard production, uncoated, from virgin wood","particleboard, uncoated",material,Paper+ Board\Board\Transformation +"passenger bus, battery electric - battery-equipped trolleybus, LTO battery, 13m single deck urban bus",passenger bus,transport,Road\Transformation\Infrastructure +"passenger bus, battery electric - battery-equipped trolleybus, LTO battery, 18m articulated urban bus",passenger bus,transport,Road\Transformation\Infrastructure +"passenger bus, battery electric - opportunity charging, LTO battery, 13m double deck urban bus",passenger bus,transport,Road\Transformation\Infrastructure +"passenger bus, battery electric - opportunity charging, LTO battery, 13m single deck urban bus",passenger bus,transport,Road\Transformation\Infrastructure +"passenger bus, battery electric - opportunity charging, LTO battery, 18m articulated urban bus",passenger bus,transport,Road\Transformation\Infrastructure +"passenger bus, battery electric - opportunity charging, LTO battery, 9m midibus",passenger bus,transport,Road\Transformation\Infrastructure +"passenger bus, battery electric - overnight charging, NMC-622 battery, 13m double deck urban bus",passenger bus,transport,Road\Transformation\Infrastructure +"passenger bus, battery electric - overnight charging, NMC-622 battery, 13m single deck urban bus",passenger bus,transport,Road\Transformation\Infrastructure +"passenger bus, battery electric - overnight charging, NMC-622 battery, 18m articulated urban bus",passenger bus,transport,Road\Transformation\Infrastructure +"passenger bus, battery electric - overnight charging, NMC-622 battery, 9m midibus",passenger bus,transport,Road\Transformation\Infrastructure +"Passenger bus, compressed gas, 13m double deck coach bus, EURO-III","passenger bus, EURO-III",transport,Road\Transformation\Infrastructure +"Passenger bus, compressed gas, 13m double deck coach bus, EURO-IV","passenger bus, EURO-IV",transport,Road\Transformation\Infrastructure +"Passenger bus, compressed gas, 13m double deck coach bus, EURO-V","passenger bus, EURO-V",transport,Road\Transformation\Infrastructure +"Passenger bus, compressed gas, 13m double deck coach bus, EURO-VI","passenger bus, EURO-VI",transport,Road\Transformation\Infrastructure +"Passenger bus, compressed gas, 13m double deck urban bus, EURO-III","passenger bus, EURO-III",transport,Road\Transformation\Infrastructure +"Passenger bus, compressed gas, 13m double deck urban bus, EURO-IV","passenger bus, EURO-IV",transport,Road\Transformation\Infrastructure +"Passenger bus, compressed gas, 13m double deck urban bus, EURO-V","passenger bus, EURO-V",transport,Road\Transformation\Infrastructure +"Passenger bus, compressed gas, 13m double deck urban bus, EURO-VI","passenger bus, EURO-VI",transport,Road\Transformation\Infrastructure +"Passenger bus, compressed gas, 13m single deck coach bus, EURO-III","passenger bus, EURO-III",transport,Road\Transformation\Infrastructure +"Passenger bus, compressed gas, 13m single deck coach bus, EURO-IV","passenger bus, EURO-IV",transport,Road\Transformation\Infrastructure +"Passenger bus, compressed gas, 13m single deck coach bus, EURO-V","passenger bus, EURO-V",transport,Road\Transformation\Infrastructure +"Passenger bus, compressed gas, 13m single deck coach bus, EURO-VI","passenger bus, EURO-VI",transport,Road\Transformation\Infrastructure +"Passenger bus, compressed gas, 13m single deck urban bus, EURO-III","passenger bus, EURO-III",transport,Road\Transformation\Infrastructure +"Passenger bus, compressed gas, 13m single deck urban bus, EURO-IV","passenger bus, EURO-IV",transport,Road\Transformation\Infrastructure +"Passenger bus, compressed gas, 13m single deck urban bus, EURO-V","passenger bus, EURO-V",transport,Road\Transformation\Infrastructure +"Passenger bus, compressed gas, 13m single deck urban bus, EURO-VI","passenger bus, EURO-VI",transport,Road\Transformation\Infrastructure +"Passenger bus, compressed gas, 18m articulated urban bus, EURO-III","passenger bus, EURO-III",transport,Road\Transformation\Infrastructure +"Passenger bus, compressed gas, 18m articulated urban bus, EURO-IV","passenger bus, EURO-IV",transport,Road\Transformation\Infrastructure +"Passenger bus, compressed gas, 18m articulated urban bus, EURO-V","passenger bus, EURO-V",transport,Road\Transformation\Infrastructure +"Passenger bus, compressed gas, 18m articulated urban bus, EURO-VI","passenger bus, EURO-VI",transport,Road\Transformation\Infrastructure +"Passenger bus, compressed gas, 9m midibus, EURO-III","passenger bus, EURO-III",transport,Road\Transformation\Infrastructure +"Passenger bus, compressed gas, 9m midibus, EURO-IV","passenger bus, EURO-IV",transport,Road\Transformation\Infrastructure +"Passenger bus, compressed gas, 9m midibus, EURO-V","passenger bus, EURO-V",transport,Road\Transformation\Infrastructure +"Passenger bus, compressed gas, 9m midibus, EURO-VI","passenger bus, EURO-VI",transport,Road\Transformation\Infrastructure +"Passenger bus, diesel hybrid, 13m double deck coach bus, EURO-VI","passenger bus, EURO-VI",transport,Road\Transformation\Infrastructure +"Passenger bus, diesel hybrid, 13m double deck urban bus, EURO-VI","passenger bus, EURO-VI",transport,Road\Transformation\Infrastructure +"Passenger bus, diesel hybrid, 13m single deck coach bus, EURO-VI","passenger bus, EURO-VI",transport,Road\Transformation\Infrastructure +"Passenger bus, diesel hybrid, 13m single deck urban bus, EURO-VI","passenger bus, EURO-VI",transport,Road\Transformation\Infrastructure +"Passenger bus, diesel hybrid, 18m articulated urban bus, EURO-VI","passenger bus, EURO-VI",transport,Road\Transformation\Infrastructure +"Passenger bus, diesel hybrid, 9m midibus, EURO-VI","passenger bus, EURO-VI",transport,Road\Transformation\Infrastructure +"Passenger bus, diesel, 13m double deck coach bus, EURO-III","passenger bus, EURO-III",transport,Road\Transformation\Infrastructure +"Passenger bus, diesel, 13m double deck coach bus, EURO-IV","passenger bus, EURO-IV",transport,Road\Transformation\Infrastructure +"Passenger bus, diesel, 13m double deck coach bus, EURO-V","passenger bus, EURO-V",transport,Road\Transformation\Infrastructure +"Passenger bus, diesel, 13m double deck coach bus, EURO-VI","passenger bus, EURO-VI",transport,Road\Transformation\Infrastructure +"Passenger bus, diesel, 13m double deck urban bus, EURO-III","passenger bus, EURO-III",transport,Road\Transformation\Infrastructure +"Passenger bus, diesel, 13m double deck urban bus, EURO-IV","passenger bus, EURO-IV",transport,Road\Transformation\Infrastructure +"Passenger bus, diesel, 13m double deck urban bus, EURO-V","passenger bus, EURO-V",transport,Road\Transformation\Infrastructure +"Passenger bus, diesel, 13m double deck urban bus, EURO-VI","passenger bus, EURO-VI",transport,Road\Transformation\Infrastructure +"Passenger bus, diesel, 13m single deck coach bus, EURO-III","passenger bus, EURO-III",transport,Road\Transformation\Infrastructure +"Passenger bus, diesel, 13m single deck coach bus, EURO-IV","passenger bus, EURO-IV",transport,Road\Transformation\Infrastructure +"Passenger bus, diesel, 13m single deck coach bus, EURO-V","passenger bus, EURO-V",transport,Road\Transformation\Infrastructure +"Passenger bus, diesel, 13m single deck coach bus, EURO-VI","passenger bus, EURO-VI",transport,Road\Transformation\Infrastructure +"Passenger bus, diesel, 13m single deck urban bus, EURO-III","passenger bus, EURO-III",transport,Road\Transformation\Infrastructure +"Passenger bus, diesel, 13m single deck urban bus, EURO-IV","passenger bus, EURO-IV",transport,Road\Transformation\Infrastructure +"Passenger bus, diesel, 13m single deck urban bus, EURO-V","passenger bus, EURO-V",transport,Road\Transformation\Infrastructure +"Passenger bus, diesel, 13m single deck urban bus, EURO-VI","passenger bus, EURO-VI",transport,Road\Transformation\Infrastructure +"Passenger bus, diesel, 18m articulated urban bus, EURO-III","passenger bus, EURO-III",transport,Road\Transformation\Infrastructure +"Passenger bus, diesel, 18m articulated urban bus, EURO-IV","passenger bus, EURO-IV",transport,Road\Transformation\Infrastructure +"Passenger bus, diesel, 18m articulated urban bus, EURO-V","passenger bus, EURO-V",transport,Road\Transformation\Infrastructure +"Passenger bus, diesel, 18m articulated urban bus, EURO-VI","passenger bus, EURO-VI",transport,Road\Transformation\Infrastructure +"Passenger bus, diesel, 9m midibus, EURO-III","passenger bus, EURO-III",transport,Road\Transformation\Infrastructure +"Passenger bus, diesel, 9m midibus, EURO-IV","passenger bus, EURO-IV",transport,Road\Transformation\Infrastructure +"Passenger bus, diesel, 9m midibus, EURO-V","passenger bus, EURO-V",transport,Road\Transformation\Infrastructure +"Passenger bus, diesel, 9m midibus, EURO-VI","passenger bus, EURO-VI",transport,Road\Transformation\Infrastructure +"passenger bus, fuel cell electric, 13m double deck coach bus",passenger bus,transport,Road\Transformation\Infrastructure +"passenger bus, fuel cell electric, 13m double deck urban bus",passenger bus,transport,Road\Transformation\Infrastructure +"passenger bus, fuel cell electric, 13m single deck coach bus",passenger bus,transport,Road\Transformation\Infrastructure +"passenger bus, fuel cell electric, 13m single deck urban bus",passenger bus,transport,Road\Transformation\Infrastructure +"passenger bus, fuel cell electric, 18m articulated urban bus",passenger bus,transport,Road\Transformation\Infrastructure +"passenger bus, fuel cell electric, 9m midibus",passenger bus,transport,Road\Transformation\Infrastructure +"passenger car production, diesel","passenger car, diesel",transport,Road\Transformation\Infrastructure +"passenger car production, electric, without battery","passenger car, electric, without battery",transport,Road\Transformation\Infrastructure +"passenger car production, petrol/natural gas","passenger car, petrol/natural gas",transport,Road\Transformation\Infrastructure +"passenger car, battery electric, NMC-622 battery, Large",passenger car,transport,Road\Transformation\Infrastructure +"passenger car, battery electric, NMC-622 battery, Large SUV",passenger car,transport,Road\Transformation\Infrastructure +"passenger car, battery electric, NMC-622 battery, Lower medium",passenger car,transport,Road\Transformation\Infrastructure +"passenger car, battery electric, NMC-622 battery, Medium",passenger car,transport,Road\Transformation\Infrastructure +"passenger car, battery electric, NMC-622 battery, Medium SUV",passenger car,transport,Road\Transformation\Infrastructure +"passenger car, battery electric, NMC-622 battery, Micro",passenger car,transport,Road\Transformation\Infrastructure +"passenger car, battery electric, NMC-622 battery, Mini",passenger car,transport,Road\Transformation\Infrastructure +"passenger car, battery electric, NMC-622 battery, Small",passenger car,transport,Road\Transformation\Infrastructure +"passenger car, battery electric, NMC-622 battery, Van",passenger car,transport,Road\Transformation\Infrastructure +"Passenger car, compressed gas, Large SUV, EURO-2","passenger car, EURO-2",transport,Road\Transformation\Infrastructure +"Passenger car, compressed gas, Large SUV, EURO-3","passenger car, EURO-3",transport,Road\Transformation\Infrastructure +"Passenger car, compressed gas, Large SUV, EURO-4","passenger car, EURO-4",transport,Road\Transformation\Infrastructure +"Passenger car, compressed gas, Large SUV, EURO-6ab","passenger car, EURO-6ab",transport,Road\Transformation\Infrastructure +"Passenger car, compressed gas, Large SUV, EURO-6d","passenger car, EURO-6d",transport,Road\Transformation\Infrastructure +"Passenger car, compressed gas, Large, EURO-2","passenger car, EURO-2",transport,Road\Transformation\Infrastructure +"Passenger car, compressed gas, Large, EURO-3","passenger car, EURO-3",transport,Road\Transformation\Infrastructure +"Passenger car, compressed gas, Large, EURO-4","passenger car, EURO-4",transport,Road\Transformation\Infrastructure +"Passenger car, compressed gas, Large, EURO-6ab","passenger car, EURO-6ab",transport,Road\Transformation\Infrastructure +"Passenger car, compressed gas, Large, EURO-6d","passenger car, EURO-6d",transport,Road\Transformation\Infrastructure +"Passenger car, compressed gas, Lower medium, EURO-2","passenger car, EURO-2",transport,Road\Transformation\Infrastructure +"Passenger car, compressed gas, Lower medium, EURO-3","passenger car, EURO-3",transport,Road\Transformation\Infrastructure +"Passenger car, compressed gas, Lower medium, EURO-4","passenger car, EURO-4",transport,Road\Transformation\Infrastructure +"Passenger car, compressed gas, Lower medium, EURO-6ab","passenger car, EURO-6ab",transport,Road\Transformation\Infrastructure +"Passenger car, compressed gas, Lower medium, EURO-6d","passenger car, EURO-6d",transport,Road\Transformation\Infrastructure +"Passenger car, compressed gas, Medium SUV, EURO-2","passenger car, EURO-2",transport,Road\Transformation\Infrastructure +"Passenger car, compressed gas, Medium SUV, EURO-3","passenger car, EURO-3",transport,Road\Transformation\Infrastructure +"Passenger car, compressed gas, Medium SUV, EURO-4","passenger car, EURO-4",transport,Road\Transformation\Infrastructure +"Passenger car, compressed gas, Medium SUV, EURO-6ab","passenger car, EURO-6ab",transport,Road\Transformation\Infrastructure +"Passenger car, compressed gas, Medium SUV, EURO-6d","passenger car, EURO-6d",transport,Road\Transformation\Infrastructure +"Passenger car, compressed gas, Medium, EURO-2","passenger car, EURO-2",transport,Road\Transformation\Infrastructure +"Passenger car, compressed gas, Medium, EURO-3","passenger car, EURO-3",transport,Road\Transformation\Infrastructure +"Passenger car, compressed gas, Medium, EURO-4","passenger car, EURO-4",transport,Road\Transformation\Infrastructure +"Passenger car, compressed gas, Medium, EURO-6ab","passenger car, EURO-6ab",transport,Road\Transformation\Infrastructure +"Passenger car, compressed gas, Medium, EURO-6d","passenger car, EURO-6d",transport,Road\Transformation\Infrastructure +"Passenger car, compressed gas, Mini, EURO-2","passenger car, EURO-2",transport,Road\Transformation\Infrastructure +"Passenger car, compressed gas, Mini, EURO-3","passenger car, EURO-3",transport,Road\Transformation\Infrastructure +"Passenger car, compressed gas, Mini, EURO-4","passenger car, EURO-4",transport,Road\Transformation\Infrastructure +"Passenger car, compressed gas, Mini, EURO-6ab","passenger car, EURO-6ab",transport,Road\Transformation\Infrastructure +"Passenger car, compressed gas, Mini, EURO-6d","passenger car, EURO-6d",transport,Road\Transformation\Infrastructure +"Passenger car, compressed gas, Small, EURO-2","passenger car, EURO-2",transport,Road\Transformation\Infrastructure +"Passenger car, compressed gas, Small, EURO-3","passenger car, EURO-3",transport,Road\Transformation\Infrastructure +"Passenger car, compressed gas, Small, EURO-4","passenger car, EURO-4",transport,Road\Transformation\Infrastructure +"Passenger car, compressed gas, Small, EURO-6ab","passenger car, EURO-6ab",transport,Road\Transformation\Infrastructure +"Passenger car, compressed gas, Small, EURO-6d","passenger car, EURO-6d",transport,Road\Transformation\Infrastructure +"Passenger car, compressed gas, Van, EURO-2","passenger car, EURO-2",transport,Road\Transformation\Infrastructure +"Passenger car, compressed gas, Van, EURO-3","passenger car, EURO-3",transport,Road\Transformation\Infrastructure +"Passenger car, compressed gas, Van, EURO-4","passenger car, EURO-4",transport,Road\Transformation\Infrastructure +"Passenger car, compressed gas, Van, EURO-6ab","passenger car, EURO-6ab",transport,Road\Transformation\Infrastructure +"Passenger car, compressed gas, Van, EURO-6d","passenger car, EURO-6d",transport,Road\Transformation\Infrastructure +"Passenger car, diesel hybrid, Large SUV, EURO-6ab","passenger car, EURO-6ab",transport,Road\Transformation\Infrastructure +"Passenger car, diesel hybrid, Large SUV, EURO-6d","passenger car, EURO-6d",transport,Road\Transformation\Infrastructure +"Passenger car, diesel hybrid, Large, EURO-6ab","passenger car, EURO-6ab",transport,Road\Transformation\Infrastructure +"Passenger car, diesel hybrid, Large, EURO-6d","passenger car, EURO-6d",transport,Road\Transformation\Infrastructure +"Passenger car, diesel hybrid, Lower medium, EURO-6ab","passenger car, EURO-6ab",transport,Road\Transformation\Infrastructure +"Passenger car, diesel hybrid, Lower medium, EURO-6d","passenger car, EURO-6d",transport,Road\Transformation\Infrastructure +"Passenger car, diesel hybrid, Medium SUV, EURO-6ab","passenger car, EURO-6ab",transport,Road\Transformation\Infrastructure +"Passenger car, diesel hybrid, Medium SUV, EURO-6d","passenger car, EURO-6d",transport,Road\Transformation\Infrastructure +"Passenger car, diesel hybrid, Medium, EURO-6ab","passenger car, EURO-6ab",transport,Road\Transformation\Infrastructure +"Passenger car, diesel hybrid, Medium, EURO-6d","passenger car, EURO-6d",transport,Road\Transformation\Infrastructure +"Passenger car, diesel hybrid, Mini, EURO-6ab","passenger car, EURO-6ab",transport,Road\Transformation\Infrastructure +"Passenger car, diesel hybrid, Mini, EURO-6d","passenger car, EURO-6d",transport,Road\Transformation\Infrastructure +"Passenger car, diesel hybrid, Small, EURO-6ab","passenger car, EURO-6ab",transport,Road\Transformation\Infrastructure +"Passenger car, diesel hybrid, Small, EURO-6d","passenger car, EURO-6d",transport,Road\Transformation\Infrastructure +"Passenger car, diesel hybrid, Van, EURO-6ab","passenger car, EURO-6ab",transport,Road\Transformation\Infrastructure +"Passenger car, diesel hybrid, Van, EURO-6d","passenger car, EURO-6d",transport,Road\Transformation\Infrastructure +"Passenger car, diesel, Large SUV, EURO-2","passenger car, EURO-2",transport,Road\Transformation\Infrastructure +"Passenger car, diesel, Large SUV, EURO-3","passenger car, EURO-3",transport,Road\Transformation\Infrastructure +"Passenger car, diesel, Large SUV, EURO-4","passenger car, EURO-4",transport,Road\Transformation\Infrastructure +"Passenger car, diesel, Large SUV, EURO-6ab","passenger car, EURO-6ab",transport,Road\Transformation\Infrastructure +"Passenger car, diesel, Large SUV, EURO-6d","passenger car, EURO-6d",transport,Road\Transformation\Infrastructure +"Passenger car, diesel, Large, EURO-2","passenger car, EURO-2",transport,Road\Transformation\Infrastructure +"Passenger car, diesel, Large, EURO-3","passenger car, EURO-3",transport,Road\Transformation\Infrastructure +"Passenger car, diesel, Large, EURO-4","passenger car, EURO-4",transport,Road\Transformation\Infrastructure +"Passenger car, diesel, Large, EURO-6ab","passenger car, EURO-6ab",transport,Road\Transformation\Infrastructure +"Passenger car, diesel, Large, EURO-6d","passenger car, EURO-6d",transport,Road\Transformation\Infrastructure +"Passenger car, diesel, Lower medium, EURO-2","passenger car, EURO-2",transport,Road\Transformation\Infrastructure +"Passenger car, diesel, Lower medium, EURO-3","passenger car, EURO-3",transport,Road\Transformation\Infrastructure +"Passenger car, diesel, Lower medium, EURO-4","passenger car, EURO-4",transport,Road\Transformation\Infrastructure +"Passenger car, diesel, Lower medium, EURO-6ab","passenger car, EURO-6ab",transport,Road\Transformation\Infrastructure +"Passenger car, diesel, Lower medium, EURO-6d","passenger car, EURO-6d",transport,Road\Transformation\Infrastructure +"Passenger car, diesel, Medium SUV, EURO-2","passenger car, EURO-2",transport,Road\Transformation\Infrastructure +"Passenger car, diesel, Medium SUV, EURO-3","passenger car, EURO-3",transport,Road\Transformation\Infrastructure +"Passenger car, diesel, Medium SUV, EURO-4","passenger car, EURO-4",transport,Road\Transformation\Infrastructure +"Passenger car, diesel, Medium SUV, EURO-6ab","passenger car, EURO-6ab",transport,Road\Transformation\Infrastructure +"Passenger car, diesel, Medium SUV, EURO-6d","passenger car, EURO-6d",transport,Road\Transformation\Infrastructure +"Passenger car, diesel, Medium, EURO-2","passenger car, EURO-2",transport,Road\Transformation\Infrastructure +"Passenger car, diesel, Medium, EURO-3","passenger car, EURO-3",transport,Road\Transformation\Infrastructure +"Passenger car, diesel, Medium, EURO-4","passenger car, EURO-4",transport,Road\Transformation\Infrastructure +"Passenger car, diesel, Medium, EURO-6ab","passenger car, EURO-6ab",transport,Road\Transformation\Infrastructure +"Passenger car, diesel, Medium, EURO-6d","passenger car, EURO-6d",transport,Road\Transformation\Infrastructure +"Passenger car, diesel, Mini, EURO-2","passenger car, EURO-2",transport,Road\Transformation\Infrastructure +"Passenger car, diesel, Mini, EURO-3","passenger car, EURO-3",transport,Road\Transformation\Infrastructure +"Passenger car, diesel, Mini, EURO-4","passenger car, EURO-4",transport,Road\Transformation\Infrastructure +"Passenger car, diesel, Mini, EURO-6ab","passenger car, EURO-6ab",transport,Road\Transformation\Infrastructure +"Passenger car, diesel, Mini, EURO-6d","passenger car, EURO-6d",transport,Road\Transformation\Infrastructure +"Passenger car, diesel, Small, EURO-2","passenger car, EURO-2",transport,Road\Transformation\Infrastructure +"Passenger car, diesel, Small, EURO-3","passenger car, EURO-3",transport,Road\Transformation\Infrastructure +"Passenger car, diesel, Small, EURO-4","passenger car, EURO-4",transport,Road\Transformation\Infrastructure +"Passenger car, diesel, Small, EURO-6ab","passenger car, EURO-6ab",transport,Road\Transformation\Infrastructure +"Passenger car, diesel, Small, EURO-6d","passenger car, EURO-6d",transport,Road\Transformation\Infrastructure +"Passenger car, diesel, Van, EURO-2","passenger car, EURO-2",transport,Road\Transformation\Infrastructure +"Passenger car, diesel, Van, EURO-3","passenger car, EURO-3",transport,Road\Transformation\Infrastructure +"Passenger car, diesel, Van, EURO-4","passenger car, EURO-4",transport,Road\Transformation\Infrastructure +"Passenger car, diesel, Van, EURO-6ab","passenger car, EURO-6ab",transport,Road\Transformation\Infrastructure +"Passenger car, diesel, Van, EURO-6d","passenger car, EURO-6d",transport,Road\Transformation\Infrastructure +"passenger car, fuel cell electric, Large",passenger car,transport,Road\Transformation\Infrastructure +"passenger car, fuel cell electric, Large SUV",passenger car,transport,Road\Transformation\Infrastructure +"passenger car, fuel cell electric, Lower medium",passenger car,transport,Road\Transformation\Infrastructure +"passenger car, fuel cell electric, Medium",passenger car,transport,Road\Transformation\Infrastructure +"passenger car, fuel cell electric, Medium SUV",passenger car,transport,Road\Transformation\Infrastructure +"passenger car, fuel cell electric, Mini",passenger car,transport,Road\Transformation\Infrastructure +"passenger car, fuel cell electric, Small",passenger car,transport,Road\Transformation\Infrastructure +"passenger car, fuel cell electric, Van",passenger car,transport,Road\Transformation\Infrastructure +"Passenger car, gasoline hybrid, Large SUV, EURO-6ab","passenger car, EURO-6ab",transport,Road\Transformation\Infrastructure +"Passenger car, gasoline hybrid, Large SUV, EURO-6d","passenger car, EURO-6d",transport,Road\Transformation\Infrastructure +"Passenger car, gasoline hybrid, Large, EURO-6ab","passenger car, EURO-6ab",transport,Road\Transformation\Infrastructure +"Passenger car, gasoline hybrid, Large, EURO-6d","passenger car, EURO-6d",transport,Road\Transformation\Infrastructure +"Passenger car, gasoline hybrid, Lower medium, EURO-6ab","passenger car, EURO-6ab",transport,Road\Transformation\Infrastructure +"Passenger car, gasoline hybrid, Lower medium, EURO-6d","passenger car, EURO-6d",transport,Road\Transformation\Infrastructure +"Passenger car, gasoline hybrid, Medium SUV, EURO-6ab","passenger car, EURO-6ab",transport,Road\Transformation\Infrastructure +"Passenger car, gasoline hybrid, Medium SUV, EURO-6d","passenger car, EURO-6d",transport,Road\Transformation\Infrastructure +"Passenger car, gasoline hybrid, Medium, EURO-6ab","passenger car, EURO-6ab",transport,Road\Transformation\Infrastructure +"Passenger car, gasoline hybrid, Medium, EURO-6d","passenger car, EURO-6d",transport,Road\Transformation\Infrastructure +"Passenger car, gasoline hybrid, Mini, EURO-6ab","passenger car, EURO-6ab",transport,Road\Transformation\Infrastructure +"Passenger car, gasoline hybrid, Mini, EURO-6d","passenger car, EURO-6d",transport,Road\Transformation\Infrastructure +"Passenger car, gasoline hybrid, Small, EURO-6ab","passenger car, EURO-6ab",transport,Road\Transformation\Infrastructure +"Passenger car, gasoline hybrid, Small, EURO-6d","passenger car, EURO-6d",transport,Road\Transformation\Infrastructure +"Passenger car, gasoline hybrid, Van, EURO-6ab","passenger car, EURO-6ab",transport,Road\Transformation\Infrastructure +"Passenger car, gasoline hybrid, Van, EURO-6d","passenger car, EURO-6d",transport,Road\Transformation\Infrastructure +"Passenger car, gasoline, Large SUV, EURO-2","passenger car, EURO-2",transport,Road\Transformation\Infrastructure +"Passenger car, gasoline, Large SUV, EURO-3","passenger car, EURO-3",transport,Road\Transformation\Infrastructure +"Passenger car, gasoline, Large SUV, EURO-4","passenger car, EURO-4",transport,Road\Transformation\Infrastructure +"Passenger car, gasoline, Large SUV, EURO-6ab","passenger car, EURO-6ab",transport,Road\Transformation\Infrastructure +"Passenger car, gasoline, Large SUV, EURO-6d","passenger car, EURO-6d",transport,Road\Transformation\Infrastructure +"Passenger car, gasoline, Large, EURO-2","passenger car, EURO-2",transport,Road\Transformation\Infrastructure +"Passenger car, gasoline, Large, EURO-3","passenger car, EURO-3",transport,Road\Transformation\Infrastructure +"Passenger car, gasoline, Large, EURO-4","passenger car, EURO-4",transport,Road\Transformation\Infrastructure +"Passenger car, gasoline, Large, EURO-6ab","passenger car, EURO-6ab",transport,Road\Transformation\Infrastructure +"Passenger car, gasoline, Large, EURO-6d","passenger car, EURO-6d",transport,Road\Transformation\Infrastructure +"Passenger car, gasoline, Lower medium, EURO-2","passenger car, EURO-2",transport,Road\Transformation\Infrastructure +"Passenger car, gasoline, Lower medium, EURO-3","passenger car, EURO-3",transport,Road\Transformation\Infrastructure +"Passenger car, gasoline, Lower medium, EURO-4","passenger car, EURO-4",transport,Road\Transformation\Infrastructure +"Passenger car, gasoline, Lower medium, EURO-6ab","passenger car, EURO-6ab",transport,Road\Transformation\Infrastructure +"Passenger car, gasoline, Lower medium, EURO-6d","passenger car, EURO-6d",transport,Road\Transformation\Infrastructure +"Passenger car, gasoline, Medium SUV, EURO-2","passenger car, EURO-2",transport,Road\Transformation\Infrastructure +"Passenger car, gasoline, Medium SUV, EURO-3","passenger car, EURO-3",transport,Road\Transformation\Infrastructure +"Passenger car, gasoline, Medium SUV, EURO-4","passenger car, EURO-4",transport,Road\Transformation\Infrastructure +"Passenger car, gasoline, Medium SUV, EURO-6ab","passenger car, EURO-6ab",transport,Road\Transformation\Infrastructure +"Passenger car, gasoline, Medium SUV, EURO-6d","passenger car, EURO-6d",transport,Road\Transformation\Infrastructure +"Passenger car, gasoline, Medium, EURO-2","passenger car, EURO-2",transport,Road\Transformation\Infrastructure +"Passenger car, gasoline, Medium, EURO-3","passenger car, EURO-3",transport,Road\Transformation\Infrastructure +"Passenger car, gasoline, Medium, EURO-4","passenger car, EURO-4",transport,Road\Transformation\Infrastructure +"Passenger car, gasoline, Medium, EURO-6ab","passenger car, EURO-6ab",transport,Road\Transformation\Infrastructure +"Passenger car, gasoline, Medium, EURO-6d","passenger car, EURO-6d",transport,Road\Transformation\Infrastructure +"Passenger car, gasoline, Mini, EURO-2","passenger car, EURO-2",transport,Road\Transformation\Infrastructure +"Passenger car, gasoline, Mini, EURO-3","passenger car, EURO-3",transport,Road\Transformation\Infrastructure +"Passenger car, gasoline, Mini, EURO-4","passenger car, EURO-4",transport,Road\Transformation\Infrastructure +"Passenger car, gasoline, Mini, EURO-6ab","passenger car, EURO-6ab",transport,Road\Transformation\Infrastructure +"Passenger car, gasoline, Mini, EURO-6d","passenger car, EURO-6d",transport,Road\Transformation\Infrastructure +"Passenger car, gasoline, Small, EURO-2","passenger car, EURO-2",transport,Road\Transformation\Infrastructure +"Passenger car, gasoline, Small, EURO-3","passenger car, EURO-3",transport,Road\Transformation\Infrastructure +"Passenger car, gasoline, Small, EURO-4","passenger car, EURO-4",transport,Road\Transformation\Infrastructure +"Passenger car, gasoline, Small, EURO-6ab","passenger car, EURO-6ab",transport,Road\Transformation\Infrastructure +"Passenger car, gasoline, Small, EURO-6d","passenger car, EURO-6d",transport,Road\Transformation\Infrastructure +"Passenger car, gasoline, Van, EURO-2","passenger car, EURO-2",transport,Road\Transformation\Infrastructure +"Passenger car, gasoline, Van, EURO-3","passenger car, EURO-3",transport,Road\Transformation\Infrastructure +"Passenger car, gasoline, Van, EURO-4","passenger car, EURO-4",transport,Road\Transformation\Infrastructure +"Passenger car, gasoline, Van, EURO-6ab","passenger car, EURO-6ab",transport,Road\Transformation\Infrastructure +"Passenger car, gasoline, Van, EURO-6d","passenger car, EURO-6d",transport,Road\Transformation\Infrastructure +"Passenger car, plugin diesel hybrid, Large SUV, EURO-6ab","passenger car, EURO-6ab",transport,Road\Transformation\Infrastructure +"Passenger car, plugin diesel hybrid, Large SUV, EURO-6d","passenger car, EURO-6d",transport,Road\Transformation\Infrastructure +"Passenger car, plugin diesel hybrid, Large, EURO-6ab","passenger car, EURO-6ab",transport,Road\Transformation\Infrastructure +"Passenger car, plugin diesel hybrid, Large, EURO-6d","passenger car, EURO-6d",transport,Road\Transformation\Infrastructure +"Passenger car, plugin diesel hybrid, Lower medium, EURO-6ab","passenger car, EURO-6ab",transport,Road\Transformation\Infrastructure +"Passenger car, plugin diesel hybrid, Lower medium, EURO-6d","passenger car, EURO-6d",transport,Road\Transformation\Infrastructure +"Passenger car, plugin diesel hybrid, Medium SUV, EURO-6ab","passenger car, EURO-6ab",transport,Road\Transformation\Infrastructure +"Passenger car, plugin diesel hybrid, Medium SUV, EURO-6d","passenger car, EURO-6d",transport,Road\Transformation\Infrastructure +"Passenger car, plugin diesel hybrid, Medium, EURO-6ab","passenger car, EURO-6ab",transport,Road\Transformation\Infrastructure +"Passenger car, plugin diesel hybrid, Medium, EURO-6d","passenger car, EURO-6d",transport,Road\Transformation\Infrastructure +"Passenger car, plugin diesel hybrid, Mini, EURO-6ab","passenger car, EURO-6ab",transport,Road\Transformation\Infrastructure +"Passenger car, plugin diesel hybrid, Mini, EURO-6d","passenger car, EURO-6d",transport,Road\Transformation\Infrastructure +"Passenger car, plugin diesel hybrid, Small, EURO-6ab","passenger car, EURO-6ab",transport,Road\Transformation\Infrastructure +"Passenger car, plugin diesel hybrid, Small, EURO-6d","passenger car, EURO-6d",transport,Road\Transformation\Infrastructure +"Passenger car, plugin diesel hybrid, Van, EURO-6ab","passenger car, EURO-6ab",transport,Road\Transformation\Infrastructure +"Passenger car, plugin diesel hybrid, Van, EURO-6d","passenger car, EURO-6d",transport,Road\Transformation\Infrastructure +"Passenger car, plugin gasoline hybrid, Large SUV, EURO-6ab","passenger car, EURO-6ab",transport,Road\Transformation\Infrastructure +"Passenger car, plugin gasoline hybrid, Large SUV, EURO-6d","passenger car, EURO-6d",transport,Road\Transformation\Infrastructure +"Passenger car, plugin gasoline hybrid, Large, EURO-6ab","passenger car, EURO-6ab",transport,Road\Transformation\Infrastructure +"Passenger car, plugin gasoline hybrid, Large, EURO-6d","passenger car, EURO-6d",transport,Road\Transformation\Infrastructure +"Passenger car, plugin gasoline hybrid, Lower medium, EURO-6ab","passenger car, EURO-6ab",transport,Road\Transformation\Infrastructure +"Passenger car, plugin gasoline hybrid, Lower medium, EURO-6d","passenger car, EURO-6d",transport,Road\Transformation\Infrastructure +"Passenger car, plugin gasoline hybrid, Medium SUV, EURO-6ab","passenger car, EURO-6ab",transport,Road\Transformation\Infrastructure +"Passenger car, plugin gasoline hybrid, Medium SUV, EURO-6d","passenger car, EURO-6d",transport,Road\Transformation\Infrastructure +"Passenger car, plugin gasoline hybrid, Medium, EURO-6ab","passenger car, EURO-6ab",transport,Road\Transformation\Infrastructure +"Passenger car, plugin gasoline hybrid, Medium, EURO-6d","passenger car, EURO-6d",transport,Road\Transformation\Infrastructure +"Passenger car, plugin gasoline hybrid, Mini, EURO-6ab","passenger car, EURO-6ab",transport,Road\Transformation\Infrastructure +"Passenger car, plugin gasoline hybrid, Mini, EURO-6d","passenger car, EURO-6d",transport,Road\Transformation\Infrastructure +"Passenger car, plugin gasoline hybrid, Small, EURO-6ab","passenger car, EURO-6ab",transport,Road\Transformation\Infrastructure +"Passenger car, plugin gasoline hybrid, Small, EURO-6d","passenger car, EURO-6d",transport,Road\Transformation\Infrastructure +"Passenger car, plugin gasoline hybrid, Van, EURO-6ab","passenger car, EURO-6ab",transport,Road\Transformation\Infrastructure +"Passenger car, plugin gasoline hybrid, Van, EURO-6d","passenger car, EURO-6d",transport,Road\Transformation\Infrastructure +"patagonian grenadier, capture by trawler and landing in fish blocks, frozen","fishmeal, 63-65% protein",material,Agricultural\Animal feed\Transformation +"patagonian grenadier, capture by trawler and landing in fish blocks, frozen","fish block, hake",material,Agricultural\Animal production\Fish\Transformation +"pea seed production, for sowing","pea seed, for sowing",material,Agricultural\Plant seeds\Transformation +"pea seed production, organic, for sowing","pea seed, organic, for sowing",material,Agricultural\Plant seeds\Transformation +peach production,peach,material,Agricultural\Plant production\Fruits\Transformation +peanut production,peanut,material,Agricultural\Food\Transformation +"peanut production, reduced tillage",peanut,material,Agricultural\Food\Transformation +"peanut seed production, at farm","peanut seed, at farm",material,Agricultural\Plant seeds\Transformation +"peanut seed production, for sowing","peanut seed, for sowing",material,Agricultural\Plant seeds\Transformation +pear production,pear,material,Agricultural\Plant production\Fruits\Transformation +"peat moss production, horticultural use",peat moss,material,Agricultural\Intermediate products\Transformation +peat production,peat,material,Fuels\Peat\Transformation +pendimethalin production,pendimethalin,material,Chemicals\Pesticides\Transformation +pentaerythritol production in sodium hydroxide solution,pentaerythritol,material,Chemicals\Organic\Transformation +pentaerythritol production in sodium hydroxide solution,sodium formate,material,Chemicals\Organic\Transformation +pentane production,pentane,material,Chemicals\Organic\Transformation +"pentanols production, hydroformylation of butene",2-methyl-1-butanol,material,Chemicals\Organic\Transformation +"pentanols production, hydroformylation of butene",3-methyl-1-butanol,material,Chemicals\Organic\Transformation +"pentanols production, hydroformylation of butene",3-methyl-1-butanol,material,Chemicals\Organic\Transformation +"pentanols production, hydroformylation of butene",2-methyl-1-butanol,material,Chemicals\Organic\Transformation +"pentanols production, hydroformylation of butene",1-pentanol,material,Chemicals\Organic\Transformation +"pentanols production, hydroformylation of butene",1-pentanol,material,Chemicals\Organic\Transformation +perfluoropentane production,perfluoropentane,material,Chemicals\Inorganic\Transformation +perlite quarry operation,perlite,material,Minerals\Transformation +"permanent magnet production, for electric motor","permanent magnet, for electric motor",material,Electronics\Component\Transformation +"pesticide production, unspecified","pesticide, unspecified",material,Chemicals\Pesticides\Transformation +petrol blending for two-stroke engines,"petrol, two-stroke blend",material,Fuels\Oil\Petrol\Transformation +"petrol production, 15% ETBE additive by volume, with ethanol from biomass","petrol, 15% ETBE additive by volume, with ethanol from biomass",material,Fuels\Oil\Petrol\Transformation +"petrol production, 4% ETBE additive by volume, with ethanol from biomass","petrol, 4% ETBE additive by volume, with ethanol from biomass",material,Fuels\Oil\Petrol\Transformation +"petrol production, 5% ethanol by volume from biomass","petrol, 5% ethanol by volume from biomass",material,Fuels\Oil\Petrol\Transformation +"petrol production, 85% ethanol by volume from biomass","petrol, 85% ethanol by volume from biomass",material,Fuels\Oil\Petrol\Transformation +"petrol production, low-sulfur","petrol, low-sulfur",material,Fuels\Oil\Petrol\Transformation +"petrol production, unleaded, petroleum refinery operation","petrol, unleaded",material,Fuels\Oil\Petrol\Transformation +"petrol, low-sulfur, import from Europe","petrol, low-sulfur",material,Fuels\Oil\Petrol\Market\Import +"petrol, unleaded, burned in machinery","petrol, unleaded, burned in machinery",material,Fuels\Oil\Petrol\Transformation +"petrol, unleaded, import from RoW","petrol, unleaded",material,Fuels\Oil\Petrol\Market\Import +"petroleum and gas production, off-shore","natural gas, high pressure",material,Others\Obsolete +"petroleum and gas production, off-shore",petroleum,material,Others\Obsolete +"petroleum and gas production, offshore","natural gas, high pressure",material,Fuels\Natural gas\Market +"petroleum and gas production, offshore",petroleum,material,Fuels\Oil\Crude oil\Transformation +"petroleum and gas production, on-shore","natural gas, high pressure",material,Others\Obsolete +"petroleum and gas production, on-shore",petroleum,material,Others\Obsolete +"petroleum and gas production, onshore","natural gas, high pressure",material,Fuels\Natural gas\Market +"petroleum and gas production, onshore",petroleum,material,Fuels\Oil\Crude oil\Transformation +"petroleum coke production, petroleum refinery operation",petroleum coke,material,Fuels\Coal\Transformation +petroleum coke to generic market for coke,coke,material,Fuels\Coal\Market +"petroleum combustion, in drilling tests","petroleum combustion, in drilling tests",material,Fuels\Oil\Crude oil\Transformation\Infrastructure +"petroleum production, onshore",petroleum,material,Others\Obsolete +petroleum refinery construction,petroleum refinery,material,Fuels\Oil\Crude oil\Transformation\Infrastructure +petroleum refinery operation,sulfur,material,Chemicals\Inorganic\Transformation +petroleum refinery operation,pitch,material,Construction\Sealing\Transformation +petroleum refinery operation,"electricity, high voltage",energy,Electricity by fuel\Oil\Transformation +petroleum refinery operation,refinery gas,material,Fuels\Natural gas\Transformation +petroleum refinery operation,diesel,material,Fuels\Oil\Diesel\Transformation +petroleum refinery operation,heavy fuel oil,material,Fuels\Oil\Fuel oil\Transformation +petroleum refinery operation,light fuel oil,material,Fuels\Oil\Fuel oil\Transformation +petroleum refinery operation,kerosene,material,Fuels\Oil\Kerosene\Market\Import +petroleum refinery operation,naphtha,material,Fuels\Oil\Naphtha\Transformation +petroleum refinery operation,"petrol, unleaded",material,Fuels\Oil\Petrol\Transformation +petroleum refinery operation,liquefied petroleum gas,material,Fuels\Oil\Propane/butane\Transformation +petroleum refinery operation,petroleum coke,material,Others\Obsolete +"petroleum slack wax production, petroleum refinery operation",petroleum slack wax,material,Chemicals\Others\Transformation +phenol production,"acetone, liquid",material,Others\Obsolete +phenol production,phenol,material,Others\Obsolete +"phenol production, cumene oxidation","acetone, liquid",material,Others\Obsolete +"phenol production, cumene oxidation","acetone, liquid",material,Others\Obsolete +"phenol production, cumene oxidation",phenol,material,Others\Obsolete +"phenol production, cumene oxidation",phenol,material,Others\Obsolete +"phenol production, from cumene","acetone, liquid",material,Chemicals\Organic\Transformation +"phenol production, from cumene",phenol,material,Chemicals\Organic\Transformation +phenolic resin production,phenolic resin,material,Chemicals\Organic\Transformation +phenoxy-compound production,phenoxy-compound,material,Chemicals\Pesticides\Transformation +phenyl acetic acid production,phenyl acetic acid,material,Chemicals\Acids (organic)\Transformation +phenyl isocyanate production,phenyl isocyanate,material,Chemicals\Acids (organic)\Transformation +"phosgene production, liquid","phosgene, liquid",material,Chemicals\Organic\Transformation +phosphane production,phosphane,material,Chemicals\Inorganic\Transformation +phosphate rock beneficiation,"phosphate rock, beneficiated",material,Chemicals\Inorganic\Transformation +"phosphate rock beneficiation, dry","phosphate rock, as P2O5, beneficiated, dry",material,Others\Obsolete +"phosphate rock beneficiation, wet","phosphate rock, as P2O5, beneficiated, wet",material,Others\Obsolete +"phosphoric acid factory construction, fertiliser grade","phosphoric acid factory, fertiliser grade",material,Chemicals\Acids (inorganic)\Transformation\Infrastructure +"phosphoric acid production, dihydrate process","fluosilicic acid, without water, in 22% solution state",material,Chemicals\Acids (inorganic)\Transformation +"phosphoric acid production, dihydrate process","phosphoric acid, fertiliser grade, without water, in 70% solution state",material,Chemicals\Acids (inorganic)\Transformation +phosphorous chloride production,phosphorous chloride,material,Chemicals\Inorganic\Transformation +"phosphorus oxychloride production, from phosphorus pentachloride",phosphorus oxychloride,material,Chemicals\Inorganic\Transformation +"phosphorus oxychloride production, from phosphorus trichloride",phosphorus oxychloride,material,Chemicals\Inorganic\Transformation +phosphorus pentachloride production,phosphorus pentachloride,material,Chemicals\Inorganic\Transformation +"phosphorus production, white, liquid","phosphorus, white, liquid",material,Chemicals\Inorganic\Transformation +phosphorus trichloride production,phosphorus trichloride,material,Chemicals\Inorganic\Transformation +photovoltaic cell factory,photovoltaic cell factory,energy,Electricity by fuel\Photovoltaic\Market\Infrastructure +photovoltaic cell factory construction,photovoltaic cell factory,material,Electronics\Photovoltaic\Transformation\Infrastructure +"photovoltaic cell production, multi-Si wafer","photovoltaic cell, multi-Si wafer",material,Electronics\Photovoltaic\Transformation +"photovoltaic cell production, ribbon-Si","photovoltaic cell, ribbon-Si",material,Electronics\Photovoltaic\Transformation +"photovoltaic cell production, single-Si wafer","photovoltaic cell, single-Si wafer",material,Electronics\Photovoltaic\Transformation +"photovoltaic cell, multi-Si, at plant","photovoltaic cell, multi-Si, at plant",energy,Electricity by fuel\Photovoltaic\Market\Infrastructure +"photovoltaic cell, multi-Si, at regional storage","photovoltaic cell, multi-Si, at regional storage",energy,Electricity by fuel\Photovoltaic\Market\Infrastructure +"photovoltaic cell, single-Si, at plant","photovoltaic cell, single-Si, at plant",energy,Electricity by fuel\Photovoltaic\Market\Infrastructure +"photovoltaic cell, single-Si, at regional storage","photovoltaic cell, single-Si, at regional storage",energy,Electricity by fuel\Photovoltaic\Market\Infrastructure +"photovoltaic facade installation, 3kWp, multi-Si, laminated, integrated, at building","photovoltaic facade installation, 3kWp, multi-Si, laminated, integrated, at building",energy,Electricity by fuel\Photovoltaic\Market\Infrastructure +"photovoltaic facade installation, 3kWp, multi-Si, panel, mounted, at building","photovoltaic facade installation, 3kWp, multi-Si, panel, mounted, at building",energy,Electricity by fuel\Photovoltaic\Market\Infrastructure +"photovoltaic facade installation, 3kWp, single-Si, laminated, integrated, at building","photovoltaic facade installation, 3kWp, single-Si, laminated, integrated, at building",energy,Electricity by fuel\Photovoltaic\Market\Infrastructure +"photovoltaic facade installation, 3kWp, single-Si, panel, mounted, at building","photovoltaic facade installation, 3kWp, single-Si, panel, mounted, at building",energy,Electricity by fuel\Photovoltaic\Market\Infrastructure +"photovoltaic flat-roof installation, 156 kWp, multi-Si, on roof","photovoltaic flat-roof installation, 156 kWp, multi-Si, on roof",energy,Electricity by fuel\Photovoltaic\Market\Infrastructure +"photovoltaic flat-roof installation, 156 kWp, single-Si, on roof","photovoltaic flat-roof installation, 156 kWp, single-Si, on roof",energy,Electricity by fuel\Photovoltaic\Market\Infrastructure +"photovoltaic flat-roof installation, 280 kWp, multi-Si, on roof","photovoltaic flat-roof installation, 280 kWp, multi-Si, on roof",energy,Electricity by fuel\Photovoltaic\Market\Infrastructure +"photovoltaic flat-roof installation, 280 kWp, single-Si, on roof","photovoltaic flat-roof installation, 280 kWp, single-Si, on roof",energy,Electricity by fuel\Photovoltaic\Market\Infrastructure +"photovoltaic flat-roof installation, 324 kWp, multi-Si, on roof","photovoltaic flat-roof installation, 324 kWp, multi-Si, on roof",energy,Electricity by fuel\Photovoltaic\Market\Infrastructure +"photovoltaic flat-roof installation, 3kWp, multi-Si, on roof","photovoltaic flat-roof installation, 3kWp, multi-Si, on roof",energy,Electricity by fuel\Photovoltaic\Market\Infrastructure +"photovoltaic flat-roof installation, 3kWp, single-Si, on roof","photovoltaic flat-roof installation, 3kWp, single-Si, on roof",energy,Electricity by fuel\Photovoltaic\Market\Infrastructure +"photovoltaic flat-roof installation, 450 kWp, single-Si, on roof","photovoltaic flat-roof installation, 450 kWp, single-Si, on roof",energy,Electricity by fuel\Photovoltaic\Market\Infrastructure +"photovoltaic laminate production, a-Si","photovoltaic laminate, a-Si",material,Electronics\Photovoltaic\Transformation\Infrastructure +"photovoltaic laminate production, CdTe","photovoltaic laminate, CdTe",material,Electronics\Photovoltaic\Transformation\Infrastructure +"photovoltaic laminate production, CIS","photovoltaic laminate, CIS",material,Electronics\Photovoltaic\Transformation\Infrastructure +"photovoltaic laminate production, multi-Si wafer","photovoltaic laminate, multi-Si wafer",energy,Electricity by fuel\Photovoltaic\Market\Infrastructure +"photovoltaic laminate production, ribbon-Si","photovoltaic laminate, ribbon-Si",material,Electronics\Photovoltaic\Transformation\Infrastructure +"photovoltaic laminate production, single-Si wafer","photovoltaic laminate, single-Si wafer",energy,Electricity by fuel\Photovoltaic\Market\Infrastructure +"photovoltaic laminate, CdTe, First Solar Series 4, at plant","photovoltaic laminate, CdTe, First Solar Series 4, at plant",energy,Electricity by fuel\Photovoltaic\Market\Infrastructure +"photovoltaic laminate, CdTe, First Solar Series 6, at plant","photovoltaic laminate, CdTe, First Solar Series 6, at plant",energy,Electricity by fuel\Photovoltaic\Market\Infrastructure +"photovoltaic laminate, CIS, at plant","photovoltaic laminate, CIS, at plant",energy,Electricity by fuel\Photovoltaic\Market\Infrastructure +"photovoltaic laminate, CIS, at regional storage","photovoltaic laminate, CIS, at regional storage",energy,Electricity by fuel\Photovoltaic\Market\Infrastructure +"photovoltaic laminate, micro-Si, at plant","photovoltaic laminate, micro-Si, at plant",energy,Electricity by fuel\Photovoltaic\Market\Infrastructure +"photovoltaic laminate, micro-Si, at regional storage","photovoltaic laminate, micro-Si, at regional storage",energy,Electricity by fuel\Photovoltaic\Market\Infrastructure +"photovoltaic laminate, multi-Si, at regional storage","photovoltaic laminate, multi-Si, at regional storage",energy,Electricity by fuel\Photovoltaic\Market\Infrastructure +"photovoltaic laminate, single-Si, at regional storage","photovoltaic laminate, single-Si, at regional storage",energy,Electricity by fuel\Photovoltaic\Market\Infrastructure +"photovoltaic module production, building-integrated, for facade installation","photovoltaic module, building-integrated, for facade installation",energy,Electricity by fuel\Photovoltaic\Transformation\Infrastructure +"photovoltaic module production, building-integrated, for slanted-roof installation","photovoltaic module, building-integrated, for slanted-roof installation",energy,Electricity by fuel\Photovoltaic\Transformation\Infrastructure +"photovoltaic mounting system production, for 570kWp open ground module","photovoltaic mounting system, for 570kWp open ground module",energy,Electricity by fuel\Photovoltaic\Transformation\Infrastructure +"photovoltaic mounting system production, for facade installation","photovoltaic mounting system, for facade installation",energy,Electricity by fuel\Photovoltaic\Transformation\Infrastructure +"photovoltaic mounting system production, for flat-roof installation","photovoltaic mounting system, for flat-roof installation",energy,Electricity by fuel\Photovoltaic\Transformation\Infrastructure +"photovoltaic mounting system production, for slanted-roof installation","photovoltaic mounting system, for slanted-roof installation",energy,Electricity by fuel\Photovoltaic\Transformation\Infrastructure +"photovoltaic open ground installation, 560 kWp, single-Si, on open ground","photovoltaic open ground installation, 560 kWp, single-Si, on open ground",energy,Electricity by fuel\Photovoltaic\Market\Infrastructure +"photovoltaic open ground installation, 569 kWp, multi-Si, on open ground","photovoltaic open ground installation, 569 kWp, multi-Si, on open ground",energy,Electricity by fuel\Photovoltaic\Market\Infrastructure +"photovoltaic open ground installation, 570 kWp, CdTe, on open ground","photovoltaic open ground installation, 570 kWp, CdTe, on open ground",energy,Electricity by fuel\Photovoltaic\Market\Infrastructure +"photovoltaic open ground installation, 570 kWp, CIS, on open ground","photovoltaic open ground installation, 570 kWp, CIS, on open ground",energy,Electricity by fuel\Photovoltaic\Market\Infrastructure +"photovoltaic open ground installation, 570 kWp, micro-Si, on open ground","photovoltaic open ground installation, 570 kWp, micro-Si, on open ground",energy,Electricity by fuel\Photovoltaic\Market\Infrastructure +"photovoltaic open ground installation, 570 kWp, multi-Si, on open ground","photovoltaic open ground installation, 570 kWp, multi-Si, on open ground",energy,Electricity by fuel\Photovoltaic\Market\Infrastructure +"photovoltaic open ground installation, 570 kWp, single-Si, on open ground","photovoltaic open ground installation, 570 kWp, single-Si, on open ground",energy,Electricity by fuel\Photovoltaic\Market\Infrastructure +photovoltaic panel factory CdTe,photovoltaic panel factory CdTe,energy,Electricity by fuel\Photovoltaic\Market\Infrastructure +photovoltaic panel factory construction,photovoltaic panel factory,energy,Electricity by fuel\Photovoltaic\Transformation\Infrastructure +"photovoltaic panel production, a-Si","photovoltaic panel, a-Si",material,Electronics\Photovoltaic\Transformation\Infrastructure +"photovoltaic panel production, CIS","photovoltaic panel, CIS",material,Electronics\Photovoltaic\Transformation\Infrastructure +"photovoltaic panel production, multi-Si wafer","photovoltaic panel, multi-Si wafer",energy,Electricity by fuel\Photovoltaic\Market\Infrastructure +"photovoltaic panel production, ribbon-Si","photovoltaic panel, ribbon-Si",material,Electronics\Photovoltaic\Transformation\Infrastructure +"photovoltaic panel production, single-Si wafer","photovoltaic panel, single-Si wafer",energy,Electricity by fuel\Photovoltaic\Market\Infrastructure +"photovoltaic panel, CIS, at plant","photovoltaic panel, CIS, at plant",energy,Electricity by fuel\Photovoltaic\Market\Infrastructure +"photovoltaic panel, CIS, at regional storage","photovoltaic panel, CIS, at regional storage",energy,Electricity by fuel\Photovoltaic\Market\Infrastructure +"photovoltaic panel, micro-Si, at plant","photovoltaic panel, micro-Si, at plant",energy,Electricity by fuel\Photovoltaic\Market\Infrastructure +"photovoltaic panel, micro-Si, at regional storage","photovoltaic panel, micro-Si, at regional storage",energy,Electricity by fuel\Photovoltaic\Market\Infrastructure +"photovoltaic panel, multi-Si, at regional storage","photovoltaic panel, multi-Si, at regional storage",energy,Electricity by fuel\Photovoltaic\Market\Infrastructure +"photovoltaic panel, perovskite-Si-tandem, at plant","photovoltaic panel, perovskite-Si-tandem, at plant",energy,Electricity by fuel\Photovoltaic\Market\Infrastructure +"photovoltaic panel, single-Si, at regional storage","photovoltaic panel, single-Si, at regional storage",energy,Electricity by fuel\Photovoltaic\Market\Infrastructure +"photovoltaic plant construction, 570kWp, multi-Si, on open ground","photovoltaic plant, 570kWp, multi-Si, on open ground",material,Electronics\Photovoltaic\Transformation\Infrastructure +"photovoltaic slanted-roof installation, 1.3 MWp, multi-Si, panel, mounted, on roof","photovoltaic slanted-roof installation, 1.3 MWp, multi-Si, panel, mounted, on roof",energy,Electricity by fuel\Photovoltaic\Market\Infrastructure +"photovoltaic slanted-roof installation, 3 kWp, CdTe, panel, mounted, on roof","photovoltaic slanted-roof installation, 3 kWp, CdTe, panel, mounted, on roof",energy,Electricity by fuel\Photovoltaic\Market\Infrastructure +"photovoltaic slanted-roof installation, 3 kWp, CIS, laminated, integrated, on roof","photovoltaic slanted-roof installation, 3 kWp, CIS, laminated, integrated, on roof",energy,Electricity by fuel\Photovoltaic\Market\Infrastructure +"photovoltaic slanted-roof installation, 3 kWp, micro-Si, laminated, integrated, on roof","photovoltaic slanted-roof installation, 3 kWp, micro-Si, laminated, integrated, on roof",energy,Electricity by fuel\Photovoltaic\Market\Infrastructure +"photovoltaic slanted-roof installation, 3 kWp, micro-Si, panel, mounted, on roof","photovoltaic slanted-roof installation, 3 kWp, micro-Si, panel, mounted, on roof",energy,Electricity by fuel\Photovoltaic\Market\Infrastructure +"photovoltaic slanted-roof installation, 3kWp, a-Si, laminated, integrated, on roof","photovoltaic slanted-roof installation, 3kWp, a-Si, laminated, integrated, on roof",energy,Electricity by fuel\Photovoltaic\Transformation\Infrastructure +"photovoltaic slanted-roof installation, 3kWp, a-Si, panel, mounted, on roof","photovoltaic slanted-roof installation, 3kWp, a-Si, panel, mounted, on roof",energy,Electricity by fuel\Photovoltaic\Transformation\Infrastructure +"photovoltaic slanted-roof installation, 3kWp, CdTe, laminated, integrated, on roof","photovoltaic slanted-roof installation, 3kWp, CdTe, laminated, integrated, on roof",energy,Electricity by fuel\Photovoltaic\Market\Infrastructure +"photovoltaic slanted-roof installation, 3kWp, CIS, panel, mounted, on roof","photovoltaic slanted-roof installation, 3kWp, CIS, panel, mounted, on roof",energy,Electricity by fuel\Photovoltaic\Market\Infrastructure +"photovoltaic slanted-roof installation, 3kWp, multi-Si, laminated, integrated, on roof","photovoltaic slanted-roof installation, 3kWp, multi-Si, laminated, integrated, on roof",energy,Electricity by fuel\Photovoltaic\Market\Infrastructure +"photovoltaic slanted-roof installation, 3kWp, multi-Si, panel, mounted, on roof","photovoltaic slanted-roof installation, 3kWp, multi-Si, panel, mounted, on roof",energy,Electricity by fuel\Photovoltaic\Market\Infrastructure +"photovoltaic slanted-roof installation, 3kWp, ribbon-Si, laminated, integrated, on roof","photovoltaic slanted-roof installation, 3kWp, ribbon-Si, laminated, integrated, on roof",energy,Electricity by fuel\Photovoltaic\Transformation\Infrastructure +"photovoltaic slanted-roof installation, 3kWp, ribbon-Si, panel, mounted, on roof","photovoltaic slanted-roof installation, 3kWp, ribbon-Si, panel, mounted, on roof",energy,Electricity by fuel\Photovoltaic\Transformation\Infrastructure +"photovoltaic slanted-roof installation, 3kWp, single-Si, laminated, integrated, on roof","photovoltaic slanted-roof installation, 3kWp, single-Si, laminated, integrated, on roof",energy,Electricity by fuel\Photovoltaic\Market\Infrastructure +"photovoltaic slanted-roof installation, 3kWp, single-Si, panel, mounted, on roof","photovoltaic slanted-roof installation, 3kWp, single-Si, panel, mounted, on roof",energy,Electricity by fuel\Photovoltaic\Market\Infrastructure +"photovoltaic slanted-roof installation, 93 kWp, multi-Si, laminated, integrated, on roof","photovoltaic slanted-roof installation, 93 kWp, multi-Si, laminated, integrated, on roof",energy,Electricity by fuel\Photovoltaic\Market\Infrastructure +"photovoltaic slanted-roof installation, 93 kWp, multi-Si, panel, mounted, on roof","photovoltaic slanted-roof installation, 93 kWp, multi-Si, panel, mounted, on roof",energy,Electricity by fuel\Photovoltaic\Market\Infrastructure +"photovoltaic slanted-roof installation, 93 kWp, single-Si, laminated, integrated, on roof","photovoltaic slanted-roof installation, 93 kWp, single-Si, laminated, integrated, on roof",energy,Electricity by fuel\Photovoltaic\Market\Infrastructure +"photovoltaic slanted-roof installation, 93 kWp, single-Si, panel, mounted, on roof","photovoltaic slanted-roof installation, 93 kWp, single-Si, panel, mounted, on roof",energy,Electricity by fuel\Photovoltaic\Market\Infrastructure +"photovoltaics, electric installation for 3kWp module, at building","photovoltaic plant, electric installation for 3kWp module",energy,Electricity by fuel\Photovoltaic\Market\Infrastructure +"photovoltaics, electric installation for 3kWp module, at building","photovoltaics, electric installation for 3kWp module, at building",energy,Electricity by fuel\Photovoltaic\Transformation\Infrastructure +"photovoltaics, electric installation for 570kWp module, open ground","photovoltaics, electric installation for 570kWp module, open ground",energy,Electricity by fuel\Photovoltaic\Transformation\Infrastructure +phthalic anhydride production,phthalic anhydride,material,Chemicals\Organic\Transformation +"phthalic anhydride production, o-xylene oxidation",phthalic anhydride,material,Chemicals\Organic\Transformation +"phthalic anhydride production, o-xylene oxidation",phthalic anhydride,material,Chemicals\Organic\Transformation +phthalimide production,phthalimide,material,Chemicals\Organic\Transformation +phthalimide-compound production,phthalimide-compound,material,Chemicals\Pesticides\Transformation +pig iron production,pig iron,material,Metals\Ferro\Transformation +pineapple production,pineapple,material,Agricultural\Plant production\Fruits\Transformation +pinto bean production,pinto bean,material,Agricultural\Plant production\Legumes\Transformation +"pinto bean seed production, for sowing","pinto bean seed, for sowing",material,Agricultural\Plant seeds\Transformation +"pipe fitting production, for li-o2 battery",pipe fitting,material,Electronics\Battery\Transformation +"pipeline construction, liquid manure","pipeline, liquid manure",transport,Pipeline\Transformation\Infrastructure +"pipeline construction, natural gas, high pressure distribution network","pipeline, natural gas, high pressure distribution network",transport,Pipeline\Transformation\Infrastructure +"pipeline construction, natural gas, long distance, high capacity, offshore","pipeline, natural gas, long distance, high capacity, offshore",transport,Pipeline\Transformation\Infrastructure +"pipeline construction, natural gas, long distance, high capacity, onshore","pipeline, natural gas, long distance, high capacity, onshore",transport,Pipeline\Transformation\Infrastructure +"pipeline construction, natural gas, long distance, low capacity, onshore","pipeline, natural gas, long distance, low capacity, onshore",transport,Pipeline\Transformation\Infrastructure +"pipeline construction, natural gas, low pressure distribution network","pipeline, natural gas, low pressure distribution network",transport,Pipeline\Transformation\Infrastructure +"pipeline construction, petroleum","pipeline, petroleum",transport,Pipeline\Transformation\Infrastructure +"pipeline construction, petroleum, offshore","pipeline, petroleum, offshore",transport,Pipeline\Transformation\Infrastructure +"pipeline, hydrogen, high pressure transmission network","pipeline, for hydrogen transmission",material,Fuels\Others\Transformation +"pipeline, hydrogen, low pressure distribution network","pipeline, for hydrogen distribution",material,Fuels\Others\Transformation +"pipeline, supercritical carbon dioxide","pipeline, supercritical carbon dioxide",material,Chemicals\Gases\Liquified\Transformation +piperidine production,piperidine,material,Chemicals\Organic\Transformation +"pipes assembly, for vrfb system","pipes, for vrfb system",energy,Heat\Others\Transformation +pipes HPT to reheater stage 2 EPR,pipes HPT to reheater stage 2 EPR,energy,Heat\Others\Transformation +"pipes, valves ti epr","pipes, valves ti epr",energy,Electricity by fuel\Nuclear\PWR\Transformation\Infrastructure +piping ni epr,piping ni epr,energy,Electricity by fuel\Nuclear\PWR\Transformation\Infrastructure +piping primary epr,piping primary epr,energy,Electricity by fuel\Nuclear\PWR\Transformation\Infrastructure +"pitch despergents production, in paper production","pitch despergents, in paper production",material,Chemicals\Others\Transformation +"pitch production, petroleum refinery operation",pitch,material,Construction\Sealing\Transformation +planing mill production,planing mill,material,Wood\Products\Transformation\Infrastructure +"planing, beam, hardwood, air dried","sawnwood, beam, hardwood, air dried, planed",material,Others\Obsolete +"planing, beam, hardwood, air dried","shaving, hardwood, measured as dry mass",processing,Others\Obsolete +"planing, beam, hardwood, kiln dried","sawnwood, beam, hardwood, kiln dried, planed",material,Others\Obsolete +"planing, beam, hardwood, kiln dried","shaving, hardwood, measured as dry mass",processing,Others\Obsolete +"planing, beam, hardwood, u=10%","sawnwood, beam, hardwood, dried (u=10%), planed",material,Wood\Products\Transformation +"planing, beam, hardwood, u=10%","shavings, hardwood, loose, measured as dry mass",processing,Wood\Transformation +"planing, beam, hardwood, u=20%","sawnwood, beam, hardwood, dried (u=20%), planed",material,Wood\Products\Transformation +"planing, beam, hardwood, u=20%","shavings, hardwood, loose, measured as dry mass",processing,Wood\Transformation +"planing, beam, softwood, air dried","sawnwood, beam, softwood, air dried, planed",material,Others\Obsolete +"planing, beam, softwood, air dried","shaving, softwood, measured as dry mass",processing,Others\Obsolete +"planing, beam, softwood, kiln dried","sawnwood, beam, softwood, kiln dried, planed",material,Others\Obsolete +"planing, beam, softwood, kiln dried","shaving, softwood, measured as dry mass",processing,Others\Obsolete +"planing, beam, softwood, u=10%","sawnwood, beam, softwood, dried (u=10%), planed",material,Wood\Products\Transformation +"planing, beam, softwood, u=10%","shavings, softwood, loose, measured as dry mass",processing,Wood\Transformation +"planing, beam, softwood, u=20%","sawnwood, beam, softwood, dried (u=20%), planed",material,Wood\Products\Transformation +"planing, beam, softwood, u=20%","shavings, softwood, loose, measured as dry mass",processing,Wood\Transformation +"planing, board, hardwood, air dried","sawnwood, board, hardwood, air dried, planed",material,Others\Obsolete +"planing, board, hardwood, air dried","shaving, hardwood, measured as dry mass",processing,Others\Obsolete +"planing, board, hardwood, kiln dried","sawnwood, board, hardwood, kiln dried, planed",material,Others\Obsolete +"planing, board, hardwood, kiln dried","shaving, hardwood, measured as dry mass",processing,Others\Obsolete +"planing, board, hardwood, u=10%","sawnwood, board, hardwood, dried (u=10%), planed",material,Wood\Products\Transformation +"planing, board, hardwood, u=10%","shavings, hardwood, loose, measured as dry mass",processing,Wood\Transformation +"planing, board, hardwood, u=20%","sawnwood, board, hardwood, dried (u=20%), planed",material,Wood\Products\Transformation +"planing, board, hardwood, u=20%","shavings, hardwood, loose, measured as dry mass",processing,Wood\Transformation +"planing, board, softwood, air dried","sawnwood, board, softwood, air dried, planed",material,Others\Obsolete +"planing, board, softwood, air dried","shaving, softwood, measured as dry mass",processing,Others\Obsolete +"planing, board, softwood, kiln dried","sawnwood, board, softwood, kiln dried, planed",material,Others\Obsolete +"planing, board, softwood, kiln dried","shaving, softwood, measured as dry mass",processing,Others\Obsolete +"planing, board, softwood, u=10%","sawnwood, board, softwood, dried (u=10%), planed",material,Wood\Products\Transformation +"planing, board, softwood, u=10%","shavings, softwood, loose, measured as dry mass",processing,Wood\Transformation +"planing, board, softwood, u=20%","sawnwood, board, softwood, dried (u=20%), planed",material,Wood\Products\Transformation +"planing, board, softwood, u=20%","shavings, softwood, loose, measured as dry mass",processing,Wood\Transformation +"planing, lath, hardwood, u=10%","sawnwood, lath, hardwood, dried (u=10%), planed",material,Wood\Products\Transformation +"planing, lath, hardwood, u=10%","shavings, hardwood, loose, measured as dry mass",processing,Wood\Transformation +"planing, lath, hardwood, u=20%","sawnwood, lath, hardwood, dried (u=20%), planed",material,Wood\Products\Transformation +"planing, lath, hardwood, u=20%","shavings, hardwood, loose, measured as dry mass",processing,Wood\Transformation +"planing, lath, softwood, u=10%","sawnwood, lath, softwood, dried (u=10%), planed",material,Wood\Products\Transformation +"planing, lath, softwood, u=10%","shavings, softwood, loose, measured as dry mass",processing,Wood\Transformation +"planing, lath, softwood, u=20%","sawnwood, lath, softwood, dried (u=20%), planed",material,Wood\Products\Transformation +"planing, lath, softwood, u=20%","shavings, softwood, loose, measured as dry mass",processing,Wood\Transformation +"planning, cogen unit mini CHP plant","planning, cogen unit mini CHP plant",energy,Cogeneration\Gas\Transformation\Infrastructure +"planning, heat and power co-generation unit, 160kW electrical","planning, heat and power co-generation unit, 160kW electrical",energy,Cogeneration\Gas\Transformation\Infrastructure +planting,planting,processing,Agricultural\Transformation +planting tree,planting tree,processing,Others\Obsolete +"planting with starter fertiliser or amendment, by drill","planting with starter fertiliser or amendment, by drill",processing,Others\Obsolete +"planting with starter fertiliser or amendment, by no till planter","planting with starter fertiliser or amendment, by no till planter",processing,Others\Obsolete +"planting with starter fertiliser or amendment, by row crop planter","planting with starter fertiliser or amendment, by row crop planter",processing,Others\Obsolete +"planting with starter fertiliser or amendment, by subsoiler/v-ripper planter","planting with starter fertiliser or amendment, by subsoiler/v-ripper planter",processing,Others\Obsolete +"planting with starter fertiliser, by no till planter","planting with starter fertiliser, by no till planter",processing,Agricultural\Transformation +"planting, by drill","planting, by drill",processing,Agricultural\Transformation +"planting, by no till drill","planting, by no till drill",processing,Agricultural\Transformation +"planting, by no till planter","planting, by no till planter",processing,Agricultural\Transformation +"planting, by ridge planter","planting, by ridge planter",processing,Agricultural\Transformation +"planting, by row crop planter","planting, by row crop planter",processing,Agricultural\Transformation +"planting, potato",potato planting,processing,Agricultural\Transformation +"planting, potato","planting, potato",processing,Agricultural\Transformation +"planting, sugarcane","planting, sugarcane",processing,Agricultural\Transformation +"planting, tree",planting tree,processing,Agricultural\Transformation +plaster mixing,plaster mixing,processing,Others\Transformation +"plastic flake production, consumer electronics, for recycling, by grinding/shredding, formal sector","plastic flake, consumer electronics, for recycling",material,Plastics\Recycling\Transformation +"plastic flake production, consumer electronics, for recycling, by grinding/shredding, informal sector","plastic flake, consumer electronics, for recycling",material,Plastics\Recycling\Transformation +"plastic flake, consumer electronics, for recycling, Recycled Content cut-off","plastic flake, consumer electronics, for recycling",material,Plastics\Recycling\Transformation +"plastic granulate production, unspecified, recycled, formal sector","plastic granulate, unspecified, recycled",material,Plastics\Recycling\Transformation +"plastic granulate production, unspecified, recycled, informal sector","plastic granulate, unspecified, recycled",material,Plastics\Recycling\Transformation +plastic processing factory construction,plastic processing factory,processing,Plastics\Transformation\Infrastructure +plastic tunnel construction,plastic tunnel,material,Agricultural\Plant production\Other\Transformation\Infrastructure +"plasticiser production, for concrete, based on sulfonated melamine formaldehyde","plasticiser, for concrete, based on sulfonated melamine formaldehyde",material,Chemicals\Others\Transformation +"platinum group metal mine operation, ore with high palladium content","copper, cathode",material,Metals\Non ferro\Transformation +"platinum group metal mine operation, ore with high palladium content","nickel, class 1",material,Metals\Non ferro\Transformation +"platinum group metal mine operation, ore with high palladium content",palladium,material,Metals\Non ferro\Transformation +"platinum group metal mine operation, ore with high palladium content",platinum,material,Metals\Non ferro\Transformation +"platinum group metal mine operation, ore with high palladium content",rhodium,material,Metals\Non ferro\Transformation +"platinum group metal, extraction and refinery operations","copper, cathode",material,Metals\Non ferro\Transformation +"platinum group metal, extraction and refinery operations",gold,material,Metals\Non ferro\Transformation +"platinum group metal, extraction and refinery operations","nickel, class 1",material,Metals\Non ferro\Transformation +"platinum group metal, extraction and refinery operations",palladium,material,Metals\Non ferro\Transformation +"platinum group metal, extraction and refinery operations",platinum,material,Metals\Non ferro\Transformation +"platinum group metal, extraction and refinery operations",rhodium,material,Metals\Non ferro\Transformation +"platinum group metal, extraction and refinery operations",ruthenium,material,Metals\Non ferro\Transformation +"platinum group metal, extraction and refinery operations",iridium,material,Metals\Non ferro\Transformation +"platinum group metal, extraction and refinery operations",ruthenium,material,Metals\Non ferro\Transformation +"platinum group metal, extraction and refinery operations",iridium,material,Metals\Non ferro\Transformation +"platinum group metal, mine and concentration operations",platinum group metal concentrate,material,Minerals\Transformation +platinum to generic market for metal catalyst for catalytic converter,metal catalyst for catalytic converter,material,Chemicals\Others\Market +platinum to generic market for precious metal for jewellery,precious metal for jewellery,material,Others\Obsolete +"plug production, inlet and outlet, for computer cable","plug, inlet and outlet, for computer cable",material,Electronics\Component\Transformation +"plug production, inlet and outlet, for network cable","plug, inlet and outlet, for network cable",material,Electronics\Component\Transformation +"plug production, inlet and outlet, for printer cable","plug, inlet and outlet, for printer cable",material,Electronics\Component\Transformation +"pluronic p123 production, for lis battery",pluronic p123,material,Electronics\Battery\Transformation +plywood production,"wood chips, dry, measured as dry mass",material,Wood\Byproducts\Transformation +plywood production,plywood,material,Wood\Products\Transformation +"plywood production, for indoor use","plywood, for indoor use",material,Others\Obsolete +"plywood production, for indoor use","residual wood, dry",material,Others\Obsolete +"plywood production, for indoor use","wood chips, dry, measured as dry mass",material,Others\Obsolete +"plywood production, for outdoor use","plywood, for outdoor use",material,Others\Obsolete +"plywood production, for outdoor use","residual wood, dry",material,Others\Obsolete +"plywood production, for outdoor use","wood chips, dry, measured as dry mass",material,Others\Obsolete +"pointing device production, optical mouse, with cable","pointing device, optical mouse, with cable",material,Electronics\Devices\Transformation +polar crane ni epr,polar crane ni epr,energy,Electricity by fuel\Nuclear\PWR\Transformation\Infrastructure +"polar fleece production, energy use only","polar fleece, energy use only",material,Textiles\Transformation +"polarizer, liquid crystals and colour filters production, for liquid crystal display","polarizer, liquid crystals and colour filters, for liquid crystal display",material,Electronics\Component\Transformation +polyacrylamide production,polyacrylamide,material,Chemicals\Organic\Transformation +polyacrylonitrile production (pan) by polymerisation,polyacrylonitrile,material,Chemicals\Organic\Transformation +"polyacrylonitrile-based electrode production, for vrfb system","polyacrylonitrile-based electrode, for vfrb system",material,Chemicals\Organic\Transformation +polyaluminium chloride production,polyaluminium chloride,material,Chemicals\Inorganic\Transformation +polybutadiene production,polybutadiene,material,Plastics\Rubbers\Transformation +polycarbonate production,polycarbonate,material,Plastics\Thermoplasts\Transformation +"polycarboxylates production, 40% active substance","polycarboxylates, 40% active substance",material,Chemicals\Washing agents\Builders\Transformation +polydimethylsiloxane production,polydimethylsiloxane,material,Chemicals\Silicons\Transformation +"polyester fibre production, finished","fibre, polyester",material,Textiles\Transformation +"polyester resin production, unsaturated","polyester resin, unsaturated",material,Chemicals\Organic\Transformation +polyester-complexed starch biopolymer production,polyester-complexed starch biopolymer,material,Plastics\Biopolymers\Transformation +"polyether polyols production, long chain","polyether polyols, long chain",material,Plastics\Biopolymers\Transformation +"polyether polyols production, long chain","polyether polyols, long chain",material,Plastics\Biopolymers\Transformation +"polyether polyols production, long chain, isopa","polyether polyols, long chain, isopa",material,Plastics\Biopolymers\Transformation +"polyether polyols production, short chain","polyether polyols, short chain",material,Plastics\Biopolymers\Transformation +"polyether polyols production, short chain","polyether polyols, short chain",material,Plastics\Biopolymers\Transformation +"polyether polyols production, short chain, isopa","polyether polyols, short chain, isopa",material,Plastics\Biopolymers\Transformation +"polyethylene pipe production, corrugated, DN 75","polyethylene pipe, corrugated, DN 75",material,Construction\Ventilation\Transformation +"polyethylene pipe production, DN 200, SDR 41","polyethylene pipe, DN 200, SDR 41",material,Construction\Ventilation\Transformation +"polyethylene production, high density, granulate","polyethylene, high density, granulate",material,Plastics\Thermoplasts\Transformation +"polyethylene production, high density, granulate, recycled","polyethylene, high density, granulate, recycled",material,Plastics\Thermoplasts\Transformation +"polyethylene production, linear low density, granulate","polyethylene, linear low density, granulate",material,Plastics\Thermoplasts\Transformation +"polyethylene production, low density, granulate","steam, in chemical industry",material,Chemicals\Others\Transformation +"polyethylene production, low density, granulate","polyethylene, low density, granulate",material,Plastics\Thermoplasts\Transformation +"polyethylene terephthalate production, granulate, amorphous","polyethylene terephthalate, granulate, amorphous",material,Plastics\Thermoplasts\Transformation +"polyethylene terephthalate production, granulate, amorphous, recycled","polyethylene terephthalate, granulate, amorphous, recycled",material,Plastics\Thermoplasts\Transformation +"polyethylene terephthalate production, granulate, bottle grade","polyethylene terephthalate, granulate, bottle grade",material,Plastics\Thermoplasts\Transformation +"polyethylene terephthalate production, granulate, bottle grade, recycled","polyethylene terephthalate, granulate, bottle grade, recycled",material,Plastics\Thermoplasts\Transformation +"polyethylene terephthalate, granulate, amorphous, recycled to generic market for amorphous PET granulate","polyethylene terephthalate, granulate, amorphous",material,Plastics\Thermoplasts\Market +"polyethylene terephthalate, granulate, bottle grade, recycled to generic market for bottle grade PET granulate","polyethylene terephthalate, granulate, bottle grade",material,Plastics\Thermoplasts\Market +"polyethylene, high density, granulate, recycled to generic market for high density PE granulate","polyethylene, high density, granulate",material,Plastics\Thermoplasts\Market +"polylactic acid production, granulate","polylactic acid, granulate",material,Plastics\Biopolymers\Transformation +"polylactide production, granulate","polylactide, granulate",material,Plastics\Biopolymers\Transformation +polymer electrolyte membrane (nafion) production,polymer electrolyte membrane (nafion),processing,Plastics\Transformation +polymer foaming,polymer foaming,processing,Plastics\Transformation +"polymethyl methacrylate production, beads","polymethyl methacrylate, beads",material,Plastics\Thermoplasts\Transformation +"polymethyl methacrylate production, sheet","polymethyl methacrylate, sheet",material,Plastics\Thermoplasts\Transformation +polyol production,polyol,material,Chemicals\Organic\Transformation +polyphenylene sulfide production,polyphenylene sulfide,material,Plastics\Thermoplasts\Transformation +"polypropylene production, granulate","polypropylene, granulate",material,Plastics\Thermoplasts\Transformation +polystyrene foam slab for perimeter insulation,polystyrene foam slab for perimeter insulation,material,Construction\Insulation\Transformation +polystyrene foam slab production,polystyrene foam slab,material,Construction\Insulation\Transformation +"polystyrene foam slab production, 10% recycled","polystyrene foam slab, 10% recycled",material,Construction\Insulation\Transformation +"polystyrene foam slab production, 100% recycled",polystyrene foam slab,material,Construction\Insulation\Transformation +"polystyrene foam slab production, 45% recycled",polystyrene foam slab,material,Construction\Insulation\Transformation +"polystyrene foam slab with graphite, 6% recycled","polystyrene foam slab with graphite, 6% recycled",material,Construction\Insulation\Transformation +"polystyrene production, expandable","polystyrene, expandable",material,Plastics\Thermoplasts\Transformation +"polystyrene production, extruded, CO2 blown","polystyrene, extruded",material,Plastics\Thermoplasts\Transformation +"polystyrene production, extruded, HFC-134a blown","polystyrene, extruded",material,Plastics\Thermoplasts\Transformation +"polystyrene production, extruded, HFC-152a blown","polystyrene, extruded",material,Plastics\Thermoplasts\Transformation +"polystyrene production, general purpose","polystyrene, general purpose",material,Plastics\Thermoplasts\Transformation +"polystyrene production, high impact","polystyrene, high impact",material,Plastics\Thermoplasts\Transformation +"polystyrene scrap, post-consumer, Recycled Content cut-off","polystyrene scrap, post-consumer",material,Plastics\Thermoplasts\Transformation +"polysulfide production, sealing compound","polysulfide, sealing compound",material,Construction\Sealing\Transformation +"polysulfone production, for membrane filtration production",polysulfone,material,Chemicals\Organic\Transformation +polyurethane adhesive production,polyurethane adhesive,material,Chemicals\Others\Transformation +"polyurethane production, flexible foam","polyurethane, flexible foam",material,Others\Obsolete +"polyurethane production, flexible foam, MDI-based","polyurethane, flexible foam",material,Plastics\Thermosets\Transformation +"polyurethane production, flexible foam, TDI-based, flame retardant","polyurethane, flexible foam, flame retardant",material,Plastics\Thermosets\Transformation +"polyurethane production, flexible foam, TDI-based, high density","polyurethane, flexible foam",material,Plastics\Thermosets\Transformation +"polyurethane production, flexible foam, TDI-based, low density","polyurethane, flexible foam",material,Plastics\Thermosets\Transformation +"polyurethane production, rigid foam","polyurethane, rigid foam",material,Plastics\Thermosets\Transformation +"polyvinylalcohol, at plant","polyvinylalcohol, at plant",energy,Electricity by fuel\Photovoltaic\Market\Infrastructure +"polyvinylbutyral foil, at plant","polyvinylbutyral foil, at plant",energy,Electricity by fuel\Photovoltaic\Market\Infrastructure +"polyvinylbutyral, powder, at plant","polyvinylbutyral, powder, at plant",energy,Electricity by fuel\Photovoltaic\Market\Infrastructure +"polyvinylchloride cell frame production, for vrfb system","polyvinylchloride cell frame, for vrfb system",material,Plastics\Thermoplasts\Transformation +"polyvinylchloride production, bulk polymerisation","polyvinylchloride, bulk polymerised",material,Plastics\Thermoplasts\Transformation +"polyvinylchloride production, emulsion polymerisation","polyvinylchloride, emulsion polymerised",material,Plastics\Thermoplasts\Transformation +"polyvinylchloride production, suspension polymerisation","polyvinylchloride, suspension polymerised",material,Plastics\Thermoplasts\Transformation +polyvinylfluoride production,polyvinylfluoride,material,Chemicals\Organic\Transformation +"polyvinylfluoride production, dispersion","polyvinylfluoride, dispersion",material,Chemicals\Organic\Transformation +"polyvinylfluoride, film production","polyvinylfluoride, film",material,Chemicals\Organic\Transformation +"polyvinylidenchloride production, granulate","polyvinylidenchloride, granulate",material,Plastics\Thermoplasts\Transformation +pomegranate production,pomegranate,material,Agricultural\Plant production\Fruits\Transformation +port facilities construction,port facilities,transport,Water\Transformation\Infrastructure +portachrom production,portachrom,material,Chemicals\Inorganic\Transformation +portafer production,portafer,material,Chemicals\Inorganic\Transformation +"positive tab production, for lis battery",positive tab,material,Electronics\Battery\Transformation +potash salt production,potash salt,material,Minerals\Transformation +"potassium carbonate production, from potassium hydroxide",potassium carbonate,material,Chemicals\Inorganic\Transformation +potassium chloride production,potassium chloride,material,Chemicals\Inorganic\Transformation +potassium chloride production,"potassium chloride, as K2O",material,Others\Obsolete +"potassium chloride production, from salar brine","potassium chloride, industrial grade",material,Chemicals\Inorganic\Transformation +"potassium chloride sludge, Recycled Content cut-off",potassium chloride sludge,material,Chemicals\Inorganic\Transformation +potassium hydroxide production,"hydrogen, liquid",material,Chemicals\Gases\Liquified\Transformation +potassium hydroxide production,"hydrogen, gaseous, low pressure",material,Chemicals\Gases\Market +potassium hydroxide production,"chlorine, gaseous",material,Chemicals\Gases\Transformation +potassium hydroxide production,potassium hydroxide,material,Chemicals\Inorganic\Transformation +potassium mining and benefication,potassium chloride,material,Chemicals\Inorganic\Transformation +potassium nitrate production,potassium nitrate,material,Chemicals\Inorganic\Transformation +"potassium nitrate production, agricultural grade","potassium nitrate, agricultural grade",material,Chemicals\Fertilisers (inorganic)\Transformation +"potassium nitrate production, industrial grade","potassium nitrate, industrial grade",material,Chemicals\Inorganic\Transformation +"potassium nitrate production, technical grade","potassium nitrate, technical grade",material,Chemicals\Inorganic\Transformation +potassium perchlorate production,potassium perchlorate,material,Chemicals\Inorganic\Transformation +"potassium permanganate production, manganese dioxide oxidation",potassium permanganate,material,Chemicals\Inorganic\Transformation +"potassium permanganate production, manganese dioxide oxidation",potassium permanganate,material,Chemicals\Inorganic\Transformation +potassium sulfate production,potassium sulfate,material,Chemicals\Inorganic\Transformation +potassium sulfate production,"potassium sulfate, as K2O",material,Others\Obsolete +potato grading,potato grading,processing,Agricultural\Transformation +potato haulm cutting,potato haulm cutting,processing,Agricultural\Transformation +potato planting,potato planting,processing,Others\Obsolete +potato production,potato,material,Agricultural\Plant production\Roots and tubers\Transformation +"potato production, organic","potato, organic",material,Agricultural\Plant production\Roots and tubers\Transformation +"potato production, Swiss integrated production, intensive","potato, Swiss integrated production",material,Agricultural\Plant production\Roots and tubers\Transformation +"potato seed production, at farm","potato seed, at farm",material,Agricultural\Plant seeds\Transformation +"potato seed production, for setting","potato seed, for setting",material,Agricultural\Plant seeds\Transformation +"potato seed production, organic, at farm","potato seed, organic, at farm",material,Agricultural\Plant seeds\Transformation +"potato seed production, organic, for setting","potato seed, organic, for setting",material,Agricultural\Plant seeds\Transformation +"potato seed production, Swiss integrated production, at farm","potato seed, Swiss integrated production, at farm",material,Agricultural\Plant seeds\Transformation +"potato seed production, Swiss integrated production, for setting","potato seed, Swiss integrated production, for setting",material,Agricultural\Plant seeds\Transformation +potato starch production,potato starch,material,Agricultural\Food\Transformation +"potentiometer production, unspecified","potentiometer, unspecified",material,Electronics\Component\Transformation +"poultry manure, dried, Recycled Content cut-off","poultry manure, dried",material,Chemicals\Fertilisers (organic)\Transformation +"poultry manure, fresh, Recycled Content cut-off","poultry manure, fresh",material,Chemicals\Fertilisers (organic)\Transformation +"powder coating, aluminium sheet","powder coat, aluminium sheet",processing,Metals\Coating\Transformation +"powder coating, steel","powder coat, steel",processing,Metals\Coating\Transformation +"power adapter production, for laptop","power adapter, for laptop",material,Electronics\Devices\Transformation +"power adapter production, for smartphone","power adapter, for smartphone",material,Electronics\Devices\Transformation +"power block installation, solar thermal parabolic trough, 50 MW","power block, solar thermal parabolic trough, 50 MW",energy,Electricity by fuel\Photovoltaic\Transformation\Infrastructure +"power block installation, solar tower power plant, 20 MW","power block, solar tower power plant, 20 MW",energy,Electricity by fuel\Photovoltaic\Transformation\Infrastructure +"power distribution unit production, for electric passenger car","power distribution unit, for electric passenger car",material,Electronics\Component\Transformation +"power electronics, for lorry","power electronics, for lorry",transport,Road\Transformation\Infrastructure +power generation subsystem for thermochemical water splitting,power generation subsystem,material,Fuels\Others\Transformation +"power saw production, with catalytic converter","power saw, with catalytic converter",processing,Others\Obsolete +"power saw production, without catalytic converter","power saw, without catalytic converter",processing,Others\Obsolete +"power sawing, with catalytic converter","power sawing, with catalytic converter",processing,Wood\Transformation +"power sawing, without catalytic converter","power sawing, without catalytic converter",processing,Wood\Transformation +"power supply unit production, for desktop computer","power supply unit, for desktop computer",material,Electronics\Module\Transformation +"powertrain production, for electric passenger car","powertrain, for electric passenger car",material,Electronics\Component\Transformation +"powertrain production, for electric scooter","powertrain, for electric scooter",material,Electronics\Component\Transformation +praseodymium oxide to generic market for mischmetal,mischmetal,material,Metals\Non ferro\Market +praseodymium-neodymium oxide to generic market for mischmetal,mischmetal,material,Metals\Non ferro\Market +pre-fabricated components supply for wec,pre-fabricated components for wec,material,Others\Obsolete +pre-reduced vanadium pentoxide bearing magnetite production,pre-reduced vanadium pentoxide bearing magnetite,material,Others\Obsolete +precious metal refinery construction,precious metal refinery,material,Metals\Non ferro\Transformation\Infrastructure +pressure vessel with internals epr,pressure vessel with internals epr,energy,Electricity by fuel\Nuclear\PWR\Transformation\Infrastructure +pressurizer primary epr,pressurizer primary epr,energy,Electricity by fuel\Nuclear\PWR\Transformation\Infrastructure +primary epr,primary epr,energy,Electricity by fuel\Nuclear\PWR\Transformation\Infrastructure +primary lead production from concentrate,sulfuric acid,material,Chemicals\Acids (inorganic)\Transformation +primary lead production from concentrate,crust from Parkes process for lead production,material,Metals\Non ferro\Transformation +primary lead production from concentrate,lead,material,Metals\Non ferro\Transformation +primary production from concentrate,zinc,material,Others\Obsolete +primary zinc production from concentrate,sulfuric acid,material,Chemicals\Acids (inorganic)\Transformation +primary zinc production from concentrate,"sulfur dioxide, liquid",material,Chemicals\Gases\Liquified\Transformation +primary zinc production from concentrate,ammonium sulfate,material,Chemicals\Inorganic\Transformation +primary zinc production from concentrate,copper sulfate,material,Chemicals\Inorganic\Transformation +primary zinc production from concentrate,"indium rich leaching residues, from zinc production",material,Chemicals\Inorganic\Transformation +primary zinc production from concentrate,"heat, from steam, in chemical industry",energy,Heat\Steam\Transformation +primary zinc production from concentrate,cadmium,material,Metals\Non ferro\Transformation +primary zinc production from concentrate,cadmium sludge from zinc electrolysis,material,Metals\Non ferro\Transformation +primary zinc production from concentrate,cobalt,material,Metals\Non ferro\Transformation +primary zinc production from concentrate,copper cake,material,Metals\Non ferro\Transformation +primary zinc production from concentrate,"copper, cathode",material,Metals\Non ferro\Transformation +primary zinc production from concentrate,gold,material,Metals\Non ferro\Transformation +primary zinc production from concentrate,lead,material,Metals\Non ferro\Transformation +primary zinc production from concentrate,silver,material,Metals\Non ferro\Transformation +primary zinc production from concentrate,sulfur,material,Metals\Non ferro\Transformation +primary zinc production from concentrate,zinc,material,Metals\Non ferro\Transformation +primary zinc production from concentrate,"copper concentrate, sulfide ore",material,Minerals\Transformation +primary zinc production from concentrate,"gypsum, mineral",material,Minerals\Transformation +primary zinc production from concentrate,lead concentrate,material,Minerals\Transformation +primary zinc production from concentrate,zinc monosulfate,material,Minerals\Transformation +primary zinc production from concentrate,"ammonium sulfate, as N",material,Others\Obsolete +"printed circuit board assembly, for lis battery","bms board, assembled, w/o external connector",material,Electronics\Printed wiring board\Transformation\Infrastructure +printed wiring board mounting facility construction,printed wiring board mounting facility,material,Electronics\Printed wiring board\Transformation\Infrastructure +"printed wiring board mounting facility construction, surface mounting line","printed wiring board mounting facility, surface mounting line",material,Electronics\Printed wiring board\Transformation\Infrastructure +"printed wiring board mounting facility construction, through-hole mounting line","printed wiring board mounting facility, through-hole mounting line",material,Electronics\Printed wiring board\Transformation\Infrastructure +"printed wiring board production, for power supply unit, desktop computer, Pb containing","printed wiring board, for power supply unit, desktop computer, Pb containing",material,Electronics\Printed wiring board\Transformation +"printed wiring board production, for power supply unit, desktop computer, Pb free","printed wiring board, for power supply unit, desktop computer, Pb free",material,Electronics\Printed wiring board\Transformation +"printed wiring board production, for surface mounting, Pb containing surface","printed wiring board, for surface mounting, Pb containing surface",material,Electronics\Printed wiring board\Transformation +"printed wiring board production, for surface mounting, Pb free surface","printed wiring board, for surface mounting, Pb free surface",material,Electronics\Printed wiring board\Transformation +"printed wiring board production, for through-hole mounting, Pb containing surface","printed wiring board, for through-hole mounting, Pb containing surface",material,Electronics\Printed wiring board\Transformation +"printed wiring board production, for through-hole mounting, Pb free surface","printed wiring board, for through-hole mounting, Pb free surface",material,Electronics\Printed wiring board\Transformation +"printed wiring board production, mounted mainboard, desktop computer, Pb containing","printed wiring board, mounted mainboard, desktop computer, Pb containing",material,Electronics\Printed wiring board\Transformation +"printed wiring board production, mounted mainboard, desktop computer, Pb free","printed wiring board, mounted mainboard, desktop computer, Pb free",material,Electronics\Printed wiring board\Transformation +"printed wiring board production, mounted mainboard, laptop computer, Pb containing","printed wiring board, mounted mainboard, laptop computer, Pb containing",material,Electronics\Printed wiring board\Transformation +"printed wiring board production, mounted mainboard, laptop computer, Pb free","printed wiring board, mounted mainboard, laptop computer, Pb free",material,Electronics\Printed wiring board\Transformation +"printed wiring board production, mounted mainboard, mobile device, double-sided, Pb free","printed wiring board, mounted mainboard, mobile device, double-sided, Pb free",material,Electronics\Printed wiring board\Transformation +"printed wiring board production, surface mounted, unspecified, Pb containing","printed wiring board, surface mounted, unspecified, Pb containing",material,Electronics\Printed wiring board\Transformation +"printed wiring board production, surface mounted, unspecified, Pb free","printed wiring board, surface mounted, unspecified, Pb free",material,Electronics\Printed wiring board\Transformation +"printed wiring board production, through-hole mounted, unspecified, Pb containing","printed wiring board, through-hole mounted, unspecified, Pb containing",material,Electronics\Printed wiring board\Transformation +"printed wiring board production, through-hole mounted, unspecified, Pb free","printed wiring board, through-hole mounted, unspecified, Pb free",material,Electronics\Printed wiring board\Transformation +"printer production, laser, black/white","printer, laser, black/white",material,Electronics\Devices\Transformation +"printer production, laser, colour","printer, laser, colour",material,Electronics\Devices\Transformation +"printing ink production, offset, product in 47.5% solution state","printing ink, offset, without solvent, in 47.5% solution state",material,Chemicals\Others\Transformation +"printing ink production, rotogravure, product in 55% toluene solution state","printing ink, rotogravure, without solvent, in 55% toluene solution state",material,Chemicals\Others\Transformation +"process control system assembly, for vrfb system","process control system, for vrfb system",material,Others\Obsolete +"process-specific burdens, hazardous waste incineration plant","process-specific burdens, hazardous waste incineration plant",processing,Waste\Transformation +"process-specific burdens, import of copper to Switzerland","process-specific burdens, import of copper to Switzerland",processing,Waste\Transformation +"process-specific burdens, inert material landfill","process-specific burdens, inert material landfill",processing,Waste\Transformation +"process-specific burdens, municipal waste incineration","process-specific burdens, municipal waste incineration",processing,Waste\Transformation +"process-specific burdens, residual material landfill","process-specific burdens, residual material landfill",processing,Waste\Transformation +"process-specific burdens, sanitary landfill","process-specific burdens, sanitary landfill",processing,Waste\Transformation +"process-specific burdens, slag landfill","process-specific burdens, slag landfill",processing,Others\Transformation +processing,"diesel, burned in diesel-electric generating set",material,Others\Obsolete +processing,"harvesting, by complete harvester, potatoes",processing,Others\Obsolete +processing,potato planting,processing,Others\Obsolete +"processing of anode slime from electrorefining of copper, anode",copper telluride cement,material,Metals\Non ferro\Transformation +"processing of anode slime from electrorefining of copper, anode",gold,material,Metals\Non ferro\Transformation +"processing of anode slime from electrorefining of copper, anode",selenium,material,Metals\Non ferro\Transformation +"processing of anode slime from electrorefining of copper, anode",silver,material,Metals\Non ferro\Transformation +processing of nickel-rich materials,"nickel, class 1",material,Metals\Non ferro\Transformation +prochloraz production,prochloraz,material,Chemicals\Organic\Transformation +"procurement civil, partial, ti epr","procurement civil, partial, ti epr",energy,Electricity by fuel\Nuclear\PWR\Transformation\Infrastructure +"procurement civil, partial, ti epr","procurement civil, partial, ti epr",energy,Electricity by fuel\Nuclear\PWR\Transformation\Infrastructure +procurement electrical & i&c equipment ti epr,procurement electrical & i&c equipment ti epr,energy,Electricity by fuel\Nuclear\PWR\Transformation\Infrastructure +procurement electrical & i&c equipment ti epr,procurement electrical & i&c equipment ti epr,energy,Electricity by fuel\Nuclear\PWR\Transformation\Infrastructure +procurement mechanical ti epr,procurement mechanical ti epr,energy,Electricity by fuel\Nuclear\PWR\Transformation\Infrastructure +procurement mechanical ti epr,procurement mechanical ti epr,energy,Electricity by fuel\Nuclear\PWR\Transformation\Infrastructure +procurement miscellaneous ti epr,procurement miscellaneous ti epr,energy,Electricity by fuel\Nuclear\PWR\Transformation\Infrastructure +procurement miscellaneous ti epr,procurement miscellaneous ti epr,energy,Electricity by fuel\Nuclear\PWR\Transformation\Infrastructure +procurement ti epr,procurement ti epr,energy,Electricity by fuel\Nuclear\PWR\Transformation\Infrastructure +procurement ti epr,procurement ti epr,energy,Electricity by fuel\Nuclear\PWR\Transformation\Infrastructure +production,acetylene,material,Others\Obsolete +production,aluminium hydroxide,material,Others\Obsolete +production,aluminium oxide,material,Others\Obsolete +production,"aluminium, primary, ingot",material,Others\Obsolete +production,"anode, paste, for aluminium electrolysis",material,Others\Obsolete +production,"anode, prebake, for aluminium electrolysis",material,Others\Obsolete +production,apple,material,Others\Obsolete +production,banana,material,Others\Obsolete +production,"barley grain, feed, Swiss integrated production",material,Others\Obsolete +production,blow moulding,processing,Others\Obsolete +production,brick,material,Others\Obsolete +production,brick shale,material,Others\Obsolete +production,"calendering, rigid sheets",processing,Others\Obsolete +production,"cement, unspecified",material,Others\Obsolete +production,"chlorine, liquid",material,Others\Obsolete +production,citrus,material,Others\Obsolete +production,"coconut, husked",material,Others\Obsolete +production,"concrete, for de-icing salt contact",material,Others\Obsolete +production,"concrete, high exacting requirements",material,Others\Obsolete +production,"concrete, normal",material,Others\Obsolete +production,"concrete, sole plate and foundation",material,Others\Obsolete +production,diesel-electric generating set production 10MW,energy,Others\Obsolete +production,"diesel-electric generating set, 10MW",energy,Others\Obsolete +production,"extrusion, plastic film",processing,Others\Obsolete +production,"extrusion, plastic pipes",processing,Others\Obsolete +production,green bell pepper,material,Others\Obsolete +production,hydrogen fluoride,material,Others\Obsolete +production,"maize grain, feed, Swiss integrated production",material,Others\Obsolete +production,"paper, woodcontaining, supercalendred",material,Others\Obsolete +production,pear,material,Others\Obsolete +production,"photovoltaic laminate, CdTe",material,Others\Obsolete +production,poor concrete,material,Others\Obsolete +production,"protein pea, feed, Swiss integrated production",material,Others\Obsolete +production,rock wool,material,Others\Obsolete +production,"rock wool, packed",material,Others\Obsolete +production,"rye grain, feed, Swiss integrated production",material,Others\Obsolete +production,"sawnwood, hardwood, air dried, planed",material,Others\Obsolete +production,"sawnwood, hardwood, kiln dried, planed",material,Others\Obsolete +production,"sawnwood, hardwood, raw, air dried",material,Others\Obsolete +production,"sawnwood, hardwood, raw, kiln dried",material,Others\Obsolete +production,"sawnwood, softwood, air dried, planed",material,Others\Obsolete +production,"sawnwood, softwood, kiln dried, planed",material,Others\Obsolete +production,"sawnwood, softwood, raw, air dried",material,Others\Obsolete +production,"sawnwood, softwood, raw, kiln dried",material,Others\Obsolete +production,strawberry,material,Others\Obsolete +production,stretch blow moulding,processing,Others\Obsolete +production,"thermoforming, with calendering",processing,Others\Obsolete +production,tomato,material,Others\Obsolete +production,vine tomato,material,Others\Obsolete +production,"wheat grain, feed, Swiss integrated production",material,Others\Obsolete +production,white asparagus,material,Others\Obsolete +production mix,"electricity, high voltage",energy,Others\Obsolete +production of 2 wt-% potassium iodide solution,2 wt-% potassium iodide solution,material,Others\Obsolete +production of nickel-based catalyst for methanation,nickel-based catalyst for methanation,material,Fuels\Others\Transformation +"production, elementary chlorine free bleached",sulfate pulp,material,Others\Obsolete +"production, from eucalyptus ssp. from sustainable forest management, unbleached",sulfate pulp,material,Others\Obsolete +"production, from imported concentrates",copper,material,Others\Obsolete +"production, from vegetable oil",fatty acid,material,Others\Obsolete +"production, kraftliner",linerboard,material,Others\Obsolete +"production, on land recently transformed",palm fruit bunch,material,Others\Obsolete +"production, on land recently transformed",soybean,material,Others\Obsolete +"production, on land recently transformed",sugarcane,material,Others\Obsolete +"production, semichemical",fluting medium,material,Others\Obsolete +"production, totally chlorine free bleached",sulfate pulp,material,Others\Obsolete +"production, unbleached",sulfate pulp,material,Others\Obsolete +prohexadione calcium production,prohexadione calcium,material,Chemicals\Organic\Transformation +propanal production,propanal,material,Chemicals\Organic\Transformation +"propane extraction, from liquefied petroleum gas","heat, central or small-scale, natural gas",energy,Others\Obsolete +"propane, burned in building machine","propane, burned in building machine",energy,Mechanical\Transformation +propionic acid production,propionic acid,material,Chemicals\Organic\Transformation +propyl acetate production,isopropyl acetate,material,Chemicals\Organic\Transformation +propyl amine production,propyl amine,material,Chemicals\Organic\Transformation +"propylene glycol production, liquid","propylene glycol, liquid",material,Chemicals\Organic\Transformation +"propylene oxide production, liquid","propylene oxide, liquid",material,Chemicals\Organic\Transformation +propylene production,propylene,material,Chemicals\Organic\Transformation +"propylene production, from methanol-to-propylene conversion","petrol, low-sulfur",material,Fuels\Biofuels\Ethanol\Transformation +"propylene production, from methanol-to-propylene conversion",ethylene,material,Fuels\Biofuels\Ethanol\Transformation +"propylene production, from methanol-to-propylene conversion",propylene,material,Fuels\Biofuels\Ethanol\Transformation +"propylene production, from methanol-to-propylene conversion","electricity, medium voltage",energy,Others\Obsolete +"propylene production, from propane dehydrogenation","butene, mixed",material,Chemicals\Gases\Market +"propylene production, from propane dehydrogenation","hydrogen, gaseous, low pressure",material,Chemicals\Gases\Market +"propylene production, from propane dehydrogenation",ethylene,material,Chemicals\Gases\Market +"propylene production, from propane dehydrogenation",propylene,material,Chemicals\Gases\Market +"propylene production, pipeline system","propylene, pipeline system",material,Chemicals\Organic\Transformation +prosulfocarb production,prosulfocarb,material,Chemicals\Pesticides\Transformation +protein pea production,protein pea,material,Agricultural\Plant production\Legumes\Transformation +"protein pea production, organic","protein pea, organic",material,Agricultural\Plant production\Legumes\Transformation +"protein pea production, Swiss integrated production, intensive","protein pea, Swiss integrated production",material,Agricultural\Plant production\Legumes\Transformation +"protein pea, feed production, Swiss integrated production","protein pea, feed, Swiss integrated production",material,Agricultural\Animal feed\Transformation +pulp factory construction,pulp factory,material,Paper+ Board\Pulp\Transformation\Infrastructure +"pulpwood, softwood, measured as solid wood under bark, import from Europe without Switzerland","pulpwood, softwood, measured as solid wood under bark",material,Wood\Extraction\Market\Import +pulverised lignite production,pulverised lignite,material,Fuels\Lignite\Transformation +pumice quarry operation,pumice,material,Minerals\Transformation +pump primary epr,pump primary epr,energy,Electricity by fuel\Nuclear\PWR\Transformation\Infrastructure +"pump production, 40W","pump, 40W",energy,Heat\Solar\Transformation\Infrastructure +pump station construction,pump station,material,Water\Drinking water\Transformation\Infrastructure +"pumps assembly, for vrfb system","pumps, for vrfb system",material,Water\Drinking water\Transformation\Infrastructure +"purge gas, rich in sodium nitrate to market for sodium nitrate, unrefined","sodium nitrate, unrefined",material,Chemicals\Inorganic\Transformation +"purge gas, rich in sodium nitrate, Recycled Content cut-off","purge gas, rich in sodium nitrate",material,Chemicals\Others\Transformation +"purification of wet-process phosphoric acid to industrial grade, product in 85% solution state","phosphoric acid, industrial grade, without water, in 85% solution state",material,Chemicals\Acids (inorganic)\Transformation +purified terephthalic acid production,purified terephthalic acid,material,Chemicals\Acids (organic)\Transformation +"purse seiner construction, steel","purse seiner, steel",material,Agricultural\Animal production\Fish\Transformation\Infrastructure +"purse seiner construction, wood","purse seiner, wood",material,Agricultural\Animal production\Fish\Transformation\Infrastructure +"purse seiner maintenance, steel","purse seiner maintenance, steel",processing,Agricultural\Transformation +"purse seiner maintenance, wood","purse seiner maintenance, wood",processing,Agricultural\Transformation +pyrazole production,pyrazole,material,Chemicals\Organic\Transformation +pyrethroid-compound production,pyrethroid-compound,material,Chemicals\Pesticides\Transformation +pyridazine-compound production,pyridazine-compound,material,Chemicals\Pesticides\Transformation +"pyridine production, Chichibabin process","hydrogen, gaseous, low pressure",material,Chemicals\Gases\Market +"pyridine production, chichibabin process",pyridine,material,Chemicals\Pesticides\Transformation +"pyridine production, chichibabin process",pyridine,material,Chemicals\Pesticides\Transformation +pyridine-compound production,pyridine-compound,material,Chemicals\Pesticides\Transformation +"pyrolysis fuel gas to generic market for residual hydrocarbon mix, from steam cracking operations","residual hydrocarbon mix, from steam cracking operations",material,Fuels\Others\Transformation +"pyrolysis fuel oil to generic market for residual hydrocarbon mix, from steam cracking operations","residual hydrocarbon mix, from steam cracking operations",material,Fuels\Others\Transformation +"quicklime production, in pieces, loose","quicklime, in pieces, loose",material,Chemicals\Inorganic\Transformation +"quicklime production, milled, loose","quicklime, milled, loose",material,Chemicals\Inorganic\Transformation +"quicklime production, milled, packed","quicklime, milled, packed",material,Chemicals\Inorganic\Transformation +"rack housing production, for lis battery",rack housing,material,Electronics\Battery\Transformation +"radiator production, for li-o2 battery",radiator,material,Electronics\Battery\Transformation +"radish production, in heated greenhouse",radish,material,Agricultural\Plant production\Roots and tubers\Transformation +"raffinate to generic market for residual hydrocarbon mix, from steam cracking operations","residual hydrocarbon mix, from steam cracking operations",material,Chemicals\Organic\Transformation +railway track construction,railway track,transport,Rail\Transformation\Infrastructure +"railway track construction, for high-speed train","railway track, for high-speed train",transport,Rail\Transformation\Infrastructure +rainwater harvesting,"water, harvested from rainwater",material,Water\Industry water\Transformation +rape meal to generic market for protein feed,"energy feed, gross",material,Agricultural\Animal feed\Market +rape meal to generic market for protein feed,"protein feed, 100% crude",material,Agricultural\Animal feed\Market +"rape methyl ester, at plant","rape methyl ester, at plant",material,Agricultural\Animal feed\Transformation +rape oil mill operation,rape meal,material,Agricultural\Animal feed\Transformation +rape oil mill operation,"rape oil, crude",material,Agricultural\Plant oils\Transformation +rape seed production,rape seed,material,Agricultural\Plant seeds\Transformation +"rape seed production, for sowing","rape seed, for sowing",material,Agricultural\Plant seeds\Transformation +"rape seed production, organic","rape seed, organic",material,Agricultural\Plant seeds\Transformation +"rape seed production, organic, for sowing","rape seed, organic, for sowing",material,Agricultural\Plant seeds\Transformation +"rape seed production, Swiss integrated production, extensive","rape seed, Swiss integrated production",material,Agricultural\Plant seeds\Transformation +"rape seed production, Swiss integrated production, intensive","rape seed, Swiss integrated production",material,Agricultural\Plant seeds\Transformation +"rare earth concentrate production, 70% REO, from bastnasite","rare earth concentrate, 70% REO, from bastnasite",material,Others\Obsolete +"rare earth element mine operation and beneficiation, bastnaesite and monazite ore",iron ore concentrate,material,Chemicals\Inorganic\Transformation +"rare earth element mine operation and beneficiation, bastnaesite and monazite ore","rare earth oxide concentrate, 50% REO",material,Chemicals\Inorganic\Transformation +"rare earth element mine operation and beneficiation, bastnaesite ore","rare earth oxide concentrate, 70% REO",material,Chemicals\Inorganic\Transformation +"rare earth element mine operation and beneficiation, ion adsorption clays",rare earth carbonate concentrate,material,Chemicals\Inorganic\Transformation +rare earth oxides production from bastnasite concentrate,"cerium concentrate, 60% cerium oxide",material,Others\Obsolete +rare earth oxides production from bastnasite concentrate,lanthanum oxide,material,Others\Obsolete +rare earth oxides production from bastnasite concentrate,neodymium oxide,material,Others\Obsolete +rare earth oxides production from bastnasite concentrate,praseodymium oxide,material,Others\Obsolete +rare earth oxides production from bastnasite concentrate,"samarium europium gadolinium concentrate, 94% rare earth oxide",material,Others\Obsolete +"rare earth oxides production, from rare earth carbonate concentrate",cerium oxide,material,Chemicals\Inorganic\Transformation +"rare earth oxides production, from rare earth carbonate concentrate",dysprosium oxide,material,Chemicals\Inorganic\Transformation +"rare earth oxides production, from rare earth carbonate concentrate",erbium oxide,material,Chemicals\Inorganic\Transformation +"rare earth oxides production, from rare earth carbonate concentrate",europium oxide,material,Chemicals\Inorganic\Transformation +"rare earth oxides production, from rare earth carbonate concentrate",gadolinium oxide,material,Chemicals\Inorganic\Transformation +"rare earth oxides production, from rare earth carbonate concentrate",holmium oxide,material,Chemicals\Inorganic\Transformation +"rare earth oxides production, from rare earth carbonate concentrate",lanthanum oxide,material,Chemicals\Inorganic\Transformation +"rare earth oxides production, from rare earth carbonate concentrate",lutetium oxide,material,Chemicals\Inorganic\Transformation +"rare earth oxides production, from rare earth carbonate concentrate",neodymium oxide,material,Chemicals\Inorganic\Transformation +"rare earth oxides production, from rare earth carbonate concentrate",praseodymium oxide,material,Chemicals\Inorganic\Transformation +"rare earth oxides production, from rare earth carbonate concentrate",samarium oxide,material,Chemicals\Inorganic\Transformation +"rare earth oxides production, from rare earth carbonate concentrate",terbium oxide,material,Chemicals\Inorganic\Transformation +"rare earth oxides production, from rare earth carbonate concentrate",thulium oxide,material,Chemicals\Inorganic\Transformation +"rare earth oxides production, from rare earth carbonate concentrate",ytterbium oxide,material,Chemicals\Inorganic\Transformation +"rare earth oxides production, from rare earth carbonate concentrate",yttrium oxide,material,Chemicals\Inorganic\Transformation +"rare earth oxides production, from rare earth oxide concentrate, 50% REO",cerium oxide,material,Chemicals\Inorganic\Transformation +"rare earth oxides production, from rare earth oxide concentrate, 50% REO",hydrogen fluoride,material,Chemicals\Inorganic\Transformation +"rare earth oxides production, from rare earth oxide concentrate, 50% REO",lanthanum oxide,material,Chemicals\Inorganic\Transformation +"rare earth oxides production, from rare earth oxide concentrate, 50% REO",magnesium sulfate,material,Chemicals\Inorganic\Transformation +"rare earth oxides production, from rare earth oxide concentrate, 50% REO",neodymium oxide,material,Chemicals\Inorganic\Transformation +"rare earth oxides production, from rare earth oxide concentrate, 50% REO",praseodymium oxide,material,Chemicals\Inorganic\Transformation +"rare earth oxides production, from rare earth oxide concentrate, 50% REO",samarium-europium-gadolinium oxide,material,Chemicals\Inorganic\Transformation +"rare earth oxides production, from rare earth oxide concentrate, 70% REO","calcium carbonate, precipitated",material,Chemicals\Inorganic\Transformation +"rare earth oxides production, from rare earth oxide concentrate, 70% REO",calcium chloride,material,Chemicals\Inorganic\Transformation +"rare earth oxides production, from rare earth oxide concentrate, 70% REO",cerium oxide,material,Chemicals\Inorganic\Transformation +"rare earth oxides production, from rare earth oxide concentrate, 70% REO",europium oxide,material,Chemicals\Inorganic\Transformation +"rare earth oxides production, from rare earth oxide concentrate, 70% REO",gadolinium oxide,material,Chemicals\Inorganic\Transformation +"rare earth oxides production, from rare earth oxide concentrate, 70% REO",iron ore concentrate,material,Chemicals\Inorganic\Transformation +"rare earth oxides production, from rare earth oxide concentrate, 70% REO",lanthanum-cerium oxide,material,Chemicals\Inorganic\Transformation +"rare earth oxides production, from rare earth oxide concentrate, 70% REO",lanthanum oxide,material,Chemicals\Inorganic\Transformation +"rare earth oxides production, from rare earth oxide concentrate, 70% REO",praseodymium-neodymium oxide,material,Chemicals\Inorganic\Transformation +"rare earth oxides production, from rare earth oxide concentrate, 70% REO",samarium oxide,material,Chemicals\Inorganic\Transformation +"rare earth oxides production, from rare earth oxide concentrate, 70% REO","sodium chloride, powder",material,Chemicals\Inorganic\Transformation +"rare earth oxides production, from rare earth oxide concentrate, 70% REO",sulfur,material,Chemicals\Inorganic\Transformation +"rare earth oxides production, from rare earth oxide concentrate, 70% REO",terbium-dysprosium oxide,material,Chemicals\Inorganic\Transformation +"rare earth oxides production, from rare earth oxide concentrate, 70% REO",yttrium oxide,material,Chemicals\Inorganic\Transformation +"rare earth oxides production, from rare earth oxide concentrate, 70% REO",coal tar,material,Fuels\Coal\Market +"rare earth oxides production, from rare earth oxide concentrate, 70% REO_obsolete",coal tar,waste treatment,Others\Obsolete +"rare earth tailings, from bastnaesite and monazite ore, Recycled Content cut-off","rare earth tailings, from bastnaesite and monazite ore",material,Chemicals\Inorganic\Transformation +"rare earth tailings, from bastnaesite and monazite ore, Recycled Content cut-off_obsolete","rare earth tailings, from bastnaesite and monazite ore",waste treatment,Others\Obsolete +"receiver system construction, solar tower power plant, 20 MW","receiver system, solar tower power plant, 20 MW",energy,Electricity by fuel\Photovoltaic\Transformation\Infrastructure +"recultivation, bauxite mine","recultivation, bauxite mine",processing,Land transformation\Transformation +"recultivation, bentonite mine","recultivation, bentonite mine",processing,Land transformation\Transformation +"recultivation, dolomite mine","recultivation, dolomite mine",processing,Land transformation\Transformation +"recultivation, ilmenite mine","recultivation, ilmenite mine",processing,Land transformation\Transformation +"recultivation, iron mine","recultivation, iron mine",processing,Land transformation\Transformation +"recultivation, limestone mine","recultivation, limestone mine",processing,Land transformation\Transformation +"recultivation, potash salt mine","recultivation, potash salt mine",processing,Land transformation\Transformation +"recultivation, shale quarry","recultivation, shale quarry",processing,Land transformation\Transformation +recycling of aluminium,aluminium (waste treatment),waste treatment,Recycling\Transformation +recycling of core board,core board (waste treatment),waste treatment,Recycling\Transformation +recycling of mixed plastics,mixed plastics (waste treatment),waste treatment,Recycling\Transformation +"recycling of packaging glass, white","packaging glass, white (waste treatment)",waste treatment,Recycling\Transformation +recycling of paper,paper (waste treatment),waste treatment,Recycling\Transformation +recycling of PE,pE (waste treatment),waste treatment,Recycling\Transformation +recycling of PET,pET (waste treatment),waste treatment,Recycling\Transformation +recycling of PP,pP (waste treatment),waste treatment,Recycling\Transformation +recycling of PS,pS (waste treatment),waste treatment,Recycling\Transformation +recycling of PVC,pVC (waste treatment),waste treatment,Recycling\Transformation +recycling of steel and iron,steel and iron (waste treatment),waste treatment,Recycling\Transformation +red kidney bean production,red kidney bean,material,Agricultural\Plant production\Legumes\Transformation +"red kidney bean seed production, for sowing","red kidney bean seed, for sowing",material,Agricultural\Plant seeds\Transformation +"reefer production, intermodal shipping container, 40-foot, high-cube, carbon dioxide, liquid as refrigerant","reefer, intermodal shipping container, 40-foot, high-cube, carbon dioxide, liquid as refrigerant",transport,Intermodal\Transformation\Infrastructure +"reefer production, intermodal shipping container, 40-foot, high-cube, R134a as refrigerant","reefer, intermodal shipping container, 40-foot, high-cube, R134a as refrigerant",transport,Intermodal\Transformation\Infrastructure +reeled raw silk hank production,reeled raw silk hank,material,Chemicals\Others\Transformation +"refinery gas production, petroleum refinery operation",refinery gas,material,Fuels\Natural gas\Transformation +"refinery gas, burned in furnace","heat, district or industrial, other than natural gas",energy,Heat\Gas\Transformation +refining of crude vegetable oil from rapeseed,refining of crude vegetable oil from rapeseed,material,Fuels\Others\Transformation +refining of vegetable oil from oil palm,refining of vegetable oil from oil palm,material,Fuels\Others\Transformation +"reformate production, petroleum refinery operation",reformate,material,Chemicals\Others\Transformation +"refractory production, basic, packed","refractory, basic, packed",material,Construction\Bricks\Transformation +"refractory production, fireclay, packed","refractory, fireclay, packed",material,Construction\Bricks\Transformation +"refractory production, high aluminium oxide, packed","refractory, high aluminium oxide, packed",material,Construction\Bricks\Transformation +refrigerant R134a production,refrigerant R134a,material,Chemicals\Organic\Transformation +"refrigeration machine production, carbon dioxide, liquid as refrigerant","refrigeration machine, carbon dioxide, liquid as refrigerant",transport,Intermodal\Transformation\Infrastructure +"refrigeration machine production, R134a as refrigerant","refrigeration machine, R134a as refrigerant",transport,Intermodal\Transformation\Infrastructure +refrigerator production,refrigerator,material,Appliances\Transformation\Infrastructure +regenerative thermal oxidation of nitrous oxide,"n2O retained, by regenerative thermal oxidation",material,Chemicals\Others\Transformation +reinforcing steel production,reinforcing steel,material,Metals\Ferro\Transformation +"residential sewer grid construction, 0.087 km","residential sewer grid, 0.087 km",processing,Waste\Transformation\Infrastructure +residual material landfill construction,residual material landfill,processing,Waste\Transformation\Infrastructure +"resistor production, auxilliaries and energy use","resistor, auxilliaries and energy use",material,Electronics\Component\Transformation +"resistor production, metal film type, through-hole mounting","resistor, metal film type, through-hole mounting",material,Electronics\Component\Transformation +"resistor production, surface-mounted","resistor, surface-mounted",material,Electronics\Component\Transformation +"resistor production, wirewound, through-hole mounting","resistor, wirewound, through-hole mounting",material,Electronics\Component\Transformation +"resorcinol production, benzene disulfonation",resorcinol,material,Chemicals\Organic\Transformation +"resorcinol production, benzene disulfonation",sodium sulfite,material,Chemicals\Organic\Transformation +"resorcinol production, hydrolysis of meta-phenylene diamine",ortho-phenylene diamine,material,Chemicals\Organic\Transformation +"resorcinol production, hydrolysis of meta-phenylene diamine",para-phenylene diamine,material,Chemicals\Organic\Transformation +"resorcinol production, hydrolysis of meta-phenylene diamine",resorcinol,material,Chemicals\Organic\Transformation +"resorcinol production, hydrolysis of meta-phenylene diamine",o-phenylene diamine,material,Chemicals\Organic\Transformation +"resorcinol production, hydrolysis of meta-phenylene diamine",p-phenylene diamine,material,Chemicals\Organic\Transformation +"resorcinol production, hydroperoxidation of meta-diisopropylbenzene","acetone, liquid",material,Chemicals\Organic\Transformation +"resorcinol production, hydroperoxidation of meta-diisopropylbenzene",resorcinol,material,Chemicals\Organic\Transformation +"retarder, for lorry","retarder, for lorry",transport,Road\Transformation\Infrastructure +"retention aid production, for paper production","retention aid, for paper production",material,Chemicals\Others\Transformation +rhodium to generic market for metal catalyst for catalytic converter,metal catalyst for catalytic converter,material,Chemicals\Organic\Market +rice production,straw,material,Others\Obsolete +"rice production, basmati","rice, basmati",material,Agricultural\Plant production\Cereals\Transformation +"rice production, non-basmati","rice, non-basmati",material,Agricultural\Plant production\Cereals\Transformation +"rice production, non-basmati",straw,material,Agricultural\Plant production\Roughage\Transformation +"rice seed production, for sowing","rice seed, for sowing",material,Agricultural\Plant seeds\Transformation +road construction,road,transport,Road\Transformation\Infrastructure +"road construction, company, internal","road, company, internal",transport,Road\Transformation\Infrastructure +road maintenance,road maintenance,transport,Road\Transformation\Infrastructure +road vehicle factory construction,road vehicle factory,transport,Road\Transformation\Infrastructure +rock crushing,rock crushing,processing,Others\Transformation +rolling mill production,rolling mill,processing,Metals\Metal working\Transformation\Infrastructure +roof tile production,roof tile,material,Construction\Coverings\Transformation +"room-connecting overflow element production, steel, approx. 40 m3/h","room-connecting overflow element, steel, approx. 40 m3/h",material,Construction\Ventilation\Transformation +"rosin size production, for paper production","rosin size, for paper production",material,Chemicals\Others\Transformation +"router, internet","router, internet",material,Electronics\Devices\Transformation +"rutile production, synthetic, 95% titanium dioxide","rutile, 95% titanium dioxide",material,Others\Obsolete +"rutile production, synthetic, 95% titanium dioxide, Becher process","rutile, 95% titanium dioxide",material,Minerals\Transformation +"rutile production, synthetic, 95% titanium dioxide, Benelite process","rutile, 95% titanium dioxide",material,Minerals\Transformation +RWGS catalyst,rWGS catalyst,material,Fuels\Others\Transformation +RWGS tank construction,rWGS tank construction,material,Fuels\Others\Transformation +"rye grain, feed production, organic","rye grain, feed, organic",material,Agricultural\Animal feed\Transformation +"rye grain, feed production, Swiss integrated production","rye grain, feed, Swiss integrated production",material,Agricultural\Animal feed\Transformation +rye production,rye grain,material,Agricultural\Plant production\Cereals\Transformation +rye production,straw,material,Agricultural\Plant production\Roughage\Transformation +"rye production, organic","rye grain, organic",material,Agricultural\Plant production\Cereals\Transformation +"rye production, organic","straw, organic",material,Agricultural\Plant production\Roughage\Transformation +"rye production, Swiss integrated production, extensive","rye grain, Swiss integrated production",material,Agricultural\Plant production\Cereals\Transformation +"rye production, Swiss integrated production, extensive",straw,material,Agricultural\Plant production\Roughage\Transformation +"rye production, Swiss integrated production, intensive","rye grain, Swiss integrated production",material,Agricultural\Plant production\Cereals\Transformation +"rye production, Swiss integrated production, intensive",straw,material,Agricultural\Plant production\Roughage\Transformation +"rye seed production, for sowing","rye seed, for sowing",material,Agricultural\Plant seeds\Transformation +"rye seed production, organic, for sowing","rye seed, organic, for sowing",material,Agricultural\Plant seeds\Transformation +"rye seed production, Swiss integrated production, for sowing","rye seed, Swiss integrated production, for sowing",material,Agricultural\Plant seeds\Transformation +sabatier reaction methanation unit construction,sabatier reaction methanation unit,material,Fuels\Others\Transformation +salicylic acid production,salicylic acid,material,Chemicals\Acids (organic)\Transformation +salicylic acid production,phenol,material,Chemicals\Organic\Transformation +"salt production from seawater, evaporation pond",salt,material,Chemicals\Inorganic\Transformation +samarium europium gadolinium concentrate to generic market for mischmetal,mischmetal,material,Metals\Non ferro\Market +samarium oxide to generic market for mischmetal,mischmetal,material,Metals\Non ferro\Market +sand blasting,sand blasting,material,Others\Obsolete +"sand quarry operation, extraction from river bed",sand,material,Minerals\Transformation +"sand quarry operation, open pit mine",sand,material,Minerals\Transformation +sand to generic market for inert filler,inert filler,material,Chemicals\Organic\Market +sand-lime brick production,sand-lime brick,material,Construction\Bricks\Transformation +"sanforizing, textile","sanforizing, textile",processing,Textiles\Transformation +sanitary ceramics production,sanitary ceramics,material,Construction\Ceramics\Transformation +sanitary landfill facility construction,sanitary landfill facility,processing,Waste\Transformation\Infrastructure +"saw dust, wet, measured as dry mass to generic market for residual softwood, wet","residual hardwood, wet",material,Others\Obsolete +"saw dust, wet, measured as dry mass to generic market for residual softwood, wet","residual softwood, wet",material,Others\Obsolete +"sawdust, wet, measured as dry mass to generic market for residual softwood, wet","residual hardwood, wet",material,Wood\Byproducts\Market +"sawdust, wet, measured as dry mass to generic market for residual softwood, wet","residual softwood, wet",material,Wood\Byproducts\Transformation +"sawing and planing, azobe, air dried","residual wood, dry",material,Wood\Byproducts\Transformation +"sawing and planing, azobe, air dried","sawnwood, azobe, dried (u=15%), planed",material,Wood\Products\Transformation +"sawing and planing, paran‡ pine, kiln dried","electricity, low voltage",energy,Others\Obsolete +"sawing and planing, parana pine, kiln dried","electricity, low voltage",energy,Cogeneration\Biomass\Transformation +"sawing and planing, parana pine, kiln dried","wood chips, dry, measured as dry mass",material,Others\Obsolete +"sawing and planing, parana pine, kiln dried","residual wood, dry",material,Wood\Byproducts\Transformation +"sawing and planing, parana pine, kiln dried","sawnwood, parana pine, dried (u=10%)",material,Wood\Products\Transformation +"sawing and planing, paran‡ pine, kiln dried","electricity, low voltage",material,Wood\Products\Transformation +"sawing and planing, paran‡ pine, kiln dried","sawnwood, paran‡ pine, dried (u=10%)",material,Wood\Products\Transformation +"sawing and planing, paran‡ pine, kiln dried","residual wood, dry",material,Wood\Products\Transformation +"sawing and planing, paran‡ pine, kiln dried","sawnwood, paran‡ pine, dried (u=10%)",material,Wood\Products\Transformation +"sawing and planing, paran‡ pine, kiln dried","residual wood, dry",material,Wood\Products\Transformation +"sawing and planing, paran‡ pine, kiln dried","electricity, low voltage",material,Wood\Products\Transformation +"sawing, hardwood","slab and siding, hardwood, wet, measured as dry mass",processing,Agricultural\Transformation +"sawing, hardwood","saw dust, wet, measured as dry mass",material,Others\Obsolete +"sawing, hardwood","sawnwood, hardwood, raw, debarked",material,Others\Obsolete +"sawing, hardwood","sawdust, loose, wet, measured as dry mass",material,Wood\Extraction\Transformation +"sawing, hardwood","sawnwood, hardwood, raw",material,Wood\Products\Transformation +"sawing, hardwood",bark,processing,Wood\Transformation +"sawing, softwood","slab and siding, softwood, wet, measured as dry mass",processing,Agricultural\Transformation +"sawing, softwood","saw dust, wet, measured as dry mass",material,Others\Obsolete +"sawing, softwood","sawnwood, softwood, raw, debarked",material,Others\Obsolete +"sawing, softwood","sawdust, loose, wet, measured as dry mass",material,Wood\Extraction\Transformation +"sawing, softwood","sawnwood, softwood, raw",material,Wood\Products\Transformation +"sawing, softwood",bark,processing,Wood\Transformation +"sawlog and veneer log, azobe, debarked, measured as solid wood, import from CM","sawlog and veneer log, azobe, debarked, measured as solid wood",material,Wood\Extraction\Market\Import +"sawlog and veneer log, hardwood, measured as solid wood under bark, import from Europe without Switzerland","sawlog and veneer log, hardwood, measured as solid wood under bark",material,Wood\Extraction\Market\Import +"sawlog and veneer log, meranti, debarked, measured as solid wood, import from MY","sawlog and veneer log, meranti, debarked, measured as solid wood",material,Wood\Extraction\Market\Import +"sawlog and veneer log, softwood, measured as solid wood under bark, import from Europe without Switzerland","sawlog and veneer log, softwood, measured as solid wood under bark",material,Wood\Extraction\Market\Import +sawmill construction,sawmill,material,Wood\Products\Transformation\Infrastructure +"sawnwood production, hardwood, dried (u=10%), planed","sawnwood, hardwood, dried (u=10%), planed",material,Others\Obsolete +"sawnwood production, hardwood, dried (u=20%), planed","sawnwood, hardwood, dried (u=20%), planed",material,Others\Obsolete +"sawnwood production, hardwood, raw, dried (u=10%)","sawnwood, hardwood, raw, dried (u=10%)",material,Others\Obsolete +"sawnwood production, hardwood, raw, dried (u=20%)","sawnwood, hardwood, raw, dried (u=20%)",material,Others\Obsolete +"sawnwood production, softwood, dried (u=10%), planed","sawnwood, softwood, dried (u=10%), planed",material,Others\Obsolete +"sawnwood production, softwood, dried (u=20%), planed","sawnwood, softwood, dried (u=20%), planed",material,Others\Obsolete +"sawnwood production, softwood, raw, dried (u=10%)","sawnwood, softwood, raw, dried (u=10%)",material,Others\Obsolete +"sawnwood production, softwood, raw, dried (u=20%)","sawnwood, softwood, raw, dried (u=20%)",material,Others\Obsolete +"sawnwood, parana pine, dried (u=10%), import from BR","sawnwood, parana pine, dried (u=10%)",material,Wood\Products\Market\Import +"sawnwood, paran‡ pine, dried (u=10%), import from br","sawnwood, paran‡ pine, dried (u=10%)",material,Wood\Products\Market\Import +"sba-15 production, for lis battery",sba-15,material,Electronics\Battery\Transformation +"scandium oxide production, from rare earth tailings",iron ore concentrate,material,Chemicals\Inorganic\Transformation +"scandium oxide production, from rare earth tailings","rare earth oxide concentrate, 50% REO",material,Chemicals\Inorganic\Transformation +"scandium oxide production, from rare earth tailings",scandium oxide,material,Chemicals\Inorganic\Transformation +"scandium oxide production, from rare earth tailings",sulfur,material,Chemicals\Inorganic\Transformation +"scandium oxide production, from rare earth tailings",pyrochlore concentrate,material,Metals\Non ferro\Transformation +"scandium oxide production, from rare earth tailings","fluorspar, 97% purity",material,Minerals\Transformation +"scandium oxide to generic market for electrolyte, for solid oxide fuel cell","electrolyte, for solid oxide fuel cell",energy,Cogeneration\Gas\Market\Infrastructure +"scooter, electric, <4kW, LFP battery","scooter, electric, <4kW",transport,Road\Transformation\Infrastructure +"scooter, electric, <4kW, NCA battery","scooter, electric, <4kW",transport,Road\Transformation\Infrastructure +"scooter, electric, <4kW, NMC battery","scooter, electric, <4kW",transport,Road\Transformation\Infrastructure +"scooter, electric, 4-11kW, LFP battery","scooter, electric, 4-11kW",transport,Road\Transformation\Infrastructure +"scooter, electric, 4-11kW, NCA battery","scooter, electric, 4-11kW",transport,Road\Transformation\Infrastructure +"scooter, electric, 4-11kW, NMC battery","scooter, electric, 4-11kW",transport,Road\Transformation\Infrastructure +"Scooter, gasoline, <4kW, EURO-3","scooter, gasoline, <4kW, EURO-3",transport,Road\Transformation\Infrastructure +"Scooter, gasoline, <4kW, EURO-4","scooter, gasoline, <4kW, EURO-4",transport,Road\Transformation\Infrastructure +"Scooter, gasoline, <4kW, EURO-5","scooter, gasoline, <4kW, EURO-5",transport,Road\Transformation\Infrastructure +"Scooter, gasoline, 4-11kW, EURO-3","scooter, gasoline, 4-11kW, EURO-3",transport,Road\Transformation\Infrastructure +"Scooter, gasoline, 4-11kW, EURO-4","scooter, gasoline, 4-11kW, EURO-4",transport,Road\Transformation\Infrastructure +"Scooter, gasoline, 4-11kW, EURO-5","scooter, gasoline, 4-11kW, EURO-5",transport,Road\Transformation\Infrastructure +"scrap lead acid battery, Recycled Content cut-off",scrap lead acid battery,material,Chemicals\Inorganic\Transformation +scrap preparation facility construction,scrap preparation facility,processing,Waste\Transformation\Infrastructure +"seal production, natural rubber based","seal, natural rubber based",material,Construction\Sealing\Transformation +"sealing tape production, aluminium/PE, 50 mm wide","sealing tape, aluminium/PE, 50 mm wide",material,Construction\Sealing\Transformation +"seawater reverse osmosis module production, 8-inch spiral wound, baseline",seawater reverse osmosis module,material,Water\Industry water\Transformation\Infrastructure +"seawater reverse osmosis module production, 8-inch spiral wound, enhanced",seawater reverse osmosis module,material,Water\Industry water\Transformation\Infrastructure +"section bar extrusion, aluminium","section bar extrusion, aluminium",processing,Metals\Chipless shaping\Transformation +"section bar rolling, steel","section bar rolling, steel",processing,Metals\Chipless shaping\Transformation +"seed-cotton production, conventional",seed-cotton,material,Textiles\Transformation +"seed-cotton production, organic","seed-cotton, organic",material,Textiles\Transformation +selective catalytic reduction of nitrogen oxides,"nOx retained, by selective catalytic reduction",processing,Power plants\Transformation +"selective coating, aluminium sheet, nickel pigmented aluminium oxide","selective coat, aluminium sheet, nickel pigmented aluminium oxide",processing,Metals\Coating\Transformation +"selective coating, copper sheet, black chrome","selective coat, copper sheet, black chrome",processing,Metals\Coating\Transformation +"selective coating, copper sheet, black majic","selective coat, copper sheet, black majic",processing,Metals\Coating\Transformation +"selective coating, copper sheet, physical vapour deposition","selective coat, copper sheet, physical vapour deposition",processing,Metals\Coating\Transformation +"selective coating, copper sheet, sputtering","selective coat, copper sheet, sputter deposition",processing,Metals\Coating\Transformation +"selective coating, sputtering","selective coating, sputtering",transport,Road\Transformation\Infrastructure +"selective coating, stainless steel sheet, black chrome","selective coat, stainless steel sheet, black chrome",processing,Metals\Coating\Transformation +"selective soldering for mounting larger external connector on bms board, for lis battery","logic board, assembled, with external connector",material,Electronics\Battery\Transformation +selenium production,selenium,material,Chemicals\Inorganic\Transformation +selexol (dimethylether of polyethylene glycol),selexol (dimethylether of polyethylene glycol),material,Others\Obsolete +semi-rigid roadside barriers,semi-rigid roadside barriers,transport,Road\Transformation\Infrastructure +"separator manufacturing, for li-o2 battery",separator,material,Electronics\Battery\Transformation +"separator production, for lis battery",separator,material,Electronics\Battery\Transformation +sesame seed production,sesame seed,material,Agricultural\Plant production\Oil seeds\Transformation +"sewer grid construction, 1.1E10l/year, 242 km","sewer grid, 1.1E10l/year, 242 km",processing,Waste\Transformation\Infrastructure +"sewer grid construction, 1.6E8l/year, 6 km","sewer grid, 1.6E8l/year, 6 km",processing,Waste\Transformation\Infrastructure +"sewer grid construction, 1E9l/year, 30 km","sewer grid, 1E9l/year, 30 km",processing,Waste\Transformation\Infrastructure +"sewer grid construction, 4.7E10l/year, 583 km","sewer grid, 4.7E10l/year, 583 km",processing,Waste\Transformation\Infrastructure +"sewer grid construction, 5E9l/year, 110 km","sewer grid, 5E9l/year, 110 km",processing,Waste\Transformation\Infrastructure +"sewer grid construction, rural","sewer grid, rural",processing,Waste\Transformation\Infrastructure +"sewer grid construction, urban","sewer grid, urban",processing,Waste\Transformation\Infrastructure +sf6 mv circuit breaker production,sf6 mv circuit breaker,material,Others\Obsolete +shale brick production,shale brick,material,Construction\Bricks\Transformation +shale quarry operation,shale,material,Minerals\Transformation +"shaving, hardwood, measured as dry mass to generic market for residual wood, dry","residual wood, dry",material,Others\Obsolete +"shaving, softwood, measured as dry mass to generic market for residual wood, dry","residual wood, dry",material,Others\Obsolete +"shavings, hardwood, measured as dry mass to generic market for residual wood, dry","residual wood, dry",material,Others\Obsolete +"shavings, softwood, measured as dry mass to generic market for residual wood, dry","residual wood, dry",material,Others\Obsolete +shed construction,shed,material,Agricultural\Plant production\Other\Transformation\Infrastructure +"shed construction, large, wood, non-insulated, fire-unprotected","shed, large, wood, non-insulated, fire-unprotected",material,Agricultural\Plant production\Other\Transformation\Infrastructure +"sheep for slaughtering, live weight to generic market for red meat, live weight","red meat, live weight",material,Agricultural\Food\Market +"sheep production, for meat",sheep fleece in the grease,material,Agricultural\Animal production\Ovine\Transformation +"sheep production, for meat","sheep for slaughtering, live weight",material,Agricultural\Animal production\Ovine\Transformation +"sheep production, for wool",sheep fleece in the grease,material,Agricultural\Animal production\Ovine\Transformation +"sheep production, for wool","sheep for slaughtering, live weight",material,Agricultural\Animal production\Ovine\Transformation +"sheet rolling, aluminium","sheet rolling, aluminium",processing,Metals\Chipless shaping\Transformation +"sheet rolling, chromium steel","sheet rolling, chromium steel",processing,Metals\Chipless shaping\Transformation +"sheet rolling, copper","sheet rolling, copper",processing,Metals\Chipless shaping\Transformation +"sheet rolling, steel","sheet rolling, steel",processing,Metals\Chipless shaping\Transformation +"shredding and sorting, cell, for lis battery",shredded and sorted cell components,material,Electronics\Battery\Transformation +"shredding and sorting, installation, for lis battery",shredded and sorted installation components,material,Electronics\Battery\Transformation +"shredding and sorting, module, for lis battery",shredded and sorted module components,material,Electronics\Battery\Transformation +"silane, at plant","silane, at plant",energy,Electricity by fuel\Photovoltaic\Market\Infrastructure +"silencer production, steel, DN 125","silencer, steel, DN 125",material,Construction\Ventilation\Transformation +"silencer production, steel, DN 315, 50 mm","silencer, steel, DN 315, 50 mm",material,Construction\Ventilation\Transformation +"silica fume, densified, Recycled Content cut-off","silica fume, densified",material,Chemicals\Inorganic\Transformation +silica sand production,silica sand,material,Chemicals\Inorganic\Transformation +silicon carbide production,silicon carbide,material,Chemicals\Inorganic\Transformation +silicon hydrochloration,silicon tetrachloride,material,Chemicals\Inorganic\Transformation +silicon hydrochloration,silicon tetrahydride,material,Chemicals\Inorganic\Transformation +"silicon production, electronics grade",silicon tetrachloride,material,Chemicals\Inorganic\Transformation +"silicon production, electronics grade","silicon, electronics grade",material,Chemicals\Silicons\Transformation +"silicon production, electronics grade","silicon, solar grade",material,Chemicals\Silicons\Transformation +"silicon production, metallurgical grade","silicon, metallurgical grade",material,Chemicals\Silicons\Transformation +"silicon production, multi-Si, casted","silicon, multi-Si, casted",material,Chemicals\Silicons\Transformation +"silicon production, photovoltaics, production mix","silicon production, photovoltaics, production mix",energy,Electricity by fuel\Photovoltaic\Market\Infrastructure +"silicon production, single crystal, Czochralski process, electronics","silicon, single crystal, Czochralski process, electronics",material,Electronics\Photovoltaic\Transformation +"silicon production, single crystal, Czochralski process, photovoltaics","silicon, single crystal, Czochralski process, photovoltaics",energy,Electricity by fuel\Photovoltaic\Market\Infrastructure +"silicon production, solar grade, modified Siemens process","silicon, solar grade",material,Chemicals\Silicons\Transformation +silicon tetrachloride production,carbon monoxide,material,Chemicals\Gases\Transformation +silicon tetrachloride production,silicon tetrachloride,material,Chemicals\Inorganic\Transformation +"silicon tetrahydride production, silicon hydrochlorination",silicon tetrachloride,material,Chemicals\Inorganic\Transformation +"silicon tetrahydride production, silicon hydrochlorination",silicon tetrahydride,material,Chemicals\Inorganic\Transformation +silicone factory construction,silicone factory,material,Chemicals\Silicons\Transformation\Infrastructure +silicone product production,silicone product,material,Chemicals\Silicons\Transformation +silver mine operation with extraction,"silver, unrefined",material,Metals\Non ferro\Transformation +silver mine operation with extraction,lead concentrate,material,Minerals\Transformation +silver mine operation with extraction,zinc concentrate,material,Minerals\Transformation +silver-gold mine operation with refinery,gold,material,Metals\Non ferro\Transformation +silver-gold mine operation with refinery,silver,material,Metals\Non ferro\Transformation +single superphosphate production,single superphosphate,material,Chemicals\Fertilisers (inorganic)\Transformation +"single-Si wafer production, for electronics","single-Si wafer, for electronics",material,Electronics\Photovoltaic\Transformation +"single-Si wafer production, photovoltaic","single-Si wafer, photovoltaic",energy,Electricity by fuel\Photovoltaic\Market\Infrastructure +"single-Si wafer, photovoltaics, at regional storage","single-Si wafer, photovoltaics, at regional storage",energy,Electricity by fuel\Photovoltaic\Market\Infrastructure +"sinter production, iron","sinter, iron",material,Others\Obsolete +size-specific lorry transport to generic market for lorry transport,"transport, freight, lorry, unspecified",transport,Others\Obsolete +skidder production,skidder,material,Wood\Products\Transformation\Infrastructure +"skidding, skidder","skidding, skidder",processing,Agricultural\Transformation +"skimmed milk, from cow milk to generic market for protein feed","energy feed, gross",material,Agricultural\Animal feed\Market +"skimmed milk, from cow milk to generic market for protein feed","protein feed, 100% crude",material,Agricultural\Animal feed\Market +"slab and siding, hardwood, wet, measured as dry mass to generic market for residual hardwood, wet","residual hardwood, wet",material,Others\Obsolete +"slab and siding, softwood, wet, measured as dry mass to generic market for residual softwood, wet","residual softwood, wet",material,Others\Obsolete +slag landfill construction,slag landfill,processing,Waste\Transformation\Infrastructure +"slanted-roof construction, mounted, on roof, Stade de Suisse","slanted-roof construction, mounted, on roof, Stade de Suisse",energy,Electricity by fuel\Photovoltaic\Market\Infrastructure +small pelagic fish to generic market for marine fish,marine fish,material,Agricultural\Animal production\Fish\Market +"smelting and refining of nickel concentrate, 16% Ni",sulfuric acid,material,Chemicals\Acids (inorganic)\Transformation +"smelting and refining of nickel concentrate, 16% Ni",ammonium sulfate,material,Chemicals\Inorganic\Transformation +"smelting and refining of nickel concentrate, 16% Ni","steam, in chemical industry",energy,Heat\Steam\Transformation +"smelting and refining of nickel concentrate, 16% Ni","nickel, class 1",material,Metals\Non ferro\Transformation +"smelting and refining of nickel concentrate, 16% Ni","copper concentrate, sulfide ore",material,Minerals\Transformation +"smelting and refining of nickel concentrate, 7% Ni",ammonium sulfate,material,Chemicals\Inorganic\Transformation +"smelting and refining of nickel concentrate, 7% Ni","steam, in chemical industry",energy,Heat\Steam\Transformation +"smelting and refining of nickel concentrate, 7% Ni","nickel, class 1",material,Metals\Non ferro\Transformation +smelting and refining of nickel ore,"ammonium sulfate, as N",material,Others\Obsolete +"smelting of copper concentrate, sulfide ore",sulfuric acid,material,Chemicals\Acids (inorganic)\Transformation +"smelting of copper concentrate, sulfide ore","copper, anode",material,Metals\Non ferro\Transformation +"sng from wood, 70 bar, at consumer","sng from wood, 70 bar, at consumer",material,Others\Obsolete +"sng from wood, production plant","sng from wood, production plant",material,Others\Obsolete +sng production plant,sng production plant,material,Others\Obsolete +soap production,soap,material,Chemicals\Washing agents\Tensides\Transformation +"soda ash production, dense, Hou's process",ammonium chloride,waste treatment,Landfill\Slag compartment\Transformation +"soda ash production, dense, Hou's process","soda ash, dense",waste treatment,Landfill\Slag compartment\Transformation +"soda ash, dense, to generic market for neutralising agent","neutralising agent, sodium hydroxide-equivalent",material,Chemicals\Inorganic\Market +"soda ash, light, crystalline, heptahydrate, to generic market for neutralising agent","neutralising agent, sodium hydroxide-equivalent",material,Chemicals\Inorganic\Market +"soda production, solvay process",calcium chloride,material,Chemicals\Inorganic\Transformation +"soda production, solvay process","soda ash, light",material,Chemicals\Inorganic\Transformation +"soda production, solvay process",sodium bicarbonate,material,Chemicals\Inorganic\Transformation +"sodium aluminate production, powder","sodium aluminate, powder",material,Chemicals\Inorganic\Transformation +sodium amide production,sodium amide,material,Chemicals\Inorganic\Transformation +sodium arsenide production from Imperial smelting furnace,sodium arsenide,material,Chemicals\Inorganic\Transformation +"sodium bicarbonate, to generic market for neutralising agent","neutralising agent, sodium hydroxide-equivalent",material,Chemicals\Inorganic\Market +sodium borate mine operation and beneficiation,sodium borates,material,Chemicals\Inorganic\Transformation +"sodium chlorate production, powder","sodium chlorate, powder",material,Chemicals\Inorganic\Transformation +sodium chloride electrolysis,"chlorine, gaseous",material,Chemicals\Gases\Transformation +sodium chloride electrolysis,sodium,material,Chemicals\Inorganic\Transformation +"sodium chloride production, brine solution","sodium chloride, brine solution",material,Chemicals\Inorganic\Transformation +"sodium chloride production, powder","sodium chloride, powder",material,Chemicals\Inorganic\Transformation +sodium chloride to generic market for de-icer,de-icer,material,Chemicals\Inorganic\Market +sodium chloroacetate production,sodium chloroacetate,material,Chemicals\Organic\Transformation +sodium cumenesulphonate production,sodium cumenesulphonate,material,Chemicals\Inorganic\Transformation +sodium cyanide production,sodium cyanide,material,Chemicals\Inorganic\Transformation +sodium dichromate production,sodium dichromate,material,Chemicals\Inorganic\Transformation +"sodium dithionite production, anhydrous","sodium dithionite, anhydrous",material,Chemicals\Inorganic\Transformation +sodium ethoxide production,sodium ethoxide,material,Chemicals\Organic\Transformation +sodium ethyl xanthate production,sodium ethyl xanthate,material,Chemicals\Organic\Transformation +sodium fluoride production,sodium fluoride,material,Chemicals\Inorganic\Transformation +sodium formate production,sodium formate,material,Chemicals\Organic\Transformation +sodium hexafluorophosphate production,sodium hexafluorophosphate,material,Chemicals\Organic\Transformation +sodium hydrogen sulfate production,sodium hydrogen sulfate,material,Chemicals\Inorganic\Transformation +sodium hydrogen sulfite production,sodium hydrogen sulfite,material,Chemicals\Inorganic\Transformation +sodium hydrosulfide production,sodium hydrosulfide,material,Chemicals\Inorganic\Transformation +sodium hydroxide to generic market for neutralising agent,"neutralising agent, sodium hydroxide-equivalent",material,Chemicals\Inorganic\Market +"sodium hypochlorite production, product in 15% solution state","sodium hypochlorite, without water, in 15% solution state",material,Chemicals\Inorganic\Transformation +sodium hypochlorite to generic market for bleach,bleach,material,Chemicals\Inorganic\Transformation +sodium hypochlorite to generic market for bleach,bleach,material,Chemicals\Inorganic\Transformation +"sodium metasilicate pentahydrate production, 58% active substance, powder","sodium metasilicate pentahydrate, 58% active substance, powder",material,Chemicals\Washing agents\Builders\Transformation +sodium methoxide production,sodium methoxide,material,Chemicals\Organic\Transformation +sodium nitrate production,sodium nitrate,material,Chemicals\Inorganic\Transformation +"sodium nitrate production, technical grade","sodium nitrate, technical grade",material,Chemicals\Inorganic\Transformation +"sodium nitrate production, unrefined from caliche ore mining","sodium nitrate, unrefined",material,Chemicals\Inorganic\Transformation +sodium nitrite production,sodium nitrite,material,Chemicals\Inorganic\Transformation +sodium oxide production,sodium oxide,material,Chemicals\Inorganic\Transformation +"sodium perborate production, monohydrate, powder","sodium perborate, monohydrate, powder",material,Chemicals\Washing agents\Bleaches\Transformation +"sodium perborate production, tetrahydrate, powder","sodium perborate, tetrahydrate, powder",material,Chemicals\Washing agents\Bleaches\Transformation +"sodium perborate, tetrahydrate, powder to generic market for bleach",bleach,material,Chemicals\Washing agents\Bleaches\Transformation +"sodium perborate, tetrahydrate, powder to generic market for bleach",bleach,material,Chemicals\Washing agents\Bleaches\Transformation +"sodium percarbonate production, powder","sodium percarbonate, powder",material,Chemicals\Washing agents\Bleaches\Transformation +"sodium percarbonate, powder to generic market for bleach",bleach,material,Chemicals\Washing agents\Bleaches\Transformation +"sodium percarbonate, powder to generic market for bleach",bleach,material,Chemicals\Washing agents\Bleaches\Transformation +sodium perchlorate production,sodium perchlorate,material,Chemicals\Inorganic\Transformation +sodium persulfate production,sodium persulfate,material,Chemicals\Inorganic\Transformation +sodium phenolate production,sodium phenolate,material,Chemicals\Organic\Transformation +sodium phosphate production,sodium phosphate,material,Chemicals\Inorganic\Transformation +"sodium production, sodium chloride electrolysis, molten salt cell","chlorine, gaseous",material,Chemicals\Inorganic\Transformation +"sodium production, sodium chloride electrolysis, molten salt cell",sodium,material,Chemicals\Inorganic\Transformation +"sodium production, sodium chloride electrolysis, molten salt cell",sodium,material,Chemicals\Inorganic\Transformation +"sodium production, sodium chloride electrolysis, molten salt cell","chlorine, gaseous",material,Chemicals\Inorganic\Transformation +sodium pyrophosphate production,sodium pyrophosphate,material,Chemicals\Inorganic\Transformation +"sodium silicate production, furnace liquor, product in 37% solution state","sodium silicate, without water, in 37% solution state",material,Chemicals\Inorganic\Transformation +"sodium silicate production, furnace process, solid product","sodium silicate, solid",material,Chemicals\Inorganic\Transformation +"sodium silicate production, hydrothermal liquor, product in 48% solution state","sodium silicate, without water, in 48% solution state",material,Chemicals\Inorganic\Transformation +"sodium silicate production, spray powder, 80%","sodium silicate, spray powder, 80%",material,Chemicals\Inorganic\Transformation +sodium silver thiosulfate production,sodium silver thiosulfate,material,Chemicals\Inorganic\Transformation +"sodium sulfate production, from natural sources","sodium sulfate, anhydrite",material,Chemicals\Inorganic\Transformation +sodium sulfide production,sodium sulfide,material,Chemicals\Inorganic\Transformation +sodium sulfite production,sodium sulfite,material,Chemicals\Inorganic\Transformation +sodium tetrafluoroborate production,sodium tetrafluoroborate,material,Chemicals\Inorganic\Transformation +"sodium tetrafluoroborate production, sodium tetrahydridoborate fluorination",sodium tetrafluoroborate,material,Chemicals\Inorganic\Transformation +"sodium tetrafluoroborate production, sodium tetrahydridoborate fluorination",diborane,material,Chemicals\Inorganic\Transformation +"sodium tetrahydridoborate production, brown-schlesinger process",sodium tetrahydridoborate,material,Chemicals\Inorganic\Transformation +"sodium tetrahydridoborate production, brown-schlesinger process",sodium methoxide,material,Chemicals\Inorganic\Transformation +sodium tripolyphosphate production,sodium tripolyphosphate,material,Chemicals\Washing agents\Builders\Transformation +"soft solder production, Sn97Cu3","soft solder, Sn97Cu3",material,Metals\Alloys\Transformation +"softwood forestry, mixed species, boreal forest","sawlog and veneer log, softwood, measured as solid wood under bark",material,Wood\Extraction\Transformation +"softwood forestry, mixed species, sustainable forest management","wood chips, wet, measured as dry mass",material,Wood\Byproducts\Transformation +"softwood forestry, mixed species, sustainable forest management","cleft timber, measured as dry mass",material,Wood\Extraction\Transformation +"softwood forestry, mixed species, sustainable forest management","pulpwood, softwood, measured as solid wood under bark",material,Wood\Extraction\Transformation +"softwood forestry, mixed species, sustainable forest management","sawlog and veneer log, softwood, measured as solid wood under bark",material,Wood\Extraction\Transformation +"softwood forestry, parana pine, sustainable forest management","sawlog and veneer log, parana pine, measured as solid wood under bark",material,Wood\Extraction\Transformation +"softwood forestry, paran‡ pine, sustainable forest management","sawlog and veneer log, paran‡ pine, measured as solid wood under bark",material,Wood\Extraction\Transformation +"softwood forestry, paran‡ pine, sustainable forest management","sawlog and veneer log, paran‡ pine, measured as solid wood under bark",material,Wood\Extraction\Transformation +"softwood forestry, pine, sustainable forest management","wood chips, wet, measured as dry mass",material,Wood\Byproducts\Transformation +"softwood forestry, pine, sustainable forest management","bundle, energy wood, measured as dry mass",material,Wood\Extraction\Transformation +"softwood forestry, pine, sustainable forest management","cleft timber, measured as dry mass",material,Wood\Extraction\Transformation +"softwood forestry, pine, sustainable forest management","pulpwood, softwood, measured as solid wood under bark",material,Wood\Extraction\Transformation +"softwood forestry, pine, sustainable forest management","sawlog and veneer log, softwood, measured as solid wood under bark",material,Wood\Extraction\Transformation +"softwood forestry, spruce, sustainable forest management","wood chips, wet, measured as dry mass",material,Wood\Byproducts\Transformation +"softwood forestry, spruce, sustainable forest management","bundle, energy wood, measured as dry mass",material,Wood\Extraction\Transformation +"softwood forestry, spruce, sustainable forest management","cleft timber, measured as dry mass",material,Wood\Extraction\Transformation +"softwood forestry, spruce, sustainable forest management","pulpwood, softwood, measured as solid wood under bark",material,Wood\Extraction\Transformation +"softwood forestry, spruce, sustainable forest management","sawlog and veneer log, softwood, measured as solid wood under bark",material,Wood\Extraction\Transformation +Sohio process,hydrogen cyanide,material,Chemicals\Gases\Transformation +Sohio process,acetonitrile,material,Chemicals\Organic\Transformation +Sohio process,acrylonitrile,material,Chemicals\Organic\Transformation +solar collector factory construction,solar collector factory,energy,Heat\Solar\Transformation\Infrastructure +"solar collector glass tube production, with silver mirror","solar collector glass tube, with silver mirror",material,Glass\Construction\Transformation +"solar collector system installation, Cu flat plate collector, multiple dwelling, hot water","solar collector system, Cu flat plate collector, multiple dwelling, hot water",energy,Heat\Solar\Transformation\Infrastructure +"solar collector system installation, Cu flat plate collector, one-family house, combined system","solar collector system, Cu flat plate collector, one-family house, combined system",energy,Heat\Solar\Transformation\Infrastructure +"solar collector system installation, Cu flat plate collector, one-family house, hot water","solar collector system, Cu flat plate collector, one-family house, hot water",energy,Heat\Solar\Transformation\Infrastructure +"solar collector system installation, evacuated tube collector, one-family house, combined system","solar collector system, with evacuated tube collector, one-family house, combined system",energy,Heat\Solar\Transformation\Infrastructure +"solar glass production, low-iron","solar glass, low-iron",material,Glass\Construction\Transformation +solar tower subsystem contruction for thermochemical water splitting,solar tower subsystem,material,Fuels\Others\Transformation +solder factory construction,solder factory,material,Metals\Alloys\Transformation\Infrastructure +"solder production, bar, Sn63Pb37, for electronics industry","solder, bar, Sn63Pb37, for electronics industry",material,Metals\Alloys\Transformation +"solder production, bar, Sn95.5Ag3.9Cu0.6, for electronics industry","solder, bar, Sn95.5Ag3.9Cu0.6, for electronics industry",material,Metals\Alloys\Transformation +"solder production, paste, Sn63Pb37, for electronics industry","solder, paste, Sn63Pb37, for electronics industry",material,Metals\Alloys\Transformation +"solder production, paste, Sn95.5Ag3.9Cu0.6, for electronics industry","solder, paste, Sn95.5Ag3.9Cu0.6, for electronics industry",material,Metals\Alloys\Transformation +solid bleached and unbleached board carton production,turpentine,material,Chemicals\Others\Transformation +solid bleached and unbleached board carton production,solid bleached and unbleached board carton,material,Paper+ Board\Board\Transformation +solid bleached board production,solid bleached board,material,Others\Obsolete +"solid manure loading and spreading, by hydraulic loader and spreader","solid manure loading and spreading, by hydraulic loader and spreader",processing,Agricultural\Transformation +solid unbleached board production,solid unbleached board,material,Others\Obsolete +solution mining for geological hydrogen storage,solution mining,material,Fuels\Others\Transformation +"solvent production, organic","solvent, organic",material,Chemicals\Organic\Transformation +sorting and pressing of iron scrap,"iron scrap, sorted, pressed",material,Metals\Waste metals\Transformation +"sorting facility construction, for construction waste","sorting facility, for construction waste",processing,Waste\Transformation\Infrastructure +"sound insulation construction, heat and power co-generation unit, 160kW electrical","sound insulation, heat and power co-generation unit, 160kW electrical",energy,Cogeneration\Gas\Transformation\Infrastructure +"sour gas, burned in gas turbine","sour gas, burned in gas turbine",energy,Electricity by fuel\Gas\Transformation +sowing,sowing,processing,Agricultural\Transformation +soy-based resin production,"polyester resin, unsaturated",material,Chemicals\Organic\Transformation +soybean beverage production,"protein feed, 100% crude",material,Agricultural\Animal feed\Transformation +soybean beverage production,soybean beverage,material,Agricultural\Food\Transformation +soybean meal and crude oil production,soybean meal,material,Agricultural\Animal feed\Transformation +soybean meal and crude oil production,"soybean oil, crude",material,Agricultural\Plant oils\Transformation +"soybean meal and crude oil production, mechanical extraction","protein feed, 100% crude",material,Agricultural\Animal feed\Transformation +"soybean meal and crude oil production, mechanical extraction",soybean meal,material,Agricultural\Animal feed\Transformation +"soybean meal and crude oil production, mechanical extraction","soybean oil, crude",material,Agricultural\Plant oils\Transformation +soybean meal to generic market for protein feed,"energy feed, gross",material,Agricultural\Animal feed\Market +soybean meal to generic market for protein feed,"protein feed, 100% crude",material,Agricultural\Animal feed\Market +soybean oil refinery operation,"soybean oil, refined",material,Agricultural\Plant oils\Transformation +soybean oil refinery operation,soap,material,Chemicals\Washing agents\Tensides\Transformation +"soybean oil, refined, to generic market for vegetable oil, refined","vegetable oil, refined",material,Chemicals\Organic\Market +soybean production,soybean,material,Agricultural\Plant production\Legumes\Transformation +"soybean production, organic","soybean, organic",material,Agricultural\Plant production\Legumes\Transformation +"soybean production, Swiss integrated production, intensive","soybean, Swiss integrated production",material,Agricultural\Plant production\Legumes\Transformation +"soybean seed production, for sowing","soybean seed, for sowing",material,Agricultural\Plant seeds\Transformation +"soybean seed production, organic, for sowing","soybean seed, organic, for sowing",material,Agricultural\Plant seeds\Transformation +"soybean, feed production","soybean, feed",material,Agricultural\Animal feed\Transformation +"spent activated carbon, granular, Recycled Content cut-off","spent activated carbon, granular",material,Chemicals\Organic\Transformation +"spent automobile catalyst, Recycled Content cut-off",spent automobile catalyst,material,Chemicals\Inorganic\Transformation +spinach production,spinach,material,Agricultural\Plant production\Vegetables\Transformation +"spinning, bast fibre","spinning, bast fibre",processing,Others\Obsolete +"spiral-seam duct production, steel, DN 125","spiral-seam duct, steel, DN 125",material,Construction\Ventilation\Transformation +"spiral-seam duct production, steel, DN 400","spiral-seam duct, steel, DN 400",material,Construction\Ventilation\Transformation +spodumene production,spodumene,material,Minerals\Transformation +sponge iron production,sponge iron,material,Chemicals\Inorganic\Transformation +"sputtering target production, sintered, indium tin oxide","sputtering target, sintered, indium tin oxide",material,Electronics\Module\Transformation +"sputtering, indium tin oxide, for liquid crystal display","sputtering, indium tin oxide, for liquid crystal display",processing,Electronics\Transformation +"stack frame assembly, for vrfb system","stack frame, for vrfb system",material,Others\Obsolete +"stack monitoring interface assembly, for vrfb system","stack monitoring interface, for vrfb system",material,Others\Obsolete +stalk shredding,stalk shredding,material,Others\Obsolete +"start-up, heat and power co-generation unit, 160kW electrical","start-up, heat and power co-generation unit, 160kW electrical",energy,Cogeneration\Gas\Transformation\Infrastructure +"steam generation system construction, solar tower power plant, 20 MW","steam generation system, solar tower power plant, 20 MW",energy,Electricity by fuel\Photovoltaic\Transformation\Infrastructure +steam generator primary epr,steam generator primary epr,energy,Heat\Others\Transformation +"steam production, as energy carrier, in chemical industry","heat, from steam, in chemical industry",energy,Heat\Others\Transformation +"steam production, in chemical industry","steam, in chemical industry",energy,Heat\Steam\Transformation +stearic acid production,stearic acid,material,Chemicals\Acids (organic)\Transformation +stearic acid production,glycerine,material,Chemicals\Organic\Transformation +steatite quarry operation,steatite,material,Chemicals\Inorganic\Transformation +"steel drilling, computer numerical controlled","steel removed by drilling, computer numerical controlled",processing,Metals\Chipping\Transformation +"steel drilling, conventional","steel removed by drilling, conventional",processing,Metals\Chipping\Transformation +"steel milling, average","steel removed by milling, average",processing,Metals\Chipping\Transformation +"steel milling, dressing","steel removed by milling, dressing",processing,Metals\Chipping\Transformation +"steel milling, large parts","steel removed by milling, large parts",processing,Metals\Chipping\Transformation +"steel milling, small parts","steel removed by milling, small parts",processing,Metals\Chipping\Transformation +"steel production, chromium steel 18/8, hot rolled","steel, chromium steel 18/8, hot rolled",material,Metals\Ferro\Transformation +"steel production, converter, chromium steel 18/8","steel, chromium steel 18/8",material,Others\Obsolete +"steel production, converter, low-alloyed","steel, low-alloyed",material,Metals\Ferro\Transformation +"steel production, converter, unalloyed","steel, unalloyed",material,Metals\Ferro\Transformation +"steel production, electric, chromium steel 18/8","steel, chromium steel 18/8",material,Metals\Ferro\Transformation +"steel production, electric, low-alloyed","heat, district or industrial, other than natural gas",energy,Heat\Others\Transformation +"steel production, electric, low-alloyed","steel, low-alloyed",material,Metals\Ferro\Transformation +"steel production, low-alloyed, hot rolled","steel, low-alloyed, hot rolled",material,Metals\Ferro\Transformation +"steel turning, average, computer numerical controlled","steel removed by turning, average, computer numerical controlled",processing,Metals\Chipping\Transformation +"steel turning, average, conventional","steel removed by turning, average, conventional",processing,Metals\Chipping\Transformation +"steel turning, primarily dressing, computer numerical controlled","steel removed by turning, primarily dressing, computer numerical controlled",processing,Metals\Chipping\Transformation +"steel turning, primarily dressing, conventional","steel removed by turning, primarily dressing, conventional",processing,Metals\Chipping\Transformation +"steel turning, primarily roughing, computer numerical controlled","steel removed by turning, primarily roughing, computer numerical controlled",processing,Metals\Chipping\Transformation +"steel turning, primarily roughing, conventional","steel removed by turning, primarily roughing, conventional",processing,Metals\Chipping\Transformation +stibnite mine operation and beneficiation,stibnite concentrate,material,Minerals\Transformation +"stimulation of deep weel, for geothermal heat","stimulation, deep well",energy,Heat\Others\Transformation +"stimulation of deep well, for geothermal power","stimulation, deep well",energy,Electricity by fuel\Geothermal\Transformation +"stirling heat and power co-generation unit construction, 3kW electrical, wood pellet, future","stirling heat and power co-generation unit, 3kW electrical, wood pellet, future",energy,Cogeneration\Wood\Transformation\Infrastructure +"stockpiling of anode slime from electrorefining of copper, anode","stockpiling of anode slime from electrorefining of copper, anode",processing,Others\Transformation +stone groundwood pulp production,stone groundwood pulp,material,Paper+ Board\Pulp\Transformation +stone meal production,stone meal,material,Chemicals\Fertilisers (inorganic)\Transformation +stone wool factory construction,stone wool factory,material,Construction\Insulation\Transformation\Infrastructure +stone wool production,stone wool,material,Construction\Insulation\Transformation +"stone wool production, packed","stone wool, packed",material,Construction\Insulation\Transformation +storage battery,storage battery,transport,Road\Transformation\Infrastructure +"storage building construction, chemicals, solid","storage building, chemicals, solid",material,Chemicals\Others\Transformation\Infrastructure +"storage production, 10'000 l","storage, 10'000 l",energy,Cogeneration\Gas\Transformation\Infrastructure +"storage production, 650 l mini CHP plant","storage, 650 l mini CHP plant",energy,Cogeneration\Gas\Transformation\Infrastructure +"straw production, stand-alone production","straw, stand-alone production",material,Agricultural\Plant production\Roughage\Transformation +"strawberry production, in heated greenhouse",strawberry,material,Agricultural\Plant production\Fruits\Transformation +"strawberry production, in unheated greenhouse",strawberry,material,Agricultural\Plant production\Fruits\Transformation +"strawberry production, open field, macro tunnel",strawberry,material,Agricultural\Plant production\Fruits\Transformation +"strawberry seedling production, in heated greenhouse, for planting","strawberry seedling, for planting",material,Agricultural\Plant seeds\Transformation +"strawberry seedling production, in unheated greenhouse, for planting","strawberry seedling, for planting",material,Agricultural\Plant seeds\Transformation +stretch blow moulding,stretch blow moulding,processing,Plastics\Transformation +strontium carbonate production,sodium sulfide,material,Chemicals\Inorganic\Transformation +strontium carbonate production,strontium carbonate,material,Minerals\Transformation +strontium mine operation and beneficiation,"strontium sulfate, 90% SrSO4",material,Minerals\Transformation +strontium sulfate quarry operation,"strontium sulfate, unprocessed",material,Others\Obsolete +structural timber production,"wood chips, dry, measured as dry mass",material,Wood\Byproducts\Transformation +structural timber production,structural timber,material,Wood\Products\Transformation +stucco production,stucco,material,Construction\Coverings\Transformation +styrene production,styrene,material,Chemicals\Organic\Transformation +styrene-acrylonitrile copolymer production,styrene-acrylonitrile copolymer,material,Plastics\Rubbers\Transformation +succinic acid production,succinic acid,material,Chemicals\Acids (organic)\Transformation +"suction, sawdust","sawdust, wet, measured as dry mass",material,Wood\Byproducts\Transformation +"suction, shavings, hardwood","shavings, hardwood, measured as dry mass",material,Wood\Byproducts\Transformation +"suction, shavings, softwood","shavings, softwood, measured as dry mass",material,Wood\Byproducts\Transformation +sugar beet production,sugar beet,material,Agricultural\Plant production\Roots and tubers\Transformation +sugar beet pulp to generic market for energy feed,"energy feed, gross",material,Agricultural\Animal feed\Market +sugar beet pulp to generic market for energy feed,"protein feed, 100% crude",material,Agricultural\Animal feed\Market +"sugar beet seed production, for sowing","sugar beet seed, for sowing",material,Agricultural\Plant seeds\Transformation +sugar refinery construction,sugar refinery,material,Agricultural\Food\Transformation\Infrastructure +"sugarcane loading, by loader","sugarcane loading, by loader",processing,Agricultural\Transformation +"sugarcane processing, modern annexed plant","sugar, from sugarcane",material,Chemicals\Others\Transformation +"sugarcane processing, modern annexed plant","electricity, high voltage",energy,Electricity by fuel\Biofuels\Transformation +"sugarcane processing, modern annexed plant","ethanol, without water, in 95% solution state, from fermentation",material,Fuels\Biofuels\Ethanol\Transformation +"sugarcane processing, modern annexed plant","ethanol, without water, in 99.7% solution state, from fermentation",material,Fuels\Biofuels\Ethanol\Transformation +"sugarcane processing, modern autonomous plant","electricity, high voltage",energy,Electricity by fuel\Biofuels\Transformation +"sugarcane processing, modern autonomous plant","ethanol, without water, in 95% solution state, from fermentation",material,Fuels\Biofuels\Ethanol\Transformation +"sugarcane processing, modern autonomous plant","ethanol, without water, in 99.7% solution state, from fermentation",material,Fuels\Biofuels\Ethanol\Transformation +"sugarcane processing, traditional annexed plant","bagasse, from sugarcane",material,Agricultural\Intermediate products\Transformation +"sugarcane processing, traditional annexed plant","sugar, from sugarcane",material,Chemicals\Others\Transformation +"sugarcane processing, traditional annexed plant","ethanol, without water, in 95% solution state, from fermentation",material,Fuels\Biofuels\Ethanol\Transformation +"sugarcane processing, traditional annexed plant","ethanol, without water, in 99.7% solution state, from fermentation",material,Fuels\Biofuels\Ethanol\Transformation +"sugarcane processing, traditional annexed plant_obsolete","bagasse, from sugarcane",waste treatment,Others\Obsolete +"sugarcane processing, traditional autonomous plant","bagasse, from sugarcane",material,Agricultural\Intermediate products\Transformation +"sugarcane processing, traditional autonomous plant","ethanol, without water, in 95% solution state, from fermentation",material,Fuels\Biofuels\Ethanol\Transformation +"sugarcane processing, traditional autonomous plant","ethanol, without water, in 99.7% solution state, from fermentation",material,Fuels\Biofuels\Ethanol\Transformation +"sugarcane processing, traditional autonomous plant_obsolete","bagasse, from sugarcane",waste treatment,Others\Obsolete +sugarcane production,sugarcane,material,Agricultural\Plant production\Vegetables\Transformation +"sugarcane transfer, by dump cart","sugarcane transfer, by dump cart",processing,Agricultural\Transformation +"sugarcane vinasse application, by wheel reel irrigation equipment","sugarcane vinasse application, by wheel reel irrigation",processing,Agricultural\Transformation +sulfamic acid production,sulfamic acid,material,Chemicals\Acids (inorganic)\Transformation +"sulfate pulp production, from eucalyptus ssp. from sustainable forest management, unbleached","sulfate pulp, unbleached",material,Others\Obsolete +"sulfate pulp production, from eucalyptus, bleached","electricity, high voltage",energy,Electricity by fuel\Wood\Transformation +"sulfate pulp production, from eucalyptus, bleached","heat, district or industrial, other than natural gas",energy,Heat\Wood\Transformation +"sulfate pulp production, from eucalyptus, bleached","sulfate pulp, bleached",material,Paper+ Board\Pulp\Transformation +"sulfate pulp production, from hardwood, bleached","methanol, from biomass",material,Chemicals\Others\Transformation +"sulfate pulp production, from hardwood, bleached","electricity, high voltage",energy,Electricity by fuel\Wood\Transformation +"sulfate pulp production, from hardwood, bleached","heat, district or industrial, other than natural gas",energy,Heat\Wood\Transformation +"sulfate pulp production, from hardwood, bleached","sulfate pulp, bleached",material,Paper+ Board\Pulp\Transformation +"sulfate pulp production, from softwood, bleached","methanol, from biomass",material,Chemicals\Others\Transformation +"sulfate pulp production, from softwood, bleached","tall oil, crude",material,Chemicals\Others\Transformation +"sulfate pulp production, from softwood, bleached",turpentine,material,Chemicals\Others\Transformation +"sulfate pulp production, from softwood, bleached","electricity, high voltage",energy,Electricity by fuel\Wood\Transformation +"sulfate pulp production, from softwood, bleached","heat, district or industrial, other than natural gas",energy,Heat\Wood\Transformation +"sulfate pulp production, from softwood, bleached","sulfate pulp, bleached",material,Paper+ Board\Pulp\Transformation +"sulfate pulp production, from softwood, bleached","bark chips, wet, measured as dry mass",material,Wood\Byproducts\Transformation +"sulfate pulp production, from softwood, bleached","sawdust, wet, measured as dry mass",material,Wood\Byproducts\Transformation +"sulfate pulp production, from softwood, unbleached","tall oil, crude",material,Chemicals\Others\Transformation +"sulfate pulp production, from softwood, unbleached",turpentine,material,Chemicals\Others\Transformation +"sulfate pulp production, from softwood, unbleached","electricity, high voltage",energy,Electricity by fuel\Wood\Transformation +"sulfate pulp production, from softwood, unbleached","heat, district or industrial, other than natural gas",energy,Heat\Wood\Transformation +"sulfate pulp production, from softwood, unbleached","sulfate pulp, unbleached",material,Paper+ Board\Pulp\Transformation +"sulfate pulp production, from softwood, unbleached","bark chips, wet, measured as dry mass",material,Wood\Byproducts\Transformation +"sulfate pulp production, from softwood, unbleached","sawdust, wet, measured as dry mass",material,Wood\Byproducts\Transformation +"sulfidic tailing, off-site, high gold content, Recycled Content cut-off","sulfidic tailing, off-site, high gold content",material,Chemicals\Inorganic\Transformation +"sulfidic tailing, off-site, high gold content, Recycled Content cut-off_obsolete","sulfidic tailing, off-site, high gold content",waste treatment,Others\Obsolete +sulfite production,sulfite,material,Chemicals\Inorganic\Transformation +"sulfite pulp production, bleached","sulfite pulp, bleached",material,Paper+ Board\Pulp\Transformation +sulfur dichloride production,sulfur dichloride,material,Chemicals\Inorganic\Transformation +"sulfur dioxide production, liquid","sulfur dioxide, liquid",material,Chemicals\Gases\Transformation +"sulfur hexafluoride production, liquid","sulfur hexafluoride, liquid",material,Chemicals\Gases\Transformation +"sulfur production, petroleum refinery operation",sulfur,material,Chemicals\Inorganic\Transformation +sulfur stockpiling,sulfur stockpiling,processing,Others\Transformation +sulfur trioxide production,sulfur trioxide,material,Chemicals\Gases\Transformation +sulfuric acid production,sulfuric acid,material,Chemicals\Acids (inorganic)\Transformation +sulfuric acid production,"steam, in chemical industry",energy,Heat\Steam\Transformation +sulfuryl chloride production,sulfuryl chloride,material,Chemicals\Inorganic\Transformation +sunflower production,sunflower seed,material,Agricultural\Plant seeds\Transformation +"sunflower production, Swiss integrated production, intensive","sunflower seed, Swiss integrated production",material,Agricultural\Plant seeds\Transformation +"sunflower seed production, for sowing","sunflower seed, for sowing",material,Agricultural\Plant seeds\Transformation +sunn hemp production,"sunn hemp plant, harvested",material,Agricultural\Intermediate products\Transformation +"supply air inlet production, steel/SS, DN 75","supply air inlet, steel/SS, DN 75",material,Construction\Ventilation\Transformation +supply and refining of waste cooking oil,waste Cooking Oil,material,Fuels\Others\Transformation +supply of forest residue,forest residue,material,Fuels\Others\Transformation +support primary epr,support primary epr,energy,Electricity by fuel\Nuclear\PWR\Transformation\Infrastructure +supports ni epr,supports ni epr,energy,Electricity by fuel\Nuclear\PWR\Transformation\Infrastructure +"surface production process, lithium","surface production, lithium",material,Others\Obsolete +"suspension, for lorry","suspension, for lorry",transport,Road\Transformation\Infrastructure +"swath, by rotary windrower","swath, by rotary windrower",processing,Agricultural\Transformation +sweet corn production,sweet corn,material,Agricultural\Plant production\Cereals\Transformation +"sweet gas, burned in gas turbine","sweet gas, burned in gas turbine",energy,Electricity by fuel\Gas\Transformation +sweet sorghum grain to generic market for energy feed,"energy feed, gross",material,Agricultural\Animal feed\Market +sweet sorghum grain to generic market for energy feed,"protein feed, 100% crude",material,Agricultural\Animal feed\Market +sweet sorghum production,sweet sorghum grain,material,Agricultural\Plant production\Cereals\Transformation +sweet sorghum production,sweet sorghum stem,material,Agricultural\Plant production\Cereals\Transformation +"sweetening, natural gas","sweetening, natural gas",material,Fuels\Natural gas\Market +swine production,"swine for slaughtering, live weight",material,Agricultural\Animal production\Porcine\Transformation +"switch production, toggle type","switch, toggle type",material,Electronics\Component\Transformation +switchgear hv,switchgear hv,material,Others\Obsolete +switchgear hv,switchgear hv,material,Others\Obsolete +switchgear lv,switchgear lv,material,Others\Obsolete +switchgear lv,switchgear lv,material,Others\Obsolete +switchgear mv,switchgear mv,material,Others\Obsolete +switchgear mv,switchgear mv,material,Others\Obsolete +syngas production plant,syngas production plant,material,Chemicals\Gases\Market +"syngas production, from natural gas","syngas, from natural gas",material,Fuels\Others\Transformation +"syngas production, from natural gas, with carbon capture and storage","syngas, from natural gas",material,Fuels\Others\Transformation +"syngas, from biomass gasification","syngas, from biomass gasification",material,Fuels\Others\Transformation +"syngas, from biomass gasification, pre, pipeline 200km, storage 1000m","syngas, from biomass gasification, pre, pipeline 200km, storage 1000m",material,Fuels\Others\Transformation +"syngas, from biomass gasification, pre, pipeline 400km, storage 3000m","syngas, from biomass gasification, pre, pipeline 400km, storage 3000m",material,Fuels\Others\Transformation +"syngas, RWGS, Production, for Fischer Tropsch process, hydrogen from coal gasification","syngas, RWGS, Production",material,Chemicals\Gases\Market +"syngas, RWGS, Production, for Fischer Tropsch process, hydrogen from coal gasification, with CCS","syngas, RWGS, Production",material,Chemicals\Gases\Market +"syngas, RWGS, Production, for Fischer Tropsch process, hydrogen from electrolysis","syngas, RWGS, Production, for Fischer Tropsch process, hydrogen from electrolysis",material,Chemicals\Gases\Market +"syngas, RWGS, Production, for Fischer Tropsch process, hydrogen from wood gasification","syngas, RWGS, Production",material,Chemicals\Gases\Market +"syngas, RWGS, Production, for Fischer Tropsch process, hydrogen from wood gasification, with CCS","syngas, RWGS, Production",material,Chemicals\Gases\Market +"synthetic fuel production, from coal, high temperature Fisher-Tropsch operations","ammonia, anhydrous, liquid",material,Chemicals\Fertilisers (inorganic)\Transformation +"synthetic fuel production, from coal, high temperature Fisher-Tropsch operations",sulfur,material,Chemicals\Inorganic\Transformation +"synthetic fuel production, from coal, high temperature Fisher-Tropsch operations",1-butanol,material,Chemicals\Organic\Transformation +"synthetic fuel production, from coal, high temperature Fisher-Tropsch operations",1-propanol,material,Chemicals\Organic\Transformation +"synthetic fuel production, from coal, high temperature Fisher-Tropsch operations","acetone, liquid",material,Chemicals\Organic\Transformation +"synthetic fuel production, from coal, high temperature Fisher-Tropsch operations",butyl acrylate,material,Chemicals\Organic\Transformation +"synthetic fuel production, from coal, high temperature Fisher-Tropsch operations","chemical, organic",material,Chemicals\Organic\Transformation +"synthetic fuel production, from coal, high temperature Fisher-Tropsch operations","ethanol, without water, in 99.7% solution state, from ethylene",material,Chemicals\Organic\Transformation +"synthetic fuel production, from coal, high temperature Fisher-Tropsch operations",ethylene,material,Chemicals\Organic\Transformation +"synthetic fuel production, from coal, high temperature Fisher-Tropsch operations",isobutanol,material,Chemicals\Organic\Transformation +"synthetic fuel production, from coal, high temperature Fisher-Tropsch operations",methanol,material,Chemicals\Organic\Transformation +"synthetic fuel production, from coal, high temperature Fisher-Tropsch operations",methyl ethyl ketone,material,Chemicals\Organic\Transformation +"synthetic fuel production, from coal, high temperature Fisher-Tropsch operations",pitch,material,Chemicals\Organic\Transformation +"synthetic fuel production, from coal, high temperature Fisher-Tropsch operations",propylene,material,Chemicals\Organic\Transformation +"synthetic fuel production, from coal, high temperature Fisher-Tropsch operations","natural gas, high pressure",material,Fuels\Natural gas\Transformation +"synthetic fuel production, from coal, high temperature Fisher-Tropsch operations","diesel, low-sulfur",material,Fuels\Oil\Diesel\Transformation +"synthetic fuel production, from coal, high temperature Fisher-Tropsch operations",heavy fuel oil,material,Fuels\Oil\Fuel oil\Transformation +"synthetic fuel production, from coal, high temperature Fisher-Tropsch operations","petrol, unleaded",material,Fuels\Oil\Petrol\Transformation +"synthetic fuel production, from coal, high temperature Fisher-Tropsch operations",liquefied petroleum gas,material,Fuels\Oil\Propane/butane\Transformation +synthetic gas factory construction,synthetic gas factory,material,Chemicals\Others\Transformation\Infrastructure +"synthetic gas production, from wood, at fixed bed gasifier",synthetic gas,material,Fuels\Others\Transformation +"synthetic gas production, from wood, at fluidized bed gasifier",synthetic gas,material,Fuels\Others\Transformation +synthetic graphite production,"synthetic graphite, 99% pure",material,Chemicals\Organic\Transformation +"synthetic graphite production, battery grade","synthetic graphite, battery grade",material,Chemicals\Organic\Transformation +"synthetic natural gas from wood, 70 bar, at plant","synthetic natural gas from wood, 70 bar, at plant",material,Others\Obsolete +synthetic rubber production,synthetic rubber,material,Plastics\Rubbers\Transformation +"system controller production, for home storage system","system controller, for home storage system",material,Others\Obsolete +t-butyl amine production,t-butyl amine,material,Others\Obsolete +t-butyl amine production,t-butyl amine,material,Others\Obsolete +tab aluminum,tab aluminum,material,Others\Obsolete +tab copper,tab copper,material,Others\Obsolete +"takeback and recycling, c-Si PV module","takeback and recycling, c-Si PV module",energy,Electricity by fuel\Photovoltaic\Market\Infrastructure +"takeback and recycling, CdTe PV module","takeback and recycling, CdTe PV module",energy,Electricity by fuel\Photovoltaic\Market\Infrastructure +tall oil refinery operation,fatty acid,material,Chemicals\Organic\Transformation +tall oil refinery operation,"rosin size, for paper production",material,Chemicals\Others\Transformation +tall oil refinery operation,pitch,material,Construction\Sealing\Transformation +"tallow, unrefined, Recycled Content cut-off","tallow, unrefined",material,Agricultural\Animal production\Bovine\Transformation +"tanker production, for liquefied natural gas","tanker, for liquefied natural gas",transport,Water\Transformation\Infrastructure +"tanker production, for liquid goods other than petroleum and liquefied natural gas","tanker, for liquid goods other than petroleum and liquefied natural gas",transport,Water\Transformation\Infrastructure +"tanker production, for petroleum","tanker, for petroleum",transport,Water\Transformation\Infrastructure +"tanker production, transoceanic","tanker, transoceanic",transport,Others\Obsolete +"tanks, pumps, vessels ni epr","tanks, pumps, vessels ni epr",energy,Electricity by fuel\Nuclear\PWR\Transformation\Infrastructure +tantalum mine operation and beneficiation,"tantalum concentrate, 30% Ta2O5",material,Metals\Non ferro\Transformation +"tantalum powder production, capacitor-grade","tantalum powder, capacitor-grade",material,Metals\Non ferro\Transformation +"tantalum production, powder, capacitor-grade","tantalum, powder, capacitor-grade",material,Others\Obsolete +"tap water production, artificial recharged wells",tap water,material,Water\Drinking water\Transformation +"tap water production, conventional treatment",tap water,material,Water\Drinking water\Transformation +"tap water production, conventional with biological treatment",tap water,material,Water\Drinking water\Transformation +"tap water production, direct filtration treatment",tap water,material,Water\Drinking water\Transformation +"tap water production, microstrainer treatment",tap water,material,Water\Drinking water\Transformation +"tap water production, seawater reverse osmosis, conventional pretreatment, baseline module, single stage",tap water,material,Water\Drinking water\Transformation +"tap water production, seawater reverse osmosis, conventional pretreatment, enhance module, single stage",tap water,material,Water\Drinking water\Transformation +"tap water production, seawater reverse osmosis, conventional pretreatment, enhance module, two stages",tap water,material,Water\Drinking water\Transformation +"tap water production, seawater reverse osmosis, ultrafiltration pretreatment, baseline module, single stage",tap water,material,Water\Drinking water\Transformation +"tap water production, seawater reverse osmosis, ultrafiltration pretreatment, enhance module, single stage",tap water,material,Water\Drinking water\Transformation +"tap water production, seawater reverse osmosis, ultrafiltration pretreatment, enhance module, two stages",tap water,material,Water\Drinking water\Transformation +"tap water production, ultrafiltration treatment",tap water,material,Water\Drinking water\Transformation +"tap water production, underground water with chemical treatment",tap water,material,Water\Drinking water\Transformation +"tap water production, underground water with disinfection",tap water,material,Water\Drinking water\Transformation +"tap water production, underground water without treatment",tap water,material,Water\Drinking water\Transformation +"tap water, water balance according to MoeK 2013, at user","tap water, water balance according to MoeK 2013, at user",energy,Electricity by fuel\Photovoltaic\Market\Infrastructure +"tea production, dried","tea, dried",material,Agricultural\Food\Transformation +tebuconazole production,tebuconazole,material,Chemicals\Organic\Transformation +technical wood drying facility construction,technical wood drying facility,material,Wood\Products\Transformation\Infrastructure +television production,television,material,Appliances\Transformation\Infrastructure +"tellurium production, semiconductor-grade","tellurium, semiconductor-grade",material,Metals\Non ferro\Transformation +"tempering, flat glass","tempering, flat glass",processing,Glass\Transformation +terbium oxide to generic market for mischmetal,mischmetal,material,Metals\Non ferro\Market +terbium-dysprosium oxide to generic market for mischmetal,mischmetal,material,Metals\Non ferro\Market +"terminals production, for li-o2 battery",terminals,material,Electronics\Battery\Transformation +tert-butyl amine production,tert-butyl amine,material,Chemicals\Organic\Transformation +tetrachloroethylene production,tetrachloroethylene,material,Chemicals\Organic\Transformation +tetraethyl orthosilicate production,tetraethyl orthosilicate,material,Chemicals\Organic\Transformation +tetrafluoroethane production,"hydrochloric acid, without water, in 30% solution state",material,Others\Obsolete +tetrafluoroethane production,tetrafluoroethane,material,Others\Obsolete +"tetrafluoroethylene film production, on glass","tetrafluoroethylene film, on glass",material,Plastics\Thermoplasts\Transformation +tetrafluoroethylene production,"hydrochloric acid, without water, in 30% solution state",material,Chemicals\Acids (inorganic)\Transformation +tetrafluoroethylene production,tetrafluoroethylene,material,Plastics\Thermoplasts\Transformation +tetrahydrofuran production,tetrahydrofuran,material,Chemicals\Organic\Transformation +"textile production, cotton, air jet loom weaving","textile, woven cotton",material,Textiles\Transformation +"textile production, cotton, circular knitting","textile, knit cotton",material,Textiles\Transformation +"textile production, cotton, weaving","textile, woven cotton",material,Textiles\Transformation +"textile production, jute","textile, jute",material,Others\Obsolete +"textile production, jute, weaving","textile, jute",material,Textiles\Transformation +"textile production, kenaf, weaving","textile, kenaf",material,Textiles\Transformation +"textile production, knit cotton, batch dyed","textile, knit cotton",material,Others\Obsolete +"textile production, knit cotton, yarn dyed","sodium sulfate, anhydrite",material,Others\Obsolete +"textile production, knit cotton, yarn dyed","textile, knit cotton",material,Others\Obsolete +"textile production, nonwoven polyester, needle-punched","textile, nonwoven polyester",material,Textiles\Transformation +"textile production, nonwoven polypropylene, spunbond","textile, nonwoven polypropylene",material,Textiles\Transformation +"textile production, silk","textile, silk",material,Textiles\Transformation +"textile production, woven cotton",maize starch,material,Others\Obsolete +"textile production, woven cotton","sodium sulfate, anhydrite",material,Others\Obsolete +"textile production, woven cotton","textile, woven cotton",material,Others\Obsolete +"thermal energy storage construction, for adiabatic compressed air energy storage","thermal energy storage, for adiabatic compressed air energy storage",energy,Others\Transformation +"thermal pad production, for li-o2 battery",thermal pad,material,Electronics\Battery\Transformation +"thermal plaster production, outdoor","thermal plaster, outdoor",material,Construction\Coverings\Transformation +"thermal spraying, atmospheric plasma spray, tungsten carbide-cobalt, on carbon steel substrate","thermal spraying, atmospheric plasma spray, tungsten carbide-cobalt, on carbon steel substrate",material,Metals\Ferro\Transformation +"thermal spraying, cold spray, tungsten carbide-cobalt, on carbon steel substrate","thermal spraying, cold spray, tungsten carbide-cobalt, on carbon steel substrate",material,Metals\Ferro\Transformation +"thermal spraying, high velocity oxyfuel, tungsten carbide-cobalt, on carbon steel substrate","thermal spraying, high velocity oxyfuel, tungsten carbide-cobalt, on carbon steel substrate",material,Metals\Ferro\Transformation +"thermal storage system construction, solar thermal parabolic trough, 50 MW","used nitrate salts, for solar power application",material,Chemicals\Inorganic\Transformation +"thermal storage system construction, solar thermal parabolic trough, 50 MW","thermal storage system, solar thermal parabolic trough, 50 MW",energy,Electricity by fuel\Photovoltaic\Transformation\Infrastructure +"thermal storage system construction, solar tower power plant, 20 MW","used nitrate salts, for solar power application",material,Chemicals\Inorganic\Transformation +"thermal storage system construction, solar tower power plant, 20 MW","thermal storage system, solar tower power plant, 20 MW",energy,Electricity by fuel\Photovoltaic\Transformation\Infrastructure +thermo-mechanical pulp production,thermo-mechanical pulp,material,Paper+ Board\Pulp\Transformation +thermoforming of plastic sheets,thermoforming of plastic sheets,processing,Plastics\Transformation +"thermoforming, with calendering","thermoforming, with calendering",processing,Plastics\Transformation +thionyl chloride production,thionyl chloride,material,Chemicals\Inorganic\Transformation +three and five layered board production,"wood chips, dry, measured as dry mass",material,Wood\Byproducts\Transformation +three and five layered board production,three and five layered board,material,Wood\Products\Transformation +three layered laminated board production,"residual wood, dry",material,Others\Obsolete +thulium oxide to generic market for mischmetal,mischmetal,material,Metals\Non ferro\Market +"tilapia feed production, commercial","tilapia feed, 24-28% protein",material,Agricultural\Animal feed\Transformation +"tilapia production, extensive aquaculture, in pond",tilapia,material,Agricultural\Animal production\Fish\Transformation +"tillage, cultivating, by strip tiller","tillage, cultivating, by strip tiller",processing,Agricultural\Transformation +"tillage, cultivating, chiselling","tillage, cultivating, chiselling",processing,Agricultural\Transformation +"tillage, currying, by weeder","tillage, currying, by weeder",processing,Agricultural\Transformation +"tillage, disking","tillage, disking",processing,Agricultural\Transformation +"tillage, disking, with amendment","tillage, disking, with amendment",processing,Agricultural\Transformation +"tillage, field cultivator","tillage, field cultivator",processing,Agricultural\Transformation +"tillage, field cultivator with amendment","tillage, field cultivator with amendment",processing,Agricultural\Transformation +"tillage, harrowing, by moldboard plow","tillage, harrowing, by moldboard plow",processing,Agricultural\Transformation +"tillage, harrowing, by offset disc harrow","tillage, harrowing, by offset disc harrow",processing,Agricultural\Transformation +"tillage, harrowing, by offset leveling disc harrow","tillage, harrowing, by offset leveling disc harrow",processing,Agricultural\Transformation +"tillage, harrowing, by rotary harrow","tillage, harrowing, by rotary harrow",processing,Agricultural\Transformation +"tillage, harrowing, by spring tine harrow","tillage, harrowing, by spring tine harrow",processing,Agricultural\Transformation +"tillage, harrowing, by tandem disk","tillage, harrowing, by tandem disk",processing,Agricultural\Transformation +"tillage, hoeing and earthing-up, potatoes","tillage, hoeing and earthing-up, potatoes",processing,Agricultural\Transformation +"tillage, ploughing","tillage, ploughing",processing,Agricultural\Transformation +"tillage, ridge cultivator","tillage, ridge cultivator",processing,Agricultural\Transformation +"tillage, rolling","tillage, rolling",processing,Agricultural\Transformation +"tillage, rotary cultivator","tillage, rotary cultivator",processing,Agricultural\Transformation +"tillage, subsoiling, by subsoiler or v-ripper","tillage, subsoiling, by subsoiler or v-ripper",processing,Agricultural\Transformation +"tillage, subsoiling, by subsoiler plow","tillage, subsoiling, by subsoiler plow",processing,Agricultural\Transformation +tin dioxide production,tin dioxide,material,Chemicals\Inorganic\Transformation +tin dioxide to generic market for polishing powder,polishing powder,material,Others\Obsolete +tin mine operation,tin concentrate,material,Chemicals\Inorganic\Transformation +"tin plated chromium steel sheet production, 2 mm","tin plated chromium steel sheet, 2 mm",material,Metals\Non ferro\Transformation +"tin plating, pieces","tin plating, pieces",processing,Metals\Coating\Transformation +tin production,tin,material,Metals\Non ferro\Transformation +"tinplate scrap, sorted to generic market for iron scrap, sorted, pressed","iron scrap, sorted, pressed",material,Metals\Waste metals\Transformation +"tinplate scrap, sorted, Recycled Content cut-off","tinplate scrap, sorted",material,Metals\Waste metals\Transformation +"tinplate, in mixed metal scrap, Recycled Content cut-off","tinplate, in mixed metal scrap",material,Metals\Non ferro\Transformation +"tires and wheels, for lorry","tires and wheels, for lorry",transport,Road\Transformation\Infrastructure +tissue paper production,tissue paper,material,Paper+ Board\Graphic paper\Transformation +"tissue paper production, virgin",tissue paper,material,Paper+ Board\Packaging paper\Transformation +"titanium dioxide production, chloride process",titanium dioxide,material,Chemicals\Inorganic\Transformation +"titanium dioxide production, sulfate process",titanium dioxide,material,Chemicals\Inorganic\Transformation +titanium production,titanium,material,Metals\Non ferro\Transformation +"titanium production, triple-melt","titanium, triple-melt",material,Metals\Non ferro\Transformation +"titanium sponge production, from titanium tetrachloride",titanium sponge,material,Metals\Non ferro\Transformation +titanium tetrachloride production,"hydrochloric acid, without water, in 30% solution state",material,Chemicals\Acids (inorganic)\Transformation +titanium tetrachloride production,titanium tetrachloride,material,Chemicals\Inorganic\Transformation +"titanium zinc plate production, without pre-weathering","titanium zinc plate, without pre-weathering",material,Metals\Non ferro\Transformation +tofu production,"protein feed, 100% crude",material,Agricultural\Animal feed\Transformation +tofu production,tofu,material,Agricultural\Food\Transformation +tofu production,whey,processing,Waste\Transformation +toluene diisocyanate production,"hydrochloric acid, without water, in 30% solution state",material,Chemicals\Organic\Transformation +toluene diisocyanate production,toluene diisocyanate,material,Chemicals\Organic\Transformation +"toluene diisocyanate production, isopa","toluene diisocyanate, isopa",material,Chemicals\Organic\Transformation +toluene oxidation,benzoic acid,material,Chemicals\Acids (organic)\Transformation +toluene oxidation,"hydrogen, liquid",material,Others\Obsolete +"toluene production, liquid","toluene, liquid",material,Chemicals\Organic\Transformation +"tomato production, fresh grade, in heated greenhouse","tomato, fresh grade",material,Agricultural\Plant production\Vegetables\Transformation +"tomato production, fresh grade, in unheated greenhouse","tomato, fresh grade",material,Agricultural\Plant production\Vegetables\Transformation +"tomato production, fresh grade, open field","tomato, fresh grade",material,Agricultural\Plant production\Vegetables\Transformation +"tomato production, processing grade, open field","tomato, processing grade",material,Agricultural\Plant production\Vegetables\Transformation +"tomato seedling production, in heated greenhouse, for planting","tomato seedling, for planting",material,Agricultural\Plant seeds\Transformation +"tomato seedling production, in unheated greenhouse, for planting","tomato seedling, for planting",material,Agricultural\Plant seeds\Transformation +"toner module production, laser printer, black/white","toner module, laser printer, black/white",material,Electronics\Module\Transformation +"toner module production, laser printer, colour","toner module, laser printer, colour",material,Electronics\Module\Transformation +"toner production, black, powder","toner, black, powder",material,Electronics\Module\Transformation +"toner production, colour, powder","toner, colour, powder",material,Electronics\Module\Transformation +"tower silo production, plastic","tower silo, plastic",processing,Agricultural\Transformation\Infrastructure +"tractor production, 4-wheel, agricultural","tractor, 4-wheel, agricultural",transport,Road\Transformation\Infrastructure +"train production, passenger, high speed","train, passenger, high speed",transport,Rail\Transformation\Infrastructure +"train production, passenger, long-distance","train, passenger, long-distance",transport,Rail\Transformation\Infrastructure +"train production, passenger, regional","train, passenger, regional",transport,Rail\Transformation\Infrastructure +tram production,tram,transport,Rail\Transformation\Infrastructure +tram track construction,tram track,transport,Rail\Transformation\Infrastructure +"tram, electric","tram, electric",transport,Road\Transformation\Infrastructure +transformer 12kv,transformer 12kv,material,Electronics\Component\Transformation +transformer 12kv,transformer 12kv,material,Electronics\Component\Transformation +transformer 500mv,transformer 500mv,material,Electronics\Component\Transformation +transformer 500mv,transformer 500mv,material,Electronics\Component\Transformation +"transformer production, 315kva, 11kv2","transformer, 315kva, 11kv2",material,Electronics\Component\Transformation +"transformer production, high voltage use","transformer, high voltage use",material,Electronics\Component\Transformation +"transformer production, low voltage use","transformer, low voltage use",material,Electronics\Component\Transformation +transformers,transformers,transport,Road\Transformation\Infrastructure +"transistor production, auxilliaries and energy use","transistor, auxilliaries and energy use",material,Electronics\Component\Transformation +"transistor production, surface-mounted","transistor, surface-mounted",material,Electronics\Component\Transformation +"transistor production, wired, big size, through-hole mounting","transistor, wired, big size, through-hole mounting",material,Electronics\Component\Transformation +"transistor production, wired, small size, through-hole mounting","transistor, wired, small size, through-hole mounting",material,Electronics\Component\Transformation +"transmission network construction, electricity, high voltage","transmission network, electricity, high voltage",transport,Electricity\Transformation\Infrastructure +"transmission network construction, electricity, high voltage direct current aerial line","transmission network, electricity, high voltage direct current aerial line",transport,Electricity\Transformation\Infrastructure +"transmission network construction, electricity, high voltage direct current land cable","transmission network, electricity, high voltage direct current land cable",transport,Electricity\Transformation\Infrastructure +"transmission network construction, electricity, high voltage direct current subsea cable","transmission network, electricity, high voltage direct current subsea cable",transport,Electricity\Transformation\Infrastructure +"transmission network construction, electricity, medium voltage","transmission network, electricity, medium voltage",transport,Electricity\Transformation\Infrastructure +"transmission network construction, long-distance","transmission network, long-distance",transport,Others\Obsolete +"transmission, for lorry","transmission, for lorry",transport,Road\Transformation\Infrastructure +"transport, Bicycle, conventional, urban","transport, Bicycle, conventional, urban",transport,Road\Transformation +"transport, Bicycle, electric (<25 km/h), LFP battery","transport, Bicycle, electric (<25 km/h)",transport,Road\Transformation +"transport, Bicycle, electric (<25 km/h), NCA battery","transport, Bicycle, electric (<25 km/h)",transport,Road\Transformation +"transport, Bicycle, electric (<25 km/h), NMC battery","transport, Bicycle, electric (<25 km/h)",transport,Road\Transformation +"transport, Bicycle, electric (<45 km/h), LFP battery","transport, Bicycle, electric (<45 km/h)",transport,Road\Transformation +"transport, Bicycle, electric (<45 km/h), NCA battery","transport, Bicycle, electric (<45 km/h)",transport,Road\Transformation +"transport, Bicycle, electric (<45 km/h), NMC battery","transport, Bicycle, electric (<45 km/h)",transport,Road\Transformation +"transport, Bicycle, electric, cargo bike, LFP battery","transport, Bicycle, electric, cargo bike",transport,Road\Transformation +"transport, Bicycle, electric, cargo bike, NCA battery","transport, Bicycle, electric, cargo bike",transport,Road\Transformation +"transport, Bicycle, electric, cargo bike, NMC battery","transport, Bicycle, electric, cargo bike",transport,Road\Transformation +"transport, freight train","transport, freight train",transport,Rail\Transformation +"transport, freight train, diesel","transport, freight train",transport,Rail\Transformation +"transport, freight train, diesel, with particle filter","transport, freight train",transport,Rail\Transformation +"transport, freight train, electricity","transport, freight train",transport,Rail\Transformation +"transport, freight train, steam","transport, freight train",transport,Rail\Transformation +"transport, freight, aircraft with reefer, cooling","transport, freight, aircraft with reefer, cooling",transport,Air\Transformation +"transport, freight, aircraft with reefer, freezing","transport, freight, aircraft with reefer, freezing",transport,Air\Transformation +"transport, freight, aircraft, all distances to generic market for transport, freight, aircraft, unspecified","transport, freight, aircraft, unspecified",transport,Air\Market +"transport, freight, aircraft, belly-freight, long haul","transport, freight, aircraft, long haul",transport,Air\Transformation +"transport, freight, aircraft, belly-freight, medium haul","transport, freight, aircraft, medium haul",transport,Air\Transformation +"transport, freight, aircraft, belly-freight, short haul","transport, freight, aircraft, short haul",transport,Air\Transformation +"transport, freight, aircraft, belly-freight, very short haul","transport, freight, aircraft, very short haul",transport,Air\Transformation +"transport, freight, aircraft, dedicated freight, long haul","transport, freight, aircraft, long haul",transport,Air\Transformation +"transport, freight, aircraft, dedicated freight, medium haul","transport, freight, aircraft, medium haul",transport,Air\Transformation +"transport, freight, aircraft, dedicated freight, short haul","transport, freight, aircraft, short haul",transport,Air\Transformation +"transport, freight, aircraft, dedicated freight, very short haul","transport, freight, aircraft, very short haul",transport,Air\Transformation +"transport, freight, aircraft, intercontinental","transport, freight, aircraft",transport,Others\Obsolete +"transport, freight, aircraft, intracontinental","transport, freight, aircraft",transport,Others\Obsolete +"transport, freight, conveyor belt","transport, freight, conveyor belt",transport,Building equipment\Transformation +"transport, freight, inland waterways, barge","transport, freight, inland waterways, barge",transport,Water\Transformation +"transport, freight, inland waterways, barge tanker","transport, freight, inland waterways, barge tanker",transport,Water\Transformation +"transport, freight, inland waterways, barge with reefer, cooling","transport, freight, inland waterways, barge with reefer, cooling",transport,Water\Transformation +"transport, freight, inland waterways, barge with reefer, freezing","transport, freight, inland waterways, barge with reefer, freezing",transport,Water\Transformation +"transport, freight, light commercial vehicle","transport, freight, light commercial vehicle",transport,Road\Transformation +"transport, freight, light commercial vehicle, all, to generic market for transport, freight, light commercial vehicle","transport, freight, light commercial vehicle",transport,Road\Market +"transport, freight, light commercial vehicle, EURO1","transport, freight, light commercial vehicle, EURO1",transport,Road\Transformation +"transport, freight, light commercial vehicle, EURO2","transport, freight, light commercial vehicle, EURO2",transport,Road\Transformation +"transport, freight, light commercial vehicle, unregulated","transport, freight, light commercial vehicle, unregulated",transport,Road\Transformation +"transport, freight, lorry >32 metric ton, EURO1","transport, freight, lorry >32 metric ton, EURO1",transport,Road\Transformation +"transport, freight, lorry >32 metric ton, EURO2","transport, freight, lorry >32 metric ton, EURO2",transport,Road\Transformation +"transport, freight, lorry >32 metric ton, EURO3","transport, freight, lorry >32 metric ton, EURO3",transport,Road\Transformation +"transport, freight, lorry >32 metric ton, EURO4","transport, freight, lorry >32 metric ton, EURO4",transport,Road\Transformation +"transport, freight, lorry >32 metric ton, EURO5","transport, freight, lorry >32 metric ton, EURO5",transport,Road\Transformation +"transport, freight, lorry >32 metric ton, EURO6","transport, freight, loryy >32 metric ton, EURO6",transport,Others\Obsolete +"transport, freight, lorry >32 metric ton, EURO6","transport, freight, lorry >32 metric ton, EURO6",transport,Road\Transformation +"transport, freight, lorry >32 metric ton, unregulated","transport, freight, lorry >32 metric ton, unregulated",transport,Road\Transformation +"transport, freight, lorry 16-32 metric ton, EURO1","transport, freight, lorry 16-32 metric ton, EURO1",transport,Road\Transformation +"transport, freight, lorry 16-32 metric ton, EURO2","transport, freight, lorry 16-32 metric ton, EURO2",transport,Road\Transformation +"transport, freight, lorry 16-32 metric ton, EURO3","transport, freight, lorry 16-32 metric ton, EURO3",transport,Road\Transformation +"transport, freight, lorry 16-32 metric ton, EURO4","transport, freight, lorry 16-32 metric ton, EURO4",transport,Road\Transformation +"transport, freight, lorry 16-32 metric ton, EURO5","transport, freight, lorry 16-32 metric ton, EURO5",transport,Road\Transformation +"transport, freight, lorry 16-32 metric ton, EURO6","transport, freight, lorry 16-32 metric ton, EURO6",transport,Road\Transformation +"transport, freight, lorry 16-32 metric ton, unregulated","transport, freight, lorry 16-32 metric ton, unregulated",transport,Road\Transformation +"transport, freight, lorry 28 metric ton, fatty acid methyl ester 100%","transport, freight, lorry 28 metric ton, fatty acid methyl ester 100%",transport,Road\Transformation +"transport, freight, lorry 3.5-7.5 metric ton, EURO1","transport, freight, lorry 3.5-7.5 metric ton, EURO1",transport,Road\Transformation +"transport, freight, lorry 3.5-7.5 metric ton, EURO2","transport, freight, lorry 3.5-7.5 metric ton, EURO2",transport,Road\Transformation +"transport, freight, lorry 3.5-7.5 metric ton, EURO3","transport, freight, lorry 3.5-7.5 metric ton, EURO3",transport,Road\Transformation +"transport, freight, lorry 3.5-7.5 metric ton, EURO4","transport, freight, lorry 3.5-7.5 metric ton, EURO4",transport,Road\Transformation +"transport, freight, lorry 3.5-7.5 metric ton, EURO5","transport, freight, lorry 3.5-7.5 metric ton, EURO5",transport,Road\Transformation +"transport, freight, lorry 3.5-7.5 metric ton, EURO6","transport, freight, lorry 3.5-7.5 metric ton, EURO6",transport,Road\Transformation +"transport, freight, lorry 3.5-7.5 metric ton, unregulated","transport, freight, lorry 3.5-7.5 metric ton, unregulated",transport,Road\Transformation +"transport, freight, lorry 7.5-16 metric ton, EURO1","transport, freight, lorry 7.5-16 metric ton, EURO1",transport,Road\Transformation +"transport, freight, lorry 7.5-16 metric ton, EURO2","transport, freight, lorry 7.5-16 metric ton, EURO2",transport,Road\Transformation +"transport, freight, lorry 7.5-16 metric ton, EURO3","transport, freight, lorry 7.5-16 metric ton, EURO3",transport,Road\Transformation +"transport, freight, lorry 7.5-16 metric ton, EURO4","transport, freight, lorry 7.5-16 metric ton, EURO4",transport,Road\Transformation +"transport, freight, lorry 7.5-16 metric ton, EURO5","transport, freight, lorry 7.5-16 metric ton, EURO5",transport,Road\Transformation +"transport, freight, lorry 7.5-16 metric ton, EURO6","transport, freight, lorry 7.5-16 metric ton, EURO6",transport,Road\Transformation +"transport, freight, lorry 7.5-16 metric ton, unregulated","transport, freight, lorry 7.5-16 metric ton, unregulated",transport,Road\Transformation +"transport, freight, lorry with reefer, cooling","transport, freight, lorry with reefer, cooling",transport,Road\Transformation +"transport, freight, lorry with reefer, freezing","transport, freight, lorry with reefer, freezing",transport,Road\Transformation +"transport, freight, lorry with refrigeration machine, 3.5-7.5 ton, EURO3, carbon dioxide, liquid refrigerant, cooling","transport, freight, lorry with refrigeration machine, 3.5-7.5 ton, EURO3, carbon dioxide, liquid refrigerant, cooling",transport,Road\Transformation +"transport, freight, lorry with refrigeration machine, 3.5-7.5 ton, EURO3, carbon dioxide, liquid refrigerant, freezing","transport, freight, lorry with refrigeration machine, 3.5-7.5 ton, EURO3, carbon dioxide, liquid refrigerant, freezing",transport,Road\Transformation +"transport, freight, lorry with refrigeration machine, 3.5-7.5 ton, EURO3, R134a refrigerant, cooling","transport, freight, lorry with refrigeration machine, 3.5-7.5 ton, EURO3, R134a refrigerant, cooling",transport,Road\Transformation +"transport, freight, lorry with refrigeration machine, 3.5-7.5 ton, EURO3, R134a refrigerant, freezing","transport, freight, lorry with refrigeration machine, 3.5-7.5 ton, EURO3, R134a refrigerant, freezing",transport,Road\Transformation +"transport, freight, lorry with refrigeration machine, 3.5-7.5 ton, EURO4, carbon dioxide, liquid refrigerant, cooling","transport, freight, lorry with refrigeration machine, 3.5-7.5 ton, EURO4, carbon dioxide, liquid refrigerant, cooling",transport,Road\Transformation +"transport, freight, lorry with refrigeration machine, 3.5-7.5 ton, EURO4, carbon dioxide, liquid refrigerant, freezing","transport, freight, lorry with refrigeration machine, 3.5-7.5 ton, EURO4, carbon dioxide, liquid refrigerant, freezing",transport,Road\Transformation +"transport, freight, lorry with refrigeration machine, 3.5-7.5 ton, EURO4, R134a refrigerant, cooling","transport, freight, lorry with refrigeration machine, 3.5-7.5 ton, EURO4, R134a refrigerant, cooling",transport,Road\Transformation +"transport, freight, lorry with refrigeration machine, 3.5-7.5 ton, EURO4, R134a refrigerant, freezing","transport, freight, lorry with refrigeration machine, 3.5-7.5 ton, EURO4, R134a refrigerant, freezing",transport,Road\Transformation +"transport, freight, lorry with refrigeration machine, 3.5-7.5 ton, EURO5, carbon dioxide, liquid refrigerant, cooling","transport, freight, lorry with refrigeration machine, 3.5-7.5 ton, EURO5, carbon dioxide, liquid refrigerant, cooling",transport,Road\Transformation +"transport, freight, lorry with refrigeration machine, 3.5-7.5 ton, EURO5, carbon dioxide, liquid refrigerant, freezing","transport, freight, lorry with refrigeration machine, 3.5-7.5 ton, EURO5, carbon dioxide, liquid refrigerant, freezing",transport,Road\Transformation +"transport, freight, lorry with refrigeration machine, 3.5-7.5 ton, EURO5, R134a refrigerant, cooling","transport, freight, lorry with refrigeration machine, 3.5-7.5 ton, EURO5, R134a refrigerant, cooling",transport,Road\Transformation +"transport, freight, lorry with refrigeration machine, 3.5-7.5 ton, EURO5, R134a refrigerant, freezing","transport, freight, lorry with refrigeration machine, 3.5-7.5 ton, EURO5, R134a refrigerant, freezing",transport,Road\Transformation +"transport, freight, lorry with refrigeration machine, 3.5-7.5 ton, EURO6, carbon dioxide, liquid refrigerant, cooling","transport, freight, lorry with refrigeration machine, 3.5-7.5 ton, EURO6, carbon dioxide, liquid refrigerant, cooling",transport,Road\Transformation +"transport, freight, lorry with refrigeration machine, 3.5-7.5 ton, EURO6, carbon dioxide, liquid refrigerant, freezing","transport, freight, lorry with refrigeration machine, 3.5-7.5 ton, EURO6, carbon dioxide, liquid refrigerant, freezing",transport,Road\Transformation +"transport, freight, lorry with refrigeration machine, 3.5-7.5 ton, EURO6, R134a refrigerant, cooling","transport, freight, lorry with refrigeration machine, 3.5-7.5 ton, EURO6, R134a refrigerant, cooling",transport,Road\Transformation +"transport, freight, lorry with refrigeration machine, 3.5-7.5 ton, EURO6, R134a refrigerant, freezing","transport, freight, lorry with refrigeration machine, 3.5-7.5 ton, EURO6, R134a refrigerant, freezing",transport,Road\Transformation +"transport, freight, lorry with refrigeration machine, 7.5-16 ton, EURO3, carbon dioxide, liquid refrigerant, cooling","transport, freight, lorry with refrigeration machine, 7.5-16 ton, EURO3, carbon dioxide, liquid refrigerant, cooling",transport,Road\Transformation +"transport, freight, lorry with refrigeration machine, 7.5-16 ton, EURO3, carbon dioxide, liquid refrigerant, freezing","transport, freight, lorry with refrigeration machine, 7.5-16 ton, EURO3, carbon dioxide, liquid refrigerant, freezing",transport,Road\Transformation +"transport, freight, lorry with refrigeration machine, 7.5-16 ton, EURO3, R134a refrigerant, cooling","transport, freight, lorry with refrigeration machine, 7.5-16 ton, EURO3, R134a refrigerant, cooling",transport,Road\Transformation +"transport, freight, lorry with refrigeration machine, 7.5-16 ton, EURO3, R134a refrigerant, freezing","transport, freight, lorry with refrigeration machine, 7.5-16 ton, EURO3, R134a refrigerant, freezing",transport,Road\Transformation +"transport, freight, lorry with refrigeration machine, 7.5-16 ton, EURO4, carbon dioxide, liquid refrigerant, cooling","transport, freight, lorry with refrigeration machine, 7.5-16 ton, EURO4, carbon dioxide, liquid refrigerant, cooling",transport,Road\Transformation +"transport, freight, lorry with refrigeration machine, 7.5-16 ton, EURO4, carbon dioxide, liquid refrigerant, freezing","transport, freight, lorry with refrigeration machine, 7.5-16 ton, EURO4, carbon dioxide, liquid refrigerant, freezing",transport,Road\Transformation +"transport, freight, lorry with refrigeration machine, 7.5-16 ton, EURO4, R134a refrigerant, cooling","transport, freight, lorry with refrigeration machine, 7.5-16 ton, EURO4, R134a refrigerant, cooling",transport,Road\Transformation +"transport, freight, lorry with refrigeration machine, 7.5-16 ton, EURO4, R134a refrigerant, freezing","transport, freight, lorry with refrigeration machine, 7.5-16 ton, EURO4, R134a refrigerant, freezing",transport,Road\Transformation +"transport, freight, lorry with refrigeration machine, 7.5-16 ton, EURO5, carbon dioxide, liquid refrigerant, cooling","transport, freight, lorry with refrigeration machine, 7.5-16 ton, EURO5, carbon dioxide, liquid refrigerant, cooling",transport,Road\Transformation +"transport, freight, lorry with refrigeration machine, 7.5-16 ton, EURO5, carbon dioxide, liquid refrigerant, freezing","transport, freight, lorry with refrigeration machine, 7.5-16 ton, EURO5, carbon dioxide, liquid refrigerant, freezing",transport,Road\Transformation +"transport, freight, lorry with refrigeration machine, 7.5-16 ton, EURO5, R134a refrigerant, cooling","transport, freight, lorry with refrigeration machine, 7.5-16 ton, EURO5, R134a refrigerant, cooling",transport,Road\Transformation +"transport, freight, lorry with refrigeration machine, 7.5-16 ton, EURO5, R134a refrigerant, freezing","transport, freight, lorry with refrigeration machine, 7.5-16 ton, EURO5, R134a refrigerant, freezing",transport,Road\Transformation +"transport, freight, lorry with refrigeration machine, 7.5-16 ton, EURO6, carbon dioxide, liquid refrigerant, cooling","transport, freight, lorry with refrigeration machine, 7.5-16 ton, EURO6, carbon dioxide, liquid refrigerant, cooling",transport,Road\Transformation +"transport, freight, lorry with refrigeration machine, 7.5-16 ton, EURO6, carbon dioxide, liquid refrigerant, freezing","transport, freight, lorry with refrigeration machine, 7.5-16 ton, EURO6, carbon dioxide, liquid refrigerant, freezing",transport,Road\Transformation +"transport, freight, lorry with refrigeration machine, 7.5-16 ton, EURO6, R134a refrigerant, cooling","transport, freight, lorry with refrigeration machine, 7.5-16 ton, EURO6, R134a refrigerant, cooling",transport,Road\Transformation +"transport, freight, lorry with refrigeration machine, 7.5-16 ton, EURO6, R134a refrigerant, freezing","transport, freight, lorry with refrigeration machine, 7.5-16 ton, EURO6, R134a refrigerant, freezing",transport,Road\Transformation +"transport, freight, lorry, 26t gross weight, unspecified powertrain, long haul","transport, freight, lorry",transport,Road\Transformation +"transport, freight, lorry, 40t gross weight, unspecified powertrain, long haul","transport, freight, lorry",transport,Road\Transformation +"transport, freight, lorry, all sizes, EURO1 to generic market for transport, freight, lorry, unspecified","transport, freight, lorry, unspecified",transport,Road\Market +"transport, freight, lorry, all sizes, EURO2 to generic market for transport, freight, lorry, unspecified","transport, freight, lorry, unspecified",transport,Road\Market +"transport, freight, lorry, all sizes, EURO3 to generic market for transport, freight, lorry, unspecified","transport, freight, lorry, unspecified",transport,Road\Market +"transport, freight, lorry, all sizes, EURO4 to generic market for transport, freight, lorry, unspecified","transport, freight, lorry, unspecified",transport,Road\Market +"transport, freight, lorry, all sizes, EURO5 to generic market for transport, freight, lorry, unspecified","transport, freight, lorry, unspecified",transport,Road\Market +"transport, freight, lorry, all sizes, EURO6 to generic market for transport, freight, lorry, unspecified","transport, freight, lorry, unspecified",transport,Road\Market +"transport, freight, lorry, all sizes, unregulated to generic market for transport, freight, lorry, unspecified","transport, freight, lorry, unspecified",transport,Road\Market +"transport, freight, lorry, battery electric, NMC-622 battery, 18t gross weight, long haul","transport, freight, lorry",transport,Road\Transformation +"transport, freight, lorry, battery electric, NMC-622 battery, 26t gross weight, long haul","transport, freight, lorry",transport,Road\Transformation +"transport, freight, lorry, battery electric, NMC-622 battery, 3.5t gross weight, long haul","transport, freight, lorry",transport,Road\Transformation +"transport, freight, lorry, battery electric, NMC-622 battery, 32t gross weight, long haul","transport, freight, lorry",transport,Road\Transformation +"transport, freight, lorry, battery electric, NMC-622 battery, 40t gross weight, long haul","transport, freight, lorry",transport,Road\Transformation +"transport, freight, lorry, battery electric, NMC-622 battery, 60t gross weight, long haul","transport, freight, lorry",transport,Road\Transformation +"transport, freight, lorry, battery electric, NMC-622 battery, 7.5t gross weight, long haul","transport, freight, lorry",transport,Road\Transformation +"transport, freight, lorry, compressed gas, 18t gross weight, EURO-III, long haul","transport, freight, lorry, EURO-III",transport,Road\Transformation +"transport, freight, lorry, compressed gas, 18t gross weight, EURO-IV, long haul","transport, freight, lorry, EURO-IV",transport,Road\Transformation +"transport, freight, lorry, compressed gas, 18t gross weight, EURO-V, long haul","transport, freight, lorry, EURO-V",transport,Road\Transformation +"transport, freight, lorry, compressed gas, 18t gross weight, EURO-VI, long haul","transport, freight, lorry, EURO-VI",transport,Road\Transformation +"transport, freight, lorry, compressed gas, 26t gross weight, EURO-III, long haul","transport, freight, lorry, EURO-III",transport,Road\Transformation +"transport, freight, lorry, compressed gas, 26t gross weight, EURO-IV, long haul","transport, freight, lorry, EURO-IV",transport,Road\Transformation +"transport, freight, lorry, compressed gas, 26t gross weight, EURO-V, long haul","transport, freight, lorry, EURO-V",transport,Road\Transformation +"transport, freight, lorry, compressed gas, 26t gross weight, EURO-VI, long haul","transport, freight, lorry, EURO-VI",transport,Road\Transformation +"transport, freight, lorry, compressed gas, 3.5t gross weight, EURO-III, long haul","transport, freight, lorry, EURO-III",transport,Road\Transformation +"transport, freight, lorry, compressed gas, 3.5t gross weight, EURO-IV, long haul","transport, freight, lorry, EURO-IV",transport,Road\Transformation +"transport, freight, lorry, compressed gas, 3.5t gross weight, EURO-V, long haul","transport, freight, lorry, EURO-V",transport,Road\Transformation +"transport, freight, lorry, compressed gas, 3.5t gross weight, EURO-VI, long haul","transport, freight, lorry, EURO-VI",transport,Road\Transformation +"transport, freight, lorry, compressed gas, 32t gross weight, EURO-III, long haul","transport, freight, lorry, EURO-III",transport,Road\Transformation +"transport, freight, lorry, compressed gas, 32t gross weight, EURO-IV, long haul","transport, freight, lorry, EURO-IV",transport,Road\Transformation +"transport, freight, lorry, compressed gas, 32t gross weight, EURO-V, long haul","transport, freight, lorry, EURO-V",transport,Road\Transformation +"transport, freight, lorry, compressed gas, 32t gross weight, EURO-VI, long haul","transport, freight, lorry, EURO-VI",transport,Road\Transformation +"transport, freight, lorry, compressed gas, 40t gross weight, EURO-III, long haul","transport, freight, lorry, EURO-III",transport,Road\Transformation +"transport, freight, lorry, compressed gas, 40t gross weight, EURO-IV, long haul","transport, freight, lorry, EURO-IV",transport,Road\Transformation +"transport, freight, lorry, compressed gas, 40t gross weight, EURO-V, long haul","transport, freight, lorry, EURO-V",transport,Road\Transformation +"transport, freight, lorry, compressed gas, 40t gross weight, EURO-VI, long haul","transport, freight, lorry, EURO-VI",transport,Road\Transformation +"transport, freight, lorry, compressed gas, 60t gross weight, EURO-III, long haul","transport, freight, lorry, EURO-III",transport,Road\Transformation +"transport, freight, lorry, compressed gas, 60t gross weight, EURO-IV, long haul","transport, freight, lorry, EURO-IV",transport,Road\Transformation +"transport, freight, lorry, compressed gas, 60t gross weight, EURO-V, long haul","transport, freight, lorry, EURO-V",transport,Road\Transformation +"transport, freight, lorry, compressed gas, 60t gross weight, EURO-VI, long haul","transport, freight, lorry, EURO-VI",transport,Road\Transformation +"transport, freight, lorry, compressed gas, 7.5t gross weight, EURO-III, long haul","transport, freight, lorry, EURO-III",transport,Road\Transformation +"transport, freight, lorry, compressed gas, 7.5t gross weight, EURO-IV, long haul","transport, freight, lorry, EURO-IV",transport,Road\Transformation +"transport, freight, lorry, compressed gas, 7.5t gross weight, EURO-V, long haul","transport, freight, lorry, EURO-V",transport,Road\Transformation +"transport, freight, lorry, compressed gas, 7.5t gross weight, EURO-VI, long haul","transport, freight, lorry, EURO-VI",transport,Road\Transformation +"transport, freight, lorry, diesel hybrid, 18t gross weight, EURO-VI, long haul","transport, freight, lorry, EURO-VI",transport,Road\Transformation +"transport, freight, lorry, diesel hybrid, 26t gross weight, EURO-VI, long haul","transport, freight, lorry, EURO-VI",transport,Road\Transformation +"transport, freight, lorry, diesel hybrid, 3.5t gross weight, EURO-VI, long haul","transport, freight, lorry, EURO-VI",transport,Road\Transformation +"transport, freight, lorry, diesel hybrid, 32t gross weight, EURO-VI, long haul","transport, freight, lorry, EURO-VI",transport,Road\Transformation +"transport, freight, lorry, diesel hybrid, 40t gross weight, EURO-VI, long haul","transport, freight, lorry, EURO-VI",transport,Road\Transformation +"transport, freight, lorry, diesel hybrid, 60t gross weight, EURO-VI, long haul","transport, freight, lorry, EURO-VI",transport,Road\Transformation +"transport, freight, lorry, diesel hybrid, 7.5t gross weight, EURO-VI, long haul","transport, freight, lorry, EURO-VI",transport,Road\Transformation +"transport, freight, lorry, diesel, 18t gross weight, EURO-III, long haul","transport, freight, lorry, EURO-III",transport,Road\Transformation +"transport, freight, lorry, diesel, 18t gross weight, EURO-IV, long haul","transport, freight, lorry, EURO-IV",transport,Road\Transformation +"transport, freight, lorry, diesel, 18t gross weight, EURO-V, long haul","transport, freight, lorry, EURO-V",transport,Road\Transformation +"transport, freight, lorry, diesel, 18t gross weight, EURO-VI, long haul","transport, freight, lorry, EURO-VI",transport,Road\Transformation +"transport, freight, lorry, diesel, 26t gross weight, EURO-III, long haul","transport, freight, lorry, EURO-III",transport,Road\Transformation +"transport, freight, lorry, diesel, 26t gross weight, EURO-IV, long haul","transport, freight, lorry, EURO-IV",transport,Road\Transformation +"transport, freight, lorry, diesel, 26t gross weight, EURO-V, long haul","transport, freight, lorry, EURO-V",transport,Road\Transformation +"transport, freight, lorry, diesel, 26t gross weight, EURO-VI, long haul","transport, freight, lorry, EURO-VI",transport,Road\Transformation +"transport, freight, lorry, diesel, 3.5t gross weight, EURO-III, long haul","transport, freight, lorry, EURO-III",transport,Road\Transformation +"transport, freight, lorry, diesel, 3.5t gross weight, EURO-IV, long haul","transport, freight, lorry, EURO-IV",transport,Road\Transformation +"transport, freight, lorry, diesel, 3.5t gross weight, EURO-V, long haul","transport, freight, lorry, EURO-V",transport,Road\Transformation +"transport, freight, lorry, diesel, 3.5t gross weight, EURO-VI, long haul","transport, freight, lorry, EURO-VI",transport,Road\Transformation +"transport, freight, lorry, diesel, 32t gross weight, EURO-III, long haul","transport, freight, lorry, EURO-III",transport,Road\Transformation +"transport, freight, lorry, diesel, 32t gross weight, EURO-IV, long haul","transport, freight, lorry, EURO-IV",transport,Road\Transformation +"transport, freight, lorry, diesel, 32t gross weight, EURO-V, long haul","transport, freight, lorry, EURO-V",transport,Road\Transformation +"transport, freight, lorry, diesel, 32t gross weight, EURO-VI, long haul","transport, freight, lorry, EURO-VI",transport,Road\Transformation +"transport, freight, lorry, diesel, 40t gross weight, EURO-III, long haul","transport, freight, lorry, EURO-III",transport,Road\Transformation +"transport, freight, lorry, diesel, 40t gross weight, EURO-IV, long haul","transport, freight, lorry, EURO-IV",transport,Road\Transformation +"transport, freight, lorry, diesel, 40t gross weight, EURO-V, long haul","transport, freight, lorry, EURO-V",transport,Road\Transformation +"transport, freight, lorry, diesel, 40t gross weight, EURO-VI, long haul","transport, freight, lorry, EURO-VI",transport,Road\Transformation +"transport, freight, lorry, diesel, 60t gross weight, EURO-III, long haul","transport, freight, lorry, EURO-III",transport,Road\Transformation +"transport, freight, lorry, diesel, 60t gross weight, EURO-IV, long haul","transport, freight, lorry, EURO-IV",transport,Road\Transformation +"transport, freight, lorry, diesel, 60t gross weight, EURO-V, long haul","transport, freight, lorry, EURO-V",transport,Road\Transformation +"transport, freight, lorry, diesel, 60t gross weight, EURO-VI, long haul","transport, freight, lorry, EURO-VI",transport,Road\Transformation +"transport, freight, lorry, diesel, 7.5t gross weight, EURO-III, long haul","transport, freight, lorry, EURO-III",transport,Road\Transformation +"transport, freight, lorry, diesel, 7.5t gross weight, EURO-IV, long haul","transport, freight, lorry, EURO-IV",transport,Road\Transformation +"transport, freight, lorry, diesel, 7.5t gross weight, EURO-V, long haul","transport, freight, lorry, EURO-V",transport,Road\Transformation +"transport, freight, lorry, diesel, 7.5t gross weight, EURO-VI, long haul","transport, freight, lorry, EURO-VI",transport,Road\Transformation +"transport, freight, lorry, fuel cell electric, 18t gross weight, long haul","transport, freight, lorry",transport,Road\Transformation +"transport, freight, lorry, fuel cell electric, 26t gross weight, long haul","transport, freight, lorry",transport,Road\Transformation +"transport, freight, lorry, fuel cell electric, 3.5t gross weight, long haul","transport, freight, lorry",transport,Road\Transformation +"transport, freight, lorry, fuel cell electric, 32t gross weight, long haul","transport, freight, lorry",transport,Road\Transformation +"transport, freight, lorry, fuel cell electric, 40t gross weight, long haul","transport, freight, lorry",transport,Road\Transformation +"transport, freight, lorry, fuel cell electric, 60t gross weight, long haul","transport, freight, lorry",transport,Road\Transformation +"transport, freight, lorry, fuel cell electric, 7.5t gross weight, long haul","transport, freight, lorry",transport,Road\Transformation +"transport, freight, lorry, plugin diesel hybrid, 18t gross weight, EURO-VI, long haul","transport, freight, lorry, EURO-VI",transport,Road\Transformation +"transport, freight, lorry, plugin diesel hybrid, 26t gross weight, EURO-VI, long haul","transport, freight, lorry, EURO-VI",transport,Road\Transformation +"transport, freight, lorry, plugin diesel hybrid, 3.5t gross weight, EURO-VI, long haul","transport, freight, lorry, EURO-VI",transport,Road\Transformation +"transport, freight, lorry, plugin diesel hybrid, 32t gross weight, EURO-VI, long haul","transport, freight, lorry, EURO-VI",transport,Road\Transformation +"transport, freight, lorry, plugin diesel hybrid, 40t gross weight, EURO-VI, long haul","transport, freight, lorry, EURO-VI",transport,Road\Transformation +"transport, freight, lorry, plugin diesel hybrid, 60t gross weight, EURO-VI, long haul","transport, freight, lorry, EURO-VI",transport,Road\Transformation +"transport, freight, lorry, plugin diesel hybrid, 7.5t gross weight, EURO-VI, long haul","transport, freight, lorry, EURO-VI",transport,Road\Transformation +"transport, freight, lorry, unspecified, long haul","transport, freight, lorry",transport,Road\Transformation +"transport, freight, sea, bulk carrier for dry goods","transport, freight, sea, bulk carrier for dry goods",transport,Water\Transformation +"transport, freight, sea, container ship","transport, freight, sea, container ship",transport,Water\Transformation +"transport, freight, sea, container ship with reefer, cooling","transport, freight, sea, container ship with reefer, cooling",transport,Water\Transformation +"transport, freight, sea, container ship with reefer, freezing","transport, freight, sea, container ship with reefer, freezing",transport,Water\Transformation +"transport, freight, sea, ferry","transport, freight, sea, ferry",transport,Water\Transformation +"transport, freight, sea, tanker for liquefied natural gas","transport, freight, sea, tanker for liquefied natural gas",transport,Water\Transformation +"transport, freight, sea, tanker for liquid goods other than petroleum and liquefied natural gas","transport, freight, sea, tanker for liquid goods other than petroleum and liquefied natural gas",transport,Water\Transformation +"transport, freight, sea, tanker for petroleum","transport, freight, sea, tanker for petroleum",transport,Water\Transformation +"transport, freight, sea, transoceanic ship","transport, freight, sea, transoceanic ship",transport,Others\Obsolete +"transport, freight, sea, transoceanic tanker","transport, freight, sea, transoceanic tanker",transport,Others\Obsolete +"transport, freight, small lorry with refrigeration machine, EURO3, CO2 refrigerant, cooling to generic market","transport, freight, lorry with refrigeration machine, cooling",transport,Road\Transformation +"transport, freight, small lorry with refrigeration machine, EURO3, CO2 refrigerant, freezing to generic market","transport, freight, lorry with refrigeration machine, freezing",transport,Road\Transformation +"transport, freight, small lorry with refrigeration machine, EURO3, R134a refrigerant, cooling to generic market","transport, freight, lorry with refrigeration machine, cooling",transport,Road\Transformation +"transport, freight, small lorry with refrigeration machine, EURO3, R134a refrigerant, freezing to generic market","transport, freight, lorry with refrigeration machine, freezing",transport,Road\Transformation +"transport, freight, small lorry with refrigeration machine, EURO4, CO2 refrigerant, cooling to generic market","transport, freight, lorry with refrigeration machine, cooling",transport,Road\Transformation +"transport, freight, small lorry with refrigeration machine, EURO4, CO2 refrigerant, freezing to generic market","transport, freight, lorry with refrigeration machine, freezing",transport,Road\Transformation +"transport, freight, small lorry with refrigeration machine, EURO4, R134a refrigerant, cooling to generic market","transport, freight, lorry with refrigeration machine, cooling",transport,Road\Transformation +"transport, freight, small lorry with refrigeration machine, EURO4, R134a refrigerant, freezing to generic market","transport, freight, lorry with refrigeration machine, freezing",transport,Road\Transformation +"transport, freight, small lorry with refrigeration machine, EURO5, CO2 refrigerant, cooling to generic market","transport, freight, lorry with refrigeration machine, cooling",transport,Road\Transformation +"transport, freight, small lorry with refrigeration machine, EURO5, CO2 refrigerant, freezing to generic market","transport, freight, lorry with refrigeration machine, freezing",transport,Road\Transformation +"transport, freight, small lorry with refrigeration machine, EURO5, R134a refrigerant, cooling to generic market","transport, freight, lorry with refrigeration machine, cooling",transport,Road\Transformation +"transport, freight, small lorry with refrigeration machine, EURO5, R134a refrigerant, freezing to generic market","transport, freight, lorry with refrigeration machine, freezing",transport,Road\Transformation +"transport, freight, small lorry with refrigeration machine, EURO6, CO2 refrigerant, cooling to generic market","transport, freight, lorry with refrigeration machine, cooling",transport,Road\Transformation +"transport, freight, small lorry with refrigeration machine, EURO6, CO2 refrigerant, freezing to generic market","transport, freight, lorry with refrigeration machine, freezing",transport,Road\Transformation +"transport, freight, small lorry with refrigeration machine, EURO6, R134a refrigerant, cooling to generic market","transport, freight, lorry with refrigeration machine, cooling",transport,Road\Transformation +"transport, freight, small lorry with refrigeration machine, EURO6, R134a refrigerant, freezing to generic market","transport, freight, lorry with refrigeration machine, freezing",transport,Road\Transformation +"transport, freight, train with reefer, cooling","transport, freight, train with reefer, cooling",transport,Rail\Transformation +"transport, freight, train with reefer, freezing","transport, freight, train with reefer, freezing",transport,Rail\Transformation +"transport, helicopter","transport, helicopter",transport,Air\Transformation +"transport, helicopter, LTO cycle","transport, helicopter, LTO cycle",transport,Air\Transformation +"transport, Kick Scooter, electric, <1kW, LFP battery","transport, Kick Scooter, electric, <1kW",transport,Road\Transformation +"transport, Kick Scooter, electric, <1kW, NCA battery","transport, Kick Scooter, electric, <1kW",transport,Road\Transformation +"transport, Kick Scooter, electric, <1kW, NMC battery","transport, Kick Scooter, electric, <1kW",transport,Road\Transformation +"transport, Moped, gasoline, <4kW, EURO-3","transport, Moped, gasoline, <4kW, EURO-3",transport,Road\Transformation +"transport, Moped, gasoline, <4kW, EURO-4","transport, Moped, gasoline, <4kW, EURO-4",transport,Road\Transformation +"transport, Moped, gasoline, <4kW, EURO-5","transport, Moped, gasoline, <4kW, EURO-5",transport,Road\Transformation +"transport, Motorbike, electric, <4kW, LFP battery","transport, Motorbike, electric, <4kW",transport,Road\Transformation +"transport, Motorbike, electric, <4kW, NCA battery","transport, Motorbike, electric, <4kW",transport,Road\Transformation +"transport, Motorbike, electric, <4kW, NMC battery","transport, Motorbike, electric, <4kW",transport,Road\Transformation +"transport, Motorbike, electric, >35kW, LFP battery","transport, Motorbike, electric, >35kW",transport,Road\Transformation +"transport, Motorbike, electric, >35kW, NCA battery","transport, Motorbike, electric, >35kW",transport,Road\Transformation +"transport, Motorbike, electric, >35kW, NMC battery","transport, Motorbike, electric, >35kW",transport,Road\Transformation +"transport, Motorbike, electric, 11-35kW, LFP battery","transport, Motorbike, electric, 11-35kW",transport,Road\Transformation +"transport, Motorbike, electric, 11-35kW, NCA battery","transport, Motorbike, electric, 11-35kW",transport,Road\Transformation +"transport, Motorbike, electric, 11-35kW, NMC battery","transport, Motorbike, electric, 11-35kW",transport,Road\Transformation +"transport, Motorbike, electric, 4-11kW, LFP battery","transport, Motorbike, electric, 4-11kW",transport,Road\Transformation +"transport, Motorbike, electric, 4-11kW, NCA battery","transport, Motorbike, electric, 4-11kW",transport,Road\Transformation +"transport, Motorbike, electric, 4-11kW, NMC battery","transport, Motorbike, electric, 4-11kW",transport,Road\Transformation +"transport, Motorbike, gasoline, >35kW, EURO-3","transport, Motorbike, gasoline, >35kW, EURO-3",transport,Road\Transformation +"transport, Motorbike, gasoline, >35kW, EURO-4","transport, Motorbike, gasoline, >35kW, EURO-4",transport,Road\Transformation +"transport, Motorbike, gasoline, >35kW, EURO-5","transport, Motorbike, gasoline, >35kW, EURO-5",transport,Road\Transformation +"transport, Motorbike, gasoline, 11-35kW, EURO-3","transport, Motorbike, gasoline, 11-35kW, EURO-3",transport,Road\Transformation +"transport, Motorbike, gasoline, 11-35kW, EURO-4","transport, Motorbike, gasoline, 11-35kW, EURO-4",transport,Road\Transformation +"transport, Motorbike, gasoline, 11-35kW, EURO-5","transport, Motorbike, gasoline, 11-35kW, EURO-5",transport,Road\Transformation +"transport, Motorbike, gasoline, 4-11kW, EURO-3","transport, Motorbike, gasoline, 4-11kW, EURO-3",transport,Road\Transformation +"transport, Motorbike, gasoline, 4-11kW, EURO-4","transport, Motorbike, gasoline, 4-11kW, EURO-4",transport,Road\Transformation +"transport, Motorbike, gasoline, 4-11kW, EURO-5","transport, Motorbike, gasoline, 4-11kW, EURO-5",transport,Road\Transformation +"transport, passenger aircraft, all distances to generic market for transport, passenger aircraft, unspecified","transport, passenger aircraft, unspecified",transport,Air\Market +"transport, passenger aircraft, long haul","transport, passenger aircraft, long haul",transport,Air\Transformation +"transport, passenger aircraft, medium haul","transport, passenger aircraft, medium haul",transport,Air\Transformation +"transport, passenger aircraft, short haul","transport, passenger aircraft, short haul",transport,Air\Transformation +"transport, passenger aircraft, very short haul","transport, passenger aircraft, very short haul",transport,Air\Transformation +"transport, passenger bus, battery electric - battery-equipped trolleybus, LTO battery, 13m single deck urban bus","transport, passenger bus",transport,Road\Transformation +"transport, passenger bus, battery electric - battery-equipped trolleybus, LTO battery, 18m articulated urban bus","transport, passenger bus",transport,Road\Transformation +"transport, passenger bus, battery electric - opportunity charging, LTO battery, 13m double deck urban bus","transport, passenger bus",transport,Road\Transformation +"transport, passenger bus, battery electric - opportunity charging, LTO battery, 13m single deck urban bus","transport, passenger bus",transport,Road\Transformation +"transport, passenger bus, battery electric - opportunity charging, LTO battery, 18m articulated urban bus","transport, passenger bus",transport,Road\Transformation +"transport, passenger bus, battery electric - opportunity charging, LTO battery, 9m midibus","transport, passenger bus",transport,Road\Transformation +"transport, passenger bus, battery electric - overnight charging, NMC-622 battery, 13m double deck urban bus","transport, passenger bus",transport,Road\Transformation +"transport, passenger bus, battery electric - overnight charging, NMC-622 battery, 13m single deck urban bus","transport, passenger bus",transport,Road\Transformation +"transport, passenger bus, battery electric - overnight charging, NMC-622 battery, 18m articulated urban bus","transport, passenger bus",transport,Road\Transformation +"transport, passenger bus, battery electric - overnight charging, NMC-622 battery, 9m midibus","transport, passenger bus",transport,Road\Transformation +"transport, passenger bus, compressed gas, 13m double deck coach bus, EURO-III","transport, passenger bus, EURO-III",transport,Road\Transformation +"transport, passenger bus, compressed gas, 13m double deck coach bus, EURO-IV","transport, passenger bus, EURO-IV",transport,Road\Transformation +"transport, passenger bus, compressed gas, 13m double deck coach bus, EURO-V","transport, passenger bus, EURO-V",transport,Road\Transformation +"transport, passenger bus, compressed gas, 13m double deck coach bus, EURO-VI","transport, passenger bus, EURO-VI",transport,Road\Transformation +"transport, passenger bus, compressed gas, 13m double deck urban bus, EURO-III","transport, passenger bus, EURO-III",transport,Road\Transformation +"transport, passenger bus, compressed gas, 13m double deck urban bus, EURO-IV","transport, passenger bus, EURO-IV",transport,Road\Transformation +"transport, passenger bus, compressed gas, 13m double deck urban bus, EURO-V","transport, passenger bus, EURO-V",transport,Road\Transformation +"transport, passenger bus, compressed gas, 13m double deck urban bus, EURO-VI","transport, passenger bus, EURO-VI",transport,Road\Transformation +"transport, passenger bus, compressed gas, 13m single deck coach bus, EURO-III","transport, passenger bus, EURO-III",transport,Road\Transformation +"transport, passenger bus, compressed gas, 13m single deck coach bus, EURO-IV","transport, passenger bus, EURO-IV",transport,Road\Transformation +"transport, passenger bus, compressed gas, 13m single deck coach bus, EURO-V","transport, passenger bus, EURO-V",transport,Road\Transformation +"transport, passenger bus, compressed gas, 13m single deck coach bus, EURO-VI","transport, passenger bus, EURO-VI",transport,Road\Transformation +"transport, passenger bus, compressed gas, 13m single deck urban bus, EURO-III","transport, passenger bus, EURO-III",transport,Road\Transformation +"transport, passenger bus, compressed gas, 13m single deck urban bus, EURO-IV","transport, passenger bus, EURO-IV",transport,Road\Transformation +"transport, passenger bus, compressed gas, 13m single deck urban bus, EURO-V","transport, passenger bus, EURO-V",transport,Road\Transformation +"transport, passenger bus, compressed gas, 13m single deck urban bus, EURO-VI","transport, passenger bus, EURO-VI",transport,Road\Transformation +"transport, passenger bus, compressed gas, 18m articulated urban bus, EURO-III","transport, passenger bus, EURO-III",transport,Road\Transformation +"transport, passenger bus, compressed gas, 18m articulated urban bus, EURO-IV","transport, passenger bus, EURO-IV",transport,Road\Transformation +"transport, passenger bus, compressed gas, 18m articulated urban bus, EURO-V","transport, passenger bus, EURO-V",transport,Road\Transformation +"transport, passenger bus, compressed gas, 18m articulated urban bus, EURO-VI","transport, passenger bus, EURO-VI",transport,Road\Transformation +"transport, passenger bus, compressed gas, 9m midibus, EURO-III","transport, passenger bus, EURO-III",transport,Road\Transformation +"transport, passenger bus, compressed gas, 9m midibus, EURO-IV","transport, passenger bus, EURO-IV",transport,Road\Transformation +"transport, passenger bus, compressed gas, 9m midibus, EURO-V","transport, passenger bus, EURO-V",transport,Road\Transformation +"transport, passenger bus, compressed gas, 9m midibus, EURO-VI","transport, passenger bus, EURO-VI",transport,Road\Transformation +"transport, passenger bus, diesel hybrid, 13m double deck coach bus, EURO-VI","transport, passenger bus, EURO-VI",transport,Road\Transformation +"transport, passenger bus, diesel hybrid, 13m double deck urban bus, EURO-VI","transport, passenger bus, EURO-VI",transport,Road\Transformation +"transport, passenger bus, diesel hybrid, 13m single deck coach bus, EURO-VI","transport, passenger bus, EURO-VI",transport,Road\Transformation +"transport, passenger bus, diesel hybrid, 13m single deck urban bus, EURO-VI","transport, passenger bus, EURO-VI",transport,Road\Transformation +"transport, passenger bus, diesel hybrid, 18m articulated urban bus, EURO-VI","transport, passenger bus, EURO-VI",transport,Road\Transformation +"transport, passenger bus, diesel hybrid, 9m midibus, EURO-VI","transport, passenger bus, EURO-VI",transport,Road\Transformation +"transport, passenger bus, diesel, 13m double deck coach bus, EURO-III","transport, passenger bus, EURO-III",transport,Road\Transformation +"transport, passenger bus, diesel, 13m double deck coach bus, EURO-IV","transport, passenger bus, EURO-IV",transport,Road\Transformation +"transport, passenger bus, diesel, 13m double deck coach bus, EURO-V","transport, passenger bus, EURO-V",transport,Road\Transformation +"transport, passenger bus, diesel, 13m double deck coach bus, EURO-VI","transport, passenger bus, EURO-VI",transport,Road\Transformation +"transport, passenger bus, diesel, 13m double deck urban bus, EURO-III","transport, passenger bus, EURO-III",transport,Road\Transformation +"transport, passenger bus, diesel, 13m double deck urban bus, EURO-IV","transport, passenger bus, EURO-IV",transport,Road\Transformation +"transport, passenger bus, diesel, 13m double deck urban bus, EURO-V","transport, passenger bus, EURO-V",transport,Road\Transformation +"transport, passenger bus, diesel, 13m double deck urban bus, EURO-VI","transport, passenger bus, EURO-VI",transport,Road\Transformation +"transport, passenger bus, diesel, 13m single deck coach bus, EURO-III","transport, passenger bus, EURO-III",transport,Road\Transformation +"transport, passenger bus, diesel, 13m single deck coach bus, EURO-IV","transport, passenger bus, EURO-IV",transport,Road\Transformation +"transport, passenger bus, diesel, 13m single deck coach bus, EURO-V","transport, passenger bus, EURO-V",transport,Road\Transformation +"transport, passenger bus, diesel, 13m single deck coach bus, EURO-VI","transport, passenger bus, EURO-VI",transport,Road\Transformation +"transport, passenger bus, diesel, 13m single deck urban bus, EURO-III","transport, passenger bus, EURO-III",transport,Road\Transformation +"transport, passenger bus, diesel, 13m single deck urban bus, EURO-IV","transport, passenger bus, EURO-IV",transport,Road\Transformation +"transport, passenger bus, diesel, 13m single deck urban bus, EURO-V","transport, passenger bus, EURO-V",transport,Road\Transformation +"transport, passenger bus, diesel, 13m single deck urban bus, EURO-VI","transport, passenger bus, EURO-VI",transport,Road\Transformation +"transport, passenger bus, diesel, 18m articulated urban bus, EURO-III","transport, passenger bus, EURO-III",transport,Road\Transformation +"transport, passenger bus, diesel, 18m articulated urban bus, EURO-IV","transport, passenger bus, EURO-IV",transport,Road\Transformation +"transport, passenger bus, diesel, 18m articulated urban bus, EURO-V","transport, passenger bus, EURO-V",transport,Road\Transformation +"transport, passenger bus, diesel, 18m articulated urban bus, EURO-VI","transport, passenger bus, EURO-VI",transport,Road\Transformation +"transport, passenger bus, diesel, 9m midibus, EURO-III","transport, passenger bus, EURO-III",transport,Road\Transformation +"transport, passenger bus, diesel, 9m midibus, EURO-IV","transport, passenger bus, EURO-IV",transport,Road\Transformation +"transport, passenger bus, diesel, 9m midibus, EURO-V","transport, passenger bus, EURO-V",transport,Road\Transformation +"transport, passenger bus, diesel, 9m midibus, EURO-VI","transport, passenger bus, EURO-VI",transport,Road\Transformation +"transport, passenger bus, fuel cell electric, 13m double deck coach bus","transport, passenger bus",transport,Road\Transformation +"transport, passenger bus, fuel cell electric, 13m double deck urban bus","transport, passenger bus",transport,Road\Transformation +"transport, passenger bus, fuel cell electric, 13m single deck coach bus","transport, passenger bus",transport,Road\Transformation +"transport, passenger bus, fuel cell electric, 13m single deck urban bus","transport, passenger bus",transport,Road\Transformation +"transport, passenger bus, fuel cell electric, 18m articulated urban bus","transport, passenger bus",transport,Road\Transformation +"transport, passenger bus, fuel cell electric, 9m midibus","transport, passenger bus",transport,Road\Transformation +"transport, passenger car","transport, passenger car",transport,Road\Transformation +"transport, passenger car with internal combustion engine","transport, passenger car with internal combustion engine",transport,Road\Transformation +"transport, passenger car, battery electric, NMC-622 battery, Large","transport, passenger car",transport,Road\Transformation +"transport, passenger car, battery electric, NMC-622 battery, Large SUV","transport, passenger car",transport,Road\Transformation +"transport, passenger car, battery electric, NMC-622 battery, Lower medium","transport, passenger car",transport,Road\Transformation +"transport, passenger car, battery electric, NMC-622 battery, Medium","transport, passenger car",transport,Road\Transformation +"transport, passenger car, battery electric, NMC-622 battery, Medium SUV","transport, passenger car",transport,Road\Transformation +"transport, passenger car, battery electric, NMC-622 battery, Micro","transport, passenger car",transport,Road\Transformation +"transport, passenger car, battery electric, NMC-622 battery, Mini","transport, passenger car",transport,Road\Transformation +"transport, passenger car, battery electric, NMC-622 battery, Small","transport, passenger car",transport,Road\Transformation +"transport, passenger car, battery electric, NMC-622 battery, Van","transport, passenger car",transport,Road\Transformation +"transport, passenger car, compressed gas, Large SUV, EURO-2","transport, passenger car, EURO-2",transport,Road\Transformation +"transport, passenger car, compressed gas, Large SUV, EURO-3","transport, passenger car, EURO-3",transport,Road\Transformation +"transport, passenger car, compressed gas, Large SUV, EURO-4","transport, passenger car, EURO-4",transport,Road\Transformation +"transport, passenger car, compressed gas, Large SUV, EURO-6","transport, passenger car, EURO-6",transport,Road\Transformation +"transport, passenger car, compressed gas, Large SUV, EURO-6ab","transport, passenger car, EURO-6ab",transport,Road\Transformation +"transport, passenger car, compressed gas, Large, EURO-2","transport, passenger car, EURO-2",transport,Road\Transformation +"transport, passenger car, compressed gas, Large, EURO-3","transport, passenger car, EURO-3",transport,Road\Transformation +"transport, passenger car, compressed gas, Large, EURO-4","transport, passenger car, EURO-4",transport,Road\Transformation +"transport, passenger car, compressed gas, Large, EURO-6","transport, passenger car, EURO-6",transport,Road\Transformation +"transport, passenger car, compressed gas, Large, EURO-6ab","transport, passenger car, EURO-6ab",transport,Road\Transformation +"transport, passenger car, compressed gas, Lower medium, EURO-2","transport, passenger car, EURO-2",transport,Road\Transformation +"transport, passenger car, compressed gas, Lower medium, EURO-3","transport, passenger car, EURO-3",transport,Road\Transformation +"transport, passenger car, compressed gas, Lower medium, EURO-4","transport, passenger car, EURO-4",transport,Road\Transformation +"transport, passenger car, compressed gas, Lower medium, EURO-6","transport, passenger car, EURO-6",transport,Road\Transformation +"transport, passenger car, compressed gas, Lower medium, EURO-6ab","transport, passenger car, EURO-6ab",transport,Road\Transformation +"transport, passenger car, compressed gas, Medium SUV, EURO-2","transport, passenger car, EURO-2",transport,Road\Transformation +"transport, passenger car, compressed gas, Medium SUV, EURO-3","transport, passenger car, EURO-3",transport,Road\Transformation +"transport, passenger car, compressed gas, Medium SUV, EURO-4","transport, passenger car, EURO-4",transport,Road\Transformation +"transport, passenger car, compressed gas, Medium SUV, EURO-6","transport, passenger car, EURO-6",transport,Road\Transformation +"transport, passenger car, compressed gas, Medium SUV, EURO-6ab","transport, passenger car, EURO-6ab",transport,Road\Transformation +"transport, passenger car, compressed gas, Medium, EURO-2","transport, passenger car, EURO-2",transport,Road\Transformation +"transport, passenger car, compressed gas, Medium, EURO-3","transport, passenger car, EURO-3",transport,Road\Transformation +"transport, passenger car, compressed gas, Medium, EURO-4","transport, passenger car, EURO-4",transport,Road\Transformation +"transport, passenger car, compressed gas, Medium, EURO-6","transport, passenger car, EURO-6",transport,Road\Transformation +"transport, passenger car, compressed gas, Medium, EURO-6ab","transport, passenger car, EURO-6ab",transport,Road\Transformation +"transport, passenger car, compressed gas, Mini, EURO-2","transport, passenger car, EURO-2",transport,Road\Transformation +"transport, passenger car, compressed gas, Mini, EURO-3","transport, passenger car, EURO-3",transport,Road\Transformation +"transport, passenger car, compressed gas, Mini, EURO-4","transport, passenger car, EURO-4",transport,Road\Transformation +"transport, passenger car, compressed gas, Mini, EURO-6","transport, passenger car, EURO-6",transport,Road\Transformation +"transport, passenger car, compressed gas, Mini, EURO-6ab","transport, passenger car, EURO-6ab",transport,Road\Transformation +"transport, passenger car, compressed gas, Small, EURO-2","transport, passenger car, EURO-2",transport,Road\Transformation +"transport, passenger car, compressed gas, Small, EURO-3","transport, passenger car, EURO-3",transport,Road\Transformation +"transport, passenger car, compressed gas, Small, EURO-4","transport, passenger car, EURO-4",transport,Road\Transformation +"transport, passenger car, compressed gas, Small, EURO-6","transport, passenger car, EURO-6",transport,Road\Transformation +"transport, passenger car, compressed gas, Small, EURO-6ab","transport, passenger car, EURO-6ab",transport,Road\Transformation +"transport, passenger car, compressed gas, Van, EURO-2","transport, passenger car, EURO-2",transport,Road\Transformation +"transport, passenger car, compressed gas, Van, EURO-3","transport, passenger car, EURO-3",transport,Road\Transformation +"transport, passenger car, compressed gas, Van, EURO-4","transport, passenger car, EURO-4",transport,Road\Transformation +"transport, passenger car, compressed gas, Van, EURO-6","transport, passenger car, EURO-6",transport,Road\Transformation +"transport, passenger car, compressed gas, Van, EURO-6ab","transport, passenger car, EURO-6ab",transport,Road\Transformation +"transport, passenger car, diesel hybrid, Large SUV, EURO-6","transport, passenger car, EURO-6",transport,Road\Transformation +"transport, passenger car, diesel hybrid, Large SUV, EURO-6ab","transport, passenger car, EURO-6ab",transport,Road\Transformation +"transport, passenger car, diesel hybrid, Large, EURO-6","transport, passenger car, EURO-6",transport,Road\Transformation +"transport, passenger car, diesel hybrid, Large, EURO-6ab","transport, passenger car, EURO-6ab",transport,Road\Transformation +"transport, passenger car, diesel hybrid, Lower medium, EURO-6","transport, passenger car, EURO-6",transport,Road\Transformation +"transport, passenger car, diesel hybrid, Lower medium, EURO-6ab","transport, passenger car, EURO-6ab",transport,Road\Transformation +"transport, passenger car, diesel hybrid, Medium SUV, EURO-6","transport, passenger car, EURO-6",transport,Road\Transformation +"transport, passenger car, diesel hybrid, Medium SUV, EURO-6ab","transport, passenger car, EURO-6ab",transport,Road\Transformation +"transport, passenger car, diesel hybrid, Medium, EURO-6","transport, passenger car, EURO-6",transport,Road\Transformation +"transport, passenger car, diesel hybrid, Medium, EURO-6ab","transport, passenger car, EURO-6ab",transport,Road\Transformation +"transport, passenger car, diesel hybrid, Mini, EURO-6","transport, passenger car, EURO-6",transport,Road\Transformation +"transport, passenger car, diesel hybrid, Mini, EURO-6ab","transport, passenger car, EURO-6ab",transport,Road\Transformation +"transport, passenger car, diesel hybrid, Small, EURO-6","transport, passenger car, EURO-6",transport,Road\Transformation +"transport, passenger car, diesel hybrid, Small, EURO-6ab","transport, passenger car, EURO-6ab",transport,Road\Transformation +"transport, passenger car, diesel hybrid, Van, EURO-6","transport, passenger car, EURO-6",transport,Road\Transformation +"transport, passenger car, diesel hybrid, Van, EURO-6ab","transport, passenger car, EURO-6ab",transport,Road\Transformation +"transport, passenger car, diesel, Large SUV, EURO-2","transport, passenger car, EURO-2",transport,Road\Transformation +"transport, passenger car, diesel, Large SUV, EURO-3","transport, passenger car, EURO-3",transport,Road\Transformation +"transport, passenger car, diesel, Large SUV, EURO-4","transport, passenger car, EURO-4",transport,Road\Transformation +"transport, passenger car, diesel, Large SUV, EURO-6","transport, passenger car, EURO-6",transport,Road\Transformation +"transport, passenger car, diesel, Large SUV, EURO-6ab","transport, passenger car, EURO-6ab",transport,Road\Transformation +"transport, passenger car, diesel, Large, EURO-2","transport, passenger car, EURO-2",transport,Road\Transformation +"transport, passenger car, diesel, Large, EURO-3","transport, passenger car, EURO-3",transport,Road\Transformation +"transport, passenger car, diesel, Large, EURO-4","transport, passenger car, EURO-4",transport,Road\Transformation +"transport, passenger car, diesel, Large, EURO-6","transport, passenger car, EURO-6",transport,Road\Transformation +"transport, passenger car, diesel, Large, EURO-6ab","transport, passenger car, EURO-6ab",transport,Road\Transformation +"transport, passenger car, diesel, Lower medium, EURO-2","transport, passenger car, EURO-2",transport,Road\Transformation +"transport, passenger car, diesel, Lower medium, EURO-3","transport, passenger car, EURO-3",transport,Road\Transformation +"transport, passenger car, diesel, Lower medium, EURO-4","transport, passenger car, EURO-4",transport,Road\Transformation +"transport, passenger car, diesel, Lower medium, EURO-6","transport, passenger car, EURO-6",transport,Road\Transformation +"transport, passenger car, diesel, Lower medium, EURO-6ab","transport, passenger car, EURO-6ab",transport,Road\Transformation +"transport, passenger car, diesel, Medium SUV, EURO-2","transport, passenger car, EURO-2",transport,Road\Transformation +"transport, passenger car, diesel, Medium SUV, EURO-3","transport, passenger car, EURO-3",transport,Road\Transformation +"transport, passenger car, diesel, Medium SUV, EURO-4","transport, passenger car, EURO-4",transport,Road\Transformation +"transport, passenger car, diesel, Medium SUV, EURO-6","transport, passenger car, EURO-6",transport,Road\Transformation +"transport, passenger car, diesel, Medium SUV, EURO-6ab","transport, passenger car, EURO-6ab",transport,Road\Transformation +"transport, passenger car, diesel, Medium, EURO-2","transport, passenger car, EURO-2",transport,Road\Transformation +"transport, passenger car, diesel, Medium, EURO-3","transport, passenger car, EURO-3",transport,Road\Transformation +"transport, passenger car, diesel, Medium, EURO-4","transport, passenger car, EURO-4",transport,Road\Transformation +"transport, passenger car, diesel, Medium, EURO-6","transport, passenger car, EURO-6",transport,Road\Transformation +"transport, passenger car, diesel, Medium, EURO-6ab","transport, passenger car, EURO-6ab",transport,Road\Transformation +"transport, passenger car, diesel, Mini, EURO-2","transport, passenger car, EURO-2",transport,Road\Transformation +"transport, passenger car, diesel, Mini, EURO-3","transport, passenger car, EURO-3",transport,Road\Transformation +"transport, passenger car, diesel, Mini, EURO-4","transport, passenger car, EURO-4",transport,Road\Transformation +"transport, passenger car, diesel, Mini, EURO-6","transport, passenger car, EURO-6",transport,Road\Transformation +"transport, passenger car, diesel, Mini, EURO-6ab","transport, passenger car, EURO-6ab",transport,Road\Transformation +"transport, passenger car, diesel, Small, EURO-2","transport, passenger car, EURO-2",transport,Road\Transformation +"transport, passenger car, diesel, Small, EURO-3","transport, passenger car, EURO-3",transport,Road\Transformation +"transport, passenger car, diesel, Small, EURO-4","transport, passenger car, EURO-4",transport,Road\Transformation +"transport, passenger car, diesel, Small, EURO-6","transport, passenger car, EURO-6",transport,Road\Transformation +"transport, passenger car, diesel, Small, EURO-6ab","transport, passenger car, EURO-6ab",transport,Road\Transformation +"transport, passenger car, diesel, Van, EURO-2","transport, passenger car, EURO-2",transport,Road\Transformation +"transport, passenger car, diesel, Van, EURO-3","transport, passenger car, EURO-3",transport,Road\Transformation +"transport, passenger car, diesel, Van, EURO-4","transport, passenger car, EURO-4",transport,Road\Transformation +"transport, passenger car, diesel, Van, EURO-6","transport, passenger car, EURO-6",transport,Road\Transformation +"transport, passenger car, diesel, Van, EURO-6ab","transport, passenger car, EURO-6ab",transport,Road\Transformation +"transport, passenger car, electric","transport, passenger car, electric",transport,Road\Transformation +"transport, passenger car, EURO 3","transport, passenger car, EURO 3",transport,Road\Transformation +"transport, passenger car, EURO 4","transport, passenger car, EURO 4",transport,Road\Transformation +"transport, passenger car, EURO 5","transport, passenger car, EURO 5",transport,Road\Transformation +"transport, passenger car, fuel cell electric, Large","transport, passenger car",transport,Road\Transformation +"transport, passenger car, fuel cell electric, Large SUV","transport, passenger car",transport,Road\Transformation +"transport, passenger car, fuel cell electric, Lower medium","transport, passenger car",transport,Road\Transformation +"transport, passenger car, fuel cell electric, Medium","transport, passenger car",transport,Road\Transformation +"transport, passenger car, fuel cell electric, Medium SUV","transport, passenger car",transport,Road\Transformation +"transport, passenger car, fuel cell electric, Mini","transport, passenger car",transport,Road\Transformation +"transport, passenger car, fuel cell electric, Small","transport, passenger car",transport,Road\Transformation +"transport, passenger car, fuel cell electric, Van","transport, passenger car",transport,Road\Transformation +"transport, passenger car, gasoline hybrid, Large SUV, EURO-6","transport, passenger car, EURO-6",transport,Road\Transformation +"transport, passenger car, gasoline hybrid, Large SUV, EURO-6ab","transport, passenger car, EURO-6ab",transport,Road\Transformation +"transport, passenger car, gasoline hybrid, Large, EURO-6","transport, passenger car, EURO-6",transport,Road\Transformation +"transport, passenger car, gasoline hybrid, Large, EURO-6ab","transport, passenger car, EURO-6ab",transport,Road\Transformation +"transport, passenger car, gasoline hybrid, Lower medium, EURO-6","transport, passenger car, EURO-6",transport,Road\Transformation +"transport, passenger car, gasoline hybrid, Lower medium, EURO-6ab","transport, passenger car, EURO-6ab",transport,Road\Transformation +"transport, passenger car, gasoline hybrid, Medium SUV, EURO-6","transport, passenger car, EURO-6",transport,Road\Transformation +"transport, passenger car, gasoline hybrid, Medium SUV, EURO-6ab","transport, passenger car, EURO-6ab",transport,Road\Transformation +"transport, passenger car, gasoline hybrid, Medium, EURO-6","transport, passenger car, EURO-6",transport,Road\Transformation +"transport, passenger car, gasoline hybrid, Medium, EURO-6ab","transport, passenger car, EURO-6ab",transport,Road\Transformation +"transport, passenger car, gasoline hybrid, Mini, EURO-6","transport, passenger car, EURO-6",transport,Road\Transformation +"transport, passenger car, gasoline hybrid, Mini, EURO-6ab","transport, passenger car, EURO-6ab",transport,Road\Transformation +"transport, passenger car, gasoline hybrid, Small, EURO-6","transport, passenger car, EURO-6",transport,Road\Transformation +"transport, passenger car, gasoline hybrid, Small, EURO-6ab","transport, passenger car, EURO-6ab",transport,Road\Transformation +"transport, passenger car, gasoline hybrid, Van, EURO-6","transport, passenger car, EURO-6",transport,Road\Transformation +"transport, passenger car, gasoline hybrid, Van, EURO-6ab","transport, passenger car, EURO-6ab",transport,Road\Transformation +"transport, passenger car, gasoline, Large SUV, EURO-2","transport, passenger car, EURO-2",transport,Road\Transformation +"transport, passenger car, gasoline, Large SUV, EURO-3","transport, passenger car, EURO-3",transport,Road\Transformation +"transport, passenger car, gasoline, Large SUV, EURO-4","transport, passenger car, EURO-4",transport,Road\Transformation +"transport, passenger car, gasoline, Large SUV, EURO-6","transport, passenger car, EURO-6",transport,Road\Transformation +"transport, passenger car, gasoline, Large SUV, EURO-6ab","transport, passenger car, EURO-6ab",transport,Road\Transformation +"transport, passenger car, gasoline, Large, EURO-2","transport, passenger car, EURO-2",transport,Road\Transformation +"transport, passenger car, gasoline, Large, EURO-3","transport, passenger car, EURO-3",transport,Road\Transformation +"transport, passenger car, gasoline, Large, EURO-4","transport, passenger car, EURO-4",transport,Road\Transformation +"transport, passenger car, gasoline, Large, EURO-6","transport, passenger car, EURO-6",transport,Road\Transformation +"transport, passenger car, gasoline, Large, EURO-6ab","transport, passenger car, EURO-6ab",transport,Road\Transformation +"transport, passenger car, gasoline, Lower medium, EURO-2","transport, passenger car, EURO-2",transport,Road\Transformation +"transport, passenger car, gasoline, Lower medium, EURO-3","transport, passenger car, EURO-3",transport,Road\Transformation +"transport, passenger car, gasoline, Lower medium, EURO-4","transport, passenger car, EURO-4",transport,Road\Transformation +"transport, passenger car, gasoline, Lower medium, EURO-6","transport, passenger car, EURO-6",transport,Road\Transformation +"transport, passenger car, gasoline, Lower medium, EURO-6ab","transport, passenger car, EURO-6ab",transport,Road\Transformation +"transport, passenger car, gasoline, Medium SUV, EURO-2","transport, passenger car, EURO-2",transport,Road\Transformation +"transport, passenger car, gasoline, Medium SUV, EURO-3","transport, passenger car, EURO-3",transport,Road\Transformation +"transport, passenger car, gasoline, Medium SUV, EURO-4","transport, passenger car, EURO-4",transport,Road\Transformation +"transport, passenger car, gasoline, Medium SUV, EURO-6","transport, passenger car, EURO-6",transport,Road\Transformation +"transport, passenger car, gasoline, Medium SUV, EURO-6ab","transport, passenger car, EURO-6ab",transport,Road\Transformation +"transport, passenger car, gasoline, Medium, EURO-2","transport, passenger car, EURO-2",transport,Road\Transformation +"transport, passenger car, gasoline, Medium, EURO-3","transport, passenger car, EURO-3",transport,Road\Transformation +"transport, passenger car, gasoline, Medium, EURO-4","transport, passenger car, EURO-4",transport,Road\Transformation +"transport, passenger car, gasoline, Medium, EURO-6","transport, passenger car, EURO-6",transport,Road\Transformation +"transport, passenger car, gasoline, Medium, EURO-6ab","transport, passenger car, EURO-6ab",transport,Road\Transformation +"transport, passenger car, gasoline, Mini, EURO-2","transport, passenger car, EURO-2",transport,Road\Transformation +"transport, passenger car, gasoline, Mini, EURO-3","transport, passenger car, EURO-3",transport,Road\Transformation +"transport, passenger car, gasoline, Mini, EURO-4","transport, passenger car, EURO-4",transport,Road\Transformation +"transport, passenger car, gasoline, Mini, EURO-6","transport, passenger car, EURO-6",transport,Road\Transformation +"transport, passenger car, gasoline, Mini, EURO-6ab","transport, passenger car, EURO-6ab",transport,Road\Transformation +"transport, passenger car, gasoline, Small, EURO-2","transport, passenger car, EURO-2",transport,Road\Transformation +"transport, passenger car, gasoline, Small, EURO-3","transport, passenger car, EURO-3",transport,Road\Transformation +"transport, passenger car, gasoline, Small, EURO-4","transport, passenger car, EURO-4",transport,Road\Transformation +"transport, passenger car, gasoline, Small, EURO-6","transport, passenger car, EURO-6",transport,Road\Transformation +"transport, passenger car, gasoline, Small, EURO-6ab","transport, passenger car, EURO-6ab",transport,Road\Transformation +"transport, passenger car, gasoline, Van, EURO-2","transport, passenger car, EURO-2",transport,Road\Transformation +"transport, passenger car, gasoline, Van, EURO-3","transport, passenger car, EURO-3",transport,Road\Transformation +"transport, passenger car, gasoline, Van, EURO-4","transport, passenger car, EURO-4",transport,Road\Transformation +"transport, passenger car, gasoline, Van, EURO-6","transport, passenger car, EURO-6",transport,Road\Transformation +"transport, passenger car, gasoline, Van, EURO-6ab","transport, passenger car, EURO-6ab",transport,Road\Transformation +"transport, passenger car, large size, diesel, EURO 3","transport, passenger car, large size, diesel, EURO 3",transport,Road\Transformation +"transport, passenger car, large size, diesel, EURO 4","transport, passenger car, large size, diesel, EURO 4",transport,Road\Transformation +"transport, passenger car, large size, diesel, EURO 5","transport, passenger car, large size, diesel, EURO 5",transport,Road\Transformation +"transport, passenger car, large size, natural gas, EURO 3","transport, passenger car, large size, natural gas, EURO 3",transport,Road\Transformation +"transport, passenger car, large size, natural gas, EURO 4","transport, passenger car, large size, natural gas, EURO 4",transport,Road\Transformation +"transport, passenger car, large size, natural gas, EURO 5","transport, passenger car, large size, natural gas, EURO 5",transport,Road\Transformation +"transport, passenger car, large size, petrol, EURO 3","transport, passenger car, large size, petrol, EURO 3",transport,Road\Transformation +"transport, passenger car, large size, petrol, EURO 4","transport, passenger car, large size, petrol, EURO 4",transport,Road\Transformation +"transport, passenger car, large size, petrol, EURO 5","transport, passenger car, large size, petrol, EURO 5",transport,Road\Transformation +"transport, passenger car, medium size, diesel, EURO 3","transport, passenger car, medium size, diesel, EURO 3",transport,Road\Transformation +"transport, passenger car, medium size, diesel, EURO 4","transport, passenger car, medium size, diesel, EURO 4",transport,Road\Transformation +"transport, passenger car, medium size, diesel, EURO 5","transport, passenger car, medium size, diesel, EURO 5",transport,Road\Transformation +"transport, passenger car, medium size, liquefied petroleum gas (LPG), EURO 5","transport, passenger car, medium size, liquefied petroleum gas, EURO 5",transport,Road\Transformation +"transport, passenger car, medium size, natural gas, EURO 3","transport, passenger car, medium size, natural gas, EURO 3",transport,Road\Transformation +"transport, passenger car, medium size, natural gas, EURO 4","transport, passenger car, medium size, natural gas, EURO 4",transport,Road\Transformation +"transport, passenger car, medium size, natural gas, EURO 5","transport, passenger car, medium size, natural gas, EURO 5",transport,Road\Transformation +"transport, passenger car, medium size, petrol, EURO 3","transport, passenger car, medium size, petrol, EURO 3",transport,Road\Transformation +"transport, passenger car, medium size, petrol, EURO 4","transport, passenger car, medium size, petrol, EURO 4",transport,Road\Transformation +"transport, passenger car, medium size, petrol, EURO 5","transport, passenger car, medium size, petrol, EURO 5",transport,Road\Transformation +"transport, passenger car, plugin diesel hybrid, Large SUV, EURO-6","transport, passenger car, EURO-6",transport,Road\Transformation +"transport, passenger car, plugin diesel hybrid, Large SUV, EURO-6ab","transport, passenger car, EURO-6ab",transport,Road\Transformation +"transport, passenger car, plugin diesel hybrid, Large, EURO-6","transport, passenger car, EURO-6",transport,Road\Transformation +"transport, passenger car, plugin diesel hybrid, Large, EURO-6ab","transport, passenger car, EURO-6ab",transport,Road\Transformation +"transport, passenger car, plugin diesel hybrid, Lower medium, EURO-6","transport, passenger car, EURO-6",transport,Road\Transformation +"transport, passenger car, plugin diesel hybrid, Lower medium, EURO-6ab","transport, passenger car, EURO-6ab",transport,Road\Transformation +"transport, passenger car, plugin diesel hybrid, Medium SUV, EURO-6","transport, passenger car, EURO-6",transport,Road\Transformation +"transport, passenger car, plugin diesel hybrid, Medium SUV, EURO-6ab","transport, passenger car, EURO-6ab",transport,Road\Transformation +"transport, passenger car, plugin diesel hybrid, Medium, EURO-6","transport, passenger car, EURO-6",transport,Road\Transformation +"transport, passenger car, plugin diesel hybrid, Medium, EURO-6ab","transport, passenger car, EURO-6ab",transport,Road\Transformation +"transport, passenger car, plugin diesel hybrid, Mini, EURO-6","transport, passenger car, EURO-6",transport,Road\Transformation +"transport, passenger car, plugin diesel hybrid, Mini, EURO-6ab","transport, passenger car, EURO-6ab",transport,Road\Transformation +"transport, passenger car, plugin diesel hybrid, Small, EURO-6","transport, passenger car, EURO-6",transport,Road\Transformation +"transport, passenger car, plugin diesel hybrid, Small, EURO-6ab","transport, passenger car, EURO-6ab",transport,Road\Transformation +"transport, passenger car, plugin diesel hybrid, Van, EURO-6","transport, passenger car, EURO-6",transport,Road\Transformation +"transport, passenger car, plugin diesel hybrid, Van, EURO-6ab","transport, passenger car, EURO-6ab",transport,Road\Transformation +"transport, passenger car, plugin gasoline hybrid, Large SUV, EURO-6","transport, passenger car, EURO-6",transport,Road\Transformation +"transport, passenger car, plugin gasoline hybrid, Large SUV, EURO-6ab","transport, passenger car, EURO-6ab",transport,Road\Transformation +"transport, passenger car, plugin gasoline hybrid, Large, EURO-6","transport, passenger car, EURO-6",transport,Road\Transformation +"transport, passenger car, plugin gasoline hybrid, Large, EURO-6ab","transport, passenger car, EURO-6ab",transport,Road\Transformation +"transport, passenger car, plugin gasoline hybrid, Lower medium, EURO-6","transport, passenger car, EURO-6",transport,Road\Transformation +"transport, passenger car, plugin gasoline hybrid, Lower medium, EURO-6ab","transport, passenger car, EURO-6ab",transport,Road\Transformation +"transport, passenger car, plugin gasoline hybrid, Medium SUV, EURO-6","transport, passenger car, EURO-6",transport,Road\Transformation +"transport, passenger car, plugin gasoline hybrid, Medium SUV, EURO-6ab","transport, passenger car, EURO-6ab",transport,Road\Transformation +"transport, passenger car, plugin gasoline hybrid, Medium, EURO-6","transport, passenger car, EURO-6",transport,Road\Transformation +"transport, passenger car, plugin gasoline hybrid, Medium, EURO-6ab","transport, passenger car, EURO-6ab",transport,Road\Transformation +"transport, passenger car, plugin gasoline hybrid, Mini, EURO-6","transport, passenger car, EURO-6",transport,Road\Transformation +"transport, passenger car, plugin gasoline hybrid, Mini, EURO-6ab","transport, passenger car, EURO-6ab",transport,Road\Transformation +"transport, passenger car, plugin gasoline hybrid, Small, EURO-6","transport, passenger car, EURO-6",transport,Road\Transformation +"transport, passenger car, plugin gasoline hybrid, Small, EURO-6ab","transport, passenger car, EURO-6ab",transport,Road\Transformation +"transport, passenger car, plugin gasoline hybrid, Van, EURO-6","transport, passenger car, EURO-6",transport,Road\Transformation +"transport, passenger car, plugin gasoline hybrid, Van, EURO-6ab","transport, passenger car, EURO-6ab",transport,Road\Transformation +"transport, passenger car, small size, diesel, EURO 3","transport, passenger car, small size, diesel, EURO 3",transport,Road\Transformation +"transport, passenger car, small size, diesel, EURO 4","transport, passenger car, small size, diesel, EURO 4",transport,Road\Transformation +"transport, passenger car, small size, diesel, EURO 5","transport, passenger car, small size, diesel, EURO 5",transport,Road\Transformation +"transport, passenger car, small size, natural gas, EURO 3","transport, passenger car, small size, natural gas, EURO 3",transport,Road\Transformation +"transport, passenger car, small size, natural gas, EURO 4","transport, passenger car, small size, natural gas, EURO 4",transport,Road\Transformation +"transport, passenger car, small size, natural gas, EURO 5","transport, passenger car, small size, natural gas, EURO 5",transport,Road\Transformation +"transport, passenger car, small size, petrol, EURO 3","transport, passenger car, small size, petrol, EURO 3",transport,Road\Transformation +"transport, passenger car, small size, petrol, EURO 4","transport, passenger car, small size, petrol, EURO 4",transport,Road\Transformation +"transport, passenger car, small size, petrol, EURO 5","transport, passenger car, small size, petrol, EURO 5",transport,Road\Transformation +"transport, passenger coach","transport, passenger coach",transport,Road\Transformation +"transport, passenger train","transport, passenger train",transport,Rail\Transformation +"transport, passenger train, high-speed","transport, passenger train",transport,Rail\Transformation +"transport, passenger train, long-distance","transport, passenger train",transport,Rail\Transformation +"transport, passenger train, regional","transport, passenger train",transport,Rail\Transformation +"transport, passenger train, urban","transport, passenger train",transport,Rail\Transformation +"transport, passenger, aircraft, intercontinental","transport, passenger, aircraft",transport,Others\Obsolete +"transport, passenger, aircraft, intracontinental","transport, passenger, aircraft",transport,Others\Obsolete +"transport, passenger, bicycle","transport, passenger, bicycle",transport,Road\Transformation +"transport, passenger, electric bicycle","transport, passenger, electric bicycle",transport,Road\Transformation +"transport, passenger, electric bicycle, electricity from renewable energy products","transport, passenger, electric bicycle, electricity from renewable energy products",transport,Road\Transformation +"transport, passenger, electric scooter","transport, passenger, electric scooter",transport,Road\Transformation +"transport, passenger, motor scooter","transport, passenger, motor scooter",transport,Road\Transformation +"transport, pipeline, long distance, natural gas","transport, pipeline, long distance, natural gas",transport,Others\Obsolete +"transport, pipeline, offshore, long distance, natural gas","transport, pipeline, offshore, long distance, natural gas",transport,Pipeline\Transformation +"transport, pipeline, offshore, petroleum","transport, pipeline, offshore, petroleum",transport,Pipeline\Transformation +"transport, pipeline, onshore, long distance, natural gas","transport, pipeline, onshore, long distance, natural gas",transport,Pipeline\Transformation +"transport, pipeline, onshore, petroleum","transport, pipeline, onshore, petroleum",transport,Pipeline\Transformation +"transport, pipeline, supercritical carbon dioxide, 200km with recompression","transport, pipeline, supercritical carbon dioxide, 200km with recompression",transport,Road\Transformation +"transport, pipeline, supercritical carbon dioxide, 200km without recompression","transport, pipeline, supercritical carbon dioxide, 200km without recompression",transport,Road\Transformation +"transport, regular bus","transport, regular bus",transport,Road\Transformation +"transport, Scooter, electric, <4kW, LFP battery","transport, Scooter, electric, <4kW",transport,Road\Transformation +"transport, Scooter, electric, <4kW, NCA battery","transport, Scooter, electric, <4kW",transport,Road\Transformation +"transport, Scooter, electric, <4kW, NMC battery","transport, Scooter, electric, <4kW",transport,Road\Transformation +"transport, Scooter, electric, 4-11kW, LFP battery","transport, Scooter, electric, 4-11kW",transport,Road\Transformation +"transport, Scooter, electric, 4-11kW, NCA battery","transport, Scooter, electric, 4-11kW",transport,Road\Transformation +"transport, Scooter, electric, 4-11kW, NMC battery","transport, Scooter, electric, 4-11kW",transport,Road\Transformation +"transport, Scooter, gasoline, <4kW, EURO-3","transport, Scooter, gasoline, <4kW, EURO-3",transport,Road\Transformation +"transport, Scooter, gasoline, <4kW, EURO-4","transport, Scooter, gasoline, <4kW, EURO-4",transport,Road\Transformation +"transport, Scooter, gasoline, <4kW, EURO-5","transport, Scooter, gasoline, <4kW, EURO-5",transport,Road\Transformation +"transport, Scooter, gasoline, 4-11kW, EURO-3","transport, Scooter, gasoline, 4-11kW, EURO-3",transport,Road\Transformation +"transport, Scooter, gasoline, 4-11kW, EURO-4","transport, Scooter, gasoline, 4-11kW, EURO-4",transport,Road\Transformation +"transport, Scooter, gasoline, 4-11kW, EURO-5","transport, Scooter, gasoline, 4-11kW, EURO-5",transport,Road\Transformation +"transport, tractor and trailer, agricultural","transport, tractor and trailer, agricultural",transport,Road\Transformation +"transport, tram","transport, tram",transport,Road\Transformation +"transport, Tram, electric","transport, Tram, electric",transport,Road\Transformation +"transport, trolleybus","transport, trolleybus",transport,Road\Transformation +"trawler construction, steel","trawler, steel",transport,Water\Transformation\Infrastructure +"trawler maintenance, steel","trawler maintenance, steel",transport,Water\Transformation\Infrastructure +"treatment of aluminium in car shredder residue, municipal incineration",aluminium in car shredder residue,waste treatment,Metals\Transformation +"treatment of aluminium in car shredder residue, municipal incineration FAE",aluminium in car shredder residue,waste treatment,Others\Transformation +"treatment of aluminium in car shredder residue, municipal incineration with fly ash extraction",aluminium in car shredder residue,waste treatment,Metals\Transformation +"treatment of aluminium in car shredder residue, municipal incineration with fly ash extraction",zinc concentrate,processing,Others\Obsolete +"treatment of aluminium scrap, new, at refiner","aluminium oxide, non-metallurgical",material,Chemicals\Inorganic\Transformation +"treatment of aluminium scrap, new, at refiner","aluminium, cast alloy",material,Metals\Non ferro\Transformation +"treatment of aluminium scrap, new, at remelter","aluminium, wrought alloy",material,Metals\Non ferro\Transformation +"treatment of aluminium scrap, post-consumer, by collecting, sorting, cleaning, pressing","aluminium scrap, post-consumer, prepared for melting",processing,Transformation\Metals +"treatment of aluminium scrap, post-consumer, prepared for recycling, at refiner","aluminium oxide, non-metallurgical",material,Chemicals\Inorganic\Transformation +"treatment of aluminium scrap, post-consumer, prepared for recycling, at refiner","aluminium, cast alloy",material,Metals\Non ferro\Transformation +"treatment of aluminium scrap, post-consumer, prepared for recycling, at remelter","aluminium, wrought alloy",material,Metals\Non ferro\Transformation +"treatment of antimony slag, desulfurised, residual material landfill","antimony slag, desulfurised",waste treatment,Landfill\Residual material landfill\Transformation +"treatment of antimony slag, water-quenched, residual material landfill","antimony slag, water-quenched",waste treatment,Landfill\Residual material landfill\Transformation +"treatment of ash from deinking sludge, residual material landfill",ash from deinking sludge,waste treatment,Landfill\Residual material landfill\Transformation +"treatment of ash from paper production sludge, residual material landfill",ash from paper production sludge,waste treatment,Landfill\Residual material landfill\Transformation +treatment of automobile catalyst,palladium,material,Metals\Non ferro\Transformation +treatment of automobile catalyst,platinum,material,Metals\Non ferro\Transformation +treatment of automobile catalyst,rhodium,material,Metals\Non ferro\Transformation +"treatment of average incineration residue, residual material landfill",average incineration residue,waste treatment,Landfill\Residual material landfill\Transformation +"treatment of bagasse, from sugarcane, in heat and power co-generation unit, 6400kW thermal","electricity, high voltage",energy,Electricity by fuel\Waste\Transformation +"treatment of bagasse, from sugarcane, in heat and power co-generation unit, 6400kW thermal","heat, district or industrial, other than natural gas",energy,Heat\Waste\Transformation +"treatment of bagasse, from sweet sorghum, in heat and power co-generation unit, 6400kW thermal","electricity, high voltage",energy,Electricity by fuel\Waste\Transformation +"treatment of bagasse, from sweet sorghum, in heat and power co-generation unit, 6400kW thermal","heat, district or industrial, other than natural gas",energy,Heat\Waste\Transformation +"treatment of basic oxygen furnace dust, residual material landfill",basic oxygen furnace dust,waste treatment,Landfill\Residual material landfill\Transformation +"treatment of basic oxygen furnace secondary metallurgy slag, residual material landfill",basic oxygen furnace secondary metallurgy slag,waste treatment,Landfill\Residual material landfill\Transformation +"treatment of basic oxygen furnace slag, residual material landfill",basic oxygen furnace slag,waste treatment,Landfill\Residual material landfill\Transformation +"treatment of basic oxygen furnace sludge, residual material landfill",basic oxygen furnace sludge,waste treatment,Landfill\Residual material landfill\Transformation +"treatment of basic oxygen furnace waste, residual material landfill",basic oxygen furnace waste,waste treatment,Landfill\Residual material landfill\Transformation +"treatment of bilge oil, hazardous waste incineration",bilge oil,waste treatment,Incineration\Hazardous waste incineration\Transformation +"treatment of bilge oil, hazardous waste incineration, with energy recovery","electricity, medium voltage",energy,Electricity by fuel\Waste\Transformation +"treatment of bilge oil, hazardous waste incineration, with energy recovery","heat, district or industrial, other than natural gas",energy,Heat\Waste\Transformation +"treatment of bilge oil, hazardous waste incineration, with energy recovery",bilge oil,waste treatment,Incineration\Hazardous waste incineration\Transformation +"treatment of biogas, burned in micro gas turbine 100kWe","electricity, low voltage",energy,Others\Obsolete +"treatment of biogas, burned in micro gas turbine 100kWe","heat, central or small-scale, other than natural gas",energy,Others\Obsolete +"treatment of biogas, burned in polymer electrolyte membrane fuel cell 2kWe, future","electricity, low voltage",energy,Others\Obsolete +"treatment of biogas, burned in polymer electrolyte membrane fuel cell 2kWe, future","heat, future",energy,Others\Obsolete +"treatment of biogas, burned in solid oxide fuel cell 125kWe, future","electricity, low voltage",energy,Others\Obsolete +"treatment of biogas, burned in solid oxide fuel cell 125kWe, future","heat, future",energy,Others\Obsolete +"treatment of biogas, burned in solid oxide fuel cell, with micro gas turbine, 180kWe, future","electricity, low voltage",energy,Others\Obsolete +"treatment of biogas, burned in solid oxide fuel cell, with micro gas turbine, 180kWe, future","heat, future",energy,Others\Obsolete +"treatment of biogas, purification to methane 96 vol-%","methane, 96% by volume",material,Others\Obsolete +treatment of biowaste by anaerobic digestion,biowaste,waste treatment,Biowaste\Transformation +treatment of biowaste by anaerobic digestion,biogas,material,Fuels\Biofuels\Biogas\Transformation +"treatment of biowaste, industrial composting",biowaste,waste treatment,Biowaste\Transformation +"treatment of biowaste, industrial composting",compost,material,Chemicals\Fertilisers (organic)\Transformation +"treatment of biowaste, industrial composting_obsolete",compost,waste treatment,Others\Obsolete +"treatment of biowaste, municipal incineration",biowaste,waste treatment,Biowaste\Transformation +"treatment of biowaste, municipal incineration","electricity, for reuse in municipal waste incineration only",energy,Electricity by fuel\Waste\Transformation +"treatment of biowaste, municipal incineration","heat, for reuse in municipal waste incineration only",energy,Heat\Waste\Transformation +"treatment of biowaste, municipal incineration FAE","heat, for reuse in municipal waste incineration only",energy,Heat\Others\Transformation +"treatment of biowaste, municipal incineration FAE","electricity, for reuse in municipal waste incineration only",energy,Others\Obsolete +"treatment of biowaste, municipal incineration FAE",biowaste,waste treatment,Others\Transformation +"treatment of biowaste, municipal incineration with fly ash extraction",biowaste,waste treatment,Biowaste\Transformation +"treatment of biowaste, municipal incineration with fly ash extraction","electricity, for reuse in municipal waste incineration only",energy,Electricity by fuel\Waste\Transformation +"treatment of biowaste, municipal incineration with fly ash extraction","heat, for reuse in municipal waste incineration only",energy,Heat\Waste\Transformation +"treatment of biowaste, municipal incineration with fly ash extraction",zinc concentrate,processing,Others\Obsolete +"treatment of biowaste, open dump",biowaste,waste treatment,Biowaste\Transformation +"treatment of blast furnace dust, residual material landfill",blast furnace dust,waste treatment,Landfill\Residual material landfill\Transformation +"treatment of blast furnace gas, in power plant","electricity, high voltage",energy,Electricity by fuel\Waste\Transformation +"treatment of blast furnace gas, in power plant","heat, district or industrial, other than natural gas",energy,Heat\Waste\Transformation +"treatment of blast furnace slag, to inert waste",blast furnace slag,waste treatment,Others\Obsolete +"treatment of blast furnace sludge, residual material landfill",blast furnace sludge,waste treatment,Others\Transformation +"treatment of bottom ash, MSWI-WWT-SLF, hard coal ash, slag compartment","bottom ash, MSWI-WWT-SLF, hard coal ash",waste treatment,Others\Transformation +"treatment of bottom ash, MSWI-WWT-SLF, inert waste, slag compartment","bottom ash, MSWI-WWT-SLF, inert waste",waste treatment,Others\Transformation +"treatment of bottom ash, MSWI-WWT-SLF, lignite ash, slag compartment","bottom ash, MSWI-WWT-SLF, lignite ash",waste treatment,Others\Transformation +"treatment of bottom ash, MSWI-WWT-SLF, municipal solid waste, slag compartment","bottom ash, MSWI-WWT-SLF, municipal solid waste",waste treatment,Others\Transformation +"treatment of bottom ash, MSWI-WWT-SLF, refinery sludge, slag compartment","bottom ash, MSWI-WWT-SLF, refinery sludge",waste treatment,Others\Transformation +"treatment of bottom ash, MSWI-WWT-SLF, residue from cooling tower, slag compartment","bottom ash, MSWI-WWT-SLF, residue from cooling tower",waste treatment,Others\Transformation +"treatment of bottom ash, MSWI-WWT-SLF, scrap tin sheet, slag compartment","bottom ash, MSWI-WWT-SLF, scrap tin sheet",waste treatment,Others\Transformation +"treatment of bottom ash, MSWI-WWT-SLF, sludge from pulp and paper production, slag compartment","bottom ash, MSWI-WWT-SLF, sludge from pulp and paper production",waste treatment,Others\Transformation +"treatment of bottom ash, MSWI-WWT-SLF, waste aluminium, slag compartment","bottom ash, MSWI-WWT-SLF, waste aluminium",waste treatment,Others\Transformation +"treatment of bottom ash, MSWI-WWT-SLF, waste asphalt, slag compartment","bottom ash, MSWI-WWT-SLF, waste asphalt",waste treatment,Others\Transformation +"treatment of bottom ash, MSWI-WWT-SLF, waste bitumen, slag compartment","bottom ash, MSWI-WWT-SLF, waste bitumen",waste treatment,Others\Transformation +"treatment of bottom ash, MSWI-WWT-SLF, waste emulsion paint, slag compartment","bottom ash, MSWI-WWT-SLF, waste emulsion paint",waste treatment,Others\Transformation +"treatment of bottom ash, MSWI-WWT-SLF, waste glass, slag compartment","bottom ash, MSWI-WWT-SLF, waste glass",waste treatment,Others\Transformation +"treatment of bottom ash, MSWI-WWT-SLF, waste graphical paper, slag compartment","bottom ash, MSWI-WWT-SLF, waste graphical paper",waste treatment,Others\Transformation +"treatment of bottom ash, MSWI-WWT-SLF, waste gypsum, slag compartment","bottom ash, MSWI-WWT-SLF, waste gypsum",waste treatment,Others\Transformation +"treatment of bottom ash, MSWI-WWT-SLF, waste packaging paper, slag compartment","bottom ash, MSWI-WWT-SLF, waste packaging paper",waste treatment,Others\Transformation +"treatment of bottom ash, MSWI-WWT-SLF, waste paint, slag compartment","bottom ash, MSWI-WWT-SLF, waste paint",waste treatment,Others\Transformation +"treatment of bottom ash, MSWI-WWT-SLF, waste paperboard, slag compartment","bottom ash, MSWI-WWT-SLF, waste paperboard",waste treatment,Others\Transformation +"treatment of bottom ash, MSWI-WWT-SLF, waste plastic plaster, slag compartment","bottom ash, MSWI-WWT-SLF, waste plastic plaster",waste treatment,Others\Transformation +"treatment of bottom ash, MSWI-WWT-SLF, waste plastic, mixture, slag compartment","bottom ash, MSWI-WWT-SLF, waste plastic, mixture",waste treatment,Others\Transformation +"treatment of bottom ash, MSWI-WWT-SLF, waste polyethylene terephthalate, slag compartment","bottom ash, MSWI-WWT-SLF, waste polyethylene terephthalate",waste treatment,Others\Transformation +"treatment of bottom ash, MSWI-WWT-SLF, waste polyethylene, slag compartment","bottom ash, MSWI-WWT-SLF, waste polyethylene",waste treatment,Others\Transformation +"treatment of bottom ash, MSWI-WWT-SLF, waste polypropylene, slag compartment","bottom ash, MSWI-WWT-SLF, waste polypropylene",waste treatment,Others\Transformation +"treatment of bottom ash, MSWI-WWT-SLF, waste polystyrene, slag compartment","bottom ash, MSWI-WWT-SLF, waste polystyrene",waste treatment,Others\Transformation +"treatment of bottom ash, MSWI-WWT-SLF, waste polyurethane, slag compartment","bottom ash, MSWI-WWT-SLF, waste polyurethane",waste treatment,Others\Transformation +"treatment of bottom ash, MSWI-WWT-SLF, waste polyvinylchloride, slag compartment","bottom ash, MSWI-WWT-SLF, waste polyvinylchloride",waste treatment,Others\Transformation +"treatment of bottom ash, MSWI-WWT-SLF, waste wood, untreated, slag compartment","bottom ash, MSWI-WWT-SLF, waste wood, untreated",waste treatment,Others\Transformation +"treatment of bottom ash, MSWI-WWT-SLF, wood ash mixture, pure, slag compartment","bottom ash, MSWI-WWT-SLF, wood ash mixture, pure",waste treatment,Others\Transformation +"treatment of bottom ash, MSWI-WWT-SLF[W], waste plastic, consumer electronics, slag compartment, wet class","bottom ash, MSWI-WWT-SLF[W], waste plastic, consumer electronics",waste treatment,Others\Transformation +"treatment of bottom ash, MSWI-WWT, condensate from light oil boiler, slag compartment","bottom ash, MSWI-WWT, condensate from light oil boiler",waste treatment,Landfill\Slag compartment\Transformation +"treatment of bottom ash, MSWI-WWT, heat carrier liquid, 40% C3H8O2, slag compartment","bottom ash, MSWI-WWT, heat carrier liquid, 40% C3H8O2",waste treatment,Landfill\Slag compartment\Transformation +"treatment of bottom ash, MSWI-WWT, rainwater mineral oil storage, slag compartment","bottom ash, MSWI-WWT, rainwater mineral oil storage",waste treatment,Landfill\Slag compartment\Transformation +"treatment of bottom ash, MSWI-WWT, WW from ammonium paratungstate production, slag compartment","bottom ash, MSWI-WWT, WW from ammonium paratungstate production",waste treatment,Landfill\Slag compartment\Transformation +"treatment of bottom ash, MSWI-WWT, WW from black chrome coating, slag compartment","bottom ash, MSWI-WWT, WW from black chrome coating",waste treatment,Landfill\Slag compartment\Transformation +"treatment of bottom ash, MSWI-WWT, WW from ceramic production, slag compartment","bottom ash, MSWI-WWT, WW from ceramic production",waste treatment,Landfill\Slag compartment\Transformation +"treatment of bottom ash, MSWI-WWT, WW from concrete production, slag compartment","bottom ash, MSWI-WWT, WW from concrete production",waste treatment,Landfill\Slag compartment\Transformation +"treatment of bottom ash, MSWI-WWT, WW from CRT production, slag compartment","bottom ash, MSWI-WWT, WW from CRT production",waste treatment,Landfill\Slag compartment\Transformation +"treatment of bottom ash, MSWI-WWT, WW from GGBFS production, slag compartment","bottom ash, MSWI-WWT, WW from GGBFS production",waste treatment,Landfill\Slag compartment\Transformation +"treatment of bottom ash, MSWI-WWT, WW from glass production, slag compartment","bottom ash, MSWI-WWT, WW from glass production",waste treatment,Landfill\Slag compartment\Transformation +"treatment of bottom ash, MSWI-WWT, WW from grass refinery, slag compartment","bottom ash, MSWI-WWT, WW from grass refinery",waste treatment,Landfill\Slag compartment\Transformation +"treatment of bottom ash, MSWI-WWT, WW from hard fibreboard production, slag compartment","bottom ash, MSWI-WWT, WW from hard fibreboard production",waste treatment,Landfill\Slag compartment\Transformation +"treatment of bottom ash, MSWI-WWT, WW from LCD backlight production, slag compartment","bottom ash, MSWI-WWT, WW from LCD backlight production",waste treatment,Landfill\Slag compartment\Transformation +"treatment of bottom ash, MSWI-WWT, WW from LCD production, slag compartment","bottom ash, MSWI-WWT, WW from LCD production",waste treatment,Landfill\Slag compartment\Transformation +"treatment of bottom ash, MSWI-WWT, WW from liquid crystal production, slag compartment","bottom ash, MSWI-WWT, WW from liquid crystal production",waste treatment,Landfill\Slag compartment\Transformation +"treatment of bottom ash, MSWI-WWT, WW from maize starch production, slag compartment","bottom ash, MSWI-WWT, WW from maize starch production",waste treatment,Landfill\Slag compartment\Transformation +"treatment of bottom ash, MSWI-WWT, WW from medium density board production, slag compartment","bottom ash, MSWI-WWT, WW from medium density board production",waste treatment,Landfill\Slag compartment\Transformation +"treatment of bottom ash, MSWI-WWT, WW from particle board production, slag compartment","bottom ash, MSWI-WWT, WW from particle board production",waste treatment,Landfill\Slag compartment\Transformation +"treatment of bottom ash, MSWI-WWT, WW from pig iron production, slag compartment","bottom ash, MSWI-WWT, WW from pig iron production",waste treatment,Landfill\Slag compartment\Transformation +"treatment of bottom ash, MSWI-WWT, WW from plywood production, slag compartment","bottom ash, MSWI-WWT, WW from plywood production",waste treatment,Landfill\Slag compartment\Transformation +"treatment of bottom ash, MSWI-WWT, WW from potato starch production, slag compartment","bottom ash, MSWI-WWT, WW from potato starch production",waste treatment,Landfill\Slag compartment\Transformation +"treatment of bottom ash, MSWI-WWT, WW from PV cell production, slag compartment","bottom ash, MSWI-WWT, WW from PV cell production",waste treatment,Landfill\Slag compartment\Transformation +"treatment of bottom ash, MSWI-WWT, WW from soft fibreboard production, slag compartment","bottom ash, MSWI-WWT, WW from soft fibreboard production",waste treatment,Landfill\Slag compartment\Transformation +"treatment of bottom ash, MSWI-WWT, WW from tube collector production, slag compartment","bottom ash, MSWI-WWT, WW from tube collector production",waste treatment,Landfill\Slag compartment\Transformation +"treatment of bottom ash, MSWI-WWT, WW from vegetable oil refinery, slag compartment","bottom ash, MSWI-WWT, WW from vegetable oil refinery",waste treatment,Landfill\Slag compartment\Transformation +"treatment of bottom ash, MSWI-WWT, WW from wafer fabrication, slag compartment","bottom ash, MSWI-WWT, WW from wafer fabrication",waste treatment,Landfill\Slag compartment\Transformation +"treatment of bottom ash, MSWI-WWT, WW, average, slag compartment","bottom ash, MSWI-WWT, WW, average",waste treatment,Landfill\Slag compartment\Transformation +"treatment of bottom ash, MSWI-WWT[R], WW from anaerobic digestion of whey, slag compartment","bottom ash, MSWI-WWT[R], WW from anaerobic digestion of whey",waste treatment,Landfill\Slag compartment\Transformation +"treatment of bottom ash, MSWI-WWT[U], WW from lorry production, slag compartment","bottom ash, MSWI-WWT[U], WW from lorry production",waste treatment,Landfill\Slag compartment\Transformation +"treatment of bottom ash, MSWI, aluminium in car shredder residue, slag compartment","bottom ash, MSWI, aluminium in car shredder residue",waste treatment,Others\Transformation +"treatment of bottom ash, MSWI, biowaste, slag compartment","bottom ash, MSWI, biowaste",waste treatment,Others\Transformation +"treatment of bottom ash, MSWI, coating from waste CRT display, slag compartment","bottom ash, MSWI, coating from waste CRT display",waste treatment,Others\Transformation +"treatment of bottom ash, MSWI, copper in car shredder residue, slag compartment","bottom ash, MSWI, copper in car shredder residue",waste treatment,Others\Transformation +"treatment of bottom ash, MSWI, digester sludge, slag compartment","bottom ash, MSWI, digester sludge",waste treatment,Others\Transformation +"treatment of bottom ash, MSWI, hard coal ash, slag compartment","bottom ash, MSWI, hard coal ash",waste treatment,Others\Transformation +"treatment of bottom ash, MSWI, LDPE in waste fresh milk carton (chilled), post-industrial, slag compartment","bottom ash, MSWI, LDPE in waste fresh milk carton (chilled), post-industrial",waste treatment,Others\Transformation +"treatment of bottom ash, MSWI, LDPE/Alu in waste juice carton (ambient), post-industrial, slag compartment","bottom ash, MSWI, LDPE/Alu in waste juice carton (ambient), post-industrial",waste treatment,Others\Transformation +"treatment of bottom ash, MSWI, LDPE/Alu in waste UHT milk carton (ambient), post-industrial, slag compartment","bottom ash, MSWI, LDPE/Alu in waste UHT milk carton (ambient), post-industrial",waste treatment,Others\Transformation +"treatment of bottom ash, MSWI, lead in car shredder residue, slag compartment","bottom ash, MSWI, lead in car shredder residue",waste treatment,Others\Transformation +"treatment of bottom ash, MSWI, lignite ash, slag compartment","bottom ash, MSWI, lignite ash",waste treatment,Others\Transformation +"treatment of bottom ash, MSWI, municipal solid waste, slag compartment","bottom ash, MSWI, municipal solid waste",waste treatment,Others\Transformation +"treatment of bottom ash, MSWI, raw sewage sludge, slag compartment","bottom ash, MSWI, raw sewage sludge",waste treatment,Others\Transformation +"treatment of bottom ash, MSWI, residue from mechanical treatment, CRT display, slag compartment","bottom ash, MSWI, residue from mechanical treatment, CRT display",waste treatment,Others\Transformation +"treatment of bottom ash, MSWI, residue from mechanical treatment, desktop computer, slag compartment","bottom ash, MSWI, residue from mechanical treatment, desktop computer",waste treatment,Others\Transformation +"treatment of bottom ash, MSWI, residue from mechanical treatment, industrial device, slag compartment","bottom ash, MSWI, residue from mechanical treatment, industrial device",waste treatment,Others\Transformation +"treatment of bottom ash, MSWI, residue from mechanical treatment, IT accessory, slag compartment","bottom ash, MSWI, residue from mechanical treatment, IT accessory",waste treatment,Others\Transformation +"treatment of bottom ash, MSWI, residue from mechanical treatment, laptop computer, slag compartment","bottom ash, MSWI, residue from mechanical treatment, laptop computer",waste treatment,Others\Transformation +"treatment of bottom ash, MSWI, residue from mechanical treatment, laser printer, slag compartment","bottom ash, MSWI, residue from mechanical treatment, laser printer",waste treatment,Others\Transformation +"treatment of bottom ash, MSWI, residue from mechanical treatment, LCD, slag compartment","bottom ash, MSWI, residue from mechanical treatment, LCD",waste treatment,Others\Transformation +"treatment of bottom ash, MSWI, residue from shredder fraction from manual dismantling, slag compartment","bottom ash, MSWI, residue from shredder fraction from manual dismantling",waste treatment,Others\Transformation +"treatment of bottom ash, MSWI, scrap aluminium, slag compartment","bottom ash, MSWI, scrap aluminium",waste treatment,Others\Transformation +"treatment of bottom ash, MSWI, scrap copper, slag compartment","bottom ash, MSWI, scrap copper",waste treatment,Others\Transformation +"treatment of bottom ash, MSWI, scrap steel, slag compartment","bottom ash, MSWI, scrap steel",waste treatment,Others\Transformation +"treatment of bottom ash, MSWI, scrap tin sheet, slag compartment","bottom ash, MSWI, scrap tin sheet",waste treatment,Others\Transformation +"treatment of bottom ash, MSWI, spent anion exchange resin from potable water production, slag compartment","bottom ash, MSWI, spent anion exchange resin from potable water production",waste treatment,Others\Transformation +"treatment of bottom ash, MSWI, spent cation exchange resin from potable water production, slag compartment","bottom ash, MSWI, spent cation exchange resin from potable water production",waste treatment,Others\Transformation +"treatment of bottom ash, MSWI, steel in car shredder residue, slag compartment","bottom ash, MSWI, steel in car shredder residue",waste treatment,Others\Transformation +"treatment of bottom ash, MSWI, used LCD module, slag compartment","bottom ash, MSWI, used LCD module",waste treatment,Others\Transformation +"treatment of bottom ash, MSWI, waste bitumen sheet, slag compartment","bottom ash, MSWI, waste bitumen sheet",waste treatment,Others\Transformation +"treatment of bottom ash, MSWI, waste building wood, chrome preserved, slag compartment","bottom ash, MSWI, waste building wood, chrome preserved",waste treatment,Others\Transformation +"treatment of bottom ash, MSWI, waste cement-fibre slab, dismantled, slag compartment","bottom ash, MSWI, waste cement-fibre slab, dismantled",waste treatment,Others\Transformation +"treatment of bottom ash, MSWI, waste emulsion paint, slag compartment","bottom ash, MSWI, waste emulsion paint",waste treatment,Others\Transformation +"treatment of bottom ash, MSWI, waste expanded polystyrene, slag compartment","bottom ash, MSWI, waste expanded polystyrene",waste treatment,Others\Transformation +"treatment of bottom ash, MSWI, waste glass, slag compartment","bottom ash, MSWI, waste glass",waste treatment,Others\Transformation +"treatment of bottom ash, MSWI, waste graphical paper, slag compartment","bottom ash, MSWI, waste graphical paper",waste treatment,Others\Transformation +"treatment of bottom ash, MSWI, waste newspaper, slag compartment","bottom ash, MSWI, waste newspaper",waste treatment,Others\Transformation +"treatment of bottom ash, MSWI, waste packaging paper, slag compartment","bottom ash, MSWI, waste packaging paper",waste treatment,Others\Transformation +"treatment of bottom ash, MSWI, waste paint, slag compartment","bottom ash, MSWI, waste paint",waste treatment,Others\Transformation +"treatment of bottom ash, MSWI, waste paperboard, slag compartment","bottom ash, MSWI, waste paperboard",waste treatment,Others\Transformation +"treatment of bottom ash, MSWI, waste plastic, consumer electronics, slag compartment","bottom ash, MSWI, waste plastic, consumer electronics",waste treatment,Others\Transformation +"treatment of bottom ash, MSWI, waste plastic, industrial electronics, slag compartment","bottom ash, MSWI, waste plastic, industrial electronics",waste treatment,Others\Transformation +"treatment of bottom ash, MSWI, waste plastic, mixture, slag compartment","bottom ash, MSWI, waste plastic, mixture",waste treatment,Others\Transformation +"treatment of bottom ash, MSWI, waste polyethylene terephthalate, slag compartment","bottom ash, MSWI, waste polyethylene terephthalate",waste treatment,Others\Transformation +"treatment of bottom ash, MSWI, waste polyethylene, slag compartment","bottom ash, MSWI, waste polyethylene",waste treatment,Others\Transformation +"treatment of bottom ash, MSWI, waste polypropylene, slag compartment","bottom ash, MSWI, waste polypropylene",waste treatment,Others\Transformation +"treatment of bottom ash, MSWI, waste polystyrene, slag compartment","bottom ash, MSWI, waste polystyrene",waste treatment,Others\Transformation +"treatment of bottom ash, MSWI, waste polyurethane, slag compartment","bottom ash, MSWI, waste polyurethane",waste treatment,Others\Transformation +"treatment of bottom ash, MSWI, waste polyvinylchloride, slag compartment","bottom ash, MSWI, waste polyvinylchloride",waste treatment,Others\Transformation +"treatment of bottom ash, MSWI, waste polyvinylfluoride, slag compartment","bottom ash, MSWI, waste polyvinylfluoride",waste treatment,Others\Transformation +"treatment of bottom ash, MSWI, waste rubber, unspecified, slag compartment","bottom ash, MSWI, waste rubber, unspecified",waste treatment,Others\Transformation +"treatment of bottom ash, MSWI, waste sealing sheet, polyethylene, slag compartment","bottom ash, MSWI, waste sealing sheet, polyethylene",waste treatment,Others\Transformation +"treatment of bottom ash, MSWI, waste sealing sheet, polyvinylchloride, slag compartment","bottom ash, MSWI, waste sealing sheet, polyvinylchloride",waste treatment,Others\Transformation +"treatment of bottom ash, MSWI, waste textile, soiled, slag compartment","bottom ash, MSWI, waste textile, soiled",waste treatment,Others\Transformation +"treatment of bottom ash, MSWI, waste vapour barrier, flame-retarded, slag compartment","bottom ash, MSWI, waste vapour barrier, flame-retarded",waste treatment,Others\Transformation +"treatment of bottom ash, MSWI, waste wire plastic, slag compartment","bottom ash, MSWI, waste wire plastic",waste treatment,Others\Transformation +"treatment of bottom ash, MSWI, waste wood pole, chrome preserved, slag compartment","bottom ash, MSWI, waste wood pole, chrome preserved",waste treatment,Others\Transformation +"treatment of bottom ash, MSWI, waste wood, untreated, slag compartment","bottom ash, MSWI, waste wood, untreated",waste treatment,Others\Transformation +"treatment of bottom ash, MSWI, wood ash mixture, pure, slag compartment","bottom ash, MSWI, wood ash mixture, pure",waste treatment,Others\Transformation +"treatment of bottom ash, MSWI, zinc in car shredder residue, slag compartment","bottom ash, MSWI, zinc in car shredder residue",waste treatment,Others\Transformation +"treatment of bottom ash, MSWI[F]-WWT-SLF, municipal solid waste, slag compartment","bottom ash, MSWI[F]-WWT-SLF, municipal solid waste",waste treatment,Others\Transformation +"treatment of bottom ash, MSWI[F]-WWT-SLF, refinery sludge, slag compartment","bottom ash, MSWI[F]-WWT-SLF, refinery sludge",waste treatment,Others\Transformation +"treatment of bottom ash, MSWI[F]-WWT-SLF, residue from cooling tower, slag compartment","bottom ash, MSWI[F]-WWT-SLF, residue from cooling tower",waste treatment,Others\Transformation +"treatment of bottom ash, MSWI[F]-WWT-SLF, sludge from pulp and paper production, slag compartment","bottom ash, MSWI[F]-WWT-SLF, sludge from pulp and paper production",waste treatment,Others\Transformation +"treatment of bottom ash, MSWI[F]-WWT-SLF, waste aluminium, slag compartment","bottom ash, MSWI[F]-WWT-SLF, waste aluminium",waste treatment,Others\Transformation +"treatment of bottom ash, MSWI[F]-WWT-SLF, waste asphalt, slag compartment","bottom ash, MSWI[F]-WWT-SLF, waste asphalt",waste treatment,Others\Transformation +"treatment of bottom ash, MSWI[F]-WWT-SLF, waste bitumen, slag compartment","bottom ash, MSWI[F]-WWT-SLF, waste bitumen",waste treatment,Others\Transformation +"treatment of bottom ash, MSWI[F]-WWT-SLF, waste emulsion paint, slag compartment","bottom ash, MSWI[F]-WWT-SLF, waste emulsion paint",waste treatment,Others\Transformation +"treatment of bottom ash, MSWI[F]-WWT-SLF, waste graphical paper, slag compartment","bottom ash, MSWI[F]-WWT-SLF, waste graphical paper",waste treatment,Others\Transformation +"treatment of bottom ash, MSWI[F]-WWT-SLF, waste gypsum, slag compartment","bottom ash, MSWI[F]-WWT-SLF, waste gypsum",waste treatment,Others\Transformation +"treatment of bottom ash, MSWI[F]-WWT-SLF, waste newspaper, slag compartment","bottom ash, MSWI[F]-WWT-SLF, waste newspaper",waste treatment,Others\Transformation +"treatment of bottom ash, MSWI[F]-WWT-SLF, waste paint, slag compartment","bottom ash, MSWI[F]-WWT-SLF, waste paint",waste treatment,Others\Transformation +"treatment of bottom ash, MSWI[F]-WWT-SLF, waste paperboard, slag compartment","bottom ash, MSWI[F]-WWT-SLF, waste paperboard",waste treatment,Others\Transformation +"treatment of bottom ash, MSWI[F]-WWT-SLF, waste plastic plaster, slag compartment","bottom ash, MSWI[F]-WWT-SLF, waste plastic plaster",waste treatment,Others\Transformation +"treatment of bottom ash, MSWI[F]-WWT-SLF, waste plastic, mixture, slag compartment","bottom ash, MSWI[F]-WWT-SLF, waste plastic, mixture",waste treatment,Others\Transformation +"treatment of bottom ash, MSWI[F]-WWT-SLF, waste polyethylene terephthalate, slag compartment","bottom ash, MSWI[F]-WWT-SLF, waste polyethylene terephthalate",waste treatment,Others\Transformation +"treatment of bottom ash, MSWI[F]-WWT-SLF, waste polyethylene, slag compartment","bottom ash, MSWI[F]-WWT-SLF, waste polyethylene",waste treatment,Others\Transformation +"treatment of bottom ash, MSWI[F]-WWT-SLF, waste polypropylene, slag compartment","bottom ash, MSWI[F]-WWT-SLF, waste polypropylene",waste treatment,Others\Transformation +"treatment of bottom ash, MSWI[F]-WWT-SLF, waste polystyrene, slag compartment","bottom ash, MSWI[F]-WWT-SLF, waste polystyrene",waste treatment,Others\Transformation +"treatment of bottom ash, MSWI[F]-WWT-SLF, waste polyurethane, slag compartment","bottom ash, MSWI[F]-WWT-SLF, waste polyurethane",waste treatment,Others\Transformation +"treatment of bottom ash, MSWI[F]-WWT-SLF, waste polyvinylchloride, slag compartment","bottom ash, MSWI[F]-WWT-SLF, waste polyvinylchloride",waste treatment,Others\Transformation +"treatment of bottom ash, MSWI[F]-WWT-SLF, waste wood, untreated, slag compartment","bottom ash, MSWI[F]-WWT-SLF, waste wood, untreated",waste treatment,Others\Transformation +"treatment of bottom ash, MSWI[F]-WWT-SLF, wood ash mixture, pure, slag compartment","bottom ash, MSWI[F]-WWT-SLF, wood ash mixture, pure",waste treatment,Others\Transformation +"treatment of bottom ash, MSWI[F]-WWT, condensate from light oil boiler, slag compartment","bottom ash, MSWI[F]-WWT, condensate from light oil boiler",waste treatment,Landfill\Slag compartment\Transformation +"treatment of bottom ash, MSWI[F]-WWT, heat carrier liquid, 40% C3H8O2, slag compartment","bottom ash, MSWI[F]-WWT, heat carrier liquid, 40% C3H8O2",waste treatment,Landfill\Slag compartment\Transformation +"treatment of bottom ash, MSWI[F]-WWT, rainwater mineral oil storage, slag compartment","bottom ash, MSWI[F]-WWT, rainwater mineral oil storage",waste treatment,Landfill\Slag compartment\Transformation +"treatment of bottom ash, MSWI[F]-WWT, WW from black chrome coating, slag compartment","bottom ash, MSWI[F]-WWT, WW from black chrome coating",waste treatment,Landfill\Slag compartment\Transformation +"treatment of bottom ash, MSWI[F]-WWT, WW from ceramic production, slag compartment","bottom ash, MSWI[F]-WWT, WW from ceramic production",waste treatment,Landfill\Slag compartment\Transformation +"treatment of bottom ash, MSWI[F]-WWT, WW from concrete production, slag compartment","bottom ash, MSWI[F]-WWT, WW from concrete production",waste treatment,Landfill\Slag compartment\Transformation +"treatment of bottom ash, MSWI[F]-WWT, WW from CRT production, slag compartment","bottom ash, MSWI[F]-WWT, WW from CRT production",waste treatment,Landfill\Slag compartment\Transformation +"treatment of bottom ash, MSWI[F]-WWT, WW from glass production, slag compartment","bottom ash, MSWI[F]-WWT, WW from glass production",waste treatment,Landfill\Slag compartment\Transformation +"treatment of bottom ash, MSWI[F]-WWT, WW from grass refinery, slag compartment","bottom ash, MSWI[F]-WWT, WW from grass refinery",waste treatment,Landfill\Slag compartment\Transformation +"treatment of bottom ash, MSWI[F]-WWT, WW from LCD backlight production, slag compartment","bottom ash, MSWI[F]-WWT, WW from LCD backlight production",waste treatment,Landfill\Slag compartment\Transformation +"treatment of bottom ash, MSWI[F]-WWT, WW from LCD production, slag compartment","bottom ash, MSWI[F]-WWT, WW from LCD production",waste treatment,Landfill\Slag compartment\Transformation +"treatment of bottom ash, MSWI[F]-WWT, WW from liquid crystal production, slag compartment","bottom ash, MSWI[F]-WWT, WW from liquid crystal production",waste treatment,Landfill\Slag compartment\Transformation +"treatment of bottom ash, MSWI[F]-WWT, WW from maize starch production, slag compartment","bottom ash, MSWI[F]-WWT, WW from maize starch production",waste treatment,Landfill\Slag compartment\Transformation +"treatment of bottom ash, MSWI[F]-WWT, WW from pig iron production, slag compartment","bottom ash, MSWI[F]-WWT, WW from pig iron production",waste treatment,Landfill\Slag compartment\Transformation +"treatment of bottom ash, MSWI[F]-WWT, WW from plywood production, slag compartment","bottom ash, MSWI[F]-WWT, WW from plywood production",waste treatment,Landfill\Slag compartment\Transformation +"treatment of bottom ash, MSWI[F]-WWT, WW from potato starch production, slag compartment","bottom ash, MSWI[F]-WWT, WW from potato starch production",waste treatment,Landfill\Slag compartment\Transformation +"treatment of bottom ash, MSWI[F]-WWT, WW from PV cell production, slag compartment","bottom ash, MSWI[F]-WWT, WW from PV cell production",waste treatment,Landfill\Slag compartment\Transformation +"treatment of bottom ash, MSWI[F]-WWT, WW from soft fibreboard production, slag compartment","bottom ash, MSWI[F]-WWT, WW from soft fibreboard production",waste treatment,Landfill\Slag compartment\Transformation +"treatment of bottom ash, MSWI[F]-WWT, WW from tube collector production, slag compartment","bottom ash, MSWI[F]-WWT, WW from tube collector production",waste treatment,Landfill\Slag compartment\Transformation +"treatment of bottom ash, MSWI[F]-WWT, WW from wafer fabrication, slag compartment","bottom ash, MSWI[F]-WWT, WW from wafer fabrication",waste treatment,Landfill\Slag compartment\Transformation +"treatment of bottom ash, MSWI[F]-WWT, WW, average, slag compartment","bottom ash, MSWI[F]-WWT, WW, average",waste treatment,Landfill\Slag compartment\Transformation +"treatment of bottom ash, MSWI[F]-WWT[R], WW from anaerobic digestion of whey, slag compartment","bottom ash, MSWI[F]-WWT[R], WW from anaerobic digestion of whey",waste treatment,Landfill\Slag compartment\Transformation +"treatment of bottom ash, MSWI[F]-WWT[U], WW from lorry production, slag compartment","bottom ash, MSWI[F]-WWT[U], WW from lorry production",waste treatment,Landfill\Slag compartment\Transformation +"treatment of bottom ash, MSWI[F], aluminium in car shredder residue, slag compartment","bottom ash, MSWI[F], aluminium in car shredder residue",waste treatment,Others\Transformation +"treatment of bottom ash, MSWI[F], biowaste, slag compartment","bottom ash, MSWI[F], biowaste",waste treatment,Others\Transformation +"treatment of bottom ash, MSWI[F], coating from waste CRT display, slag compartment","bottom ash, MSWI[F], coating from waste CRT display",waste treatment,Others\Transformation +"treatment of bottom ash, MSWI[F], copper in car shredder residue, slag compartment","bottom ash, MSWI[F], copper in car shredder residue",waste treatment,Others\Transformation +"treatment of bottom ash, MSWI[F], digester sludge, slag compartment","bottom ash, MSWI[F], digester sludge",waste treatment,Others\Transformation +"treatment of bottom ash, MSWI[F], hard coal ash, slag compartment","bottom ash, MSWI[F], hard coal ash",waste treatment,Others\Transformation +"treatment of bottom ash, MSWI[F], lead in car shredder residue, slag compartment","bottom ash, MSWI[F], lead in car shredder residue",waste treatment,Others\Transformation +"treatment of bottom ash, MSWI[F], lignite ash, slag compartment","bottom ash, MSWI[F], lignite ash",waste treatment,Others\Transformation +"treatment of bottom ash, MSWI[F], municipal solid waste, slag compartment","bottom ash, MSWI[F], municipal solid waste",waste treatment,Others\Transformation +"treatment of bottom ash, MSWI[F], raw sewage sludge, slag compartment","bottom ash, MSWI[F], raw sewage sludge",waste treatment,Others\Transformation +"treatment of bottom ash, MSWI[F], residue from mechanical treatment, CRT display, slag compartment","bottom ash, MSWI[F], residue from mechanical treatment, CRT display",waste treatment,Others\Transformation +"treatment of bottom ash, MSWI[F], residue from mechanical treatment, desktop computer, slag compartment","bottom ash, MSWI[F], residue from mechanical treatment, desktop computer",waste treatment,Others\Transformation +"treatment of bottom ash, MSWI[F], residue from mechanical treatment, industrial device, slag compartment","bottom ash, MSWI[F], residue from mechanical treatment, industrial device",waste treatment,Others\Transformation +"treatment of bottom ash, MSWI[F], residue from mechanical treatment, IT accessory, slag compartment","bottom ash, MSWI[F], residue from mechanical treatment, IT accessory",waste treatment,Others\Transformation +"treatment of bottom ash, MSWI[F], residue from mechanical treatment, laptop computer, slag compartment","bottom ash, MSWI[F], residue from mechanical treatment, laptop computer",waste treatment,Others\Transformation +"treatment of bottom ash, MSWI[F], residue from mechanical treatment, laser printer, slag compartment","bottom ash, MSWI[F], residue from mechanical treatment, laser printer",waste treatment,Others\Transformation +"treatment of bottom ash, MSWI[F], residue from mechanical treatment, LCD, slag compartment","bottom ash, MSWI[F], residue from mechanical treatment, LCD",waste treatment,Others\Transformation +"treatment of bottom ash, MSWI[F], residue from shredder fraction from manual dismantling, slag compartment","bottom ash, MSWI[F], residue from shredder fraction from manual dismantling",waste treatment,Others\Transformation +"treatment of bottom ash, MSWI[F], scrap aluminium, slag compartment","bottom ash, MSWI[F], scrap aluminium",waste treatment,Others\Transformation +"treatment of bottom ash, MSWI[F], scrap copper, slag compartment","bottom ash, MSWI[F], scrap copper",waste treatment,Others\Transformation +"treatment of bottom ash, MSWI[F], scrap steel, slag compartment","bottom ash, MSWI[F], scrap steel",waste treatment,Others\Transformation +"treatment of bottom ash, MSWI[F], scrap tin sheet, slag compartment","bottom ash, MSWI[F], scrap tin sheet",waste treatment,Others\Transformation +"treatment of bottom ash, MSWI[F], spent anion exchange resin from potable water production, slag compartment","bottom ash, MSWI[F], spent anion exchange resin from potable water production",waste treatment,Others\Transformation +"treatment of bottom ash, MSWI[F], spent cation exchange resin from potable water production, slag compartment","bottom ash, MSWI[F], spent cation exchange resin from potable water production",waste treatment,Others\Transformation +"treatment of bottom ash, MSWI[F], steel in car shredder residue, slag compartment","bottom ash, MSWI[F], steel in car shredder residue",waste treatment,Others\Transformation +"treatment of bottom ash, MSWI[F], used LCD module, slag compartment","bottom ash, MSWI[F], used LCD module",waste treatment,Others\Transformation +"treatment of bottom ash, MSWI[F], waste bitumen sheet, slag compartment","bottom ash, MSWI[F], waste bitumen sheet",waste treatment,Others\Transformation +"treatment of bottom ash, MSWI[F], waste building wood, chrome preserved, slag compartment","bottom ash, MSWI[F], waste building wood, chrome preserved",waste treatment,Others\Transformation +"treatment of bottom ash, MSWI[F], waste cement-fibre slab, dismantled, slag compartment","bottom ash, MSWI[F], waste cement-fibre slab, dismantled",waste treatment,Others\Transformation +"treatment of bottom ash, MSWI[F], waste emulsion paint, slag compartment","bottom ash, MSWI[F], waste emulsion paint",waste treatment,Others\Transformation +"treatment of bottom ash, MSWI[F], waste expanded polystyrene, slag compartment","bottom ash, MSWI[F], waste expanded polystyrene",waste treatment,Others\Transformation +"treatment of bottom ash, MSWI[F], waste glass, slag compartment","bottom ash, MSWI[F], waste glass",waste treatment,Others\Transformation +"treatment of bottom ash, MSWI[F], waste graphical paper, slag compartment","bottom ash, MSWI[F], waste graphical paper",waste treatment,Others\Transformation +"treatment of bottom ash, MSWI[F], waste newspaper, slag compartment","bottom ash, MSWI[F], waste newspaper",waste treatment,Others\Transformation +"treatment of bottom ash, MSWI[F], waste packaging paper, slag compartment","bottom ash, MSWI[F], waste packaging paper",waste treatment,Others\Transformation +"treatment of bottom ash, MSWI[F], waste paint, slag compartment","bottom ash, MSWI[F], waste paint",waste treatment,Others\Transformation +"treatment of bottom ash, MSWI[F], waste paperboard, slag compartment","bottom ash, MSWI[F], waste paperboard",waste treatment,Others\Transformation +"treatment of bottom ash, MSWI[F], waste plastic, consumer electronics, slag compartment","bottom ash, MSWI[F], waste plastic, consumer electronics",waste treatment,Others\Transformation +"treatment of bottom ash, MSWI[F], waste plastic, industrial electronics, slag compartment","bottom ash, MSWI[F], waste plastic, industrial electronics",waste treatment,Others\Transformation +"treatment of bottom ash, MSWI[F], waste plastic, mixture, slag compartment","bottom ash, MSWI[F], waste plastic, mixture",waste treatment,Others\Transformation +"treatment of bottom ash, MSWI[F], waste polyethylene terephthalate, slag compartment","bottom ash, MSWI[F], waste polyethylene terephthalate",waste treatment,Others\Transformation +"treatment of bottom ash, MSWI[F], waste polyethylene, slag compartment","bottom ash, MSWI[F], waste polyethylene",waste treatment,Others\Transformation +"treatment of bottom ash, MSWI[F], waste polypropylene, slag compartment","bottom ash, MSWI[F], waste polypropylene",waste treatment,Others\Transformation +"treatment of bottom ash, MSWI[F], waste polystyrene, slag compartment","bottom ash, MSWI[F], waste polystyrene",waste treatment,Others\Transformation +"treatment of bottom ash, MSWI[F], waste polyurethane, slag compartment","bottom ash, MSWI[F], waste polyurethane",waste treatment,Others\Transformation +"treatment of bottom ash, MSWI[F], waste polyvinylchloride, slag compartment","bottom ash, MSWI[F], waste polyvinylchloride",waste treatment,Others\Transformation +"treatment of bottom ash, MSWI[F], waste polyvinylfluoride, slag compartment","bottom ash, MSWI[F], waste polyvinylfluoride",waste treatment,Others\Transformation +"treatment of bottom ash, MSWI[F], waste rubber, unspecified, slag compartment","bottom ash, MSWI[F], waste rubber, unspecified",waste treatment,Others\Transformation +"treatment of bottom ash, MSWI[F], waste sealing sheet, polyethylene, slag compartment","bottom ash, MSWI[F], waste sealing sheet, polyethylene",waste treatment,Others\Transformation +"treatment of bottom ash, MSWI[F], waste sealing sheet, polyvinylchloride, slag compartment","bottom ash, MSWI[F], waste sealing sheet, polyvinylchloride",waste treatment,Others\Transformation +"treatment of bottom ash, MSWI[F], waste textile, soiled, slag compartment","bottom ash, MSWI[F], waste textile, soiled",waste treatment,Others\Transformation +"treatment of bottom ash, MSWI[F], waste vapour barrier, flame-retarded, slag compartment","bottom ash, MSWI[F], waste vapour barrier, flame-retarded",waste treatment,Others\Transformation +"treatment of bottom ash, MSWI[F], waste wire plastic, slag compartment","bottom ash, MSWI[F], waste wire plastic",waste treatment,Others\Transformation +"treatment of bottom ash, MSWI[F], waste wood pole, chrome preserved, slag compartment","bottom ash, MSWI[F], waste wood pole, chrome preserved",waste treatment,Others\Transformation +"treatment of bottom ash, MSWI[F], waste wood, untreated, slag compartment","bottom ash, MSWI[F], waste wood, untreated",waste treatment,Others\Transformation +"treatment of bottom ash, MSWI[F], wood ash mixture, pure, slag compartment","bottom ash, MSWI[F], wood ash mixture, pure",waste treatment,Others\Transformation +"treatment of bottom ash, MSWI[F], zinc in car shredder residue, slag compartment","bottom ash, MSWI[F], zinc in car shredder residue",waste treatment,Others\Transformation +"treatment of brake wear emissions, lorry","brake wear emissions, lorry",waste treatment,Transport\Transformation +"treatment of brake wear emissions, passenger car","brake wear emissions, passenger car",waste treatment,Transport\Transformation +"treatment of coal gas, in power plant","electricity, high voltage",energy,Electricity by fuel\Waste\Transformation +"treatment of coal gas, in power plant","heat, district or industrial, other than natural gas",energy,Heat\Waste\Transformation +"treatment of coal slurry, impoundment",coal slurry,waste treatment,Others\Transformation +"treatment of coal tar, in industrial furnace 1MW","heat, district or industrial, other than natural gas",energy,Heat\Waste\Transformation +"treatment of coating from waste cathode ray tube display, municipal incineration",coating from waste cathode ray tube display,waste treatment,Others\Transformation +"treatment of coating from waste cathode ray tube display, municipal incineration FAE",coating from waste cathode ray tube display,waste treatment,Others\Transformation +"treatment of coating from waste cathode ray tube display, municipal incineration with fly ash extraction",coating from waste cathode ray tube display,waste treatment,Electronics waste\Transformation +"treatment of coating from waste cathode ray tube display, municipal waste incineration",coating from waste cathode ray tube display,waste treatment,Incineration\Municipal incineration\Transformation +"treatment of concentrating solar power plant, 110 MW","concentrating power plant, 110 MW",waste treatment,Others\Transformation +"treatment of condensate from light oil boiler, wastewater treatment",condensate from light oil boiler,waste treatment,Wastewater treatment\Transformation +"treatment of conditioned spent nuclear fuel, in interim storage",conditioned spent nuclear fuel,waste treatment,Nuclear waste\Transformation +treatment of copper cake,"copper, cathode",material,Metals\Non ferro\Transformation +"treatment of copper in car shredder residue, municipal incineration",copper in car shredder residue,waste treatment,Metals\Transformation +"treatment of copper in car shredder residue, municipal incineration FAE",copper in car shredder residue,waste treatment,Others\Transformation +"treatment of copper in car shredder residue, municipal incineration with fly ash extraction",copper in car shredder residue,waste treatment,Metals\Transformation +"treatment of copper in car shredder residue, municipal incineration with fly ash extraction",zinc concentrate,processing,Others\Obsolete +treatment of copper scrap by electrolytic refining,"copper, cathode",material,Metals\Non ferro\Transformation +"treatment of copper slag, residual material landfill",copper slag,waste treatment,Landfill\Residual material landfill\Transformation +treatment of crust from Parkes process for lead production,silver,material,Metals\Non ferro\Transformation +treatment of Cu-based antifouling paint emissions,antifouling paint emissions,waste treatment,Transport\Transformation +"treatment of damaged clay material, open dump",damaged clay material,waste treatment,Others\Transformation +"treatment of damaged clay roof tile, glazed, open dump","damaged clay roof tile, glazed",waste treatment,Others\Transformation +"treatment of decarbonising waste, residual material landfill",decarbonising waste,waste treatment,Landfill\Residual material landfill\Transformation +"treatment of decommissioned airport infrastructure, contaminated gravel","decommissioned airport infrastructure, contaminated gravel",waste treatment,Construction waste\Transformation +treatment of decommissioned chemical production facilities,decommissioned chemical production facilities,waste treatment,Construction waste\Transformation +"treatment of decommissioned pipeline, natural gas, inert material landfill","decommissioned pipeline, natural gas",waste treatment,Landfill\Inert material landfill\Transformation +treatment of decommissioned road,decommissioned road,waste treatment,Transport\Transformation +treatment of decommissioned tram track,decommissioned tram track,waste treatment,Transport\Transformation +"treatment of digester sludge, municipal incineration","electricity, for reuse in municipal waste incineration only",energy,Electricity by fuel\Waste\Transformation +"treatment of digester sludge, municipal incineration","heat, for reuse in municipal waste incineration only",energy,Heat\Waste\Transformation +"treatment of digester sludge, municipal incineration FAE","heat, for reuse in municipal waste incineration only",energy,Heat\Others\Transformation +"treatment of digester sludge, municipal incineration FAE","electricity, for reuse in municipal waste incineration only",energy,Others\Obsolete +"treatment of digester sludge, municipal incineration with fly ash extraction","electricity, for reuse in municipal waste incineration only",energy,Electricity by fuel\Waste\Transformation +"treatment of digester sludge, municipal incineration with fly ash extraction","heat, for reuse in municipal waste incineration only",energy,Heat\Waste\Transformation +"treatment of digester sludge, municipal incineration with fly ash extraction",zinc concentrate,processing,Others\Obsolete +"treatment of digester sludge, municipal incineration, future","electricity, high voltage",energy,Cogeneration\Biomass\Transformation +"treatment of digester sludge, municipal incineration, future","heat, future",energy,Cogeneration\Biomass\Transformation +"treatment of direct air capture system, solvent-based, 1MtCO2",direct air capture system,waste treatment,Others\Transformation +"treatment of direct air capture system, sorbent-based, 100ktCO2",direct air capture system,waste treatment,Others\Transformation +"treatment of drilling waste, landfarming",drilling waste,waste treatment,Landfarming\Transformation +"treatment of drilling waste, residual material landfill",drilling waste,waste treatment,Landfill\Residual material landfill\Transformation +"treatment of dross from Al electrolysis, residual material landfill",dross from Al electrolysis,waste treatment,Landfill\Residual material landfill\Transformation +"treatment of dust, alloyed electric arc furnace steel, residual material landfill","dust, alloyed electric arc furnace steel",waste treatment,Others\Obsolete +"treatment of dust, unalloyed electric arc furnace steel, residual material landfill","dust, unalloyed electric arc furnace steel",waste treatment,Others\Obsolete +"treatment of electric arc furnace dust, residual material landfill",electric arc furnace dust,waste treatment,Landfill\Residual material landfill\Transformation +"treatment of electric arc furnace secondary metallurgy slag, residual material landfill",electric arc furnace secondary metallurgy slag,waste treatment,Landfill\Residual material landfill\Transformation +"treatment of electric arc furnace slag, residual material landfill",electric arc furnace slag,waste treatment,Landfill\Residual material landfill\Transformation +"treatment of electrolyte solution, for VRFB system","used electrolyte solution, for VRFB system",waste treatment,Others\Transformation +"treatment of electrolyte tank, for VRFB system","used electrolyte tank, for VRFB system",waste treatment,Others\Transformation +treatment of electronics scrap from control units,electronics scrap from control units,waste treatment,Electronics waste\Transformation +"treatment of electronics scrap, metals recovery in copper smelter","metal part of electronics scrap, in copper, anode",material,Electronics waste\Transformation +"treatment of electronics scrap, metals recovery in copper smelter",lead,material,Metals\Non ferro\Transformation +"treatment of electronics scrap, metals recovery in copper smelter_obsolete","metal part of electronics scrap, in copper, anode",waste treatment,Others\Obsolete +"treatment of filter dust from Al electrolysis, residual material landfill",filter dust from Al electrolysis,waste treatment,Landfill\Residual material landfill\Transformation +"treatment of fly ash and scrubber sludge, hazardous waste incineration",fly ash and scrubber sludge,waste treatment,Incineration\Hazardous waste incineration\Transformation +"treatment of fly ash and scrubber sludge, hazardous waste incineration, with energy recovery","electricity, medium voltage",energy,Electricity by fuel\Waste\Transformation +"treatment of fly ash and scrubber sludge, hazardous waste incineration, with energy recovery","heat, district or industrial, other than natural gas",energy,Heat\Waste\Transformation +"treatment of fly ash and scrubber sludge, hazardous waste incineration, with energy recovery",fly ash and scrubber sludge,waste treatment,Incineration\Hazardous waste incineration\Transformation +"treatment of fuel cell balance of plant, 1MWe, AEC","used fuel cell balance of plant, 1MWe, AEC",waste treatment,Others\Transformation +"treatment of fuel cell balance of plant, 1MWe, PEM","used fuel cell balance of plant, 1MWe, PEM",waste treatment,Others\Transformation +"treatment of fuel cell balance of plant, 1MWe, SOEC","used fuel cell balance of plant, 1MWe, SOEC",waste treatment,Others\Transformation +"treatment of fuel cell stack, 1MWe, AEC","used fuel cell stack, 1MWe, AEC",waste treatment,Others\Transformation +"treatment of fuel cell stack, 1MWe, PEM","used fuel cell stack, 1MWe, PEM",waste treatment,Others\Transformation +"treatment of fuel cell stack, 1MWe, SOEC","used fuel cell stack, 1MWe, SOEC",waste treatment,Others\Transformation +"treatment of garden biowaste, home composting in heaps","biowaste, garden waste",waste treatment,Biowaste\Transformation +"treatment of garden biowaste, home composting in heaps",compost,material,Chemicals\Fertilisers (organic)\Transformation +"treatment of garden biowaste, home composting in heaps_obsolete",compost,waste treatment,Others\Obsolete +"treatment of glass cullet, from fluorescent lamps treatment, 0% water, inert material landfill","glass cullet, from fluorescent lamps treatment",waste treatment,Landfill\Inert material landfill\Transformation +"treatment of glass cullet, from used cathode ray tube panels, 0% water, inert material landfill","glass cullet, from used cathode ray tube panels",waste treatment,Landfill\Inert material landfill\Transformation +"treatment of glass cullet, lead containing, from used cathode ray tube, 0% water, inert material landfill","glass cullet, lead containing, from used cathode ray tube",waste treatment,Landfill\Inert material landfill\Transformation +"treatment of glass cullet, mixed glass from used cathode ray tube, 0% water, inert material landfill","glass cullet, mixed glass from used cathode ray tube",waste treatment,Landfill\Inert material landfill\Transformation +treatment of glass from used cathode ray tube,glass from used cathode ray tube,waste treatment,Electronics waste\Transformation +"treatment of green liquor dregs, residual material landfill",green liquor dregs,waste treatment,Landfill\Residual material landfill\Transformation +"treatment of H3PO4 purification residue, residual material landfill",h3PO4 purification residue,waste treatment,Landfill\Residual material landfill\Transformation +"treatment of hard coal ash, municipal incineration",hard coal ash,waste treatment,Incineration\Municipal incineration\Transformation +"treatment of hard coal ash, municipal incineration FAE",hard coal ash,waste treatment,Others\Transformation +"treatment of hard coal ash, municipal incineration with fly ash extraction",hard coal ash,waste treatment,Incineration\Municipal incineration\Transformation +"treatment of hard coal ash, residual material landfill",hard coal ash,waste treatment,Landfill\Residual material landfill\Transformation +"treatment of hard coal ash, sanitary landfill","heat, district or industrial, other than natural gas",energy,Heat\Others\Transformation +"treatment of hard coal ash, sanitary landfill",hard coal ash,waste treatment,Landfill\Sanitary landfill\Transformation +"treatment of hard coal ash, sanitary landfill","electricity, medium voltage",energy,Others\Obsolete +"treatment of hazardous waste, hazardous waste incineration","hazardous waste, for incineration",waste treatment,Incineration\Hazardous waste incineration\Transformation +"treatment of hazardous waste, hazardous waste incineration, with energy recovery","electricity, medium voltage",energy,Electricity by fuel\Waste\Transformation +"treatment of hazardous waste, hazardous waste incineration, with energy recovery","heat, district or industrial, other than natural gas",energy,Heat\Waste\Transformation +"treatment of hazardous waste, hazardous waste incineration, with energy recovery","hazardous waste, for incineration",waste treatment,Incineration\Hazardous waste incineration\Transformation +"treatment of hazardous waste, underground deposit","hazardous waste, for underground deposit",waste treatment,Underground deposit\Transformation +"treatment of heat carrier liquid, 40% C3H8O2, wastewater treatment","heat, central or small-scale, other than natural gas",energy,Heat\Waste\Transformation +"treatment of heat carrier liquid, 40% C3H8O2, wastewater treatment","heat carrier liquid, 40% C3H8O2",waste treatment,Wastewater treatment\Transformation +treatment of high level radioactive waste for final repository,high level radioactive waste for final repository,waste treatment,Nuclear waste\Transformation +treatment of hydrogen distribution pipeline,"used pipeline, for hydrogen distribution",waste treatment,Others\Transformation +treatment of hydrogen transmission pipeline,"used pipeline, for hydrogen transmission",waste treatment,Others\Transformation +"treatment of inert waste, inert material landfill","inert waste, for final disposal",waste treatment,Landfill\Inert material landfill\Transformation +"treatment of inert waste, sanitary landfill","heat, district or industrial, other than natural gas",energy,Heat\Others\Transformation +"treatment of inert waste, sanitary landfill",inert waste,waste treatment,Landfill\Sanitary landfill\Transformation +"treatment of inert waste, sanitary landfill","electricity, medium voltage",energy,Others\Obsolete +"treatment of kitchen and garden biowaste, home composting in heaps and containers","biowaste, kitchen and garden waste",waste treatment,Biowaste\Transformation +"treatment of kitchen and garden biowaste, home composting in heaps and containers",compost,material,Chemicals\Fertilisers (organic)\Transformation +"treatment of kitchen and garden biowaste, home composting in heaps and containers_obsolete",compost,waste treatment,Others\Obsolete +"treatment of LDPE in waste fresh milk carton (chilled), post-industrial, municipal incineration","heat, for reuse in municipal waste incineration only",energy,Heat\Others\Transformation +"treatment of LDPE in waste fresh milk carton (chilled), post-industrial, municipal incineration","electricity, for reuse in municipal waste incineration only",energy,Others\Obsolete +"treatment of LDPE in waste fresh milk carton (chilled), post-industrial, municipal incineration","lDPE in waste fresh milk carton (chilled), post-industrial",waste treatment,Others\Transformation +"treatment of LDPE/Alu in waste juice carton (ambient), post-industrial, municipal incineration","heat, for reuse in municipal waste incineration only",energy,Heat\Others\Transformation +"treatment of LDPE/Alu in waste juice carton (ambient), post-industrial, municipal incineration","electricity, for reuse in municipal waste incineration only",energy,Others\Obsolete +"treatment of LDPE/Alu in waste juice carton (ambient), post-industrial, municipal incineration","lDPE/Alu in waste juice carton (ambient), post-industrial",waste treatment,Others\Transformation +"treatment of LDPE/Alu in waste UHT milk carton (ambient), post-industrial, municipal incineration","heat, for reuse in municipal waste incineration only",energy,Heat\Others\Transformation +"treatment of LDPE/Alu in waste UHT milk carton (ambient), post-industrial, municipal incineration","electricity, for reuse in municipal waste incineration only",energy,Others\Obsolete +"treatment of LDPE/Alu in waste UHT milk carton (ambient), post-industrial, municipal incineration","lDPE/Alu in waste UHT milk carton (ambient), post-industrial",waste treatment,Others\Transformation +"treatment of leach residue from copper production, neutralisation",leach residue from copper production,waste treatment,Others\Transformation +"treatment of leachate, SLF, hard coal ash, wastewater treatment","leachate, SLF, hard coal ash",waste treatment,Others\Transformation +"treatment of leachate, SLF, inert waste, wastewater treatment","leachate, SLF, inert waste",waste treatment,Others\Transformation +"treatment of leachate, SLF, lignite ash, wastewater treatment","leachate, SLF, lignite ash",waste treatment,Others\Transformation +"treatment of leachate, SLF, municipal solid waste, wastewater treatment","leachate, SLF, municipal solid waste",waste treatment,Others\Transformation +"treatment of leachate, SLF, refinery sludge, wastewater treatment","leachate, SLF, refinery sludge",waste treatment,Others\Transformation +"treatment of leachate, SLF, residue from cooling tower, wastewater treatment","leachate, SLF, residue from cooling tower",waste treatment,Others\Transformation +"treatment of leachate, SLF, scrap tin sheet, wastewater treatment","leachate, SLF, scrap tin sheet",waste treatment,Others\Transformation +"treatment of leachate, SLF, sludge from pulp and paper production, wastewater treatment","leachate, SLF, sludge from pulp and paper production",waste treatment,Others\Transformation +"treatment of leachate, SLF, waste aluminium, wastewater treatment","leachate, SLF, waste aluminium",waste treatment,Others\Transformation +"treatment of leachate, SLF, waste asphalt, wastewater treatment","leachate, SLF, waste asphalt",waste treatment,Others\Transformation +"treatment of leachate, SLF, waste bitumen, wastewater treatment","leachate, SLF, waste bitumen",waste treatment,Others\Transformation +"treatment of leachate, SLF, waste emulsion paint, wastewater treatment","leachate, SLF, waste emulsion paint",waste treatment,Others\Transformation +"treatment of leachate, SLF, waste glass, wastewater treatment","leachate, SLF, waste glass",waste treatment,Others\Transformation +"treatment of leachate, SLF, waste graphical paper, wastewater treatment","leachate, SLF, waste graphical paper",waste treatment,Others\Transformation +"treatment of leachate, SLF, waste gypsum, wastewater treatment","leachate, SLF, waste gypsum",waste treatment,Others\Transformation +"treatment of leachate, SLF, waste newspaper, wastewater treatment","leachate, SLF, waste newspaper",waste treatment,Others\Transformation +"treatment of leachate, SLF, waste packaging paper, wastewater treatment","leachate, SLF, waste packaging paper",waste treatment,Others\Transformation +"treatment of leachate, SLF, waste paint, wastewater treatment","leachate, SLF, waste paint",waste treatment,Others\Transformation +"treatment of leachate, SLF, waste paperboard, wastewater treatment","leachate, SLF, waste paperboard",waste treatment,Others\Transformation +"treatment of leachate, SLF, waste plastic plaster, wastewater treatment","leachate, SLF, waste plastic plaster",waste treatment,Others\Transformation +"treatment of leachate, SLF, waste plastic, mixture, wastewater treatment","leachate, SLF, waste plastic, mixture",waste treatment,Others\Transformation +"treatment of leachate, SLF, waste polyethylene terephthalate, wastewater treatment","leachate, SLF, waste polyethylene terephthalate",waste treatment,Others\Transformation +"treatment of leachate, SLF, waste polyethylene, wastewater treatment","leachate, SLF, waste polyethylene",waste treatment,Others\Transformation +"treatment of leachate, SLF, waste polypropylene, wastewater treatment","leachate, SLF, waste polypropylene",waste treatment,Others\Transformation +"treatment of leachate, SLF, waste polystyrene, wastewater treatment","leachate, SLF, waste polystyrene",waste treatment,Others\Transformation +"treatment of leachate, SLF, waste polyurethane, wastewater treatment","leachate, SLF, waste polyurethane",waste treatment,Others\Transformation +"treatment of leachate, SLF, waste polyvinylchloride, wastewater treatment","leachate, SLF, waste polyvinylchloride",waste treatment,Others\Transformation +"treatment of leachate, SLF, waste wood, untreated, wastewater treatment","leachate, SLF, waste wood, untreated",waste treatment,Others\Transformation +"treatment of leachate, SLF, wood ash mixture, pure, wastewater treatment","leachate, SLF, wood ash mixture, pure",waste treatment,Others\Transformation +"treatment of leachate, SLF[W], waste plastic, consumer electronics, wastewater treatment","leachate, SLF[W], waste plastic, consumer electronics",waste treatment,Others\Transformation +"treatment of lead in car shredder residue, municipal incineration",lead in car shredder residue,waste treatment,Incineration\Municipal incineration\Transformation +"treatment of lead in car shredder residue, municipal incineration FAE",lead in car shredder residue,waste treatment,Others\Transformation +"treatment of lead in car shredder residue, municipal incineration with fly ash extraction",lead in car shredder residue,waste treatment,Incineration\Municipal incineration\Transformation +"treatment of lead in car shredder residue, municipal incineration with fly ash extraction",zinc concentrate,processing,Others\Obsolete +"treatment of lead smelter slag, residual material landfill",lead smelter slag,waste treatment,Landfill\Residual material landfill\Transformation +"treatment of lignite ash, municipal incineration",lignite ash,waste treatment,Incineration\Municipal incineration\Transformation +"treatment of lignite ash, municipal incineration FAE",lignite ash,waste treatment,Others\Transformation +"treatment of lignite ash, municipal incineration with fly ash extraction",lignite ash,waste treatment,Incineration\Municipal incineration\Transformation +"treatment of lignite ash, opencast refill",lignite ash,waste treatment,Landfill\Sanitary landfill\Transformation +"treatment of lignite ash, sanitary landfill","heat, district or industrial, other than natural gas",energy,Heat\Others\Transformation +"treatment of lignite ash, sanitary landfill",lignite ash,waste treatment,Landfill\Sanitary landfill\Transformation +"treatment of lignite ash, sanitary landfill","electricity, medium voltage",energy,Others\Obsolete +"treatment of limestone residue, inert material landfill",limestone residue,waste treatment,Landfill\Inert material landfill\Transformation +"treatment of LiO2 battery, for recycling",waste LiO2 battery,waste treatment,Others\Transformation +"treatment of liquid crystal display, municipal incineration with fly ash extraction",zinc concentrate,processing,Others\Obsolete +treatment of low level radioactive waste for final repository,low level radioactive waste for final repository,waste treatment,Nuclear waste\Transformation +"treatment of low level radioactive waste, in interim storage",low level radioactive waste,waste treatment,Nuclear waste\Transformation +"treatment of low level radioactive waste, plasma torch incineration",low level radioactive waste,waste treatment,Nuclear waste\Transformation +"treatment of low level radioactive waste, surface or trench deposit",low level radioactive waste,waste treatment,Nuclear waste\Transformation +treatment of manure and biowaste by anaerobic digestion,biogas,material,Others\Obsolete +"treatment of manure and biowaste by anaerobic digestion, from manure, liquid, cattle",biogas,material,Others\Obsolete +"treatment of manure and biowaste by anaerobic digestion, from manure, liquid, swine",biogas,material,Others\Obsolete +"treatment of manure and biowaste by anaerobic digestion, from manure, solid, cattle",biogas,material,Others\Obsolete +"treatment of manure and biowaste by anaerobic digestion, from used vegetable cooking oil",biogas,material,Others\Obsolete +treatment of manure and by anaerobic digestion,biowaste,waste treatment,Others\Obsolete +"treatment of metal part of electronics scrap, in copper, anode, by electrolytic refining","precious metal from electronics scrap, in anode slime",material,Electronics waste\Transformation +"treatment of metal part of electronics scrap, in copper, anode, by electrolytic refining","copper, cathode",material,Metals\Non ferro\Transformation +"treatment of metal part of electronics scrap, in copper, anode, by electrolytic refining","nickel, class 1",material,Metals\Non ferro\Transformation +"treatment of metal part of electronics scrap, in copper, anode, by electrolytic refining_obsolete","precious metal from electronics scrap, in anode slime",waste treatment,Others\Obsolete +"treatment of metal scrap, mixed, for recycling, unsorted, sorting","aluminium scrap, post-consumer, prepared for melting",material,Metals\Waste metals\Transformation +"treatment of metal scrap, mixed, for recycling, unsorted, sorting","iron scrap, sorted, pressed",material,Metals\Waste metals\Transformation +"treatment of metal scrap, mixed, for recycling, unsorted, sorting","tinplate scrap, sorted",material,Metals\Waste metals\Transformation +"treatment of metal scrap, mixed, for recycling, unsorted, sorting_obsolete","aluminium scrap, post-consumer, prepared for melting",waste treatment,Others\Obsolete +"treatment of mill scale, residual material landfill",mill scale,waste treatment,Landfill\Residual material landfill\Transformation +"treatment of municipal solid waste, incineration","electricity, for reuse in municipal waste incineration only",energy,Electricity by fuel\Waste\Transformation +"treatment of municipal solid waste, incineration","heat, for reuse in municipal waste incineration only",energy,Heat\Waste\Transformation +"treatment of municipal solid waste, incineration",municipal solid waste,waste treatment,Incineration\Municipal incineration\Transformation +"treatment of municipal solid waste, municipal incineration","heat, for reuse in municipal waste incineration only",energy,Heat\Others\Transformation +"treatment of municipal solid waste, municipal incineration","electricity, for reuse in municipal waste incineration only",energy,Others\Obsolete +"treatment of municipal solid waste, municipal incineration",municipal solid waste,waste treatment,Others\Transformation +"treatment of municipal solid waste, municipal incineration FAE","heat, for reuse in municipal waste incineration only",energy,Heat\Others\Transformation +"treatment of municipal solid waste, municipal incineration FAE","electricity, for reuse in municipal waste incineration only",energy,Others\Obsolete +"treatment of municipal solid waste, municipal incineration FAE",municipal solid waste,waste treatment,Others\Transformation +"treatment of municipal solid waste, municipal incineration with fly ash extraction","electricity, for reuse in municipal waste incineration only",energy,Electricity by fuel\Waste\Transformation +"treatment of municipal solid waste, municipal incineration with fly ash extraction","heat, for reuse in municipal waste incineration only",energy,Heat\Waste\Transformation +"treatment of municipal solid waste, municipal incineration with fly ash extraction",municipal solid waste,waste treatment,Incineration\Municipal incineration\Transformation +"treatment of municipal solid waste, municipal incineration with fly ash extraction",zinc concentrate,processing,Others\Obsolete +"treatment of municipal solid waste, open burning",municipal solid waste,waste treatment,Others\Transformation +"treatment of municipal solid waste, open dump, dry infiltration class (100mm)",municipal solid waste,waste treatment,Others\Transformation +"treatment of municipal solid waste, open dump, hyperarid infiltration class (-250mm)",municipal solid waste,waste treatment,Others\Transformation +"treatment of municipal solid waste, open dump, moist infiltration class (300mm)",municipal solid waste,waste treatment,Others\Transformation +"treatment of municipal solid waste, open dump, very wet infiltration class (1000mm)",municipal solid waste,waste treatment,Others\Transformation +"treatment of municipal solid waste, open dump, wet infiltration class (500mm)",municipal solid waste,waste treatment,Others\Transformation +"treatment of municipal solid waste, sanitary landfill","heat, district or industrial, other than natural gas",energy,Heat\Others\Transformation +"treatment of municipal solid waste, sanitary landfill",municipal solid waste,waste treatment,Landfill\Sanitary landfill\Transformation +"treatment of municipal solid waste, sanitary landfill","electricity, medium voltage",energy,Others\Obsolete +"treatment of municipal solid waste, unsanitary landfill, dry infiltration class (100mm)",municipal solid waste,waste treatment,Landfill\Unsanitary landfill\Transformation +"treatment of municipal solid waste, unsanitary landfill, hyperarid infiltration class (-250mm)",municipal solid waste,waste treatment,Landfill\Unsanitary landfill\Transformation +"treatment of municipal solid waste, unsanitary landfill, moist infiltration class (300mm)",municipal solid waste,waste treatment,Landfill\Unsanitary landfill\Transformation +"treatment of municipal solid waste, unsanitary landfill, very wet infiltration class (1000mm)",municipal solid waste,waste treatment,Landfill\Unsanitary landfill\Transformation +"treatment of municipal solid waste, unsanitary landfill, wet infiltration class (500mm)",municipal solid waste,waste treatment,Landfill\Unsanitary landfill\Transformation +"treatment of nickel smelter slag, residual material landfill",nickel smelter slag,waste treatment,Landfill\Residual material landfill\Transformation +"treatment of non-Fe-Co-metals, from used Li-ion battery, hydrometallurgical processing",sulfuric acid,material,Chemicals\Acids (inorganic)\Transformation +"treatment of non-Fe-Co-metals, from used Li-ion battery, hydrometallurgical processing","non-Fe-Co-metals, from Li-ion battery, hydrometallurgical processing",waste treatment,Electronics waste\Transformation +"treatment of non-Fe-Co-metals, from used Li-ion battery, hydrometallurgical processing","copper, cathode",material,Metals\Non ferro\Transformation +"treatment of non-Fe-Co-metals, from used Li-ion battery, hydrometallurgical processing",manganese,material,Metals\Non ferro\Transformation +"treatment of non-Fe-Co-metals, from used Li-ion battery, pyrometallurgical processing","non-Fe-Co-metals, from used Li-ion battery, pyrometallurgical processing",waste treatment,Electronics waste\Transformation +"treatment of non-Fe-Co-metals, from used Li-ion battery, pyrometallurgical processing","copper, cathode",material,Metals\Non ferro\Transformation +"treatment of non-sulfidic overburden, off-site","non-sulfidic overburden, off-site",waste treatment,Landfill\Residual material landfill\Transformation +"treatment of non-sulfidic tailing, off-site","non-sulfidic tailing, off-site",waste treatment,Landfill\Residual material landfill\Transformation +"treatment of periphericals, for VRFB system","used periphericals, for VRFB system",waste treatment,Others\Transformation +"treatment of pollutant from rail ballast, residual material landfill",pollutant from rail ballast,waste treatment,Landfill\Residual material landfill\Transformation +"treatment of poultry manure, drying, pelleting","poultry manure, dried",material,Chemicals\Fertilisers (organic)\Transformation +"treatment of precious metal from electronics scrap, in anode slime, precious metal extraction",gold,material,Metals\Non ferro\Transformation +"treatment of precious metal from electronics scrap, in anode slime, precious metal extraction",palladium,material,Metals\Non ferro\Transformation +"treatment of precious metal from electronics scrap, in anode slime, precious metal extraction",silver,material,Metals\Non ferro\Transformation +"treatment of rainwater mineral oil storage, wastewater treatment",rainwater mineral oil storage,waste treatment,Wastewater treatment\Transformation +"treatment of raw sewage sludge, municipal incineration","electricity, for reuse in municipal waste incineration only",energy,Electricity by fuel\Waste\Transformation +"treatment of raw sewage sludge, municipal incineration","heat, for reuse in municipal waste incineration only",energy,Heat\Others\Transformation +"treatment of raw sewage sludge, municipal incineration",raw sewage sludge,waste treatment,Incineration\Municipal incineration\Transformation +"treatment of raw sewage sludge, municipal incineration FAE","heat, for reuse in municipal waste incineration only",energy,Heat\Others\Transformation +"treatment of raw sewage sludge, municipal incineration FAE","electricity, for reuse in municipal waste incineration only",energy,Others\Obsolete +"treatment of raw sewage sludge, municipal incineration FAE",raw sewage sludge,waste treatment,Others\Transformation +"treatment of raw sewage sludge, municipal incineration with fly ash extraction","electricity, for reuse in municipal waste incineration only",energy,Electricity by fuel\Waste\Transformation +"treatment of raw sewage sludge, municipal incineration with fly ash extraction","heat, for reuse in municipal waste incineration only",energy,Heat\Waste\Transformation +"treatment of raw sewage sludge, municipal incineration with fly ash extraction",zinc concentrate,processing,Others\Obsolete +"treatment of raw sewage sludge, municipal incineration with fly ash extraction",raw sewage sludge,waste treatment,Others\Transformation +"treatment of recovered paper to fluting medium, semichemical fluting, 40% recycled content",fluting medium,material,Others\Obsolete +"treatment of recovered paper to fluting medium, wellenstoff","electricity, medium voltage",energy,Others\Obsolete +"treatment of recovered paper to fluting medium, wellenstoff","heat, district or industrial, other than natural gas",energy,Others\Obsolete +"treatment of recovered paper to linerboard, testliner","electricity, medium voltage",energy,Others\Obsolete +"treatment of recovered paper to linerboard, testliner","heat, district or industrial, other than natural gas",energy,Others\Obsolete +"treatment of recovered paper to linerboard, testliner",linerboard,material,Others\Obsolete +"treatment of recovered paper to, testliner",linerboard,material,Others\Obsolete +"treatment of recovered paper to, wellenstoff",fluting medium,material,Others\Obsolete +"treatment of redmud from bauxite digestion, residual material landfill",redmud from bauxite digestion,waste treatment,Landfill\Residual material landfill\Transformation +"treatment of refinery sludge, hazardous waste incineration",refinery sludge,waste treatment,Incineration\Hazardous waste incineration\Transformation +"treatment of refinery sludge, hazardous waste incineration, with energy recovery","electricity, medium voltage",energy,Electricity by fuel\Waste\Transformation +"treatment of refinery sludge, hazardous waste incineration, with energy recovery","heat, district or industrial, other than natural gas",energy,Heat\Waste\Transformation +"treatment of refinery sludge, hazardous waste incineration, with energy recovery",refinery sludge,waste treatment,Incineration\Hazardous waste incineration\Transformation +"treatment of refinery sludge, landfarming",refinery sludge,waste treatment,Landfarming\Transformation +"treatment of refinery sludge, sanitary landfill","heat, district or industrial, other than natural gas",energy,Heat\Others\Transformation +"treatment of refinery sludge, sanitary landfill",refinery sludge,waste treatment,Landfill\Sanitary landfill\Transformation +"treatment of refinery sludge, sanitary landfill","electricity, medium voltage",energy,Others\Obsolete +"treatment of refractory spent pot liner from Al electrolysis, residual material landfill",refractory spent pot liner from Al electrolysis,waste treatment,Landfill\Residual material landfill\Transformation +"treatment of residue from cooling tower, sanitary landfill","heat, district or industrial, other than natural gas",energy,Heat\Others\Transformation +"treatment of residue from cooling tower, sanitary landfill",residue from cooling tower,waste treatment,Landfill\Sanitary landfill\Transformation +"treatment of residue from cooling tower, sanitary landfill","electricity, medium voltage",energy,Others\Obsolete +"treatment of residue from mechanical treatment, cathode ray tube display, municipal incineration","heat, for reuse in municipal waste incineration only",energy,Heat\Others\Transformation +"treatment of residue from mechanical treatment, cathode ray tube display, municipal incineration","electricity, for reuse in municipal waste incineration only",energy,Others\Obsolete +"treatment of residue from mechanical treatment, cathode ray tube display, municipal incineration","residue from mechanical treatment, cathode ray tube display",waste treatment,Others\Transformation +"treatment of residue from mechanical treatment, cathode ray tube display, municipal incineration FAE","heat, for reuse in municipal waste incineration only",energy,Heat\Others\Transformation +"treatment of residue from mechanical treatment, cathode ray tube display, municipal incineration FAE","electricity, for reuse in municipal waste incineration only",energy,Others\Obsolete +"treatment of residue from mechanical treatment, cathode ray tube display, municipal incineration FAE","residue from mechanical treatment, cathode ray tube display",waste treatment,Others\Transformation +"treatment of residue from mechanical treatment, cathode ray tube display, municipal incineration with fly ash extraction","electricity, for reuse in municipal waste incineration only",energy,Electricity by fuel\Waste\Transformation +"treatment of residue from mechanical treatment, cathode ray tube display, municipal incineration with fly ash extraction","heat, for reuse in municipal waste incineration only",energy,Heat\Waste\Transformation +"treatment of residue from mechanical treatment, cathode ray tube display, municipal incineration with fly ash extraction","residue from mechanical treatment, cathode ray tube display",waste treatment,Incineration\Municipal incineration\Transformation +"treatment of residue from mechanical treatment, cathode ray tube display, municipal incineration with fly ash extraction",zinc concentrate,processing,Others\Obsolete +"treatment of residue from mechanical treatment, cathode ray tube display, municipal waste incineration","electricity, for reuse in municipal waste incineration only",energy,Electricity by fuel\Waste\Transformation +"treatment of residue from mechanical treatment, cathode ray tube display, municipal waste incineration","heat, for reuse in municipal waste incineration only",energy,Heat\Waste\Transformation +"treatment of residue from mechanical treatment, cathode ray tube display, municipal waste incineration","residue from mechanical treatment, cathode ray tube display",waste treatment,Incineration\Municipal incineration\Transformation +"treatment of residue from mechanical treatment, desktop computer, municipal incineration","heat, for reuse in municipal waste incineration only",energy,Heat\Others\Transformation +"treatment of residue from mechanical treatment, desktop computer, municipal incineration","electricity, for reuse in municipal waste incineration only",energy,Others\Obsolete +"treatment of residue from mechanical treatment, desktop computer, municipal incineration","residue from mechanical treatment, desktop computer",waste treatment,Others\Transformation +"treatment of residue from mechanical treatment, desktop computer, municipal incineration FAE","heat, for reuse in municipal waste incineration only",energy,Heat\Others\Transformation +"treatment of residue from mechanical treatment, desktop computer, municipal incineration FAE","electricity, for reuse in municipal waste incineration only",energy,Others\Obsolete +"treatment of residue from mechanical treatment, desktop computer, municipal incineration FAE","residue from mechanical treatment, desktop computer",waste treatment,Others\Transformation +"treatment of residue from mechanical treatment, desktop computer, municipal incineration with fly ash extraction","electricity, for reuse in municipal waste incineration only",energy,Electricity by fuel\Waste\Transformation +"treatment of residue from mechanical treatment, desktop computer, municipal incineration with fly ash extraction","heat, for reuse in municipal waste incineration only",energy,Heat\Waste\Transformation +"treatment of residue from mechanical treatment, desktop computer, municipal incineration with fly ash extraction","residue from mechanical treatment, desktop computer",waste treatment,Incineration\Municipal incineration\Transformation +"treatment of residue from mechanical treatment, desktop computer, municipal incineration with fly ash extraction",zinc concentrate,processing,Others\Obsolete +"treatment of residue from mechanical treatment, desktop computer, municipal waste incineration","electricity, for reuse in municipal waste incineration only",energy,Electricity by fuel\Waste\Transformation +"treatment of residue from mechanical treatment, desktop computer, municipal waste incineration","heat, for reuse in municipal waste incineration only",energy,Heat\Waste\Transformation +"treatment of residue from mechanical treatment, desktop computer, municipal waste incineration","residue from mechanical treatment, desktop computer",waste treatment,Incineration\Municipal incineration\Transformation +"treatment of residue from mechanical treatment, industrial device, municipal incineration","heat, for reuse in municipal waste incineration only",energy,Heat\Others\Transformation +"treatment of residue from mechanical treatment, industrial device, municipal incineration","electricity, for reuse in municipal waste incineration only",energy,Others\Obsolete +"treatment of residue from mechanical treatment, industrial device, municipal incineration","residue from mechanical treatment, industrial device",waste treatment,Others\Transformation +"treatment of residue from mechanical treatment, industrial device, municipal incineration FAE","heat, for reuse in municipal waste incineration only",energy,Heat\Others\Transformation +"treatment of residue from mechanical treatment, industrial device, municipal incineration FAE","electricity, for reuse in municipal waste incineration only",energy,Others\Obsolete +"treatment of residue from mechanical treatment, industrial device, municipal incineration FAE","residue from mechanical treatment, industrial device",waste treatment,Others\Transformation +"treatment of residue from mechanical treatment, industrial device, municipal incineration with fly ash extraction","electricity, for reuse in municipal waste incineration only",energy,Electricity by fuel\Waste\Transformation +"treatment of residue from mechanical treatment, industrial device, municipal incineration with fly ash extraction","heat, for reuse in municipal waste incineration only",energy,Heat\Waste\Transformation +"treatment of residue from mechanical treatment, industrial device, municipal incineration with fly ash extraction","residue from mechanical treatment, industrial device",waste treatment,Incineration\Municipal incineration\Transformation +"treatment of residue from mechanical treatment, industrial device, municipal incineration with fly ash extraction",zinc concentrate,processing,Others\Obsolete +"treatment of residue from mechanical treatment, industrial device, municipal waste incineration","electricity, for reuse in municipal waste incineration only",energy,Electricity by fuel\Waste\Transformation +"treatment of residue from mechanical treatment, industrial device, municipal waste incineration","heat, for reuse in municipal waste incineration only",energy,Heat\Waste\Transformation +"treatment of residue from mechanical treatment, industrial device, municipal waste incineration","residue from mechanical treatment, industrial device",waste treatment,Incineration\Municipal incineration\Transformation +"treatment of residue from mechanical treatment, IT accessory, municipal incineration","heat, for reuse in municipal waste incineration only",energy,Heat\Others\Transformation +"treatment of residue from mechanical treatment, IT accessory, municipal incineration","electricity, for reuse in municipal waste incineration only",energy,Others\Obsolete +"treatment of residue from mechanical treatment, IT accessory, municipal incineration","residue from mechanical treatment, IT accessory",waste treatment,Others\Transformation +"treatment of residue from mechanical treatment, IT accessory, municipal incineration FAE","heat, for reuse in municipal waste incineration only",energy,Heat\Others\Transformation +"treatment of residue from mechanical treatment, IT accessory, municipal incineration FAE","electricity, for reuse in municipal waste incineration only",energy,Others\Obsolete +"treatment of residue from mechanical treatment, IT accessory, municipal incineration FAE","residue from mechanical treatment, IT accessory",waste treatment,Others\Transformation +"treatment of residue from mechanical treatment, IT accessory, municipal incineration with fly ash extraction","electricity, for reuse in municipal waste incineration only",energy,Electricity by fuel\Waste\Transformation +"treatment of residue from mechanical treatment, IT accessory, municipal incineration with fly ash extraction","heat, for reuse in municipal waste incineration only",energy,Heat\Waste\Transformation +"treatment of residue from mechanical treatment, IT accessory, municipal incineration with fly ash extraction","residue from mechanical treatment, IT accessory",waste treatment,Incineration\Municipal incineration\Transformation +"treatment of residue from mechanical treatment, IT accessory, municipal incineration with fly ash extraction",zinc concentrate,processing,Others\Obsolete +"treatment of residue from mechanical treatment, IT accessory, municipal waste incineration","electricity, for reuse in municipal waste incineration only",energy,Electricity by fuel\Waste\Transformation +"treatment of residue from mechanical treatment, IT accessory, municipal waste incineration","heat, for reuse in municipal waste incineration only",energy,Heat\Waste\Transformation +"treatment of residue from mechanical treatment, IT accessory, municipal waste incineration","residue from mechanical treatment, IT accessory",waste treatment,Incineration\Municipal incineration\Transformation +"treatment of residue from mechanical treatment, laptop computer, municipal incineration","heat, for reuse in municipal waste incineration only",energy,Heat\Others\Transformation +"treatment of residue from mechanical treatment, laptop computer, municipal incineration","electricity, for reuse in municipal waste incineration only",energy,Others\Obsolete +"treatment of residue from mechanical treatment, laptop computer, municipal incineration","residue from mechanical treatment, laptop computer",waste treatment,Others\Transformation +"treatment of residue from mechanical treatment, laptop computer, municipal incineration FAE","heat, for reuse in municipal waste incineration only",energy,Heat\Others\Transformation +"treatment of residue from mechanical treatment, laptop computer, municipal incineration FAE","electricity, for reuse in municipal waste incineration only",energy,Others\Obsolete +"treatment of residue from mechanical treatment, laptop computer, municipal incineration FAE","residue from mechanical treatment, laptop computer",waste treatment,Others\Transformation +"treatment of residue from mechanical treatment, laptop computer, municipal incineration with fly ash extraction","electricity, for reuse in municipal waste incineration only",energy,Electricity by fuel\Waste\Transformation +"treatment of residue from mechanical treatment, laptop computer, municipal incineration with fly ash extraction","heat, for reuse in municipal waste incineration only",energy,Heat\Waste\Transformation +"treatment of residue from mechanical treatment, laptop computer, municipal incineration with fly ash extraction","residue from mechanical treatment, laptop computer",waste treatment,Incineration\Municipal incineration\Transformation +"treatment of residue from mechanical treatment, laptop computer, municipal incineration with fly ash extraction",zinc concentrate,processing,Others\Obsolete +"treatment of residue from mechanical treatment, laptop computer, municipal waste incineration","electricity, for reuse in municipal waste incineration only",energy,Electricity by fuel\Waste\Transformation +"treatment of residue from mechanical treatment, laptop computer, municipal waste incineration","heat, for reuse in municipal waste incineration only",energy,Heat\Waste\Transformation +"treatment of residue from mechanical treatment, laptop computer, municipal waste incineration","residue from mechanical treatment, laptop computer",waste treatment,Incineration\Municipal incineration\Transformation +"treatment of residue from mechanical treatment, laser printer, municipal incineration","heat, for reuse in municipal waste incineration only",energy,Heat\Others\Transformation +"treatment of residue from mechanical treatment, laser printer, municipal incineration","electricity, for reuse in municipal waste incineration only",energy,Others\Obsolete +"treatment of residue from mechanical treatment, laser printer, municipal incineration","residue from mechanical treatment, laser printer",waste treatment,Others\Transformation +"treatment of residue from mechanical treatment, laser printer, municipal incineration FAE","heat, for reuse in municipal waste incineration only",energy,Heat\Others\Transformation +"treatment of residue from mechanical treatment, laser printer, municipal incineration FAE","electricity, for reuse in municipal waste incineration only",energy,Others\Obsolete +"treatment of residue from mechanical treatment, laser printer, municipal incineration FAE","residue from mechanical treatment, laser printer",waste treatment,Others\Transformation +"treatment of residue from mechanical treatment, laser printer, municipal incineration with fly ash extraction","electricity, for reuse in municipal waste incineration only",energy,Electricity by fuel\Waste\Transformation +"treatment of residue from mechanical treatment, laser printer, municipal incineration with fly ash extraction","heat, for reuse in municipal waste incineration only",energy,Heat\Waste\Transformation +"treatment of residue from mechanical treatment, laser printer, municipal incineration with fly ash extraction","residue from mechanical treatment, laser printer",waste treatment,Incineration\Municipal incineration\Transformation +"treatment of residue from mechanical treatment, laser printer, municipal incineration with fly ash extraction",zinc concentrate,processing,Others\Obsolete +"treatment of residue from mechanical treatment, laser printer, municipal waste incineration","electricity, for reuse in municipal waste incineration only",energy,Electricity by fuel\Waste\Transformation +"treatment of residue from mechanical treatment, laser printer, municipal waste incineration","heat, for reuse in municipal waste incineration only",energy,Heat\Waste\Transformation +"treatment of residue from mechanical treatment, laser printer, municipal waste incineration","residue from mechanical treatment, laser printer",waste treatment,Incineration\Municipal incineration\Transformation +"treatment of residue from mechanical treatment, liquid crystal display, municipal incineration","heat, for reuse in municipal waste incineration only",energy,Heat\Others\Transformation +"treatment of residue from mechanical treatment, liquid crystal display, municipal incineration","electricity, for reuse in municipal waste incineration only",energy,Others\Obsolete +"treatment of residue from mechanical treatment, liquid crystal display, municipal incineration","residue from mechanical treatment, liquid crystal display",waste treatment,Others\Transformation +"treatment of residue from mechanical treatment, liquid crystal display, municipal incineration FAE","heat, for reuse in municipal waste incineration only",energy,Heat\Others\Transformation +"treatment of residue from mechanical treatment, liquid crystal display, municipal incineration FAE","electricity, for reuse in municipal waste incineration only",energy,Others\Obsolete +"treatment of residue from mechanical treatment, liquid crystal display, municipal incineration FAE","residue from mechanical treatment, liquid crystal display",waste treatment,Others\Transformation +"treatment of residue from mechanical treatment, liquid crystal display, municipal incineration with fly ash extraction","electricity, for reuse in municipal waste incineration only",energy,Electricity by fuel\Waste\Transformation +"treatment of residue from mechanical treatment, liquid crystal display, municipal incineration with fly ash extraction","heat, for reuse in municipal waste incineration only",energy,Heat\Waste\Transformation +"treatment of residue from mechanical treatment, liquid crystal display, municipal incineration with fly ash extraction","residue from mechanical treatment, liquid crystal display",waste treatment,Incineration\Municipal incineration\Transformation +"treatment of residue from mechanical treatment, liquid crystal display, municipal incineration with fly ash extraction",zinc concentrate,processing,Others\Obsolete +"treatment of residue from mechanical treatment, liquid crystal display, municipal waste incineration","electricity, for reuse in municipal waste incineration only",energy,Electricity by fuel\Waste\Transformation +"treatment of residue from mechanical treatment, liquid crystal display, municipal waste incineration","heat, for reuse in municipal waste incineration only",energy,Heat\Waste\Transformation +"treatment of residue from mechanical treatment, liquid crystal display, municipal waste incineration","residue from mechanical treatment, liquid crystal display",waste treatment,Incineration\Municipal incineration\Transformation +"treatment of residue from Na-dichromate production, residual material landfill",residue from Na-dichromate production,waste treatment,Landfill\Residual material landfill\Transformation +"treatment of residue from rutile production, synthetic, 56% water, residual material landfill","residue from rutile production, synthetic, 56% water",waste treatment,Landfill\Residual material landfill\Transformation +"treatment of residue from shredder fraction from manual dismantling, municipal incineration","heat, for reuse in municipal waste incineration only",energy,Heat\Others\Transformation +"treatment of residue from shredder fraction from manual dismantling, municipal incineration","electricity, for reuse in municipal waste incineration only",energy,Others\Obsolete +"treatment of residue from shredder fraction from manual dismantling, municipal incineration",residue from shredder fraction from manual dismantling,waste treatment,Others\Transformation +"treatment of residue from shredder fraction from manual dismantling, municipal incineration FAE","heat, for reuse in municipal waste incineration only",energy,Heat\Others\Transformation +"treatment of residue from shredder fraction from manual dismantling, municipal incineration FAE","electricity, for reuse in municipal waste incineration only",energy,Others\Obsolete +"treatment of residue from shredder fraction from manual dismantling, municipal incineration FAE",residue from shredder fraction from manual dismantling,waste treatment,Others\Transformation +"treatment of residue from shredder fraction from manual dismantling, municipal incineration with fly ash extraction","electricity, for reuse in municipal waste incineration only",energy,Electricity by fuel\Waste\Transformation +"treatment of residue from shredder fraction from manual dismantling, municipal incineration with fly ash extraction","heat, for reuse in municipal waste incineration only",energy,Heat\Waste\Transformation +"treatment of residue from shredder fraction from manual dismantling, municipal incineration with fly ash extraction",residue from shredder fraction from manual dismantling,waste treatment,Incineration\Municipal incineration\Transformation +"treatment of residue from shredder fraction from manual dismantling, municipal incineration with fly ash extraction",zinc concentrate,processing,Others\Obsolete +"treatment of residue from shredder fraction from manual dismantling, municipal waste incineration","electricity, for reuse in municipal waste incineration only",energy,Electricity by fuel\Waste\Transformation +"treatment of residue from shredder fraction from manual dismantling, municipal waste incineration","heat, for reuse in municipal waste incineration only",energy,Heat\Waste\Transformation +"treatment of residue from shredder fraction from manual dismantling, municipal waste incineration",residue from shredder fraction from manual dismantling,waste treatment,Incineration\Municipal incineration\Transformation +"treatment of residue from TiO2 production, chloride process, residual material landfill","residue from TiO2 production, chloride process",waste treatment,Landfill\Residual material landfill\Transformation +"treatment of residue from TiO2 production, sulfate process, residual material landfill","residue from TiO2 production, sulfate process",waste treatment,Landfill\Residual material landfill\Transformation +"treatment of residues, MSWI-WWT-SLF, hard coal ash, residual material landfill","residues, MSWI-WWT-SLF, hard coal ash",waste treatment,Others\Transformation +"treatment of residues, MSWI-WWT-SLF, inert waste, residual material landfill","residues, MSWI-WWT-SLF, inert waste",waste treatment,Others\Transformation +"treatment of residues, MSWI-WWT-SLF, lignite ash, residual material landfill","residues, MSWI-WWT-SLF, lignite ash",waste treatment,Others\Transformation +"treatment of residues, MSWI-WWT-SLF, municipal solid waste, residual material landfill","residues, MSWI-WWT-SLF, municipal solid waste",waste treatment,Others\Transformation +"treatment of residues, MSWI-WWT-SLF, refinery sludge, residual material landfill","residues, MSWI-WWT-SLF, refinery sludge",waste treatment,Others\Transformation +"treatment of residues, MSWI-WWT-SLF, residue from cooling tower, residual material landfill","residues, MSWI-WWT-SLF, residue from cooling tower",waste treatment,Others\Transformation +"treatment of residues, MSWI-WWT-SLF, scrap tin sheet, residual material landfill","residues, MSWI-WWT-SLF, scrap tin sheet",waste treatment,Others\Transformation +"treatment of residues, MSWI-WWT-SLF, sludge from pulp and paper production, residual material landfill","residues, MSWI-WWT-SLF, sludge from pulp and paper production",waste treatment,Others\Transformation +"treatment of residues, MSWI-WWT-SLF, waste aluminium, residual material landfill","residues, MSWI-WWT-SLF, waste aluminium",waste treatment,Others\Transformation +"treatment of residues, MSWI-WWT-SLF, waste asphalt, residual material landfill","residues, MSWI-WWT-SLF, waste asphalt",waste treatment,Others\Transformation +"treatment of residues, MSWI-WWT-SLF, waste bitumen, residual material landfill","residues, MSWI-WWT-SLF, waste bitumen",waste treatment,Others\Transformation +"treatment of residues, MSWI-WWT-SLF, waste emulsion paint, residual material landfill","residues, MSWI-WWT-SLF, waste emulsion paint",waste treatment,Others\Transformation +"treatment of residues, MSWI-WWT-SLF, waste glass, residual material landfill","residues, MSWI-WWT-SLF, waste glass",waste treatment,Others\Transformation +"treatment of residues, MSWI-WWT-SLF, waste graphical paper, residual material landfill","residues, MSWI-WWT-SLF, waste graphical paper",waste treatment,Others\Transformation +"treatment of residues, MSWI-WWT-SLF, waste gypsum, residual material landfill","residues, MSWI-WWT-SLF, waste gypsum",waste treatment,Others\Transformation +"treatment of residues, MSWI-WWT-SLF, waste packaging paper, residual material landfill","residues, MSWI-WWT-SLF, waste packaging paper",waste treatment,Others\Transformation +"treatment of residues, MSWI-WWT-SLF, waste paint, residual material landfill","residues, MSWI-WWT-SLF, waste paint",waste treatment,Others\Transformation +"treatment of residues, MSWI-WWT-SLF, waste paperboard, residual material landfill","residues, MSWI-WWT-SLF, waste paperboard",waste treatment,Others\Transformation +"treatment of residues, MSWI-WWT-SLF, waste plastic plaster, residual material landfill","residues, MSWI-WWT-SLF, waste plastic plaster",waste treatment,Others\Transformation +"treatment of residues, MSWI-WWT-SLF, waste plastic, mixture, residual material landfill","residues, MSWI-WWT-SLF, waste plastic, mixture",waste treatment,Others\Transformation +"treatment of residues, MSWI-WWT-SLF, waste polyethylene terephthalate, residual material landfill","residues, MSWI-WWT-SLF, waste polyethylene terephthalate",waste treatment,Others\Transformation +"treatment of residues, MSWI-WWT-SLF, waste polyethylene, residual material landfill","residues, MSWI-WWT-SLF, waste polyethylene",waste treatment,Others\Transformation +"treatment of residues, MSWI-WWT-SLF, waste polypropylene, residual material landfill","residues, MSWI-WWT-SLF, waste polypropylene",waste treatment,Others\Transformation +"treatment of residues, MSWI-WWT-SLF, waste polystyrene, residual material landfill","residues, MSWI-WWT-SLF, waste polystyrene",waste treatment,Others\Transformation +"treatment of residues, MSWI-WWT-SLF, waste polyurethane, residual material landfill","residues, MSWI-WWT-SLF, waste polyurethane",waste treatment,Others\Transformation +"treatment of residues, MSWI-WWT-SLF, waste polyvinylchloride, residual material landfill","residues, MSWI-WWT-SLF, waste polyvinylchloride",waste treatment,Others\Transformation +"treatment of residues, MSWI-WWT-SLF, waste wood, untreated, residual material landfill","residues, MSWI-WWT-SLF, waste wood, untreated",waste treatment,Others\Transformation +"treatment of residues, MSWI-WWT-SLF, wood ash mixture, pure, residual material landfill","residues, MSWI-WWT-SLF, wood ash mixture, pure",waste treatment,Others\Transformation +"treatment of residues, MSWI-WWT-SLF[W], waste plastic, consumer electronics, residual material landfill, wet class","residues, MSWI-WWT-SLF[W], waste plastic, consumer electronics",waste treatment,Others\Transformation +"treatment of residues, MSWI-WWT, condensate from light oil boiler, residual material landfill","residues, MSWI-WWT, condensate from light oil boiler",waste treatment,Landfill\Residual material landfill\Transformation +"treatment of residues, MSWI-WWT, heat carrier liquid, 40% C3H8O2, residual material landfill","residues, MSWI-WWT, heat carrier liquid, 40% C3H8O2",waste treatment,Landfill\Residual material landfill\Transformation +"treatment of residues, MSWI-WWT, rainwater mineral oil storage, residual material landfill","residues, MSWI-WWT, rainwater mineral oil storage",waste treatment,Landfill\Residual material landfill\Transformation +"treatment of residues, MSWI-WWT, WW from ammonium paratungstate production, residual material landfill","residues, MSWI-WWT, WW from ammonium paratungstate production",waste treatment,Landfill\Residual material landfill\Transformation +"treatment of residues, MSWI-WWT, WW from black chrome coating, residual material landfill","residues, MSWI-WWT, WW from black chrome coating",waste treatment,Landfill\Residual material landfill\Transformation +"treatment of residues, MSWI-WWT, WW from ceramic production, residual material landfill","residues, MSWI-WWT, WW from ceramic production",waste treatment,Landfill\Residual material landfill\Transformation +"treatment of residues, MSWI-WWT, WW from concrete production, residual material landfill","residues, MSWI-WWT, WW from concrete production",waste treatment,Landfill\Residual material landfill\Transformation +"treatment of residues, MSWI-WWT, WW from CRT production, residual material landfill","residues, MSWI-WWT, WW from CRT production",waste treatment,Landfill\Residual material landfill\Transformation +"treatment of residues, MSWI-WWT, WW from GGBFS production, residual material landfill","residues, MSWI-WWT, WW from GGBFS production",waste treatment,Landfill\Residual material landfill\Transformation +"treatment of residues, MSWI-WWT, WW from glass production, residual material landfill","residues, MSWI-WWT, WW from glass production",waste treatment,Landfill\Residual material landfill\Transformation +"treatment of residues, MSWI-WWT, WW from grass refinery, residual material landfill","residues, MSWI-WWT, WW from grass refinery",waste treatment,Landfill\Residual material landfill\Transformation +"treatment of residues, MSWI-WWT, WW from hard fibreboard production, residual material landfill","residues, MSWI-WWT, WW from hard fibreboard production",waste treatment,Landfill\Residual material landfill\Transformation +"treatment of residues, MSWI-WWT, WW from LCD backlight production, residual material landfill","residues, MSWI-WWT, WW from LCD backlight production",waste treatment,Landfill\Residual material landfill\Transformation +"treatment of residues, MSWI-WWT, WW from LCD production, residual material landfill","residues, MSWI-WWT, WW from LCD production",waste treatment,Landfill\Residual material landfill\Transformation +"treatment of residues, MSWI-WWT, WW from liquid crystal production, residual material landfill","residues, MSWI-WWT, WW from liquid crystal production",waste treatment,Landfill\Residual material landfill\Transformation +"treatment of residues, MSWI-WWT, WW from maize starch production, residual material landfill","residues, MSWI-WWT, WW from maize starch production",waste treatment,Landfill\Residual material landfill\Transformation +"treatment of residues, MSWI-WWT, WW from medium density board production, residual material landfill","residues, MSWI-WWT, WW from medium density board production",waste treatment,Landfill\Residual material landfill\Transformation +"treatment of residues, MSWI-WWT, WW from particle board production, residual material landfill","residues, MSWI-WWT, WW from particle board production",waste treatment,Landfill\Residual material landfill\Transformation +"treatment of residues, MSWI-WWT, WW from pig iron production, residual material landfill","residues, MSWI-WWT, WW from pig iron production",waste treatment,Landfill\Residual material landfill\Transformation +"treatment of residues, MSWI-WWT, WW from plywood production, residual material landfill","residues, MSWI-WWT, WW from plywood production",waste treatment,Landfill\Residual material landfill\Transformation +"treatment of residues, MSWI-WWT, WW from potato starch production, residual material landfill","residues, MSWI-WWT, WW from potato starch production",waste treatment,Landfill\Residual material landfill\Transformation +"treatment of residues, MSWI-WWT, WW from PV cell production, residual material landfill","residues, MSWI-WWT, WW from PV cell production",waste treatment,Landfill\Residual material landfill\Transformation +"treatment of residues, MSWI-WWT, WW from soft fibreboard production, residual material landfill","residues, MSWI-WWT, WW from soft fibreboard production",waste treatment,Landfill\Residual material landfill\Transformation +"treatment of residues, MSWI-WWT, WW from tube collector production, residual material landfill","residues, MSWI-WWT, WW from tube collector production",waste treatment,Landfill\Residual material landfill\Transformation +"treatment of residues, MSWI-WWT, WW from vegetable oil refinery, residual material landfill","residues, MSWI-WWT, WW from vegetable oil refinery",waste treatment,Landfill\Residual material landfill\Transformation +"treatment of residues, MSWI-WWT, WW from wafer fabrication, residual material landfill","residues, MSWI-WWT, WW from wafer fabrication",waste treatment,Landfill\Residual material landfill\Transformation +"treatment of residues, MSWI-WWT, WW, average, residual material landfill","residues, MSWI-WWT, WW, average",waste treatment,Landfill\Residual material landfill\Transformation +"treatment of residues, MSWI-WWT[R], WW from anaerobic digestion of whey, residual material landfill","residues, MSWI-WWT[R], WW from anaerobic digestion of whey",waste treatment,Landfill\Residual material landfill\Transformation +"treatment of residues, MSWI-WWT[U], WW from lorry production, residual material landfill","residues, MSWI-WWT[U], WW from lorry production",waste treatment,Landfill\Residual material landfill\Transformation +"treatment of residues, MSWI, aluminium in car shredder residue, residual material landfill","residues, MSWI, aluminium in car shredder residue",waste treatment,Others\Transformation +"treatment of residues, MSWI, biowaste, residual material landfill","residues, MSWI, biowaste",waste treatment,Others\Transformation +"treatment of residues, MSWI, copper in car shredder residue, residual material landfill","residues, MSWI, copper in car shredder residue",waste treatment,Others\Transformation +"treatment of residues, MSWI, digester sludge, residual material landfill","residues, MSWI, digester sludge",waste treatment,Others\Transformation +"treatment of residues, MSWI, LDPE in waste fresh milk carton (chilled), post-industrial, residual material landfill","residues, MSWI, LDPE in waste fresh milk carton (chilled), post-industrial",waste treatment,Others\Transformation +"treatment of residues, MSWI, LDPE/Alu in waste juice carton (ambient), post-industrial, residual material landfill","residues, MSWI, LDPE/Alu in waste juice carton (ambient), post-industrial",waste treatment,Others\Transformation +"treatment of residues, MSWI, LDPE/Alu in waste UHT milk carton (ambient), post-industrial, residual material landfill","residues, MSWI, LDPE/Alu in waste UHT milk carton (ambient), post-industrial",waste treatment,Others\Transformation +"treatment of residues, MSWI, lead in car shredder residue, residual material landfill","residues, MSWI, lead in car shredder residue",waste treatment,Others\Transformation +"treatment of residues, MSWI, municipal solid waste, residual material landfill","residues, MSWI, municipal solid waste",waste treatment,Others\Transformation +"treatment of residues, MSWI, raw sewage sludge, residual material landfill","residues, MSWI, raw sewage sludge",waste treatment,Others\Transformation +"treatment of residues, MSWI, residue from mechanical treatment, CRT display, residual material landfill","residues, MSWI, residue from mechanical treatment, CRT display",waste treatment,Others\Transformation +"treatment of residues, MSWI, residue from mechanical treatment, desktop computer, residual material landfill","residues, MSWI, residue from mechanical treatment, desktop computer",waste treatment,Others\Transformation +"treatment of residues, MSWI, residue from mechanical treatment, industrial device, residual material landfill","residues, MSWI, residue from mechanical treatment, industrial device",waste treatment,Others\Transformation +"treatment of residues, MSWI, residue from mechanical treatment, IT accessory, residual material landfill","residues, MSWI, residue from mechanical treatment, IT accessory",waste treatment,Others\Transformation +"treatment of residues, MSWI, residue from mechanical treatment, laptop computer, residual material landfill","residues, MSWI, residue from mechanical treatment, laptop computer",waste treatment,Others\Transformation +"treatment of residues, MSWI, residue from mechanical treatment, laser printer, residual material landfill","residues, MSWI, residue from mechanical treatment, laser printer",waste treatment,Others\Transformation +"treatment of residues, MSWI, residue from mechanical treatment, LCD, residual material landfill","residues, MSWI, residue from mechanical treatment, LCD",waste treatment,Others\Transformation +"treatment of residues, MSWI, residue from shredder fraction from manual dismantling, residual material landfill","residues, MSWI, residue from shredder fraction from manual dismantling",waste treatment,Others\Transformation +"treatment of residues, MSWI, scrap tin sheet, residual material landfill","residues, MSWI, scrap tin sheet",waste treatment,Others\Transformation +"treatment of residues, MSWI, spent anion exchange resin from potable water production, residual material landfill","residues, MSWI, spent anion exchange resin from potable water production",waste treatment,Others\Transformation +"treatment of residues, MSWI, spent cation exchange resin from potable water production, residual material landfill","residues, MSWI, spent cation exchange resin from potable water production",waste treatment,Others\Transformation +"treatment of residues, MSWI, steel in car shredder residue, residual material landfill","residues, MSWI, steel in car shredder residue",waste treatment,Others\Transformation +"treatment of residues, MSWI, used LCD module, residual material landfill","residues, MSWI, used LCD module",waste treatment,Others\Transformation +"treatment of residues, MSWI, waste bitumen sheet, residual material landfill","residues, MSWI, waste bitumen sheet",waste treatment,Others\Transformation +"treatment of residues, MSWI, waste building wood, chrome preserved, residual material landfill","residues, MSWI, waste building wood, chrome preserved",waste treatment,Others\Transformation +"treatment of residues, MSWI, waste cement-fibre slab, dismantled, residual material landfill","residues, MSWI, waste cement-fibre slab, dismantled",waste treatment,Others\Transformation +"treatment of residues, MSWI, waste emulsion paint, residual material landfill","residues, MSWI, waste emulsion paint",waste treatment,Others\Transformation +"treatment of residues, MSWI, waste expanded polystyrene, residual material landfill","residues, MSWI, waste expanded polystyrene",waste treatment,Others\Transformation +"treatment of residues, MSWI, waste graphical paper, residual material landfill","residues, MSWI, waste graphical paper",waste treatment,Others\Transformation +"treatment of residues, MSWI, waste newspaper, residual material landfill","residues, MSWI, waste newspaper",waste treatment,Others\Transformation +"treatment of residues, MSWI, waste packaging paper, residual material landfill","residues, MSWI, waste packaging paper",waste treatment,Others\Transformation +"treatment of residues, MSWI, waste paint, residual material landfill","residues, MSWI, waste paint",waste treatment,Others\Transformation +"treatment of residues, MSWI, waste paperboard, residual material landfill","residues, MSWI, waste paperboard",waste treatment,Others\Transformation +"treatment of residues, MSWI, waste plastic, consumer electronics, residual material landfill","residues, MSWI, waste plastic, consumer electronics",waste treatment,Others\Transformation +"treatment of residues, MSWI, waste plastic, industrial electronics, residual material landfill","residues, MSWI, waste plastic, industrial electronics",waste treatment,Others\Transformation +"treatment of residues, MSWI, waste plastic, mixture, residual material landfill","residues, MSWI, waste plastic, mixture",waste treatment,Others\Transformation +"treatment of residues, MSWI, waste polyethylene terephthalate, residual material landfill","residues, MSWI, waste polyethylene terephthalate",waste treatment,Others\Transformation +"treatment of residues, MSWI, waste polyethylene, residual material landfill","residues, MSWI, waste polyethylene",waste treatment,Others\Transformation +"treatment of residues, MSWI, waste polypropylene, residual material landfill","residues, MSWI, waste polypropylene",waste treatment,Others\Transformation +"treatment of residues, MSWI, waste polystyrene, residual material landfill","residues, MSWI, waste polystyrene",waste treatment,Others\Transformation +"treatment of residues, MSWI, waste polyurethane, residual material landfill","residues, MSWI, waste polyurethane",waste treatment,Others\Transformation +"treatment of residues, MSWI, waste polyvinylchloride, residual material landfill","residues, MSWI, waste polyvinylchloride",waste treatment,Others\Transformation +"treatment of residues, MSWI, waste polyvinylfluoride, residual material landfill","residues, MSWI, waste polyvinylfluoride",waste treatment,Others\Transformation +"treatment of residues, MSWI, waste rubber, unspecified, residual material landfill","residues, MSWI, waste rubber, unspecified",waste treatment,Others\Transformation +"treatment of residues, MSWI, waste sealing sheet, polyethylene, residual material landfill","residues, MSWI, waste sealing sheet, polyethylene",waste treatment,Others\Transformation +"treatment of residues, MSWI, waste sealing sheet, polyvinylchloride, residual material landfill","residues, MSWI, waste sealing sheet, polyvinylchloride",waste treatment,Others\Transformation +"treatment of residues, MSWI, waste textile, soiled, residual material landfill","residues, MSWI, waste textile, soiled",waste treatment,Others\Transformation +"treatment of residues, MSWI, waste vapour barrier, flame-retarded, residual material landfill","residues, MSWI, waste vapour barrier, flame-retarded",waste treatment,Others\Transformation +"treatment of residues, MSWI, waste wire plastic, residual material landfill","residues, MSWI, waste wire plastic",waste treatment,Others\Transformation +"treatment of residues, MSWI, waste wood pole, chrome preserved, residual material landfill","residues, MSWI, waste wood pole, chrome preserved",waste treatment,Others\Transformation +"treatment of residues, MSWI, waste wood, untreated, residual material landfill","residues, MSWI, waste wood, untreated",waste treatment,Others\Transformation +"treatment of residues, MSWI, zinc in car shredder residue, residual material landfill","residues, MSWI, zinc in car shredder residue",waste treatment,Others\Transformation +"treatment of residues, MSWI[F]-WWT-SLF, municipal solid waste, residual material landfill","residues, MSWI[F]-WWT-SLF, municipal solid waste",waste treatment,Others\Transformation +"treatment of residues, MSWI[F]-WWT-SLF, refinery sludge, residual material landfill","residues, MSWI[F]-WWT-SLF, refinery sludge",waste treatment,Others\Transformation +"treatment of residues, MSWI[F]-WWT-SLF, residue from cooling tower, residual material landfill","residues, MSWI[F]-WWT-SLF, residue from cooling tower",waste treatment,Others\Transformation +"treatment of residues, MSWI[F]-WWT-SLF, sludge from pulp and paper production, residual material landfill","residues, MSWI[F]-WWT-SLF, sludge from pulp and paper production",waste treatment,Others\Transformation +"treatment of residues, MSWI[F]-WWT-SLF, waste aluminium, residual material landfill","residues, MSWI[F]-WWT-SLF, waste aluminium",waste treatment,Others\Transformation +"treatment of residues, MSWI[F]-WWT-SLF, waste asphalt, residual material landfill","residues, MSWI[F]-WWT-SLF, waste asphalt",waste treatment,Others\Transformation +"treatment of residues, MSWI[F]-WWT-SLF, waste bitumen, residual material landfill","residues, MSWI[F]-WWT-SLF, waste bitumen",waste treatment,Others\Transformation +"treatment of residues, MSWI[F]-WWT-SLF, waste emulsion paint, residual material landfill","residues, MSWI[F]-WWT-SLF, waste emulsion paint",waste treatment,Others\Transformation +"treatment of residues, MSWI[F]-WWT-SLF, waste graphical paper, residual material landfill","residues, MSWI[F]-WWT-SLF, waste graphical paper",waste treatment,Others\Transformation +"treatment of residues, MSWI[F]-WWT-SLF, waste gypsum, residual material landfill","residues, MSWI[F]-WWT-SLF, waste gypsum",waste treatment,Others\Transformation +"treatment of residues, MSWI[F]-WWT-SLF, waste newspaper, residual material landfill","residues, MSWI[F]-WWT-SLF, waste newspaper",waste treatment,Others\Transformation +"treatment of residues, MSWI[F]-WWT-SLF, waste paint, residual material landfill","residues, MSWI[F]-WWT-SLF, waste paint",waste treatment,Others\Transformation +"treatment of residues, MSWI[F]-WWT-SLF, waste paperboard, residual material landfill","residues, MSWI[F]-WWT-SLF, waste paperboard",waste treatment,Others\Transformation +"treatment of residues, MSWI[F]-WWT-SLF, waste plastic plaster, residual material landfill","residues, MSWI[F]-WWT-SLF, waste plastic plaster",waste treatment,Others\Transformation +"treatment of residues, MSWI[F]-WWT-SLF, waste plastic, mixture, residual material landfill","residues, MSWI[F]-WWT-SLF, waste plastic, mixture",waste treatment,Others\Transformation +"treatment of residues, MSWI[F]-WWT-SLF, waste polyethylene terephthalate, residual material landfill","residues, MSWI[F]-WWT-SLF, waste polyethylene terephthalate",waste treatment,Others\Transformation +"treatment of residues, MSWI[F]-WWT-SLF, waste polyethylene, residual material landfill","residues, MSWI[F]-WWT-SLF, waste polyethylene",waste treatment,Others\Transformation +"treatment of residues, MSWI[F]-WWT-SLF, waste polypropylene, residual material landfill","residues, MSWI[F]-WWT-SLF, waste polypropylene",waste treatment,Others\Transformation +"treatment of residues, MSWI[F]-WWT-SLF, waste polystyrene, residual material landfill","residues, MSWI[F]-WWT-SLF, waste polystyrene",waste treatment,Others\Transformation +"treatment of residues, MSWI[F]-WWT-SLF, waste polyurethane, residual material landfill","residues, MSWI[F]-WWT-SLF, waste polyurethane",waste treatment,Others\Transformation +"treatment of residues, MSWI[F]-WWT-SLF, waste polyvinylchloride, residual material landfill","residues, MSWI[F]-WWT-SLF, waste polyvinylchloride",waste treatment,Others\Transformation +"treatment of residues, MSWI[F]-WWT-SLF, waste wood, untreated, residual material landfill","residues, MSWI[F]-WWT-SLF, waste wood, untreated",waste treatment,Others\Transformation +"treatment of residues, MSWI[F]-WWT-SLF, wood ash mixture, pure, residual material landfill","residues, MSWI[F]-WWT-SLF, wood ash mixture, pure",waste treatment,Others\Transformation +"treatment of residues, MSWI[F]-WWT, condensate from light oil boiler, residual material landfill","residues, MSWI[F]-WWT, condensate from light oil boiler",waste treatment,Landfill\Residual material landfill\Transformation +"treatment of residues, MSWI[F]-WWT, heat carrier liquid, 40% C3H8O2, residual material landfill","residues, MSWI[F]-WWT, heat carrier liquid, 40% C3H8O2",waste treatment,Landfill\Residual material landfill\Transformation +"treatment of residues, MSWI[F]-WWT, rainwater mineral oil storage, residual material landfill","residues, MSWI[F]-WWT, rainwater mineral oil storage",waste treatment,Landfill\Residual material landfill\Transformation +"treatment of residues, MSWI[F]-WWT, WW from black chrome coating, residual material landfill","residues, MSWI[F]-WWT, WW from black chrome coating",waste treatment,Landfill\Residual material landfill\Transformation +"treatment of residues, MSWI[F]-WWT, WW from ceramic production, residual material landfill","residues, MSWI[F]-WWT, WW from ceramic production",waste treatment,Landfill\Residual material landfill\Transformation +"treatment of residues, MSWI[F]-WWT, WW from concrete production, residual material landfill","residues, MSWI[F]-WWT, WW from concrete production",waste treatment,Landfill\Residual material landfill\Transformation +"treatment of residues, MSWI[F]-WWT, WW from CRT production, residual material landfill","residues, MSWI[F]-WWT, WW from CRT production",waste treatment,Landfill\Residual material landfill\Transformation +"treatment of residues, MSWI[F]-WWT, WW from glass production, residual material landfill","residues, MSWI[F]-WWT, WW from glass production",waste treatment,Landfill\Residual material landfill\Transformation +"treatment of residues, MSWI[F]-WWT, WW from grass refinery, residual material landfill","residues, MSWI[F]-WWT, WW from grass refinery",waste treatment,Landfill\Residual material landfill\Transformation +"treatment of residues, MSWI[F]-WWT, WW from LCD backlight production, residual material landfill","residues, MSWI[F]-WWT, WW from LCD backlight production",waste treatment,Landfill\Residual material landfill\Transformation +"treatment of residues, MSWI[F]-WWT, WW from LCD production, residual material landfill","residues, MSWI[F]-WWT, WW from LCD production",waste treatment,Landfill\Residual material landfill\Transformation +"treatment of residues, MSWI[F]-WWT, WW from liquid crystal production, residual material landfill","residues, MSWI[F]-WWT, WW from liquid crystal production",waste treatment,Landfill\Residual material landfill\Transformation +"treatment of residues, MSWI[F]-WWT, WW from maize starch production, residual material landfill","residues, MSWI[F]-WWT, WW from maize starch production",waste treatment,Landfill\Residual material landfill\Transformation +"treatment of residues, MSWI[F]-WWT, WW from pig iron production, residual material landfill","residues, MSWI[F]-WWT, WW from pig iron production",waste treatment,Landfill\Residual material landfill\Transformation +"treatment of residues, MSWI[F]-WWT, WW from plywood production, residual material landfill","residues, MSWI[F]-WWT, WW from plywood production",waste treatment,Landfill\Residual material landfill\Transformation +"treatment of residues, MSWI[F]-WWT, WW from potato starch production, residual material landfill","residues, MSWI[F]-WWT, WW from potato starch production",waste treatment,Landfill\Residual material landfill\Transformation +"treatment of residues, MSWI[F]-WWT, WW from PV cell production, residual material landfill","residues, MSWI[F]-WWT, WW from PV cell production",waste treatment,Landfill\Residual material landfill\Transformation +"treatment of residues, MSWI[F]-WWT, WW from soft fibreboard production, residual material landfill","residues, MSWI[F]-WWT, WW from soft fibreboard production",waste treatment,Landfill\Residual material landfill\Transformation +"treatment of residues, MSWI[F]-WWT, WW from tube collector production, residual material landfill","residues, MSWI[F]-WWT, WW from tube collector production",waste treatment,Landfill\Residual material landfill\Transformation +"treatment of residues, MSWI[F]-WWT, WW from wafer fabrication, residual material landfill","residues, MSWI[F]-WWT, WW from wafer fabrication",waste treatment,Landfill\Residual material landfill\Transformation +"treatment of residues, MSWI[F]-WWT, WW, average, residual material landfill","residues, MSWI[F]-WWT, WW, average",waste treatment,Landfill\Residual material landfill\Transformation +"treatment of residues, MSWI[F]-WWT[R], WW from anaerobic digestion of whey, residual material landfill","residues, MSWI[F]-WWT[R], WW from anaerobic digestion of whey",waste treatment,Landfill\Residual material landfill\Transformation +"treatment of residues, MSWI[F]-WWT[U], WW from lorry production, residual material landfill","residues, MSWI[F]-WWT[U], WW from lorry production",waste treatment,Landfill\Residual material landfill\Transformation +"treatment of residues, MSWI[F], aluminium in car shredder residue, residual material landfill","residues, MSWI[F], aluminium in car shredder residue",waste treatment,Others\Transformation +"treatment of residues, MSWI[F], biowaste, residual material landfill","residues, MSWI[F], biowaste",waste treatment,Others\Transformation +"treatment of residues, MSWI[F], copper in car shredder residue, residual material landfill","residues, MSWI[F], copper in car shredder residue",waste treatment,Others\Transformation +"treatment of residues, MSWI[F], digester sludge, residual material landfill","residues, MSWI[F], digester sludge",waste treatment,Others\Transformation +"treatment of residues, MSWI[F], lead in car shredder residue, residual material landfill","residues, MSWI[F], lead in car shredder residue",waste treatment,Others\Transformation +"treatment of residues, MSWI[F], municipal solid waste, residual material landfill","residues, MSWI[F], municipal solid waste",waste treatment,Others\Transformation +"treatment of residues, MSWI[F], raw sewage sludge, residual material landfill","residues, MSWI[F], raw sewage sludge",waste treatment,Others\Transformation +"treatment of residues, MSWI[F], residue from mechanical treatment, CRT display, residual material landfill","residues, MSWI[F], residue from mechanical treatment, CRT display",waste treatment,Others\Transformation +"treatment of residues, MSWI[F], residue from mechanical treatment, desktop computer, residual material landfill","residues, MSWI[F], residue from mechanical treatment, desktop computer",waste treatment,Others\Transformation +"treatment of residues, MSWI[F], residue from mechanical treatment, industrial device, residual material landfill","residues, MSWI[F], residue from mechanical treatment, industrial device",waste treatment,Others\Transformation +"treatment of residues, MSWI[F], residue from mechanical treatment, IT accessory, residual material landfill","residues, MSWI[F], residue from mechanical treatment, IT accessory",waste treatment,Others\Transformation +"treatment of residues, MSWI[F], residue from mechanical treatment, laptop computer, residual material landfill","residues, MSWI[F], residue from mechanical treatment, laptop computer",waste treatment,Others\Transformation +"treatment of residues, MSWI[F], residue from mechanical treatment, laser printer, residual material landfill","residues, MSWI[F], residue from mechanical treatment, laser printer",waste treatment,Others\Transformation +"treatment of residues, MSWI[F], residue from mechanical treatment, LCD, residual material landfill","residues, MSWI[F], residue from mechanical treatment, LCD",waste treatment,Others\Transformation +"treatment of residues, MSWI[F], residue from shredder fraction from manual dismantling, residual material landfill","residues, MSWI[F], residue from shredder fraction from manual dismantling",waste treatment,Others\Transformation +"treatment of residues, MSWI[F], scrap tin sheet, residual material landfill","residues, MSWI[F], scrap tin sheet",waste treatment,Others\Transformation +"treatment of residues, MSWI[F], spent anion exchange resin from potable water production, residual material landfill","residues, MSWI[F], spent anion exchange resin from potable water production",waste treatment,Others\Transformation +"treatment of residues, MSWI[F], spent cation exchange resin from potable water production, residual material landfill","residues, MSWI[F], spent cation exchange resin from potable water production",waste treatment,Others\Transformation +"treatment of residues, MSWI[F], steel in car shredder residue, residual material landfill","residues, MSWI[F], steel in car shredder residue",waste treatment,Others\Transformation +"treatment of residues, MSWI[F], used LCD module, residual material landfill","residues, MSWI[F], used LCD module",waste treatment,Others\Transformation +"treatment of residues, MSWI[F], waste bitumen sheet, residual material landfill","residues, MSWI[F], waste bitumen sheet",waste treatment,Others\Transformation +"treatment of residues, MSWI[F], waste building wood, chrome preserved, residual material landfill","residues, MSWI[F], waste building wood, chrome preserved",waste treatment,Others\Transformation +"treatment of residues, MSWI[F], waste cement-fibre slab, dismantled, residual material landfill","residues, MSWI[F], waste cement-fibre slab, dismantled",waste treatment,Others\Transformation +"treatment of residues, MSWI[F], waste emulsion paint, residual material landfill","residues, MSWI[F], waste emulsion paint",waste treatment,Others\Transformation +"treatment of residues, MSWI[F], waste expanded polystyrene, residual material landfill","residues, MSWI[F], waste expanded polystyrene",waste treatment,Others\Transformation +"treatment of residues, MSWI[F], waste graphical paper, residual material landfill","residues, MSWI[F], waste graphical paper",waste treatment,Others\Transformation +"treatment of residues, MSWI[F], waste newspaper, residual material landfill","residues, MSWI[F], waste newspaper",waste treatment,Others\Transformation +"treatment of residues, MSWI[F], waste packaging paper, residual material landfill","residues, MSWI[F], waste packaging paper",waste treatment,Others\Transformation +"treatment of residues, MSWI[F], waste paint, residual material landfill","residues, MSWI[F], waste paint",waste treatment,Others\Transformation +"treatment of residues, MSWI[F], waste paperboard, residual material landfill","residues, MSWI[F], waste paperboard",waste treatment,Others\Transformation +"treatment of residues, MSWI[F], waste plastic, consumer electronics, residual material landfill","residues, MSWI[F], waste plastic, consumer electronics",waste treatment,Others\Transformation +"treatment of residues, MSWI[F], waste plastic, industrial electronics, residual material landfill","residues, MSWI[F], waste plastic, industrial electronics",waste treatment,Others\Transformation +"treatment of residues, MSWI[F], waste plastic, mixture, residual material landfill","residues, MSWI[F], waste plastic, mixture",waste treatment,Others\Transformation +"treatment of residues, MSWI[F], waste polyethylene terephthalate, residual material landfill","residues, MSWI[F], waste polyethylene terephthalate",waste treatment,Others\Transformation +"treatment of residues, MSWI[F], waste polyethylene, residual material landfill","residues, MSWI[F], waste polyethylene",waste treatment,Others\Transformation +"treatment of residues, MSWI[F], waste polypropylene, residual material landfill","residues, MSWI[F], waste polypropylene",waste treatment,Others\Transformation +"treatment of residues, MSWI[F], waste polystyrene, residual material landfill","residues, MSWI[F], waste polystyrene",waste treatment,Others\Transformation +"treatment of residues, MSWI[F], waste polyurethane, residual material landfill","residues, MSWI[F], waste polyurethane",waste treatment,Others\Transformation +"treatment of residues, MSWI[F], waste polyvinylchloride, residual material landfill","residues, MSWI[F], waste polyvinylchloride",waste treatment,Others\Transformation +"treatment of residues, MSWI[F], waste polyvinylfluoride, residual material landfill","residues, MSWI[F], waste polyvinylfluoride",waste treatment,Others\Transformation +"treatment of residues, MSWI[F], waste rubber, unspecified, residual material landfill","residues, MSWI[F], waste rubber, unspecified",waste treatment,Others\Transformation +"treatment of residues, MSWI[F], waste sealing sheet, polyethylene, residual material landfill","residues, MSWI[F], waste sealing sheet, polyethylene",waste treatment,Others\Transformation +"treatment of residues, MSWI[F], waste sealing sheet, polyvinylchloride, residual material landfill","residues, MSWI[F], waste sealing sheet, polyvinylchloride",waste treatment,Others\Transformation +"treatment of residues, MSWI[F], waste textile, soiled, residual material landfill","residues, MSWI[F], waste textile, soiled",waste treatment,Others\Transformation +"treatment of residues, MSWI[F], waste vapour barrier, flame-retarded, residual material landfill","residues, MSWI[F], waste vapour barrier, flame-retarded",waste treatment,Others\Transformation +"treatment of residues, MSWI[F], waste wire plastic, residual material landfill","residues, MSWI[F], waste wire plastic",waste treatment,Others\Transformation +"treatment of residues, MSWI[F], waste wood pole, chrome preserved, residual material landfill","residues, MSWI[F], waste wood pole, chrome preserved",waste treatment,Others\Transformation +"treatment of residues, MSWI[F], waste wood, untreated, residual material landfill","residues, MSWI[F], waste wood, untreated",waste treatment,Others\Transformation +"treatment of residues, MSWI[F], zinc in car shredder residue, residual material landfill","residues, MSWI[F], zinc in car shredder residue",waste treatment,Others\Transformation +"treatment of road wear emissions, lorry","road wear emissions, lorry",waste treatment,Transport\Transformation +"treatment of road wear emissions, passenger car","road wear emissions, passenger car",waste treatment,Transport\Transformation +"treatment of salt tailing from potash mine, residual material landfill",salt tailing from potash mine,waste treatment,Landfill\Residual material landfill\Transformation +"treatment of scrap aluminium, municipal incineration",scrap aluminium,waste treatment,Incineration\Municipal incineration\Transformation +"treatment of scrap aluminium, municipal incineration FAE",scrap aluminium,waste treatment,Others\Transformation +"treatment of scrap aluminium, municipal incineration with fly ash extraction",scrap aluminium,waste treatment,Incineration\Municipal incineration\Transformation +"treatment of scrap copper, municipal incineration",scrap copper,waste treatment,Incineration\Municipal incineration\Transformation +"treatment of scrap copper, municipal incineration FAE",scrap copper,waste treatment,Others\Transformation +"treatment of scrap copper, municipal incineration with fly ash extraction",scrap copper,waste treatment,Incineration\Municipal incineration\Transformation +"treatment of scrap lead acid battery, remelting",lead,material,Metals\Non ferro\Transformation +"treatment of scrap printed wiring boards, shredding and separation",used printed wiring boards,waste treatment,Electronics waste\Transformation +"treatment of scrap steel, inert material landfill",scrap steel,waste treatment,Landfill\Inert material landfill\Transformation +"treatment of scrap steel, municipal incineration",scrap steel,waste treatment,Incineration\Municipal incineration\Transformation +"treatment of scrap steel, municipal incineration FAE",scrap steel,waste treatment,Others\Transformation +"treatment of scrap steel, municipal incineration with fly ash extraction",scrap steel,waste treatment,Incineration\Municipal incineration\Transformation +"treatment of scrap tin sheet, municipal incineration",scrap tin sheet,waste treatment,Incineration\Municipal incineration\Transformation +"treatment of scrap tin sheet, municipal incineration FAE",scrap tin sheet,waste treatment,Others\Transformation +"treatment of scrap tin sheet, municipal incineration with fly ash extraction",scrap tin sheet,waste treatment,Incineration\Municipal incineration\Transformation +"treatment of scrap tin sheet, municipal incineration with fly ash extraction",zinc concentrate,processing,Others\Obsolete +"treatment of scrap tin sheet, sanitary landfill","heat, district or industrial, other than natural gas",energy,Heat\Others\Transformation +"treatment of scrap tin sheet, sanitary landfill",scrap tin sheet,waste treatment,Landfill\Sanitary landfill\Transformation +"treatment of scrap tin sheet, sanitary landfill","electricity, medium voltage",energy,Others\Obsolete +treatment of sewage sludge by anaerobic digestion,sewage sludge,waste treatment,Biowaste\Transformation +treatment of sewage sludge by anaerobic digestion,biogas,material,Fuels\Biofuels\Biogas\Transformation +"treatment of sewage sludge, 70% water, WWT-SLF, hard coal ash, municipal incineration","sewage sludge, 70% water, WWT-SLF, hard coal ash",waste treatment,Others\Transformation +"treatment of sewage sludge, 70% water, WWT-SLF, inert waste, municipal incineration","sewage sludge, 70% water, WWT-SLF, inert waste",waste treatment,Others\Transformation +"treatment of sewage sludge, 70% water, WWT-SLF, lignite ash, municipal incineration","sewage sludge, 70% water, WWT-SLF, lignite ash",waste treatment,Others\Transformation +"treatment of sewage sludge, 70% water, WWT-SLF, municipal solid waste, municipal incineration","heat, for reuse in municipal waste incineration only",energy,Heat\Others\Transformation +"treatment of sewage sludge, 70% water, WWT-SLF, municipal solid waste, municipal incineration","electricity, for reuse in municipal waste incineration only",energy,Others\Obsolete +"treatment of sewage sludge, 70% water, WWT-SLF, municipal solid waste, municipal incineration","sewage sludge, 70% water, WWT-SLF, municipal solid waste",waste treatment,Others\Transformation +"treatment of sewage sludge, 70% water, WWT-SLF, municipal solid waste, municipal incineration FAE","heat, for reuse in municipal waste incineration only",energy,Heat\Others\Transformation +"treatment of sewage sludge, 70% water, WWT-SLF, municipal solid waste, municipal incineration FAE","electricity, for reuse in municipal waste incineration only",energy,Others\Obsolete +"treatment of sewage sludge, 70% water, WWT-SLF, municipal solid waste, municipal incineration FAE","sewage sludge, 70% water, WWT-SLF, municipal solid waste",waste treatment,Others\Transformation +"treatment of sewage sludge, 70% water, WWT-SLF, refinery sludge, municipal incineration","heat, for reuse in municipal waste incineration only",energy,Heat\Others\Transformation +"treatment of sewage sludge, 70% water, WWT-SLF, refinery sludge, municipal incineration","electricity, for reuse in municipal waste incineration only",energy,Others\Obsolete +"treatment of sewage sludge, 70% water, WWT-SLF, refinery sludge, municipal incineration","sewage sludge, 70% water, WWT-SLF, refinery sludge",waste treatment,Others\Transformation +"treatment of sewage sludge, 70% water, WWT-SLF, refinery sludge, municipal incineration FAE","heat, for reuse in municipal waste incineration only",energy,Heat\Others\Transformation +"treatment of sewage sludge, 70% water, WWT-SLF, refinery sludge, municipal incineration FAE","electricity, for reuse in municipal waste incineration only",energy,Others\Obsolete +"treatment of sewage sludge, 70% water, WWT-SLF, refinery sludge, municipal incineration FAE","sewage sludge, 70% water, WWT-SLF, refinery sludge",waste treatment,Others\Transformation +"treatment of sewage sludge, 70% water, WWT-SLF, residue from cooling tower, municipal incineration","sewage sludge, 70% water, WWT-SLF, residue from cooling tower",waste treatment,Others\Transformation +"treatment of sewage sludge, 70% water, WWT-SLF, residue from cooling tower, municipal incineration FAE","sewage sludge, 70% water, WWT-SLF, residue from cooling tower",waste treatment,Others\Transformation +"treatment of sewage sludge, 70% water, WWT-SLF, scrap tin sheet, municipal incineration","sewage sludge, 70% water, WWT-SLF, scrap tin sheet",waste treatment,Others\Transformation +"treatment of sewage sludge, 70% water, WWT-SLF, sludge from pulp and paper production, municipal incineration","sewage sludge, 70% water, WWT-SLF, sludge from pulp and paper production",waste treatment,Others\Transformation +"treatment of sewage sludge, 70% water, WWT-SLF, sludge from pulp and paper production, municipal incineration FAE","sewage sludge, 70% water, WWT-SLF, sludge from pulp and paper production",waste treatment,Others\Transformation +"treatment of sewage sludge, 70% water, WWT-SLF, waste aluminium, municipal incineration","sewage sludge, 70% water, WWT-SLF, waste aluminium",waste treatment,Others\Transformation +"treatment of sewage sludge, 70% water, WWT-SLF, waste aluminium, municipal incineration FAE","sewage sludge, 70% water, WWT-SLF, waste aluminium",waste treatment,Others\Transformation +"treatment of sewage sludge, 70% water, WWT-SLF, waste asphalt, municipal incineration","sewage sludge, 70% water, WWT-SLF, waste asphalt",waste treatment,Others\Transformation +"treatment of sewage sludge, 70% water, WWT-SLF, waste asphalt, municipal incineration FAE","sewage sludge, 70% water, WWT-SLF, waste asphalt",waste treatment,Others\Transformation +"treatment of sewage sludge, 70% water, WWT-SLF, waste bitumen, municipal incineration","heat, for reuse in municipal waste incineration only",energy,Heat\Others\Transformation +"treatment of sewage sludge, 70% water, WWT-SLF, waste bitumen, municipal incineration","electricity, for reuse in municipal waste incineration only",energy,Others\Obsolete +"treatment of sewage sludge, 70% water, WWT-SLF, waste bitumen, municipal incineration","sewage sludge, 70% water, WWT-SLF, waste bitumen",waste treatment,Others\Transformation +"treatment of sewage sludge, 70% water, WWT-SLF, waste bitumen, municipal incineration FAE","heat, for reuse in municipal waste incineration only",energy,Heat\Others\Transformation +"treatment of sewage sludge, 70% water, WWT-SLF, waste bitumen, municipal incineration FAE","electricity, for reuse in municipal waste incineration only",energy,Others\Obsolete +"treatment of sewage sludge, 70% water, WWT-SLF, waste bitumen, municipal incineration FAE","sewage sludge, 70% water, WWT-SLF, waste bitumen",waste treatment,Others\Transformation +"treatment of sewage sludge, 70% water, WWT-SLF, waste emulsion paint, municipal incineration","sewage sludge, 70% water, WWT-SLF, waste emulsion paint",waste treatment,Others\Transformation +"treatment of sewage sludge, 70% water, WWT-SLF, waste emulsion paint, municipal incineration FAE","sewage sludge, 70% water, WWT-SLF, waste emulsion paint",waste treatment,Others\Transformation +"treatment of sewage sludge, 70% water, WWT-SLF, waste glass, municipal incineration","sewage sludge, 70% water, WWT-SLF, waste glass",waste treatment,Others\Transformation +"treatment of sewage sludge, 70% water, WWT-SLF, waste graphical paper, municipal incineration","heat, for reuse in municipal waste incineration only",energy,Heat\Others\Transformation +"treatment of sewage sludge, 70% water, WWT-SLF, waste graphical paper, municipal incineration","electricity, for reuse in municipal waste incineration only",energy,Others\Obsolete +"treatment of sewage sludge, 70% water, WWT-SLF, waste graphical paper, municipal incineration","sewage sludge, 70% water, WWT-SLF, waste graphical paper",waste treatment,Others\Transformation +"treatment of sewage sludge, 70% water, WWT-SLF, waste graphical paper, municipal incineration FAE","heat, for reuse in municipal waste incineration only",energy,Heat\Others\Transformation +"treatment of sewage sludge, 70% water, WWT-SLF, waste graphical paper, municipal incineration FAE","electricity, for reuse in municipal waste incineration only",energy,Others\Obsolete +"treatment of sewage sludge, 70% water, WWT-SLF, waste graphical paper, municipal incineration FAE","sewage sludge, 70% water, WWT-SLF, waste graphical paper",waste treatment,Others\Transformation +"treatment of sewage sludge, 70% water, WWT-SLF, waste gypsum, municipal incineration","sewage sludge, 70% water, WWT-SLF, waste gypsum",waste treatment,Others\Transformation +"treatment of sewage sludge, 70% water, WWT-SLF, waste gypsum, municipal incineration FAE","sewage sludge, 70% water, WWT-SLF, waste gypsum",waste treatment,Others\Transformation +"treatment of sewage sludge, 70% water, WWT-SLF, waste newspaper, municipal incineration FAE","heat, for reuse in municipal waste incineration only",energy,Heat\Others\Transformation +"treatment of sewage sludge, 70% water, WWT-SLF, waste newspaper, municipal incineration FAE","electricity, for reuse in municipal waste incineration only",energy,Others\Obsolete +"treatment of sewage sludge, 70% water, WWT-SLF, waste newspaper, municipal incineration FAE","sewage sludge, 70% water, WWT-SLF, waste newspaper",waste treatment,Others\Transformation +"treatment of sewage sludge, 70% water, WWT-SLF, waste packaging paper, municipal incineration","heat, for reuse in municipal waste incineration only",energy,Heat\Others\Transformation +"treatment of sewage sludge, 70% water, WWT-SLF, waste packaging paper, municipal incineration","electricity, for reuse in municipal waste incineration only",energy,Others\Obsolete +"treatment of sewage sludge, 70% water, WWT-SLF, waste packaging paper, municipal incineration","sewage sludge, 70% water, WWT-SLF, waste packaging paper",waste treatment,Others\Transformation +"treatment of sewage sludge, 70% water, WWT-SLF, waste paint, municipal incineration","heat, for reuse in municipal waste incineration only",energy,Heat\Others\Transformation +"treatment of sewage sludge, 70% water, WWT-SLF, waste paint, municipal incineration","electricity, for reuse in municipal waste incineration only",energy,Others\Obsolete +"treatment of sewage sludge, 70% water, WWT-SLF, waste paint, municipal incineration","sewage sludge, 70% water, WWT-SLF, waste paint",waste treatment,Others\Transformation +"treatment of sewage sludge, 70% water, WWT-SLF, waste paint, municipal incineration FAE","heat, for reuse in municipal waste incineration only",energy,Heat\Others\Transformation +"treatment of sewage sludge, 70% water, WWT-SLF, waste paint, municipal incineration FAE","electricity, for reuse in municipal waste incineration only",energy,Others\Obsolete +"treatment of sewage sludge, 70% water, WWT-SLF, waste paint, municipal incineration FAE","sewage sludge, 70% water, WWT-SLF, waste paint",waste treatment,Others\Transformation +"treatment of sewage sludge, 70% water, WWT-SLF, waste paperboard, municipal incineration","heat, for reuse in municipal waste incineration only",energy,Heat\Others\Transformation +"treatment of sewage sludge, 70% water, WWT-SLF, waste paperboard, municipal incineration","electricity, for reuse in municipal waste incineration only",energy,Others\Obsolete +"treatment of sewage sludge, 70% water, WWT-SLF, waste paperboard, municipal incineration","sewage sludge, 70% water, WWT-SLF, waste paperboard",waste treatment,Others\Transformation +"treatment of sewage sludge, 70% water, WWT-SLF, waste paperboard, municipal incineration FAE","heat, for reuse in municipal waste incineration only",energy,Heat\Others\Transformation +"treatment of sewage sludge, 70% water, WWT-SLF, waste paperboard, municipal incineration FAE","electricity, for reuse in municipal waste incineration only",energy,Others\Obsolete +"treatment of sewage sludge, 70% water, WWT-SLF, waste paperboard, municipal incineration FAE","sewage sludge, 70% water, WWT-SLF, waste paperboard",waste treatment,Others\Transformation +"treatment of sewage sludge, 70% water, WWT-SLF, waste plastic plaster, municipal incineration","sewage sludge, 70% water, WWT-SLF, waste plastic plaster",waste treatment,Others\Transformation +"treatment of sewage sludge, 70% water, WWT-SLF, waste plastic plaster, municipal incineration FAE","sewage sludge, 70% water, WWT-SLF, waste plastic plaster",waste treatment,Others\Transformation +"treatment of sewage sludge, 70% water, WWT-SLF, waste plastic, mixture, municipal incineration","heat, for reuse in municipal waste incineration only",energy,Heat\Others\Transformation +"treatment of sewage sludge, 70% water, WWT-SLF, waste plastic, mixture, municipal incineration","electricity, for reuse in municipal waste incineration only",energy,Others\Obsolete +"treatment of sewage sludge, 70% water, WWT-SLF, waste plastic, mixture, municipal incineration","sewage sludge, 70% water, WWT-SLF, waste plastic, mixture",waste treatment,Others\Transformation +"treatment of sewage sludge, 70% water, WWT-SLF, waste plastic, mixture, municipal incineration FAE","heat, for reuse in municipal waste incineration only",energy,Heat\Others\Transformation +"treatment of sewage sludge, 70% water, WWT-SLF, waste plastic, mixture, municipal incineration FAE","electricity, for reuse in municipal waste incineration only",energy,Others\Obsolete +"treatment of sewage sludge, 70% water, WWT-SLF, waste plastic, mixture, municipal incineration FAE","sewage sludge, 70% water, WWT-SLF, waste plastic, mixture",waste treatment,Others\Transformation +"treatment of sewage sludge, 70% water, WWT-SLF, waste polyethylene terephthalate, municipal incineration","heat, for reuse in municipal waste incineration only",energy,Heat\Others\Transformation +"treatment of sewage sludge, 70% water, WWT-SLF, waste polyethylene terephthalate, municipal incineration","electricity, for reuse in municipal waste incineration only",energy,Others\Obsolete +"treatment of sewage sludge, 70% water, WWT-SLF, waste polyethylene terephthalate, municipal incineration","sewage sludge, 70% water, WWT-SLF, waste polyethylene terephthalate",waste treatment,Others\Transformation +"treatment of sewage sludge, 70% water, WWT-SLF, waste polyethylene terephthalate, municipal incineration FAE","heat, for reuse in municipal waste incineration only",energy,Heat\Others\Transformation +"treatment of sewage sludge, 70% water, WWT-SLF, waste polyethylene terephthalate, municipal incineration FAE","electricity, for reuse in municipal waste incineration only",energy,Others\Obsolete +"treatment of sewage sludge, 70% water, WWT-SLF, waste polyethylene terephthalate, municipal incineration FAE","sewage sludge, 70% water, WWT-SLF, waste polyethylene terephthalate",waste treatment,Others\Transformation +"treatment of sewage sludge, 70% water, WWT-SLF, waste polyethylene, municipal incineration","heat, for reuse in municipal waste incineration only",energy,Heat\Others\Transformation +"treatment of sewage sludge, 70% water, WWT-SLF, waste polyethylene, municipal incineration","electricity, for reuse in municipal waste incineration only",energy,Others\Obsolete +"treatment of sewage sludge, 70% water, WWT-SLF, waste polyethylene, municipal incineration","sewage sludge, 70% water, WWT-SLF, waste polyethylene",waste treatment,Others\Transformation +"treatment of sewage sludge, 70% water, WWT-SLF, waste polyethylene, municipal incineration FAE","heat, for reuse in municipal waste incineration only",energy,Heat\Others\Transformation +"treatment of sewage sludge, 70% water, WWT-SLF, waste polyethylene, municipal incineration FAE","electricity, for reuse in municipal waste incineration only",energy,Others\Obsolete +"treatment of sewage sludge, 70% water, WWT-SLF, waste polyethylene, municipal incineration FAE","sewage sludge, 70% water, WWT-SLF, waste polyethylene",waste treatment,Others\Transformation +"treatment of sewage sludge, 70% water, WWT-SLF, waste polypropylene, municipal incineration","heat, for reuse in municipal waste incineration only",energy,Heat\Others\Transformation +"treatment of sewage sludge, 70% water, WWT-SLF, waste polypropylene, municipal incineration","electricity, for reuse in municipal waste incineration only",energy,Others\Obsolete +"treatment of sewage sludge, 70% water, WWT-SLF, waste polypropylene, municipal incineration","sewage sludge, 70% water, WWT-SLF, waste polypropylene",waste treatment,Others\Transformation +"treatment of sewage sludge, 70% water, WWT-SLF, waste polypropylene, municipal incineration FAE","heat, for reuse in municipal waste incineration only",energy,Heat\Others\Transformation +"treatment of sewage sludge, 70% water, WWT-SLF, waste polypropylene, municipal incineration FAE","electricity, for reuse in municipal waste incineration only",energy,Others\Obsolete +"treatment of sewage sludge, 70% water, WWT-SLF, waste polypropylene, municipal incineration FAE","sewage sludge, 70% water, WWT-SLF, waste polypropylene",waste treatment,Others\Transformation +"treatment of sewage sludge, 70% water, WWT-SLF, waste polystyrene, municipal incineration","heat, for reuse in municipal waste incineration only",energy,Heat\Others\Transformation +"treatment of sewage sludge, 70% water, WWT-SLF, waste polystyrene, municipal incineration","electricity, for reuse in municipal waste incineration only",energy,Others\Obsolete +"treatment of sewage sludge, 70% water, WWT-SLF, waste polystyrene, municipal incineration","sewage sludge, 70% water, WWT-SLF, waste polystyrene",waste treatment,Others\Transformation +"treatment of sewage sludge, 70% water, WWT-SLF, waste polystyrene, municipal incineration FAE","heat, for reuse in municipal waste incineration only",energy,Heat\Others\Transformation +"treatment of sewage sludge, 70% water, WWT-SLF, waste polystyrene, municipal incineration FAE","electricity, for reuse in municipal waste incineration only",energy,Others\Obsolete +"treatment of sewage sludge, 70% water, WWT-SLF, waste polystyrene, municipal incineration FAE","sewage sludge, 70% water, WWT-SLF, waste polystyrene",waste treatment,Others\Transformation +"treatment of sewage sludge, 70% water, WWT-SLF, waste polyurethane, municipal incineration","sewage sludge, 70% water, WWT-SLF, waste polyurethane",waste treatment,Others\Transformation +"treatment of sewage sludge, 70% water, WWT-SLF, waste polyurethane, municipal incineration FAE","sewage sludge, 70% water, WWT-SLF, waste polyurethane",waste treatment,Others\Transformation +"treatment of sewage sludge, 70% water, WWT-SLF, waste polyvinylchloride, municipal incineration","heat, for reuse in municipal waste incineration only",energy,Heat\Others\Transformation +"treatment of sewage sludge, 70% water, WWT-SLF, waste polyvinylchloride, municipal incineration","electricity, for reuse in municipal waste incineration only",energy,Others\Obsolete +"treatment of sewage sludge, 70% water, WWT-SLF, waste polyvinylchloride, municipal incineration","sewage sludge, 70% water, WWT-SLF, waste polyvinylchloride",waste treatment,Others\Transformation +"treatment of sewage sludge, 70% water, WWT-SLF, waste polyvinylchloride, municipal incineration FAE","heat, for reuse in municipal waste incineration only",energy,Heat\Others\Transformation +"treatment of sewage sludge, 70% water, WWT-SLF, waste polyvinylchloride, municipal incineration FAE","electricity, for reuse in municipal waste incineration only",energy,Others\Obsolete +"treatment of sewage sludge, 70% water, WWT-SLF, waste polyvinylchloride, municipal incineration FAE","sewage sludge, 70% water, WWT-SLF, waste polyvinylchloride",waste treatment,Others\Transformation +"treatment of sewage sludge, 70% water, WWT-SLF, waste wood, untreated, municipal incineration","heat, for reuse in municipal waste incineration only",energy,Heat\Others\Transformation +"treatment of sewage sludge, 70% water, WWT-SLF, waste wood, untreated, municipal incineration","electricity, for reuse in municipal waste incineration only",energy,Others\Obsolete +"treatment of sewage sludge, 70% water, WWT-SLF, waste wood, untreated, municipal incineration","sewage sludge, 70% water, WWT-SLF, waste wood, untreated",waste treatment,Others\Transformation +"treatment of sewage sludge, 70% water, WWT-SLF, waste wood, untreated, municipal incineration FAE","heat, for reuse in municipal waste incineration only",energy,Heat\Others\Transformation +"treatment of sewage sludge, 70% water, WWT-SLF, waste wood, untreated, municipal incineration FAE","electricity, for reuse in municipal waste incineration only",energy,Others\Obsolete +"treatment of sewage sludge, 70% water, WWT-SLF, waste wood, untreated, municipal incineration FAE","sewage sludge, 70% water, WWT-SLF, waste wood, untreated",waste treatment,Others\Transformation +"treatment of sewage sludge, 70% water, WWT-SLF, wood ash mixture, pure, municipal incineration","sewage sludge, 70% water, WWT-SLF, wood ash mixture, pure",waste treatment,Others\Transformation +"treatment of sewage sludge, 70% water, WWT-SLF, wood ash mixture, pure, municipal incineration FAE","sewage sludge, 70% water, WWT-SLF, wood ash mixture, pure",waste treatment,Others\Transformation +"treatment of sewage sludge, 70% water, WWT-SLF[W], waste plastic, consumer electronics, municipal incineration","sewage sludge, 70% water, WWT-SLF[W], waste plastic, consumer electronics",waste treatment,Others\Transformation +"treatment of sewage sludge, 70% water, WWT, condensate from light oil boiler, municipal incineration","electricity, for reuse in municipal waste incineration only",energy,Electricity by fuel\Waste\Transformation +"treatment of sewage sludge, 70% water, WWT, condensate from light oil boiler, municipal incineration","heat, for reuse in municipal waste incineration only",energy,Heat\Waste\Transformation +"treatment of sewage sludge, 70% water, WWT, condensate from light oil boiler, municipal incineration","sewage sludge, 70% water, WWT, condensate from light oil boiler",waste treatment,Incineration\Municipal incineration\Transformation +"treatment of sewage sludge, 70% water, WWT, condensate from light oil boiler, municipal incineration FAE","sewage sludge, 70% water, WWT, condensate from light oil boiler",waste treatment,Incineration\Municipal incineration\Transformation +"treatment of sewage sludge, 70% water, WWT, heat carrier liquid, 40% C3H8O2, municipal incineration","electricity, for reuse in municipal waste incineration only",energy,Electricity by fuel\Waste\Transformation +"treatment of sewage sludge, 70% water, WWT, heat carrier liquid, 40% C3H8O2, municipal incineration","heat, for reuse in municipal waste incineration only",energy,Heat\Waste\Transformation +"treatment of sewage sludge, 70% water, WWT, heat carrier liquid, 40% C3H8O2, municipal incineration","sewage sludge, 70% water, WWT, heat carrier liquid, 40% C3H8O2",waste treatment,Incineration\Municipal incineration\Transformation +"treatment of sewage sludge, 70% water, WWT, heat carrier liquid, 40% C3H8O2, municipal incineration FAE","electricity, for reuse in municipal waste incineration only",energy,Electricity by fuel\Waste\Transformation +"treatment of sewage sludge, 70% water, WWT, heat carrier liquid, 40% C3H8O2, municipal incineration FAE","heat, for reuse in municipal waste incineration only",energy,Heat\Waste\Transformation +"treatment of sewage sludge, 70% water, WWT, heat carrier liquid, 40% C3H8O2, municipal incineration FAE","sewage sludge, 70% water, WWT, heat carrier liquid, 40% C3H8O2",waste treatment,Incineration\Municipal incineration\Transformation +"treatment of sewage sludge, 70% water, WWT, rainwater mineral oil storage, municipal incineration","electricity, for reuse in municipal waste incineration only",energy,Electricity by fuel\Waste\Transformation +"treatment of sewage sludge, 70% water, WWT, rainwater mineral oil storage, municipal incineration","heat, for reuse in municipal waste incineration only",energy,Heat\Waste\Transformation +"treatment of sewage sludge, 70% water, WWT, rainwater mineral oil storage, municipal incineration","sewage sludge, 70% water, WWT, rainwater mineral oil storage",waste treatment,Incineration\Municipal incineration\Transformation +"treatment of sewage sludge, 70% water, WWT, rainwater mineral oil storage, municipal incineration FAE","heat, for reuse in municipal waste incineration only",energy,Heat\Waste\Transformation +"treatment of sewage sludge, 70% water, WWT, rainwater mineral oil storage, municipal incineration FAE","sewage sludge, 70% water, WWT, rainwater mineral oil storage",waste treatment,Incineration\Municipal incineration\Transformation +"treatment of sewage sludge, 70% water, WWT, WW from ammonium paratungstate production, municipal incineration","sewage sludge, 70% water, WWT, WW from ammonium paratungstate production",waste treatment,Incineration\Municipal incineration\Transformation +"treatment of sewage sludge, 70% water, WWT, WW from black chrome coating, municipal incineration","sewage sludge, 70% water, WWT, WW from black chrome coating",waste treatment,Incineration\Municipal incineration\Transformation +"treatment of sewage sludge, 70% water, WWT, WW from black chrome coating, municipal incineration FAE","sewage sludge, 70% water, WWT, WW from black chrome coating",waste treatment,Incineration\Municipal incineration\Transformation +"treatment of sewage sludge, 70% water, WWT, WW from ceramic production, municipal incineration","sewage sludge, 70% water, WWT, WW from ceramic production",waste treatment,Incineration\Municipal incineration\Transformation +"treatment of sewage sludge, 70% water, WWT, WW from ceramic production, municipal incineration FAE","sewage sludge, 70% water, WWT, WW from ceramic production",waste treatment,Incineration\Municipal incineration\Transformation +"treatment of sewage sludge, 70% water, WWT, WW from concrete production, municipal incineration","heat, for reuse in municipal waste incineration only",energy,Heat\Waste\Transformation +"treatment of sewage sludge, 70% water, WWT, WW from concrete production, municipal incineration","sewage sludge, 70% water, WWT, WW from concrete production",waste treatment,Incineration\Municipal incineration\Transformation +"treatment of sewage sludge, 70% water, WWT, WW from concrete production, municipal incineration FAE","sewage sludge, 70% water, WWT, WW from concrete production",waste treatment,Incineration\Municipal incineration\Transformation +"treatment of sewage sludge, 70% water, WWT, WW from CRT production, municipal incineration","electricity, for reuse in municipal waste incineration only",energy,Electricity by fuel\Waste\Transformation +"treatment of sewage sludge, 70% water, WWT, WW from CRT production, municipal incineration","heat, for reuse in municipal waste incineration only",energy,Heat\Waste\Transformation +"treatment of sewage sludge, 70% water, WWT, WW from CRT production, municipal incineration","sewage sludge, 70% water, WWT, WW from CRT production",waste treatment,Incineration\Municipal incineration\Transformation +"treatment of sewage sludge, 70% water, WWT, WW from CRT production, municipal incineration FAE","electricity, for reuse in municipal waste incineration only",energy,Electricity by fuel\Waste\Transformation +"treatment of sewage sludge, 70% water, WWT, WW from CRT production, municipal incineration FAE","heat, for reuse in municipal waste incineration only",energy,Heat\Waste\Transformation +"treatment of sewage sludge, 70% water, WWT, WW from CRT production, municipal incineration FAE","sewage sludge, 70% water, WWT, WW from CRT production",waste treatment,Incineration\Municipal incineration\Transformation +"treatment of sewage sludge, 70% water, WWT, WW from GGBFS production, municipal incineration","electricity, for reuse in municipal waste incineration only",energy,Electricity by fuel\Waste\Transformation +"treatment of sewage sludge, 70% water, WWT, WW from GGBFS production, municipal incineration","heat, for reuse in municipal waste incineration only",energy,Heat\Waste\Transformation +"treatment of sewage sludge, 70% water, WWT, WW from GGBFS production, municipal incineration","sewage sludge, 70% water, WWT, WW from GGBFS production",waste treatment,Incineration\Municipal incineration\Transformation +"treatment of sewage sludge, 70% water, WWT, WW from glass production, municipal incineration","electricity, for reuse in municipal waste incineration only",energy,Electricity by fuel\Waste\Transformation +"treatment of sewage sludge, 70% water, WWT, WW from glass production, municipal incineration","heat, for reuse in municipal waste incineration only",energy,Heat\Waste\Transformation +"treatment of sewage sludge, 70% water, WWT, WW from glass production, municipal incineration","sewage sludge, 70% water, WWT, WW from glass production",waste treatment,Incineration\Municipal incineration\Transformation +"treatment of sewage sludge, 70% water, WWT, WW from glass production, municipal incineration FAE","heat, for reuse in municipal waste incineration only",energy,Heat\Waste\Transformation +"treatment of sewage sludge, 70% water, WWT, WW from glass production, municipal incineration FAE","sewage sludge, 70% water, WWT, WW from glass production",waste treatment,Incineration\Municipal incineration\Transformation +"treatment of sewage sludge, 70% water, WWT, WW from grass refinery, municipal incineration","electricity, for reuse in municipal waste incineration only",energy,Electricity by fuel\Waste\Transformation +"treatment of sewage sludge, 70% water, WWT, WW from grass refinery, municipal incineration","heat, for reuse in municipal waste incineration only",energy,Heat\Waste\Transformation +"treatment of sewage sludge, 70% water, WWT, WW from grass refinery, municipal incineration","sewage sludge, 70% water, WWT, WW from grass refinery",waste treatment,Incineration\Municipal incineration\Transformation +"treatment of sewage sludge, 70% water, WWT, WW from grass refinery, municipal incineration FAE","electricity, for reuse in municipal waste incineration only",energy,Electricity by fuel\Waste\Transformation +"treatment of sewage sludge, 70% water, WWT, WW from grass refinery, municipal incineration FAE","heat, for reuse in municipal waste incineration only",energy,Heat\Waste\Transformation +"treatment of sewage sludge, 70% water, WWT, WW from grass refinery, municipal incineration FAE","sewage sludge, 70% water, WWT, WW from grass refinery",waste treatment,Incineration\Municipal incineration\Transformation +"treatment of sewage sludge, 70% water, WWT, WW from hard fibreboard production, municipal incineration","electricity, for reuse in municipal waste incineration only",energy,Electricity by fuel\Waste\Transformation +"treatment of sewage sludge, 70% water, WWT, WW from hard fibreboard production, municipal incineration","heat, for reuse in municipal waste incineration only",energy,Heat\Waste\Transformation +"treatment of sewage sludge, 70% water, WWT, WW from hard fibreboard production, municipal incineration","sewage sludge, 70% water, WWT, WW from hard fibreboard production",waste treatment,Incineration\Municipal incineration\Transformation +"treatment of sewage sludge, 70% water, WWT, WW from LCD backlight production, municipal incineration","electricity, for reuse in municipal waste incineration only",energy,Electricity by fuel\Waste\Transformation +"treatment of sewage sludge, 70% water, WWT, WW from LCD backlight production, municipal incineration","heat, for reuse in municipal waste incineration only",energy,Heat\Waste\Transformation +"treatment of sewage sludge, 70% water, WWT, WW from LCD backlight production, municipal incineration","sewage sludge, 70% water, WWT, WW from LCD backlight production",waste treatment,Incineration\Municipal incineration\Transformation +"treatment of sewage sludge, 70% water, WWT, WW from LCD backlight production, municipal incineration FAE","electricity, for reuse in municipal waste incineration only",energy,Electricity by fuel\Waste\Transformation +"treatment of sewage sludge, 70% water, WWT, WW from LCD backlight production, municipal incineration FAE","heat, for reuse in municipal waste incineration only",energy,Heat\Waste\Transformation +"treatment of sewage sludge, 70% water, WWT, WW from LCD backlight production, municipal incineration FAE","sewage sludge, 70% water, WWT, WW from LCD backlight production",waste treatment,Incineration\Municipal incineration\Transformation +"treatment of sewage sludge, 70% water, WWT, WW from LCD production, municipal incineration","electricity, for reuse in municipal waste incineration only",energy,Electricity by fuel\Waste\Transformation +"treatment of sewage sludge, 70% water, WWT, WW from LCD production, municipal incineration","heat, for reuse in municipal waste incineration only",energy,Heat\Waste\Transformation +"treatment of sewage sludge, 70% water, WWT, WW from LCD production, municipal incineration","sewage sludge, 70% water, WWT, WW from LCD production",waste treatment,Incineration\Municipal incineration\Transformation +"treatment of sewage sludge, 70% water, WWT, WW from LCD production, municipal incineration FAE","electricity, for reuse in municipal waste incineration only",energy,Electricity by fuel\Waste\Transformation +"treatment of sewage sludge, 70% water, WWT, WW from LCD production, municipal incineration FAE","heat, for reuse in municipal waste incineration only",energy,Heat\Waste\Transformation +"treatment of sewage sludge, 70% water, WWT, WW from LCD production, municipal incineration FAE","sewage sludge, 70% water, WWT, WW from LCD production",waste treatment,Incineration\Municipal incineration\Transformation +"treatment of sewage sludge, 70% water, WWT, WW from liquid crystal production, municipal incineration","electricity, for reuse in municipal waste incineration only",energy,Electricity by fuel\Waste\Transformation +"treatment of sewage sludge, 70% water, WWT, WW from liquid crystal production, municipal incineration","heat, for reuse in municipal waste incineration only",energy,Heat\Waste\Transformation +"treatment of sewage sludge, 70% water, WWT, WW from liquid crystal production, municipal incineration","sewage sludge, 70% water, WWT, WW from liquid crystal production",waste treatment,Incineration\Municipal incineration\Transformation +"treatment of sewage sludge, 70% water, WWT, WW from liquid crystal production, municipal incineration FAE","electricity, for reuse in municipal waste incineration only",energy,Electricity by fuel\Waste\Transformation +"treatment of sewage sludge, 70% water, WWT, WW from liquid crystal production, municipal incineration FAE","heat, for reuse in municipal waste incineration only",energy,Heat\Waste\Transformation +"treatment of sewage sludge, 70% water, WWT, WW from liquid crystal production, municipal incineration FAE","sewage sludge, 70% water, WWT, WW from liquid crystal production",waste treatment,Incineration\Municipal incineration\Transformation +"treatment of sewage sludge, 70% water, WWT, WW from maize starch production, municipal incineration","electricity, for reuse in municipal waste incineration only",energy,Electricity by fuel\Waste\Transformation +"treatment of sewage sludge, 70% water, WWT, WW from maize starch production, municipal incineration","heat, for reuse in municipal waste incineration only",energy,Heat\Waste\Transformation +"treatment of sewage sludge, 70% water, WWT, WW from maize starch production, municipal incineration","sewage sludge, 70% water, WWT, WW from maize starch production",waste treatment,Incineration\Municipal incineration\Transformation +"treatment of sewage sludge, 70% water, WWT, WW from maize starch production, municipal incineration FAE","electricity, for reuse in municipal waste incineration only",energy,Electricity by fuel\Waste\Transformation +"treatment of sewage sludge, 70% water, WWT, WW from maize starch production, municipal incineration FAE","heat, for reuse in municipal waste incineration only",energy,Heat\Waste\Transformation +"treatment of sewage sludge, 70% water, WWT, WW from maize starch production, municipal incineration FAE","sewage sludge, 70% water, WWT, WW from maize starch production",waste treatment,Incineration\Municipal incineration\Transformation +"treatment of sewage sludge, 70% water, WWT, WW from medium density board production, municipal incineration","electricity, for reuse in municipal waste incineration only",energy,Electricity by fuel\Waste\Transformation +"treatment of sewage sludge, 70% water, WWT, WW from medium density board production, municipal incineration","heat, for reuse in municipal waste incineration only",energy,Heat\Waste\Transformation +"treatment of sewage sludge, 70% water, WWT, WW from medium density board production, municipal incineration","sewage sludge, 70% water, WWT, WW from medium density board production",waste treatment,Incineration\Municipal incineration\Transformation +"treatment of sewage sludge, 70% water, WWT, WW from particle board production, municipal incineration","electricity, for reuse in municipal waste incineration only",energy,Electricity by fuel\Waste\Transformation +"treatment of sewage sludge, 70% water, WWT, WW from particle board production, municipal incineration","heat, for reuse in municipal waste incineration only",energy,Heat\Waste\Transformation +"treatment of sewage sludge, 70% water, WWT, WW from particle board production, municipal incineration","sewage sludge, 70% water, WWT, WW from particle board production",waste treatment,Incineration\Municipal incineration\Transformation +"treatment of sewage sludge, 70% water, WWT, WW from pig iron production, municipal incineration","sewage sludge, 70% water, WWT, WW from pig iron production",waste treatment,Incineration\Municipal incineration\Transformation +"treatment of sewage sludge, 70% water, WWT, WW from pig iron production, municipal incineration FAE","sewage sludge, 70% water, WWT, WW from pig iron production",waste treatment,Incineration\Municipal incineration\Transformation +"treatment of sewage sludge, 70% water, WWT, WW from plywood production, municipal incineration","electricity, for reuse in municipal waste incineration only",energy,Electricity by fuel\Waste\Transformation +"treatment of sewage sludge, 70% water, WWT, WW from plywood production, municipal incineration","heat, for reuse in municipal waste incineration only",energy,Heat\Waste\Transformation +"treatment of sewage sludge, 70% water, WWT, WW from plywood production, municipal incineration","sewage sludge, 70% water, WWT, WW from plywood production",waste treatment,Incineration\Municipal incineration\Transformation +"treatment of sewage sludge, 70% water, WWT, WW from plywood production, municipal incineration FAE","electricity, for reuse in municipal waste incineration only",energy,Electricity by fuel\Waste\Transformation +"treatment of sewage sludge, 70% water, WWT, WW from plywood production, municipal incineration FAE","heat, for reuse in municipal waste incineration only",energy,Heat\Waste\Transformation +"treatment of sewage sludge, 70% water, WWT, WW from plywood production, municipal incineration FAE","sewage sludge, 70% water, WWT, WW from plywood production",waste treatment,Incineration\Municipal incineration\Transformation +"treatment of sewage sludge, 70% water, WWT, WW from potato starch production, municipal incineration","electricity, for reuse in municipal waste incineration only",energy,Electricity by fuel\Waste\Transformation +"treatment of sewage sludge, 70% water, WWT, WW from potato starch production, municipal incineration","heat, for reuse in municipal waste incineration only",energy,Heat\Waste\Transformation +"treatment of sewage sludge, 70% water, WWT, WW from potato starch production, municipal incineration","sewage sludge, 70% water, WWT, WW from potato starch production",waste treatment,Incineration\Municipal incineration\Transformation +"treatment of sewage sludge, 70% water, WWT, WW from potato starch production, municipal incineration FAE","electricity, for reuse in municipal waste incineration only",energy,Electricity by fuel\Waste\Transformation +"treatment of sewage sludge, 70% water, WWT, WW from potato starch production, municipal incineration FAE","heat, for reuse in municipal waste incineration only",energy,Heat\Waste\Transformation +"treatment of sewage sludge, 70% water, WWT, WW from potato starch production, municipal incineration FAE","sewage sludge, 70% water, WWT, WW from potato starch production",waste treatment,Incineration\Municipal incineration\Transformation +"treatment of sewage sludge, 70% water, WWT, WW from PV cell production, municipal incineration","sewage sludge, 70% water, WWT, WW from PV cell production",waste treatment,Incineration\Municipal incineration\Transformation +"treatment of sewage sludge, 70% water, WWT, WW from PV cell production, municipal incineration FAE","sewage sludge, 70% water, WWT, WW from PV cell production",waste treatment,Incineration\Municipal incineration\Transformation +"treatment of sewage sludge, 70% water, WWT, WW from soft fibreboard production, municipal incineration","electricity, for reuse in municipal waste incineration only",energy,Electricity by fuel\Waste\Transformation +"treatment of sewage sludge, 70% water, WWT, WW from soft fibreboard production, municipal incineration","heat, for reuse in municipal waste incineration only",energy,Heat\Waste\Transformation +"treatment of sewage sludge, 70% water, WWT, WW from soft fibreboard production, municipal incineration","sewage sludge, 70% water, WWT, WW from soft fibreboard production",waste treatment,Incineration\Municipal incineration\Transformation +"treatment of sewage sludge, 70% water, WWT, WW from soft fibreboard production, municipal incineration FAE","electricity, for reuse in municipal waste incineration only",energy,Electricity by fuel\Waste\Transformation +"treatment of sewage sludge, 70% water, WWT, WW from soft fibreboard production, municipal incineration FAE","heat, for reuse in municipal waste incineration only",energy,Heat\Waste\Transformation +"treatment of sewage sludge, 70% water, WWT, WW from soft fibreboard production, municipal incineration FAE","sewage sludge, 70% water, WWT, WW from soft fibreboard production",waste treatment,Incineration\Municipal incineration\Transformation +"treatment of sewage sludge, 70% water, WWT, WW from tube collector production, municipal incineration","sewage sludge, 70% water, WWT, WW from tube collector production",waste treatment,Incineration\Municipal incineration\Transformation +"treatment of sewage sludge, 70% water, WWT, WW from tube collector production, municipal incineration FAE","sewage sludge, 70% water, WWT, WW from tube collector production",waste treatment,Incineration\Municipal incineration\Transformation +"treatment of sewage sludge, 70% water, WWT, WW from vegetable oil refinery, municipal incineration","electricity, for reuse in municipal waste incineration only",energy,Electricity by fuel\Waste\Transformation +"treatment of sewage sludge, 70% water, WWT, WW from vegetable oil refinery, municipal incineration","heat, for reuse in municipal waste incineration only",energy,Heat\Waste\Transformation +"treatment of sewage sludge, 70% water, WWT, WW from vegetable oil refinery, municipal incineration","sewage sludge, 70% water, WWT, WW from vegetable oil refinery",waste treatment,Incineration\Municipal incineration\Transformation +"treatment of sewage sludge, 70% water, WWT, WW from wafer fabrication, municipal incineration","sewage sludge, 70% water, WWT, WW from wafer fabrication",waste treatment,Incineration\Municipal incineration\Transformation +"treatment of sewage sludge, 70% water, WWT, WW from wafer fabrication, municipal incineration FAE","sewage sludge, 70% water, WWT, WW from wafer fabrication",waste treatment,Incineration\Municipal incineration\Transformation +"treatment of sewage sludge, 70% water, WWT, WW, average, municipal incineration","electricity, for reuse in municipal waste incineration only",energy,Electricity by fuel\Waste\Transformation +"treatment of sewage sludge, 70% water, WWT, WW, average, municipal incineration","heat, for reuse in municipal waste incineration only",energy,Heat\Waste\Transformation +"treatment of sewage sludge, 70% water, WWT, WW, average, municipal incineration","sewage sludge, 70% water, WWT, WW, average",waste treatment,Incineration\Municipal incineration\Transformation +"treatment of sewage sludge, 70% water, WWT, WW, average, municipal incineration FAE","electricity, for reuse in municipal waste incineration only",energy,Electricity by fuel\Waste\Transformation +"treatment of sewage sludge, 70% water, WWT, WW, average, municipal incineration FAE","heat, for reuse in municipal waste incineration only",energy,Heat\Waste\Transformation +"treatment of sewage sludge, 70% water, WWT, WW, average, municipal incineration FAE","sewage sludge, 70% water, WWT, WW, average",waste treatment,Incineration\Municipal incineration\Transformation +"treatment of sewage sludge, 70% water, WWT[R], WW from anaerobic digestion of whey, municipal incineration","electricity, for reuse in municipal waste incineration only",energy,Electricity by fuel\Waste\Transformation +"treatment of sewage sludge, 70% water, WWT[R], WW from anaerobic digestion of whey, municipal incineration","heat, for reuse in municipal waste incineration only",energy,Heat\Waste\Transformation +"treatment of sewage sludge, 70% water, WWT[R], WW from anaerobic digestion of whey, municipal incineration","sewage sludge, 70% water, WWT[R], WW from anaerobic digestion of whey",waste treatment,Incineration\Municipal incineration\Transformation +"treatment of sewage sludge, 70% water, WWT[R], WW from anaerobic digestion of whey, municipal incineration FAE","electricity, for reuse in municipal waste incineration only",energy,Electricity by fuel\Waste\Transformation +"treatment of sewage sludge, 70% water, WWT[R], WW from anaerobic digestion of whey, municipal incineration FAE","heat, for reuse in municipal waste incineration only",energy,Heat\Waste\Transformation +"treatment of sewage sludge, 70% water, WWT[R], WW from anaerobic digestion of whey, municipal incineration FAE","sewage sludge, 70% water, WWT[R], WW from anaerobic digestion of whey",waste treatment,Incineration\Municipal incineration\Transformation +"treatment of sewage sludge, 70% water, WWT[U], WW from lorry production, municipal incineration","sewage sludge, 70% water, WWT[U], WW from lorry production",waste treatment,Incineration\Municipal incineration\Transformation +"treatment of sewage sludge, 70% water, WWT[U], WW from lorry production, municipal incineration FAE","sewage sludge, 70% water, WWT[U], WW from lorry production",waste treatment,Incineration\Municipal incineration\Transformation +"treatment of sewage sludge, 75% water, WWT, condensate from light oil boiler, sanitary landfill","electricity, medium voltage",energy,Electricity by fuel\Waste\Transformation +"treatment of sewage sludge, 75% water, WWT, condensate from light oil boiler, sanitary landfill","heat, district or industrial, other than natural gas",energy,Heat\Waste\Transformation +"treatment of sewage sludge, 75% water, WWT, condensate from light oil boiler, sanitary landfill","sewage sludge, 75% water, WWT, condensate from light oil boiler",waste treatment,Landfill\Sanitary landfill\Transformation +"treatment of sewage sludge, 75% water, WWT, heat carrier liquid, 40% C3H8O2, sanitary landfill","electricity, medium voltage",energy,Electricity by fuel\Waste\Transformation +"treatment of sewage sludge, 75% water, WWT, heat carrier liquid, 40% C3H8O2, sanitary landfill","heat, district or industrial, other than natural gas",energy,Heat\Waste\Transformation +"treatment of sewage sludge, 75% water, WWT, heat carrier liquid, 40% C3H8O2, sanitary landfill","sewage sludge, 75% water, WWT, heat carrier liquid, 40% C3H8O2",waste treatment,Landfill\Sanitary landfill\Transformation +"treatment of sewage sludge, 75% water, WWT, rainwater mineral oil storage, sanitary landfill","electricity, medium voltage",energy,Electricity by fuel\Waste\Transformation +"treatment of sewage sludge, 75% water, WWT, rainwater mineral oil storage, sanitary landfill","heat, district or industrial, other than natural gas",energy,Heat\Waste\Transformation +"treatment of sewage sludge, 75% water, WWT, rainwater mineral oil storage, sanitary landfill","sewage sludge, 75% water, WWT, rainwater mineral oil storage",waste treatment,Landfill\Sanitary landfill\Transformation +"treatment of sewage sludge, 75% water, WWT, WW from ammonium paratungstate production, sanitary landfill","electricity, medium voltage",energy,Electricity by fuel\Waste\Transformation +"treatment of sewage sludge, 75% water, WWT, WW from ammonium paratungstate production, sanitary landfill","heat, district or industrial, other than natural gas",energy,Heat\Waste\Transformation +"treatment of sewage sludge, 75% water, WWT, WW from ammonium paratungstate production, sanitary landfill","sewage sludge, 75% water, WWT, WW from ammonium paratungstate production",waste treatment,Landfill\Sanitary landfill\Transformation +"treatment of sewage sludge, 75% water, WWT, WW from black chrome coating, sanitary landfill","electricity, medium voltage",energy,Electricity by fuel\Waste\Transformation +"treatment of sewage sludge, 75% water, WWT, WW from black chrome coating, sanitary landfill","heat, district or industrial, other than natural gas",energy,Heat\Waste\Transformation +"treatment of sewage sludge, 75% water, WWT, WW from black chrome coating, sanitary landfill","sewage sludge, 75% water, WWT, WW from black chrome coating",waste treatment,Landfill\Sanitary landfill\Transformation +"treatment of sewage sludge, 75% water, WWT, WW from ceramic production, sanitary landfill","electricity, medium voltage",energy,Electricity by fuel\Waste\Transformation +"treatment of sewage sludge, 75% water, WWT, WW from ceramic production, sanitary landfill","heat, district or industrial, other than natural gas",energy,Heat\Waste\Transformation +"treatment of sewage sludge, 75% water, WWT, WW from ceramic production, sanitary landfill","sewage sludge, 75% water, WWT, WW from ceramic production",waste treatment,Landfill\Sanitary landfill\Transformation +"treatment of sewage sludge, 75% water, WWT, WW from concrete production, sanitary landfill","electricity, medium voltage",energy,Electricity by fuel\Waste\Transformation +"treatment of sewage sludge, 75% water, WWT, WW from concrete production, sanitary landfill","heat, district or industrial, other than natural gas",energy,Heat\Waste\Transformation +"treatment of sewage sludge, 75% water, WWT, WW from concrete production, sanitary landfill","sewage sludge, 75% water, WWT, WW from concrete production",waste treatment,Landfill\Sanitary landfill\Transformation +"treatment of sewage sludge, 75% water, WWT, WW from CRT production, sanitary landfill","electricity, medium voltage",energy,Electricity by fuel\Waste\Transformation +"treatment of sewage sludge, 75% water, WWT, WW from CRT production, sanitary landfill","heat, district or industrial, other than natural gas",energy,Heat\Waste\Transformation +"treatment of sewage sludge, 75% water, WWT, WW from CRT production, sanitary landfill","sewage sludge, 75% water, WWT, WW from CRT production",waste treatment,Landfill\Sanitary landfill\Transformation +"treatment of sewage sludge, 75% water, WWT, WW from GGBFS production, sanitary landfill","electricity, medium voltage",energy,Electricity by fuel\Waste\Transformation +"treatment of sewage sludge, 75% water, WWT, WW from GGBFS production, sanitary landfill","heat, district or industrial, other than natural gas",energy,Heat\Waste\Transformation +"treatment of sewage sludge, 75% water, WWT, WW from GGBFS production, sanitary landfill","sewage sludge, 75% water, WWT, WW from GGBFS production",waste treatment,Landfill\Sanitary landfill\Transformation +"treatment of sewage sludge, 75% water, WWT, WW from glass production, sanitary landfill","electricity, medium voltage",energy,Electricity by fuel\Waste\Transformation +"treatment of sewage sludge, 75% water, WWT, WW from glass production, sanitary landfill","heat, district or industrial, other than natural gas",energy,Heat\Waste\Transformation +"treatment of sewage sludge, 75% water, WWT, WW from glass production, sanitary landfill","sewage sludge, 75% water, WWT, WW from glass production",waste treatment,Landfill\Sanitary landfill\Transformation +"treatment of sewage sludge, 75% water, WWT, WW from grass refinery, sanitary landfill","electricity, medium voltage",energy,Electricity by fuel\Waste\Transformation +"treatment of sewage sludge, 75% water, WWT, WW from grass refinery, sanitary landfill","heat, district or industrial, other than natural gas",energy,Heat\Waste\Transformation +"treatment of sewage sludge, 75% water, WWT, WW from grass refinery, sanitary landfill","sewage sludge, 75% water, WWT, WW from grass refinery",waste treatment,Landfill\Sanitary landfill\Transformation +"treatment of sewage sludge, 75% water, WWT, WW from hard fibreboard production, sanitary landfill","electricity, medium voltage",energy,Electricity by fuel\Waste\Transformation +"treatment of sewage sludge, 75% water, WWT, WW from hard fibreboard production, sanitary landfill","heat, district or industrial, other than natural gas",energy,Heat\Waste\Transformation +"treatment of sewage sludge, 75% water, WWT, WW from hard fibreboard production, sanitary landfill","sewage sludge, 75% water, WWT, WW from hard fibreboard production",waste treatment,Landfill\Sanitary landfill\Transformation +"treatment of sewage sludge, 75% water, WWT, WW from LCD backlight production, sanitary landfill","electricity, medium voltage",energy,Electricity by fuel\Waste\Transformation +"treatment of sewage sludge, 75% water, WWT, WW from LCD backlight production, sanitary landfill","heat, district or industrial, other than natural gas",energy,Heat\Waste\Transformation +"treatment of sewage sludge, 75% water, WWT, WW from LCD backlight production, sanitary landfill","sewage sludge, 75% water, WWT, WW from LCD backlight production",waste treatment,Landfill\Sanitary landfill\Transformation +"treatment of sewage sludge, 75% water, WWT, WW from LCD production, sanitary landfill","electricity, medium voltage",energy,Electricity by fuel\Waste\Transformation +"treatment of sewage sludge, 75% water, WWT, WW from LCD production, sanitary landfill","heat, district or industrial, other than natural gas",energy,Heat\Waste\Transformation +"treatment of sewage sludge, 75% water, WWT, WW from LCD production, sanitary landfill","sewage sludge, 75% water, WWT, WW from LCD production",waste treatment,Landfill\Sanitary landfill\Transformation +"treatment of sewage sludge, 75% water, WWT, WW from liquid crystal production, sanitary landfill","electricity, medium voltage",energy,Electricity by fuel\Waste\Transformation +"treatment of sewage sludge, 75% water, WWT, WW from liquid crystal production, sanitary landfill","heat, district or industrial, other than natural gas",energy,Heat\Waste\Transformation +"treatment of sewage sludge, 75% water, WWT, WW from liquid crystal production, sanitary landfill","sewage sludge, 75% water, WWT, WW from liquid crystal production",waste treatment,Landfill\Sanitary landfill\Transformation +"treatment of sewage sludge, 75% water, WWT, WW from maize starch production, sanitary landfill","electricity, medium voltage",energy,Electricity by fuel\Waste\Transformation +"treatment of sewage sludge, 75% water, WWT, WW from maize starch production, sanitary landfill","heat, district or industrial, other than natural gas",energy,Heat\Waste\Transformation +"treatment of sewage sludge, 75% water, WWT, WW from maize starch production, sanitary landfill","sewage sludge, 75% water, WWT, WW from maize starch production",waste treatment,Landfill\Sanitary landfill\Transformation +"treatment of sewage sludge, 75% water, WWT, WW from medium density board production, sanitary landfill","electricity, medium voltage",energy,Electricity by fuel\Waste\Transformation +"treatment of sewage sludge, 75% water, WWT, WW from medium density board production, sanitary landfill","heat, district or industrial, other than natural gas",energy,Heat\Waste\Transformation +"treatment of sewage sludge, 75% water, WWT, WW from medium density board production, sanitary landfill","sewage sludge, 75% water, WWT, WW from medium density board production",waste treatment,Landfill\Sanitary landfill\Transformation +"treatment of sewage sludge, 75% water, WWT, WW from particle board production, sanitary landfill","electricity, medium voltage",energy,Electricity by fuel\Waste\Transformation +"treatment of sewage sludge, 75% water, WWT, WW from particle board production, sanitary landfill","heat, district or industrial, other than natural gas",energy,Heat\Waste\Transformation +"treatment of sewage sludge, 75% water, WWT, WW from particle board production, sanitary landfill","sewage sludge, 75% water, WWT, WW from particle board production",waste treatment,Landfill\Sanitary landfill\Transformation +"treatment of sewage sludge, 75% water, WWT, WW from pig iron production, sanitary landfill","electricity, medium voltage",energy,Electricity by fuel\Waste\Transformation +"treatment of sewage sludge, 75% water, WWT, WW from pig iron production, sanitary landfill","heat, district or industrial, other than natural gas",energy,Heat\Waste\Transformation +"treatment of sewage sludge, 75% water, WWT, WW from pig iron production, sanitary landfill","sewage sludge, 75% water, WWT, WW from pig iron production",waste treatment,Landfill\Sanitary landfill\Transformation +"treatment of sewage sludge, 75% water, WWT, WW from plywood production, sanitary landfill","electricity, medium voltage",energy,Electricity by fuel\Waste\Transformation +"treatment of sewage sludge, 75% water, WWT, WW from plywood production, sanitary landfill","heat, district or industrial, other than natural gas",energy,Heat\Waste\Transformation +"treatment of sewage sludge, 75% water, WWT, WW from plywood production, sanitary landfill","sewage sludge, 75% water, WWT, WW from plywood production",waste treatment,Landfill\Sanitary landfill\Transformation +"treatment of sewage sludge, 75% water, WWT, WW from potato starch production, sanitary landfill","electricity, medium voltage",energy,Electricity by fuel\Waste\Transformation +"treatment of sewage sludge, 75% water, WWT, WW from potato starch production, sanitary landfill","heat, district or industrial, other than natural gas",energy,Heat\Waste\Transformation +"treatment of sewage sludge, 75% water, WWT, WW from potato starch production, sanitary landfill","sewage sludge, 75% water, WWT, WW from potato starch production",waste treatment,Landfill\Sanitary landfill\Transformation +"treatment of sewage sludge, 75% water, WWT, WW from PV cell production, sanitary landfill","electricity, medium voltage",energy,Electricity by fuel\Waste\Transformation +"treatment of sewage sludge, 75% water, WWT, WW from PV cell production, sanitary landfill","heat, district or industrial, other than natural gas",energy,Heat\Waste\Transformation +"treatment of sewage sludge, 75% water, WWT, WW from PV cell production, sanitary landfill","sewage sludge, 75% water, WWT, WW from PV cell production",waste treatment,Landfill\Sanitary landfill\Transformation +"treatment of sewage sludge, 75% water, WWT, WW from soft fibreboard production, sanitary landfill","electricity, medium voltage",energy,Electricity by fuel\Waste\Transformation +"treatment of sewage sludge, 75% water, WWT, WW from soft fibreboard production, sanitary landfill","heat, district or industrial, other than natural gas",energy,Heat\Waste\Transformation +"treatment of sewage sludge, 75% water, WWT, WW from soft fibreboard production, sanitary landfill","sewage sludge, 75% water, WWT, WW from soft fibreboard production",waste treatment,Landfill\Sanitary landfill\Transformation +"treatment of sewage sludge, 75% water, WWT, WW from tube collector production, sanitary landfill","electricity, medium voltage",energy,Electricity by fuel\Waste\Transformation +"treatment of sewage sludge, 75% water, WWT, WW from tube collector production, sanitary landfill","heat, district or industrial, other than natural gas",energy,Heat\Waste\Transformation +"treatment of sewage sludge, 75% water, WWT, WW from tube collector production, sanitary landfill","sewage sludge, 75% water, WWT, WW from tube collector production",waste treatment,Landfill\Sanitary landfill\Transformation +"treatment of sewage sludge, 75% water, WWT, WW from vegetable oil refinery, sanitary landfill","electricity, medium voltage",energy,Electricity by fuel\Waste\Transformation +"treatment of sewage sludge, 75% water, WWT, WW from vegetable oil refinery, sanitary landfill","heat, district or industrial, other than natural gas",energy,Heat\Waste\Transformation +"treatment of sewage sludge, 75% water, WWT, WW from vegetable oil refinery, sanitary landfill","sewage sludge, 75% water, WWT, WW from vegetable oil refinery",waste treatment,Landfill\Sanitary landfill\Transformation +"treatment of sewage sludge, 75% water, WWT, WW from wafer fabrication, sanitary landfill","electricity, medium voltage",energy,Electricity by fuel\Waste\Transformation +"treatment of sewage sludge, 75% water, WWT, WW from wafer fabrication, sanitary landfill","heat, district or industrial, other than natural gas",energy,Heat\Waste\Transformation +"treatment of sewage sludge, 75% water, WWT, WW from wafer fabrication, sanitary landfill","sewage sludge, 75% water, WWT, WW from wafer fabrication",waste treatment,Landfill\Sanitary landfill\Transformation +"treatment of sewage sludge, 75% water, WWT, WW, average, sanitary landfill","electricity, medium voltage",energy,Electricity by fuel\Waste\Transformation +"treatment of sewage sludge, 75% water, WWT, WW, average, sanitary landfill","heat, district or industrial, other than natural gas",energy,Heat\Waste\Transformation +"treatment of sewage sludge, 75% water, WWT, WW, average, sanitary landfill","sewage sludge, 75% water, WWT, WW, average",waste treatment,Landfill\Sanitary landfill\Transformation +"treatment of sewage sludge, 75% water, WWT[R], WW from anaerobic digestion of whey, sanitary landfill","electricity, medium voltage",energy,Electricity by fuel\Waste\Transformation +"treatment of sewage sludge, 75% water, WWT[R], WW from anaerobic digestion of whey, sanitary landfill","heat, district or industrial, other than natural gas",energy,Heat\Waste\Transformation +"treatment of sewage sludge, 75% water, WWT[R], WW from anaerobic digestion of whey, sanitary landfill","sewage sludge, 75% water, WWT[R], WW from anaerobic digestion of whey",waste treatment,Landfill\Sanitary landfill\Transformation +"treatment of sewage sludge, 75% water, WWT[U], WW from lorry production, sanitary landfill","electricity, medium voltage",energy,Electricity by fuel\Waste\Transformation +"treatment of sewage sludge, 75% water, WWT[U], WW from lorry production, sanitary landfill","heat, district or industrial, other than natural gas",energy,Heat\Waste\Transformation +"treatment of sewage sludge, 75% water, WWT[U], WW from lorry production, sanitary landfill","sewage sludge, 75% water, WWT[U], WW from lorry production",waste treatment,Landfill\Sanitary landfill\Transformation +"treatment of sewage sludge, 97% water, WWT-SLF, hard coal ash, landfarming","organic nitrogen fertiliser, as N",waste treatment,Others\Transformation +"treatment of sewage sludge, 97% water, WWT-SLF, hard coal ash, landfarming","organic potassium fertiliser, as K2O",waste treatment,Others\Transformation +"treatment of sewage sludge, 97% water, WWT-SLF, hard coal ash, landfarming","sewage sludge, 97% water, WWT-SLF, hard coal ash",waste treatment,Others\Transformation +"treatment of sewage sludge, 97% water, WWT-SLF, hard coal ash, landfarming","organic phosphorus fertiliser, as P2O5",waste treatment,Others\Transformation +"treatment of sewage sludge, 97% water, WWT-SLF, inert waste, landfarming","organic phosphorus fertiliser, as P2O5",waste treatment,Others\Transformation +"treatment of sewage sludge, 97% water, WWT-SLF, inert waste, landfarming","organic nitrogen fertiliser, as N",waste treatment,Others\Transformation +"treatment of sewage sludge, 97% water, WWT-SLF, inert waste, landfarming","sewage sludge, 97% water, WWT-SLF, inert waste",waste treatment,Others\Transformation +"treatment of sewage sludge, 97% water, WWT-SLF, lignite ash, landfarming","organic nitrogen fertiliser, as N",waste treatment,Others\Transformation +"treatment of sewage sludge, 97% water, WWT-SLF, lignite ash, landfarming","organic potassium fertiliser, as K2O",waste treatment,Others\Transformation +"treatment of sewage sludge, 97% water, WWT-SLF, lignite ash, landfarming","organic phosphorus fertiliser, as P2O5",waste treatment,Others\Transformation +"treatment of sewage sludge, 97% water, WWT-SLF, lignite ash, landfarming","sewage sludge, 97% water, WWT-SLF, lignite ash",waste treatment,Others\Transformation +"treatment of sewage sludge, 97% water, WWT-SLF, municipal solid waste, landfarming","sewage sludge, 97% water, WWT-SLF, municipal solid waste",waste treatment,Others\Transformation +"treatment of sewage sludge, 97% water, WWT-SLF, municipal solid waste, landfarming","organic potassium fertiliser, as K2O",waste treatment,Others\Transformation +"treatment of sewage sludge, 97% water, WWT-SLF, municipal solid waste, landfarming","organic phosphorus fertiliser, as P2O5",waste treatment,Others\Transformation +"treatment of sewage sludge, 97% water, WWT-SLF, municipal solid waste, landfarming","organic nitrogen fertiliser, as N",waste treatment,Others\Transformation +"treatment of sewage sludge, 97% water, WWT-SLF, refinery sludge, landfarming","organic phosphorus fertiliser, as P2O5",waste treatment,Others\Transformation +"treatment of sewage sludge, 97% water, WWT-SLF, refinery sludge, landfarming","sewage sludge, 97% water, WWT-SLF, refinery sludge",waste treatment,Others\Transformation +"treatment of sewage sludge, 97% water, WWT-SLF, refinery sludge, landfarming","organic nitrogen fertiliser, as N",waste treatment,Others\Transformation +"treatment of sewage sludge, 97% water, WWT-SLF, residue from cooling tower, landfarming","sewage sludge, 97% water, WWT-SLF, residue from cooling tower",waste treatment,Others\Transformation +"treatment of sewage sludge, 97% water, WWT-SLF, residue from cooling tower, landfarming","organic potassium fertiliser, as K2O",waste treatment,Others\Transformation +"treatment of sewage sludge, 97% water, WWT-SLF, residue from cooling tower, landfarming","organic nitrogen fertiliser, as N",waste treatment,Others\Transformation +"treatment of sewage sludge, 97% water, WWT-SLF, scrap tin sheet, landfarming","organic nitrogen fertiliser, as N",waste treatment,Others\Transformation +"treatment of sewage sludge, 97% water, WWT-SLF, scrap tin sheet, landfarming","sewage sludge, 97% water, WWT-SLF, scrap tin sheet",waste treatment,Others\Transformation +"treatment of sewage sludge, 97% water, WWT-SLF, sludge from pulp and paper production, landfarming","sewage sludge, 97% water, WWT-SLF, sludge from pulp and paper production",waste treatment,Others\Transformation +"treatment of sewage sludge, 97% water, WWT-SLF, sludge from pulp and paper production, landfarming","organic phosphorus fertiliser, as P2O5",waste treatment,Others\Transformation +"treatment of sewage sludge, 97% water, WWT-SLF, sludge from pulp and paper production, landfarming","organic nitrogen fertiliser, as N",waste treatment,Others\Transformation +"treatment of sewage sludge, 97% water, WWT-SLF, sludge from pulp and paper production, landfarming","organic potassium fertiliser, as K2O",waste treatment,Others\Transformation +"treatment of sewage sludge, 97% water, WWT-SLF, waste aluminium, landfarming","organic nitrogen fertiliser, as N",waste treatment,Others\Transformation +"treatment of sewage sludge, 97% water, WWT-SLF, waste aluminium, landfarming","sewage sludge, 97% water, WWT-SLF, waste aluminium",waste treatment,Others\Transformation +"treatment of sewage sludge, 97% water, WWT-SLF, waste asphalt, landfarming","sewage sludge, 97% water, WWT-SLF, waste asphalt",waste treatment,Others\Transformation +"treatment of sewage sludge, 97% water, WWT-SLF, waste asphalt, landfarming","organic phosphorus fertiliser, as P2O5",waste treatment,Others\Transformation +"treatment of sewage sludge, 97% water, WWT-SLF, waste asphalt, landfarming","organic nitrogen fertiliser, as N",waste treatment,Others\Transformation +"treatment of sewage sludge, 97% water, WWT-SLF, waste bitumen, landfarming","organic phosphorus fertiliser, as P2O5",waste treatment,Others\Transformation +"treatment of sewage sludge, 97% water, WWT-SLF, waste bitumen, landfarming","sewage sludge, 97% water, WWT-SLF, waste bitumen",waste treatment,Others\Transformation +"treatment of sewage sludge, 97% water, WWT-SLF, waste bitumen, landfarming","organic nitrogen fertiliser, as N",waste treatment,Others\Transformation +"treatment of sewage sludge, 97% water, WWT-SLF, waste emulsion paint, landfarming","organic nitrogen fertiliser, as N",waste treatment,Others\Transformation +"treatment of sewage sludge, 97% water, WWT-SLF, waste emulsion paint, landfarming","sewage sludge, 97% water, WWT-SLF, waste emulsion paint",waste treatment,Others\Transformation +"treatment of sewage sludge, 97% water, WWT-SLF, waste glass, landfarming","sewage sludge, 97% water, WWT-SLF, waste glass",waste treatment,Others\Transformation +"treatment of sewage sludge, 97% water, WWT-SLF, waste glass, landfarming","organic nitrogen fertiliser, as N",waste treatment,Others\Transformation +"treatment of sewage sludge, 97% water, WWT-SLF, waste graphical paper, landfarming","sewage sludge, 97% water, WWT-SLF, waste graphical paper",waste treatment,Others\Transformation +"treatment of sewage sludge, 97% water, WWT-SLF, waste graphical paper, landfarming","organic nitrogen fertiliser, as N",waste treatment,Others\Transformation +"treatment of sewage sludge, 97% water, WWT-SLF, waste graphical paper, landfarming","organic potassium fertiliser, as K2O",waste treatment,Others\Transformation +"treatment of sewage sludge, 97% water, WWT-SLF, waste graphical paper, landfarming","organic phosphorus fertiliser, as P2O5",waste treatment,Others\Transformation +"treatment of sewage sludge, 97% water, WWT-SLF, waste gypsum, landfarming","sewage sludge, 97% water, WWT-SLF, waste gypsum",waste treatment,Others\Transformation +"treatment of sewage sludge, 97% water, WWT-SLF, waste gypsum, landfarming","organic nitrogen fertiliser, as N",waste treatment,Others\Transformation +"treatment of sewage sludge, 97% water, WWT-SLF, waste newspaper, landfarming","organic potassium fertiliser, as K2O",waste treatment,Others\Transformation +"treatment of sewage sludge, 97% water, WWT-SLF, waste newspaper, landfarming","organic phosphorus fertiliser, as P2O5",waste treatment,Others\Transformation +"treatment of sewage sludge, 97% water, WWT-SLF, waste newspaper, landfarming","sewage sludge, 97% water, WWT-SLF, waste newspaper",waste treatment,Others\Transformation +"treatment of sewage sludge, 97% water, WWT-SLF, waste newspaper, landfarming","organic nitrogen fertiliser, as N",waste treatment,Others\Transformation +"treatment of sewage sludge, 97% water, WWT-SLF, waste packaging paper, landfarming","sewage sludge, 97% water, WWT-SLF, waste packaging paper",waste treatment,Others\Transformation +"treatment of sewage sludge, 97% water, WWT-SLF, waste packaging paper, landfarming","organic nitrogen fertiliser, as N",waste treatment,Others\Transformation +"treatment of sewage sludge, 97% water, WWT-SLF, waste packaging paper, landfarming","organic potassium fertiliser, as K2O",waste treatment,Others\Transformation +"treatment of sewage sludge, 97% water, WWT-SLF, waste packaging paper, landfarming","organic phosphorus fertiliser, as P2O5",waste treatment,Others\Transformation +"treatment of sewage sludge, 97% water, WWT-SLF, waste paint, landfarming","sewage sludge, 97% water, WWT-SLF, waste paint",waste treatment,Others\Transformation +"treatment of sewage sludge, 97% water, WWT-SLF, waste paint, landfarming","organic nitrogen fertiliser, as N",waste treatment,Others\Transformation +"treatment of sewage sludge, 97% water, WWT-SLF, waste paperboard, landfarming","sewage sludge, 97% water, WWT-SLF, waste paperboard",waste treatment,Others\Transformation +"treatment of sewage sludge, 97% water, WWT-SLF, waste paperboard, landfarming","organic nitrogen fertiliser, as N",waste treatment,Others\Transformation +"treatment of sewage sludge, 97% water, WWT-SLF, waste plastic plaster, landfarming","organic nitrogen fertiliser, as N",waste treatment,Others\Transformation +"treatment of sewage sludge, 97% water, WWT-SLF, waste plastic plaster, landfarming","sewage sludge, 97% water, WWT-SLF, waste plastic plaster",waste treatment,Others\Transformation +"treatment of sewage sludge, 97% water, WWT-SLF, waste plastic, mixture, landfarming","organic nitrogen fertiliser, as N",waste treatment,Others\Transformation +"treatment of sewage sludge, 97% water, WWT-SLF, waste plastic, mixture, landfarming","sewage sludge, 97% water, WWT-SLF, waste plastic, mixture",waste treatment,Others\Transformation +"treatment of sewage sludge, 97% water, WWT-SLF, waste polyethylene terephthalate, landfarming","sewage sludge, 97% water, WWT-SLF, waste polyethylene terephthalate",waste treatment,Others\Transformation +"treatment of sewage sludge, 97% water, WWT-SLF, waste polyethylene terephthalate, landfarming","organic nitrogen fertiliser, as N",waste treatment,Others\Transformation +"treatment of sewage sludge, 97% water, WWT-SLF, waste polyethylene, landfarming","sewage sludge, 97% water, WWT-SLF, waste polyethylene",waste treatment,Others\Transformation +"treatment of sewage sludge, 97% water, WWT-SLF, waste polyethylene, landfarming","organic nitrogen fertiliser, as N",waste treatment,Others\Transformation +"treatment of sewage sludge, 97% water, WWT-SLF, waste polypropylene, landfarming","sewage sludge, 97% water, WWT-SLF, waste polypropylene",waste treatment,Others\Transformation +"treatment of sewage sludge, 97% water, WWT-SLF, waste polypropylene, landfarming","organic nitrogen fertiliser, as N",waste treatment,Others\Transformation +"treatment of sewage sludge, 97% water, WWT-SLF, waste polystyrene, landfarming","organic nitrogen fertiliser, as N",waste treatment,Others\Transformation +"treatment of sewage sludge, 97% water, WWT-SLF, waste polystyrene, landfarming","sewage sludge, 97% water, WWT-SLF, waste polystyrene",waste treatment,Others\Transformation +"treatment of sewage sludge, 97% water, WWT-SLF, waste polyurethane, landfarming","sewage sludge, 97% water, WWT-SLF, waste polyurethane",waste treatment,Others\Transformation +"treatment of sewage sludge, 97% water, WWT-SLF, waste polyurethane, landfarming","organic nitrogen fertiliser, as N",waste treatment,Others\Transformation +"treatment of sewage sludge, 97% water, WWT-SLF, waste polyvinylchloride, landfarming","organic nitrogen fertiliser, as N",waste treatment,Others\Transformation +"treatment of sewage sludge, 97% water, WWT-SLF, waste polyvinylchloride, landfarming","sewage sludge, 97% water, WWT-SLF, waste polyvinylchloride",waste treatment,Others\Transformation +"treatment of sewage sludge, 97% water, WWT-SLF, waste wood, untreated, landfarming","organic phosphorus fertiliser, as P2O5",waste treatment,Others\Transformation +"treatment of sewage sludge, 97% water, WWT-SLF, waste wood, untreated, landfarming","sewage sludge, 97% water, WWT-SLF, waste wood, untreated",waste treatment,Others\Transformation +"treatment of sewage sludge, 97% water, WWT-SLF, waste wood, untreated, landfarming","organic potassium fertiliser, as K2O",waste treatment,Others\Transformation +"treatment of sewage sludge, 97% water, WWT-SLF, waste wood, untreated, landfarming","organic nitrogen fertiliser, as N",waste treatment,Others\Transformation +"treatment of sewage sludge, 97% water, WWT-SLF, wood ash mixture, pure, landfarming","sewage sludge, 97% water, WWT-SLF, wood ash mixture, pure",waste treatment,Others\Transformation +"treatment of sewage sludge, 97% water, WWT-SLF, wood ash mixture, pure, landfarming","organic potassium fertiliser, as K2O",waste treatment,Others\Transformation +"treatment of sewage sludge, 97% water, WWT-SLF, wood ash mixture, pure, landfarming","organic nitrogen fertiliser, as N",waste treatment,Others\Transformation +"treatment of sewage sludge, 97% water, WWT-SLF, wood ash mixture, pure, landfarming","organic phosphorus fertiliser, as P2O5",waste treatment,Others\Transformation +"treatment of sewage sludge, 97% water, WWT-SLF[W], waste plastic, consumer electronics, landfarming","organic potassium fertiliser, as K2O",waste treatment,Others\Transformation +"treatment of sewage sludge, 97% water, WWT-SLF[W], waste plastic, consumer electronics, landfarming","organic nitrogen fertiliser, as N",waste treatment,Others\Transformation +"treatment of sewage sludge, 97% water, WWT-SLF[W], waste plastic, consumer electronics, landfarming","organic phosphorus fertiliser, as P2O5",waste treatment,Others\Transformation +"treatment of sewage sludge, 97% water, WWT-SLF[W], waste plastic, consumer electronics, landfarming","sewage sludge, 97% water, WWT-SLF[W], waste plastic, consumer electronics",waste treatment,Others\Transformation +"treatment of sewage sludge, 97% water, WWT, condensate from light oil boiler, landfarming","organic nitrogen fertiliser, as N",material,Chemicals\Fertilisers (organic)\Transformation +"treatment of sewage sludge, 97% water, WWT, condensate from light oil boiler, landfarming","sewage sludge, 97% water, WWT, condensate from light oil boiler",waste treatment,Landfarming\Transformation +"treatment of sewage sludge, 97% water, WWT, heat carrier liquid, 40% C3H8O2, landfarming","organic nitrogen fertiliser, as N",material,Chemicals\Fertilisers (organic)\Transformation +"treatment of sewage sludge, 97% water, WWT, heat carrier liquid, 40% C3H8O2, landfarming","sewage sludge, 97% water, WWT, heat carrier liquid, 40% C3H8O2",waste treatment,Landfarming\Transformation +"treatment of sewage sludge, 97% water, WWT, rainwater mineral oil storage, landfarming","organic nitrogen fertiliser, as N",material,Chemicals\Fertilisers (organic)\Transformation +"treatment of sewage sludge, 97% water, WWT, rainwater mineral oil storage, landfarming","organic phosphorus fertiliser, as P2O5",material,Chemicals\Fertilisers (organic)\Transformation +"treatment of sewage sludge, 97% water, WWT, rainwater mineral oil storage, landfarming","organic potassium fertiliser, as K2O",material,Chemicals\Fertilisers (organic)\Transformation +"treatment of sewage sludge, 97% water, WWT, rainwater mineral oil storage, landfarming","sewage sludge, 97% water, WWT, rainwater mineral oil storage",waste treatment,Landfarming\Transformation +"treatment of sewage sludge, 97% water, WWT, WW from ammonium paratungstate production, landfarming","organic nitrogen fertiliser, as N",material,Chemicals\Fertilisers (organic)\Transformation +"treatment of sewage sludge, 97% water, WWT, WW from ammonium paratungstate production, landfarming","organic phosphorus fertiliser, as P2O5",material,Chemicals\Fertilisers (organic)\Transformation +"treatment of sewage sludge, 97% water, WWT, WW from ammonium paratungstate production, landfarming","sewage sludge, 97% water, WWT, WW from ammonium paratungstate production",waste treatment,Landfarming\Transformation +"treatment of sewage sludge, 97% water, WWT, WW from black chrome coating, landfarming","organic nitrogen fertiliser, as N",material,Chemicals\Fertilisers (organic)\Transformation +"treatment of sewage sludge, 97% water, WWT, WW from black chrome coating, landfarming","sewage sludge, 97% water, WWT, WW from black chrome coating",waste treatment,Landfarming\Transformation +"treatment of sewage sludge, 97% water, WWT, WW from ceramic production, landfarming","organic nitrogen fertiliser, as N",material,Chemicals\Fertilisers (organic)\Transformation +"treatment of sewage sludge, 97% water, WWT, WW from ceramic production, landfarming","sewage sludge, 97% water, WWT, WW from ceramic production",waste treatment,Landfarming\Transformation +"treatment of sewage sludge, 97% water, WWT, WW from concrete production, landfarming","organic nitrogen fertiliser, as N",material,Chemicals\Fertilisers (organic)\Transformation +"treatment of sewage sludge, 97% water, WWT, WW from concrete production, landfarming","organic phosphorus fertiliser, as P2O5",material,Chemicals\Fertilisers (organic)\Transformation +"treatment of sewage sludge, 97% water, WWT, WW from concrete production, landfarming","organic potassium fertiliser, as K2O",material,Chemicals\Fertilisers (organic)\Transformation +"treatment of sewage sludge, 97% water, WWT, WW from concrete production, landfarming","sewage sludge, 97% water, WWT, WW from concrete production",waste treatment,Landfarming\Transformation +"treatment of sewage sludge, 97% water, WWT, WW from CRT production, landfarming","organic nitrogen fertiliser, as N",material,Chemicals\Fertilisers (organic)\Transformation +"treatment of sewage sludge, 97% water, WWT, WW from CRT production, landfarming","sewage sludge, 97% water, WWT, WW from CRT production",waste treatment,Landfarming\Transformation +"treatment of sewage sludge, 97% water, WWT, WW from GGBFS production, landfarming","organic nitrogen fertiliser, as N",material,Chemicals\Fertilisers (organic)\Transformation +"treatment of sewage sludge, 97% water, WWT, WW from GGBFS production, landfarming","sewage sludge, 97% water, WWT, WW from GGBFS production",waste treatment,Landfarming\Transformation +"treatment of sewage sludge, 97% water, WWT, WW from glass production, landfarming","organic nitrogen fertiliser, as N",material,Chemicals\Fertilisers (organic)\Transformation +"treatment of sewage sludge, 97% water, WWT, WW from glass production, landfarming","sewage sludge, 97% water, WWT, WW from glass production",waste treatment,Landfarming\Transformation +"treatment of sewage sludge, 97% water, WWT, WW from grass refinery, landfarming","organic nitrogen fertiliser, as N",material,Chemicals\Fertilisers (organic)\Transformation +"treatment of sewage sludge, 97% water, WWT, WW from grass refinery, landfarming","sewage sludge, 97% water, WWT, WW from grass refinery",waste treatment,Landfarming\Transformation +"treatment of sewage sludge, 97% water, WWT, WW from hard fibreboard production, landfarming","organic nitrogen fertiliser, as N",material,Chemicals\Fertilisers (organic)\Transformation +"treatment of sewage sludge, 97% water, WWT, WW from hard fibreboard production, landfarming","organic phosphorus fertiliser, as P2O5",material,Chemicals\Fertilisers (organic)\Transformation +"treatment of sewage sludge, 97% water, WWT, WW from hard fibreboard production, landfarming","sewage sludge, 97% water, WWT, WW from hard fibreboard production",waste treatment,Landfarming\Transformation +"treatment of sewage sludge, 97% water, WWT, WW from LCD backlight production, landfarming","organic nitrogen fertiliser, as N",material,Chemicals\Fertilisers (organic)\Transformation +"treatment of sewage sludge, 97% water, WWT, WW from LCD backlight production, landfarming","sewage sludge, 97% water, WWT, WW from LCD backlight production",waste treatment,Landfarming\Transformation +"treatment of sewage sludge, 97% water, WWT, WW from LCD production, landfarming","organic nitrogen fertiliser, as N",material,Chemicals\Fertilisers (organic)\Transformation +"treatment of sewage sludge, 97% water, WWT, WW from LCD production, landfarming","sewage sludge, 97% water, WWT, WW from LCD production",waste treatment,Landfarming\Transformation +"treatment of sewage sludge, 97% water, WWT, WW from liquid crystal production, landfarming","organic nitrogen fertiliser, as N",material,Chemicals\Fertilisers (organic)\Transformation +"treatment of sewage sludge, 97% water, WWT, WW from liquid crystal production, landfarming","sewage sludge, 97% water, WWT, WW from liquid crystal production",waste treatment,Landfarming\Transformation +"treatment of sewage sludge, 97% water, WWT, WW from maize starch production, landfarming","organic nitrogen fertiliser, as N",material,Chemicals\Fertilisers (organic)\Transformation +"treatment of sewage sludge, 97% water, WWT, WW from maize starch production, landfarming","organic phosphorus fertiliser, as P2O5",material,Chemicals\Fertilisers (organic)\Transformation +"treatment of sewage sludge, 97% water, WWT, WW from maize starch production, landfarming","sewage sludge, 97% water, WWT, WW from maize starch production",waste treatment,Landfarming\Transformation +"treatment of sewage sludge, 97% water, WWT, WW from medium density board production, landfarming","organic nitrogen fertiliser, as N",material,Chemicals\Fertilisers (organic)\Transformation +"treatment of sewage sludge, 97% water, WWT, WW from medium density board production, landfarming","organic phosphorus fertiliser, as P2O5",material,Chemicals\Fertilisers (organic)\Transformation +"treatment of sewage sludge, 97% water, WWT, WW from medium density board production, landfarming","sewage sludge, 97% water, WWT, WW from medium density board production",waste treatment,Landfarming\Transformation +"treatment of sewage sludge, 97% water, WWT, WW from particle board production, landfarming","organic nitrogen fertiliser, as N",material,Chemicals\Fertilisers (organic)\Transformation +"treatment of sewage sludge, 97% water, WWT, WW from particle board production, landfarming","sewage sludge, 97% water, WWT, WW from particle board production",waste treatment,Landfarming\Transformation +"treatment of sewage sludge, 97% water, WWT, WW from pig iron production, landfarming","organic nitrogen fertiliser, as N",material,Chemicals\Fertilisers (organic)\Transformation +"treatment of sewage sludge, 97% water, WWT, WW from pig iron production, landfarming","sewage sludge, 97% water, WWT, WW from pig iron production",waste treatment,Landfarming\Transformation +"treatment of sewage sludge, 97% water, WWT, WW from plywood production, landfarming","organic nitrogen fertiliser, as N",material,Chemicals\Fertilisers (organic)\Transformation +"treatment of sewage sludge, 97% water, WWT, WW from plywood production, landfarming","organic phosphorus fertiliser, as P2O5",material,Chemicals\Fertilisers (organic)\Transformation +"treatment of sewage sludge, 97% water, WWT, WW from plywood production, landfarming","sewage sludge, 97% water, WWT, WW from plywood production",waste treatment,Landfarming\Transformation +"treatment of sewage sludge, 97% water, WWT, WW from potato starch production, landfarming","organic nitrogen fertiliser, as N",material,Chemicals\Fertilisers (organic)\Transformation +"treatment of sewage sludge, 97% water, WWT, WW from potato starch production, landfarming","sewage sludge, 97% water, WWT, WW from potato starch production",waste treatment,Landfarming\Transformation +"treatment of sewage sludge, 97% water, WWT, WW from PV cell production, landfarming","organic nitrogen fertiliser, as N",material,Chemicals\Fertilisers (organic)\Transformation +"treatment of sewage sludge, 97% water, WWT, WW from PV cell production, landfarming","organic phosphorus fertiliser, as P2O5",material,Chemicals\Fertilisers (organic)\Transformation +"treatment of sewage sludge, 97% water, WWT, WW from PV cell production, landfarming","sewage sludge, 97% water, WWT, WW from PV cell production",waste treatment,Landfarming\Transformation +"treatment of sewage sludge, 97% water, WWT, WW from soft fibreboard production, landfarming","organic nitrogen fertiliser, as N",material,Chemicals\Fertilisers (organic)\Transformation +"treatment of sewage sludge, 97% water, WWT, WW from soft fibreboard production, landfarming","organic phosphorus fertiliser, as P2O5",material,Chemicals\Fertilisers (organic)\Transformation +"treatment of sewage sludge, 97% water, WWT, WW from soft fibreboard production, landfarming","sewage sludge, 97% water, WWT, WW from soft fibreboard production",waste treatment,Landfarming\Transformation +"treatment of sewage sludge, 97% water, WWT, WW from tube collector production, landfarming","organic nitrogen fertiliser, as N",material,Chemicals\Fertilisers (organic)\Transformation +"treatment of sewage sludge, 97% water, WWT, WW from tube collector production, landfarming","sewage sludge, 97% water, WWT, WW from tube collector production",waste treatment,Landfarming\Transformation +"treatment of sewage sludge, 97% water, WWT, WW from vegetable oil refinery, landfarming","organic nitrogen fertiliser, as N",material,Chemicals\Fertilisers (organic)\Transformation +"treatment of sewage sludge, 97% water, WWT, WW from vegetable oil refinery, landfarming","organic phosphorus fertiliser, as P2O5",material,Chemicals\Fertilisers (organic)\Transformation +"treatment of sewage sludge, 97% water, WWT, WW from vegetable oil refinery, landfarming","sewage sludge, 97% water, WWT, WW from vegetable oil refinery",waste treatment,Landfarming\Transformation +"treatment of sewage sludge, 97% water, WWT, WW from wafer fabrication, landfarming","organic nitrogen fertiliser, as N",material,Chemicals\Fertilisers (organic)\Transformation +"treatment of sewage sludge, 97% water, WWT, WW from wafer fabrication, landfarming","organic phosphorus fertiliser, as P2O5",material,Chemicals\Fertilisers (organic)\Transformation +"treatment of sewage sludge, 97% water, WWT, WW from wafer fabrication, landfarming","sewage sludge, 97% water, WWT, WW from wafer fabrication",waste treatment,Landfarming\Transformation +"treatment of sewage sludge, 97% water, WWT, WW, average, landfarming","organic nitrogen fertiliser, as N",material,Chemicals\Fertilisers (organic)\Transformation +"treatment of sewage sludge, 97% water, WWT, WW, average, landfarming","organic phosphorus fertiliser, as P2O5",material,Chemicals\Fertilisers (organic)\Transformation +"treatment of sewage sludge, 97% water, WWT, WW, average, landfarming","organic potassium fertiliser, as K2O",material,Chemicals\Fertilisers (organic)\Transformation +"treatment of sewage sludge, 97% water, WWT, WW, average, landfarming","sewage sludge, 97% water, WWT, WW, average",waste treatment,Landfarming\Transformation +"treatment of sewage sludge, 97% water, WWT[R], WW from anaerobic digestion of whey, landfarming","organic nitrogen fertiliser, as N",material,Chemicals\Fertilisers (organic)\Transformation +"treatment of sewage sludge, 97% water, WWT[R], WW from anaerobic digestion of whey, landfarming","organic phosphorus fertiliser, as P2O5",material,Chemicals\Fertilisers (organic)\Transformation +"treatment of sewage sludge, 97% water, WWT[R], WW from anaerobic digestion of whey, landfarming","organic potassium fertiliser, as K2O",material,Chemicals\Fertilisers (organic)\Transformation +"treatment of sewage sludge, 97% water, WWT[R], WW from anaerobic digestion of whey, landfarming","sewage sludge, 97% water, WWT[R], WW from anaerobic digestion of whey",waste treatment,Landfarming\Transformation +"treatment of sewage sludge, 97% water, WWT[U], WW from lorry production, landfarming","organic nitrogen fertiliser, as N",material,Chemicals\Fertilisers (organic)\Transformation +"treatment of sewage sludge, 97% water, WWT[U], WW from lorry production, landfarming","sewage sludge, 97% water, WWT[U], WW from lorry production",waste treatment,Landfarming\Transformation +"treatment of shredder fraction from manual dismantling, shredding",shredder fraction after manual dismantling of used electronic product,waste treatment,Electronics waste\Transformation +"treatment of slag from metallurgical grade silicon production, inert material landfill",slag from metallurgical grade silicon production,waste treatment,Landfill\Inert material landfill\Transformation +"treatment of slaughterhouse waste, rendering",meat and bone meal,material,Agricultural\Animal feed\Transformation +"treatment of slaughterhouse waste, rendering",slaughterhouse waste,waste treatment,Biowaste\Transformation +"treatment of sludge from FeCl3 production, underground deposit",sludge from FeCl3 production,waste treatment,Underground deposit\Transformation +"treatment of sludge from pulp and paper production, sanitary landfill","heat, district or industrial, other than natural gas",energy,Heat\Others\Transformation +"treatment of sludge from pulp and paper production, sanitary landfill",sludge from pulp and paper production,waste treatment,Landfill\Sanitary landfill\Transformation +"treatment of sludge from pulp and paper production, sanitary landfill","electricity, medium voltage",energy,Others\Obsolete +"treatment of sludge from steel rolling, residual material landfill",sludge from steel rolling,waste treatment,Landfill\Residual material landfill\Transformation +"treatment of sludge, NaCl electrolysis Hg, residual material landfill","sludge, NaCl electrolysis Hg",waste treatment,Landfill\Residual material landfill\Transformation +"treatment of sludge, NaCl electrolysis, residual material landfill","sludge, NaCl electrolysis",waste treatment,Landfill\Residual material landfill\Transformation +treatment of Sn-based antifouling paint emissions,antifouling paint emissions,waste treatment,Transport\Transformation +"treatment of spent activated carbon with mercury, underground deposit",spent activated carbon with mercury,waste treatment,Underground deposit\Transformation +"treatment of spent activated carbon, granular from hard coal, reactivation","activated carbon, granular",processing,Others\Transformation +"treatment of spent anion exchange resin from potable water production, municipal incineration","electricity, for reuse in municipal waste incineration only",energy,Electricity by fuel\Waste\Transformation +"treatment of spent anion exchange resin from potable water production, municipal incineration","heat, for reuse in municipal waste incineration only",energy,Heat\Others\Transformation +"treatment of spent anion exchange resin from potable water production, municipal incineration",spent anion exchange resin from potable water production,waste treatment,Incineration\Municipal incineration\Transformation +"treatment of spent anion exchange resin from potable water production, municipal incineration FAE","heat, for reuse in municipal waste incineration only",energy,Heat\Others\Transformation +"treatment of spent anion exchange resin from potable water production, municipal incineration FAE","electricity, for reuse in municipal waste incineration only",energy,Others\Obsolete +"treatment of spent anion exchange resin from potable water production, municipal incineration FAE",spent anion exchange resin from potable water production,waste treatment,Others\Transformation +"treatment of spent anion exchange resin from potable water production, municipal incineration with fly ash extraction","electricity, for reuse in municipal waste incineration only",energy,Electricity by fuel\Waste\Transformation +"treatment of spent anion exchange resin from potable water production, municipal incineration with fly ash extraction","heat, for reuse in municipal waste incineration only",energy,Heat\Waste\Transformation +"treatment of spent anion exchange resin from potable water production, municipal incineration with fly ash extraction",spent anion exchange resin from potable water production,waste treatment,Incineration\Municipal incineration\Transformation +"treatment of spent anion exchange resin from potable water production, municipal incineration with fly ash extraction",zinc concentrate,processing,Others\Obsolete +"treatment of spent antifreezer liquid, hazardous waste incineration",spent antifreezer liquid,waste treatment,Incineration\Hazardous waste incineration\Transformation +"treatment of spent antifreezer liquid, hazardous waste incineration, with energy recovery","electricity, medium voltage",energy,Electricity by fuel\Waste\Transformation +"treatment of spent antifreezer liquid, hazardous waste incineration, with energy recovery","heat, district or industrial, other than natural gas",energy,Heat\Waste\Transformation +"treatment of spent antifreezer liquid, hazardous waste incineration, with energy recovery",spent antifreezer liquid,waste treatment,Incineration\Hazardous waste incineration\Transformation +"treatment of spent catalyst base from ethyleneoxide production, residual material landfill",spent catalyst base from ethyleneoxide production,waste treatment,Landfill\Residual material landfill\Transformation +"treatment of spent catalytic converter for cars, underground deposit",spent catalytic converter for cars,waste treatment,Underground deposit\Transformation +"treatment of spent catalytic converter NOx reduction, underground deposit",spent catalytic converter NOx reduction,waste treatment,Underground deposit\Transformation +"treatment of spent cation exchange resin from potable water production, municipal incineration","heat, for reuse in municipal waste incineration only",energy,Heat\Others\Transformation +"treatment of spent cation exchange resin from potable water production, municipal incineration",spent cation exchange resin from potable water production,waste treatment,Incineration\Municipal incineration\Transformation +"treatment of spent cation exchange resin from potable water production, municipal incineration FAE","heat, for reuse in municipal waste incineration only",energy,Heat\Others\Transformation +"treatment of spent cation exchange resin from potable water production, municipal incineration FAE",spent cation exchange resin from potable water production,waste treatment,Others\Transformation +"treatment of spent cation exchange resin from potable water production, municipal incineration with fly ash extraction","heat, for reuse in municipal waste incineration only",energy,Heat\Waste\Transformation +"treatment of spent cation exchange resin from potable water production, municipal incineration with fly ash extraction",spent cation exchange resin from potable water production,waste treatment,Incineration\Municipal incineration\Transformation +"treatment of spent cation exchange resin from potable water production, municipal incineration with fly ash extraction",zinc concentrate,processing,Others\Obsolete +"treatment of spent Formox catalyst base from formaldehyde production, residual material landfill",spent Formox catalyst base from formaldehyde production,waste treatment,Landfill\Residual material landfill\Transformation +"treatment of spent nuclear fuel, conditioning",spent nuclear fuel,waste treatment,Nuclear waste\Transformation +"treatment of spent nuclear fuel, reprocessing",spent nuclear fuel,waste treatment,Nuclear waste\Transformation +"treatment of spent oxychlor catalyst, hazardous waste incineration",spent oxychlor catalyst,waste treatment,Incineration\Hazardous waste incineration\Transformation +"treatment of spent oxychlor catalyst, hazardous waste incineration, with energy recovery","electricity, medium voltage",energy,Electricity by fuel\Waste\Transformation +"treatment of spent oxychlor catalyst, hazardous waste incineration, with energy recovery","heat, district or industrial, other than natural gas",energy,Heat\Waste\Transformation +"treatment of spent oxychlor catalyst, hazardous waste incineration, with energy recovery",spent oxychlor catalyst,waste treatment,Incineration\Hazardous waste incineration\Transformation +"treatment of spent oxychlor catalyst, underground deposit",spent oxychlor catalyst,waste treatment,Underground deposit\Transformation +treatment of spent perfluoropentane,used perfluoropentane,waste treatment,Others\Transformation +"treatment of spent pot liner from Al electrolysis, carbon fraction, residual material landfill","spent pot liner from Al electrolysis, carbon fraction",waste treatment,Others\Transformation +treatment of spent sawing slurry from Si-wafer cutting,silicon carbide,material,Chemicals\Inorganic\Transformation +treatment of spent sawing slurry from Si-wafer cutting,triethylene glycol,material,Chemicals\Organic\Transformation +treatment of spent sawing slurry from Si-wafer cutting,spent sawing slurry from Si-wafer cutting,waste treatment,Others\Transformation +"treatment of spent solvent mixture, hazardous waste incineration",spent solvent mixture,waste treatment,Incineration\Hazardous waste incineration\Transformation +"treatment of spent solvent mixture, hazardous waste incineration, with energy recovery","electricity, medium voltage",energy,Electricity by fuel\Waste\Transformation +"treatment of spent solvent mixture, hazardous waste incineration, with energy recovery","heat, district or industrial, other than natural gas",energy,Heat\Waste\Transformation +"treatment of spent solvent mixture, hazardous waste incineration, with energy recovery",spent solvent mixture,waste treatment,Incineration\Hazardous waste incineration\Transformation +"treatment of spoil from hard coal mining, in surface landfill",spoil from hard coal mining,waste treatment,Landfill\Residual material landfill\Transformation +"treatment of spoil from lignite mining, in surface landfill",spoil from lignite mining,waste treatment,Landfill\Residual material landfill\Transformation +"treatment of stack, for VRFB system","used stack, for VRFB system",waste treatment,Others\Transformation +"treatment of stalk, in wood heater 6kW","heat, central or small-scale, other than natural gas",energy,Heat\Waste\Transformation +"treatment of steel in car shredder residue, municipal incineration",steel in car shredder residue,waste treatment,Incineration\Municipal incineration\Transformation +"treatment of steel in car shredder residue, municipal incineration FAE",steel in car shredder residue,waste treatment,Others\Transformation +"treatment of steel in car shredder residue, municipal incineration with fly ash extraction",steel in car shredder residue,waste treatment,Incineration\Municipal incineration\Transformation +"treatment of steel in car shredder residue, municipal incineration with fly ash extraction",zinc concentrate,processing,Others\Obsolete +"treatment of straw, organic, in furnace 300kW","heat, district or industrial, other than natural gas",energy,Others\Obsolete +"treatment of straw, organic, in furnace 300kW","nitrogen fertiliser, as N",material,Others\Obsolete +"treatment of straw, organic, in furnace 300kW","phosphate fertiliser, as P2O5",material,Others\Obsolete +"treatment of sulfidic tailing, off-site, high gold content","gold, unrefined",material,Metals\Non ferro\Transformation +"treatment of sulfidic tailing, off-site, high gold content_obsolete","gold, unrefined",waste treatment,Others\Obsolete +"treatment of sulfidic tailings, from cinnabar mine operation, tailings impoundment","sulfidic tailings, from cinnabar mine operation",waste treatment,Landfill\Residual material landfill\Transformation +"treatment of sulfidic tailings, from copper mine operation, tailings impoundment","sulfidic tailings, from copper mine operation",waste treatment,Landfill\Residual material landfill\Transformation +"treatment of sulfidic tailings, from gold mine operation, tailings impoundment","sulfidic tailings, from gold mine operation",waste treatment,Landfill\Residual material landfill\Transformation +"treatment of sulfidic tailings, from nickel mine operation, tailings impoundment","sulfidic tailings, from nickel mine operation",waste treatment,Landfill\Residual material landfill\Transformation +"treatment of sulfidic tailings, from silver mine operation, tailings impoundment","sulfidic tailings, from silver mine operation",waste treatment,Landfill\Residual material landfill\Transformation +"treatment of sulfidic tailings, from zinc-lead mine operation, tailings impoundment","sulfidic tailings, from zinc-lead mine operation",waste treatment,Landfill\Residual material landfill\Transformation +"treatment of sulfidic tailings, generic, tailings impoundment","sulfidic tailings, generic",waste treatment,Landfill\Residual material landfill\Transformation +"treatment of tailing, from uranium milling","tailing, from uranium milling",waste treatment,Nuclear waste\Transformation +treatment of tallow to esterquat,esterquat,material,Chemicals\Washing agents\Tensides\Transformation +"treatment of tin slag, residual material landfill",tin slag,waste treatment,Landfill\Residual material landfill\Transformation +"treatment of tyre wear emissions, lorry","tyre wear emissions, lorry",waste treatment,Transport\Transformation +"treatment of tyre wear emissions, passenger car","tyre wear emissions, passenger car",waste treatment,Transport\Transformation +"treatment of uranium tailing, non-radioactive emission","uranium tailing, non-radioactive emission",waste treatment,Nuclear waste\Transformation +"treatment of used air distribution terminal panel, steel, 120 m3/h","used air distribution terminal panel steel, 120 m3/h",waste treatment,Construction waste\Transformation +"treatment of used air filter, central unit, 600 m3/h","used air filter central unit, 600 m3/h",waste treatment,Construction waste\Transformation +"treatment of used air filter, decentralized unit, 180-250 m3/h","used air filter decentralized unit, 180-250 m3/h",waste treatment,Construction waste\Transformation +"treatment of used air filter, decentralized unit, 250 m3/h","used air filter decentralized unit, 250 m3/h",waste treatment,Construction waste\Transformation +"treatment of used air filter, in exhaust air valve",used air filter in exhaust air valve,waste treatment,Construction waste\Transformation +"treatment of used beverage cans, for recycling, unsorted, sorting","aluminium scrap, post-consumer, prepared for melting",material,Metals\Waste metals\Transformation +"treatment of used beverage cans, for recycling, unsorted, sorting_obsolete","aluminium scrap, post-consumer, prepared for melting",waste treatment,Others\Obsolete +treatment of used bicycle,used bicycle,waste treatment,Transport\Transformation +"treatment of used blower and heat exchange unit, Avent E 97",used blower and heat exchange unit Avent E 97,waste treatment,Construction waste\Transformation +"treatment of used blower and heat exchange unit, central, 600-1200 m3/h","used blower and heat exchange unit central, 600-1200 m3/h",waste treatment,Construction waste\Transformation +"treatment of used blower and heat exchange unit, decentralized, 180-250 m3/h","used blower and heat exchange unit decentralized, 180-250 m3/h",waste treatment,Construction waste\Transformation +"treatment of used blower and heat exchange unit, GE 250 RH",used blower and heat exchange unit GE 250 RH,waste treatment,Construction waste\Transformation +"treatment of used blower and heat exchange unit, KWL 250",used blower and heat exchange unit KWL 250,waste treatment,Construction waste\Transformation +"treatment of used blower and heat exchange unit, KWLC 1200",used blower and heat exchange unit KWLC 1200,waste treatment,Construction waste\Transformation +"treatment of used blower and heat exchange unit, Storkair G 90",used blower and heat exchange unit Storkair G 90,waste treatment,Construction waste\Transformation +"treatment of used blower and heat exchange unit, Twl-700",used blower and heat exchange unit Twl-700,waste treatment,Construction waste\Transformation +treatment of used bus,used bus,waste treatment,Transport\Transformation +treatment of used cable,used cable,waste treatment,Electronics waste\Transformation +treatment of used cable,"copper, cathode",material,Metals\Non ferro\Transformation +"treatment of used capacitor, to hazardous waste incineration",used capacitor,waste treatment,Incineration\Hazardous waste incineration\Transformation +"treatment of used capacitor, to hazardous waste incineration, with energy recovery","electricity, medium voltage",energy,Electricity by fuel\Waste\Transformation +"treatment of used capacitor, to hazardous waste incineration, with energy recovery","heat, district or industrial, other than natural gas",energy,Heat\Waste\Transformation +"treatment of used capacitor, to hazardous waste incineration, with energy recovery",used capacitor,waste treatment,Incineration\Hazardous waste incineration\Transformation +"treatment of used cathode ray tube display, manual dismantling",used cathode ray tube display,waste treatment,Electronics waste\Transformation +"treatment of used cathode ray tube display, mechanical treatment",used cathode ray tube display,waste treatment,Electronics waste\Transformation +"treatment of used desktop computer, manual dismantling",used desktop computer,waste treatment,Electronics waste\Transformation +"treatment of used desktop computer, mechanical treatment",used desktop computer,waste treatment,Electronics waste\Transformation +"treatment of used diesel-electric generating set, 18.5kW","used diesel-electric generating set, 18.5kW",waste treatment,Construction waste\Transformation +"treatment of used domestic refrigerator, controlled dismantling",used domestic refrigerator,waste treatment,Electronics waste\Transformation +"treatment of used domestic refrigerator, uncontrolled dismantling",used domestic refrigerator,waste treatment,Electronics waste\Transformation +"treatment of used door, inner, glass-wood, collection for final disposal","used door, inner, glass-wood",waste treatment,Construction waste\Transformation +"treatment of used door, inner, wood, collection for final disposal","used door, inner, wood",waste treatment,Construction waste\Transformation +"treatment of used door, outer, wood-aluminium, collection for final disposal","used door, outer, wood-aluminium",waste treatment,Construction waste\Transformation +"treatment of used door, outer, wood-glass, collection for final disposal","used door, outer, wood-glass",waste treatment,Construction waste\Transformation +"treatment of used double glazing, U<1.1W/m2K, collection for final disposal","used double glazing, U<1.1W/m2K",waste treatment,Construction waste\Transformation +"treatment of used double glazing, U<1.1W/m2K, laminated safety glass, collection for final disposal","used double glazing, U<1.1W/m2K, laminated safety glass",waste treatment,Construction waste\Transformation +treatment of used electric bicycle,used electric bicycle,waste treatment,Transport\Transformation +"treatment of used exhaust air roof hood, steel, DN 400","used exhaust air roof hood steel, DN 400",waste treatment,Construction waste\Transformation +"treatment of used exhaust air valve, in-wall housing, plastic/steel, DN 125","used exhaust air valve in-wall housing, plastic/steel",waste treatment,Construction waste\Transformation +"treatment of used flexible duct, aluminium/PET, DN of 125","used flexible duct aluminium/PET, DN of 125",waste treatment,Construction waste\Transformation +treatment of used fluorescent lamp,used fluorescent lamp,waste treatment,Electronics waste\Transformation +treatment of used fluorescent lamp,mercury,material,Metals\Non ferro\Transformation +"treatment of used glider, electric scooter, shredding","used glider, electric scooter",waste treatment,Transport\Transformation +"treatment of used glider, passenger car, shredding","used glider, passenger car",waste treatment,Transport\Transformation +"treatment of used industrial electronic device, manual dismantling",used industrial electronic device,waste treatment,Electronics waste\Transformation +"treatment of used industrial electronic device, mechanical treatment",used industrial electronic device,waste treatment,Electronics waste\Transformation +"treatment of used insulation spiral-seam duct, rockwool, DN 400, 30 mm","used insulation spiral-seam duct rockwool, DN 400",waste treatment,Construction waste\Transformation +"treatment of used intermodal shipping container, 20-foot","used intermodal shipping container, 20-foot",waste treatment,Transport\Transformation +"treatment of used intermodal shipping container, 40-foot","used intermodal shipping container, 40-foot",waste treatment,Transport\Transformation +"treatment of used intermodal shipping container, 40-foot, high-cube","used intermodal shipping container, 40-foot, high-cube",waste treatment,Transport\Transformation +"treatment of used intermodal shipping container, 45-foot, high-cube","used intermodal shipping container, 45-foot, high-cube",waste treatment,Transport\Transformation +"treatment of used internal combustion engine, passenger car, shredding","used internal combustion engine, passenger car",waste treatment,Transport\Transformation +"treatment of used IT accessory, mechanical treatment",used IT accessory,waste treatment,Electronics waste\Transformation +"treatment of used laptop computer, manual dismantling",used laptop computer,waste treatment,Electronics waste\Transformation +"treatment of used laptop computer, mechanical treatment",used laptop computer,waste treatment,Electronics waste\Transformation +"treatment of used Li-ion battery, hydrometallurgical treatment",lithium carbonate,material,Chemicals\Inorganic\Transformation +"treatment of used Li-ion battery, hydrometallurgical treatment",used Li-ion battery,waste treatment,Electronics waste\Transformation +"treatment of used Li-ion battery, hydrometallurgical treatment",cobalt,material,Metals\Non ferro\Transformation +"treatment of used Li-ion battery, pyrometallurgical treatment",manganese dioxide,material,Chemicals\Inorganic\Transformation +"treatment of used Li-ion battery, pyrometallurgical treatment",used Li-ion battery,waste treatment,Electronics waste\Transformation +"treatment of used Li-ion battery, pyrometallurgical treatment",cobalt,material,Metals\Non ferro\Transformation +treatment of used light commercial vehicle,used light commercial vehicle,waste treatment,Transport\Transformation +"treatment of used liquid crystal display module, municipal incineration","heat, for reuse in municipal waste incineration only",energy,Heat\Others\Transformation +"treatment of used liquid crystal display module, municipal incineration","electricity, for reuse in municipal waste incineration only",energy,Others\Obsolete +"treatment of used liquid crystal display module, municipal incineration",used liquid crystal display module,waste treatment,Others\Transformation +"treatment of used liquid crystal display module, municipal incineration FAE","heat, for reuse in municipal waste incineration only",energy,Heat\Others\Transformation +"treatment of used liquid crystal display module, municipal incineration FAE","electricity, for reuse in municipal waste incineration only",energy,Others\Obsolete +"treatment of used liquid crystal display module, municipal incineration FAE",used liquid crystal display module,waste treatment,Others\Transformation +"treatment of used liquid crystal display module, municipal incineration with fly ash extraction","electricity, for reuse in municipal waste incineration only",energy,Electricity by fuel\Waste\Transformation +"treatment of used liquid crystal display module, municipal incineration with fly ash extraction","heat, for reuse in municipal waste incineration only",energy,Heat\Waste\Transformation +"treatment of used liquid crystal display module, municipal incineration with fly ash extraction",used liquid crystal display module,waste treatment,Incineration\Municipal incineration\Transformation +"treatment of used liquid crystal display module, municipal waste incineration","electricity, for reuse in municipal waste incineration only",energy,Electricity by fuel\Waste\Transformation +"treatment of used liquid crystal display module, municipal waste incineration","heat, for reuse in municipal waste incineration only",energy,Heat\Waste\Transformation +"treatment of used liquid crystal display module, municipal waste incineration",used liquid crystal display module,waste treatment,Incineration\Municipal incineration\Transformation +"treatment of used liquid crystal display, manual dismantling",used liquid crystal display,waste treatment,Electronics waste\Transformation +"treatment of used liquid crystal display, mechanical treatment",used liquid crystal display,waste treatment,Electronics waste\Transformation +treatment of used locomotive,used locomotive,waste treatment,Transport\Transformation +"treatment of used long liner, steel","used long liner, steel",waste treatment,Transport\Transformation +"treatment of used lorry with refrigeration machine, 16 metric ton","used lorry with refrigeration machine, 16 metric ton",waste treatment,Transport\Transformation +"treatment of used lorry, 16 metric ton","used lorry, 16 metric ton",waste treatment,Transport\Transformation +"treatment of used lorry, 28 metric ton","used lorry, 28 metric ton",waste treatment,Transport\Transformation +"treatment of used lorry, 40 metric ton","used lorry, 40 metric ton",waste treatment,Transport\Transformation +treatment of used motor scooter,used motor scooter,waste treatment,Transport\Transformation +"treatment of used Ni-metal hydride battery, pyrometallurgical treatment",used Ni-metal hydride battery,waste treatment,Electronics waste\Transformation +"treatment of used outside air intake, stainless steel, DN 370","used outside air intake stainless steel, DN 370",waste treatment,Construction waste\Transformation +"treatment of used powertrain for electric passenger car, manual dismantling","used powertrain from electric passenger car, manual dismantling",waste treatment,Transport\Transformation +"treatment of used powertrain, electric scooter, manual dismantling","used powertrain, electric scooter",waste treatment,Transport\Transformation +"treatment of used printer, laser, by mechanical treatment","used printer, laser",waste treatment,Electronics waste\Transformation +"treatment of used printer, laser, manual dismantling","used printer, laser",waste treatment,Electronics waste\Transformation +"treatment of used purse seiner, steel","used purse seiner, steel",waste treatment,Transport\Transformation +"treatment of used purse seiner, wood","used purse seiner, wood",waste treatment,Transport\Transformation +treatment of used railway track,used railway track,waste treatment,Transport\Transformation +"treatment of used reefer, intermodal shipping container, 40-foot, high-cube","used reefer, intermodal shipping container, 40-foot, high-cube",waste treatment,Transport\Transformation +"treatment of used refrigerant R-12, final disposal",used refrigerant R-12,waste treatment,Others\Transformation +"treatment of used refrigerant R-12, venting",used refrigerant R-12,waste treatment,Others\Transformation +"treatment of used refrigerant R-600a, final disposal",used refrigerant R-600a,waste treatment,Others\Transformation +"treatment of used refrigerant R-600a, venting",used refrigerant R-600a,waste treatment,Others\Transformation +"treatment of used refrigerant R12, final disposal",used refrigerant R12,waste treatment,Others\Transformation +"treatment of used refrigerant R12, venting",used refrigerant R12,waste treatment,Others\Transformation +"treatment of used refrigerant R134a, final disposal",used refrigerant R134a,waste treatment,Transport\Transformation +"treatment of used refrigerant R134a, reclamation",refrigerant R134a,material,Chemicals\Organic\Transformation +"treatment of used refrigerant R134a, reclamation",used refrigerant R134a,waste treatment,Transport\Transformation +"treatment of used refrigerant R134a, venting",used refrigerant R134a,waste treatment,Transport\Transformation +"treatment of used refrigerant R600a, final disposal",used refrigerant R600a,waste treatment,Others\Transformation +"treatment of used refrigerant R600a, venting",used refrigerant R600a,waste treatment,Others\Transformation +"treatment of used refrigeration machine, carbon dioxide, liquid as refrigerant","used refrigeration machine, carbon dioxide, liquid as refrigerant",waste treatment,Transport\Transformation +"treatment of used refrigeration machine, R134a as refrigerant","used refrigeration machine, R134a as refrigerant",waste treatment,Transport\Transformation +"treatment of used room-connecting overflow element, steel, approx. 40 m3/h","used room-connecting overflow element steel, approx. 40 m3/h",waste treatment,Construction waste\Transformation +"treatment of used sealing tape, aluminium/PE, 50 mm wide","used sealing tape aluminium/PE, 50 mm wide",waste treatment,Construction waste\Transformation +"treatment of used silencer, steel, DN 125","used silencer steel, DN 125",waste treatment,Construction waste\Transformation +"treatment of used silencer, steel, DN 315, 50 mm","used silencer steel, DN 315",waste treatment,Construction waste\Transformation +"treatment of used smartphone, mechanical treatment",used smartphone,waste treatment,Electronics waste\Transformation +"treatment of used tablet, mechanical treatment",used tablet,waste treatment,Electronics waste\Transformation +"treatment of used toner module, laser printer, black/white, recycling","toner module, laser printer, black/white",material,Electronics\Module\Transformation +"treatment of used toner module, laser printer, colour, recycling","toner module, laser printer, colour",material,Electronics\Module\Transformation +"treatment of used train, passenger, high-speed","used train, passenger, high-speed",waste treatment,Transport\Transformation +"treatment of used train, passenger, long distance","used train, passenger, long-distance",waste treatment,Transport\Transformation +"treatment of used train, passenger, regional","used train, passenger, regional",waste treatment,Transport\Transformation +treatment of used tram,used tram,waste treatment,Transport\Transformation +"treatment of used trawler, steel","used trawler, steel",waste treatment,Transport\Transformation +"treatment of used triple glazing, U<0.5W/m2K, collection for final disposal","used triple glazing, U<0.5W/m2K",waste treatment,Construction waste\Transformation +treatment of used tyre,used tyre,waste treatment,Transport\Transformation +treatment of used vegetable cooking oil by anaerobic digestion,biogas,material,Fuels\Biofuels\Biogas\Transformation +"treatment of used vegetable cooking oil, purification","used vegetable cooking oil, purified",material,Agricultural\Plant oils\Transformation +"treatment of used vegetable cooking oil, purified, esterification",glycerine,waste treatment,Others\Transformation +"treatment of used vegetable cooking oil, purified, esterification",fatty acid methyl ester,waste treatment,Others\Transformation +"treatment of used ventilation control and wiring, central unit",used ventilation control and wiring central unit,waste treatment,Construction waste\Transformation +"treatment of used ventilation control and wiring, decentralized unit",used ventilation control and wiring decentralized unit,waste treatment,Construction waste\Transformation +"treatment of used window frame, plastic, collection for final disposal","used window frame, plastic",waste treatment,Construction waste\Transformation +"treatment of used window frame, wood-metal, collection for final disposal","used window frame, wood-metal",waste treatment,Construction waste\Transformation +"treatment of used window frame, wood, collection for final disposal","used window frame, wood",waste treatment,Construction waste\Transformation +"treatment of waste aluminium, sanitary landfill","heat, district or industrial, other than natural gas",energy,Heat\Others\Transformation +"treatment of waste aluminium, sanitary landfill",waste aluminium,waste treatment,Landfill\Sanitary landfill\Transformation +"treatment of waste aluminium, sanitary landfill","electricity, medium voltage",energy,Others\Obsolete +"treatment of waste asphalt, sanitary landfill","heat, district or industrial, other than natural gas",energy,Heat\Others\Transformation +"treatment of waste asphalt, sanitary landfill",waste asphalt,waste treatment,Landfill\Sanitary landfill\Transformation +"treatment of waste asphalt, sanitary landfill","electricity, medium voltage",energy,Others\Obsolete +"treatment of waste bamboo residues, open burning",waste bamboo residues,waste treatment,Wood\Transformation +"treatment of waste bitumen sheet, municipal incineration","electricity, for reuse in municipal waste incineration only",energy,Electricity by fuel\Waste\Transformation +"treatment of waste bitumen sheet, municipal incineration","heat, for reuse in municipal waste incineration only",energy,Heat\Others\Transformation +"treatment of waste bitumen sheet, municipal incineration",waste bitumen sheet,waste treatment,Incineration\Municipal incineration\Transformation +"treatment of waste bitumen sheet, municipal incineration FAE","heat, for reuse in municipal waste incineration only",energy,Heat\Others\Transformation +"treatment of waste bitumen sheet, municipal incineration FAE","electricity, for reuse in municipal waste incineration only",energy,Others\Obsolete +"treatment of waste bitumen sheet, municipal incineration FAE",waste bitumen sheet,waste treatment,Others\Transformation +"treatment of waste bitumen sheet, municipal incineration with fly ash extraction","electricity, for reuse in municipal waste incineration only",energy,Electricity by fuel\Waste\Transformation +"treatment of waste bitumen sheet, municipal incineration with fly ash extraction","heat, for reuse in municipal waste incineration only",energy,Heat\Waste\Transformation +"treatment of waste bitumen sheet, municipal incineration with fly ash extraction",waste bitumen sheet,waste treatment,Incineration\Municipal incineration\Transformation +"treatment of waste bitumen sheet, municipal incineration with fly ash extraction",zinc concentrate,processing,Others\Obsolete +"treatment of waste bitumen, sanitary landfill","heat, district or industrial, other than natural gas",energy,Heat\Others\Transformation +"treatment of waste bitumen, sanitary landfill",waste bitumen,waste treatment,Landfill\Sanitary landfill\Transformation +"treatment of waste bitumen, sanitary landfill","electricity, medium voltage",energy,Others\Obsolete +"treatment of waste brick, collection for final disposal",waste brick,waste treatment,Construction waste\Transformation +"treatment of waste brick, recycling",waste brick,waste treatment,Construction waste\Transformation +"treatment of waste brick, sorting plant",waste brick,waste treatment,Construction waste\Transformation +"treatment of waste building wood, chrome preserved, municipal incineration","electricity, for reuse in municipal waste incineration only",energy,Electricity by fuel\Waste\Transformation +"treatment of waste building wood, chrome preserved, municipal incineration","heat, for reuse in municipal waste incineration only",energy,Heat\Others\Transformation +"treatment of waste building wood, chrome preserved, municipal incineration","waste building wood, chrome preserved",waste treatment,Incineration\Municipal incineration\Transformation +"treatment of waste building wood, chrome preserved, municipal incineration FAE","heat, for reuse in municipal waste incineration only",energy,Heat\Others\Transformation +"treatment of waste building wood, chrome preserved, municipal incineration FAE","electricity, for reuse in municipal waste incineration only",energy,Others\Obsolete +"treatment of waste building wood, chrome preserved, municipal incineration FAE","waste building wood, chrome preserved",waste treatment,Others\Transformation +"treatment of waste building wood, chrome preserved, municipal incineration with fly ash extraction","electricity, for reuse in municipal waste incineration only",energy,Electricity by fuel\Waste\Transformation +"treatment of waste building wood, chrome preserved, municipal incineration with fly ash extraction","heat, for reuse in municipal waste incineration only",energy,Heat\Waste\Transformation +"treatment of waste building wood, chrome preserved, municipal incineration with fly ash extraction","waste building wood, chrome preserved",waste treatment,Incineration\Municipal incineration\Transformation +"treatment of waste building wood, chrome preserved, municipal incineration with fly ash extraction",zinc concentrate,processing,Others\Obsolete +"treatment of waste bulk iron, excluding reinforcement, sorting plant","waste bulk iron, excluding reinforcement",waste treatment,Construction waste\Transformation +"treatment of waste cement in concrete and mortar, collection for final disposal",waste cement in concrete and mortar,waste treatment,Construction waste\Transformation +"treatment of waste cement in concrete and mortar, sorting plant",waste cement in concrete and mortar,waste treatment,Construction waste\Transformation +"treatment of waste cement-fibre slab, collection for final disposal",waste cement-fibre slab,waste treatment,Construction waste\Transformation +"treatment of waste cement-fibre slab, dismantled, municipal incineration","heat, for reuse in municipal waste incineration only",energy,Heat\Others\Transformation +"treatment of waste cement-fibre slab, dismantled, municipal incineration","electricity, for reuse in municipal waste incineration only",energy,Others\Obsolete +"treatment of waste cement-fibre slab, dismantled, municipal incineration","waste cement-fibre slab, dismantled",waste treatment,Others\Transformation +"treatment of waste cement-fibre slab, dismantled, municipal incineration FAE","heat, for reuse in municipal waste incineration only",energy,Heat\Others\Transformation +"treatment of waste cement-fibre slab, dismantled, municipal incineration FAE","electricity, for reuse in municipal waste incineration only",energy,Others\Obsolete +"treatment of waste cement-fibre slab, dismantled, municipal incineration FAE","waste cement-fibre slab, dismantled",waste treatment,Others\Transformation +"treatment of waste cement-fibre slab, dismantled, municipal incineration with fly ash extraction","electricity, for reuse in municipal waste incineration only",energy,Electricity by fuel\Waste\Transformation +"treatment of waste cement-fibre slab, dismantled, municipal incineration with fly ash extraction","heat, for reuse in municipal waste incineration only",energy,Heat\Waste\Transformation +"treatment of waste cement-fibre slab, dismantled, municipal incineration with fly ash extraction","waste cement-fibre slab, dismantled",waste treatment,Incineration\Municipal incineration\Transformation +"treatment of waste cement-fibre slab, dismantled, municipal incineration with fly ash extraction",zinc concentrate,processing,Others\Obsolete +"treatment of waste cement-fibre slab, municipal incineration","electricity, for reuse in municipal waste incineration only",energy,Electricity by fuel\Waste\Transformation +"treatment of waste cement-fibre slab, municipal incineration","heat, for reuse in municipal waste incineration only",energy,Heat\Waste\Transformation +"treatment of waste cement-fibre slab, municipal incineration","waste cement-fibre slab, dismantled",waste treatment,Incineration\Municipal incineration\Transformation +"treatment of waste cement-fibre slab, recycling",waste cement-fibre slab,waste treatment,Construction waste\Transformation +"treatment of waste cement, hydrated, residual material landfill","waste cement, hydrated",waste treatment,Landfill\Residual material landfill\Transformation +"treatment of waste concrete gravel, collection for final disposal",waste concrete gravel,waste treatment,Construction waste\Transformation +"treatment of waste concrete gravel, recycling",waste concrete gravel,waste treatment,Construction waste\Transformation +"treatment of waste concrete gravel, sorting plant",waste concrete gravel,waste treatment,Construction waste\Transformation +"treatment of waste concrete, inert material landfill",waste concrete,waste treatment,Landfill\Inert material landfill\Transformation +"treatment of waste concrete, not reinforced, collection for final disposal","waste concrete, not reinforced",waste treatment,Construction waste\Transformation +"treatment of waste concrete, not reinforced, recycling","waste concrete, not reinforced",waste treatment,Construction waste\Transformation +"treatment of waste concrete, not reinforced, sorting plant","waste concrete, not reinforced",waste treatment,Construction waste\Transformation +"treatment of waste cooking oil, purified, esterification",fatty acid methyl ester,material,Chemicals\Organic\Transformation +"treatment of waste cooking oil, purified, esterification",glycerine,material,Chemicals\Organic\Transformation +"treatment of waste electric and electronic equipment, shredding",waste electric and electronic equipment,waste treatment,Electronics waste\Transformation +"treatment of waste electric wiring, collection for final disposal",waste electric wiring,waste treatment,Electronics waste\Transformation +"treatment of waste emulsion paint on wall, collection for final disposal","waste emulsion paint, on wall",waste treatment,Others\Transformation +"treatment of waste emulsion paint on wall, sorting plant","waste emulsion paint, on wall",waste treatment,Others\Transformation +"treatment of waste emulsion paint on wood, collection for final disposal","waste emulsion paint, on wood",waste treatment,Others\Transformation +"treatment of waste emulsion paint, collection for final disposal","waste emulsion paint, separated",waste treatment,Others\Transformation +"treatment of waste emulsion paint, hazardous waste incineration",waste emulsion paint,waste treatment,Incineration\Hazardous waste incineration\Transformation +"treatment of waste emulsion paint, hazardous waste incineration, with energy recovery","electricity, medium voltage",energy,Electricity by fuel\Waste\Transformation +"treatment of waste emulsion paint, hazardous waste incineration, with energy recovery","heat, district or industrial, other than natural gas",energy,Heat\Waste\Transformation +"treatment of waste emulsion paint, hazardous waste incineration, with energy recovery",waste emulsion paint,waste treatment,Incineration\Hazardous waste incineration\Transformation +"treatment of waste emulsion paint, inert material landfill",waste emulsion paint,waste treatment,Landfill\Inert material landfill\Transformation +"treatment of waste emulsion paint, municipal incineration","electricity, for reuse in municipal waste incineration only",energy,Electricity by fuel\Waste\Transformation +"treatment of waste emulsion paint, municipal incineration","heat, for reuse in municipal waste incineration only",energy,Heat\Waste\Transformation +"treatment of waste emulsion paint, municipal incineration",waste emulsion paint,waste treatment,Incineration\Municipal incineration\Transformation +"treatment of waste emulsion paint, municipal incineration FAE","heat, for reuse in municipal waste incineration only",energy,Heat\Others\Transformation +"treatment of waste emulsion paint, municipal incineration FAE","electricity, for reuse in municipal waste incineration only",energy,Others\Obsolete +"treatment of waste emulsion paint, municipal incineration FAE",waste emulsion paint,waste treatment,Others\Transformation +"treatment of waste emulsion paint, municipal incineration with fly ash extraction","electricity, for reuse in municipal waste incineration only",energy,Electricity by fuel\Waste\Transformation +"treatment of waste emulsion paint, municipal incineration with fly ash extraction","heat, for reuse in municipal waste incineration only",energy,Heat\Waste\Transformation +"treatment of waste emulsion paint, municipal incineration with fly ash extraction",waste emulsion paint,waste treatment,Incineration\Municipal incineration\Transformation +"treatment of waste emulsion paint, municipal incineration with fly ash extraction",zinc concentrate,processing,Others\Obsolete +"treatment of waste emulsion paint, on wood, collection for final disposal","waste emulsion paint, on wood",waste treatment,Others\Transformation +"treatment of waste emulsion paint, sanitary landfill","heat, district or industrial, other than natural gas",energy,Heat\Others\Transformation +"treatment of waste emulsion paint, sanitary landfill",waste emulsion paint,waste treatment,Landfill\Sanitary landfill\Transformation +"treatment of waste emulsion paint, sanitary landfill","electricity, medium voltage",energy,Others\Obsolete +"treatment of waste expanded polystyrene, municipal incineration","electricity, for reuse in municipal waste incineration only",energy,Electricity by fuel\Waste\Transformation +"treatment of waste expanded polystyrene, municipal incineration","heat, for reuse in municipal waste incineration only",energy,Heat\Others\Transformation +"treatment of waste expanded polystyrene, municipal incineration",waste expanded polystyrene,waste treatment,Incineration\Municipal incineration\Transformation +"treatment of waste expanded polystyrene, municipal incineration FAE","heat, for reuse in municipal waste incineration only",energy,Heat\Others\Transformation +"treatment of waste expanded polystyrene, municipal incineration FAE","electricity, for reuse in municipal waste incineration only",energy,Others\Obsolete +"treatment of waste expanded polystyrene, municipal incineration FAE",waste expanded polystyrene,waste treatment,Others\Transformation +"treatment of waste expanded polystyrene, municipal incineration with fly ash extraction","electricity, for reuse in municipal waste incineration only",energy,Electricity by fuel\Waste\Transformation +"treatment of waste expanded polystyrene, municipal incineration with fly ash extraction","heat, for reuse in municipal waste incineration only",energy,Heat\Waste\Transformation +"treatment of waste expanded polystyrene, municipal incineration with fly ash extraction",waste expanded polystyrene,waste treatment,Incineration\Municipal incineration\Transformation +"treatment of waste expanded polystyrene, municipal incineration with fly ash extraction",zinc concentrate,processing,Others\Obsolete +"treatment of waste fibreboard, collection for final disposal",waste fibreboard,waste treatment,Construction waste\Transformation +"treatment of waste frit from cathode ray tube production, residual material landfill",waste frit from cathode ray tube production,waste treatment,Landfill\Residual material landfill\Transformation +"treatment of waste glass from unsorted public collection, sorting","glass cullet, sorted",material,Glass\Waste glass\Transformation +"treatment of waste glass pane in burnable frame, collection for final disposal",waste glass pane in burnable frame,waste treatment,Construction waste\Transformation +"treatment of waste glass pane in burnable frame, sorting plant",waste glass pane in burnable frame,waste treatment,Construction waste\Transformation +"treatment of waste glass sheet, collection for final disposal",waste glass sheet,waste treatment,Construction waste\Transformation +"treatment of waste glass sheet, sorting plant",waste glass sheet,waste treatment,Construction waste\Transformation +"treatment of waste glass, inert material landfill",waste glass,waste treatment,Landfill\Inert material landfill\Transformation +"treatment of waste glass, municipal incineration","heat, for reuse in municipal waste incineration only",energy,Heat\Others\Transformation +"treatment of waste glass, municipal incineration",waste glass,waste treatment,Incineration\Municipal incineration\Transformation +"treatment of waste glass, municipal incineration","electricity, for reuse in municipal waste incineration only",energy,Others\Obsolete +"treatment of waste glass, municipal incineration FAE","heat, for reuse in municipal waste incineration only",energy,Heat\Others\Transformation +"treatment of waste glass, municipal incineration FAE","electricity, for reuse in municipal waste incineration only",energy,Others\Obsolete +"treatment of waste glass, municipal incineration FAE",waste glass,waste treatment,Others\Transformation +"treatment of waste glass, municipal incineration with fly ash extraction","heat, for reuse in municipal waste incineration only",energy,Heat\Waste\Transformation +"treatment of waste glass, municipal incineration with fly ash extraction",waste glass,waste treatment,Incineration\Municipal incineration\Transformation +"treatment of waste glass, open burning",waste glass,waste treatment,Construction waste\Transformation +"treatment of waste glass, open dump, dry infiltration class (100mm)",waste glass,waste treatment,Construction waste\Transformation +"treatment of waste glass, open dump, hyperarid infiltration class (-250mm)",waste glass,waste treatment,Construction waste\Transformation +"treatment of waste glass, open dump, moist infiltration class (300mm)",waste glass,waste treatment,Construction waste\Transformation +"treatment of waste glass, open dump, very wet infiltration class (1000mm)",waste glass,waste treatment,Construction waste\Transformation +"treatment of waste glass, open dump, wet infiltration class (500mm)",waste glass,waste treatment,Construction waste\Transformation +"treatment of waste glass, sanitary landfill",waste glass,waste treatment,Construction waste\Transformation +"treatment of waste glass, sanitary landfill","heat, district or industrial, other than natural gas",energy,Heat\Others\Transformation +"treatment of waste glass, sanitary landfill","electricity, medium voltage",energy,Others\Obsolete +"treatment of waste glass, unsanitary landfill, dry infiltration class (100mm)",waste glass,waste treatment,Construction waste\Transformation +"treatment of waste glass, unsanitary landfill, hyperarid infiltration class (-250mm)",waste glass,waste treatment,Construction waste\Transformation +"treatment of waste glass, unsanitary landfill, moist infiltration class (300mm)",waste glass,waste treatment,Construction waste\Transformation +"treatment of waste glass, unsanitary landfill, very wet infiltration class (1000mm)",waste glass,waste treatment,Construction waste\Transformation +"treatment of waste glass, unsanitary landfill, wet infiltration class (500mm)",waste glass,waste treatment,Construction waste\Transformation +"treatment of waste graphical paper, municipal incineration","electricity, for reuse in municipal waste incineration only",energy,Electricity by fuel\Waste\Transformation +"treatment of waste graphical paper, municipal incineration","heat, for reuse in municipal waste incineration only",energy,Heat\Others\Transformation +"treatment of waste graphical paper, municipal incineration",waste graphical paper,waste treatment,Incineration\Municipal incineration\Transformation +"treatment of waste graphical paper, municipal incineration FAE","heat, for reuse in municipal waste incineration only",energy,Heat\Others\Transformation +"treatment of waste graphical paper, municipal incineration FAE","electricity, for reuse in municipal waste incineration only",energy,Others\Obsolete +"treatment of waste graphical paper, municipal incineration FAE",waste graphical paper,waste treatment,Others\Transformation +"treatment of waste graphical paper, municipal incineration with fly ash extraction","electricity, for reuse in municipal waste incineration only",energy,Electricity by fuel\Waste\Transformation +"treatment of waste graphical paper, municipal incineration with fly ash extraction","heat, for reuse in municipal waste incineration only",energy,Heat\Waste\Transformation +"treatment of waste graphical paper, municipal incineration with fly ash extraction",waste graphical paper,waste treatment,Incineration\Municipal incineration\Transformation +"treatment of waste graphical paper, municipal incineration with fly ash extraction",zinc concentrate,processing,Others\Obsolete +"treatment of waste graphical paper, open burning",waste graphical paper,waste treatment,Paper+ Board\Transformation +"treatment of waste graphical paper, open dump, dry infiltration class (100mm)",waste graphical paper,waste treatment,Paper+ Board\Transformation +"treatment of waste graphical paper, open dump, hyperarid infiltration class (-250mm)",waste graphical paper,waste treatment,Paper+ Board\Transformation +"treatment of waste graphical paper, open dump, moist infiltration class (300mm)",waste graphical paper,waste treatment,Paper+ Board\Transformation +"treatment of waste graphical paper, open dump, very wet infiltration class (1000mm)",waste graphical paper,waste treatment,Paper+ Board\Transformation +"treatment of waste graphical paper, open dump, wet infiltration class (500mm)",waste graphical paper,waste treatment,Paper+ Board\Transformation +"treatment of waste graphical paper, sanitary landfill","heat, district or industrial, other than natural gas",energy,Heat\Others\Transformation +"treatment of waste graphical paper, sanitary landfill",waste graphical paper,waste treatment,Landfill\Sanitary landfill\Transformation +"treatment of waste graphical paper, sanitary landfill","electricity, medium voltage",energy,Others\Obsolete +"treatment of waste graphical paper, unsanitary landfill, dry infiltration class (100mm)",waste graphical paper,waste treatment,Paper+ Board\Transformation +"treatment of waste graphical paper, unsanitary landfill, hyperarid infiltration class (-250mm)",waste graphical paper,waste treatment,Paper+ Board\Transformation +"treatment of waste graphical paper, unsanitary landfill, moist infiltration class (300mm)",waste graphical paper,waste treatment,Paper+ Board\Transformation +"treatment of waste graphical paper, unsanitary landfill, very wet infiltration class (1000mm)",waste graphical paper,waste treatment,Paper+ Board\Transformation +"treatment of waste graphical paper, unsanitary landfill, wet infiltration class (500mm)",waste graphical paper,waste treatment,Paper+ Board\Transformation +"treatment of waste gypsum plasterboard, collection for final disposal",waste gypsum plasterboard,waste treatment,Construction waste\Transformation +"treatment of waste gypsum plasterboard, recycling",waste gypsum plasterboard,waste treatment,Construction waste\Transformation +"treatment of waste gypsum plasterboard, sorting plant",waste gypsum plasterboard,waste treatment,Construction waste\Transformation +"treatment of waste gypsum, inert material landfill",waste gypsum,waste treatment,Landfill\Inert material landfill\Transformation +"treatment of waste gypsum, sanitary landfill","heat, district or industrial, other than natural gas",energy,Heat\Others\Transformation +"treatment of waste gypsum, sanitary landfill",waste gypsum,waste treatment,Landfill\Sanitary landfill\Transformation +"treatment of waste gypsum, sanitary landfill","electricity, medium voltage",energy,Others\Obsolete +"treatment of waste mineral oil, hazardous waste incineration",waste mineral oil,waste treatment,Incineration\Hazardous waste incineration\Transformation +"treatment of waste mineral oil, hazardous waste incineration, with energy recovery","electricity, medium voltage",energy,Electricity by fuel\Waste\Transformation +"treatment of waste mineral oil, hazardous waste incineration, with energy recovery","heat, district or industrial, other than natural gas",energy,Heat\Waste\Transformation +"treatment of waste mineral oil, hazardous waste incineration, with energy recovery",waste mineral oil,waste treatment,Incineration\Hazardous waste incineration\Transformation +"treatment of waste mineral plaster, collection for final disposal",waste mineral plaster,waste treatment,Construction waste\Transformation +"treatment of waste mineral plaster, sorting plant",waste mineral plaster,waste treatment,Construction waste\Transformation +"treatment of waste mineral wool, collection for final disposal",waste mineral wool,waste treatment,Construction waste\Transformation +"treatment of waste mineral wool, inert material landfill","waste mineral wool, for final disposal",waste treatment,Landfill\Inert material landfill\Transformation +"treatment of waste mineral wool, recycling",waste mineral wool,waste treatment,Construction waste\Transformation +"treatment of waste mineral wool, sorting plant",waste mineral wool,waste treatment,Construction waste\Transformation +"treatment of waste natural gas, sour, burned in production flare","waste natural gas, sour",waste treatment,Others\Transformation +"treatment of waste natural gas, sweet, burned in production flare","waste natural gas, sweet",waste treatment,Others\Transformation +"treatment of waste newspaper, municipal incineration","electricity, for reuse in municipal waste incineration only",energy,Electricity by fuel\Waste\Transformation +"treatment of waste newspaper, municipal incineration","heat, for reuse in municipal waste incineration only",energy,Heat\Others\Transformation +"treatment of waste newspaper, municipal incineration FAE","heat, for reuse in municipal waste incineration only",energy,Heat\Others\Transformation +"treatment of waste newspaper, municipal incineration FAE","electricity, for reuse in municipal waste incineration only",energy,Others\Obsolete +"treatment of waste newspaper, municipal incineration with fly ash extraction","electricity, for reuse in municipal waste incineration only",energy,Electricity by fuel\Waste\Transformation +"treatment of waste newspaper, municipal incineration with fly ash extraction","heat, for reuse in municipal waste incineration only",energy,Heat\Waste\Transformation +"treatment of waste newspaper, municipal incineration with fly ash extraction",zinc concentrate,processing,Others\Obsolete +"treatment of waste newspaper, sanitary landfill","heat, district or industrial, other than natural gas",energy,Heat\Others\Transformation +"treatment of waste newspaper, sanitary landfill","electricity, medium voltage",energy,Others\Obsolete +"treatment of waste packaging paper, municipal incineration","electricity, for reuse in municipal waste incineration only",energy,Electricity by fuel\Waste\Transformation +"treatment of waste packaging paper, municipal incineration","heat, for reuse in municipal waste incineration only",energy,Heat\Others\Transformation +"treatment of waste packaging paper, municipal incineration FAE","heat, for reuse in municipal waste incineration only",energy,Heat\Others\Transformation +"treatment of waste packaging paper, municipal incineration FAE","electricity, for reuse in municipal waste incineration only",energy,Others\Obsolete +"treatment of waste packaging paper, municipal incineration with fly ash extraction","electricity, for reuse in municipal waste incineration only",energy,Electricity by fuel\Waste\Transformation +"treatment of waste packaging paper, municipal incineration with fly ash extraction","heat, for reuse in municipal waste incineration only",energy,Heat\Waste\Transformation +"treatment of waste packaging paper, municipal incineration with fly ash extraction",zinc concentrate,processing,Others\Obsolete +"treatment of waste packaging paper, sanitary landfill","electricity, medium voltage",energy,Electricity by fuel\Waste\Transformation +"treatment of waste packaging paper, sanitary landfill","heat, district or industrial, other than natural gas",energy,Heat\Waste\Transformation +"treatment of waste paint on metal, collection for final disposal",waste paint on metal,waste treatment,Construction waste\Transformation +"treatment of waste paint on metal, sorting plant",waste paint on metal,waste treatment,Construction waste\Transformation +"treatment of waste paint on wall, collection for final disposal",waste paint on wall,waste treatment,Construction waste\Transformation +"treatment of waste paint on wall, sorting plant",waste paint on wall,waste treatment,Construction waste\Transformation +"treatment of waste paint on wood, collection for final disposal",waste paint on wood,waste treatment,Construction waste\Transformation +"treatment of waste paint, hazardous waste incineration",waste paint,waste treatment,Incineration\Hazardous waste incineration\Transformation +"treatment of waste paint, hazardous waste incineration, with energy recovery","electricity, medium voltage",energy,Electricity by fuel\Waste\Transformation +"treatment of waste paint, hazardous waste incineration, with energy recovery","heat, district or industrial, other than natural gas",energy,Heat\Waste\Transformation +"treatment of waste paint, hazardous waste incineration, with energy recovery",waste paint,waste treatment,Incineration\Hazardous waste incineration\Transformation +"treatment of waste paint, inert material landfill",waste paint,waste treatment,Landfill\Inert material landfill\Transformation +"treatment of waste paint, municipal incineration","electricity, for reuse in municipal waste incineration only",energy,Electricity by fuel\Waste\Transformation +"treatment of waste paint, municipal incineration","heat, for reuse in municipal waste incineration only",energy,Heat\Waste\Transformation +"treatment of waste paint, municipal incineration",waste paint,waste treatment,Incineration\Municipal incineration\Transformation +"treatment of waste paint, municipal incineration FAE","heat, for reuse in municipal waste incineration only",energy,Heat\Others\Transformation +"treatment of waste paint, municipal incineration FAE","electricity, for reuse in municipal waste incineration only",energy,Others\Obsolete +"treatment of waste paint, municipal incineration FAE",waste paint,waste treatment,Others\Transformation +"treatment of waste paint, municipal incineration with fly ash extraction","electricity, for reuse in municipal waste incineration only",energy,Electricity by fuel\Waste\Transformation +"treatment of waste paint, municipal incineration with fly ash extraction","heat, for reuse in municipal waste incineration only",energy,Heat\Waste\Transformation +"treatment of waste paint, municipal incineration with fly ash extraction",waste paint,waste treatment,Incineration\Municipal incineration\Transformation +"treatment of waste paint, municipal incineration with fly ash extraction",zinc concentrate,processing,Others\Obsolete +"treatment of waste paint, sanitary landfill","heat, district or industrial, other than natural gas",energy,Heat\Others\Transformation +"treatment of waste paint, sanitary landfill",waste paint,waste treatment,Landfill\Sanitary landfill\Transformation +"treatment of waste paint, sanitary landfill","electricity, medium voltage",energy,Others\Obsolete +"treatment of waste paper to pulp, wet lap, totally chlorine free bleached","deinked pulp, wet lap",material,Chemicals\Others\Transformation +"treatment of waste paper, unsorted, sorting","waste paper, sorted",material,Paper+ Board\Waste paper\Transformation +"treatment of waste paperboard, inert material landfill",waste paperboard,waste treatment,Landfill\Inert material landfill\Transformation +"treatment of waste paperboard, municipal incineration","electricity, for reuse in municipal waste incineration only",energy,Electricity by fuel\Waste\Transformation +"treatment of waste paperboard, municipal incineration","heat, for reuse in municipal waste incineration only",energy,Heat\Others\Transformation +"treatment of waste paperboard, municipal incineration",waste paperboard,waste treatment,Incineration\Municipal incineration\Transformation +"treatment of waste paperboard, municipal incineration FAE","heat, for reuse in municipal waste incineration only",energy,Heat\Others\Transformation +"treatment of waste paperboard, municipal incineration FAE","electricity, for reuse in municipal waste incineration only",energy,Others\Obsolete +"treatment of waste paperboard, municipal incineration FAE",waste paperboard,waste treatment,Others\Transformation +"treatment of waste paperboard, municipal incineration with fly ash extraction","electricity, for reuse in municipal waste incineration only",energy,Electricity by fuel\Waste\Transformation +"treatment of waste paperboard, municipal incineration with fly ash extraction","heat, for reuse in municipal waste incineration only",energy,Heat\Waste\Transformation +"treatment of waste paperboard, municipal incineration with fly ash extraction",waste paperboard,waste treatment,Incineration\Municipal incineration\Transformation +"treatment of waste paperboard, municipal incineration with fly ash extraction",zinc concentrate,processing,Others\Obsolete +"treatment of waste paperboard, open burning",waste paperboard,waste treatment,Paper+ Board\Transformation +"treatment of waste paperboard, open dump, dry infiltration class (100mm)",waste paperboard,waste treatment,Paper+ Board\Transformation +"treatment of waste paperboard, open dump, hyperarid infiltration class (-250mm)",waste paperboard,waste treatment,Paper+ Board\Transformation +"treatment of waste paperboard, open dump, moist infiltration class (300mm)",waste paperboard,waste treatment,Paper+ Board\Transformation +"treatment of waste paperboard, open dump, very wet infiltration class (1000mm)",waste paperboard,waste treatment,Paper+ Board\Transformation +"treatment of waste paperboard, open dump, wet infiltration class (500mm)",waste paperboard,waste treatment,Paper+ Board\Transformation +"treatment of waste paperboard, sanitary landfill","heat, district or industrial, other than natural gas",energy,Heat\Others\Transformation +"treatment of waste paperboard, sanitary landfill",waste paperboard,waste treatment,Landfill\Sanitary landfill\Transformation +"treatment of waste paperboard, sanitary landfill","electricity, medium voltage",energy,Others\Obsolete +"treatment of waste paperboard, sorting plant",waste paperboard,waste treatment,Others\Obsolete +"treatment of waste paperboard, unsanitary landfill, dry infiltration class (100mm)",waste paperboard,waste treatment,Paper+ Board\Transformation +"treatment of waste paperboard, unsanitary landfill, hyperarid infiltration class (-250mm)",waste paperboard,waste treatment,Paper+ Board\Transformation +"treatment of waste paperboard, unsanitary landfill, moist infiltration class (300mm)",waste paperboard,waste treatment,Paper+ Board\Transformation +"treatment of waste paperboard, unsanitary landfill, very wet infiltration class (1000mm)",waste paperboard,waste treatment,Paper+ Board\Transformation +"treatment of waste paperboard, unsanitary landfill, wet infiltration class (500mm)",waste paperboard,waste treatment,Paper+ Board\Transformation +"treatment of waste paperboard, unsorted, sorting","waste paperboard, sorted",material,Paper+ Board\Waste paper\Transformation +"treatment of waste plaster-cardboard sandwich, collection for final disposal",waste plaster-cardboard sandwich,waste treatment,Others\Transformation +"treatment of waste plaster-cardboard sandwich, recycling",waste plaster-cardboard sandwich,waste treatment,Others\Transformation +"treatment of waste plaster-cardboard sandwich, sorting plant",waste plaster-cardboard sandwich,waste treatment,Others\Transformation +"treatment of waste plastic plaster, collection for final disposal",waste plastic plaster,waste treatment,Construction waste\Transformation +"treatment of waste plastic plaster, inert material landfill","waste plastic plaster, for final disposal",waste treatment,Landfill\Inert material landfill\Transformation +"treatment of waste plastic plaster, sanitary landfill","heat, district or industrial, other than natural gas",energy,Heat\Others\Transformation +"treatment of waste plastic plaster, sanitary landfill","waste plastic plaster, for final disposal",waste treatment,Landfill\Sanitary landfill\Transformation +"treatment of waste plastic plaster, sanitary landfill","electricity, medium voltage",energy,Others\Obsolete +"treatment of waste plastic plaster, sorting plant",waste plastic plaster,waste treatment,Construction waste\Transformation +"treatment of waste plastic, consumer electronics, dismantling, sorting and cleaning, formal sector","waste plastic, consumer electronics, sorted",material,Plastics\Recycling\Transformation +"treatment of waste plastic, consumer electronics, dismantling, sorting and cleaning, formal sector_obsolete","waste plastic, consumer electronics, sorted",waste treatment,Others\Obsolete +"treatment of waste plastic, consumer electronics, manual dismantling, sorting and cleaning, informal sector","waste plastic, consumer electronics, sorted",material,Plastics\Recycling\Transformation +"treatment of waste plastic, consumer electronics, manual dismantling, sorting and cleaning, informal sector_obsolete","waste plastic, consumer electronics, sorted",waste treatment,Others\Obsolete +"treatment of waste plastic, consumer electronics, municipal incineration","electricity, for reuse in municipal waste incineration only",energy,Electricity by fuel\Waste\Transformation +"treatment of waste plastic, consumer electronics, municipal incineration","heat, for reuse in municipal waste incineration only",energy,Heat\Others\Transformation +"treatment of waste plastic, consumer electronics, municipal incineration","waste plastic, consumer electronics",waste treatment,Incineration\Municipal incineration\Transformation +"treatment of waste plastic, consumer electronics, municipal incineration FAE","heat, for reuse in municipal waste incineration only",energy,Heat\Others\Transformation +"treatment of waste plastic, consumer electronics, municipal incineration FAE","electricity, for reuse in municipal waste incineration only",energy,Others\Obsolete +"treatment of waste plastic, consumer electronics, municipal incineration FAE","waste plastic, consumer electronics",waste treatment,Others\Transformation +"treatment of waste plastic, consumer electronics, municipal incineration with fly ash extraction","electricity, for reuse in municipal waste incineration only",energy,Electricity by fuel\Waste\Transformation +"treatment of waste plastic, consumer electronics, municipal incineration with fly ash extraction","heat, for reuse in municipal waste incineration only",energy,Heat\Waste\Transformation +"treatment of waste plastic, consumer electronics, municipal incineration with fly ash extraction","waste plastic, consumer electronics",waste treatment,Incineration\Municipal incineration\Transformation +"treatment of waste plastic, consumer electronics, municipal incineration with fly ash extraction",zinc concentrate,processing,Others\Obsolete +"treatment of waste plastic, consumer electronics, open burning","waste plastic, consumer electronics",waste treatment,Electronics waste\Transformation +"treatment of waste plastic, consumer electronics, sanitary landfill, wet infiltration class (500mm)","electricity, medium voltage",energy,Electricity by fuel\Waste\Transformation +"treatment of waste plastic, consumer electronics, sanitary landfill, wet infiltration class (500mm)","waste plastic, consumer electronics",waste treatment,Electronics waste\Transformation +"treatment of waste plastic, consumer electronics, sanitary landfill, wet infiltration class (500mm)","heat, district or industrial, other than natural gas",energy,Heat\Waste\Transformation +"treatment of waste plastic, consumer electronics, unsanitary landfill, wet infiltration class (500mm)","waste plastic, consumer electronics",waste treatment,Electronics waste\Transformation +"treatment of waste plastic, industrial electronics, municipal incineration","electricity, for reuse in municipal waste incineration only",energy,Electricity by fuel\Waste\Transformation +"treatment of waste plastic, industrial electronics, municipal incineration","heat, for reuse in municipal waste incineration only",energy,Heat\Others\Transformation +"treatment of waste plastic, industrial electronics, municipal incineration","waste plastic, industrial electronics",waste treatment,Incineration\Municipal incineration\Transformation +"treatment of waste plastic, industrial electronics, municipal incineration FAE","heat, for reuse in municipal waste incineration only",energy,Heat\Others\Transformation +"treatment of waste plastic, industrial electronics, municipal incineration FAE","electricity, for reuse in municipal waste incineration only",energy,Others\Obsolete +"treatment of waste plastic, industrial electronics, municipal incineration FAE","waste plastic, industrial electronics",waste treatment,Others\Transformation +"treatment of waste plastic, industrial electronics, municipal incineration with fly ash extraction","electricity, for reuse in municipal waste incineration only",energy,Electricity by fuel\Waste\Transformation +"treatment of waste plastic, industrial electronics, municipal incineration with fly ash extraction","heat, for reuse in municipal waste incineration only",energy,Heat\Waste\Transformation +"treatment of waste plastic, industrial electronics, municipal incineration with fly ash extraction","waste plastic, industrial electronics",waste treatment,Incineration\Municipal incineration\Transformation +"treatment of waste plastic, industrial electronics, municipal incineration with fly ash extraction",zinc concentrate,processing,Others\Obsolete +"treatment of waste plastic, mixture, municipal incineration","electricity, for reuse in municipal waste incineration only",energy,Electricity by fuel\Waste\Transformation +"treatment of waste plastic, mixture, municipal incineration","heat, for reuse in municipal waste incineration only",energy,Heat\Others\Transformation +"treatment of waste plastic, mixture, municipal incineration","waste plastic, mixture",waste treatment,Incineration\Municipal incineration\Transformation +"treatment of waste plastic, mixture, municipal incineration FAE","heat, for reuse in municipal waste incineration only",energy,Heat\Others\Transformation +"treatment of waste plastic, mixture, municipal incineration FAE","electricity, for reuse in municipal waste incineration only",energy,Others\Obsolete +"treatment of waste plastic, mixture, municipal incineration FAE","waste plastic, mixture",waste treatment,Others\Transformation +"treatment of waste plastic, mixture, municipal incineration with fly ash extraction","electricity, for reuse in municipal waste incineration only",energy,Electricity by fuel\Waste\Transformation +"treatment of waste plastic, mixture, municipal incineration with fly ash extraction","heat, for reuse in municipal waste incineration only",energy,Heat\Waste\Transformation +"treatment of waste plastic, mixture, municipal incineration with fly ash extraction","waste plastic, mixture",waste treatment,Incineration\Municipal incineration\Transformation +"treatment of waste plastic, mixture, municipal incineration with fly ash extraction",zinc concentrate,processing,Others\Obsolete +"treatment of waste plastic, mixture, open burning","waste plastic, mixture",waste treatment,Plastics\Transformation +"treatment of waste plastic, mixture, open dump, dry infiltration class (100mm)","waste plastic, mixture",waste treatment,Plastics\Transformation +"treatment of waste plastic, mixture, open dump, hyperarid infiltration class (-250mm)","waste plastic, mixture",waste treatment,Plastics\Transformation +"treatment of waste plastic, mixture, open dump, moist infiltration class (300mm)","waste plastic, mixture",waste treatment,Plastics\Transformation +"treatment of waste plastic, mixture, open dump, very wet infiltration class (1000mm)","waste plastic, mixture",waste treatment,Plastics\Transformation +"treatment of waste plastic, mixture, open dump, wet infiltration class (500mm)","waste plastic, mixture",waste treatment,Plastics\Transformation +"treatment of waste plastic, mixture, sanitary landfill","heat, district or industrial, other than natural gas",energy,Heat\Others\Transformation +"treatment of waste plastic, mixture, sanitary landfill","waste plastic, mixture",waste treatment,Landfill\Sanitary landfill\Transformation +"treatment of waste plastic, mixture, sanitary landfill","electricity, medium voltage",energy,Others\Obsolete +"treatment of waste plastic, mixture, unsanitary landfill, dry infiltration class (100mm)","waste plastic, mixture",waste treatment,Plastics\Transformation +"treatment of waste plastic, mixture, unsanitary landfill, hyperarid infiltration class (-250mm)","waste plastic, mixture",waste treatment,Plastics\Transformation +"treatment of waste plastic, mixture, unsanitary landfill, moist infiltration class (300mm)","waste plastic, mixture",waste treatment,Plastics\Transformation +"treatment of waste plastic, mixture, unsanitary landfill, very wet infiltration class (1000mm)","waste plastic, mixture",waste treatment,Plastics\Transformation +"treatment of waste plastic, mixture, unsanitary landfill, wet infiltration class (500mm)","waste plastic, mixture",waste treatment,Plastics\Transformation +"treatment of waste polyethylene terephtalate, municipal incineration","electricity, for reuse in municipal waste incineration only",energy,Others\Obsolete +"treatment of waste polyethylene terephtalate, municipal incineration","heat, for reuse in municipal waste incineration only",energy,Others\Obsolete +"treatment of waste polyethylene terephtalate, municipal incineration",waste polyethylene terephtalate,waste treatment,Others\Obsolete +"treatment of waste polyethylene terephtalate, municipal incineration with fly ash extraction","electricity, for reuse in municipal waste incineration only",energy,Others\Obsolete +"treatment of waste polyethylene terephtalate, municipal incineration with fly ash extraction","heat, for reuse in municipal waste incineration only",energy,Others\Obsolete +"treatment of waste polyethylene terephtalate, municipal incineration with fly ash extraction",zinc concentrate,processing,Others\Obsolete +"treatment of waste polyethylene terephtalate, sanitary landfill",waste polyethylene terephtalate,waste treatment,Others\Obsolete +"treatment of waste polyethylene terephthalate, for recycling, unsorted, sorting","waste polyethylene terephthalate, for recycling, sorted",material,Plastics\Recycling\Transformation +"treatment of waste polyethylene terephthalate, municipal incineration","electricity, for reuse in municipal waste incineration only",energy,Electricity by fuel\Waste\Transformation +"treatment of waste polyethylene terephthalate, municipal incineration","heat, for reuse in municipal waste incineration only",energy,Heat\Others\Transformation +"treatment of waste polyethylene terephthalate, municipal incineration",waste polyethylene terephthalate,waste treatment,Others\Transformation +"treatment of waste polyethylene terephthalate, municipal incineration FAE","heat, for reuse in municipal waste incineration only",energy,Heat\Others\Transformation +"treatment of waste polyethylene terephthalate, municipal incineration FAE","electricity, for reuse in municipal waste incineration only",energy,Others\Obsolete +"treatment of waste polyethylene terephthalate, municipal incineration FAE",waste polyethylene terephthalate,waste treatment,Others\Transformation +"treatment of waste polyethylene terephthalate, municipal incineration with fly ash extraction","electricity, for reuse in municipal waste incineration only",energy,Electricity by fuel\Waste\Transformation +"treatment of waste polyethylene terephthalate, municipal incineration with fly ash extraction","heat, for reuse in municipal waste incineration only",energy,Heat\Waste\Transformation +"treatment of waste polyethylene terephthalate, municipal incineration with fly ash extraction",waste polyethylene terephthalate,waste treatment,Plastics\Transformation +"treatment of waste polyethylene terephthalate, open burning",waste polyethylene terephthalate,waste treatment,Plastics\Transformation +"treatment of waste polyethylene terephthalate, open dump, dry infiltration class (100mm)",waste polyethylene terephthalate,waste treatment,Plastics\Transformation +"treatment of waste polyethylene terephthalate, open dump, hyperarid infiltration class (-250mm)",waste polyethylene terephthalate,waste treatment,Plastics\Transformation +"treatment of waste polyethylene terephthalate, open dump, moist infiltration class (300mm)",waste polyethylene terephthalate,waste treatment,Plastics\Transformation +"treatment of waste polyethylene terephthalate, open dump, very wet infiltration class (1000mm)",waste polyethylene terephthalate,waste treatment,Plastics\Transformation +"treatment of waste polyethylene terephthalate, open dump, wet infiltration class (500mm)",waste polyethylene terephthalate,waste treatment,Plastics\Transformation +"treatment of waste polyethylene terephthalate, sanitary landfill","heat, district or industrial, other than natural gas",energy,Heat\Others\Transformation +"treatment of waste polyethylene terephthalate, sanitary landfill","electricity, medium voltage",energy,Others\Obsolete +"treatment of waste polyethylene terephthalate, sanitary landfill",waste polyethylene terephthalate,waste treatment,Plastics\Transformation +"treatment of waste polyethylene terephthalate, unsanitary landfill, dry infiltration class (100mm)",waste polyethylene terephthalate,waste treatment,Plastics\Transformation +"treatment of waste polyethylene terephthalate, unsanitary landfill, hyperarid infiltration class (-250mm)",waste polyethylene terephthalate,waste treatment,Plastics\Transformation +"treatment of waste polyethylene terephthalate, unsanitary landfill, moist infiltration class (300mm)",waste polyethylene terephthalate,waste treatment,Plastics\Transformation +"treatment of waste polyethylene terephthalate, unsanitary landfill, very wet infiltration class (1000mm)",waste polyethylene terephthalate,waste treatment,Plastics\Transformation +"treatment of waste polyethylene terephthalate, unsanitary landfill, wet infiltration class (500mm)",waste polyethylene terephthalate,waste treatment,Plastics\Transformation +"treatment of waste polyethylene, for recycling, unsorted, sorting","waste polyethylene, for recycling, sorted",material,Plastics\Recycling\Transformation +"treatment of waste polyethylene, for recycling, unsorted, sorting_obsolete","waste polyethylene, for recycling, sorted",waste treatment,Others\Obsolete +"treatment of waste polyethylene, municipal incineration","electricity, for reuse in municipal waste incineration only",energy,Electricity by fuel\Waste\Transformation +"treatment of waste polyethylene, municipal incineration","heat, for reuse in municipal waste incineration only",energy,Heat\Others\Transformation +"treatment of waste polyethylene, municipal incineration",waste polyethylene,waste treatment,Incineration\Municipal incineration\Transformation +"treatment of waste polyethylene, municipal incineration FAE","heat, for reuse in municipal waste incineration only",energy,Heat\Others\Transformation +"treatment of waste polyethylene, municipal incineration FAE","electricity, for reuse in municipal waste incineration only",energy,Others\Obsolete +"treatment of waste polyethylene, municipal incineration FAE",waste polyethylene,waste treatment,Others\Transformation +"treatment of waste polyethylene, municipal incineration with fly ash extraction","electricity, for reuse in municipal waste incineration only",energy,Electricity by fuel\Waste\Transformation +"treatment of waste polyethylene, municipal incineration with fly ash extraction","heat, for reuse in municipal waste incineration only",energy,Heat\Waste\Transformation +"treatment of waste polyethylene, municipal incineration with fly ash extraction",waste polyethylene,waste treatment,Incineration\Municipal incineration\Transformation +"treatment of waste polyethylene, municipal incineration with fly ash extraction",zinc concentrate,processing,Others\Obsolete +"treatment of waste polyethylene, open burning",waste polyethylene,waste treatment,Plastics\Transformation +"treatment of waste polyethylene, open dump, dry infiltration class (100mm)",waste polyethylene,waste treatment,Plastics\Transformation +"treatment of waste polyethylene, open dump, hyperarid infiltration class (-250mm)",waste polyethylene,waste treatment,Plastics\Transformation +"treatment of waste polyethylene, open dump, moist infiltration class (300mm)",waste polyethylene,waste treatment,Plastics\Transformation +"treatment of waste polyethylene, open dump, very wet infiltration class (1000mm)",waste polyethylene,waste treatment,Plastics\Transformation +"treatment of waste polyethylene, open dump, wet infiltration class (500mm)",waste polyethylene,waste treatment,Plastics\Transformation +"treatment of waste polyethylene, sanitary landfill","heat, district or industrial, other than natural gas",energy,Heat\Others\Transformation +"treatment of waste polyethylene, sanitary landfill",waste polyethylene,waste treatment,Landfill\Sanitary landfill\Transformation +"treatment of waste polyethylene, sanitary landfill","electricity, medium voltage",energy,Others\Obsolete +"treatment of waste polyethylene, unsanitary landfill, dry infiltration class (100mm)",waste polyethylene,waste treatment,Plastics\Transformation +"treatment of waste polyethylene, unsanitary landfill, hyperarid infiltration class (-250mm)",waste polyethylene,waste treatment,Plastics\Transformation +"treatment of waste polyethylene, unsanitary landfill, moist infiltration class (300mm)",waste polyethylene,waste treatment,Plastics\Transformation +"treatment of waste polyethylene, unsanitary landfill, very wet infiltration class (1000mm)",waste polyethylene,waste treatment,Plastics\Transformation +"treatment of waste polyethylene, unsanitary landfill, wet infiltration class (500mm)",waste polyethylene,waste treatment,Plastics\Transformation +"treatment of waste polyethylene/polypropylene product, collection for final disposal",waste polyethylene/polypropylene product,waste treatment,Landfill\Sanitary landfill\Transformation +"treatment of waste polypropylene, municipal incineration","electricity, for reuse in municipal waste incineration only",energy,Electricity by fuel\Waste\Transformation +"treatment of waste polypropylene, municipal incineration","heat, for reuse in municipal waste incineration only",energy,Heat\Others\Transformation +"treatment of waste polypropylene, municipal incineration",waste polypropylene,waste treatment,Incineration\Municipal incineration\Transformation +"treatment of waste polypropylene, municipal incineration FAE","heat, for reuse in municipal waste incineration only",energy,Heat\Others\Transformation +"treatment of waste polypropylene, municipal incineration FAE","electricity, for reuse in municipal waste incineration only",energy,Others\Obsolete +"treatment of waste polypropylene, municipal incineration FAE",waste polypropylene,waste treatment,Others\Transformation +"treatment of waste polypropylene, municipal incineration with fly ash extraction","electricity, for reuse in municipal waste incineration only",energy,Electricity by fuel\Waste\Transformation +"treatment of waste polypropylene, municipal incineration with fly ash extraction","heat, for reuse in municipal waste incineration only",energy,Heat\Waste\Transformation +"treatment of waste polypropylene, municipal incineration with fly ash extraction",waste polypropylene,waste treatment,Incineration\Municipal incineration\Transformation +"treatment of waste polypropylene, municipal incineration with fly ash extraction",zinc concentrate,processing,Others\Obsolete +"treatment of waste polypropylene, open burning",waste polypropylene,waste treatment,Plastics\Transformation +"treatment of waste polypropylene, open dump, dry infiltration class (100mm)",waste polypropylene,waste treatment,Plastics\Transformation +"treatment of waste polypropylene, open dump, hyperarid infiltration class (-250mm)",waste polypropylene,waste treatment,Plastics\Transformation +"treatment of waste polypropylene, open dump, moist infiltration class (300mm)",waste polypropylene,waste treatment,Plastics\Transformation +"treatment of waste polypropylene, open dump, very wet infiltration class (1000mm)",waste polypropylene,waste treatment,Plastics\Transformation +"treatment of waste polypropylene, open dump, wet infiltration class (500mm)",waste polypropylene,waste treatment,Plastics\Transformation +"treatment of waste polypropylene, sanitary landfill","heat, district or industrial, other than natural gas",energy,Heat\Others\Transformation +"treatment of waste polypropylene, sanitary landfill",waste polypropylene,waste treatment,Landfill\Sanitary landfill\Transformation +"treatment of waste polypropylene, sanitary landfill","electricity, medium voltage",energy,Others\Obsolete +"treatment of waste polypropylene, unsanitary landfill, dry infiltration class (100mm)",waste polypropylene,waste treatment,Plastics\Transformation +"treatment of waste polypropylene, unsanitary landfill, hyperarid infiltration class (-250mm)",waste polypropylene,waste treatment,Plastics\Transformation +"treatment of waste polypropylene, unsanitary landfill, moist infiltration class (300mm)",waste polypropylene,waste treatment,Plastics\Transformation +"treatment of waste polypropylene, unsanitary landfill, very wet infiltration class (1000mm)",waste polypropylene,waste treatment,Plastics\Transformation +"treatment of waste polypropylene, unsanitary landfill, wet infiltration class (500mm)",waste polypropylene,waste treatment,Plastics\Transformation +"treatment of waste polystyrene isolation, flame-retardant, collection for final disposal","waste polystyrene isolation, flame-retardant",waste treatment,Construction waste\Transformation +"treatment of waste polystyrene, municipal incineration","electricity, for reuse in municipal waste incineration only",energy,Electricity by fuel\Waste\Transformation +"treatment of waste polystyrene, municipal incineration","heat, for reuse in municipal waste incineration only",energy,Heat\Others\Transformation +"treatment of waste polystyrene, municipal incineration",waste polystyrene,waste treatment,Incineration\Municipal incineration\Transformation +"treatment of waste polystyrene, municipal incineration FAE","heat, for reuse in municipal waste incineration only",energy,Heat\Others\Transformation +"treatment of waste polystyrene, municipal incineration FAE","electricity, for reuse in municipal waste incineration only",energy,Others\Obsolete +"treatment of waste polystyrene, municipal incineration FAE",waste polystyrene,waste treatment,Others\Transformation +"treatment of waste polystyrene, municipal incineration with fly ash extraction","electricity, for reuse in municipal waste incineration only",energy,Electricity by fuel\Waste\Transformation +"treatment of waste polystyrene, municipal incineration with fly ash extraction","heat, for reuse in municipal waste incineration only",energy,Heat\Waste\Transformation +"treatment of waste polystyrene, municipal incineration with fly ash extraction",waste polystyrene,waste treatment,Incineration\Municipal incineration\Transformation +"treatment of waste polystyrene, municipal incineration with fly ash extraction",zinc concentrate,processing,Others\Obsolete +"treatment of waste polystyrene, open burning",waste polystyrene,waste treatment,Plastics\Transformation +"treatment of waste polystyrene, open dump, dry infiltration class (100mm)",waste polystyrene,waste treatment,Plastics\Transformation +"treatment of waste polystyrene, open dump, hyperarid infiltration class (-250mm)",waste polystyrene,waste treatment,Plastics\Transformation +"treatment of waste polystyrene, open dump, moist infiltration class (300mm)",waste polystyrene,waste treatment,Plastics\Transformation +"treatment of waste polystyrene, open dump, very wet infiltration class (1000mm)",waste polystyrene,waste treatment,Plastics\Transformation +"treatment of waste polystyrene, open dump, wet infiltration class (500mm)",waste polystyrene,waste treatment,Plastics\Transformation +"treatment of waste polystyrene, sanitary landfill","heat, district or industrial, other than natural gas",energy,Heat\Others\Transformation +"treatment of waste polystyrene, sanitary landfill",waste polystyrene,waste treatment,Landfill\Sanitary landfill\Transformation +"treatment of waste polystyrene, sanitary landfill","electricity, medium voltage",energy,Others\Obsolete +"treatment of waste polystyrene, unsanitary landfill, dry infiltration class (100mm)",waste polystyrene,waste treatment,Plastics\Transformation +"treatment of waste polystyrene, unsanitary landfill, hyperarid infiltration class (-250mm)",waste polystyrene,waste treatment,Plastics\Transformation +"treatment of waste polystyrene, unsanitary landfill, moist infiltration class (300mm)",waste polystyrene,waste treatment,Plastics\Transformation +"treatment of waste polystyrene, unsanitary landfill, very wet infiltration class (1000mm)",waste polystyrene,waste treatment,Plastics\Transformation +"treatment of waste polystyrene, unsanitary landfill, wet infiltration class (500mm)",waste polystyrene,waste treatment,Plastics\Transformation +"treatment of waste polyurethane foam, collection for final disposal",waste polyurethane foam,waste treatment,Construction waste\Transformation +"treatment of waste polyurethane seal, collection for final disposal",waste polyurethane seal,waste treatment,Construction waste\Transformation +"treatment of waste polyurethane seal, sorting plant",waste polyurethane seal,waste treatment,Construction waste\Transformation +"treatment of waste polyurethane, inert material landfill",waste polyurethane,waste treatment,Landfill\Inert material landfill\Transformation +"treatment of waste polyurethane, municipal incineration","electricity, for reuse in municipal waste incineration only",energy,Electricity by fuel\Waste\Transformation +"treatment of waste polyurethane, municipal incineration","heat, for reuse in municipal waste incineration only",energy,Heat\Others\Transformation +"treatment of waste polyurethane, municipal incineration",waste polyurethane,waste treatment,Incineration\Municipal incineration\Transformation +"treatment of waste polyurethane, municipal incineration FAE","heat, for reuse in municipal waste incineration only",energy,Heat\Others\Transformation +"treatment of waste polyurethane, municipal incineration FAE","electricity, for reuse in municipal waste incineration only",energy,Others\Obsolete +"treatment of waste polyurethane, municipal incineration FAE",waste polyurethane,waste treatment,Others\Transformation +"treatment of waste polyurethane, municipal incineration with fly ash extraction","electricity, for reuse in municipal waste incineration only",energy,Electricity by fuel\Waste\Transformation +"treatment of waste polyurethane, municipal incineration with fly ash extraction","heat, for reuse in municipal waste incineration only",energy,Heat\Waste\Transformation +"treatment of waste polyurethane, municipal incineration with fly ash extraction",waste polyurethane,waste treatment,Incineration\Municipal incineration\Transformation +"treatment of waste polyurethane, municipal incineration with fly ash extraction",zinc concentrate,processing,Others\Obsolete +"treatment of waste polyurethane, open burning",waste polyurethane,waste treatment,Plastics\Transformation +"treatment of waste polyurethane, open dump, dry infiltration class (100mm)",waste polyurethane,waste treatment,Plastics\Transformation +"treatment of waste polyurethane, open dump, hyperarid infiltration class (-250mm)",waste polyurethane,waste treatment,Plastics\Transformation +"treatment of waste polyurethane, open dump, moist infiltration class (300mm)",waste polyurethane,waste treatment,Plastics\Transformation +"treatment of waste polyurethane, open dump, very wet infiltration class (1000mm)",waste polyurethane,waste treatment,Plastics\Transformation +"treatment of waste polyurethane, open dump, wet infiltration class (500mm)",waste polyurethane,waste treatment,Plastics\Transformation +"treatment of waste polyurethane, sanitary landfill","heat, district or industrial, other than natural gas",energy,Heat\Others\Transformation +"treatment of waste polyurethane, sanitary landfill",waste polyurethane,waste treatment,Landfill\Sanitary landfill\Transformation +"treatment of waste polyurethane, sanitary landfill","electricity, medium voltage",energy,Others\Obsolete +"treatment of waste polyurethane, unsanitary landfill, dry infiltration class (100mm)",waste polyurethane,waste treatment,Plastics\Transformation +"treatment of waste polyurethane, unsanitary landfill, hyperarid infiltration class (-250mm)",waste polyurethane,waste treatment,Plastics\Transformation +"treatment of waste polyurethane, unsanitary landfill, moist infiltration class (300mm)",waste polyurethane,waste treatment,Plastics\Transformation +"treatment of waste polyurethane, unsanitary landfill, very wet infiltration class (1000mm)",waste polyurethane,waste treatment,Plastics\Transformation +"treatment of waste polyurethane, unsanitary landfill, wet infiltration class (500mm)",waste polyurethane,waste treatment,Plastics\Transformation +"treatment of waste polyvinylchloride product, collection for final disposal",waste polyvinylchloride product,waste treatment,Construction waste\Transformation +"treatment of waste polyvinylchloride, municipal incineration","electricity, for reuse in municipal waste incineration only",energy,Electricity by fuel\Waste\Transformation +"treatment of waste polyvinylchloride, municipal incineration","heat, for reuse in municipal waste incineration only",energy,Heat\Others\Transformation +"treatment of waste polyvinylchloride, municipal incineration",waste polyvinylchloride,waste treatment,Incineration\Municipal incineration\Transformation +"treatment of waste polyvinylchloride, municipal incineration FAE","heat, for reuse in municipal waste incineration only",energy,Heat\Others\Transformation +"treatment of waste polyvinylchloride, municipal incineration FAE","electricity, for reuse in municipal waste incineration only",energy,Others\Obsolete +"treatment of waste polyvinylchloride, municipal incineration FAE",waste polyvinylchloride,waste treatment,Others\Transformation +"treatment of waste polyvinylchloride, municipal incineration with fly ash extraction","electricity, for reuse in municipal waste incineration only",energy,Electricity by fuel\Waste\Transformation +"treatment of waste polyvinylchloride, municipal incineration with fly ash extraction","heat, for reuse in municipal waste incineration only",energy,Heat\Waste\Transformation +"treatment of waste polyvinylchloride, municipal incineration with fly ash extraction",waste polyvinylchloride,waste treatment,Incineration\Municipal incineration\Transformation +"treatment of waste polyvinylchloride, municipal incineration with fly ash extraction",zinc concentrate,processing,Others\Obsolete +"treatment of waste polyvinylchloride, open burning",waste polyvinylchloride,waste treatment,Plastics\Transformation +"treatment of waste polyvinylchloride, open dump, dry infiltration class (100mm)",waste polyvinylchloride,waste treatment,Plastics\Transformation +"treatment of waste polyvinylchloride, open dump, hyperarid infiltration class (-250mm)",waste polyvinylchloride,waste treatment,Plastics\Transformation +"treatment of waste polyvinylchloride, open dump, moist infiltration class (300mm)",waste polyvinylchloride,waste treatment,Plastics\Transformation +"treatment of waste polyvinylchloride, open dump, very wet infiltration class (1000mm)",waste polyvinylchloride,waste treatment,Plastics\Transformation +"treatment of waste polyvinylchloride, open dump, wet infiltration class (500mm)",waste polyvinylchloride,waste treatment,Plastics\Transformation +"treatment of waste polyvinylchloride, sanitary landfill","heat, district or industrial, other than natural gas",energy,Heat\Others\Transformation +"treatment of waste polyvinylchloride, sanitary landfill",waste polyvinylchloride,waste treatment,Landfill\Sanitary landfill\Transformation +"treatment of waste polyvinylchloride, sanitary landfill","electricity, medium voltage",energy,Others\Obsolete +"treatment of waste polyvinylchloride, unsanitary landfill, dry infiltration class (100mm)",waste polyvinylchloride,waste treatment,Plastics\Transformation +"treatment of waste polyvinylchloride, unsanitary landfill, hyperarid infiltration class (-250mm)",waste polyvinylchloride,waste treatment,Plastics\Transformation +"treatment of waste polyvinylchloride, unsanitary landfill, moist infiltration class (300mm)",waste polyvinylchloride,waste treatment,Plastics\Transformation +"treatment of waste polyvinylchloride, unsanitary landfill, very wet infiltration class (1000mm)",waste polyvinylchloride,waste treatment,Plastics\Transformation +"treatment of waste polyvinylchloride, unsanitary landfill, wet infiltration class (500mm)",waste polyvinylchloride,waste treatment,Plastics\Transformation +"treatment of waste polyvinylfluoride, municipal incineration","electricity, for reuse in municipal waste incineration only",energy,Electricity by fuel\Waste\Transformation +"treatment of waste polyvinylfluoride, municipal incineration","heat, for reuse in municipal waste incineration only",energy,Heat\Others\Transformation +"treatment of waste polyvinylfluoride, municipal incineration",waste polyvinylfluoride,waste treatment,Incineration\Municipal incineration\Transformation +"treatment of waste polyvinylfluoride, municipal incineration FAE","heat, for reuse in municipal waste incineration only",energy,Heat\Others\Transformation +"treatment of waste polyvinylfluoride, municipal incineration FAE","electricity, for reuse in municipal waste incineration only",energy,Others\Obsolete +"treatment of waste polyvinylfluoride, municipal incineration FAE",waste polyvinylfluoride,waste treatment,Others\Transformation +"treatment of waste polyvinylfluoride, municipal incineration with fly ash extraction","electricity, for reuse in municipal waste incineration only",energy,Electricity by fuel\Waste\Transformation +"treatment of waste polyvinylfluoride, municipal incineration with fly ash extraction","heat, for reuse in municipal waste incineration only",energy,Heat\Waste\Transformation +"treatment of waste polyvinylfluoride, municipal incineration with fly ash extraction",waste polyvinylfluoride,waste treatment,Incineration\Municipal incineration\Transformation +"treatment of waste polyvinylfluoride, municipal incineration with fly ash extraction",zinc concentrate,processing,Others\Obsolete +"treatment of waste refinery gas, burned in flare",waste refinery gas,waste treatment,Others\Transformation +"treatment of waste reinforced concrete, collection for final disposal",waste reinforced concrete,waste treatment,Construction waste\Transformation +"treatment of waste reinforced concrete, recycling",waste reinforced concrete,waste treatment,Construction waste\Transformation +"treatment of waste reinforced concrete, sorting plant",waste reinforced concrete,waste treatment,Construction waste\Transformation +"treatment of waste reinforced plasterboard, collection for final disposal",waste reinforced plasterboard,waste treatment,Construction waste\Transformation +"treatment of waste reinforced plasterboard, recycling",waste reinforced plasterboard,waste treatment,Construction waste\Transformation +"treatment of waste reinforced plasterboard, sorting plant",waste reinforced plasterboard,waste treatment,Construction waste\Transformation +"treatment of waste reinforcement steel, collection for final disposal",waste reinforcement steel,waste treatment,Construction waste\Transformation +"treatment of waste reinforcement steel, recycling",waste reinforcement steel,waste treatment,Construction waste\Transformation +"treatment of waste reinforcement steel, sorting plant",waste reinforcement steel,waste treatment,Construction waste\Transformation +"treatment of waste rubber, unspecified, municipal incineration","electricity, for reuse in municipal waste incineration only",energy,Electricity by fuel\Waste\Transformation +"treatment of waste rubber, unspecified, municipal incineration","heat, for reuse in municipal waste incineration only",energy,Heat\Waste\Transformation +"treatment of waste rubber, unspecified, municipal incineration","waste rubber, unspecified",waste treatment,Incineration\Municipal incineration\Transformation +"treatment of waste rubber, unspecified, municipal incineration FAE","heat, for reuse in municipal waste incineration only",energy,Heat\Others\Transformation +"treatment of waste rubber, unspecified, municipal incineration FAE","electricity, for reuse in municipal waste incineration only",energy,Others\Obsolete +"treatment of waste rubber, unspecified, municipal incineration FAE","waste rubber, unspecified",waste treatment,Others\Transformation +"treatment of waste rubber, unspecified, municipal incineration with fly ash extraction","electricity, for reuse in municipal waste incineration only",energy,Electricity by fuel\Waste\Transformation +"treatment of waste rubber, unspecified, municipal incineration with fly ash extraction","heat, for reuse in municipal waste incineration only",energy,Heat\Waste\Transformation +"treatment of waste rubber, unspecified, municipal incineration with fly ash extraction","waste rubber, unspecified",waste treatment,Incineration\Municipal incineration\Transformation +"treatment of waste rubber, unspecified, municipal incineration with fly ash extraction",zinc concentrate,processing,Others\Obsolete +"treatment of waste sealing sheet, polyethylene, municipal incineration","electricity, for reuse in municipal waste incineration only",energy,Electricity by fuel\Waste\Transformation +"treatment of waste sealing sheet, polyethylene, municipal incineration","heat, for reuse in municipal waste incineration only",energy,Heat\Others\Transformation +"treatment of waste sealing sheet, polyethylene, municipal incineration","waste sealing sheet, polyethylene",waste treatment,Incineration\Municipal incineration\Transformation +"treatment of waste sealing sheet, polyethylene, municipal incineration FAE","heat, for reuse in municipal waste incineration only",energy,Heat\Others\Transformation +"treatment of waste sealing sheet, polyethylene, municipal incineration FAE","electricity, for reuse in municipal waste incineration only",energy,Others\Obsolete +"treatment of waste sealing sheet, polyethylene, municipal incineration FAE","waste sealing sheet, polyethylene",waste treatment,Others\Transformation +"treatment of waste sealing sheet, polyethylene, municipal incineration with fly ash extraction","electricity, for reuse in municipal waste incineration only",energy,Electricity by fuel\Waste\Transformation +"treatment of waste sealing sheet, polyethylene, municipal incineration with fly ash extraction","heat, for reuse in municipal waste incineration only",energy,Heat\Waste\Transformation +"treatment of waste sealing sheet, polyethylene, municipal incineration with fly ash extraction","waste sealing sheet, polyethylene",waste treatment,Incineration\Municipal incineration\Transformation +"treatment of waste sealing sheet, polyethylene, municipal incineration with fly ash extraction",zinc concentrate,processing,Others\Obsolete +"treatment of waste sealing sheet, polyvinylchloride, municipal incineration","electricity, for reuse in municipal waste incineration only",energy,Electricity by fuel\Waste\Transformation +"treatment of waste sealing sheet, polyvinylchloride, municipal incineration","heat, for reuse in municipal waste incineration only",energy,Heat\Others\Transformation +"treatment of waste sealing sheet, polyvinylchloride, municipal incineration","waste sealing sheet, polyvinylchloride",waste treatment,Incineration\Municipal incineration\Transformation +"treatment of waste sealing sheet, polyvinylchloride, municipal incineration FAE","heat, for reuse in municipal waste incineration only",energy,Heat\Others\Transformation +"treatment of waste sealing sheet, polyvinylchloride, municipal incineration FAE","electricity, for reuse in municipal waste incineration only",energy,Others\Obsolete +"treatment of waste sealing sheet, polyvinylchloride, municipal incineration FAE","waste sealing sheet, polyvinylchloride",waste treatment,Others\Transformation +"treatment of waste sealing sheet, polyvinylchloride, municipal incineration with fly ash extraction","electricity, for reuse in municipal waste incineration only",energy,Electricity by fuel\Waste\Transformation +"treatment of waste sealing sheet, polyvinylchloride, municipal incineration with fly ash extraction","heat, for reuse in municipal waste incineration only",energy,Heat\Waste\Transformation +"treatment of waste sealing sheet, polyvinylchloride, municipal incineration with fly ash extraction","waste sealing sheet, polyvinylchloride",waste treatment,Incineration\Municipal incineration\Transformation +"treatment of waste sealing sheet, polyvinylchloride, municipal incineration with fly ash extraction",zinc concentrate,processing,Others\Obsolete +"treatment of waste textile, soiled, municipal incineration","electricity, for reuse in municipal waste incineration only",energy,Electricity by fuel\Waste\Transformation +"treatment of waste textile, soiled, municipal incineration","heat, for reuse in municipal waste incineration only",energy,Heat\Others\Transformation +"treatment of waste textile, soiled, municipal incineration","waste textile, soiled",waste treatment,Incineration\Municipal incineration\Transformation +"treatment of waste textile, soiled, municipal incineration FAE","heat, for reuse in municipal waste incineration only",energy,Heat\Others\Transformation +"treatment of waste textile, soiled, municipal incineration FAE","electricity, for reuse in municipal waste incineration only",energy,Others\Obsolete +"treatment of waste textile, soiled, municipal incineration FAE","waste textile, soiled",waste treatment,Others\Transformation +"treatment of waste textile, soiled, municipal incineration with fly ash extraction","electricity, for reuse in municipal waste incineration only",energy,Electricity by fuel\Waste\Transformation +"treatment of waste textile, soiled, municipal incineration with fly ash extraction","heat, for reuse in municipal waste incineration only",energy,Heat\Waste\Transformation +"treatment of waste textile, soiled, municipal incineration with fly ash extraction","waste textile, soiled",waste treatment,Incineration\Municipal incineration\Transformation +"treatment of waste textile, soiled, municipal incineration with fly ash extraction",zinc concentrate,processing,Others\Obsolete +"treatment of waste vapour barrier, flame-retarded, municipal incineration","waste vapour barrier, flame-retarded",waste treatment,Construction waste\Transformation +"treatment of waste vapour barrier, flame-retarded, municipal incineration","electricity, for reuse in municipal waste incineration only",energy,Electricity by fuel\Waste\Transformation +"treatment of waste vapour barrier, flame-retarded, municipal incineration","heat, for reuse in municipal waste incineration only",energy,Heat\Others\Transformation +"treatment of waste vapour barrier, flame-retarded, municipal incineration FAE","heat, for reuse in municipal waste incineration only",energy,Heat\Others\Transformation +"treatment of waste vapour barrier, flame-retarded, municipal incineration FAE","electricity, for reuse in municipal waste incineration only",energy,Others\Obsolete +"treatment of waste vapour barrier, flame-retarded, municipal incineration FAE","waste vapour barrier, flame-retarded",waste treatment,Others\Transformation +"treatment of waste vapour barrier, flame-retarded, municipal incineration with fly ash extraction","waste vapour barrier, flame-retarded",waste treatment,Construction waste\Transformation +"treatment of waste vapour barrier, flame-retarded, municipal incineration with fly ash extraction","electricity, for reuse in municipal waste incineration only",energy,Electricity by fuel\Waste\Transformation +"treatment of waste vapour barrier, flame-retarded, municipal incineration with fly ash extraction","heat, for reuse in municipal waste incineration only",energy,Heat\Waste\Transformation +"treatment of waste vapour barrier, flame-retarded, municipal incineration with fly ash extraction",zinc concentrate,processing,Others\Obsolete +"treatment of waste wire plastic, municipal incineration","electricity, for reuse in municipal waste incineration only",energy,Electricity by fuel\Waste\Transformation +"treatment of waste wire plastic, municipal incineration","heat, for reuse in municipal waste incineration only",energy,Heat\Others\Transformation +"treatment of waste wire plastic, municipal incineration",waste wire plastic,waste treatment,Incineration\Municipal incineration\Transformation +"treatment of waste wire plastic, municipal incineration FAE","heat, for reuse in municipal waste incineration only",energy,Heat\Others\Transformation +"treatment of waste wire plastic, municipal incineration FAE","electricity, for reuse in municipal waste incineration only",energy,Others\Obsolete +"treatment of waste wire plastic, municipal incineration FAE",waste wire plastic,waste treatment,Others\Transformation +"treatment of waste wire plastic, municipal incineration with fly ash extraction","electricity, for reuse in municipal waste incineration only",energy,Electricity by fuel\Waste\Transformation +"treatment of waste wire plastic, municipal incineration with fly ash extraction","heat, for reuse in municipal waste incineration only",energy,Heat\Waste\Transformation +"treatment of waste wire plastic, municipal incineration with fly ash extraction",waste wire plastic,waste treatment,Incineration\Municipal incineration\Transformation +"treatment of waste wire plastic, municipal incineration with fly ash extraction",zinc concentrate,processing,Others\Obsolete +"treatment of waste wood pole, chrome preserved, municipal incineration","electricity, for reuse in municipal waste incineration only",energy,Electricity by fuel\Waste\Transformation +"treatment of waste wood pole, chrome preserved, municipal incineration","heat, for reuse in municipal waste incineration only",energy,Heat\Others\Transformation +"treatment of waste wood pole, chrome preserved, municipal incineration","waste wood pole, chrome preserved",waste treatment,Incineration\Municipal incineration\Transformation +"treatment of waste wood pole, chrome preserved, municipal incineration FAE","heat, for reuse in municipal waste incineration only",energy,Heat\Others\Transformation +"treatment of waste wood pole, chrome preserved, municipal incineration FAE","electricity, for reuse in municipal waste incineration only",energy,Others\Obsolete +"treatment of waste wood pole, chrome preserved, municipal incineration FAE","waste wood pole, chrome preserved",waste treatment,Others\Transformation +"treatment of waste wood pole, chrome preserved, municipal incineration with fly ash extraction","electricity, for reuse in municipal waste incineration only",energy,Electricity by fuel\Waste\Transformation +"treatment of waste wood pole, chrome preserved, municipal incineration with fly ash extraction","heat, for reuse in municipal waste incineration only",energy,Heat\Waste\Transformation +"treatment of waste wood pole, chrome preserved, municipal incineration with fly ash extraction","waste wood pole, chrome preserved",waste treatment,Incineration\Municipal incineration\Transformation +"treatment of waste wood pole, chrome preserved, municipal incineration with fly ash extraction",zinc concentrate,processing,Others\Obsolete +"treatment of waste wood, post-consumer, sorting and shredding","wood chips, from post-consumer wood, measured as dry mass",material,Wood\Byproducts\Transformation +"treatment of waste wood, post-consumer, sorting and shredding_obsolete","wood chips, from post-consumer wood, measured as dry mass",waste treatment,Others\Obsolete +"treatment of waste wood, untreated, municipal incineration","electricity, for reuse in municipal waste incineration only",energy,Electricity by fuel\Waste\Transformation +"treatment of waste wood, untreated, municipal incineration","heat, for reuse in municipal waste incineration only",energy,Heat\Others\Transformation +"treatment of waste wood, untreated, municipal incineration","waste wood, untreated",waste treatment,Incineration\Municipal incineration\Transformation +"treatment of waste wood, untreated, municipal incineration FAE","heat, for reuse in municipal waste incineration only",energy,Heat\Others\Transformation +"treatment of waste wood, untreated, municipal incineration FAE","electricity, for reuse in municipal waste incineration only",energy,Others\Obsolete +"treatment of waste wood, untreated, municipal incineration FAE","waste wood, untreated",waste treatment,Others\Transformation +"treatment of waste wood, untreated, municipal incineration with fly ash extraction","electricity, for reuse in municipal waste incineration only",energy,Electricity by fuel\Waste\Transformation +"treatment of waste wood, untreated, municipal incineration with fly ash extraction","heat, for reuse in municipal waste incineration only",energy,Heat\Waste\Transformation +"treatment of waste wood, untreated, municipal incineration with fly ash extraction","waste wood, untreated",waste treatment,Incineration\Municipal incineration\Transformation +"treatment of waste wood, untreated, municipal incineration with fly ash extraction",zinc concentrate,processing,Others\Obsolete +"treatment of waste wood, untreated, open burning","waste wood, untreated",waste treatment,Wood\Transformation +"treatment of waste wood, untreated, open dump, dry infiltration class (100mm)","waste wood, untreated",waste treatment,Wood\Transformation +"treatment of waste wood, untreated, open dump, hyperarid infiltration class (-250mm)","waste wood, untreated",waste treatment,Wood\Transformation +"treatment of waste wood, untreated, open dump, moist infiltration class (300mm)","waste wood, untreated",waste treatment,Wood\Transformation +"treatment of waste wood, untreated, open dump, very wet infiltration class (1000mm)","waste wood, untreated",waste treatment,Wood\Transformation +"treatment of waste wood, untreated, open dump, wet infiltration class (500mm)","waste wood, untreated",waste treatment,Wood\Transformation +"treatment of waste wood, untreated, sanitary landfill","heat, district or industrial, other than natural gas",energy,Heat\Others\Transformation +"treatment of waste wood, untreated, sanitary landfill","waste wood, untreated",waste treatment,Landfill\Sanitary landfill\Transformation +"treatment of waste wood, untreated, sanitary landfill","electricity, medium voltage",energy,Others\Obsolete +"treatment of waste wood, untreated, unsanitary landfill, dry infiltration class (100mm)","waste wood, untreated",waste treatment,Wood\Transformation +"treatment of waste wood, untreated, unsanitary landfill, hyperarid infiltration class (-250mm)","waste wood, untreated",waste treatment,Wood\Transformation +"treatment of waste wood, untreated, unsanitary landfill, moist infiltration class (300mm)","waste wood, untreated",waste treatment,Wood\Transformation +"treatment of waste wood, untreated, unsanitary landfill, very wet infiltration class (1000mm)","waste wood, untreated",waste treatment,Wood\Transformation +"treatment of waste wood, untreated, unsanitary landfill, wet infiltration class (500mm)","waste wood, untreated",waste treatment,Wood\Transformation +treatment of waste x-ray film,silver,material,Metals\Non ferro\Transformation +treatment of waste x-ray film,waste x-ray film,waste treatment,Others\Transformation +"treatment of waste yarn and waste textile, unsanitary landfill",waste yarn and waste textile,waste treatment,Others\Transformation +"treatment of waste zeolite, inert material landfill",waste zeolite,waste treatment,Landfill\Inert material landfill\Transformation +"treatment of waste, electrical and electronic cables, open burning","waste, electrical and electronic cables",waste treatment,Electronics waste\Transformation +"treatment of waste, from silicon wafer production, inorganic, residual material landfill","waste, from silicon wafer production, inorganic",waste treatment,Landfill\Residual material landfill\Transformation +"treatment of waste, from silicon wafer production, underground deposit","waste, from silicon wafer production",waste treatment,Underground deposit\Transformation +"treatment of waste, pneumatic tyres, open burning","waste, pneumatic tyres",waste treatment,Others\Transformation +"treatment of wastewater from ammonium paratungstate production, wastewater treatment",wastewater from ammonium paratungstate production,waste treatment,Wastewater treatment\Transformation +"treatment of wastewater from anaerobic digestion of whey, wastewater treatment, rural","heat, central or small-scale, other than natural gas",energy,Heat\Waste\Transformation +"treatment of wastewater from anaerobic digestion of whey, wastewater treatment, rural",wastewater from anaerobic digestion of whey,waste treatment,Wastewater treatment\Transformation +"treatment of wastewater from black chrome coating, wastewater treatment",wastewater from black chrome coating,waste treatment,Wastewater treatment\Transformation +"treatment of wastewater from cathode ray tube production, wastewater treatment","heat, central or small-scale, other than natural gas",energy,Heat\Waste\Transformation +"treatment of wastewater from cathode ray tube production, wastewater treatment",wastewater from cathode ray tube production,waste treatment,Wastewater treatment\Transformation +"treatment of wastewater from ceramic production, wastewater treatment",wastewater from ceramic production,waste treatment,Wastewater treatment\Transformation +"treatment of wastewater from concrete production, wastewater treatment",wastewater from concrete production,waste treatment,Wastewater treatment\Transformation +"treatment of wastewater from glass production, wastewater treatment",wastewater from glass production,waste treatment,Wastewater treatment\Transformation +"treatment of wastewater from grass refinery, wastewater treatment","heat, central or small-scale, other than natural gas",energy,Heat\Waste\Transformation +"treatment of wastewater from grass refinery, wastewater treatment",wastewater from grass refinery,waste treatment,Wastewater treatment\Transformation +"treatment of wastewater from ground granulated blast furnace slag production, wastewater treatment",wastewater from ground granulated blast furnace slag production,waste treatment,Wastewater treatment\Transformation +"treatment of wastewater from hard fibreboard production, wastewater treatment","heat, central or small-scale, other than natural gas",energy,Heat\Waste\Transformation +"treatment of wastewater from hard fibreboard production, wastewater treatment",wastewater from hard fibreboard production,waste treatment,Wastewater treatment\Transformation +"treatment of wastewater from liquid crystal display backlight production, wastewater treatment","heat, central or small-scale, other than natural gas",energy,Heat\Waste\Transformation +"treatment of wastewater from liquid crystal display backlight production, wastewater treatment",wastewater from liquid crystal display backlight production,waste treatment,Wastewater treatment\Transformation +"treatment of wastewater from liquid crystal display production, wastewater treatment","heat, central or small-scale, other than natural gas",energy,Heat\Waste\Transformation +"treatment of wastewater from liquid crystal display production, wastewater treatment",wastewater from liquid crystal display production,waste treatment,Wastewater treatment\Transformation +"treatment of wastewater from liquid crystal production, wastewater treatment","heat, central or small-scale, other than natural gas",energy,Heat\Waste\Transformation +"treatment of wastewater from liquid crystal production, wastewater treatment",wastewater from liquid crystal production,waste treatment,Wastewater treatment\Transformation +"treatment of wastewater from lorry production, wastewater treatment, urban",wastewater from lorry production,waste treatment,Wastewater treatment\Transformation +"treatment of wastewater from maize starch production, wastewater treatment","heat, central or small-scale, other than natural gas",energy,Heat\Waste\Transformation +"treatment of wastewater from maize starch production, wastewater treatment",wastewater from maize starch production,waste treatment,Wastewater treatment\Transformation +"treatment of wastewater from medium density board production, wastewater treatment","heat, central or small-scale, other than natural gas",energy,Heat\Waste\Transformation +"treatment of wastewater from medium density board production, wastewater treatment",wastewater from medium density board production,waste treatment,Wastewater treatment\Transformation +"treatment of wastewater from particle board production, wastewater treatment",wastewater from particle board production,waste treatment,Wastewater treatment\Transformation +"treatment of wastewater from pig iron production, wastewater treatment",wastewater from pig iron production,waste treatment,Wastewater treatment\Transformation +"treatment of wastewater from plywood production, wastewater treatment","heat, central or small-scale, other than natural gas",energy,Heat\Waste\Transformation +"treatment of wastewater from plywood production, wastewater treatment",wastewater from plywood production,waste treatment,Wastewater treatment\Transformation +"treatment of wastewater from potato starch production, wastewater treatment","heat, central or small-scale, other than natural gas",energy,Heat\Waste\Transformation +"treatment of wastewater from potato starch production, wastewater treatment",wastewater from potato starch production,waste treatment,Wastewater treatment\Transformation +"treatment of wastewater from PV cell production, wastewater treatment",wastewater from PV cell production,waste treatment,Wastewater treatment\Transformation +"treatment of wastewater from soft fibreboard production, wastewater treatment","heat, central or small-scale, other than natural gas",energy,Heat\Waste\Transformation +"treatment of wastewater from soft fibreboard production, wastewater treatment",wastewater from soft fibreboard production,waste treatment,Wastewater treatment\Transformation +"treatment of wastewater from tube collector production, wastewater treatment",wastewater from tube collector production,waste treatment,Wastewater treatment\Transformation +"treatment of wastewater from vegetable oil refinery, wastewater treatment","heat, central or small-scale, other than natural gas",energy,Heat\Waste\Transformation +"treatment of wastewater from vegetable oil refinery, wastewater treatment",wastewater from vegetable oil refinery,waste treatment,Wastewater treatment\Transformation +"treatment of wastewater from wafer fabrication, wastewater treatment",wastewater from wafer fabrication,waste treatment,Wastewater treatment\Transformation +"treatment of wastewater, average, capacity 1.1E10l/year","wastewater, average",waste treatment,Others\Obsolete +"treatment of wastewater, average, capacity 1.6E8l/year","wastewater, average",waste treatment,Others\Obsolete +"treatment of wastewater, average, capacity 1E9l/year","wastewater, average",waste treatment,Others\Obsolete +"treatment of wastewater, average, capacity 4.7E10l/year","wastewater, average",waste treatment,Others\Obsolete +"treatment of wastewater, average, capacity 5E9l/year","wastewater, average",waste treatment,Others\Obsolete +"treatment of wastewater, average, wastewater treatment","heat, central or small-scale, other than natural gas",energy,Heat\Waste\Transformation +"treatment of wastewater, average, wastewater treatment","wastewater, average",waste treatment,Wastewater treatment\Transformation +"treatment of wastewater, from residence, capacity 1.1E10l/year","wastewater, from residence",waste treatment,Others\Obsolete +"treatment of wastewater, unpolluted, from residence, capacity 1.1E10l/year","wastewater, unpolluted, from residence",waste treatment,Others\Obsolete +"treatment of wastewater, unpolluted, wastewater treatment","wastewater, unpolluted",waste treatment,Wastewater treatment\Transformation +"treatment of water discharge from petroleum extraction, offshore","water discharge from petroleum extraction, offshore",waste treatment,Wastewater treatment\Transformation +"treatment of water discharge from petroleum/natural gas extraction, onshore","water discharge from petroleum/natural gas extraction, onshore",waste treatment,Wastewater treatment\Transformation +"treatment of wood ash mixture, pure, landfarming","wood ash mixture, pure",waste treatment,Landfarming\Transformation +"treatment of wood ash mixture, pure, municipal incineration","wood ash mixture, pure",waste treatment,Incineration\Municipal incineration\Transformation +"treatment of wood ash mixture, pure, municipal incineration FAE","wood ash mixture, pure",waste treatment,Others\Transformation +"treatment of wood ash mixture, pure, municipal incineration with fly ash extraction","wood ash mixture, pure",waste treatment,Incineration\Municipal incineration\Transformation +"treatment of wood ash mixture, pure, sanitary landfill","heat, district or industrial, other than natural gas",energy,Heat\Others\Transformation +"treatment of wood ash mixture, pure, sanitary landfill","wood ash mixture, pure",waste treatment,Landfill\Sanitary landfill\Transformation +"treatment of wood ash mixture, pure, sanitary landfill","electricity, medium voltage",energy,Others\Obsolete +"treatment of wood ash mixture, pure, sanitary landfill_obsolete","wood ash mixture, pure",waste treatment,Others\Obsolete +"treatment of zinc in car shredder residue, municipal incineration",zinc in car shredder residue,waste treatment,Incineration\Municipal incineration\Transformation +"treatment of zinc in car shredder residue, municipal incineration FAE",zinc in car shredder residue,waste treatment,Others\Transformation +"treatment of zinc in car shredder residue, municipal incineration with fly ash extraction",zinc in car shredder residue,waste treatment,Incineration\Municipal incineration\Transformation +"treatment of zinc in car shredder residue, municipal incineration with fly ash extraction",zinc concentrate,processing,Others\Obsolete +"treatment of zinc slag, residual material landfill",zinc slag,waste treatment,Landfill\Residual material landfill\Transformation +"treatment of, capacity 1.1E10l/year","wastewater, average",waste treatment,Others\Obsolete +"treatment of, capacity 1.6E8l/year","wastewater, average",waste treatment,Others\Obsolete +"treatment of, capacity 4.7E10l/year","wastewater, average",waste treatment,Others\Obsolete +"treatment of, capacity 5E9l/year","wastewater, average",waste treatment,Others\Obsolete +"treatment of, collection for final disposal_obsolete",waste glass pane in burnable frame,waste treatment,Others\Obsolete +"treatment of, municipal incineration",meat and bone meal,waste treatment,Others\Obsolete +"treatment of, municipal incineration",waste polyethylene terephtalate,waste treatment,Others\Obsolete +"treatment of, municipal incineration with fly ash extraction",waste polyethylene terephtalate,waste treatment,Others\Obsolete +"treatment of, sanitary landfill",waste polyethylene terephtalate,waste treatment,Others\Obsolete +"treatment of, sorting plant",waste gypsum plasterboard,waste treatment,Others\Obsolete +"treatment of, sorting plant",waste paperboard,waste treatment,Others\Obsolete +"treatment of, sorting plant",waste plaster-cardboard sandwich,waste treatment,Others\Obsolete +"treatment of, sorting plant",waste plastic plaster,waste treatment,Others\Obsolete +"treatment of, sorting plant",waste reinforced plasterboard,waste treatment,Others\Obsolete +"treatment, c-Si PV module","treatment, c-Si PV module",energy,Electricity by fuel\Photovoltaic\Market\Infrastructure +"treatment, CdTe PV module","treatment, CdTe PV module",energy,Electricity by fuel\Photovoltaic\Market\Infrastructure +"treatment, effluent from NF3 production, to wastewater treatment, class 3","treatment, effluent from NF3 production, to wastewater treatment, class 3",energy,Electricity by fuel\Photovoltaic\Market\Infrastructure +"treatment, sludge from pulp and paper production, landfarming","soil pH raising agent, as CaCO3",material,Chemicals\Fertilisers (inorganic)\Transformation +"treatment, sludge from pulp and paper production, landfarming","organo-mineral nitrogen fertiliser, as N",material,Chemicals\Fertilisers (organic)\Transformation +"treatment, sludge from pulp and paper production, landfarming","organo-mineral phosphorus fertiliser, as P2O5",material,Chemicals\Fertilisers (organic)\Transformation +"treatment, sludge from pulp and paper production, landfarming","organo-mineral potassium fertiliser, as K2O",material,Chemicals\Fertilisers (organic)\Transformation +"treatment, sludge from pulp and paper production, landfarming",sludge from pulp and paper production,waste treatment,Landfarming\Transformation +"tree seedling production, in heated greenhouse","tree seedling, for planting",material,Agricultural\Plant seeds\Transformation +"tree seedling production, in heated greenhouse",tree seedling,processing,Others\Obsolete +"tree seedling production, in unheated greenhouse","tree seedling, for planting",material,Agricultural\Plant seeds\Transformation +"tree seedling production, in unheated greenhouse",tree seedling,processing,Others\Obsolete +"trellis system construction, wooden poles, soft wood, tar impregnated","trellis system, wooden poles, soft wood, tar impregnated",material,Wood\Products\Transformation +triazine-compound production,triazine-compound,material,Chemicals\Pesticides\Transformation +triazine-compound production,triazine-compound,material,Chemicals\Pesticides\Transformation +"triazine-compound production, unspecified","triazine-compound, unspecified",material,Chemicals\Pesticides\Transformation +trichloroacetic acid production,trichloroacetic acid,material,Chemicals\Acids (organic)\Transformation +trichloroborane production,trichloroborane,material,Chemicals\Inorganic\Transformation +trichloroethylene production,"hydrochloric acid, without water, in 30% solution state",material,Chemicals\Organic\Transformation +trichloroethylene production,trichloroethylene,material,Chemicals\Organic\Transformation +trichloromethane production,trichloromethane,material,Chemicals\Organic\Transformation +trichloropropane production,"sulfur dioxide, liquid",material,Chemicals\Gases\Liquified\Transformation +trichloropropane production,trichloropropane,material,Chemicals\Organic\Transformation +triclopyr production,triclopyr,material,Chemicals\Organic\Transformation +triethyl amine production,triethyl amine,material,Chemicals\Organic\Transformation +trifluoroacetic acid production,trifluoroacetic acid,material,Chemicals\Acids (organic)\Transformation +trifluoromethane production,trifluoromethane,material,Chemicals\Organic\Transformation +"trifluoromethanesulphonyl fluoride (cf3so2f) production, for lis battery",trifluoromethanesulphonyl fluoride (cf3so2f),material,Chemicals\Organic\Transformation +"trimesoyl chloride production, for membrane filtration production",trimesoyl chloride,material,Chemicals\Organic\Transformation +trimethyl borate production,trimethyl borate,material,Chemicals\Organic\Transformation +trimethylamine production,trimethylamine,material,Chemicals\Organic\Transformation +"trimethylchlorosilane production, for lis battery",trimethylchlorosilane,material,Chemicals\Organic\Transformation +trinexapac-ethyl production,trinexapac-ethyl,material,Chemicals\Organic\Transformation +triphenyl phosphate production,triphenyl phosphate,material,Chemicals\Organic\Transformation +triple superphosphate production,triple superphosphate,material,Chemicals\Organic\Transformation +"tris(2,4-ditert-butylphenyl) phosphite production","tris(2,4-ditert-butylphenyl) phosphite",material,Chemicals\Organic\Transformation +trisodium phosphate production,trisodium phosphate,material,Chemicals\Inorganic\Transformation +"trout feed production, commercial","trout feed, 42% protein",material,Agricultural\Animal feed\Transformation +"trout, production in semi-intensive system, in lake",trout,material,Agricultural\Animal production\Fish\Transformation +tube insulation factory construction,tube insulation factory,material,Construction\Insulation\Transformation\Infrastructure +"tube insulation production, elastomere","tube insulation, elastomere",material,Construction\Insulation\Transformation +tubular particleboard production,tubular particleboard,material,Wood\Products\Transformation +"tuna, capture by purse seiner and landing whole, frozen","small pelagic fish, fresh",material,Agricultural\Animal feed\Transformation +"tuna, capture by purse seiner and landing whole, frozen","landed tuna, frozen, EPO",material,Agricultural\Animal production\Fish\Transformation +tungsten carbide powder production,tungsten carbide powder,material,Chemicals\Others\Transformation +tungsten mine operation and beneficiation,tungsten concentrate,material,Chemicals\Others\Transformation +turbine epr,turbine epr,energy,Electricity by fuel\Nuclear\PWR\Transformation\Infrastructure +turbine epr,turbine epr,energy,Electricity by fuel\Nuclear\PWR\Transformation\Infrastructure +turpentine to generic market for solvent for paint,solvent for paint,material,Chemicals\Organic\Market +"u enriched 4.8%, in fuel element for lwr, at nuclear fuel fabrication plant","u enriched 4.8%, in fuel element for lwr, at nuclear fuel fabrication plant",material,Others\Obsolete +"u enriched 4.8%, in fuel element for lwr, at nuclear fuel fabrication plant","u enriched 4.8%, in fuel element for lwr, at nuclear fuel fabrication plant",material,Others\Obsolete +"ultrafiltration module production, hollow fiber",ultrafiltration module,material,Water\Industry water\Transformation\Infrastructure +"ultraviolet lamp production, for water desinfection",ultraviolet lamp,material,Electronics\Component\Transformation +"unkown land use, on arable land recently transformed from grassland",unknown land use,use,Others\Obsolete +"unkown land use, on arable land recently transformed from primary forest",unknown land use,use,Others\Obsolete +"unkown land use, on arable land recently transformed from secondary forest",unknown land use,use,Others\Obsolete +"unreinforced concrete production, 15MPa, with cement ZN/D","unreinforced concrete, 15MPa",material,Construction\Concrete\Transformation +"unreinforced concrete production, 15MPa, with cement, CEM II/A","unreinforced concrete, 15MPa",material,Construction\Concrete\Transformation +"unreinforced concrete production, 15MPa, with cement, CEM II/B","unreinforced concrete, 15MPa",material,Construction\Concrete\Transformation +"unreinforced concrete production, with cement CEM II/A","concrete, normal",material,Others\Obsolete +"unreinforced concrete production, with cement CEM II/B","concrete, normal",material,Others\Obsolete +"unsaturated hydrocarbons production, steam cracking operation, average","hydrogen, gaseous, low pressure",material,Chemicals\Gases\Market +"unsaturated hydrocarbons production, steam cracking operation, average",pyrolysis fuel gas,material,Chemicals\Gases\Market +"unsaturated hydrocarbons production, steam cracking operation, average",pyrolysis fuel oil,material,Chemicals\Gases\Market +"unsaturated hydrocarbons production, steam cracking operation, average","butene, mixed",material,Chemicals\Gases\Market +"unsaturated hydrocarbons production, steam cracking operation, average",propylene,material,Chemicals\Gases\Market +"unsaturated hydrocarbons production, steam cracking operation, average","pyrolysis gas, containing benzene, toluene and xylene",material,Chemicals\Gases\Market +"unsaturated hydrocarbons production, steam cracking operation, average",pyrolysis fuel gas,material,Chemicals\Gases\Market +"unsaturated hydrocarbons production, steam cracking operation, average",propylene,material,Chemicals\Gases\Market +"unsaturated hydrocarbons production, steam cracking operation, average",pyrolysis fuel oil,material,Chemicals\Gases\Market +"unsaturated hydrocarbons production, steam cracking operation, average","butadiene, crude",material,Chemicals\Gases\Market +"unsaturated hydrocarbons production, steam cracking operation, average",ethylene,material,Chemicals\Gases\Market +"unsaturated hydrocarbons production, steam cracking operation, average",ethylene,material,Chemicals\Gases\Market +"unsaturated hydrocarbons production, steam cracking operation, average","butene, mixed",material,Chemicals\Gases\Market +"unsaturated hydrocarbons production, steam cracking operation, average","butadiene, crude",material,Chemicals\Gases\Market +"unsaturated hydrocarbons production, steam cracking operation, average","pyrolysis gas, containing benzene, toluene and xylene",material,Chemicals\Gases\Market +uranium conversion facility construction,uranium conversion facility,material,Fuels\Uranium\Enriched\Transformation\Infrastructure +uranium enrichment centrifuge facility construction,uranium enrichment centrifuge facility,material,Fuels\Uranium\Enriched\Transformation\Infrastructure +uranium enrichment diffusion facility construction,uranium enrichment diffusion facility,material,Fuels\Uranium\Enriched\Transformation\Infrastructure +"uranium fuel element production, enriched 3.0%, for light water reactor","uranium, enriched 3.0%, in fuel element for light water reactor",material,Fuels\Uranium\Enriched\Transformation +"uranium fuel element production, enriched 3.8%, for light water reactor","uranium, enriched 3.8%, in fuel element for light water reactor",material,Fuels\Uranium\Enriched\Transformation +"uranium fuel element production, enriched 3.9%, for light water reactor","uranium, enriched 3.9%, in fuel element for light water reactor",material,Fuels\Uranium\Enriched\Transformation +"uranium fuel element production, enriched 4.2%, for light water reactor","uranium, enriched 4.2%, in fuel element for light water reactor",material,Fuels\Uranium\Enriched\Transformation +"uranium fuel element production, enriched 4%, for light water reactor","uranium, enriched 4%, in fuel element for light water reactor",material,Fuels\Uranium\Enriched\Transformation +uranium hexafluoride production,uranium hexafluoride,material,Fuels\Uranium\Enriched\Transformation +uranium mill construction,uranium mill,material,Minerals\Transformation\Infrastructure +"uranium mine operation, open cast","uranium ore, as U",material,Minerals\Transformation +"uranium mine operation, underground","uranium ore, as U",material,Minerals\Transformation +"uranium production, centrifuge, enriched 3.0%","uranium, enriched 3.0%, per separative work unit",material,Fuels\Uranium\Enriched\Transformation +"uranium production, centrifuge, enriched 3.8%","uranium, enriched 3.8%, per separative work unit",material,Fuels\Uranium\Enriched\Transformation +"uranium production, centrifuge, enriched 3.9%","uranium, enriched 3.9%, per separative work unit",material,Fuels\Uranium\Enriched\Transformation +"uranium production, centrifuge, enriched 4.0%","uranium, enriched 4.0%, per separative work unit",material,Fuels\Uranium\Enriched\Transformation +"uranium production, centrifuge, enriched 4.2%","uranium, enriched 4.2%, per separative work unit",material,Fuels\Uranium\Enriched\Transformation +"uranium production, diffusion, enriched 3.0%","uranium, enriched 3.0%, per separative work unit",material,Fuels\Uranium\Enriched\Transformation +"uranium production, diffusion, enriched 3.8%","uranium, enriched 3.8%, per separative work unit",material,Fuels\Uranium\Enriched\Transformation +"uranium production, diffusion, enriched 3.9%","uranium, enriched 3.9%, per separative work unit",material,Fuels\Uranium\Enriched\Transformation +"uranium production, diffusion, enriched 4.0%","uranium, enriched 4.0%, per separative work unit",material,Fuels\Uranium\Enriched\Transformation +"uranium production, diffusion, enriched 4.2%","uranium, enriched 4.2%, per separative work unit",material,Fuels\Uranium\Enriched\Transformation +"uranium production, enriched 4.2%, centrifugal enrichment","enriched uranium, 4.2%",material,Fuels\Uranium\Enriched\Transformation +"uranium production, in yellowcake","uranium, in yellowcake",material,Minerals\Transformation +"uranium production, in yellowcake, in-situ leaching","uranium, in yellowcake",material,Minerals\Transformation +"uranium, enriched 4.8%, at centrifuge enrichment plant","uranium, enriched 4.8%, at centrifuge enrichment plant",material,Minerals\Transformation +"uranium, enriched 4.8%, at urenco enrichment plant","uranium, enriched 4.8%, at urenco enrichment plant",material,Minerals\Transformation +urea ammonium nitrate production,urea ammonium nitrate mix,material,Chemicals\Fertilisers (inorganic)\Transformation +urea ammonium nitrate production,"nitrogen fertiliser, as N",material,Others\Obsolete +"urea formaldehyde foam production, in situ foaming","urea formaldehyde foam, in situ foaming",material,Construction\Insulation\Transformation +"urea formaldehyde foam slab production, hard","urea formaldehyde foam slab, hard",material,Construction\Insulation\Transformation +urea formaldehyde resin production,urea formaldehyde resin,material,Chemicals\Organic\Transformation +urea production,urea,material,Chemicals\Fertilisers (inorganic)\Transformation +"urea production, as N","urea, as N",material,Others\Obsolete +"use phase, for LiS battery",delivered electricity to the grid,energy,Others\Obsolete +"used beverage cans, Recycled Content cut-off",used beverage cans,material,Metals\Waste metals\Transformation +"used beverage cans, Recycled Content cut-off_obsolete",used beverage cans,waste treatment,Others\Obsolete +"used nitrate salts, for solar power application to market for nitrate salts, for solar power application","nitrate salts, for solar power application",material,Chemicals\Inorganic\Transformation +"used toner module, laser printer, black/white, Recycled Content cut-off","used toner module, laser printer, black/white",material,Electronics\Module\Transformation +"used toner module, laser printer, colour, Recycled Content cut-off","used toner module, laser printer, colour",material,Electronics\Module\Transformation +"used vegetable cooking oil, purified, Recycled Content cut-off","used vegetable cooking oil, purified",material,Agricultural\Plant oils\Transformation +"used vegetable cooking oil, Recycled Content cut-off",used vegetable cooking oil,material,Agricultural\Plant oils\Transformation +vacuum cleaner production,vacuum cleaner,material,Appliances\Transformation\Infrastructure +"valve, average, ni epr","valve, average, ni epr",material,Metals\Ferro\Transformation +vanadium bearing magnetite production,vanadium bearing magnetite,material,Metals\Ferro\Transformation +vanadium bearing magnetite production,vanadium bearing magnetite,material,Metals\Ferro\Transformation +vanadium electrolyte solution production,vanadium electrolyte solution,material,Metals\Ferro\Transformation +vanadium pentoxide and unalloyed steel production,vanadium pentoxide and unalloyed steel,material,Metals\Ferro\Transformation +"vanadium pentoxide bearing cast iron, production",vanadium pentoxide bearing cast iron,material,Metals\Ferro\Transformation +vanadium pentoxide bearing iron pellet production,vanadium pentoxide bearing iron pellet,material,Metals\Ferro\Transformation +vanadium pentoxide bearing iron sinter production,vanadium pentoxide bearing iron sinter,material,Metals\Ferro\Transformation +vanadium pentoxide production,vanadium pentoxide,material,Metals\Ferro\Transformation +vanadium pentoxide production,vanadium pentoxide,material,Metals\Ferro\Transformation +"vanadium phospate production, vpo4, carbon coated","vanadium phosphate, carbon coated",material,Metals\Ferro\Transformation +vanadium slag production,vanadium slag,material,Metals\Ferro\Transformation +vanadium-redox flow battery stack assembly,vanadium-redox flow battery stack,material,Electronics\Battery\Transformation +"vanadium-redox flow battery system assembly, 8.3 megawatt hour",vanadium-redox flow battery system,material,Electronics\Battery\Transformation +vanadium-titanomagnetite mine operation and beneficiation,iron ore concentrate,material,Chemicals\Inorganic\Transformation +vanadium-titanomagnetite mine operation and beneficiation,pig iron,material,Metals\Ferro\Transformation +vanadium-titanomagnetite mine operation and beneficiation,"titania slag, 94% titanium dioxide",material,Metals\Non ferro\Transformation +vanilla production,vanilla,material,Agricultural\Food\Transformation +"vanilla seedling production, for planting","vanilla seedling, for planting",material,Agricultural\Plant seeds\Transformation +vegetable oil esterification facility construction,vegetable oil esterification facility,material,Chemicals\Organic\Transformation\Infrastructure +vegetable oil refinery construction,vegetable oil refinery,material,Chemicals\Organic\Transformation\Infrastructure +ventilation components factory construction,ventilation components factory,material,Construction\Ventilation\Transformation\Infrastructure +"ventilation control and wiring production, central unit","ventilation control and wiring, central unit",material,Construction\Ventilation\Transformation +"ventilation control and wiring production, decentralized unit","ventilation control and wiring, decentralized unit",material,Construction\Ventilation\Transformation +"ventilation duct production, connection piece, steel, 100x50 mm","ventilation duct, connection piece, steel, 100x50 mm",material,Construction\Ventilation\Transformation +"ventilation duct production, elbow 90 degrees, steel, 100x50 mm","ventilation duct, elbow 90 degrees, steel, 100x50 mm",material,Construction\Ventilation\Transformation +"ventilation duct production, elbow 90¡, steel, 100x50 mm","ventilation duct, elbow 90¡, steel, 100x50 mm",material,Construction\Ventilation\Transformation +"ventilation duct production, elbow 90¡, steel, 100x50 mm","ventilation duct, elbow 90¡, steel, 100x50 mm",material,Construction\Ventilation\Transformation +"ventilation duct production, elbow 90¡, steel, 100x50 mm","ventilation duct, elbow 90¡, steel, 100x50 mm",material,Metals\Ferro\Transformation +"ventilation duct production, steel, 100x50 mm","ventilation duct, steel, 100x50 mm",material,Construction\Ventilation\Transformation +"ventilation of dwellings, central, 1 x 720 m3/h, polyethylene ducts, with earth tube heat exchanger","ventilation of dwellings, central, 1 x 720 m3/h",processing,Ventilation\Transformation +"ventilation of dwellings, central, 1 x 720 m3/h, steel ducts, with earth tube heat exchanger","ventilation of dwellings, central, 1 x 720 m3/h",processing,Ventilation\Transformation +"ventilation of dwellings, decentralized, 6 x 120 m3/h, polyethylene ducts","ventilation of dwellings, decentralized, 6 x 120 m3/h",processing,Ventilation\Transformation +"ventilation of dwellings, decentralized, 6 x 120 m3/h, polyethylene ducts, with earth tube heat exchanger","ventilation of dwellings, decentralized, 6 x 120 m3/h",processing,Ventilation\Transformation +"ventilation of dwellings, decentralized, 6 x 120 m3/h, steel ducts","ventilation of dwellings, decentralized, 6 x 120 m3/h",processing,Ventilation\Transformation +"ventilation of dwellings, decentralized, 6 x 120 m3/h, steel ducts, with earth tube heat exchanger","ventilation of dwellings, decentralized, 6 x 120 m3/h",processing,Ventilation\Transformation +"ventilation system production, central, 1 x 720 m3/h, polyethylene ducts, with earth tube heat exchanger","ventilation system, central, 1 x 720 m3/h, polyethylene ducts, with earth tube heat exchanger",material,Construction\Ventilation\Transformation\Infrastructure +"ventilation system production, central, 1 x 720 m3/h, steel ducts, with earth tube heat exchanger","ventilation system, central, 1 x 720 m3/h, steel ducts, with earth tube heat exchanger",material,Construction\Ventilation\Transformation\Infrastructure +"ventilation system production, decentralized, 6 x 120 m3/h, polyethylene ducts","ventilation system, decentralized, 6 x 120 m3/h, polyethylene ducts",material,Construction\Ventilation\Transformation\Infrastructure +"ventilation system production, decentralized, 6 x 120 m3/h, polyethylene ducts, with earth tube heat exchanger","ventilation system, decentralized, 6 x 120 m3/h, polyethylene ducts, with earth tube heat exchanger",material,Construction\Ventilation\Transformation\Infrastructure +"ventilation system production, decentralized, 6 x 120 m3/h, steel ducts","ventilation system, decentralized, 6 x 120 m3/h, steel ducts",material,Construction\Ventilation\Transformation\Infrastructure +"ventilation system production, decentralized, 6 x 120 m3/h, steel ducts, with earth tube heat exchanger","ventilation system, decentralized, 6 x 120 m3/h, steel ducts, with earth tube heat exchanger",material,Construction\Ventilation\Transformation\Infrastructure +"venting of argon, crude, liquid","venting of argon, crude, liquid",processing,Others\Transformation +"venting of nitrogen, liquid","venting of nitrogen, liquid",processing,Others\Transformation +vermiculite mine operation,vermiculite,material,Minerals\Transformation +"vinasse, from fermentation of sugar beet molasses, Recycled Content cut-off","vinasse, from fermentation of sugar beet molasses",material,Agricultural\Plant oils\Transformation +"vinasse, from fermentation of sugar beet, Recycled Content cut-off","vinasse, from fermentation of sugar beet",material,Agricultural\Plant oils\Transformation +"vinasse, from fermentation of sugarcane molasses, Recycled Content cut-off","vinasse, from fermentation of sugarcane molasses",material,Others\Obsolete +"vinasse, from fermentation of sugarcane, Recycled Content cut-off","vinasse, from fermentation of sugarcane",material,Agricultural\Plant oils\Transformation +"vinasse, from fermentation of sweet sorghum, Recycled Content cut-off","vinasse, from fermentation of sweet sorghum",material,Agricultural\Plant oils\Transformation +vinyl acetate production,vinyl acetate,material,Chemicals\Organic\Transformation +vinyl carbonate,disodium disulphite,material,Chemicals\Organic\Transformation +vinyl carbonate production,vinyl carbonate,material,Chemicals\Organic\Transformation +vinyl chloride production,vinyl chloride,material,Chemicals\Organic\Transformation +vinyl fluoride production,hydrogen fluoride,material,Chemicals\Acids (inorganic)\Transformation +vinyl fluoride production,vinyl fluoride,material,Chemicals\Organic\Transformation +wafer factory construction,wafer factory,material,Electronics\Photovoltaic\Transformation\Infrastructure +"wafer production, fabricated, for integrated circuit","wafer, fabricated, for integrated circuit",material,Electronics\Component\Transformation +washing machine production,washing machine,material,Appliances\Transformation\Infrastructure +"washing, drying and finishing laundry","washing, drying and finishing laundry",processing,Textiles\Transformation +"waste collection lorry production, 21 metric ton","waste collection lorry, 21 metric ton",transport,Road\Transformation\Infrastructure +"waste newspaper, Recycled Content cut-off",waste newspaper,material,Paper+ Board\Waste paper\Transformation +"waste packaging glass, unsorted, Recycled Content cut-off","waste packaging glass, unsorted",material,Glass\Waste glass\Transformation +"waste packaging glass, unsorted, Recycled Content cut-off_obsolete","waste packaging glass, unsorted",processing,Others\Obsolete +"waste packaging paper, Recycled Content cut-off",waste packaging paper,material,Paper+ Board\Waste paper\Transformation +"waste paint, collection for hazardous waste incineration","waste paint, collection for hazardous waste incineration",waste treatment,Others\Obsolete +waste paper sorting facility construction,waste paper sorting facility,material,Paper+ Board\Waste paper\Transformation\Infrastructure +"waste paper, sorted, Recycled Content cut-off","waste paper, sorted",material,Paper+ Board\Waste paper\Transformation +"waste paper, unsorted, Recycled Content cut-off","waste paper, unsorted",material,Paper+ Board\Waste paper\Transformation +"waste paper, unsorted, Recycled Content cut-off_obsolete","waste paper, unsorted",material,Others\Obsolete +"waste paperboard, sorted, Recycled Content cut-off","waste paperboard, sorted",material,Paper+ Board\Waste paper\Transformation +"waste paperboard, unsorted, Recycled Content cut-off","waste paperboard, unsorted",material,Paper+ Board\Waste paper\Transformation +"waste plastic, consumer electronics, sorted, Recycled Content cut-off","waste plastic, consumer electronics, sorted",material,Plastics\Recycling\Transformation +"waste plastic, consumer electronics, sorted, Recycled Content cut-off_obsolete","waste plastic, consumer electronics, sorted",waste treatment,Others\Obsolete +"waste plastic, consumer electronics, unsorted, Recycled Content cut-off","waste plastic, consumer electronics, unsorted",material,Plastics\Recycling\Transformation +"waste plastic, consumer electronics, unsorted, Recycled Content cut-off_obsolete","waste plastic, consumer electronics, unsorted",waste treatment,Others\Obsolete +"waste polyethylene terephthalate, for recycling, sorted, Recycled Content cut-off","waste polyethylene terephthalate, for recycling, sorted",material,Plastics\Recycling\Transformation +"waste polyethylene terephthalate, for recycling, unsorted, Recycled Content cut-off","waste polyethylene terephthalate, for recycling, unsorted",material,Plastics\Recycling\Transformation +"waste polyethylene, for recycling, sorted, Recycled Content cut-off","waste polyethylene, for recycling, sorted",material,Plastics\Recycling\Transformation +"waste polyethylene, for recycling, unsorted, Recycled Content cut-off","waste polyethylene, for recycling, unsorted",material,Plastics\Recycling\Transformation +waste preparation facility construction,waste preparation facility,processing,Waste\Transformation\Infrastructure +"waste wood, post-consumer, Recycled Content cut-off","waste wood, post-consumer",material,Wood\Byproducts\Transformation +"wastewater treatment facility construction, capacity 1.1E10l/year","wastewater treatment facility, capacity 1.1E10l/year",processing,Others\Obsolete +"wastewater treatment facility construction, capacity 1.6E8l/year","wastewater treatment facility, capacity 1.6E8l/year",processing,Waste\Transformation\Infrastructure +"wastewater treatment facility construction, capacity 1E9l/year","wastewater treatment facility, capacity 1E9l/year",processing,Others\Obsolete +"wastewater treatment facility construction, capacity 4.7E10l/year","wastewater treatment facility, capacity 4.7E10l/year",processing,Others\Obsolete +"wastewater treatment facility construction, capacity 5E9l/year","wastewater treatment facility, capacity 5E9l/year",processing,Waste\Transformation\Infrastructure +"wastewater treatment facility construction, lagoon, capacity 1.0E9l/year","wastewater treatment facility, capacity 1E9l/year",processing,Waste\Transformation\Infrastructure +"wastewater treatment facility construction, lagoon, capacity 1.1E10l/year","wastewater treatment facility, capacity 1.1E10l/year",processing,Waste\Transformation\Infrastructure +"wastewater treatment facility construction, lagoon, capacity 1.6E8l/year","wastewater treatment facility, capacity 1.6E8l/year",processing,Waste\Transformation\Infrastructure +"wastewater treatment facility construction, lagoon, capacity 5.0E9l/year","wastewater treatment facility, capacity 5E9l/year",processing,Waste\Transformation\Infrastructure +"water production and supply, decarbonised","water, decarbonised, at user",material,Others\Obsolete +"water production, completely softened","water, completely softened",material,Water\Industry water\Transformation +"water production, decarbonised","water, decarbonised",material,Water\Industry water\Transformation +"water production, deionised","water, deionised",material,Water\Industry water\Transformation +"water production, ultrapure","water, ultrapure",material,Water\Industry water\Transformation +"water pump operation, diesel","water pump operation, diesel",material,Water\Industry water\Transformation +"water pump operation, electric","water pump operation, electric",material,Water\Industry water\Transformation +"water pump production, 22kW","water pump, 22kW",material,Water\Drinking water\Transformation\Infrastructure +water storage construction,water storage,material,Water\Drinking water\Transformation\Infrastructure +water supply network construction,water supply network,material,Water\Drinking water\Transformation\Infrastructure +"water works construction, capacity 1.1E10l/year, conventional treatment","water works, capacity 1.1E10l/year",material,Water\Drinking water\Transformation\Infrastructure +"water works construction, capacity 1.1E10l/year, direct filtration treatment","water works, capacity 1.1E10l/year",material,Water\Drinking water\Transformation\Infrastructure +"water works construction, capacity 1.1E10l/year, microstrainer treatment","water works, capacity 1.1E10l/year",material,Water\Drinking water\Transformation\Infrastructure +"water works construction, capacity 1.1E10l/year, ultrafiltration treatment","water works, capacity 1.1E10l/year",material,Water\Drinking water\Transformation\Infrastructure +"water works construction, capacity 6.23E10l/year, seawater reverse osmosis, conventional pretreatment","water works, capacity 6.23E10l/year",material,Water\Drinking water\Transformation\Infrastructure +"water works construction, capacity 6.23E10l/year, seawater reverse osmosis, ultrafiltration pretreatment","water works, capacity 6.23E10l/year",material,Water\Drinking water\Transformation\Infrastructure +"water, pure, via reverse osmosis","water, pure",material,Water\Drinking water\Transformation\Infrastructure +"water, pure, via reverse osmosis","water, pure",material,Water\Drinking water\Transformation\Infrastructure +"water, pure, via reverse osmosis","water, pure",material,Water\Drinking water\Transformation\Infrastructure +wave energy converter platform production,wave energy converter platform,material,Others\Obsolete +"wax production, for lost-wax metal casting","wax, lost-wax casting",material,Chemicals\Organic\Transformation +"weaned calves production on native and planted pasture, Pantanal","cattle for slaughtering, live weight",material,Agricultural\Animal production\Bovine\Transformation +"weaned calves production on native and planted pasture, Pantanal","weaned calves, live weight",material,Agricultural\Animal production\Bovine\Transformation +"weaned calves production on native and planted pasture, Pantanal","weaned heifers, live weight",material,Agricultural\Animal production\Bovine\Transformation +"weaned calves production on native pasture, Pantanal","cattle for slaughtering, live weight",material,Agricultural\Animal production\Bovine\Transformation +"weaned calves production on native pasture, Pantanal","weaned calves, live weight",material,Agricultural\Animal production\Bovine\Transformation +"weaned calves production on native pasture, Pantanal","weaned heifers, live weight",material,Agricultural\Animal production\Bovine\Transformation +weaned calves production on pasture,"cattle for slaughtering, live weight",material,Agricultural\Animal production\Bovine\Transformation +weaned calves production on pasture,"weaned calves, live weight",material,Agricultural\Animal production\Bovine\Transformation +weaned calves production on pasture,"weaned heifers, live weight",material,Agricultural\Animal production\Bovine\Transformation +"weaving of synthetic fibre, for industrial use","weaving, synthetic fibre",processing,Textiles\Transformation +"weaving, bast fibre","weaving, bast fibre",processing,Others\Obsolete +"weed control, by brush cutter, pasture","weed control, by brush cutter, pasture",processing,Agricultural\Transformation +"welding, arc, aluminium","welding, arc, aluminium",processing,Metals\Welding\Transformation +"welding, arc, steel","welding, arc, steel",processing,Metals\Welding\Transformation +"welding, gas, steel","welding, gas, steel",processing,Metals\Welding\Transformation +wheat bran to generic market for energy feed,"energy feed, gross",material,Agricultural\Animal feed\Market +wheat bran to generic market for energy feed,"protein feed, 100% crude",material,Agricultural\Animal feed\Market +"wheat grain processing, dry milling","energy feed, gross",material,Agricultural\Animal feed\Transformation +"wheat grain processing, dry milling",wheat bran,material,Agricultural\Food\Transformation +"wheat grain processing, dry milling",wheat flour,material,Agricultural\Food\Transformation +wheat grain production,wheat grain,energy,Heat\Others\Transformation +wheat grain production,straw,energy,Heat\Others\Transformation +wheat grain production,straw,energy,Heat\Others\Transformation +wheat grain production,straw,energy,Heat\Others\Transformation +"wheat grain production, organic","straw, organic",energy,Heat\Others\Transformation +"wheat grain production, organic","straw, organic",energy,Heat\Others\Transformation +"wheat grain production, organic","wheat grain, organic",energy,Heat\Others\Transformation +"wheat grain production, organic","wheat grain, organic",energy,Heat\Others\Transformation +"wheat grain production, swiss integrated production, extensive","wheat grain, swiss integrated production",energy,Heat\Others\Transformation +"wheat grain production, swiss integrated production, extensive",straw,energy,Heat\Others\Transformation +"wheat grain production, swiss integrated production, intensive","wheat grain, swiss integrated production",energy,Heat\Others\Transformation +"wheat grain production, swiss integrated production, intensive",straw,energy,Heat\Others\Transformation +"wheat grain, feed production","wheat grain, feed",material,Agricultural\Animal feed\Transformation +"wheat grain, feed production, organic","wheat grain, feed, organic",material,Agricultural\Animal feed\Transformation +"wheat grain, feed production, Swiss integrated production","wheat grain, feed, Swiss integrated production",material,Agricultural\Animal feed\Transformation +"wheat grain, import from RoW",wheat grain,material,Agricultural\Plant production\Cereals\Market\Import +wheat production,wheat grain,material,Agricultural\Plant production\Cereals\Transformation +wheat production,straw,material,Agricultural\Plant production\Roughage\Transformation +"wheat production, organic","wheat grain, organic",material,Agricultural\Plant production\Cereals\Transformation +"wheat production, organic","straw, organic",material,Agricultural\Plant production\Roughage\Transformation +"wheat production, Swiss integrated production, extensive","wheat grain, Swiss integrated production",material,Agricultural\Plant production\Cereals\Transformation +"wheat production, Swiss integrated production, extensive",straw,material,Agricultural\Plant production\Roughage\Transformation +"wheat production, Swiss integrated production, intensive","wheat grain, Swiss integrated production",material,Agricultural\Plant production\Cereals\Transformation +"wheat production, Swiss integrated production, intensive",straw,material,Agricultural\Plant production\Roughage\Transformation +"wheat seed production, for sowing","wheat seed, for sowing",material,Agricultural\Plant seeds\Transformation +"wheat seed production, organic, for sowing","wheat seed, organic, for sowing",material,Agricultural\Plant seeds\Transformation +"wheat seed production, Swiss integrated production, for sowing","wheat seed, Swiss integrated production, for sowing",material,Agricultural\Plant seeds\Transformation +white asparagus production,white asparagus,material,Agricultural\Plant production\Vegetables\Transformation +white lined chipboard carton production,white lined chipboard carton,material,Paper+ Board\Packagings\Transformation +white spirit production,white spirit,material,Chemicals\Organic\Transformation +"white spirit production, petroleum refinery operation",white spirit,material,Chemicals\Organic\Transformation +white spirit to generic market for solvent for paint,solvent for paint,material,Chemicals\Organic\Market +"willow production, short rotation coppice","wood chips and particles, willow",material,Wood\Byproducts\Transformation +"willow stem cutting production, for planting","willow stem cutting, for planting",processing,Wood\Transformation +"wind power plant construction, 2MW, offshore, fixed parts","wind power plant, 2MW, offshore, fixed parts",energy,Electricity by fuel\Wind\Transformation\Infrastructure +"wind power plant construction, 2MW, offshore, moving parts","wind power plant, 2MW, offshore, moving parts",energy,Electricity by fuel\Wind\Transformation\Infrastructure +"wind power plant construction, 800kW, fixed parts","wind power plant, 800kW, fixed parts",energy,Electricity by fuel\Wind\Transformation\Infrastructure +"wind power plant construction, 800kW, moving parts","wind power plant, 800kW, moving parts",energy,Electricity by fuel\Wind\Transformation\Infrastructure +"wind turbine construction, 2.3MW, precast concrete tower, onshore","wind turbine, 2.3MW, onshore",energy,Electricity by fuel\Wind\Transformation\Infrastructure +"wind turbine construction, 2MW, onshore","wind turbine, 2MW, onshore",energy,Electricity by fuel\Wind\Transformation\Infrastructure +"wind turbine construction, 4.5MW, onshore","wind turbine, 4.5MW, onshore",energy,Electricity by fuel\Wind\Transformation\Infrastructure +"wind turbine construction, 750kW, onshore","wind turbine, 750kW, onshore",energy,Electricity by fuel\Wind\Transformation\Infrastructure +"wind turbine construction, small-scale, 6kw, onshore","wind turbine, small-scale, 6kw, onshore",energy,Electricity by fuel\Wind\Transformation\Infrastructure +"wind turbine network connection construction, 2MW, onshore","wind turbine network connection, 2MW, onshore",energy,Electricity by fuel\Wind\Transformation\Infrastructure +"wind turbine network connection construction, 4.5MW, onshore","wind turbine network connection, 4.5MW, onshore",energy,Electricity by fuel\Wind\Transformation\Infrastructure +"wind turbine network connection construction, 750kW, onshore","wind turbine network connection, 750kW, onshore",energy,Electricity by fuel\Wind\Transformation\Infrastructure +"wind turbine network connection construction, small-scale, 6kw, onshore","wind turbine network connection, small-scale, 6kw, onshore",energy,Electricity by fuel\Wind\Transformation\Infrastructure +"window frame production, aluminium, U=1.6 W/m2K","window frame, aluminium, U=1.6 W/m2K",material,Construction\Windows\Transformation +"window frame production, poly vinyl chloride, U=1.6 W/m2K","window frame, poly vinyl chloride, U=1.6 W/m2K",material,Construction\Windows\Transformation +"window frame production, wood-metal, U=1.6 W/m2K","window frame, wood-metal, U=1.6 W/m2K",material,Construction\Windows\Transformation +"window frame production, wood-metal, U=1.6 W/m2K","wood pellet, measured as dry mass",material,Wood\Products\Transformation +"window frame production, wood, U=1.5 W/m2K","window frame, wood, U=1.5 W/m2K",material,Construction\Windows\Transformation +"window frame production, wood, U=1.5 W/m2K","wood pellet, measured as dry mass",material,Wood\Products\Transformation +"wire drawing, copper","wire drawing, copper",processing,Metals\Chipless shaping\Transformation +"wire drawing, steel","wire drawing, steel",processing,Metals\Chipless shaping\Transformation +"wood chipping, industrial residual wood, stationary electric chipper","wood chipping, industrial residual wood, stationary electric chipper",processing,Wood\Transformation +"wood chipping, mobile chipper, at forest road","wood chipping, chipper, mobile, diesel, at forest road",processing,Wood\Transformation +"wood chipping, terrain chipper, diesel","wood chipping, forwarder with terrain chipper, in forest",processing,Wood\Transformation +"wood chips production, hardwood, at sawmill","wood chips, wet, measured as dry mass",material,Wood\Byproducts\Transformation +"wood chips production, softwood, at sawmill","wood chips, wet, measured as dry mass",material,Wood\Byproducts\Transformation +"wood cladding production, softwood","residual wood, dry",material,Wood\Byproducts\Transformation +"wood cladding production, softwood","wood chips, dry, measured as dry mass",material,Wood\Byproducts\Transformation +"wood cladding production, softwood","wood cladding, softwood",material,Wood\Products\Transformation +wood combustion power plant 20 mw,wood combustion power plant 20 mw,energy,Cogeneration\Gas\Transformation\Infrastructure +wood pellet factory production,wood pellet factory,material,Wood\Products\Transformation\Infrastructure +wood pellet production,"wood pellet, measured as dry mass",material,Wood\Products\Transformation +"wood pellets, burned in stirling heat and power co-generation unit, 3kW electrical, future","electricity, low voltage",energy,Cogeneration\Wood\Transformation +"wood pellets, burned in stirling heat and power co-generation unit, 3kW electrical, future","heat, future",energy,Heat\Gas\Transformation +"wood preservation facility construction, dipping/immersion tank","wood preservation facility, dipping/immersion tank",processing,Wood\Transformation\Infrastructure +"wood preservation facility construction, flow coating equipment","wood preservation facility, flow coating equipment",processing,Wood\Transformation\Infrastructure +"wood preservation facility construction, hot/cold dipping tank","wood preservation facility, hot/cold dipping tank",processing,Wood\Transformation\Infrastructure +"wood preservation facility construction, oscillating pressure vessel","wood preservation facility, oscillating pressure method",processing,Wood\Transformation\Infrastructure +"wood preservation facility construction, vacuum pressure vessel","wood preservation facility, vacuum pressure method",processing,Wood\Transformation\Infrastructure +"wood preservation, dipping/immersion, solvent-based preservative, indoor use, dry","wood preservation, dipping/immersion method, organic solvent-based, indoor use, dry",processing,Wood\Transformation +"wood preservation, dipping/immersion, solvent-based preservative, indoor use, occasionally wet","wood preservation, dipping/immersion method, organic solvent-based, indoor use, occasionally wet",processing,Wood\Transformation +"wood preservation, dipping/immersion, solvent-based preservative, outdoor use, no ground contact","wood preservation, dipping/immersion method, organic solvent-based, outdoor use, no ground contact",processing,Wood\Transformation +"wood preservation, dipping/immersion, water-based preservative, indoor use, dry","wood preservation, dipping/immersion method, water-based, indoor use, dry",processing,Wood\Transformation +"wood preservation, dipping/immersion, water-based preservative, indoor use, occasionally wet","wood preservation, dipping/immersion method, water-based, indoor use, occasionally wet",processing,Wood\Transformation +"wood preservation, dipping/immersion, water-based preservative, outdoor use, no ground contact","wood preservation, dipping/immersion method, water-based, outdoor use, no ground contact",processing,Wood\Transformation +"wood preservation, hot/cold dipping, creosote, outdoor use, ground contact","wood preservation, hot/cold dipping, creosote, outdoor use, ground contact",processing,Wood\Transformation +"wood preservation, oscillating pressure method, inorganic salt, containing Cr, outdoor use, ground contact","wood preservation, oscillating pressure method, inorganic salt, containing Cr, outdoor use, ground contact",processing,Wood\Transformation +"wood preservation, oscillating pressure method, organic salt, Cr-free, outdoor use, ground contact","wood preservation, oscillating pressure method, organic salt, Cr-free, outdoor use, ground contact",processing,Wood\Transformation +"wood preservation, pressure vessel, creosote, outdoor use, ground contact","wood preservation, pressure vessel, creosote, outdoor use, ground contact",processing,Wood\Transformation +"wood preservation, spray tunnel/deluging, solvent-based preservative, indoor use, dry","wood preservation, spray tunnel/deluging, organic solvent-based, indoor use, dry",processing,Wood\Transformation +"wood preservation, spray tunnel/deluging, solvent-based preservative, indoor use, occasionally wet","wood preservation, spray tunnel/deluging, organic solvent-based, indoor use, occasionally wet",processing,Wood\Transformation +"wood preservation, spray tunnel/deluging, solvent-based preservative, outdoor use, no ground contact","wood preservation, spray tunnel/deluging, organic solvent-based, outdoor use, no ground contact",processing,Wood\Transformation +"wood preservation, spray tunnel/deluging, water-based preservative, indoor use, dry","wood preservation, spray tunnel/deluging, water-based, indoor use, dry",processing,Wood\Transformation +"wood preservation, spray tunnel/deluging, water-based preservative, indoor use, occasionally wet","wood preservation, spray tunnel/deluging, water-based, indoor use, occasionally wet",processing,Wood\Transformation +"wood preservation, spray tunnel/deluging, water-based preservative, outdoor use, no ground contact","wood preservation, spray tunnel/deluging, water-based, outdoor use, no ground contact",processing,Wood\Transformation +"wood preservation, vacuum pressure method, inorganic salt, containing Cr, outdoor use, ground contact","wood preservation, vacuum pressure method, inorganic salt, containing Cr, outdoor use, ground contact",processing,Wood\Transformation +"wood preservation, vacuum pressure method, organic salt, Cr-free, outdoor use, ground contact","wood preservation, vacuum pressure method, organic salts, Cr-free, outdoor use, ground contact",processing,Wood\Transformation +"wood preservative production, creosote","wood preservative, creosote",material,Chemicals\Pesticides\Transformation +"wood preservative production, inorganic salt, containing Cr, outdoor use, ground contact","wood preservative, inorganic salt, containing Cr",material,Chemicals\Pesticides\Transformation +"wood preservative production, organic salts, Cr-free, outdoor use, ground contact","wood preservative, organic salt, Cr-free",material,Chemicals\Pesticides\Transformation +"wood preservative production, organic, indoor use, dry","wood preservative, organic, indoor use, dry",processing,Wood\Transformation +"wood preservative production, organic, indoor use, occasionally wet","wood preservative, organic, indoor use, occasionally wet",processing,Wood\Transformation +"wood preservative production, organic, outdoor use, no ground contact","wood preservative, organic, outdoor use, no ground contact",processing,Wood\Transformation +"wood preservative production, water-based, indoor use, dry","wood preservative, water-based, indoor use, dry",processing,Wood\Transformation +"wood preservative production, water-based, indoor use, occasionally wet","wood preservative, water-based, indoor use, occasionally wet",processing,Wood\Transformation +"wood preservative production, water-based, outdoor use, no ground contact","wood preservative, water-based, outdoor use, no ground contact",processing,Wood\Transformation +"wood wool boards production, cement bonded","wood wool boards, cement bonded",material,Wood\Products\Transformation +wood wool production,"residual wood, dry",material,Wood\Byproducts\Transformation +wood wool production,wood wool,material,Wood\Products\Transformation +"wooden board factory construction, cement bonded boards","wooden board factory, cement bonded boards",material,Wood\Products\Transformation\Infrastructure +"wooden board factory construction, organic bonded boards","wooden board factory, organic bonded boards",material,Wood\Products\Transformation\Infrastructure +woven bamboo mat production,woven bamboo mat,material,Wood\Products\Transformation +"xenon and krypton purification, air separation","xenon, gaseous",material,Chemicals\Organic\Transformation +"xenon and krypton purification, air separation","krypton, gaseous",material,Chemicals\Organic\Transformation +"xenon and krypton purification, air separation","krypton, gaseous",material,Chemicals\Organic\Transformation +"xenon and krypton purification, air separation","xenon, gaseous",material,Chemicals\Organic\Transformation +"xenon and krypton purification, air separation","xenon, gaseous",material,Chemicals\Organic\Transformation +"xenon and krypton purification, air separation","krypton, gaseous",material,Chemicals\Organic\Transformation +xylene production,xylene,material,Chemicals\Organic\Transformation +"yarding and processing, mobile cable yarder on truck",cable yarding,transport,Building equipment\Transformation +"yarding, mobile cable yarder on trailer",cable yarding,transport,Building equipment\Transformation +"yarding, sled yarder",cable yarding,transport,Building equipment\Transformation +"yarn production, cotton, open end spinning","yarn, cotton",material,Textiles\Transformation +"yarn production, cotton, ring spinning","yarn, cotton",material,Textiles\Transformation +"yarn production, cotton, ring spinning, for knitting","yarn, cotton",material,Textiles\Transformation +"yarn production, cotton, ring spinning, for weaving","yarn, cotton",material,Textiles\Transformation +"yarn production, jute","yarn, jute",material,Textiles\Transformation +"yarn production, kenaf","yarn, kenaf",material,Textiles\Transformation +"yarn production, silk, long fibre","yarn, silk",material,Textiles\Transformation +"yarn production, silk, short fibre","yarn, silk",material,Textiles\Transformation +"yogurt production, from cow milk","cheese, from cow milk, fresh, unripened",material,Agricultural\Food\Transformation +"yogurt production, from cow milk","cream, from cow milk",material,Agricultural\Food\Transformation +"yogurt production, from cow milk","yogurt, from cow milk",material,Agricultural\Food\Transformation +ytterbium oxide to generic market for mischmetal,mischmetal,material,Metals\Non ferro\Market +yttrium oxide to generic market for mischmetal,mischmetal,material,Metals\Non ferro\Market +"zeolite production, powder","zeolite, powder",material,Chemicals\Washing agents\Builders\Transformation +"zeolite production, slurry, without water, in 50% solution state","zeolite, slurry, without water, in 50% solution state",material,Chemicals\Washing agents\Builders\Transformation +zinc coating for hydrogen pipeline,zinc coating for hydrogen pipeline,material,Fuels\Others\Transformation +"zinc coating, coils","zinc coat, coils",processing,Metals\Coating\Transformation +"zinc coating, pieces","zinc coat, pieces",processing,Metals\Coating\Transformation +"zinc coating, pieces, adjustment per micro-m","zinc coat, pieces, adjustment per micro-m",processing,Metals\Coating\Transformation +zinc mine operation,"quicklime, milled, loose",material,Chemicals\Inorganic\Transformation +zinc mine operation,zinc concentrate,material,Chemicals\Inorganic\Transformation +zinc mine operation,"gold, unrefined",material,Metals\Non ferro\Transformation +zinc mine operation,bulk lead-zinc concentrate,material,Minerals\Transformation +zinc mine operation,"copper concentrate, sulfide ore",material,Minerals\Transformation +zinc mine operation,lead concentrate,material,Minerals\Transformation +zinc mine operation,lime,material,Minerals\Transformation +zinc mine operation,sand,material,Minerals\Transformation +zinc mine operation,"germanium, concentrate",material,Minerals\Transformation +zinc monosulfate production,zinc monosulfate,material,Chemicals\Inorganic\Transformation +zinc oxide production,zinc oxide,material,Chemicals\Inorganic\Transformation +"zinc scrap, post-consumer to generic market for zinc",zinc,material,Metals\Non ferro\Transformation +"zinc scrap, post-consumer, Recycled Content cut-off","zinc scrap, post-consumer",material,Metals\Non ferro\Transformation +zinc sulfide production,sulfuric acid,material,Chemicals\Acids (inorganic)\Transformation +zinc sulfide production,zinc sulfide,material,Chemicals\Inorganic\Transformation +zineb production,zineb,material,Chemicals\Organic\Transformation +"zirconium and hafnium tetrachloride production, from zircon","hydrochloric acid, without water, in 30% solution state",material,Chemicals\Acids (inorganic)\Transformation +"zirconium and hafnium tetrachloride production, from zircon",hafnium tetrachloride,material,Chemicals\Inorganic\Transformation +"zirconium and hafnium tetrachloride production, from zircon",silicon tetrachloride,material,Chemicals\Inorganic\Transformation +"zirconium and hafnium tetrachloride production, from zircon",zirconium tetrachloride,material,Chemicals\Inorganic\Transformation +zirconium oxide production,zirconium oxide,material,Chemicals\Inorganic\Transformation +"zirconium oxide to generic market for electrolyte, for solid oxide fuel cell","electrolyte, for solid oxide fuel cell",energy,Cogeneration\Gas\Market\Infrastructure +"zirconium sponge production, from zirconium tetrachloride","zirconium sponge, nuclear-grade",material,Metals\Non ferro\Transformation +zucchini production,zucchini,material,Agricultural\Plant production\Vegetables\Transformation \ No newline at end of file diff --git a/premise/data/utils/export/simapro_classification.csv b/premise/data/utils/export/simapro_classification.csv index c8abfef7..b06f15ec 100644 --- a/premise/data/utils/export/simapro_classification.csv +++ b/premise/data/utils/export/simapro_classification.csv @@ -888,7 +888,84 @@ classification;classification code;category 1;category 2;category 3 65:Freight transport services;65;;; 48354:Parts and accessories for the goods of subclass 48315;48354;;; 355:Man-made fibres;355;;; -39367:Waste and scrap of tungsten, molybdenum, tantalum, magnesium, cobalt, cadmium, titanium, zirconium, beryllium [�];39367;;; +39367:Waste and scrap of tungsten, molybdenum, tantalum, magnesium, cobalt, cadmium, titanium, zirconium, beryllium;39367;;; 37114:Glass in sheets, bent, edge-worked, engraved, drilled, enamelled or otherwise worked, but not framed, etc.;37114;;; 34615:Mixtures of ammonium nitrate with calcium carbonate or other inorganic non-fertilizing substances;34615;;; 43913:Refrigerating and freezing equipment and heat pumps, except household type equipment;43913;;; +39380:Waste and scrap of primary cells, primary batteries and electric accumulators, spent primary cells, primary ba[…];39380;;; +39368:Waste and scrap of antimony and chromium;39368;;; +39290:Other non-metal waste or scrap;39290;;; +91131:Public administrative services related to agriculture, forestry, fishing and hunting;91131;;; +83222:Rural land planning services;83222;;; +39320:Ash and residue (except from the manufacture of iron or steel), containing metals or metallic compounds, excep[…];39320;;; +3110:Wood, sawn or chipped lengthwise, sliced or peeled, of a thickness exceeding 6 mm, railway or tramway sleepers […];3110;;; +3411:Hydrocarbons and their halogenated, sulphonated, nitrated or nitrosated derivatives;3411;;; +45290:Parts and accessories of computing machines;45290;;; +3337:Fuel oils n.e.c.;3337;;; +03120:Logs of non-coniferous wood;03120;;; +34131:Ethyl alcohol and other spirits, denatured, of any strength;34131;;; +35240:Sugars, chemically pure n.e.c., sugar ethers and sugar esters and their salts n.e.c.;35240;;; +33311:Motor gasoline;33311;;; +35322:Detergents and washing preparations;35322;;; +32143:Paper and paperboard coated with kaolin or with other inorganic substances;32143;;; +67210:Refrigerated storage services;67210;;; +24490:Other non-alcoholic caloric beverages;24490;;; +44216:Machine-tools for deburring, sharpening, grinding, honing, lapping, polishing or otherwise finishing metal, si[…];44216;;; +26620:Woven fabrics of cotton, containing 85% or more by weight of cotton, weighing more than 200 g/m2;26620;;; +41602:Tungsten, molybdenum, tantalum, magnesium, cobalt, cadmium, titanium, zirconium, beryllium, gallium, hafnium, […];41602;;; +53129:Other non-residential buildings;53129;;; +63114:Accommodation services for visitors, in rooms for multiple occupancy;63114;;; +39282:Agglomerated wood waste and scrap in forms other than pellets;39282;;; +39230:Residual lyes from the manufacture of wood pulp, including lignin sulphonates, but excluding tall oil;39230;;; +04191:Other wild live fish, not for human consumption, including seeds and feeds for aquaculture;04191;;; +14210:Copper, ores and concentrates;14210;;; +46211:Electrical apparatus for switching or protecting electrical circuits, or for making connexions to or in electr[…];46211;;; +88602:Basic precious and other non-ferrous metal manufacturing services;88602;;; +3751:Non-refractory mortars and concretes;3751;;; +31439:Other board of wood or other ligneous materials;31439;;; +542:General construction services of civil engineering works;542;;; +01316:Mangoes, guavas and mangosteens;01316;;; +41533:Wire of aluminium;41533;;; +46220:Parts of electricity distribution or control apparatus;46220;;; +43110:Internal combustion piston engines, other than for motor vehicles and aircraft;43110;;; +44198:Other agricultural machinery n.e.c.;44198;;; +37310:Bricks, blocks, tiles and other ceramic goods of siliceous earths;37310;;; +43912:Air-conditioning machines;43912;;; +313:Wood in the rough, treated with paint, stains, creosote or other preservatives, railway or tramway sleepers (cro[…];313;;; +41283:Other tubes and pipes, of circular cross-section, seamless;41283;;; +641:Local transport and sightseeing transportation services of passengers;641;;; +32193:Toilet paper, handkerchiefs, towels, serviettes, napkins for babies, tampons, and similar household, sanitary […];32193;;; +54242:General construction services of long-distance communication and power lines (cables);54242;;; +41545:Zinc bars, rods, profiles and wire, zinc plates, sheets, strip and foil;41545;;; +37350:Non-refractory ceramic building bricks, flooring blocks, support or filler tiles, roofing tiles, chimney-pots,[…];37350;;; +47403:Parts for the goods of subclasses 47211 to 47213, 47311 to 47315 and 48220;47403;;; +97110:Coin-operated laundry services;97110;;; +01259:Other root, bulb and tuberous vegetables, n.e.c.;01259;;; +37210:Ceramic sinks, baths, water closet pans, flushing cisterns and similar sanitary fixtures;37210;;; +46132:Parts of electrical transformers, static converters and inductors;46132;;; +83324:Engineering services for power projects;83324;;; +3999:Other wastes n.e.c.;3999;;; +39250:Waste, parings and scrap of rubber (except hard rubber) and powders and granules obtained therefrom;39250;;; +26190:Other vegetable textile fibres, processed but not spun, tow and waste of these fibres;26190;;; +88212:Textile weaving services;88212;;; +44251:Tool holders, self-opening dieheads, work holders, dividing heads and other special attachments for machine-to[…];44251;;; +88739:Other fabricated metal product manufacturing services n.e.c.;88739;;; +42342:Parts of the goods of subclasses 42320 and 42330;42342;;; +44160:Self-loading or self-unloading trailers and semi-trailers for agricultural purposes;44160;;; +448:Domestic appliances and parts thereof;448;;; +39332:Waste and scrap of precious metal (except gold) or of metal clad with precious metal (except gold);39332;;; +21223:Fish meat, whether or not minced, frozen;21223;;; +37192:Glass envelopes, open, and glass parts thereof, for electric lamps, cathode-ray tubes or the like;37192;;; +46112:Universal AC/DC motors of an output exceeding 37.5 W, other AC motors, AC generators (alternators);46112;;; +37195:Laboratory, hygienic or pharmaceutical glassware, ampoules of glass;37195;;; +38140:Other furniture n.e.c.;38140;;; +41350:Base metals clad with silver, and base metals, silver or gold clad with platinum, not further worked than semi[…];41350;;; +02199:Other live animals, n.e.c.;02199;;; +44112:Harrows, scarifies, cultivators, weeders and hoes;44112;;; +4391:Gas generators, distilling plant, air-conditioning and refrigerating equipment, filtering machinery;4391;;; +03211:Balata, gutta-percha, guayule, chicle and similar natural gums in primary forms or in plates, sheets or strip;03211;;; +21214:Fish of Gadiformes, frozen;21214;;; +46340:Other electric conductors, for a voltage not exceeding 1000 V;46340;;; +37199:Articles of glass n.e.c. (including glass inners for vacuum flasks, signalling glassware, glass cubes for mosa[…];37199;;; +46932:Permanent ceramic or ferrite magnets;46932;;; +44811:Refrigerators and freezers, household type, electric or non-electric;44811;;; \ No newline at end of file diff --git a/premise/data_collection.py b/premise/data_collection.py index b8be3c31..3c6c7893 100644 --- a/premise/data_collection.py +++ b/premise/data_collection.py @@ -984,7 +984,12 @@ def __fetch_market_data( # check if values of input_vars are strings or lists if any(isinstance(x, list) for x in input_vars.values()): - vars = list(chain.from_iterable(input_vars.values())) + vars = [ + item + for sublist in input_vars.values() + for item in (sublist if isinstance(sublist, list) else [sublist]) + ] + else: vars = list(input_vars.values()) @@ -1001,7 +1006,12 @@ def __fetch_market_data( return None if any(isinstance(x, list) for x in input_vars.values()): - rev_input_vars = {x: k for k, v in input_vars.items() for x in v} + rev_input_vars = { + v: k + for k, val in input_vars.items() + for v in (val if isinstance(val, list) else [val]) + } + else: rev_input_vars = {v: k for k, v in input_vars.items()} @@ -1047,6 +1057,7 @@ def get_iam_efficiencies( :param efficiency_labels: The efficiency labels to use. :param production_labels: The production labels to use. :param energy_labels: The energy labels to use. + :param use_absolute_efficiency: If True, the efficiency is considered as absolute. :return: a multidimensional array with sector's technologies market share for a given year, for all regions. @@ -1092,7 +1103,6 @@ def get_iam_efficiencies( elif production_labels and energy_labels: eff_data = xr.DataArray(dims=["variables"], coords={"variables": []}) for k, v in production_labels.items(): - # check that each element of energy.values() is in data.variables.values # knowing that energy.values() is a list of lists # and that each element of prod.values() is in data.variables.values diff --git a/premise/export.py b/premise/export.py index 9d6aecb2..6a01e575 100644 --- a/premise/export.py +++ b/premise/export.py @@ -22,6 +22,7 @@ import yaml from datapackage import Package from pandas import DataFrame +from prettytable import PrettyTable from scipy import sparse as nsp from . import __version__ @@ -104,20 +105,16 @@ def get_simapro_category_of_exchange(): raise FileNotFoundError( "The dictionary of Simapro categories could not be found." ) - with open(filepath, encoding="utf-8") as file: - csv_list = [ - [val.strip() for val in r.split(get_delimiter(filepath=filepath))] - for r in file.readlines() - ] - _, *data = csv_list + with open( + filepath, + encoding="latin-1", + ) as file: + csv_reader = csv.DictReader(file) - dict_cat = {} - for row in data: - name, category_1, category_2 = row - dict_cat[name] = { - "main category": category_1, - "category": category_2, - } + dict_cat = {} + # first row are headers + for row in csv_reader: + dict_cat[(row["name"].lower(), row["product"].lower())] = dict(row) return dict_cat @@ -1041,6 +1038,7 @@ def __init__( create_codes_index_of_biosphere_flows_matrix(self.version) ) self.bio_dict = biosphere_flows_dictionary(self.version) + self.unmatched_category_flows = [] def create_A_matrix_coordinates(self) -> list: """ @@ -1439,37 +1437,16 @@ def export_db_to_simapro(self, olca_compartments=False): writer.writerow([]) for ds in self.db: - main_category, category = ("", "") + key = (ds["name"].lower(), ds["reference product"].lower()) - if ds["name"] in dict_cat_simapro: - main_category, category = ( - dict_cat_simapro[ds["name"]]["main category"], - dict_cat_simapro[ds["name"]]["category"], + try: + main_category, sub_category = ( + dict_cat_simapro[key]["category"], + dict_cat_simapro[key]["sub_category"], ) - else: - if any( - i in ds["name"] - for i in ( - "transport, passenger car", - "transport, heavy", - "transport, medium", - ) - ): - main_category, category = ("transport", r"Road\Transformation") - - if any( - i in ds["name"] - for i in ("Passenger car", "Heavy duty", "Medium duty") - ): - main_category, category = ("transport", r"Road\Infrastructure") - - if main_category == "": - main_category, category = ( - dict_cat[(ds["name"], ds["reference product"])][ - "main category" - ], - dict_cat[(ds["name"], ds["reference product"])]["category"], - ) + except KeyError: + main_category, sub_category = ("material", "Others\Transformation") + self.unmatched_category_flows.append(key) for item in fields: if ( @@ -1561,7 +1538,7 @@ def export_db_to_simapro(self, olca_compartments=False): simapro_units[e["unit"]], 1.0, "not defined", - category, + sub_category, ] ) @@ -1573,20 +1550,18 @@ def export_db_to_simapro(self, olca_compartments=False): 1.0, "100%", "not defined", - category, + sub_category, ] ) + e["used"] = True if item == "Materials/fuels": for e in ds["exchanges"]: if e["type"] == "technosphere": - if e["name"] in dict_cat_simapro: - exc_cat = dict_cat_simapro[e["name"]][ - "main category" - ].lower() + key = (e["name"].lower(), e["product"].lower()) + if key in dict_cat_simapro: + exc_cat = dict_cat_simapro.get(key)["category"] else: - exc_cat = dict_cat[e["name"], e["product"]][ - "main category" - ].lower() + exc_cat = "material" if exc_cat != "waste treatment": name = f"{e['product']} {{{e.get('location', 'GLO')}}}| {e['name']} | Cut-off, U" @@ -1602,6 +1577,7 @@ def export_db_to_simapro(self, olca_compartments=False): 0, ] ) + e["used"] = True if item == "Resources": for e in ds["exchanges"]: if ( @@ -1614,9 +1590,12 @@ def export_db_to_simapro(self, olca_compartments=False): ) if len(e["categories"]) > 1: - sub_compartment = simapro_subs.get( - e["categories"][1], e["categories"][1] - ) + if e["categories"][1] != "fossil well": + sub_compartment = simapro_subs.get( + e["categories"][1], e["categories"][1] + ) + else: + sub_compartment = "" writer.writerow( [ @@ -1630,6 +1609,7 @@ def export_db_to_simapro(self, olca_compartments=False): 0, ] ) + e["used"] = True if item == "Emissions to air": for e in ds["exchanges"]: if e["type"] == "biosphere" and e["categories"][0] == "air": @@ -1662,6 +1642,7 @@ def export_db_to_simapro(self, olca_compartments=False): 0, ] ) + e["used"] = True if item == "Emissions to water": for e in ds["exchanges"]: if ( @@ -1696,6 +1677,7 @@ def export_db_to_simapro(self, olca_compartments=False): 0, ] ) + e["used"] = True if item == "Emissions to soil": for e in ds["exchanges"]: if ( @@ -1726,17 +1708,15 @@ def export_db_to_simapro(self, olca_compartments=False): 0, ] ) + e["used"] = True if item == "Waste to treatment": for e in ds["exchanges"]: if e["type"] == "technosphere": - if e["name"] in dict_cat_simapro: - exc_cat = dict_cat_simapro[e["name"]][ - "main category" - ].lower() + key = (e["name"].lower(), e["product"].lower()) + if key in dict_cat_simapro: + exc_cat = dict_cat_simapro.get(key)["category"] else: - exc_cat = dict_cat[e["name"], e["product"]][ - "main category" - ].lower() + exc_cat = "material" if exc_cat == "waste treatment": name = f"{e['product']} {{{e.get('location', 'GLO')}}}| {e['name']} | Cut-off, U" @@ -1752,6 +1732,7 @@ def export_db_to_simapro(self, olca_compartments=False): 0, ] ) + e["used"] = True writer.writerow([]) @@ -1783,6 +1764,38 @@ def export_db_to_simapro(self, olca_compartments=False): csvFile.close() + # check that all exchanges have been used + unused_exchanges = [] + for ds in self.db: + for e in ds["exchanges"]: + if "used" not in e: + if [ + e["name"][:40], + e.get("product", "")[:40], + e.get("categories"), + e.get("location"), + ] not in unused_exchanges: + unused_exchanges.append( + [ + e["name"][:40], + e.get("product", "")[:40], + e.get("categories"), + e.get("location"), + ] + ) + + if len(unused_exchanges) > 0: + print("The following exchanges have not been used in the Simapro export:") + # make prettytable + x = PrettyTable() + x.field_names = ["Name", "Product", "Categories", "Location"] + for i in unused_exchanges: + x.add_row(i) + print(x) + + if len(self.unmatched_category_flows) > 0: + print(f"{len(self.unmatched_category_flows)} unmatched flow categories.") + print(f"Simapro CSV file saved in {self.filepath}.") def rev_index(self, inds): diff --git a/premise/external.py b/premise/external.py index 9a0d22df..87391dc5 100644 --- a/premise/external.py +++ b/premise/external.py @@ -1079,6 +1079,10 @@ def create_markets(self) -> None: r for r in regions if r not in market_vars["except regions"] ] + # remove World region from regions + if "World" in regions and len(regions) > 1: + regions.remove("World") + # Loop through regions for region in regions: # Create market dictionary @@ -1273,14 +1277,12 @@ def create_markets(self) -> None: # if there's more than one region, # we create a World region create_world_region = True - if ( - "World" in regions - or "World" in market_vars.get("except regions", []) - or len(regions) == 1 + if len(regions) <= 1 or "World" in market_vars.get( + "except regions", [] ): create_world_region = False - if create_world_region: + if create_world_region is True: world_market = self.fill_in_world_market( market=market_vars, regions=regions, diff --git a/premise/external_data_validation.py b/premise/external_data_validation.py index b30f8b10..4d23d725 100644 --- a/premise/external_data_validation.py +++ b/premise/external_data_validation.py @@ -69,7 +69,19 @@ def flag_activities_to_adjust( :return: dataset with additional info on variables to adjust """ - regions = scenario_data["production volume"].region.values.tolist() + if "production volume variable" not in dataset_vars: + regions = scenario_data["production volume"].region.values.tolist() + else: + data = scenario_data["production volume"].sel( + variables=dataset_vars["production volume variable"] + ) + # fetch regions which do not contain nan data + regions = [ + r + for r in data.region.values.tolist() + if not np.isnan(data.sel(region=r).values).all() + ] + if "except regions" in dataset_vars: regions = [r for r in regions if r not in dataset_vars["except regions"]] @@ -279,7 +291,7 @@ def check_inventories( "except regions": val.get( "except regions", [ - "World", + # "World", ], ), "efficiency": val.get("efficiency", []), @@ -464,17 +476,22 @@ def fallback_match(region, location): # Perform checks in order of preference for region in short_listed: - while short_listed[region] is None: - for location in sorted_candidate_locations: - for check_func in check_functions: - if check_func(region, location): - # check the dataset was not previously emptied - if ( - candidates_by_location[location].get("emptied", False) - is False - ): - assign_candidate_if_empty(region, location) - break + for location in sorted_candidate_locations: + for check_func in check_functions: + if check_func(region, location): + # check the dataset was not previously emptied + if ( + candidates_by_location[location].get("emptied", False) + is False + ): + assign_candidate_if_empty(region, location) + break + + if short_listed[region] is None: + if "RoW" in sorted_candidate_locations: + assign_candidate_if_empty(region, "RoW") + else: + assign_candidate_if_empty(region, location) return short_listed diff --git a/premise/iam_variables_mapping/electricity_variables.yaml b/premise/iam_variables_mapping/electricity_variables.yaml index b3f75482..d2e9c3dd 100644 --- a/premise/iam_variables_mapping/electricity_variables.yaml +++ b/premise/iam_variables_mapping/electricity_variables.yaml @@ -1,7 +1,7 @@ Biogas CHP: ecoinvent_aliases: fltr: - - heat and power co-generation, biogas, gas engine + - heat and power co-generation, biogas, gas engine mask: reference product: heat ecoinvent_fuel_aliases: diff --git a/premise/iam_variables_mapping/extract_mapping.py b/premise/iam_variables_mapping/extract_mapping.py new file mode 100644 index 00000000..3685ad6f --- /dev/null +++ b/premise/iam_variables_mapping/extract_mapping.py @@ -0,0 +1,193 @@ +import glob + +import pandas as pd +import yaml + +# Initialize a dictionary to store DataFrames +dfs = {} + + +# Function to process each YAML file and extract data into DataFrame +def process_yaml(file_path): + with open(file_path, "r") as file: + data = yaml.safe_load(file) + df_data = [] + + def append_data(key, model, variable, variable_type): + if isinstance(variable, list): + for var in variable: + df_data.append([key, model, var, variable_type]) + else: + df_data.append([key, model, variable, variable_type]) + + for main_key, value in data.items(): + if isinstance(value, dict): + if "iam_aliases" in value: + for model, variable in value["iam_aliases"].items(): + append_data(main_key, model, variable, "Production volume") + if "energy_use_aliases" in value: + for model, variable in value["energy_use_aliases"].items(): + append_data( + f"{main_key} (energy use)", + model, + variable, + "Specific Energy Use", + ) + if "eff_aliases" in value: + for model, variable in value["eff_aliases"].items(): + append_data( + f"{main_key} (efficiency)", model, variable, "Efficiency" + ) + if "electricity_use_aliases" in value: + for model, variable in value["electricity_use_aliases"].items(): + append_data( + f"{main_key} (electricity use)", + model, + variable, + "Electricity Use", + ) + if "heat_use_aliases" in value: + for model, variable in value["heat_use_aliases"].items(): + append_data(f"{main_key} (heat use)", model, variable, "Heat Use") + if "land_use" in value: + for model, variable in value["land_use"].items(): + append_data(main_key, model, variable, "Land Use") + if "land_use_change" in value: + for model, variable in value["land_use_change"].items(): + append_data(main_key, model, variable, "Land Use Change") + + for sub_key, sub_value in value.items(): + if isinstance(sub_value, dict): + if "iam_aliases" in sub_value: + for model, variable in sub_value["iam_aliases"].items(): + append_data( + f"{main_key} - {sub_key}", + model, + variable, + "Production volume", + ) + if "energy_use_aliases" in sub_value: + for model, variable in sub_value["energy_use_aliases"].items(): + append_data( + f"{main_key} - {sub_key} (energy use)", + model, + variable, + "Specific Energy Use", + ) + if "eff_aliases" in sub_value: + for model, variable in sub_value["eff_aliases"].items(): + append_data( + f"{main_key} - {sub_key} (efficiency)", + model, + variable, + "Efficiency", + ) + if "electricity_use_aliases" in sub_value: + for model, variable in sub_value[ + "electricity_use_aliases" + ].items(): + append_data( + f"{main_key} - {sub_key} (electricity use)", + model, + variable, + "Electricity Use", + ) + if "heat_use_aliases" in sub_value: + for model, variable in sub_value["heat_use_aliases"].items(): + append_data( + f"{main_key} - {sub_key} (heat use)", + model, + variable, + "Heat Use", + ) + if "land use" in sub_value: + append_data( + f"{main_key} - {sub_key}", + "IAM", + sub_value["land use"], + "Land Use", + ) + if "land_use_change" in sub_value: + append_data( + f"{main_key} - {sub_key}", + "IAM", + sub_value["land_use_change"], + "Land Use Change", + ) + df = pd.DataFrame( + df_data, columns=["Key", "IAM Model", "Variable", "Variable Type"] + ) + return df + + +# Process all *.yaml files except "constants.yaml" +for file in glob.glob("*.yaml"): + if file in [ + "constants.yaml", + "missing_geography_equivalences.yaml", + "gains_regions_mapping.yaml", + "iam_region_to_climate.yaml", + ]: + continue + file_name = ( + file.split("/")[-1].replace("_variables.yaml", "").replace("_", " ").title() + ) + dfs[file_name] = process_yaml(file) + +# Create a Pandas Excel writer +excel_file = "mapping_overview.xlsx" +with pd.ExcelWriter(excel_file, engine="xlsxwriter") as writer: + for sheet_name, df in dfs.items(): + df.to_excel(writer, sheet_name=sheet_name, index=False) + + +def create_refined_pivot_v2(df): + df = df.copy() + + # Identify and extract the terms in parentheses + df["Energy use"] = df["Key"].str.extract(r"\((energy use)\)", expand=False) + df["Efficiency"] = df["Key"].str.extract(r"\((efficiency)\)", expand=False) + + # Clean the 'Key' column by removing the extracted terms + df["Key"] = df["Key"].str.replace(r"\s*\(energy use\)\s*", "", regex=True) + df["Key"] = df["Key"].str.replace(r"\s*\(efficiency\)\s*", "", regex=True) + + # Fill NaN with empty strings for consistency + df.fillna("", inplace=True) + + # Combine 'Energy use' and 'Efficiency' into the 'Variable Type' column for pivoting + df["Variable Category"] = ( + df["Variable Type"] + " " + df["Energy use"] + df["Efficiency"] + ) + df["Variable Category"] = df["Variable Category"].str.strip() + + # Create the pivot table with combined variables separated by ";" + pivot_df = df.pivot_table( + index=["Key"], + columns=["IAM Model", "Variable Category"], + values="Variable", + aggfunc=lambda x: "; ".join(str(v) for v in x), + ) + + # Clean up the column headers to remove any trailing "|" + pivot_df.columns = [ + col[0] + " | " + col[1].strip(" |") if col[1] else col[0] + for col in pivot_df.columns + ] + pivot_df.columns = pivot_df.columns.str.replace(r"\s+\|\s+$", "", regex=True) + + return pivot_df.T + + +# Apply the refined function to each DataFrame and create pivot tables +refined_pivot_tables_v2 = {} +for sheet, df in dfs.items(): + if not df.empty: + refined_pivot_tables_v2[sheet] = create_refined_pivot_v2(df) + +# Create a new Excel writer for the refined pivot tables +refined_output_path_v2 = "mapping_overview.xlsx" +with pd.ExcelWriter(refined_output_path_v2) as writer: + for sheet, pivot_df in refined_pivot_tables_v2.items(): + if not pivot_df.empty: + pivot_df.to_excel(writer, sheet_name=sheet) diff --git a/premise/iam_variables_mapping/fuels_variables.yaml b/premise/iam_variables_mapping/fuels_variables.yaml index 83653db9..d01793fd 100644 --- a/premise/iam_variables_mapping/fuels_variables.yaml +++ b/premise/iam_variables_mapping/fuels_variables.yaml @@ -627,6 +627,10 @@ hydrogen, from natural gas: remind: Tech|Hydrogen|Gas|w/o CC|Efficiency ecoinvent_aliases: fltr: hydrogen production, steam methane reforming + mask: + name: + - biomethane + - CCS hydrogen, from natural gas, with CCS: lhv: 120 @@ -647,8 +651,10 @@ hydrogen, from biogas: co2: 0 biogenic_share: 1 ecoinvent_aliases: - fltr: - - hydrogen production, steam methane reforming, from biomethane + fltr: hydrogen production, steam methane reforming, from biomethane + mask: + name: + - CCS hydrogen, from biogas, with CCS: lhv: 120 diff --git a/premise/new_database.py b/premise/new_database.py index 0db5d493..b494350b 100644 --- a/premise/new_database.py +++ b/premise/new_database.py @@ -16,6 +16,7 @@ from tqdm import tqdm from . import __version__ +from .battery import _update_battery from .biomass import _update_biomass from .cement import _update_cement from .clean_datasets import DatabaseCleaner @@ -156,6 +157,7 @@ FILEPATH_BATTERIES_NMC622_LTO = INVENTORY_DIR / "lci-batteries-NMC622-LTO.xlsx" FILEPATH_LIO2_BATTERY = INVENTORY_DIR / "lci-batteries-LiO2.xlsx" FILEPATH_LIS_BATTERY = INVENTORY_DIR / "lci-batteries-LiS.xlsx" +FILEPATH_BATTERY_CAPACITY = INVENTORY_DIR / "lci-battery-capacity.xlsx" FILEPATH_PHOTOVOLTAICS = INVENTORY_DIR / "lci-PV.xlsx" FILEPATH_BIGCC = INVENTORY_DIR / "lci-BIGCC.xlsx" FILEPATH_NUCLEAR_EPR = INVENTORY_DIR / "lci-nuclear_EPR.xlsx" @@ -719,6 +721,7 @@ def __import_inventories(self) -> List[dict]: (FILEPATH_VANADIUM, "3.9"), (FILEPATH_SIB_BATTERY, "3.9"), (FILEPATH_HOME_STORAGE_BATTERIES, "3.9"), + (FILEPATH_BATTERY_CAPACITY, "3.10"), (FILEPATH_PHOTOVOLTAICS, "3.7"), (FILEPATH_HYDROGEN_INVENTORIES, "3.9"), (FILEPATH_HYDROGEN_SOLAR_INVENTORIES, "3.9"), @@ -865,11 +868,11 @@ def update(self, sectors: [str, list, None] = None) -> None: }, "steel": {"func": _update_steel, "args": (self.version, self.system_model)}, "fuels": {"func": _update_fuels, "args": (self.version, self.system_model)}, - "metals": { - "func": _update_metals, + "heat": {"func": _update_heat, "args": (self.version, self.system_model)}, + "battery": { + "func": _update_battery, "args": (self.version, self.system_model), }, - "heat": {"func": _update_heat, "args": (self.version, self.system_model)}, "emissions": { "func": _update_emissions, "args": (self.version, self.system_model, self.gains_scenario), @@ -1168,7 +1171,12 @@ def write_db_to_simapro(self, filepath: str = None): keep_uncertainty_data=self.keep_uncertainty_data, biosphere_name=self.biosphere_name, ) - Export(scenario, filepath, self.version).export_db_to_simapro() + export = Export(scenario, filepath, self.version) + export.export_db_to_simapro() + + if len(export.unmatched_category_flows) > 0: + scenario["unmatched category flows"] = export.unmatched_category_flows + del scenario["database"] if "applied functions" in scenario: diff --git a/premise/report.py b/premise/report.py index 0bac1598..616b160e 100644 --- a/premise/report.py +++ b/premise/report.py @@ -382,7 +382,7 @@ def generate_summary_report(scenarios: list, filename: Path) -> None: }, } - with open(REPORT_METADATA_FILEPATH, "r", encoding="utf-8") as stream: + with open(REPORT_METADATA_FILEPATH, encoding="utf-8") as stream: metadata = yaml.safe_load(stream) workbook = openpyxl.Workbook() @@ -423,7 +423,7 @@ def generate_summary_report(scenarios: list, filename: Path) -> None: ) if "CCS" in sector and iam_data is not None: - iam_data = iam_data * 100 + iam_data *= 100 if iam_data is None: continue @@ -536,6 +536,7 @@ def generate_change_report(source, version, source_type, system_model): "premise_electricity", "premise_fuel", "premise_heat", + "premise_battery", "premise_transport", "premise_steel", "premise_metal", diff --git a/premise/transport.py b/premise/transport.py index e27104d4..a11c858e 100644 --- a/premise/transport.py +++ b/premise/transport.py @@ -4,7 +4,6 @@ IAM data, and integrate them into the database. """ -import re import uuid from typing import Any, Dict, List, Union @@ -12,7 +11,6 @@ import xarray as xr import yaml from wurst import searching as ws -from wurst import transformations as wt from .filesystem_constants import DATA_DIR, IAM_OUTPUT_DIR, INVENTORY_DIR from .inventory_imports import VariousVehicles