regioinvent 1.3.0__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- regioinvent-1.3.0/LICENSE.md +29 -0
- regioinvent-1.3.0/MANIFEST.in +3 -0
- regioinvent-1.3.0/PKG-INFO +153 -0
- regioinvent-1.3.0/README.md +124 -0
- regioinvent-1.3.0/pyproject.toml +74 -0
- regioinvent-1.3.0/setup.cfg +4 -0
- regioinvent-1.3.0/src/regioinvent/__init__.py +5 -0
- regioinvent-1.3.0/src/regioinvent/data/EF/EF31_regionalized-for-ecoinvent-v310.87ec66ed7e5775d0132d1129fb5caf03.bw2package +0 -0
- regioinvent-1.3.0/src/regioinvent/data/EF/EF31_regionalized-for-ecoinvent-v39.ff0965b0f9793fbd2a351c9155946122.bw2package +0 -0
- regioinvent-1.3.0/src/regioinvent/data/IW/impact_world_plus_21_regionalized-for-ecoinvent-v310.0fffd5e3daa5f4cf11ef83e49c375827.bw2package +0 -0
- regioinvent-1.3.0/src/regioinvent/data/IW/impact_world_plus_21_regionalized-for-ecoinvent-v39.af770e84bfd0f4365d509c026796639a.bw2package +0 -0
- regioinvent-1.3.0/src/regioinvent/data/ReCiPe/ReCiPe_regionalized-for-ecoinvent-v310.dd7e66b1994d898394e3acfbed8eef83.bw2package +0 -0
- regioinvent-1.3.0/src/regioinvent/data/ReCiPe/ReCiPe_regionalized-for-ecoinvent-v39.d03db1f1699b4f0b4d72626e52a40647.bw2package +0 -0
- regioinvent-1.3.0/src/regioinvent/data/Regionalization/ei3.10/COMTRADE_to_ecoinvent_geographies.json +1 -0
- regioinvent-1.3.0/src/regioinvent/data/Regionalization/ei3.10/COMTRADE_to_exiobase_geographies.json +1 -0
- regioinvent-1.3.0/src/regioinvent/data/Regionalization/ei3.10/HS_to_exiobase_name.json +1 -0
- regioinvent-1.3.0/src/regioinvent/data/Regionalization/ei3.10/country_to_ecoinvent_regions.json +1 -0
- regioinvent-1.3.0/src/regioinvent/data/Regionalization/ei3.10/ecoinvent_to_HS.json +1 -0
- regioinvent-1.3.0/src/regioinvent/data/Regionalization/ei3.10/electricity_aluminium_processes.json +1 -0
- regioinvent-1.3.0/src/regioinvent/data/Regionalization/ei3.10/electricity_processes.json +1 -0
- regioinvent-1.3.0/src/regioinvent/data/Regionalization/ei3.10/heat_industrial_ng_processes.json +1 -0
- regioinvent-1.3.0/src/regioinvent/data/Regionalization/ei3.10/heat_industrial_non_ng_processes.json +1 -0
- regioinvent-1.3.0/src/regioinvent/data/Regionalization/ei3.10/heat_small_scale_non_ng_processes.json +1 -0
- regioinvent-1.3.0/src/regioinvent/data/Regionalization/ei3.10/no_inputs_processes.json +1 -0
- regioinvent-1.3.0/src/regioinvent/data/Regionalization/ei3.10/relevant_non_traded_products.json +1 -0
- regioinvent-1.3.0/src/regioinvent/data/Regionalization/ei3.10/waste_processes.json +1 -0
- regioinvent-1.3.0/src/regioinvent/data/Regionalization/ei3.9/COMTRADE_to_ecoinvent_geographies.json +1 -0
- regioinvent-1.3.0/src/regioinvent/data/Regionalization/ei3.9/COMTRADE_to_exiobase_geographies.json +1 -0
- regioinvent-1.3.0/src/regioinvent/data/Regionalization/ei3.9/HS_to_exiobase_name.json +1 -0
- regioinvent-1.3.0/src/regioinvent/data/Regionalization/ei3.9/country_to_ecoinvent_regions.json +1 -0
- regioinvent-1.3.0/src/regioinvent/data/Regionalization/ei3.9/ecoinvent_to_HS.json +1 -0
- regioinvent-1.3.0/src/regioinvent/data/Regionalization/ei3.9/electricity_aluminium_processes.json +1 -0
- regioinvent-1.3.0/src/regioinvent/data/Regionalization/ei3.9/electricity_processes.json +1 -0
- regioinvent-1.3.0/src/regioinvent/data/Regionalization/ei3.9/heat_industrial_ng_processes.json +1 -0
- regioinvent-1.3.0/src/regioinvent/data/Regionalization/ei3.9/heat_industrial_non_ng_processes.json +1 -0
- regioinvent-1.3.0/src/regioinvent/data/Regionalization/ei3.9/heat_small_scale_non_ng_processes.json +1 -0
- regioinvent-1.3.0/src/regioinvent/data/Regionalization/ei3.9/no_inputs_processes.json +1 -0
- regioinvent-1.3.0/src/regioinvent/data/Regionalization/ei3.9/relevant_non_traded_products.json +1 -0
- regioinvent-1.3.0/src/regioinvent/data/Regionalization/ei3.9/waste_processes.json +1 -0
- regioinvent-1.3.0/src/regioinvent/data/Spatialization_of_elementary_flows/ei3.10/geographies_of_regioinvent.json +1 -0
- regioinvent-1.3.0/src/regioinvent/data/Spatialization_of_elementary_flows/ei3.10/spatialized_biosphere_database.pickle +0 -0
- regioinvent-1.3.0/src/regioinvent/data/Spatialization_of_elementary_flows/ei3.10/spatialized_elementary_flows.json +1 -0
- regioinvent-1.3.0/src/regioinvent/data/Spatialization_of_elementary_flows/ei3.9/geographies_of_regioinvent.json +1 -0
- regioinvent-1.3.0/src/regioinvent/data/Spatialization_of_elementary_flows/ei3.9/spatialized_biosphere_database.pickle +0 -0
- regioinvent-1.3.0/src/regioinvent/data/Spatialization_of_elementary_flows/ei3.9/spatialized_elementary_flows.json +1 -0
- regioinvent-1.3.0/src/regioinvent/main.py +2716 -0
- regioinvent-1.3.0/src/regioinvent.egg-info/PKG-INFO +153 -0
- regioinvent-1.3.0/src/regioinvent.egg-info/SOURCES.txt +49 -0
- regioinvent-1.3.0/src/regioinvent.egg-info/dependency_links.txt +1 -0
- regioinvent-1.3.0/src/regioinvent.egg-info/requires.txt +4 -0
- regioinvent-1.3.0/src/regioinvent.egg-info/top_level.txt +1 -0
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
BSD 3-Clause License
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2024, Polytechnique Montreal, CIRAIG
|
|
4
|
+
All rights reserved.
|
|
5
|
+
|
|
6
|
+
Redistribution and use in source and binary forms, with or without
|
|
7
|
+
modification, are permitted provided that the following conditions are met:
|
|
8
|
+
|
|
9
|
+
* Redistributions of source code must retain the above copyright notice, this
|
|
10
|
+
list of conditions and the following disclaimer.
|
|
11
|
+
|
|
12
|
+
* Redistributions in binary form must reproduce the above copyright notice,
|
|
13
|
+
this list of conditions and the following disclaimer in the documentation
|
|
14
|
+
and/or other materials provided with the distribution.
|
|
15
|
+
|
|
16
|
+
* Neither the name of the copyright holder nor the names of its
|
|
17
|
+
contributors may be used to endorse or promote products derived from
|
|
18
|
+
this software without specific prior written permission.
|
|
19
|
+
|
|
20
|
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
|
|
21
|
+
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
|
22
|
+
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
|
23
|
+
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
|
|
24
|
+
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
|
25
|
+
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
|
|
26
|
+
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
|
|
27
|
+
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
|
|
28
|
+
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
|
29
|
+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
@@ -0,0 +1,153 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: regioinvent
|
|
3
|
+
Version: 1.3.0
|
|
4
|
+
Summary: Python class regionalizing processes from the ecoinvent database using trade date from the UN COMTRADE database and common sense.
|
|
5
|
+
Author-email: Maxime Agez <maxime.agez@polymtl.ca>
|
|
6
|
+
Maintainer-email: Maxime Agez <maxime.agez@polymtl.ca>
|
|
7
|
+
Project-URL: source, https://github.com/CIRAIG/Regioinvent/
|
|
8
|
+
Project-URL: homepage, https://github.com/CIRAIG/Regioinvent/
|
|
9
|
+
Project-URL: tracker, https://github.com/CIRAIG/Regioinvent/issues
|
|
10
|
+
Classifier: Development Status :: 4 - Beta
|
|
11
|
+
Classifier: Programming Language :: Python
|
|
12
|
+
Classifier: Programming Language :: Python :: 3
|
|
13
|
+
Classifier: Programming Language :: Python :: 3.9
|
|
14
|
+
Classifier: Programming Language :: Python :: 3.10
|
|
15
|
+
Classifier: Programming Language :: Python :: 3.11
|
|
16
|
+
Classifier: Programming Language :: Python :: 3.12
|
|
17
|
+
Classifier: Programming Language :: Python :: 3.13
|
|
18
|
+
Classifier: Natural Language :: English
|
|
19
|
+
Classifier: Operating System :: OS Independent
|
|
20
|
+
Classifier: Topic :: Scientific/Engineering
|
|
21
|
+
Requires-Python: ==3.11.8
|
|
22
|
+
Description-Content-Type: text/markdown
|
|
23
|
+
License-File: LICENSE.md
|
|
24
|
+
Requires-Dist: brightway2
|
|
25
|
+
Requires-Dist: pandas
|
|
26
|
+
Requires-Dist: tqdm
|
|
27
|
+
Requires-Dist: wurst
|
|
28
|
+
Dynamic: license-file
|
|
29
|
+
|
|
30
|
+
## _Regioinvent_
|
|
31
|
+
|
|
32
|
+
```Regioinvent``` is a Python package for automatically connecting the _ecoinvent_ database to _BACI_, a trade database.
|
|
33
|
+
|
|
34
|
+
Connecting to a trade database enables a more realistic description of average supply chains within the ecoinvent database
|
|
35
|
+
through the introduction of consumption markets, based on international import data and production data. The result is a
|
|
36
|
+
version of ecoinvent which almost does not rely on non-national processes such as RER, RoW or GLO.
|
|
37
|
+
|
|
38
|
+
Furthermore, since the resulting regionalized version of ecoinvent relies much less on broad regions, the regionalization
|
|
39
|
+
of impacts can show its full potential. Therefore, ```Regioinvent``` also fully spatializes all relevant elementary flows
|
|
40
|
+
and connects these spatialized elementary flows to regionalized life cycle impact assessment methods. There are currently
|
|
41
|
+
three LCIA regionalized methods implemented: IMPACT World+ v2.1 / EF 3.1 / ReCiPe 2016 v1.03 (H).
|
|
42
|
+
|
|
43
|
+
## Showcase
|
|
44
|
+
To showcase what ```Regioinvent``` does, let's illustrate on a random example: the production of diethanolamine in Sweden.
|
|
45
|
+
|
|
46
|
+
Within ecoinvent, the production of diethanolamine is only available for Europe (RER) and Rest-of-the-World (RoW).
|
|
47
|
+
|
|
48
|
+
Screenshot below shows the diethanolamine production process for Europe (values are hidden for ecoinvent licensing reason).
|
|
49
|
+
Notice how there is absolutely nothing adapted for the Swedish context, which is normal since it's for Europe as a whole.
|
|
50
|
+
|
|
51
|
+
<img src="images/diethanolamine_rer_production.png" width="600"/>
|
|
52
|
+
|
|
53
|
+
|
|
54
|
+
After running ```Regioinvent``` three types of processes are created.
|
|
55
|
+
1. National production processes <br>
|
|
56
|
+
|
|
57
|
+
National production processes for many countries and all traded commodities of ecoinvent are created automatically.
|
|
58
|
+
Below you can see the example for the Swedish production. Now you can see that basically everything is adapted to the
|
|
59
|
+
Swedish context, energy vectors (electricity/heat), consumables (ammonia) and even capital goods (chemical factory).
|
|
60
|
+
|
|
61
|
+
<img src="images/diethanolamine_swedish_prod.png" width="600"/>
|
|
62
|
+
|
|
63
|
+
2. National consumption markets <br>
|
|
64
|
+
|
|
65
|
+
National consumption markets representing the average origin of a commodity purchased in a given country, based on
|
|
66
|
+
import and domestic production data are created. Below you can see the example for the Swedish consumption market of
|
|
67
|
+
ammonia that is used in the production of diethanolamine.
|
|
68
|
+
We can see that Sweden is importing ammonia mainly from Russia (~73%), from the Netherlands (~7%) and from Algeria (~5%).
|
|
69
|
+
Of course, all these national production processes of ammonia were created along all the other national production processes.
|
|
70
|
+
|
|
71
|
+
<img src="images/ammonia_swedish_consumption_market.png" width="600"/>
|
|
72
|
+
|
|
73
|
+
3. A global production market <br>
|
|
74
|
+
|
|
75
|
+
Global production markets, representing the global production shares for each commodity, are also created. Below you can
|
|
76
|
+
see the one for the production of diethanolamine which, according to our data, is mostly produced in Saudi Arabia (~55%),
|
|
77
|
+
Malaysia (~10%), Belgium (~10%), Germany (~8%) and Sweden (~5%).
|
|
78
|
+
|
|
79
|
+
|
|
80
|
+
<img src="images/diethanolamine_global_production_market.png" width="600"/>
|
|
81
|
+
|
|
82
|
+
|
|
83
|
+
## ```Regioinvent``` in your LCAs
|
|
84
|
+
Use the three types of processes generated with ```Regioinvent``` as follows:
|
|
85
|
+
- If you know where the production of your commodity occurs, select the corresponding national production process. Either
|
|
86
|
+
for the location exactly, or, if unavailable, the RoW version which is an aggregate of all the countries not being in the
|
|
87
|
+
biggest producers. (Of course add some transportation on top of these processes to model their distribution)
|
|
88
|
+
- If you don't know where the production of your commodity occurs, BUT you know where it was bought, rely on the consumption
|
|
89
|
+
markets. These describe where the commodity should come from, on average, given the trade of the region.
|
|
90
|
+
- If you don't know anything about the process, you can either use the RoW or GLO process of ecoinvent, or rely on the
|
|
91
|
+
global production process of ```Regioinvent```.
|
|
92
|
+
|
|
93
|
+
## Get started
|
|
94
|
+
|
|
95
|
+
|
|
96
|
+
To get started you can git clone this repository or simply download it.
|
|
97
|
+
|
|
98
|
+
You will need a few things to get started:
|
|
99
|
+
- Regioinvent does not provide the ecoinvent database, so you need to buy an ecoinvent license yourself.
|
|
100
|
+
- Download all the required trade data that were already extracted.
|
|
101
|
+
You can download it from [here](https://doi.org/10.5281/zenodo.11583814). Make sure to take the latest available version.
|
|
102
|
+
- Install ```brightway2``` and have a brightway2 project with either ecoinvent3.9.1 cut-off or ecoinvent3.10.1 cut-off
|
|
103
|
+
- Install the other needed modules within the requirements.txt file
|
|
104
|
+
|
|
105
|
+
Note that regioinvent currently only supports the ecoinvent 3.9/3.9.1/3.10/3.10.1 cut-off versions and operates solely on
|
|
106
|
+
brightway2 (NOT brightway2.5).
|
|
107
|
+
|
|
108
|
+
You can then follow the steps presented in the [demo.ipynb](https://github.com/CIRAIG/Regioinvent/tree/master/doc/demo.ipynb)
|
|
109
|
+
Jupyter notebook.
|
|
110
|
+
|
|
111
|
+
Recommended python version: 3.11.8
|
|
112
|
+
|
|
113
|
+
## How to use after running the code?
|
|
114
|
+
Once the regionalized version of ecoinvent is created on Python, it will automatically be exported to your brightway2
|
|
115
|
+
project. You will then be able to
|
|
116
|
+
perform your LCAs either through brightway2 or activity-browser as you would with the regular ecoinvent database. <br>
|
|
117
|
+
Do note that calculations can be longer with ```Regioinvent``` depending on the cutoff you select. WIth a cutoff of 0.75,
|
|
118
|
+
calculations times are similar to ones with normal ecoinvent (a few seconds). With a cutoff of 0.99, the size of the
|
|
119
|
+
regioinvent database increases
|
|
120
|
+
dramatically, and so does the calculation time (from 5 to 15 minutes depending on your machine). <br>
|
|
121
|
+
There are currently no support for other LCA software, as SimaPro and openLCA are not able to support the size of the
|
|
122
|
+
regioinvent database.
|
|
123
|
+
|
|
124
|
+
## Overview of the methodology
|
|
125
|
+
|
|
126
|
+
For a deep dive in the methodology of regioinvent, take a look at the Methodology.md file.
|
|
127
|
+
|
|
128
|
+
<img src="images/brief_methodo.png" width="600"/>
|
|
129
|
+
|
|
130
|
+
1. Closest available process in ecoinvent is copied and adapted for electricity, heat and waste inputs
|
|
131
|
+
2. National consumption markets are created based on import and production data
|
|
132
|
+
3. The national consumption markets are connected to the rest of the database
|
|
133
|
+
4. Elementary flows are spatialized
|
|
134
|
+
|
|
135
|
+
## Adaptations
|
|
136
|
+
- ```Regiopremise``` (https://github.com/matthieu-str/Regiopremise) is an adaptation of regioinvent that can work with the
|
|
137
|
+
```premise``` library (https://github.com/polca/premise).
|
|
138
|
+
|
|
139
|
+
## Future developments
|
|
140
|
+
Next steps for regioinvent are to:
|
|
141
|
+
- operate with the ecoinvent 3.11 version
|
|
142
|
+
- adapt the transportation within the different markets to reflect the origins of commodities
|
|
143
|
+
- link with the LC-impact LCIA methodology
|
|
144
|
+
- derive and integrate uncertainty factors for consumption markets, based on the year-to-year trade variations
|
|
145
|
+
- find and integrate more and more real production volumes instead of relying on rough estimates
|
|
146
|
+
|
|
147
|
+
## Support
|
|
148
|
+
Contact [maxime.agez@polymtl.ca](mailto:maxime.agez@polymtl.ca)
|
|
149
|
+
|
|
150
|
+
## Citation
|
|
151
|
+
Citing the code: https://doi.org/10.5281/zenodo.11836125 <br>
|
|
152
|
+
Citing the article: _article currently in review_ <br>
|
|
153
|
+
Citing BACI: Gaulier, G. and Zignago, S. (2010) BACI: International Trade Database at the Product-Level. The 1994-2007 Version. CEPII Working Paper, N°2010-23.
|
|
@@ -0,0 +1,124 @@
|
|
|
1
|
+
## _Regioinvent_
|
|
2
|
+
|
|
3
|
+
```Regioinvent``` is a Python package for automatically connecting the _ecoinvent_ database to _BACI_, a trade database.
|
|
4
|
+
|
|
5
|
+
Connecting to a trade database enables a more realistic description of average supply chains within the ecoinvent database
|
|
6
|
+
through the introduction of consumption markets, based on international import data and production data. The result is a
|
|
7
|
+
version of ecoinvent which almost does not rely on non-national processes such as RER, RoW or GLO.
|
|
8
|
+
|
|
9
|
+
Furthermore, since the resulting regionalized version of ecoinvent relies much less on broad regions, the regionalization
|
|
10
|
+
of impacts can show its full potential. Therefore, ```Regioinvent``` also fully spatializes all relevant elementary flows
|
|
11
|
+
and connects these spatialized elementary flows to regionalized life cycle impact assessment methods. There are currently
|
|
12
|
+
three LCIA regionalized methods implemented: IMPACT World+ v2.1 / EF 3.1 / ReCiPe 2016 v1.03 (H).
|
|
13
|
+
|
|
14
|
+
## Showcase
|
|
15
|
+
To showcase what ```Regioinvent``` does, let's illustrate on a random example: the production of diethanolamine in Sweden.
|
|
16
|
+
|
|
17
|
+
Within ecoinvent, the production of diethanolamine is only available for Europe (RER) and Rest-of-the-World (RoW).
|
|
18
|
+
|
|
19
|
+
Screenshot below shows the diethanolamine production process for Europe (values are hidden for ecoinvent licensing reason).
|
|
20
|
+
Notice how there is absolutely nothing adapted for the Swedish context, which is normal since it's for Europe as a whole.
|
|
21
|
+
|
|
22
|
+
<img src="images/diethanolamine_rer_production.png" width="600"/>
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
After running ```Regioinvent``` three types of processes are created.
|
|
26
|
+
1. National production processes <br>
|
|
27
|
+
|
|
28
|
+
National production processes for many countries and all traded commodities of ecoinvent are created automatically.
|
|
29
|
+
Below you can see the example for the Swedish production. Now you can see that basically everything is adapted to the
|
|
30
|
+
Swedish context, energy vectors (electricity/heat), consumables (ammonia) and even capital goods (chemical factory).
|
|
31
|
+
|
|
32
|
+
<img src="images/diethanolamine_swedish_prod.png" width="600"/>
|
|
33
|
+
|
|
34
|
+
2. National consumption markets <br>
|
|
35
|
+
|
|
36
|
+
National consumption markets representing the average origin of a commodity purchased in a given country, based on
|
|
37
|
+
import and domestic production data are created. Below you can see the example for the Swedish consumption market of
|
|
38
|
+
ammonia that is used in the production of diethanolamine.
|
|
39
|
+
We can see that Sweden is importing ammonia mainly from Russia (~73%), from the Netherlands (~7%) and from Algeria (~5%).
|
|
40
|
+
Of course, all these national production processes of ammonia were created along all the other national production processes.
|
|
41
|
+
|
|
42
|
+
<img src="images/ammonia_swedish_consumption_market.png" width="600"/>
|
|
43
|
+
|
|
44
|
+
3. A global production market <br>
|
|
45
|
+
|
|
46
|
+
Global production markets, representing the global production shares for each commodity, are also created. Below you can
|
|
47
|
+
see the one for the production of diethanolamine which, according to our data, is mostly produced in Saudi Arabia (~55%),
|
|
48
|
+
Malaysia (~10%), Belgium (~10%), Germany (~8%) and Sweden (~5%).
|
|
49
|
+
|
|
50
|
+
|
|
51
|
+
<img src="images/diethanolamine_global_production_market.png" width="600"/>
|
|
52
|
+
|
|
53
|
+
|
|
54
|
+
## ```Regioinvent``` in your LCAs
|
|
55
|
+
Use the three types of processes generated with ```Regioinvent``` as follows:
|
|
56
|
+
- If you know where the production of your commodity occurs, select the corresponding national production process. Either
|
|
57
|
+
for the location exactly, or, if unavailable, the RoW version which is an aggregate of all the countries not being in the
|
|
58
|
+
biggest producers. (Of course add some transportation on top of these processes to model their distribution)
|
|
59
|
+
- If you don't know where the production of your commodity occurs, BUT you know where it was bought, rely on the consumption
|
|
60
|
+
markets. These describe where the commodity should come from, on average, given the trade of the region.
|
|
61
|
+
- If you don't know anything about the process, you can either use the RoW or GLO process of ecoinvent, or rely on the
|
|
62
|
+
global production process of ```Regioinvent```.
|
|
63
|
+
|
|
64
|
+
## Get started
|
|
65
|
+
|
|
66
|
+
|
|
67
|
+
To get started you can git clone this repository or simply download it.
|
|
68
|
+
|
|
69
|
+
You will need a few things to get started:
|
|
70
|
+
- Regioinvent does not provide the ecoinvent database, so you need to buy an ecoinvent license yourself.
|
|
71
|
+
- Download all the required trade data that were already extracted.
|
|
72
|
+
You can download it from [here](https://doi.org/10.5281/zenodo.11583814). Make sure to take the latest available version.
|
|
73
|
+
- Install ```brightway2``` and have a brightway2 project with either ecoinvent3.9.1 cut-off or ecoinvent3.10.1 cut-off
|
|
74
|
+
- Install the other needed modules within the requirements.txt file
|
|
75
|
+
|
|
76
|
+
Note that regioinvent currently only supports the ecoinvent 3.9/3.9.1/3.10/3.10.1 cut-off versions and operates solely on
|
|
77
|
+
brightway2 (NOT brightway2.5).
|
|
78
|
+
|
|
79
|
+
You can then follow the steps presented in the [demo.ipynb](https://github.com/CIRAIG/Regioinvent/tree/master/doc/demo.ipynb)
|
|
80
|
+
Jupyter notebook.
|
|
81
|
+
|
|
82
|
+
Recommended python version: 3.11.8
|
|
83
|
+
|
|
84
|
+
## How to use after running the code?
|
|
85
|
+
Once the regionalized version of ecoinvent is created on Python, it will automatically be exported to your brightway2
|
|
86
|
+
project. You will then be able to
|
|
87
|
+
perform your LCAs either through brightway2 or activity-browser as you would with the regular ecoinvent database. <br>
|
|
88
|
+
Do note that calculations can be longer with ```Regioinvent``` depending on the cutoff you select. WIth a cutoff of 0.75,
|
|
89
|
+
calculations times are similar to ones with normal ecoinvent (a few seconds). With a cutoff of 0.99, the size of the
|
|
90
|
+
regioinvent database increases
|
|
91
|
+
dramatically, and so does the calculation time (from 5 to 15 minutes depending on your machine). <br>
|
|
92
|
+
There are currently no support for other LCA software, as SimaPro and openLCA are not able to support the size of the
|
|
93
|
+
regioinvent database.
|
|
94
|
+
|
|
95
|
+
## Overview of the methodology
|
|
96
|
+
|
|
97
|
+
For a deep dive in the methodology of regioinvent, take a look at the Methodology.md file.
|
|
98
|
+
|
|
99
|
+
<img src="images/brief_methodo.png" width="600"/>
|
|
100
|
+
|
|
101
|
+
1. Closest available process in ecoinvent is copied and adapted for electricity, heat and waste inputs
|
|
102
|
+
2. National consumption markets are created based on import and production data
|
|
103
|
+
3. The national consumption markets are connected to the rest of the database
|
|
104
|
+
4. Elementary flows are spatialized
|
|
105
|
+
|
|
106
|
+
## Adaptations
|
|
107
|
+
- ```Regiopremise``` (https://github.com/matthieu-str/Regiopremise) is an adaptation of regioinvent that can work with the
|
|
108
|
+
```premise``` library (https://github.com/polca/premise).
|
|
109
|
+
|
|
110
|
+
## Future developments
|
|
111
|
+
Next steps for regioinvent are to:
|
|
112
|
+
- operate with the ecoinvent 3.11 version
|
|
113
|
+
- adapt the transportation within the different markets to reflect the origins of commodities
|
|
114
|
+
- link with the LC-impact LCIA methodology
|
|
115
|
+
- derive and integrate uncertainty factors for consumption markets, based on the year-to-year trade variations
|
|
116
|
+
- find and integrate more and more real production volumes instead of relying on rough estimates
|
|
117
|
+
|
|
118
|
+
## Support
|
|
119
|
+
Contact [maxime.agez@polymtl.ca](mailto:maxime.agez@polymtl.ca)
|
|
120
|
+
|
|
121
|
+
## Citation
|
|
122
|
+
Citing the code: https://doi.org/10.5281/zenodo.11836125 <br>
|
|
123
|
+
Citing the article: _article currently in review_ <br>
|
|
124
|
+
Citing BACI: Gaulier, G. and Zignago, S. (2010) BACI: International Trade Database at the Product-Level. The 1994-2007 Version. CEPII Working Paper, N°2010-23.
|
|
@@ -0,0 +1,74 @@
|
|
|
1
|
+
[build-system]
|
|
2
|
+
requires = ["setuptools>=68.0"]
|
|
3
|
+
build-backend = "setuptools.build_meta"
|
|
4
|
+
|
|
5
|
+
[project]
|
|
6
|
+
name = "regioinvent"
|
|
7
|
+
authors = [
|
|
8
|
+
{ name="Maxime Agez", email="maxime.agez@polymtl.ca" }
|
|
9
|
+
]
|
|
10
|
+
maintainers = [
|
|
11
|
+
{ name="Maxime Agez", email="maxime.agez@polymtl.ca" }
|
|
12
|
+
]
|
|
13
|
+
description = "Python class regionalizing processes from the ecoinvent database using trade date from the UN COMTRADE database and common sense."
|
|
14
|
+
readme = "README.md"
|
|
15
|
+
dynamic = ["version"]
|
|
16
|
+
# Add here all kinds of additional classifiers as defined under
|
|
17
|
+
# https://pypi.org/classifiers/
|
|
18
|
+
classifiers = [
|
|
19
|
+
"Development Status :: 4 - Beta",
|
|
20
|
+
"Programming Language :: Python",
|
|
21
|
+
"Programming Language :: Python :: 3",
|
|
22
|
+
"Programming Language :: Python :: 3.9",
|
|
23
|
+
"Programming Language :: Python :: 3.10",
|
|
24
|
+
"Programming Language :: Python :: 3.11",
|
|
25
|
+
"Programming Language :: Python :: 3.12",
|
|
26
|
+
"Programming Language :: Python :: 3.13",
|
|
27
|
+
"Natural Language :: English",
|
|
28
|
+
"Operating System :: OS Independent",
|
|
29
|
+
"Topic :: Scientific/Engineering"
|
|
30
|
+
]
|
|
31
|
+
requires-python = "==3.11.8"
|
|
32
|
+
dependencies = [
|
|
33
|
+
"brightway2",
|
|
34
|
+
"pandas",
|
|
35
|
+
"tqdm",
|
|
36
|
+
"wurst",
|
|
37
|
+
]
|
|
38
|
+
|
|
39
|
+
[project.urls]
|
|
40
|
+
source = "https://github.com/CIRAIG/Regioinvent/"
|
|
41
|
+
homepage = "https://github.com/CIRAIG/Regioinvent/"
|
|
42
|
+
tracker = "https://github.com/CIRAIG/Regioinvent/issues"
|
|
43
|
+
|
|
44
|
+
[tool.setuptools]
|
|
45
|
+
package-dir = {"" = "src"}
|
|
46
|
+
|
|
47
|
+
[tool.setuptools.dynamic]
|
|
48
|
+
version = {attr = "regioinvent.__version__"}
|
|
49
|
+
|
|
50
|
+
[tool.flake8]
|
|
51
|
+
# Some sane defaults for the code style checker flake8
|
|
52
|
+
max_line_length = 100
|
|
53
|
+
extend_ignore = ["E203", "W503"]
|
|
54
|
+
# ^ Black-compatible
|
|
55
|
+
# E203 and W503 have edge cases handled by black
|
|
56
|
+
exclude = [
|
|
57
|
+
".tox",
|
|
58
|
+
"build",
|
|
59
|
+
"dist",
|
|
60
|
+
".eggs",
|
|
61
|
+
"docs/conf.py",
|
|
62
|
+
]
|
|
63
|
+
|
|
64
|
+
[tool.black]
|
|
65
|
+
line-length = 100
|
|
66
|
+
|
|
67
|
+
[tool.isort]
|
|
68
|
+
profile = "black"
|
|
69
|
+
line_length = 100
|
|
70
|
+
multi_line_output = 3
|
|
71
|
+
include_trailing_comma = true
|
|
72
|
+
force_grid_wrap = 0
|
|
73
|
+
use_parentheses = true
|
|
74
|
+
ensure_newline_before_comments = true
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
regioinvent-1.3.0/src/regioinvent/data/Regionalization/ei3.10/COMTRADE_to_ecoinvent_geographies.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"_X ": "RoW", "A59": "RoW", "A79": "RoW", "ABW": "AW", "AFG": "AF", "AGO": "AO", "AIA": "AI", "ALB": "AL", "AND": "AD", "ANT": "RoW", "ARE": "AE", "ARG": "AR", "ARM": "AM", "ASM": "AS", "ATA": "AQ", "ATB": "RoW", "ATF": "TF", "ATG": "AG", "AUS": "AU", "AUT": "AT", "AZE": "AZ", "BDI": "BI", "BEL": "BE", "BEN": "BJ", "BES": "BQ", "BFA": "BF", "BGD": "BD", "BGR": "BG", "BHR": "BH", "BHS": "BS", "BIH": "BA", "BLM": "BL", "BLR": "BY", "BLZ": "BZ", "BMU": "BM", "BOL": "BO", "BRA": "BR", "BRB": "BB", "BRN": "BN", "BTN": "BT", "BVT": "BV", "BWA": "BW", "CAF": "CF", "CAN": "CA", "CCK": "CC", "CHE": "CH", "CHL": "CL", "CHN": "CN", "CIV": "CI", "CMR": "CM", "COD": "CD", "COG": "CG", "COK": "CK", "COL": "CO", "COM": "KM", "CPV": "CV", "CRI": "CR", "CUB": "CU", "CUW": "CW", "CXR": "CX","CYM": "KY", "CYP": "CY", "CZE": "CZ", "DEU": "DE", "DJI": "DJ", "DMA": "DM", "DNK": "DK", "DOM": "DO", "DZA": "DZ", "E19": "RoW", "ECU": "EC", "EGY": "EG", "ERI": "ER", "ESH": "EH", "ESP": "ES", "EST": "EE", "ETH": "ET", "F19": "RoW", "FIN": "FI", "FJI": "FJ", "FLK": "FK", "FRA": "FR", "FRO": "FO", "FSM": "FM", "GAB": "GA", "GBR": "GB", "GEO": "GE", "GHA": "GH", "GIB": "GI", "GIN": "GN", "GMB": "GM", "GNB": "GW", "GNQ": "GQ", "GRC": "GR", "GRD": "GD", "GRL": "GL", "GTM": "GT", "GUM": "GU", "GUY": "GY", "HMD": "HD", "HKG": "HK", "HND": "HN", "HRV": "HR", "HTI": "HT", "HUN": "HU", "IDN": "ID", "IND": "IN", "IOT": "IO", "IRL": "IE", "IRN": "IR", "IRQ": "IQ", "ISL": "IS", "ISR": "IL", "ITA": "IT", "JAM": "JM", "JOR": "JO", "JPN": "JP", "KAZ": "KZ", "KEN": "KE", "KGZ": "KG", "KHM": "KH", "KIR": "KI", "KNA": "KN", "KOR": "KR", "KWT": "KW", "LAO": "LA", "LBN": "LB", "LBR": "LR", "LBY": "LY", "LCA": "LC", "LKA": "LK", "LSO": "LS", "LTU": "LT", "LUX": "LU", "LVA": "LV", "MAC": "MO", "MAR": "MA", "MDA": "MD", "MDG": "MG", "MDV": "MV", "MEX": "MX", "MHL": "MH", "MKD": "MK", "MLI": "ML", "MLT": "MT", "MMR": "MM", "MNE": "ME", "MNG": "MN", "MNP": "MP", "MOZ": "MZ", "MRT": "MR","MSR": "MS", "MUS": "MU", "MWI": "MW", "MYS": "MY", "NAM": "NA", "NCL": "NC", "NER": "NE", "NGA": "NG", "NFK": "NF", "NIC": "NI", "NIU": "NU", "NLD": "NL", "NOR": "NO", "NPL": "NP", "NRU": "NR", "NZL": "NZ", "O19": "RoW", "OMN": "OM", "PAK": "PK", "PAN": "PA", "PCN": "PN", "PER": "PE", "PHL": "PH", "PLW": "PW", "PNG": "PG", "POL": "PL", "PRK": "KP", "PRT": "PT", "PRY": "PY", "PSE": "PS", "PYF": "PF", "QAT": "QA", "ROU": "RO", "RUS": "RU", "RWA": "RW", "S19": "RoW", "SAU": "SA", "SDN": "SD", "SEN": "SN", "SGP": "SG", "SGS": "GS", "SHN": "SH", "SLB": "SB", "SLE": "SL", "SLV": "SV", "SMR": "SM", "SOM": "SO", "SPM": "PM", "SRB": "RS", "SSD": "SS", "STP": "ST", "SUR": "SR", "SVK": "SK", "SVN": "SI", "SWE": "SE", "SWZ": "SZ", "SXM": "SX", "SYC": "SC", "SYR": "SY", "TCA": "TC", "TCD": "TD", "TGO": "TG", "THA": "TH", "TJK": "TJ", "TKL": "TK", "TKM": "TM", "TLS": "TL", "TON": "TO", "TTO": "TT", "TUN": "TN", "TUR": "TR", "TUV": "TV", "TZA": "TZ", "UGA": "UG", "UKR": "UA", "UMI": "UM", "URY": "UY", "USA": "US", "UZB": "UZ", "VAT": "VA", "VCT": "VC", "VEN": "VE", "VGB": "VG", "VNM": "VN", "VUT": "VU", "WLF": "WF", "WSM": "WS", "X1 ": "RoW", "X2 ": "RoW", "XX ": "RoW", "YEM": "YE", "ZAF": "ZA", "ZMB": "ZM", "ZWE": "ZW"}
|
regioinvent-1.3.0/src/regioinvent/data/Regionalization/ei3.10/COMTRADE_to_exiobase_geographies.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"_X ": "RoW", "A59": "WL", "A79": "WL", "ABW": "WL", "AFG": "WA", "AGO": "WF", "AIA": "WL", "ALB": "WE", "AND": "WE", "ANT": "WA", "ARE": "WM", "ARG": "WL", "ARM": "WA", "ASM": "WA", "ATA": "WA", "ATB": "WA", "ATF": "WF", "ATG": "WL", "AUS": "AU", "AUT": "AT", "AZE": "WA", "BDI": "WF", "BEL": "BE", "BEN": "WF", "BES": "WL", "BFA": "WF", "BGD": "WA", "BGR": "BG", "BHR": "WM", "BHS": "WL", "BIH": "WE", "BLM": "WL", "BLR": "WE", "BLZ": "WL", "BMU": "WL", "BOL": "WL", "BRA": "BR", "BRB": "WL", "BRN": "WA", "BTN": "WA", "BVT": "WF", "BWA": "WF", "CAF": "WF", "CAN": "CA", "CCK": "WA", "CHE": "CH", "CHL": "WL", "CHN": "CN", "CIV": "WF", "CMR": "WF", "COD": "WF", "COG": "WF", "COK": "WA", "COL": "WL", "COM": "WF", "CPV": "WF", "CRI": "WL", "CUB": "WL", "CUW": "WL", "CXR": "WA","CYM": "WL", "CYP": "CY", "CZE": "CZ", "DEU": "DE", "DJI": "WF", "DMA": "WL", "DNK": "DK", "DOM": "WL", "DZA": "WF", "E19": "WE", "ECU": "WL", "EGY": "WM", "ERI": "WF", "ESH": "WF", "ESP": "ES", "EST": "EE", "ETH": "WF", "F19": "WF", "FIN": "FI", "FJI": "WA", "FLK": "WL", "FRA": "FR", "FRO": "WE", "FSM": "WA", "GAB": "WF", "GBR": "GB", "GEO": "WA", "GHA": "WF", "GIB": "WE", "GIN": "WF", "GMB": "WF", "GNB": "WF", "GNQ": "WF", "GRC": "GR", "GRD": "WL", "GRL": "WL", "GTM": "WL", "GUM": "WA", "GUY": "WL", "HKG": "WA", "HMD": "WA", "HND": "WL", "HRV": "HR", "HTI": "WL", "HUN": "HU", "IDN": "ID", "IND": "IN", "IOT": "WA", "IRL": "IE", "IRN": "WM", "IRQ": "WM", "ISL": "WE", "ISR": "WM", "ITA": "IT", "JAM": "WL", "JOR": "WM", "JPN": "JP", "KAZ": "WA", "KEN": "WF", "KGZ": "WA", "KHM": "WA", "KIR": "WA", "KNA": "WL", "KOR": "KR", "KWT": "WM", "LAO": "WA", "LBN": "WM", "LBR": "WF", "LBY": "WF", "LCA": "WL", "LKA": "WA", "LSO": "WF", "LTU": "LT", "LUX": "LU", "LVA": "LV", "MAC": "WA", "MAR": "WF", "MDA": "WE", "MDG": "WF", "MDV": "WA", "MEX": "MX", "MHL": "WA", "MKD": "WE", "MLI": "WF", "MLT": "MT", "MMR": "WA", "MNE": "WE", "MNG": "WA", "MNP": "WA", "MOZ": "WF", "MRT": "WF", "MSR": "WL", "MUS": "WF", "MWI": "WF", "MYS": "WA", "NAM": "WF", "NCL": "WA", "NER": "WF", "NGA": "WF", "NFK": "WA", "NIC": "WL", "NIU": "WA", "NLD": "NL", "NOR": "NO", "NPL": "WA", "NRU": "WA", "NZL": "WA", "O19": "WA", "OMN": "WM", "PAK": "WA", "PAN": "WL", "PCN": "WA", "PER": "WL", "PHL": "WA", "PLW": "WA", "PNG": "WA", "POL": "PL", "PRK": "WA", "PRT": "PT", "PRY": "WL", "PSE": "WM", "PYF": "WA", "QAT": "WM", "ROU": "RO", "RUS": "RU", "RWA": "WF", "S19": "WA", "SAU": "WM", "SDN": "WF", "SEN": "WF", "SGP": "WA", "SGS": "WL", "SHN": "WF", "SLB": "WA", "SLE": "WF", "SLV": "WL", "SMR": "WE", "SOM": "WF", "SPM": "WL", "SRB": "WE", "SSD": "WF", "STP": "WF", "SUR": "WL", "SVK": "SK", "SVN": "SI", "SWE": "SE", "SWZ": "WF", "SXM": "WL", "SYC": "WF", "SYR": "WF", "TCA": "WL", "TCD": "WF", "TGO": "WF", "THA": "WA", "TJK": "WA", "TKL": "WA", "TKM": "WA", "TLS": "WA", "TON": "WA", "TTO": "WL", "TUN": "WF", "TUR": "TR", "TUV": "WA", "TZA": "WF", "UGA": "WF", "UKR": "WE", "UMI": "WA", "URY": "WL", "USA": "US", "UZB": "WA", "VAT": "WE", "VCT": "WL", "VEN": "WL", "VGB": "WL", "VNM": "WA", "VUT": "WA", "WLF": "WA", "WSM": "WA", "X1 ": "RoW", "X2 ": "RoW", "XX ": "RoW", "YEM": "WM", "ZAF": "ZA", "ZMB": "WF", "ZWE": "WF"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"2935": "Chemicals nec", "293090": "Chemicals nec", "290343": "Chemicals nec", "290219": "Chemicals nec", "290513": "Chemicals nec", "290949": "Chemicals nec", "290919": "Chemicals nec", "291639": "Chemicals nec", "290519": "Chemicals nec", "290512": "Chemicals nec", "290110": "Chemicals nec", "290819": "Chemicals nec", "290399": "Chemicals nec", "290420": "Chemicals nec", "290719": "Chemicals nec", "290960": "Chemicals nec", "291429": "Chemicals nec", "292142": "Chemicals nec", "293339": "Chemicals nec", "291533": "Chemicals nec", "293331": "Chemicals nec", "291413": "Chemicals nec", "291229": "Chemicals nec", "290290": "Chemicals nec", "293399": "Chemicals nec", "841869": "Machinery and equipment n.e.c. (29)", "291212": "Chemicals nec", "292419": "Chemicals nec", "291521": "Chemicals nec", "291524": "Chemicals nec", "291830": "Chemicals nec", "292690": "Chemicals nec", "291411": "Chemicals nec", "291590": "Chemicals nec", "290129": "Chemicals nec", "380893": "Chemicals nec", "291219": "Chemicals nec", "291611": "Chemicals nec", "390690": "Chemicals nec", "321410": "Chemicals nec", "320910": "Chemicals nec", "292610": "Chemicals nec", "390330": "Plastics, basic", "250810": "Stone", "380210": "Chemicals nec", "281122": "Chemicals nec", "382450": "Other non-metallic mineral products", "350691": "Chemicals nec", "291712": "Chemicals nec", "843229": "Machinery and equipment n.e.c. (29)", "843680": "Machinery and equipment n.e.c. (29)", "841480": "Machinery and equipment n.e.c. (29)", "730890": "Fabricated metal products, except machinery and equipment (28)", "842139": "Machinery and equipment n.e.c. (29)", "841989": "Machinery and equipment n.e.c. (29)", "880240": "Other transport equipment (35)", "880230": "Other transport equipment (35)", "880220": "Other transport equipment (35)", "121490": "Crops nec", "320810": "Chemicals nec", "390750": "Plastics, basic", "340211": "Chemicals nec", "380992": "Chemicals nec", "290329": "Chemicals nec", "080212": "Vegetables, fruit, nuts", "290715": "Chemicals nec", "760120": "Aluminium and aluminium products", "761490": "Fabricated metal products, except machinery and equipment (28)", "282732": "Chemicals nec", "760711": "Aluminium and aluminium products", "282612": "Chemicals nec", "281830": "Chemicals nec", "841710": "Machinery and equipment n.e.c. (29)", "281820": "Chemicals nec", "281810": "Chemicals nec", "283322": "Chemicals nec", "760110": "Aluminium and aluminium products", "760429": "Aluminium and aluminium products", "292159": "Chemicals nec", "281410": "Chemicals nec", "283699": "Chemicals nec", "282710": "Chemicals nec", "310230": "N-fertiliser", "310551": "N-fertiliser", "283410": "Chemicals nec", "284180": "Chemicals nec", "310221": "N-fertiliser", "284290": "Chemicals nec", "252010": "Chemical and fertilizer minerals, salt and other mining and quarrying products n.e.c.", "680990": "Other non-metallic mineral products", "252020": "Other non-metallic mineral products", "391400": "Chemicals nec", "854590": "Electrical machinery and apparatus n.e.c. (31)", "854519": "Electrical machinery and apparatus n.e.c. (31)", "292243": "Chemicals nec", "811010": "Chemicals nec", "700719": "Glass and glass products", "080810": "Vegetables, fruit, nuts", "080910": "Vegetables, fruit, nuts", "280421": "Chemicals nec", "285000": "Chemicals nec", "252490": "Chemical and fertilizer minerals, salt and other mining and quarrying products n.e.c.", "293627": "Chemicals nec", "060290": "Crops nec", "070930": "Vegetables, fruit, nuts", "681011": "Bricks, tiles and construction products, in baked clay", "851629": "Electrical machinery and apparatus n.e.c. (31)", "080440": "Vegetables, fruit, nuts", "292700": "Chemicals nec", "901380": "Electrical machinery and apparatus n.e.c. (31)", "230320": "Food products nec", "140110": "Wood and products of wood and cork (except furniture); articles of straw and plaiting materials (20)", "080390": "Vegetables, fruit, nuts", "890190": "Other transport equipment (35)", "890120": "Other transport equipment (35)", "251110": "Chemical and fertilizer minerals, salt and other mining and quarrying products n.e.c.", "283660": "Chemicals nec", "281640": "Chemicals nec", "283090": "Chemicals nec", "140490": "Crops nec", "440140": "Wood and products of wood and cork (except furniture); articles of straw and plaiting materials (20)", "100390": "Cereal grains nec", "100310": "Cereal grains nec", "251690": "Stone", "271000": "Heavy Fuel Oil", "850760": "Electrical machinery and apparatus n.e.c. (31)", "853710": "Electrical machinery and apparatus n.e.c. (31)", "850790": "Electrical machinery and apparatus n.e.c. (31)", "850720": "Electrical machinery and apparatus n.e.c. (31)", "850780": "Electrical machinery and apparatus n.e.c. (31)", "850750": "Electrical machinery and apparatus n.e.c. (31)", "260600": "Aluminium ores and concentrates", "070960": "Vegetables, fruit, nuts", "291221": "Chemicals nec", "291249": "Chemicals nec", "290220": "Chemicals nec", "291631": "Chemicals nec", "290621": "Chemicals nec", "811212": "Precious metals", "282590": "Chemicals nec", "871200": "Other transport equipment (35)", "271129": "Chemicals nec", "390730": "Plastics, basic", "290723": "Chemicals nec", "271500": "Other non-metallic mineral products", "841510": "Machinery and equipment n.e.c. (29)", "284011": "Chemicals nec", "841950": "Machinery and equipment n.e.c. (29)", "281000": "Chemicals nec", "284990": "Chemicals nec", "282690": "Chemicals nec", "740321": "Copper products", "831190": "Fabricated metal products, except machinery and equipment (28)", "190590": "Food products nec", "070410": "Vegetables, fruit, nuts", "280130": "Chemicals nec", "290339": "Chemicals nec", "740322": "Copper products", "842952": "Machinery and equipment n.e.c. (29)", "260700": "Lead, zinc and tin ores and concentrates", "440139": "Wood and products of wood and cork (except furniture); articles of straw and plaiting materials (20)", "8702": "Other transport equipment (35)", "271114": "Chemicals nec", "290539": "Chemicals nec", "290123": "Chemicals nec", "040510": "Dairy products", "040390": "Dairy products", "291612": "Chemicals nec", "293220": "Chemicals nec", "271119": "Chemicals nec", "070490": "Vegetables, fruit, nuts", "854442": "Electrical machinery and apparatus n.e.c. (31)", "854470": "Electrical machinery and apparatus n.e.c. (31)", "854449": "Electrical machinery and apparatus n.e.c. (31)", "810720": "Other non-ferrous metal products", "282739": "Chemicals nec", "285390": "Chemicals nec", "252100": "Chemical and fertilizer minerals, salt and other mining and quarrying products n.e.c.", "250700": "Sand and clay", "252800": "Chemical and fertilizer minerals, salt and other mining and quarrying products n.e.c.", "284910": "Chemicals nec", "283650": "Chemicals nec", "282720": "Chemicals nec", "310260": "N-fertiliser", "853210": "Electrical machinery and apparatus n.e.c. (31)", "853222": "Electrical machinery and apparatus n.e.c. (31)", "853225": "Electrical machinery and apparatus n.e.c. (31)", "853230": "Electrical machinery and apparatus n.e.c. (31)", "853221": "Electrical machinery and apparatus n.e.c. (31)", "380892": "Chemicals nec", "280300": "Chemicals nec", "281121": "Chemicals nec", "281310": "Chemicals nec", "391690": "Rubber and plastic products (25)", "281129": "Chemicals nec", "290314": "Chemicals nec", "391231": "Chemicals nec", "070610": "Vegetables, fruit, nuts", "120929": "Crops nec", "481920": "Paper and paper products", "080132": "Vegetables, fruit, nuts", "7207": "Basic iron and steel and of ferro-alloys and first products thereof", "120730": "Oil seeds", "854011": "Electrical machinery and apparatus n.e.c. (31)", "010229": "Cattle", "070940": "Vegetables, fruit, nuts", "530310": "Plant-based fibers", "681019": "Other non-metallic mineral products", "252330": "Cement, lime and plaster", "252329": "Cement, lime and plaster", "252390": "Cement, lime and plaster", "690510": "Other non-metallic mineral products", "284610": "Chemicals nec", "4402": "Charcoal", "850440": "Electrical machinery and apparatus n.e.c. (31)", "040610": "Dairy products", "281511": "Chemicals nec", "470319": "Paper and paper products", "010511": "Poultry", "071320": "Vegetables, fruit, nuts", "090421": "Food products nec", "280110": "Chemicals nec", "291540": "Chemicals nec", "290349": "Chemicals nec", "290499": "Chemicals nec", "291550": "Chemicals nec", "280620": "Chemicals nec", "261000": "Other non-ferrous metal ores and concentrates", "811221": "Other non-ferrous metal products", "281990": "Chemicals nec", "730449": "Basic iron and steel and of ferro-alloys and first products thereof", "2508": "Sand and clay", "690100": "Bricks, tiles and construction products, in baked clay", "340220": "Chemicals nec", "440420": "Wood and products of wood and cork (except furniture); articles of straw and plaiting materials (20)", "252310": "Other non-metallic mineral products", "270500": "Chemicals nec", "732189": "Machinery and equipment n.e.c. (29)", "270600": "Non-specified Petroleum Products", "810520": "Other non-ferrous metal products", "291529": "Chemicals nec", "282200": "Chemicals nec", "283329": "Chemicals nec", "382499": "Chemicals nec", "180100": "Crops nec", "151311": "Food products nec", "080119": "Vegetables, fruit, nuts", "851671": "Machinery and equipment n.e.c. (29)", "090111": "Crops nec", "270400": "Petroleum Coke", "853931": "Electrical machinery and apparatus n.e.c. (31)", "847141": "Office machinery and computers (30)", "847130": "Office machinery and computers (30)", "392390": "Rubber and plastic products (25)", "480591": "Paper and paper products", "480411": "Paper and paper products", "854370": "Electrical machinery and apparatus n.e.c. (31)", "4010": "Rubber and plastic products (25)", "7321": "Machinery and equipment n.e.c. (29)", "740200": "Copper products", "741011": "Copper products", "260300": "Copper ores and concentrates", "282550": "Chemicals nec", "283325": "Chemicals nec", "740311": "Copper products", "090921": "Crops nec", "450490": "Wood and products of wood and cork (except furniture); articles of straw and plaiting materials (20)", "450110": "Wood and products of wood and cork (except furniture); articles of straw and plaiting materials (20)", "481910": "Paper and paper products", "120729": "Oil seeds", "230610": "Food products nec", "151221": "Food products nec", "151229": "Food products nec", "321490": "Chemicals nec", "040120": "Dairy products", "040140": "Dairy products", "441299": "Wood and products of wood and cork (except furniture); articles of straw and plaiting materials (20)", "253090": "Chemical and fertilizer minerals, salt and other mining and quarrying products n.e.c.", "070700": "Vegetables, fruit, nuts", "290270": "Chemicals nec", "281290": "Chemicals nec", "293369": "Chemicals nec", "290211": "Chemicals nec", "290612": "Chemicals nec", "291422": "Chemicals nec", "290930": "Chemicals nec", "470620": "Paper and paper products", "340290": "Chemicals nec", "030289": "Fish and other fishing products; services incidental of fishing (05)", "310530": "N-fertiliser", "290312": "Chemicals nec", "390791": "Plastics, basic", "292212": "Chemicals nec", "290911": "Chemicals nec", "290944": "Chemicals nec", "292090": "Chemicals nec", "290529": "Chemicals nec", "291719": "Chemicals nec", "292111": "Chemicals nec", "292119": "Chemicals nec", "294000": "Chemicals nec", "292143": "Chemicals nec", "291739": "Chemicals nec", "854110": "Electrical machinery and apparatus n.e.c. (31)", "293299": "Chemicals nec", "842211": "Machinery and equipment n.e.c. (29)", "847170": "Office machinery and computers (30)", "283220": "Chemicals nec", "852842": "Office machinery and computers (30)", "852852": "Office machinery and computers (30)", "290517": "Chemicals nec", "251810": "Stone", "441820": "Wood and products of wood and cork (except furniture); articles of straw and plaiting materials (20)", "842112": "Machinery and equipment n.e.c. (29)", "292129": "Chemicals nec", "284690": "Chemicals nec", "292249": "Chemicals nec", "871160": "Other transport equipment (35)", "853690": "Electrical machinery and apparatus n.e.c. (31)", "851679": "Machinery and equipment n.e.c. (29)", "8501": "Electrical machinery and apparatus n.e.c. (31)", "854091": "Electrical machinery and apparatus n.e.c. (31)", "847989": "Machinery and equipment n.e.c. (29)", "854190": "Electrical machinery and apparatus n.e.c. (31)", "853290": "Electrical machinery and apparatus n.e.c. (31)", "8537": "Electrical machinery and apparatus n.e.c. (31)", "3208": "Chemicals nec", "284420": "Nuclear fuel", "350790": "Chemicals nec", "291030": "Chemicals nec", "854720": "Electrical machinery and apparatus n.e.c. (31)", "271121": "Natural gas and services related to natural gas extraction, excluding surveying", "220710": "Beverages", "220720": "Chemicals nec", "340213": "Chemicals nec", "291531": "Chemicals nec", "290260": "Chemicals nec", "290315": "Chemicals nec", "290531": "Chemicals nec", "291010": "Chemicals nec", "390130": "Plastics, basic", "292121": "Chemicals nec", "392010": "Rubber and plastic products (25)", "441520": "Wood and products of wood and cork (except furniture); articles of straw and plaiting materials (20)", "730729": "Fabricated metal products, except machinery and equipment (28)", "848180": "Machinery and equipment n.e.c. (29)", "681099": "Other non-metallic mineral products", "680620": "Other non-metallic mineral products", "360200": "Chemicals nec", "3823": "Chemicals nec", "382600": "Chemicals nec", "382370": "Chemicals nec", "071350": "Vegetables, fruit, nuts", "090961": "Crops nec", "720241": "Basic iron and steel and of ferro-alloys and first products thereof", "720211": "Basic iron and steel and of ferro-alloys and first products thereof", "720260": "Basic iron and steel and of ferro-alloys and first products thereof", "720293": "Basic iron and steel and of ferro-alloys and first products thereof", "720221": "Basic iron and steel and of ferro-alloys and first products thereof", "890110": "Other transport equipment (35)", "681181": "Other non-metallic mineral products", "681182": "Other non-metallic mineral products", "520100": "Plant-based fibers", "530110": "Plant-based fibers", "550320": "Textiles (17)", "441192": "Wood and products of wood and cork (except furniture); articles of straw and plaiting materials (20)", "441194": "Wood and products of wood and cork (except furniture); articles of straw and plaiting materials (20)", "030474": "Fish products", "150420": "Fish products", "230120": "Fish products", "7005": "Glass and glass products", "841919": "Machinery and equipment n.e.c. (29)", "230800": "Food products nec", "560314": "Textiles (17)", "760820": "Aluminium and aluminium products", "890790": "Other transport equipment (35)", "320420": "Chemicals nec", "252921": "Chemical and fertilizer minerals, salt and other mining and quarrying products n.e.c.", "281119": "Chemicals nec", "381010": "Chemicals nec", "681599": "Stone", "701690": "Glass and glass products", "120910": "Crops nec", "230990": "Food products nec", "291211": "Chemicals nec", "291511": "Chemicals nec", "320740": "Glass and glass products", "160420": "Fish products", "060220": "Crops nec", "850162": "Electrical machinery and apparatus n.e.c. (31)", "850163": "Electrical machinery and apparatus n.e.c. (31)", "701120": "Glass and glass products", "841780": "Machinery and equipment n.e.c. (29)", "841620": "Machinery and equipment n.e.c. (29)", "940360": "Furniture; other manufactured goods n.e.c. (36)", "811292": "Other non-ferrous metal products", "840310": "Fabricated metal products, except machinery and equipment (28)", "840790": "Machinery and equipment n.e.c. (29)", "841182": "Machinery and equipment n.e.c. (29)", "7019": "Glass and glass products", "392690": "Rubber and plastic products (25)", "392590": "Rubber and plastic products (25)", "701720": "Glass and glass products", "701931": "Glass and glass products", "701190": "Glass and glass products", "871410": "Other transport equipment (35)", "870710": "Motor vehicles, trailers and semi-trailers (34)", "170230": "Sugar", "4412": "Wood and products of wood and cork (except furniture); articles of straw and plaiting materials (20)", "290545": "Chemicals nec", "710812": "Precious metals", "8606": "Other transport equipment (35)", "080610": "Vegetables, fruit, nuts", "480254": "Paper and paper products", "2504": "Chemical and fertilizer minerals, salt and other mining and quarrying products n.e.c.", "380110": "Chemicals nec", "530390": "Textiles (17)", "251710": "Stone", "070920": "Vegetables, fruit, nuts", "940690": "Fabricated metal products, except machinery and equipment (28)", "680919": "Other non-metallic mineral products", "851631": "Machinery and equipment n.e.c. (29)", "721050": "Basic iron and steel and of ferro-alloys and first products thereof", "270112": "Other Bituminous Coal", "270120": "Other Bituminous Coal", "850300": "Motor vehicles, trailers and semi-trailers (34)", "290532": "Chemicals nec", "841861": "Machinery and equipment n.e.c. (29)", "841990": "Machinery and equipment n.e.c. (29)", "284510": "Chemicals nec", "880211": "Other transport equipment (35)", "280429": "Chemicals nec", "293190": "Chemicals nec", "292910": "Chemicals nec", "292122": "Chemicals nec", "282510": "Chemicals nec", "280610": "Chemicals nec", "281112": "Chemicals nec", "281111": "Chemicals nec", "284700": "Chemicals nec", "281390": "Chemicals nec", "280410": "Chemicals nec", "290722": "Chemicals nec", "070511": "Vegetables, fruit, nuts", "261400": "Other non-ferrous metal ores and concentrates", "293329": "Chemicals nec", "850450": "Electrical machinery and apparatus n.e.c. (31)", "3102": "N-fertiliser", "3103": "P- and other fertiliser", "3104": "P- and other fertiliser", "854129": "Electrical machinery and apparatus n.e.c. (31)", "680610": "Other non-metallic mineral products", "854239": "Electrical machinery and apparatus n.e.c. (31)", "854232": "Electrical machinery and apparatus n.e.c. (31)", "860900": "Fabricated metal products, except machinery and equipment (28)", "840733": "Motor vehicles, trailers and semi-trailers (34)", "851762": "Electrical machinery and apparatus n.e.c. (31)", "250200": "Iron ores", "280120": "Chemicals nec", "842121": "Machinery and equipment n.e.c. (29)", "260111": "Iron ores", "260112": "Iron ores", "722599": "Basic iron and steel and of ferro-alloys and first products thereof", "290514": "Chemicals nec", "291539": "Chemicals nec", "120799": "Oil seeds", "441899": "Wood and products of wood and cork (except furniture); articles of straw and plaiting materials (20)", "847160": "Office machinery and computers (30)", "081050": "Vegetables, fruit, nuts", "4804": "Paper and paper products", "291811": "Chemicals nec", "030242": "Fish and other fishing products; services incidental of fishing (05)", "030254": "Fish and other fishing products; services incidental of fishing (05)", "030345": "Fish products", "260200": "Other non-ferrous metal ores and concentrates", "780110": "Lead, zinc and tin and products thereof", "080550": "Vegetables, fruit, nuts", "071340": "Vegetables, fruit, nuts", "070519": "Vegetables, fruit, nuts", "870421": "Motor vehicles, trailers and semi-trailers (34)", "854140": "Electrical machinery and apparatus n.e.c. (31)", "270210": "Lignite/Brown Coal", "270220": "Lignite/Brown Coal", "252220": "Cement, lime and plaster", "252230": "Cement, lime and plaster", "120400": "Oil seeds", "2711": "Liquefied Petroleum Gases (LPG)", "852990": "Electrical machinery and apparatus n.e.c. (31)", "871620": "Machinery and equipment n.e.c. (29)", "730900": "Fabricated metal products, except machinery and equipment (28)", "280519": "Other non-ferrous metal products", "283691": "Chemicals nec", "282619": "Chemicals nec", "282520": "Chemicals nec", "283529": "Chemicals nec", "860110": "Other transport equipment (35)", "870422": "Motor vehicles, trailers and semi-trailers (34)", "870423": "Other transport equipment (35)", "810411": "Other non-ferrous metal products", "2519": "Chemicals nec", "283321": "Chemicals nec", "810490": "Other non-ferrous metal products", "110220": "Food products nec", "100590": "Cereal grains nec", "100510": "Crops nec", "110812": "Food products nec", "291714": "Chemicals nec", "252620": "Stone", "080521": "Vegetables, fruit, nuts", "811100": "Other non-ferrous metal products", "282010": "Chemicals nec", "282090": "Chemicals nec", "080450": "Vegetables, fruit, nuts", "850152": "Electrical machinery and apparatus n.e.c. (31)", "840810": "Machinery and equipment n.e.c. (29)", "0301": "Fish and other fishing products; services incidental of fishing (05)", "940421": "Furniture; other manufactured goods n.e.c. (36)", "380859": "Chemicals nec", "293361": "Chemicals nec", "390920": "Plastics, basic", "080719": "Vegetables, fruit, nuts", "280540": "Other non-ferrous metal products", "381512": "Chemicals nec", "291613": "Chemicals nec", "290319": "Chemicals nec", "290511": "Chemicals nec", "291412": "Chemicals nec", "291513": "Chemicals nec", "291614": "Chemicals nec", "291899": "Chemicals nec", "290311": "Chemicals nec", "841181": "Machinery and equipment n.e.c. (29)", "851650": "Electrical machinery and apparatus n.e.c. (31)", "100829": "Cereal grains nec", "121190": "Crops nec", "060110": "Crops nec", "280530": "Chemicals nec", "170390": "Food products nec", "261390": "Other non-ferrous metal ores and concentrates", "810210": "Other non-ferrous metal products", "282570": "Chemicals nec", "310540": "N-fertiliser", "290391": "Chemicals nec", "292211": "Chemicals nec", "840130": "Nuclear fuel", "381800": "Chemicals nec", "854142": "Electrical machinery and apparatus n.e.c. (31)", "120750": "Oil seeds", "290410": "Chemicals nec", "271111": "Natural Gas Liquids", "680299": "Stone", "071339": "Vegetables, fruit, nuts", "281512": "Chemicals nec", "260400": "Nickel ores and concentrates", "283324": "Chemicals nec", "750210": "Other non-ferrous metal products", "750120": "Other non-ferrous metal products", "283429": "Chemicals nec", "280800": "Chemicals nec", "280430": "Chemicals nec", "293379": "Chemicals nec", "310520": "N-fertiliser", "390810": "Plastics, basic", "292229": "Chemicals nec", "100490": "Cereal grains nec", "100410": "Cereal grains nec", "291300": "Chemicals nec", "290712": "Chemicals nec", "291479": "Chemicals nec", "840219": "Machinery and equipment n.e.c. (29)", "070992": "Vegetables, fruit, nuts", "070310": "Vegetables, fruit, nuts", "290899": "Chemicals nec", "080510": "Vegetables, fruit, nuts", "293139": "Chemicals nec", "441012": "Wood and products of wood and cork (except furniture); articles of straw and plaiting materials (20)", "292151": "Chemicals nec", "291711": "Chemicals nec", "280440": "Chemicals nec", "701090": "Glass and glass products", "392329": "Rubber and plastic products (25)", "711021": "Other non-ferrous metal products", "080410": "Crops nec", "230660": "Food products nec", "151321": "Food products nec", "151110": "Food products nec", "151190": "Food products nec", "080720": "Vegetables, fruit, nuts", "843920": "Machinery and equipment n.e.c. (29)", "481930": "Paper and paper products", "481159": "Paper and paper products", "480100": "Paper and paper products", "481022": "Paper and paper products", "480255": "Paper and paper products", "481013": "Paper and paper products", "271220": "Paraffin Waxes", "441011": "Wood and products of wood and cork (except furniture); articles of straw and plaiting materials (20)", "870331": "Motor vehicles, trailers and semi-trailers (34)", "870380": "Motor vehicles, trailers and semi-trailers (34)", "870322": "Motor vehicles, trailers and semi-trailers (34)", "120991": "Crops nec", "080930": "Vegetables, fruit, nuts", "120241": "Vegetables, fruit, nuts", "120230": "Crops nec", "080830": "Vegetables, fruit, nuts", "270300": "Peat", "290542": "Chemicals nec", "253010": "Chemical and fertilizer minerals, salt and other mining and quarrying products n.e.c.", "850511": "Electrical machinery and apparatus n.e.c. (31)", "380899": "Chemicals nec", "270900": "Crude petroleum and services related to crude oil extraction, excluding surveying", "271312": "Petroleum Coke", "271290": "Paraffin Waxes", "290711": "Chemicals nec", "390940": "Plastics, basic", "291634": "Chemicals nec", "281211": "Chemicals nec", "251020": "Chemical and fertilizer minerals, salt and other mining and quarrying products n.e.c.", "280920": "Chemicals nec", "281219": "Chemicals nec", "281212": "Chemicals nec", "281214": "Chemicals nec", "281213": "Chemicals nec", "280470": "Chemicals nec", "854143": "Electrical machinery and apparatus n.e.c. (31)", "850239": "Electrical machinery and apparatus n.e.c. (31)", "291735": "Chemicals nec", "292519": "Chemicals nec", "720110": "Iron ores", "080430": "Vegetables, fruit, nuts", "071333": "Vegetables, fruit, nuts", "270810": "Non-specified Petroleum Products", "380894": "Chemicals nec", "391590": "Rubber and plastic products (25)", "382440": "Chemicals nec", "711011": "Other non-ferrous metal products", "261690": "Precious metal ores and concentrates", "853669": "Electrical machinery and apparatus n.e.c. (31)", "400220": "Chemicals nec", "390740": "Plastics, basic", "391000": "Chemicals nec", "390799": "Plastics, basic", "391721": "Rubber and plastic products (25)", "390761": "Plastics, basic", "390120": "Plastics, basic", "390110": "Plastics, basic", "390770": "Plastics, basic", "390610": "Plastics, basic", "392051": "Rubber and plastic products (25)", "390720": "Plastics, basic", "390890": "Plastics, basic", "390210": "Plastics, basic", "392111": "Rubber and plastic products (25)", "390311": "Plastics, basic", "390319": "Plastics, basic", "391190": "Plastics, basic", "392113": "Rubber and plastic products (25)", "390410": "Plastics, basic", "390469": "Plastics, basic", "392099": "Rubber and plastic products (25)", "081090": "Vegetables, fruit, nuts", "282110": "Chemicals nec", "310420": "P- and other fertiliser", "283640": "Chemicals nec", "281520": "Chemicals nec", "283421": "Chemicals nec", "282990": "Chemicals nec", "284161": "Chemicals nec", "310430": "P- and other fertiliser", "070190": "Vegetables, fruit, nuts", "070110": "Crops nec", "110813": "Food products nec", "853340": "Electrical machinery and apparatus n.e.c. (31)", "760611": "Aluminium and aluminium products", "732690": "Fabricated metal products, except machinery and equipment (28)", "846781": "Electrical machinery and apparatus n.e.c. (31)", "491199": "Printed matter and recorded media (22)", "853400": "Electrical machinery and apparatus n.e.c. (31)", "847330": "Electrical machinery and apparatus n.e.c. (31)", "844332": "Machinery and equipment n.e.c. (29)", "3215": "Chemicals nec", "271112": "Chemicals nec", "290122": "Chemicals nec", "291020": "Chemicals nec", "210610": "Food products nec", "4403": "Wood and products of wood and cork (except furniture); articles of straw and plaiting materials (20)", "251310": "Stone", "841319": "Machinery and equipment n.e.c. (29)", "291736": "Chemicals nec", "890200": "Other transport equipment (35)", "293319": "Chemicals nec", "261590": "Other non-ferrous metal ores and concentrates", "252210": "Other non-metallic mineral products", "070690": "Vegetables, fruit, nuts", "230641": "Food products nec", "151411": "Food products nec", "120510": "Oil seeds", "500200": "Textiles (17)", "690210": "Other non-metallic mineral products", "690220": "Other non-metallic mineral products", "841829": "Machinery and equipment n.e.c. (29)", "721420": "Basic iron and steel and of ferro-alloys and first products thereof", "853321": "Electrical machinery and apparatus n.e.c. (31)", "290721": "Chemicals nec", "711590": "Precious metals", "100620": "Paddy rice", "100630": "Processed rice", "8455": "Machinery and equipment n.e.c. (29)", "730799": "Fabricated metal products, except machinery and equipment (28)", "380620": "Chemicals nec", "100290": "Cereal grains nec", "100210": "Crops nec", "291821": "Chemicals nec", "250100": "Chemical and fertilizer minerals, salt and other mining and quarrying products n.e.c.", "2505": "Sand and clay", "6910": "Ceramic goods", "440341": "Wood and products of wood and cork (except furniture); articles of straw and plaiting materials (20)", "440322": "Wood and products of wood and cork (except furniture); articles of straw and plaiting materials (20)", "440729": "Wood and products of wood and cork (except furniture); articles of straw and plaiting materials (20)", "4407": "Wood and products of wood and cork (except furniture); articles of straw and plaiting materials (20)", "4409": "Wood and products of wood and cork (except furniture); articles of straw and plaiting materials (20)", "401693": "Rubber and plastic products (25)", "760720": "Aluminium and aluminium products", "120721": "Plant-based fibers", "721990": "Basic iron and steel and of ferro-alloys and first products thereof", "280490": "Chemicals nec", "120740": "Oil seeds", "250840": "Sand and clay", "510119": "Wool, silk-worm cocoons", "010410": "Meat animals nec", "250510": "Sand and clay", "284920": "Chemicals nec", "280461": "Chemicals nec", "280469": "Chemicals nec", "500300": "Textiles (17)", "710691": "Precious metals", "310319": "N-fertiliser", "040110": "Dairy products", "440399": "Wood and products of wood and cork (except furniture); articles of straw and plaiting materials (20)", "3401": "Chemicals nec", "283620": "Chemicals nec", "280511": "Chemicals nec", "283630": "Chemicals nec", "282911": "Chemicals nec", "283711": "Chemicals nec", "284130": "Chemicals nec", "283110": "Chemicals nec", "291512": "Chemicals nec", "283319": "Chemicals nec", "283210": "Chemicals nec", "283010": "Chemicals nec", "282890": "Chemicals nec", "283911": "Chemicals nec", "310250": "N-fertiliser", "283340": "Chemicals nec", "283522": "Chemicals nec", "283539": "Chemicals nec", "283919": "Chemicals nec", "283311": "Chemicals nec", "284020": "Chemicals nec", "283531": "Chemicals nec", "831130": "Fabricated metal products, except machinery and equipment (28)", "700991": "Glass and glass products", "382200": "Chemicals nec", "381400": "Chemicals nec", "120190": "Vegetables, fruit, nuts", "220299": "Beverages", "120810": "Food products nec", "150710": "Food products nec", "150790": "Food products nec", "120110": "Crops nec", "070970": "Vegetables, fruit, nuts", "730650": "Fabricated metal products, except machinery and equipment (28)", "720390": "Basic iron and steel and of ferro-alloys and first products thereof", "140190": "Crops nec", "291570": "Chemicals nec", "252610": "Stone", "7218": "Basic iron and steel and of ferro-alloys and first products thereof", "7224": "Basic iron and steel and of ferro-alloys and first products thereof", "7206": "Basic iron and steel and of ferro-alloys and first products thereof", "261710": "Other non-ferrous metal ores and concentrates", "470100": "Paper and paper products", "251749": "Stone", "121300": "Cereal grains nec", "081010": "Vegetables, fruit, nuts", "283692": "Chemicals nec", "290250": "Chemicals nec", "390320": "Plastics, basic", "121291": "Sugar cane, sugar beet", "170112": "Sugar", "170113": "Sugar", "121293": "Sugar cane, sugar beet", "470321": "Wood and products of wood and cork (except furniture); articles of straw and plaiting materials (20)", "470311": "Wood and products of wood and cork (except furniture); articles of straw and plaiting materials (20)", "470421": "Wood and products of wood and cork (except furniture); articles of straw and plaiting materials (20)", "250300": "Chemical and fertilizer minerals, salt and other mining and quarrying products n.e.c.", "281216": "Chemicals nec", "280700": "Chemicals nec", "120600": "Oil seeds", "071040": "Vegetables, fruit, nuts", "100790": "Cereal grains nec", "121299": "Vegetables, fruit, nuts", "010392": "Pigs", "853650": "Electrical machinery and apparatus n.e.c. (31)", "4002": "Rubber and plastic products (25)", "380300": "Chemicals nec", "810320": "Other non-ferrous metal products", "0902": "Food products nec", "852872": "Electrical machinery and apparatus n.e.c. (31)", "280450": "Other non-ferrous metal products", "290323": "Chemicals nec", "293211": "Chemicals nec", "531010": "Textiles (17)", "600622": "Textiles (17)", "560394": "Textiles (17)", "560311": "Textiles (17)", "500720": "Textiles (17)", "520811": "Textiles (17)", "281217": "Chemicals nec", "0302": "Fish products", "800110": "Other non-ferrous metal products", "260900": "Other non-ferrous metal ores and concentrates", "721090": "Basic iron and steel and of ferro-alloys and first products thereof", "480300": "Paper and paper products", "810820": "Other non-ferrous metal products", "282300": "Chemicals nec", "790500": "Lead, zinc and tin and products thereof", "810890": "Other non-ferrous metal products", "210690": "Food products nec", "290230": "Chemicals nec", "070200": "Vegetables, fruit, nuts", "844399": "Machinery and equipment n.e.c. (29)", "370790": "Chemicals nec", "870192": "Other transport equipment (35)", "860210": "Other transport equipment (35)", "860310": "Other transport equipment (35)", "850434": "Electrical machinery and apparatus n.e.c. (31)", "850433": "Electrical machinery and apparatus n.e.c. (31)", "854121": "Electrical machinery and apparatus n.e.c. (31)", "290322": "Chemicals nec", "290313": "Chemicals nec", "292215": "Chemicals nec", "290341": "Chemicals nec", "291990": "Chemicals nec", "310311": "Chemicals nec", "292029": "Chemicals nec", "030211": "Fish and other fishing products; services incidental of fishing (05)", "400911": "Rubber and plastic products (25)", "261100": "Other non-ferrous metal ores and concentrates", "380510": "Chemicals nec", "842199": "Machinery and equipment n.e.c. (29)", "853949": "Electrical machinery and apparatus n.e.c. (31)", "284410": "Chemicals nec", "261210": "Uranium and thorium ores (12)", "310210": "N-fertiliser", "310280": "N-fertiliser", "392119": "Rubber and plastic products (25)", "390910": "Plastics, basic", "8508": "Electrical machinery and apparatus n.e.c. (31)", "0905": "Crops nec", "151590": "Food products nec", "841583": "Machinery and equipment n.e.c. (29)", "841459": "Machinery and equipment n.e.c. (29)", "291532": "Chemicals nec", "290321": "Chemicals nec", "854159": "Electrical machinery and apparatus n.e.c. (31)", "845020": "Electrical machinery and apparatus n.e.c. (31)", "841370": "Machinery and equipment n.e.c. (29)", "340490": "Chemicals nec", "230230": "Food products nec", "110100": "Food products nec", "190190": "Food products nec", "100199": "Wheat", "100191": "Crops nec", "040410": "Food products nec", "853720": "Electrical machinery and apparatus n.e.c. (31)", "761010": "Aluminium and aluminium products", "392520": "Rubber and plastic products (25)", "441810": "Wood and products of wood and cork (except furniture); articles of straw and plaiting materials (20)", "730830": "Fabricated metal products, except machinery and equipment (28)", "440122": "Wood and products of wood and cork (except furniture); articles of straw and plaiting materials (20)", "440910": "Wood and products of wood and cork (except furniture); articles of straw and plaiting materials (20)", "440131": "Wood and products of wood and cork (except furniture); articles of straw and plaiting materials (20)", "380700": "Chemicals nec", "380891": "Chemicals nec", "440500": "Wood and products of wood and cork (except furniture); articles of straw and plaiting materials (20)", "460121": "Wood and products of wood and cork (except furniture); articles of straw and plaiting materials (20)", "290241": "Chemicals nec", "290243": "Chemicals nec", "290244": "Chemicals nec", "520710": "Textiles (17)", "530710": "Textiles (17)", "530890": "Textiles (17)", "500400": "Textiles (17)", "040310": "Dairy products", "790111": "Lead, zinc and tin and products thereof", "260800": "Lead, zinc and tin ores and concentrates", "281700": "Chemicals nec", "261510": "Other non-ferrous metal ores and concentrates", "282560": "Chemicals nec", "810920": "Other non-ferrous metal products", "070993": "Vegetables, fruit, nuts", "851712": "Office machinery and computers (30)", "851829": "Office machinery and computers (30)", "850213": "Electrical machinery and apparatus n.e.c. (31)", "850211": "Electrical machinery and apparatus n.e.c. (31)", "730490": "Fabricated metal products, except machinery and equipment (28)", "730210": "Fabricated metal products, except machinery and equipment (28)", "730511": "Fabricated metal products, except machinery and equipment (28)", "730419": "Fabricated metal products, except machinery and equipment (28)", "842810": "Machinery and equipment n.e.c. (29)", "550410": "Chemicals nec", "843351": "Machinery and equipment n.e.c. (29)", "850212": "Electrical machinery and apparatus n.e.c. (31)", "732290": "Electrical machinery and apparatus n.e.c. (31)", "8462": "Machinery and equipment n.e.c. (29)", "842890": "Machinery and equipment n.e.c. (29)", "870590": "Motor vehicles, trailers and semi-trailers (34)", "871110": "Other transport equipment (35)", "761090": "Aluminium and aluminium products", "440349": "Wood and products of wood and cork (except furniture); articles of straw and plaiting materials (20)", "440398": "Wood and products of wood and cork (except furniture); articles of straw and plaiting materials (20)", "320890": "Chemicals nec", "680690": "Other non-metallic mineral products", "840290": "Machinery and equipment n.e.c. (29)", "440311": "Wood and products of wood and cork (except furniture); articles of straw and plaiting materials (20)", "850231": "Electrical machinery and apparatus n.e.c. (31)", "790700": "Lead, zinc and tin and products thereof"}
|