Data powering the Global Food Twin application
1├── 📄 README.md
2├── 📄 all_files.md
3├── 📁 inputs/
4│ ├── 📁 downscaled_exports_imports/
5│ │ ├── 📁 demand_allocated/
6│ │ │ └── 📄 Demand_subnationalFoodGroup1_population.csv
7│ │ └── 📁 supply_allocated/
8│ │ ├── 📄 Supply_subnationalFoodGroup1.csv
9│ │ └── 📁 foodgroup1/
10│ │ ├── 📄 Apples and products.csv
11│ │ ├── 📄 Aquatic Animals, Others.csv
12│ │ ├── 📄 Aquatic Plants.csv
13│ │ ├── 📄 Bananas.csv
14│ │ ├── 📄 Barley and products.csv
15│ │ ├── 📄 Beans.csv
16│ │ ├── 📄 Bovine Meat.csv
17│ │ ├── 📄 Butter, Ghee.csv
18│ │ ├── 📄 Cassava and products.csv
19│ │ ├── 📄 Cephalopods.csv
20│ │ ├── 📄 Cereals, Other.csv
21│ │ ├── 📄 Citrus, Other.csv
22│ │ ├── 📄 Cloves.csv
23│ │ ├── 📄 Cocoa Beans and products.csv
24│ │ ├── 📄 Coconut Oil.csv
25│ │ ├── 📄 Coconuts - Incl Copra.csv
26│ │ ├── 📄 Coffee and products.csv
27│ │ ├── 📄 Cream.csv
28│ │ ├── 📄 Crustaceans.csv
29│ │ ├── 📄 Dates.csv
30│ │ ├── 📄 Demersal Fish.csv
31│ │ ├── 📄 Eggs.csv
32│ │ ├── 📄 Fats, Animals, Raw.csv
33│ │ ├── 📄 Fish, Body Oil.csv
34│ │ ├── 📄 Fish, Liver Oil.csv
35│ │ ├── 📄 Freshwater Fish.csv
36│ │ ├── 📄 Fruits, other.csv
37│ │ ├── 📄 Grapefruit and products.csv
38│ │ ├── 📄 Grapes and products (excl wine).csv
39│ │ ├── 📄 Groundnut Oil.csv
40│ │ ├── 📄 Groundnuts.csv
41│ │ ├── 📄 Lemons, Limes and products.csv
42│ │ ├── 📄 Maize Germ Oil.csv
43│ │ ├── 📄 Maize and products.csv
44│ │ ├── 📄 Marine Fish, Other.csv
45│ │ ├── 📄 Milk - Excluding Butter.csv
46│ │ ├── 📄 Millet and products.csv
47│ │ ├── 📄 Molluscs, Other.csv
48│ │ ├── 📄 Mutton & Goat Meat.csv
49│ │ ├── 📄 Nuts and products.csv
50│ │ ├── 📄 Oats.csv
51│ │ ├── 📄 Offals, Edible.csv
52│ │ ├── 📄 Oilcrops Oil, Other.csv
53│ │ ├── 📄 Oilcrops, Other.csv
54│ │ ├── 📄 Olive Oil.csv
55│ │ ├── 📄 Olives (including preserved).csv
56│ │ ├── 📄 Onions.csv
57│ │ ├── 📄 Oranges, Mandarines.csv
58│ │ ├── 📄 Palm Oil.csv
59│ │ ├── 📄 Palmkernel Oil.csv
60│ │ ├── 📄 Peas.csv
61│ │ ├── 📄 Pelagic Fish.csv
62│ │ ├── 📄 Pepper.csv
63│ │ ├── 📄 Pigmeat.csv
64│ │ ├── 📄 Pimento.csv
65│ │ ├── 📄 Pineapples and products.csv
66│ │ ├── 📄 Plantains.csv
67│ │ ├── 📄 Potatoes and products.csv
68│ │ ├── 📄 Poultry Meat.csv
69│ │ ├── 📄 Pulses, Other and products.csv
70│ │ ├── 📄 Rape and Mustard Oil.csv
71│ │ ├── 📄 Rape and Mustardseed.csv
72│ │ ├── 📄 Rice and products.csv
73│ │ ├── 📄 Roots, Other.csv
74│ │ ├── 📄 Rye and products.csv
75│ │ ├── 📄 Sesame seed.csv
76│ │ ├── 📄 Sesameseed Oil.csv
77│ │ ├── 📄 Sorghum and products.csv
78│ │ ├── 📄 Soyabean Oil.csv
79│ │ ├── 📄 Soyabeans.csv
80│ │ ├── 📄 Spices, Other.csv
81│ │ ├── 📄 Sugar (Raw Equivalent).csv
82│ │ ├── 📄 Sugar beet.csv
83│ │ ├── 📄 Sugar cane.csv
84│ │ ├── 📄 Sunflower seed.csv
85│ │ ├── 📄 Sunflowerseed Oil.csv
86│ │ ├── 📄 Sweet potatoes.csv
87│ │ ├── 📄 Tea (including mate).csv
88│ │ ├── 📄 Tomatoes and products.csv
89│ │ ├── 📄 Vegetables, other.csv
90│ │ ├── 📄 Wheat and products.csv
91│ │ ├── 📄 Wine.csv
92│ │ └── 📄 Yams.csv
93│ ├── 📁 infrastructure/
94│ │ ├── 📄 Geometry_Landmapping_hexcode_complete.csv
95│ │ ├── 📄 IWWPorts_infrastructure.csv
96│ │ ├── 📄 RailwayStation_infrastructure.csv
97│ │ ├── 📄 RoadEdges_Complete_infrastructure_Hexcode.csv
98│ │ ├── 📄 admin_centroids.gpkg
99│ │ ├── 📄 admin_polygons.gpkg
100│ │ ├── 📄 edges_maritime_corrected.gpkg
101│ │ ├── 📄 nodes.geoparquet
102│ │ ├── 📄 nodes_maritime.gpkg
103│ │ └── 📄 shortest_paths_port_to_port.csv
104│ ├── 📁 production_demand/
105│ │ ├── 📁 demand_rasters/
106│ │ │ ├── 📄 2020_Apples and products_demand_tonnage_gadm.tif
107│ │ │ ├── 📄 2020_Aquatic Animals, Others_demand_tonnage_gadm.tif
108│ │ │ ├── 📄 2020_Aquatic Plants_demand_tonnage_gadm.tif
109│ │ │ ├── 📄 2020_Bananas_demand_tonnage_gadm.tif
110│ │ │ ├── 📄 2020_Barley and products_demand_tonnage_gadm.tif
111│ │ │ ├── 📄 2020_Beans_demand_tonnage_gadm.tif
112│ │ │ ├── 📄 2020_Bovine Meat_demand_tonnage_gadm.tif
113│ │ │ ├── 📄 2020_Butter, Ghee_demand_tonnage_gadm.tif
114│ │ │ ├── 📄 2020_Cassava and products_demand_tonnage_gadm.tif
115│ │ │ ├── 📄 2020_Cephalopods_demand_tonnage_gadm.tif
116│ │ │ ├── 📄 2020_Cereals, Other_demand_tonnage_gadm.tif
117│ │ │ ├── 📄 2020_Citrus, Other_demand_tonnage_gadm.tif
118│ │ │ ├── 📄 2020_Cloves_demand_tonnage_gadm.tif
119│ │ │ ├── 📄 2020_Cocoa Beans and products_demand_tonnage_gadm.tif
120│ │ │ ├── 📄 2020_Coconut Oil_demand_tonnage_gadm.tif
121│ │ │ ├── 📄 2020_Coconuts - Incl Copra_demand_tonnage_gadm.tif
122│ │ │ ├── 📄 2020_Coffee and products_demand_tonnage_gadm.tif
123│ │ │ ├── 📄 2020_Cream_demand_tonnage_gadm.tif
124│ │ │ ├── 📄 2020_Crustaceans_demand_tonnage_gadm.tif
125│ │ │ ├── 📄 2020_Dates_demand_tonnage_gadm.tif
126│ │ │ ├── 📄 2020_Demersal Fish_demand_tonnage_gadm.tif
127│ │ │ ├── 📄 2020_Eggs_demand_tonnage_gadm.tif
128│ │ │ ├── 📄 2020_Fats, Animals, Raw_demand_tonnage_gadm.tif
129│ │ │ ├── 📄 2020_Fish, Body Oil_demand_tonnage_gadm.tif
130│ │ │ ├── 📄 2020_Fish, Liver Oil_demand_tonnage_gadm.tif
131│ │ │ ├── 📄 2020_Freshwater Fish_demand_tonnage_gadm.tif
132│ │ │ ├── 📄 2020_Fruits, other_demand_tonnage_gadm.tif
133│ │ │ ├── 📄 2020_Grapefruit and products_demand_tonnage_gadm.tif
134│ │ │ ├── 📄 2020_Grapes and products (excl wine)_demand_tonnage_gadm.tif
135│ │ │ ├── 📄 2020_Groundnut Oil_demand_tonnage_gadm.tif
136│ │ │ ├── 📄 2020_Groundnuts_demand_tonnage_gadm.tif
137│ │ │ ├── 📄 2020_Lemons, Limes and products_demand_tonnage_gadm.tif
138│ │ │ ├── 📄 2020_Maize Germ Oil_demand_tonnage_gadm.tif
139│ │ │ ├── 📄 2020_Maize and products_demand_tonnage_gadm.tif
140│ │ │ ├── 📄 2020_Marine Fish, Other_demand_tonnage_gadm.tif
141│ │ │ ├── 📄 2020_Milk - Excluding Butter_demand_tonnage_gadm.tif
142│ │ │ ├── 📄 2020_Millet and products_demand_tonnage_gadm.tif
143│ │ │ ├── 📄 2020_Molluscs, Other_demand_tonnage_gadm.tif
144│ │ │ ├── 📄 2020_Mutton & Goat Meat_demand_tonnage_gadm.tif
145│ │ │ ├── 📄 2020_Nuts and products_demand_tonnage_gadm.tif
146│ │ │ ├── 📄 2020_Oats_demand_tonnage_gadm.tif
147│ │ │ ├── 📄 2020_Offals, Edible_demand_tonnage_gadm.tif
148│ │ │ ├── 📄 2020_Oilcrops Oil, Other_demand_tonnage_gadm.tif
149│ │ │ ├── 📄 2020_Oilcrops, Other_demand_tonnage_gadm.tif
150│ │ │ ├── 📄 2020_Olive Oil_demand_tonnage_gadm.tif
151│ │ │ ├── 📄 2020_Olives (including preserved)_demand_tonnage_gadm.tif
152│ │ │ ├── 📄 2020_Onions_demand_tonnage_gadm.tif
153│ │ │ ├── 📄 2020_Oranges, Mandarines_demand_tonnage_gadm.tif
154│ │ │ ├── 📄 2020_Palm Oil_demand_tonnage_gadm.tif
155│ │ │ ├── 📄 2020_Palmkernel Oil_demand_tonnage_gadm.tif
156│ │ │ ├── 📄 2020_Peas_demand_tonnage_gadm.tif
157│ │ │ ├── 📄 2020_Pelagic Fish_demand_tonnage_gadm.tif
158│ │ │ ├── 📄 2020_Pepper_demand_tonnage_gadm.tif
159│ │ │ ├── 📄 2020_Pigmeat_demand_tonnage_gadm.tif
160│ │ │ ├── 📄 2020_Pimento_demand_tonnage_gadm.tif
161│ │ │ ├── 📄 2020_Pineapples and products_demand_tonnage_gadm.tif
162│ │ │ ├── 📄 2020_Plantains_demand_tonnage_gadm.tif
163│ │ │ ├── 📄 2020_Potatoes and products_demand_tonnage_gadm.tif
164│ │ │ ├── 📄 2020_Poultry Meat_demand_tonnage_gadm.tif
165│ │ │ ├── 📄 2020_Pulses, Other and products_demand_tonnage_gadm.tif
166│ │ │ ├── 📄 2020_Rape and Mustard Oil_demand_tonnage_gadm.tif
167│ │ │ ├── 📄 2020_Rape and Mustardseed_demand_tonnage_gadm.tif
168│ │ │ ├── 📄 2020_Rice and products_demand_tonnage_gadm.tif
169│ │ │ ├── 📄 2020_Roots, Other_demand_tonnage_gadm.tif
170│ │ │ ├── 📄 2020_Rye and products_demand_tonnage_gadm.tif
171│ │ │ ├── 📄 2020_Sesame seed_demand_tonnage_gadm.tif
172│ │ │ ├── 📄 2020_Sesameseed Oil_demand_tonnage_gadm.tif
173│ │ │ ├── 📄 2020_Sorghum and products_demand_tonnage_gadm.tif
174│ │ │ ├── 📄 2020_Soyabean Oil_demand_tonnage_gadm.tif
175│ │ │ ├── 📄 2020_Soyabeans_demand_tonnage_gadm.tif
176│ │ │ ├── 📄 2020_Spices, Other_demand_tonnage_gadm.tif
177│ │ │ ├── 📄 2020_Sugar (Raw Equivalent)_demand_tonnage_gadm.tif
178│ │ │ ├── 📄 2020_Sugar beet_demand_tonnage_gadm.tif
179│ │ │ ├── 📄 2020_Sugar cane_demand_tonnage_gadm.tif
180│ │ │ ├── 📄 2020_Sunflower seed_demand_tonnage_gadm.tif
181│ │ │ ├── 📄 2020_Sunflowerseed Oil_demand_tonnage_gadm.tif
182│ │ │ ├── 📄 2020_Sweet potatoes_demand_tonnage_gadm.tif
183│ │ │ ├── 📄 2020_Tea (including mate)_demand_tonnage_gadm.tif
184│ │ │ ├── 📄 2020_Tomatoes and products_demand_tonnage_gadm.tif
185│ │ │ ├── 📄 2020_Vegetables, other_demand_tonnage_gadm.tif
186│ │ │ ├── 📄 2020_Wheat and products_demand_tonnage_gadm.tif
187│ │ │ ├── 📄 2020_Wine_demand_tonnage_gadm.tif
188│ │ │ └── 📄 2020_Yams_demand_tonnage_gadm.tif
189│ │ ├── 📄 fg1_fg2_fg3_lookup.csv
190│ │ ├── 📄 foodgroup1_2020bilateraltradebymodality_withexportcoeff.csv
191│ │ ├── 📄 foodgroup1_SUA_exportcoeff.csv
192│ │ ├── 📄 foodgroup1_totalsupply_utilization_admin1.csv
193│ │ ├── 📄 foodgroup1_tradenutritionconversions_bycountry_byitem.csv
194│ │ └── 📁 production_rasters/
195│ │ ├── 📄 2020_Apples and products_demand_tonnage_gadm.tif
196│ │ ├── 📄 2020_Aquatic Animals, Others_demand_tonnage_gadm.tif
197│ │ ├── 📄 2020_Aquatic Plants_demand_tonnage_gadm.tif
198│ │ ├── 📄 2020_Bananas_demand_tonnage_gadm.tif
199│ │ ├── 📄 2020_Barley and products_demand_tonnage_gadm.tif
200│ │ ├── 📄 2020_Beans_demand_tonnage_gadm.tif
201│ │ ├── 📄 2020_Bovine Meat_demand_tonnage_gadm.tif
202│ │ ├── 📄 2020_Butter, Ghee_demand_tonnage_gadm.tif
203│ │ ├── 📄 2020_Cassava and products_demand_tonnage_gadm.tif
204│ │ ├── 📄 2020_Cephalopods_demand_tonnage_gadm.tif
205│ │ ├── 📄 2020_Cereals, Other_demand_tonnage_gadm.tif
206│ │ ├── 📄 2020_Citrus, Other_demand_tonnage_gadm.tif
207│ │ ├── 📄 2020_Cloves_demand_tonnage_gadm.tif
208│ │ ├── 📄 2020_Cocoa Beans and products_demand_tonnage_gadm.tif
209│ │ ├── 📄 2020_Coconut Oil_demand_tonnage_gadm.tif
210│ │ ├── 📄 2020_Coconuts - Incl Copra_demand_tonnage_gadm.tif
211│ │ ├── 📄 2020_Coffee and products_demand_tonnage_gadm.tif
212│ │ ├── 📄 2020_Cream_demand_tonnage_gadm.tif
213│ │ ├── 📄 2020_Crustaceans_demand_tonnage_gadm.tif
214│ │ ├── 📄 2020_Dates_demand_tonnage_gadm.tif
215│ │ ├── 📄 2020_Demersal Fish_demand_tonnage_gadm.tif
216│ │ ├── 📄 2020_Eggs_demand_tonnage_gadm.tif
217│ │ ├── 📄 2020_Fats, Animals, Raw_demand_tonnage_gadm.tif
218│ │ ├── 📄 2020_Fish, Body Oil_demand_tonnage_gadm.tif
219│ │ ├── 📄 2020_Fish, Liver Oil_demand_tonnage_gadm.tif
220│ │ ├── 📄 2020_Freshwater Fish_demand_tonnage_gadm.tif
221│ │ ├── 📄 2020_Fruits, other_demand_tonnage_gadm.tif
222│ │ ├── 📄 2020_Grapefruit and products_demand_tonnage_gadm.tif
223│ │ ├── 📄 2020_Grapes and products (excl wine)_demand_tonnage_gadm.tif
224│ │ ├── 📄 2020_Groundnut Oil_demand_tonnage_gadm.tif
225│ │ ├── 📄 2020_Groundnuts_demand_tonnage_gadm.tif
226│ │ ├── 📄 2020_Lemons, Limes and products_demand_tonnage_gadm.tif
227│ │ ├── 📄 2020_Maize Germ Oil_demand_tonnage_gadm.tif
228│ │ ├── 📄 2020_Maize and products_demand_tonnage_gadm.tif
229│ │ ├── 📄 2020_Marine Fish, Other_demand_tonnage_gadm.tif
230│ │ ├── 📄 2020_Milk - Excluding Butter_demand_tonnage_gadm.tif
231│ │ ├── 📄 2020_Millet and products_demand_tonnage_gadm.tif
232│ │ ├── 📄 2020_Molluscs, Other_demand_tonnage_gadm.tif
233│ │ ├── 📄 2020_Mutton & Goat Meat_demand_tonnage_gadm.tif
234│ │ ├── 📄 2020_Nuts and products_demand_tonnage_gadm.tif
235│ │ ├── 📄 2020_Oats_demand_tonnage_gadm.tif
236│ │ ├── 📄 2020_Offals, Edible_demand_tonnage_gadm.tif
237│ │ ├── 📄 2020_Oilcrops Oil, Other_demand_tonnage_gadm.tif
238│ │ ├── 📄 2020_Oilcrops, Other_demand_tonnage_gadm.tif
239│ │ ├── 📄 2020_Olive Oil_demand_tonnage_gadm.tif
240│ │ ├── 📄 2020_Olives (including preserved)_demand_tonnage_gadm.tif
241│ │ ├── 📄 2020_Onions_demand_tonnage_gadm.tif
242│ │ ├── 📄 2020_Oranges, Mandarines_demand_tonnage_gadm.tif
243│ │ ├── 📄 2020_Palm Oil_demand_tonnage_gadm.tif
244│ │ ├── 📄 2020_Palmkernel Oil_demand_tonnage_gadm.tif
245│ │ ├── 📄 2020_Peas_demand_tonnage_gadm.tif
246│ │ ├── 📄 2020_Pelagic Fish_demand_tonnage_gadm.tif
247│ │ ├── 📄 2020_Pepper_demand_tonnage_gadm.tif
248│ │ ├── 📄 2020_Pigmeat_demand_tonnage_gadm.tif
249│ │ ├── 📄 2020_Pimento_demand_tonnage_gadm.tif
250│ │ ├── 📄 2020_Pineapples and products_demand_tonnage_gadm.tif
251│ │ ├── 📄 2020_Plantains_demand_tonnage_gadm.tif
252│ │ ├── 📄 2020_Potatoes and products_demand_tonnage_gadm.tif
253│ │ ├── 📄 2020_Poultry Meat_demand_tonnage_gadm.tif
254│ │ ├── 📄 2020_Pulses, Other and products_demand_tonnage_gadm.tif
255│ │ ├── 📄 2020_Rape and Mustard Oil_demand_tonnage_gadm.tif
256│ │ ├── 📄 2020_Rape and Mustardseed_demand_tonnage_gadm.tif
257│ │ ├── 📄 2020_Rice and products_demand_tonnage_gadm.tif
258│ │ ├── 📄 2020_Roots, Other_demand_tonnage_gadm.tif
259│ │ ├── 📄 2020_Rye and products_demand_tonnage_gadm.tif
260│ │ ├── 📄 2020_Sesame seed_demand_tonnage_gadm.tif
261│ │ ├── 📄 2020_Sesameseed Oil_demand_tonnage_gadm.tif
262│ │ ├── 📄 2020_Sorghum and products_demand_tonnage_gadm.tif
263│ │ ├── 📄 2020_Soyabean Oil_demand_tonnage_gadm.tif
264│ │ ├── 📄 2020_Soyabeans_demand_tonnage_gadm.tif
265│ │ ├── 📄 2020_Spices, Other_demand_tonnage_gadm.tif
266│ │ ├── 📄 2020_Sugar (Raw Equivalent)_demand_tonnage_gadm.tif
267│ │ ├── 📄 2020_Sugar beet_demand_tonnage_gadm.tif
268│ │ ├── 📄 2020_Sugar cane_demand_tonnage_gadm.tif
269│ │ ├── 📄 2020_Sunflower seed_demand_tonnage_gadm.tif
270│ │ ├── 📄 2020_Sunflowerseed Oil_demand_tonnage_gadm.tif
271│ │ ├── 📄 2020_Sweet potatoes_demand_tonnage_gadm.tif
272│ │ ├── 📄 2020_Tea (including mate)_demand_tonnage_gadm.tif
273│ │ ├── 📄 2020_Tomatoes and products_demand_tonnage_gadm.tif
274│ │ ├── 📄 2020_Vegetables, other_demand_tonnage_gadm.tif
275│ │ ├── 📄 2020_Wheat and products_demand_tonnage_gadm.tif
276│ │ ├── 📄 2020_Wine_demand_tonnage_gadm.tif
277│ │ └── 📄 2020_Yams_demand_tonnage_gadm.tif
278│ └── 📁 transport_cost/
279│ ├── 📁 land_transport/
280│ │ ├── 📄 global_IWW_transport_cost.csv
281│ │ ├── 📄 global_rail_transport_cost.csv
282│ │ └── 📄 global_road_transport_cost.csv
283│ └── 📁 maritime_transport/
284│ ├── 📄 global_maritime_transport_cost_container.csv
285│ ├── 📄 global_maritime_transport_cost_dry_bulk.csv
286│ └── 📄 global_maritime_transport_cost_general_cargo.csv
287└── 📁 outputs/
288 ├── 📁 additional_files/
289 │ ├── 📄 admin1_level_domesticexport_percentages.csv
290 │ └── 📄 fg1_totals_production_exports_calories_protein_iron_vita.csv
291 ├── 📁 land/
292 │ ├── 📁 land_domestic/
293 │ │ ├── 📄 Flows_Apples and products.csv
294 │ │ ├── 📄 Flows_Aquatic Animals, Others.csv
295 │ │ ├── 📄 Flows_Aquatic Plants.csv
296 │ │ ├── 📄 Flows_Bananas.csv
297 │ │ ├── 📄 Flows_Barley and products.csv
298 │ │ ├── 📄 Flows_Beans.csv
299 │ │ ├── 📄 Flows_Bovine Meat.csv
300 │ │ ├── 📄 Flows_Butter, Ghee.csv
301 │ │ ├── 📄 Flows_Cassava and products.csv
302 │ │ ├── 📄 Flows_Cephalopods.csv
303 │ │ ├── 📄 Flows_Cereals, Other.csv
304 │ │ ├── 📄 Flows_Citrus, Other.csv
305 │ │ ├── 📄 Flows_Cloves.csv
306 │ │ ├── 📄 Flows_Cocoa Beans and products.csv
307 │ │ ├── 📄 Flows_Coconut Oil.csv
308 │ │ ├── 📄 Flows_Coconuts - Incl Copra.csv
309 │ │ ├── 📄 Flows_Coffee and products.csv
310 │ │ ├── 📄 Flows_Cream.csv
311 │ │ ├── 📄 Flows_Crustaceans.csv
312 │ │ ├── 📄 Flows_Dates.csv
313 │ │ ├── 📄 Flows_Demersal Fish.csv
314 │ │ ├── 📄 Flows_Eggs.csv
315 │ │ ├── 📄 Flows_Fats, Animals, Raw.csv
316 │ │ ├── 📄 Flows_Fish, Liver Oil.csv
317 │ │ ├── 📄 Flows_Freshwater Fish.csv
318 │ │ ├── 📄 Flows_Fruits, other.csv
319 │ │ ├── 📄 Flows_Grapefruit and products.csv
320 │ │ ├── 📄 Flows_Grapes and products (excl wine).csv
321 │ │ ├── 📄 Flows_Groundnut Oil.csv
322 │ │ ├── 📄 Flows_Groundnuts.csv
323 │ │ ├── 📄 Flows_Lemons, Limes and products.csv
324 │ │ ├── 📄 Flows_Maize Germ Oil.csv
325 │ │ ├── 📄 Flows_Maize and products.csv
326 │ │ ├── 📄 Flows_Marine Fish, Other.csv
327 │ │ ├── 📄 Flows_Milk - Excluding Butter.csv
328 │ │ ├── 📄 Flows_Millet and products.csv
329 │ │ ├── 📄 Flows_Molluscs, Other.csv
330 │ │ ├── 📄 Flows_Mutton & Goat Meat.csv
331 │ │ ├── 📄 Flows_Nuts and products.csv
332 │ │ ├── 📄 Flows_Oats.csv
333 │ │ ├── 📄 Flows_Offals, Edible.csv
334 │ │ ├── 📄 Flows_Oilcrops Oil, Other.csv
335 │ │ ├── 📄 Flows_Oilcrops, Other.csv
336 │ │ ├── 📄 Flows_Olive Oil.csv
337 │ │ ├── 📄 Flows_Olives (including preserved).csv
338 │ │ ├── 📄 Flows_Onions.csv
339 │ │ ├── 📄 Flows_Oranges, Mandarines.csv
340 │ │ ├── 📄 Flows_Palm Oil.csv
341 │ │ ├── 📄 Flows_Palmkernel Oil.csv
342 │ │ ├── 📄 Flows_Peas.csv
343 │ │ ├── 📄 Flows_Pelagic Fish.csv
344 │ │ ├── 📄 Flows_Pepper.csv
345 │ │ ├── 📄 Flows_Pigmeat.csv
346 │ │ ├── 📄 Flows_Pimento.csv
347 │ │ ├── 📄 Flows_Pineapples and products.csv
348 │ │ ├── 📄 Flows_Plantains.csv
349 │ │ ├── 📄 Flows_Potatoes and products.csv
350 │ │ ├── 📄 Flows_Poultry Meat.csv
351 │ │ ├── 📄 Flows_Pulses, Other and products.csv
352 │ │ ├── 📄 Flows_Rape and Mustard Oil.csv
353 │ │ ├── 📄 Flows_Rape and Mustardseed.csv
354 │ │ ├── 📄 Flows_Rice and products.csv
355 │ │ ├── 📄 Flows_Roots, Other.csv
356 │ │ ├── 📄 Flows_Rye and products.csv
357 │ │ ├── 📄 Flows_Sesame seed.csv
358 │ │ ├── 📄 Flows_Sesameseed Oil.csv
359 │ │ ├── 📄 Flows_Sorghum and products.csv
360 │ │ ├── 📄 Flows_Soyabean Oil.csv
361 │ │ ├── 📄 Flows_Soyabeans.csv
362 │ │ ├── 📄 Flows_Spices, Other.csv
363 │ │ ├── 📄 Flows_Sugar (Raw Equivalent).csv
364 │ │ ├── 📄 Flows_Sugar beet.csv
365 │ │ ├── 📄 Flows_Sugar cane.csv
366 │ │ ├── 📄 Flows_Sunflower seed.csv
367 │ │ ├── 📄 Flows_Sunflowerseed Oil.csv
368 │ │ ├── 📄 Flows_Sweet potatoes.csv
369 │ │ ├── 📄 Flows_Tea (including mate).csv
370 │ │ ├── 📄 Flows_Tomatoes and products.csv
371 │ │ ├── 📄 Flows_Vegetables, other.csv
372 │ │ ├── 📄 Flows_Wheat and products.csv
373 │ │ ├── 📄 Flows_Wine.csv
374 │ │ └── 📄 Flows_Yams.csv
375 │ └── 📁 land_reexports/
376 │ ├── 📄 Flows_Apples and products.csv
377 │ ├── 📄 Flows_Aquatic Animals, Others.csv
378 │ ├── 📄 Flows_Aquatic Plants.csv
379 │ ├── 📄 Flows_Bananas.csv
380 │ ├── 📄 Flows_Barley and products.csv
381 │ ├── 📄 Flows_Beans.csv
382 │ ├── 📄 Flows_Bovine Meat.csv
383 │ ├── 📄 Flows_Butter, Ghee.csv
384 │ ├── 📄 Flows_Cassava and products.csv
385 │ ├── 📄 Flows_Cephalopods.csv
386 │ ├── 📄 Flows_Cereals, Other.csv
387 │ ├── 📄 Flows_Citrus, Other.csv
388 │ ├── 📄 Flows_Cloves.csv
389 │ ├── 📄 Flows_Cocoa Beans and products.csv
390 │ ├── 📄 Flows_Coconut Oil.csv
391 │ ├── 📄 Flows_Coconuts - Incl Copra.csv
392 │ ├── 📄 Flows_Coffee and products.csv
393 │ ├── 📄 Flows_Cream.csv
394 │ ├── 📄 Flows_Crustaceans.csv
395 │ ├── 📄 Flows_Dates.csv
396 │ ├── 📄 Flows_Demersal Fish.csv
397 │ ├── 📄 Flows_Eggs.csv
398 │ ├── 📄 Flows_Fats, Animals, Raw.csv
399 │ ├── 📄 Flows_Fish, Liver Oil.csv
400 │ ├── 📄 Flows_Freshwater Fish.csv
401 │ ├── 📄 Flows_Fruits, other.csv
402 │ ├── 📄 Flows_Grapefruit and products.csv
403 │ ├── 📄 Flows_Grapes and products (excl wine).csv
404 │ ├── 📄 Flows_Groundnut Oil.csv
405 │ ├── 📄 Flows_Groundnuts.csv
406 │ ├── 📄 Flows_Lemons, Limes and products.csv
407 │ ├── 📄 Flows_Maize Germ Oil.csv
408 │ ├── 📄 Flows_Maize and products.csv
409 │ ├── 📄 Flows_Marine Fish, Other.csv
410 │ ├── 📄 Flows_Milk - Excluding Butter.csv
411 │ ├── 📄 Flows_Millet and products.csv
412 │ ├── 📄 Flows_Molluscs, Other.csv
413 │ ├── 📄 Flows_Mutton & Goat Meat.csv
414 │ ├── 📄 Flows_Nuts and products.csv
415 │ ├── 📄 Flows_Oats.csv
416 │ ├── 📄 Flows_Offals, Edible.csv
417 │ ├── 📄 Flows_Oilcrops Oil, Other.csv
418 │ ├── 📄 Flows_Oilcrops, Other.csv
419 │ ├── 📄 Flows_Olive Oil.csv
420 │ ├── 📄 Flows_Olives (including preserved).csv
421 │ ├── 📄 Flows_Onions.csv
422 │ ├── 📄 Flows_Oranges, Mandarines.csv
423 │ ├── 📄 Flows_Palm Oil.csv
424 │ ├── 📄 Flows_Palmkernel Oil.csv
425 │ ├── 📄 Flows_Peas.csv
426 │ ├── 📄 Flows_Pelagic Fish.csv
427 │ ├── 📄 Flows_Pepper.csv
428 │ ├── 📄 Flows_Pigmeat.csv
429 │ ├── 📄 Flows_Pimento.csv
430 │ ├── 📄 Flows_Pineapples and products.csv
431 │ ├── 📄 Flows_Plantains.csv
432 │ ├── 📄 Flows_Potatoes and products.csv
433 │ ├── 📄 Flows_Poultry Meat.csv
434 │ ├── 📄 Flows_Pulses, Other and products.csv
435 │ ├── 📄 Flows_Rape and Mustard Oil.csv
436 │ ├── 📄 Flows_Rape and Mustardseed.csv
437 │ ├── 📄 Flows_Rice and products.csv
438 │ ├── 📄 Flows_Roots, Other.csv
439 │ ├── 📄 Flows_Rye and products.csv
440 │ ├── 📄 Flows_Sesame seed.csv
441 │ ├── 📄 Flows_Sesameseed Oil.csv
442 │ ├── 📄 Flows_Sorghum and products.csv
443 │ ├── 📄 Flows_Soyabean Oil.csv
444 │ ├── 📄 Flows_Soyabeans.csv
445 │ ├── 📄 Flows_Spices, Other.csv
446 │ ├── 📄 Flows_Sugar (Raw Equivalent).csv
447 │ ├── 📄 Flows_Sugar beet.csv
448 │ ├── 📄 Flows_Sugar cane.csv
449 │ ├── 📄 Flows_Sunflower seed.csv
450 │ ├── 📄 Flows_Sunflowerseed Oil.csv
451 │ ├── 📄 Flows_Sweet potatoes.csv
452 │ ├── 📄 Flows_Tea (including mate).csv
453 │ ├── 📄 Flows_Tomatoes and products.csv
454 │ ├── 📄 Flows_Vegetables, other.csv
455 │ ├── 📄 Flows_Wheat and products.csv
456 │ ├── 📄 Flows_Wine.csv
457 │ └── 📄 Flows_Yams.csv
458 ├── 📁 sea/
459 │ ├── 📁 sea_domestic/
460 │ │ ├── 📄 Flows_Apples and products.csv
461 │ │ ├── 📄 Flows_Aquatic Animals, Others.csv
462 │ │ ├── 📄 Flows_Aquatic Plants.csv
463 │ │ ├── 📄 Flows_Bananas.csv
464 │ │ ├── 📄 Flows_Barley and products.csv
465 │ │ ├── 📄 Flows_Beans.csv
466 │ │ ├── 📄 Flows_Bovine Meat.csv
467 │ │ ├── 📄 Flows_Butter, Ghee.csv
468 │ │ ├── 📄 Flows_Cassava and products.csv
469 │ │ ├── 📄 Flows_Cephalopods.csv
470 │ │ ├── 📄 Flows_Cereals, Other.csv
471 │ │ ├── 📄 Flows_Citrus, Other.csv
472 │ │ ├── 📄 Flows_Cloves.csv
473 │ │ ├── 📄 Flows_Cocoa Beans and products.csv
474 │ │ ├── 📄 Flows_Coconut Oil.csv
475 │ │ ├── 📄 Flows_Coconuts - Incl Copra.csv
476 │ │ ├── 📄 Flows_Coffee and products.csv
477 │ │ ├── 📄 Flows_Cream.csv
478 │ │ ├── 📄 Flows_Crustaceans.csv
479 │ │ ├── 📄 Flows_Dates.csv
480 │ │ ├── 📄 Flows_Demersal Fish.csv
481 │ │ ├── 📄 Flows_Eggs.csv
482 │ │ ├── 📄 Flows_Fats, Animals, Raw.csv
483 │ │ ├── 📄 Flows_Fish, Liver Oil.csv
484 │ │ ├── 📄 Flows_Freshwater Fish.csv
485 │ │ ├── 📄 Flows_Fruits, other.csv
486 │ │ ├── 📄 Flows_Grapefruit and products.csv
487 │ │ ├── 📄 Flows_Grapes and products (excl wine).csv
488 │ │ ├── 📄 Flows_Groundnut Oil.csv
489 │ │ ├── 📄 Flows_Groundnuts.csv
490 │ │ ├── 📄 Flows_Lemons, Limes and products.csv
491 │ │ ├── 📄 Flows_Maize Germ Oil.csv
492 │ │ ├── 📄 Flows_Maize and products.csv
493 │ │ ├── 📄 Flows_Marine Fish, Other.csv
494 │ │ ├── 📄 Flows_Milk - Excluding Butter.csv
495 │ │ ├── 📄 Flows_Millet and products.csv
496 │ │ ├── 📄 Flows_Molluscs, Other.csv
497 │ │ ├── 📄 Flows_Mutton & Goat Meat.csv
498 │ │ ├── 📄 Flows_Nuts and products.csv
499 │ │ ├── 📄 Flows_Oats.csv
500 │ │ ├── 📄 Flows_Offals, Edible.csv
501 │ │ ├── 📄 Flows_Oilcrops Oil, Other.csv
502 │ │ ├── 📄 Flows_Oilcrops, Other.csv
503 │ │ ├── 📄 Flows_Olive Oil.csv
504 │ │ ├── 📄 Flows_Olives (including preserved).csv
505 │ │ ├── 📄 Flows_Onions.csv
506 │ │ ├── 📄 Flows_Oranges, Mandarines.csv
507 │ │ ├── 📄 Flows_Palm Oil.csv
508 │ │ ├── 📄 Flows_Palmkernel Oil.csv
509 │ │ ├── 📄 Flows_Peas.csv
510 │ │ ├── 📄 Flows_Pelagic Fish.csv
511 │ │ ├── 📄 Flows_Pepper.csv
512 │ │ ├── 📄 Flows_Pigmeat.csv
513 │ │ ├── 📄 Flows_Pimento.csv
514 │ │ ├── 📄 Flows_Pineapples and products.csv
515 │ │ ├── 📄 Flows_Plantains.csv
516 │ │ ├── 📄 Flows_Potatoes and products.csv
517 │ │ ├── 📄 Flows_Poultry Meat.csv
518 │ │ ├── 📄 Flows_Pulses, Other and products.csv
519 │ │ ├── 📄 Flows_Rape and Mustard Oil.csv
520 │ │ ├── 📄 Flows_Rape and Mustardseed.csv
521 │ │ ├── 📄 Flows_Rice and products.csv
522 │ │ ├── 📄 Flows_Roots, Other.csv
523 │ │ ├── 📄 Flows_Rye and products.csv
524 │ │ ├── 📄 Flows_Sesame seed.csv
525 │ │ ├── 📄 Flows_Sesameseed Oil.csv
526 │ │ ├── 📄 Flows_Sorghum and products.csv
527 │ │ ├── 📄 Flows_Soyabean Oil.csv
528 │ │ ├── 📄 Flows_Soyabeans.csv
529 │ │ ├── 📄 Flows_Spices, Other.csv
530 │ │ ├── 📄 Flows_Sugar (Raw Equivalent).csv
531 │ │ ├── 📄 Flows_Sugar beet.csv
532 │ │ ├── 📄 Flows_Sugar cane.csv
533 │ │ ├── 📄 Flows_Sunflower seed.csv
534 │ │ ├── 📄 Flows_Sunflowerseed Oil.csv
535 │ │ ├── 📄 Flows_Sweet potatoes.csv
536 │ │ ├── 📄 Flows_Tea (including mate).csv
537 │ │ ├── 📄 Flows_Tomatoes and products.csv
538 │ │ ├── 📄 Flows_Vegetables, other.csv
539 │ │ ├── 📄 Flows_Wheat and products.csv
540 │ │ ├── 📄 Flows_Wine.csv
541 │ │ └── 📄 Flows_Yams.csv
542 │ └── 📁 sea_reexports/
543 │ ├── 📄 Flows_Apples and products.csv
544 │ ├── 📄 Flows_Aquatic Animals, Others.csv
545 │ ├── 📄 Flows_Aquatic Plants.csv
546 │ ├── 📄 Flows_Bananas.csv
547 │ ├── 📄 Flows_Barley and products.csv
548 │ ├── 📄 Flows_Beans.csv
549 │ ├── 📄 Flows_Bovine Meat.csv
550 │ ├── 📄 Flows_Butter, Ghee.csv
551 │ ├── 📄 Flows_Cassava and products.csv
552 │ ├── 📄 Flows_Cephalopods.csv
553 │ ├── 📄 Flows_Cereals, Other.csv
554 │ ├── 📄 Flows_Citrus, Other.csv
555 │ ├── 📄 Flows_Cloves.csv
556 │ ├── 📄 Flows_Cocoa Beans and products.csv
557 │ ├── 📄 Flows_Coconut Oil.csv
558 │ ├── 📄 Flows_Coconuts - Incl Copra.csv
559 │ ├── 📄 Flows_Coffee and products.csv
560 │ ├── 📄 Flows_Cream.csv
561 │ ├── 📄 Flows_Crustaceans.csv
562 │ ├── 📄 Flows_Dates.csv
563 │ ├── 📄 Flows_Demersal Fish.csv
564 │ ├── 📄 Flows_Eggs.csv
565 │ ├── 📄 Flows_Fats, Animals, Raw.csv
566 │ ├── 📄 Flows_Fish, Liver Oil.csv
567 │ ├── 📄 Flows_Freshwater Fish.csv
568 │ ├── 📄 Flows_Fruits, other.csv
569 │ ├── 📄 Flows_Grapefruit and products.csv
570 │ ├── 📄 Flows_Grapes and products (excl wine).csv
571 │ ├── 📄 Flows_Groundnut Oil.csv
572 │ ├── 📄 Flows_Groundnuts.csv
573 │ ├── 📄 Flows_Lemons, Limes and products.csv
574 │ ├── 📄 Flows_Maize Germ Oil.csv
575 │ ├── 📄 Flows_Maize and products.csv
576 │ ├── 📄 Flows_Marine Fish, Other.csv
577 │ ├── 📄 Flows_Milk - Excluding Butter.csv
578 │ ├── 📄 Flows_Millet and products.csv
579 │ ├── 📄 Flows_Molluscs, Other.csv
580 │ ├── 📄 Flows_Mutton & Goat Meat.csv
581 │ ├── 📄 Flows_Nuts and products.csv
582 │ ├── 📄 Flows_Oats.csv
583 │ ├── 📄 Flows_Offals, Edible.csv
584 │ ├── 📄 Flows_Oilcrops Oil, Other.csv
585 │ ├── 📄 Flows_Oilcrops, Other.csv
586 │ ├── 📄 Flows_Olive Oil.csv
587 │ ├── 📄 Flows_Olives (including preserved).csv
588 │ ├── 📄 Flows_Onions.csv
589 │ ├── 📄 Flows_Oranges, Mandarines.csv
590 │ ├── 📄 Flows_Palm Oil.csv
591 │ ├── 📄 Flows_Palmkernel Oil.csv
592 │ ├── 📄 Flows_Peas.csv
593 │ ├── 📄 Flows_Pelagic Fish.csv
594 │ ├── 📄 Flows_Pepper.csv
595 │ ├── 📄 Flows_Pigmeat.csv
596 │ ├── 📄 Flows_Pimento.csv
597 │ ├── 📄 Flows_Pineapples and products.csv
598 │ ├── 📄 Flows_Plantains.csv
599 │ ├── 📄 Flows_Potatoes and products.csv
600 │ ├── 📄 Flows_Poultry Meat.csv
601 │ ├── 📄 Flows_Pulses, Other and products.csv
602 │ ├── 📄 Flows_Rape and Mustard Oil.csv
603 │ ├── 📄 Flows_Rape and Mustardseed.csv
604 │ ├── 📄 Flows_Rice and products.csv
605 │ ├── 📄 Flows_Roots, Other.csv
606 │ ├── 📄 Flows_Rye and products.csv
607 │ ├── 📄 Flows_Sesame seed.csv
608 │ ├── 📄 Flows_Sesameseed Oil.csv
609 │ ├── 📄 Flows_Sorghum and products.csv
610 │ ├── 📄 Flows_Soyabean Oil.csv
611 │ ├── 📄 Flows_Soyabeans.csv
612 │ ├── 📄 Flows_Spices, Other.csv
613 │ ├── 📄 Flows_Sugar (Raw Equivalent).csv
614 │ ├── 📄 Flows_Sugar beet.csv
615 │ ├── 📄 Flows_Sugar cane.csv
616 │ ├── 📄 Flows_Sunflower seed.csv
617 │ ├── 📄 Flows_Sunflowerseed Oil.csv
618 │ ├── 📄 Flows_Sweet potatoes.csv
619 │ ├── 📄 Flows_Tea (including mate).csv
620 │ ├── 📄 Flows_Tomatoes and products.csv
621 │ ├── 📄 Flows_Vegetables, other.csv
622 │ ├── 📄 Flows_Wheat and products.csv
623 │ ├── 📄 Flows_Wine.csv
624 │ └── 📄 Flows_Yams.csv
625 └── 📁 within_country/
626 ├── 📄 Flows_Apples_and_products.csv
627 ├── 📄 Flows_Aquatic_Animals__Others.csv
628 ├── 📄 Flows_Aquatic_Plants.csv
629 ├── 📄 Flows_Bananas.csv
630 ├── 📄 Flows_Barley_and_products.csv
631 ├── 📄 Flows_Beans.csv
632 ├── 📄 Flows_Bovine_Meat.csv
633 ├── 📄 Flows_Butter__Ghee.csv
634 ├── 📄 Flows_Cassava_and_products.csv
635 ├── 📄 Flows_Cephalopods.csv
636 ├── 📄 Flows_Cereals__Other.csv
637 ├── 📄 Flows_Citrus__Other.csv
638 ├── 📄 Flows_Cloves.csv
639 ├── 📄 Flows_Cocoa_Beans_and_products.csv
640 ├── 📄 Flows_Coconut_Oil.csv
641 ├── 📄 Flows_Coconuts_-_Incl_Copra.csv
642 ├── 📄 Flows_Coffee_and_products.csv
643 ├── 📄 Flows_Cream.csv
644 ├── 📄 Flows_Crustaceans.csv
645 ├── 📄 Flows_Dates.csv
646 ├── 📄 Flows_Demersal_Fish.csv
647 ├── 📄 Flows_Eggs.csv
648 ├── 📄 Flows_Fats__Animals__Raw.csv
649 ├── 📄 Flows_Fish__Body_Oil.csv
650 ├── 📄 Flows_Fish__Liver_Oil.csv
651 ├── 📄 Flows_Freshwater_Fish.csv
652 ├── 📄 Flows_Fruits__other.csv
653 ├── 📄 Flows_Grapefruit_and_products.csv
654 ├── 📄 Flows_Grapes_and_products_(excl_wine).csv
655 ├── 📄 Flows_Groundnut_Oil.csv
656 ├── 📄 Flows_Groundnuts.csv
657 ├── 📄 Flows_Lemons__Limes_and_products.csv
658 ├── 📄 Flows_Maize_Germ_Oil.csv
659 ├── 📄 Flows_Maize_and_products.csv
660 ├── 📄 Flows_Marine_Fish__Other.csv
661 ├── 📄 Flows_Milk_-_Excluding_Butter.csv
662 ├── 📄 Flows_Millet_and_products.csv
663 ├── 📄 Flows_Molluscs__Other.csv
664 ├── 📄 Flows_Mutton_&_Goat_Meat.csv
665 ├── 📄 Flows_Nuts_and_products.csv
666 ├── 📄 Flows_Oats.csv
667 ├── 📄 Flows_Offals__Edible.csv
668 ├── 📄 Flows_Oilcrops_Oil__Other.csv
669 ├── 📄 Flows_Oilcrops__Other.csv
670 ├── 📄 Flows_Olive_Oil.csv
671 ├── 📄 Flows_Olives_(including_preserved).csv
672 ├── 📄 Flows_Onions.csv
673 ├── 📄 Flows_Oranges__Mandarines.csv
674 ├── 📄 Flows_Palm_Oil.csv
675 ├── 📄 Flows_Palmkernel_Oil.csv
676 ├── 📄 Flows_Peas.csv
677 ├── 📄 Flows_Pelagic_Fish.csv
678 ├── 📄 Flows_Pepper.csv
679 ├── 📄 Flows_Pigmeat.csv
680 ├── 📄 Flows_Pimento.csv
681 ├── 📄 Flows_Pineapples_and_products.csv
682 ├── 📄 Flows_Plantains.csv
683 ├── 📄 Flows_Potatoes_and_products.csv
684 ├── 📄 Flows_Poultry_Meat.csv
685 ├── 📄 Flows_Pulses__Other_and_products.csv
686 ├── 📄 Flows_Rape_and_Mustard_Oil.csv
687 ├── 📄 Flows_Rape_and_Mustardseed.csv
688 ├── 📄 Flows_Rice_and_products.csv
689 ├── 📄 Flows_Ricebran_Oil.csv
690 ├── 📄 Flows_Roots__Other.csv
691 ├── 📄 Flows_Rye_and_products.csv
692 ├── 📄 Flows_Sesame_seed.csv
693 ├── 📄 Flows_Sesameseed_Oil.csv
694 ├── 📄 Flows_Sorghum_and_products.csv
695 ├── 📄 Flows_Soyabean_Oil.csv
696 ├── 📄 Flows_Soyabeans.csv
697 ├── 📄 Flows_Spices__Other.csv
698 ├── 📄 Flows_Sugar_(Raw_Equivalent).csv
699 ├── 📄 Flows_Sugar_beet.csv
700 ├── 📄 Flows_Sugar_cane.csv
701 ├── 📄 Flows_Sunflower_seed.csv
702 ├── 📄 Flows_Sunflowerseed_Oil.csv
703 ├── 📄 Flows_Sweet_potatoes.csv
704 ├── 📄 Flows_Tea_(including_mate).csv
705 ├── 📄 Flows_Tomatoes_and_products.csv
706 ├── 📄 Flows_Vegetables__other.csv
707 ├── 📄 Flows_Wheat_and_products.csv
708 ├── 📄 Flows_Wine.csv
709 └── 📄 Flows_Yams.csv
1├── 📄 README.md
2├── 📄 all_files.md
3├── 📁 inputs/
4│ ├── 📁 downscaled_exports_imports/
5│ │ ├── 📁 demand_allocated/
6│ │ │ └── 📄 Demand_subnationalFoodGroup1_population.csv
7│ │ └── 📁 supply_allocated/
8│ │ ├── 📄 Supply_subnationalFoodGroup1.csv
9│ │ └── 📁 foodgroup1/
10│ │ ├── 📄 Apples and products.csv
11│ │ ├── 📄 Aquatic Animals, Others.csv
12│ │ ├── 📄 Aquatic Plants.csv
13│ │ ├── 📄 Bananas.csv
14│ │ ├── 📄 Barley and products.csv
15│ │ ├── 📄 Beans.csv
16│ │ ├── 📄 Bovine Meat.csv
17│ │ ├── 📄 Butter, Ghee.csv
18│ │ ├── 📄 Cassava and products.csv
19│ │ ├── 📄 Cephalopods.csv
20│ │ ├── 📄 Cereals, Other.csv
21│ │ ├── 📄 Citrus, Other.csv
22│ │ ├── 📄 Cloves.csv
23│ │ ├── 📄 Cocoa Beans and products.csv
24│ │ ├── 📄 Coconut Oil.csv
25│ │ ├── 📄 Coconuts - Incl Copra.csv
26│ │ ├── 📄 Coffee and products.csv
27│ │ ├── 📄 Cream.csv
28│ │ ├── 📄 Crustaceans.csv
29│ │ ├── 📄 Dates.csv
30│ │ ├── 📄 Demersal Fish.csv
31│ │ ├── 📄 Eggs.csv
32│ │ ├── 📄 Fats, Animals, Raw.csv
33│ │ ├── 📄 Fish, Body Oil.csv
34│ │ ├── 📄 Fish, Liver Oil.csv
35│ │ ├── 📄 Freshwater Fish.csv
36│ │ ├── 📄 Fruits, other.csv
37│ │ ├── 📄 Grapefruit and products.csv
38│ │ ├── 📄 Grapes and products (excl wine).csv
39│ │ ├── 📄 Groundnut Oil.csv
40│ │ ├── 📄 Groundnuts.csv
41│ │ ├── 📄 Lemons, Limes and products.csv
42│ │ ├── 📄 Maize Germ Oil.csv
43│ │ ├── 📄 Maize and products.csv
44│ │ ├── 📄 Marine Fish, Other.csv
45│ │ ├── 📄 Milk - Excluding Butter.csv
46│ │ ├── 📄 Millet and products.csv
47│ │ ├── 📄 Molluscs, Other.csv
48│ │ ├── 📄 Mutton & Goat Meat.csv
49│ │ ├── 📄 Nuts and products.csv
50│ │ ├── 📄 Oats.csv
51│ │ ├── 📄 Offals, Edible.csv
52│ │ ├── 📄 Oilcrops Oil, Other.csv
53│ │ ├── 📄 Oilcrops, Other.csv
54│ │ ├── 📄 Olive Oil.csv
55│ │ ├── 📄 Olives (including preserved).csv
56│ │ ├── 📄 Onions.csv
57│ │ ├── 📄 Oranges, Mandarines.csv
58│ │ ├── 📄 Palm Oil.csv
59│ │ ├── 📄 Palmkernel Oil.csv
60│ │ ├── 📄 Peas.csv
61│ │ ├── 📄 Pelagic Fish.csv
62│ │ ├── 📄 Pepper.csv
63│ │ ├── 📄 Pigmeat.csv
64│ │ ├── 📄 Pimento.csv
65│ │ ├── 📄 Pineapples and products.csv
66│ │ ├── 📄 Plantains.csv
67│ │ ├── 📄 Potatoes and products.csv
68│ │ ├── 📄 Poultry Meat.csv
69│ │ ├── 📄 Pulses, Other and products.csv
70│ │ ├── 📄 Rape and Mustard Oil.csv
71│ │ ├── 📄 Rape and Mustardseed.csv
72│ │ ├── 📄 Rice and products.csv
73│ │ ├── 📄 Roots, Other.csv
74│ │ ├── 📄 Rye and products.csv
75│ │ ├── 📄 Sesame seed.csv
76│ │ ├── 📄 Sesameseed Oil.csv
77│ │ ├── 📄 Sorghum and products.csv
78│ │ ├── 📄 Soyabean Oil.csv
79│ │ ├── 📄 Soyabeans.csv
80│ │ ├── 📄 Spices, Other.csv
81│ │ ├── 📄 Sugar (Raw Equivalent).csv
82│ │ ├── 📄 Sugar beet.csv
83│ │ ├── 📄 Sugar cane.csv
84│ │ ├── 📄 Sunflower seed.csv
85│ │ ├── 📄 Sunflowerseed Oil.csv
86│ │ ├── 📄 Sweet potatoes.csv
87│ │ ├── 📄 Tea (including mate).csv
88│ │ ├── 📄 Tomatoes and products.csv
89│ │ ├── 📄 Vegetables, other.csv
90│ │ ├── 📄 Wheat and products.csv
91│ │ ├── 📄 Wine.csv
92│ │ └── 📄 Yams.csv
93│ ├── 📁 infrastructure/
94│ │ ├── 📄 Geometry_Landmapping_hexcode_complete.csv
95│ │ ├── 📄 IWWPorts_infrastructure.csv
96│ │ ├── 📄 RailwayStation_infrastructure.csv
97│ │ ├── 📄 RoadEdges_Complete_infrastructure_Hexcode.csv
98│ │ ├── 📄 admin_centroids.gpkg
99│ │ ├── 📄 admin_polygons.gpkg
100│ │ ├── 📄 edges_maritime_corrected.gpkg
101│ │ ├── 📄 nodes.geoparquet
102│ │ ├── 📄 nodes_maritime.gpkg
103│ │ └── 📄 shortest_paths_port_to_port.csv
104│ ├── 📁 production_demand/
105│ │ ├── 📁 demand_rasters/
106│ │ │ ├── 📄 2020_Apples and products_demand_tonnage_gadm.tif
107│ │ │ ├── 📄 2020_Aquatic Animals, Others_demand_tonnage_gadm.tif
108│ │ │ ├── 📄 2020_Aquatic Plants_demand_tonnage_gadm.tif
109│ │ │ ├── 📄 2020_Bananas_demand_tonnage_gadm.tif
110│ │ │ ├── 📄 2020_Barley and products_demand_tonnage_gadm.tif
111│ │ │ ├── 📄 2020_Beans_demand_tonnage_gadm.tif
112│ │ │ ├── 📄 2020_Bovine Meat_demand_tonnage_gadm.tif
113│ │ │ ├── 📄 2020_Butter, Ghee_demand_tonnage_gadm.tif
114│ │ │ ├── 📄 2020_Cassava and products_demand_tonnage_gadm.tif
115│ │ │ ├── 📄 2020_Cephalopods_demand_tonnage_gadm.tif
116│ │ │ ├── 📄 2020_Cereals, Other_demand_tonnage_gadm.tif
117│ │ │ ├── 📄 2020_Citrus, Other_demand_tonnage_gadm.tif
118│ │ │ ├── 📄 2020_Cloves_demand_tonnage_gadm.tif
119│ │ │ ├── 📄 2020_Cocoa Beans and products_demand_tonnage_gadm.tif
120│ │ │ ├── 📄 2020_Coconut Oil_demand_tonnage_gadm.tif
121│ │ │ ├── 📄 2020_Coconuts - Incl Copra_demand_tonnage_gadm.tif
122│ │ │ ├── 📄 2020_Coffee and products_demand_tonnage_gadm.tif
123│ │ │ ├── 📄 2020_Cream_demand_tonnage_gadm.tif
124│ │ │ ├── 📄 2020_Crustaceans_demand_tonnage_gadm.tif
125│ │ │ ├── 📄 2020_Dates_demand_tonnage_gadm.tif
126│ │ │ ├── 📄 2020_Demersal Fish_demand_tonnage_gadm.tif
127│ │ │ ├── 📄 2020_Eggs_demand_tonnage_gadm.tif
128│ │ │ ├── 📄 2020_Fats, Animals, Raw_demand_tonnage_gadm.tif
129│ │ │ ├── 📄 2020_Fish, Body Oil_demand_tonnage_gadm.tif
130│ │ │ ├── 📄 2020_Fish, Liver Oil_demand_tonnage_gadm.tif
131│ │ │ ├── 📄 2020_Freshwater Fish_demand_tonnage_gadm.tif
132│ │ │ ├── 📄 2020_Fruits, other_demand_tonnage_gadm.tif
133│ │ │ ├── 📄 2020_Grapefruit and products_demand_tonnage_gadm.tif
134│ │ │ ├── 📄 2020_Grapes and products (excl wine)_demand_tonnage_gadm.tif
135│ │ │ ├── 📄 2020_Groundnut Oil_demand_tonnage_gadm.tif
136│ │ │ ├── 📄 2020_Groundnuts_demand_tonnage_gadm.tif
137│ │ │ ├── 📄 2020_Lemons, Limes and products_demand_tonnage_gadm.tif
138│ │ │ ├── 📄 2020_Maize Germ Oil_demand_tonnage_gadm.tif
139│ │ │ ├── 📄 2020_Maize and products_demand_tonnage_gadm.tif
140│ │ │ ├── 📄 2020_Marine Fish, Other_demand_tonnage_gadm.tif
141│ │ │ ├── 📄 2020_Milk - Excluding Butter_demand_tonnage_gadm.tif
142│ │ │ ├── 📄 2020_Millet and products_demand_tonnage_gadm.tif
143│ │ │ ├── 📄 2020_Molluscs, Other_demand_tonnage_gadm.tif
144│ │ │ ├── 📄 2020_Mutton & Goat Meat_demand_tonnage_gadm.tif
145│ │ │ ├── 📄 2020_Nuts and products_demand_tonnage_gadm.tif
146│ │ │ ├── 📄 2020_Oats_demand_tonnage_gadm.tif
147│ │ │ ├── 📄 2020_Offals, Edible_demand_tonnage_gadm.tif
148│ │ │ ├── 📄 2020_Oilcrops Oil, Other_demand_tonnage_gadm.tif
149│ │ │ ├── 📄 2020_Oilcrops, Other_demand_tonnage_gadm.tif
150│ │ │ ├── 📄 2020_Olive Oil_demand_tonnage_gadm.tif
151│ │ │ ├── 📄 2020_Olives (including preserved)_demand_tonnage_gadm.tif
152│ │ │ ├── 📄 2020_Onions_demand_tonnage_gadm.tif
153│ │ │ ├── 📄 2020_Oranges, Mandarines_demand_tonnage_gadm.tif
154│ │ │ ├── 📄 2020_Palm Oil_demand_tonnage_gadm.tif
155│ │ │ ├── 📄 2020_Palmkernel Oil_demand_tonnage_gadm.tif
156│ │ │ ├── 📄 2020_Peas_demand_tonnage_gadm.tif
157│ │ │ ├── 📄 2020_Pelagic Fish_demand_tonnage_gadm.tif
158│ │ │ ├── 📄 2020_Pepper_demand_tonnage_gadm.tif
159│ │ │ ├── 📄 2020_Pigmeat_demand_tonnage_gadm.tif
160│ │ │ ├── 📄 2020_Pimento_demand_tonnage_gadm.tif
161│ │ │ ├── 📄 2020_Pineapples and products_demand_tonnage_gadm.tif
162│ │ │ ├── 📄 2020_Plantains_demand_tonnage_gadm.tif
163│ │ │ ├── 📄 2020_Potatoes and products_demand_tonnage_gadm.tif
164│ │ │ ├── 📄 2020_Poultry Meat_demand_tonnage_gadm.tif
165│ │ │ ├── 📄 2020_Pulses, Other and products_demand_tonnage_gadm.tif
166│ │ │ ├── 📄 2020_Rape and Mustard Oil_demand_tonnage_gadm.tif
167│ │ │ ├── 📄 2020_Rape and Mustardseed_demand_tonnage_gadm.tif
168│ │ │ ├── 📄 2020_Rice and products_demand_tonnage_gadm.tif
169│ │ │ ├── 📄 2020_Roots, Other_demand_tonnage_gadm.tif
170│ │ │ ├── 📄 2020_Rye and products_demand_tonnage_gadm.tif
171│ │ │ ├── 📄 2020_Sesame seed_demand_tonnage_gadm.tif
172│ │ │ ├── 📄 2020_Sesameseed Oil_demand_tonnage_gadm.tif
173│ │ │ ├── 📄 2020_Sorghum and products_demand_tonnage_gadm.tif
174│ │ │ ├── 📄 2020_Soyabean Oil_demand_tonnage_gadm.tif
175│ │ │ ├── 📄 2020_Soyabeans_demand_tonnage_gadm.tif
176│ │ │ ├── 📄 2020_Spices, Other_demand_tonnage_gadm.tif
177│ │ │ ├── 📄 2020_Sugar (Raw Equivalent)_demand_tonnage_gadm.tif
178│ │ │ ├── 📄 2020_Sugar beet_demand_tonnage_gadm.tif
179│ │ │ ├── 📄 2020_Sugar cane_demand_tonnage_gadm.tif
180│ │ │ ├── 📄 2020_Sunflower seed_demand_tonnage_gadm.tif
181│ │ │ ├── 📄 2020_Sunflowerseed Oil_demand_tonnage_gadm.tif
182│ │ │ ├── 📄 2020_Sweet potatoes_demand_tonnage_gadm.tif
183│ │ │ ├── 📄 2020_Tea (including mate)_demand_tonnage_gadm.tif
184│ │ │ ├── 📄 2020_Tomatoes and products_demand_tonnage_gadm.tif
185│ │ │ ├── 📄 2020_Vegetables, other_demand_tonnage_gadm.tif
186│ │ │ ├── 📄 2020_Wheat and products_demand_tonnage_gadm.tif
187│ │ │ ├── 📄 2020_Wine_demand_tonnage_gadm.tif
188│ │ │ └── 📄 2020_Yams_demand_tonnage_gadm.tif
189│ │ ├── 📄 fg1_fg2_fg3_lookup.csv
190│ │ ├── 📄 foodgroup1_2020bilateraltradebymodality_withexportcoeff.csv
191│ │ ├── 📄 foodgroup1_SUA_exportcoeff.csv
192│ │ ├── 📄 foodgroup1_totalsupply_utilization_admin1.csv
193│ │ ├── 📄 foodgroup1_tradenutritionconversions_bycountry_byitem.csv
194│ │ └── 📁 production_rasters/
195│ │ ├── 📄 2020_Apples and products_demand_tonnage_gadm.tif
196│ │ ├── 📄 2020_Aquatic Animals, Others_demand_tonnage_gadm.tif
197│ │ ├── 📄 2020_Aquatic Plants_demand_tonnage_gadm.tif
198│ │ ├── 📄 2020_Bananas_demand_tonnage_gadm.tif
199│ │ ├── 📄 2020_Barley and products_demand_tonnage_gadm.tif
200│ │ ├── 📄 2020_Beans_demand_tonnage_gadm.tif
201│ │ ├── 📄 2020_Bovine Meat_demand_tonnage_gadm.tif
202│ │ ├── 📄 2020_Butter, Ghee_demand_tonnage_gadm.tif
203│ │ ├── 📄 2020_Cassava and products_demand_tonnage_gadm.tif
204│ │ ├── 📄 2020_Cephalopods_demand_tonnage_gadm.tif
205│ │ ├── 📄 2020_Cereals, Other_demand_tonnage_gadm.tif
206│ │ ├── 📄 2020_Citrus, Other_demand_tonnage_gadm.tif
207│ │ ├── 📄 2020_Cloves_demand_tonnage_gadm.tif
208│ │ ├── 📄 2020_Cocoa Beans and products_demand_tonnage_gadm.tif
209│ │ ├── 📄 2020_Coconut Oil_demand_tonnage_gadm.tif
210│ │ ├── 📄 2020_Coconuts - Incl Copra_demand_tonnage_gadm.tif
211│ │ ├── 📄 2020_Coffee and products_demand_tonnage_gadm.tif
212│ │ ├── 📄 2020_Cream_demand_tonnage_gadm.tif
213│ │ ├── 📄 2020_Crustaceans_demand_tonnage_gadm.tif
214│ │ ├── 📄 2020_Dates_demand_tonnage_gadm.tif
215│ │ ├── 📄 2020_Demersal Fish_demand_tonnage_gadm.tif
216│ │ ├── 📄 2020_Eggs_demand_tonnage_gadm.tif
217│ │ ├── 📄 2020_Fats, Animals, Raw_demand_tonnage_gadm.tif
218│ │ ├── 📄 2020_Fish, Body Oil_demand_tonnage_gadm.tif
219│ │ ├── 📄 2020_Fish, Liver Oil_demand_tonnage_gadm.tif
220│ │ ├── 📄 2020_Freshwater Fish_demand_tonnage_gadm.tif
221│ │ ├── 📄 2020_Fruits, other_demand_tonnage_gadm.tif
222│ │ ├── 📄 2020_Grapefruit and products_demand_tonnage_gadm.tif
223│ │ ├── 📄 2020_Grapes and products (excl wine)_demand_tonnage_gadm.tif
224│ │ ├── 📄 2020_Groundnut Oil_demand_tonnage_gadm.tif
225│ │ ├── 📄 2020_Groundnuts_demand_tonnage_gadm.tif
226│ │ ├── 📄 2020_Lemons, Limes and products_demand_tonnage_gadm.tif
227│ │ ├── 📄 2020_Maize Germ Oil_demand_tonnage_gadm.tif
228│ │ ├── 📄 2020_Maize and products_demand_tonnage_gadm.tif
229│ │ ├── 📄 2020_Marine Fish, Other_demand_tonnage_gadm.tif
230│ │ ├── 📄 2020_Milk - Excluding Butter_demand_tonnage_gadm.tif
231│ │ ├── 📄 2020_Millet and products_demand_tonnage_gadm.tif
232│ │ ├── 📄 2020_Molluscs, Other_demand_tonnage_gadm.tif
233│ │ ├── 📄 2020_Mutton & Goat Meat_demand_tonnage_gadm.tif
234│ │ ├── 📄 2020_Nuts and products_demand_tonnage_gadm.tif
235│ │ ├── 📄 2020_Oats_demand_tonnage_gadm.tif
236│ │ ├── 📄 2020_Offals, Edible_demand_tonnage_gadm.tif
237│ │ ├── 📄 2020_Oilcrops Oil, Other_demand_tonnage_gadm.tif
238│ │ ├── 📄 2020_Oilcrops, Other_demand_tonnage_gadm.tif
239│ │ ├── 📄 2020_Olive Oil_demand_tonnage_gadm.tif
240│ │ ├── 📄 2020_Olives (including preserved)_demand_tonnage_gadm.tif
241│ │ ├── 📄 2020_Onions_demand_tonnage_gadm.tif
242│ │ ├── 📄 2020_Oranges, Mandarines_demand_tonnage_gadm.tif
243│ │ ├── 📄 2020_Palm Oil_demand_tonnage_gadm.tif
244│ │ ├── 📄 2020_Palmkernel Oil_demand_tonnage_gadm.tif
245│ │ ├── 📄 2020_Peas_demand_tonnage_gadm.tif
246│ │ ├── 📄 2020_Pelagic Fish_demand_tonnage_gadm.tif
247│ │ ├── 📄 2020_Pepper_demand_tonnage_gadm.tif
248│ │ ├── 📄 2020_Pigmeat_demand_tonnage_gadm.tif
249│ │ ├── 📄 2020_Pimento_demand_tonnage_gadm.tif
250│ │ ├── 📄 2020_Pineapples and products_demand_tonnage_gadm.tif
251│ │ ├── 📄 2020_Plantains_demand_tonnage_gadm.tif
252│ │ ├── 📄 2020_Potatoes and products_demand_tonnage_gadm.tif
253│ │ ├── 📄 2020_Poultry Meat_demand_tonnage_gadm.tif
254│ │ ├── 📄 2020_Pulses, Other and products_demand_tonnage_gadm.tif
255│ │ ├── 📄 2020_Rape and Mustard Oil_demand_tonnage_gadm.tif
256│ │ ├── 📄 2020_Rape and Mustardseed_demand_tonnage_gadm.tif
257│ │ ├── 📄 2020_Rice and products_demand_tonnage_gadm.tif
258│ │ ├── 📄 2020_Roots, Other_demand_tonnage_gadm.tif
259│ │ ├── 📄 2020_Rye and products_demand_tonnage_gadm.tif
260│ │ ├── 📄 2020_Sesame seed_demand_tonnage_gadm.tif
261│ │ ├── 📄 2020_Sesameseed Oil_demand_tonnage_gadm.tif
262│ │ ├── 📄 2020_Sorghum and products_demand_tonnage_gadm.tif
263│ │ ├── 📄 2020_Soyabean Oil_demand_tonnage_gadm.tif
264│ │ ├── 📄 2020_Soyabeans_demand_tonnage_gadm.tif
265│ │ ├── 📄 2020_Spices, Other_demand_tonnage_gadm.tif
266│ │ ├── 📄 2020_Sugar (Raw Equivalent)_demand_tonnage_gadm.tif
267│ │ ├── 📄 2020_Sugar beet_demand_tonnage_gadm.tif
268│ │ ├── 📄 2020_Sugar cane_demand_tonnage_gadm.tif
269│ │ ├── 📄 2020_Sunflower seed_demand_tonnage_gadm.tif
270│ │ ├── 📄 2020_Sunflowerseed Oil_demand_tonnage_gadm.tif
271│ │ ├── 📄 2020_Sweet potatoes_demand_tonnage_gadm.tif
272│ │ ├── 📄 2020_Tea (including mate)_demand_tonnage_gadm.tif
273│ │ ├── 📄 2020_Tomatoes and products_demand_tonnage_gadm.tif
274│ │ ├── 📄 2020_Vegetables, other_demand_tonnage_gadm.tif
275│ │ ├── 📄 2020_Wheat and products_demand_tonnage_gadm.tif
276│ │ ├── 📄 2020_Wine_demand_tonnage_gadm.tif
277│ │ └── 📄 2020_Yams_demand_tonnage_gadm.tif
278│ └── 📁 transport_cost/
279│ ├── 📁 land_transport/
280│ │ ├── 📄 global_IWW_transport_cost.csv
281│ │ ├── 📄 global_rail_transport_cost.csv
282│ │ └── 📄 global_road_transport_cost.csv
283│ └── 📁 maritime_transport/
284│ ├── 📄 global_maritime_transport_cost_container.csv
285│ ├── 📄 global_maritime_transport_cost_dry_bulk.csv
286│ └── 📄 global_maritime_transport_cost_general_cargo.csv
287└── 📁 outputs/
288 ├── 📁 additional_files/
289 │ ├── 📄 admin1_level_domesticexport_percentages.csv
290 │ └── 📄 fg1_totals_production_exports_calories_protein_iron_vita.csv
291 ├── 📁 land/
292 │ ├── 📁 land_domestic/
293 │ │ ├── 📄 Flows_Apples and products.csv
294 │ │ ├── 📄 Flows_Aquatic Animals, Others.csv
295 │ │ ├── 📄 Flows_Aquatic Plants.csv
296 │ │ ├── 📄 Flows_Bananas.csv
297 │ │ ├── 📄 Flows_Barley and products.csv
298 │ │ ├── 📄 Flows_Beans.csv
299 │ │ ├── 📄 Flows_Bovine Meat.csv
300 │ │ ├── 📄 Flows_Butter, Ghee.csv
301 │ │ ├── 📄 Flows_Cassava and products.csv
302 │ │ ├── 📄 Flows_Cephalopods.csv
303 │ │ ├── 📄 Flows_Cereals, Other.csv
304 │ │ ├── 📄 Flows_Citrus, Other.csv
305 │ │ ├── 📄 Flows_Cloves.csv
306 │ │ ├── 📄 Flows_Cocoa Beans and products.csv
307 │ │ ├── 📄 Flows_Coconut Oil.csv
308 │ │ ├── 📄 Flows_Coconuts - Incl Copra.csv
309 │ │ ├── 📄 Flows_Coffee and products.csv
310 │ │ ├── 📄 Flows_Cream.csv
311 │ │ ├── 📄 Flows_Crustaceans.csv
312 │ │ ├── 📄 Flows_Dates.csv
313 │ │ ├── 📄 Flows_Demersal Fish.csv
314 │ │ ├── 📄 Flows_Eggs.csv
315 │ │ ├── 📄 Flows_Fats, Animals, Raw.csv
316 │ │ ├── 📄 Flows_Fish, Liver Oil.csv
317 │ │ ├── 📄 Flows_Freshwater Fish.csv
318 │ │ ├── 📄 Flows_Fruits, other.csv
319 │ │ ├── 📄 Flows_Grapefruit and products.csv
320 │ │ ├── 📄 Flows_Grapes and products (excl wine).csv
321 │ │ ├── 📄 Flows_Groundnut Oil.csv
322 │ │ ├── 📄 Flows_Groundnuts.csv
323 │ │ ├── 📄 Flows_Lemons, Limes and products.csv
324 │ │ ├── 📄 Flows_Maize Germ Oil.csv
325 │ │ ├── 📄 Flows_Maize and products.csv
326 │ │ ├── 📄 Flows_Marine Fish, Other.csv
327 │ │ ├── 📄 Flows_Milk - Excluding Butter.csv
328 │ │ ├── 📄 Flows_Millet and products.csv
329 │ │ ├── 📄 Flows_Molluscs, Other.csv
330 │ │ ├── 📄 Flows_Mutton & Goat Meat.csv
331 │ │ ├── 📄 Flows_Nuts and products.csv
332 │ │ ├── 📄 Flows_Oats.csv
333 │ │ ├── 📄 Flows_Offals, Edible.csv
334 │ │ ├── 📄 Flows_Oilcrops Oil, Other.csv
335 │ │ ├── 📄 Flows_Oilcrops, Other.csv
336 │ │ ├── 📄 Flows_Olive Oil.csv
337 │ │ ├── 📄 Flows_Olives (including preserved).csv
338 │ │ ├── 📄 Flows_Onions.csv
339 │ │ ├── 📄 Flows_Oranges, Mandarines.csv
340 │ │ ├── 📄 Flows_Palm Oil.csv
341 │ │ ├── 📄 Flows_Palmkernel Oil.csv
342 │ │ ├── 📄 Flows_Peas.csv
343 │ │ ├── 📄 Flows_Pelagic Fish.csv
344 │ │ ├── 📄 Flows_Pepper.csv
345 │ │ ├── 📄 Flows_Pigmeat.csv
346 │ │ ├── 📄 Flows_Pimento.csv
347 │ │ ├── 📄 Flows_Pineapples and products.csv
348 │ │ ├── 📄 Flows_Plantains.csv
349 │ │ ├── 📄 Flows_Potatoes and products.csv
350 │ │ ├── 📄 Flows_Poultry Meat.csv
351 │ │ ├── 📄 Flows_Pulses, Other and products.csv
352 │ │ ├── 📄 Flows_Rape and Mustard Oil.csv
353 │ │ ├── 📄 Flows_Rape and Mustardseed.csv
354 │ │ ├── 📄 Flows_Rice and products.csv
355 │ │ ├── 📄 Flows_Roots, Other.csv
356 │ │ ├── 📄 Flows_Rye and products.csv
357 │ │ ├── 📄 Flows_Sesame seed.csv
358 │ │ ├── 📄 Flows_Sesameseed Oil.csv
359 │ │ ├── 📄 Flows_Sorghum and products.csv
360 │ │ ├── 📄 Flows_Soyabean Oil.csv
361 │ │ ├── 📄 Flows_Soyabeans.csv
362 │ │ ├── 📄 Flows_Spices, Other.csv
363 │ │ ├── 📄 Flows_Sugar (Raw Equivalent).csv
364 │ │ ├── 📄 Flows_Sugar beet.csv
365 │ │ ├── 📄 Flows_Sugar cane.csv
366 │ │ ├── 📄 Flows_Sunflower seed.csv
367 │ │ ├── 📄 Flows_Sunflowerseed Oil.csv
368 │ │ ├── 📄 Flows_Sweet potatoes.csv
369 │ │ ├── 📄 Flows_Tea (including mate).csv
370 │ │ ├── 📄 Flows_Tomatoes and products.csv
371 │ │ ├── 📄 Flows_Vegetables, other.csv
372 │ │ ├── 📄 Flows_Wheat and products.csv
373 │ │ ├── 📄 Flows_Wine.csv
374 │ │ └── 📄 Flows_Yams.csv
375 │ └── 📁 land_reexports/
376 │ ├── 📄 Flows_Apples and products.csv
377 │ ├── 📄 Flows_Aquatic Animals, Others.csv
378 │ ├── 📄 Flows_Aquatic Plants.csv
379 │ ├── 📄 Flows_Bananas.csv
380 │ ├── 📄 Flows_Barley and products.csv
381 │ ├── 📄 Flows_Beans.csv
382 │ ├── 📄 Flows_Bovine Meat.csv
383 │ ├── 📄 Flows_Butter, Ghee.csv
384 │ ├── 📄 Flows_Cassava and products.csv
385 │ ├── 📄 Flows_Cephalopods.csv
386 │ ├── 📄 Flows_Cereals, Other.csv
387 │ ├── 📄 Flows_Citrus, Other.csv
388 │ ├── 📄 Flows_Cloves.csv
389 │ ├── 📄 Flows_Cocoa Beans and products.csv
390 │ ├── 📄 Flows_Coconut Oil.csv
391 │ ├── 📄 Flows_Coconuts - Incl Copra.csv
392 │ ├── 📄 Flows_Coffee and products.csv
393 │ ├── 📄 Flows_Cream.csv
394 │ ├── 📄 Flows_Crustaceans.csv
395 │ ├── 📄 Flows_Dates.csv
396 │ ├── 📄 Flows_Demersal Fish.csv
397 │ ├── 📄 Flows_Eggs.csv
398 │ ├── 📄 Flows_Fats, Animals, Raw.csv
399 │ ├── 📄 Flows_Fish, Liver Oil.csv
400 │ ├── 📄 Flows_Freshwater Fish.csv
401 │ ├── 📄 Flows_Fruits, other.csv
402 │ ├── 📄 Flows_Grapefruit and products.csv
403 │ ├── 📄 Flows_Grapes and products (excl wine).csv
404 │ ├── 📄 Flows_Groundnut Oil.csv
405 │ ├── 📄 Flows_Groundnuts.csv
406 │ ├── 📄 Flows_Lemons, Limes and products.csv
407 │ ├── 📄 Flows_Maize Germ Oil.csv
408 │ ├── 📄 Flows_Maize and products.csv
409 │ ├── 📄 Flows_Marine Fish, Other.csv
410 │ ├── 📄 Flows_Milk - Excluding Butter.csv
411 │ ├── 📄 Flows_Millet and products.csv
412 │ ├── 📄 Flows_Molluscs, Other.csv
413 │ ├── 📄 Flows_Mutton & Goat Meat.csv
414 │ ├── 📄 Flows_Nuts and products.csv
415 │ ├── 📄 Flows_Oats.csv
416 │ ├── 📄 Flows_Offals, Edible.csv
417 │ ├── 📄 Flows_Oilcrops Oil, Other.csv
418 │ ├── 📄 Flows_Oilcrops, Other.csv
419 │ ├── 📄 Flows_Olive Oil.csv
420 │ ├── 📄 Flows_Olives (including preserved).csv
421 │ ├── 📄 Flows_Onions.csv
422 │ ├── 📄 Flows_Oranges, Mandarines.csv
423 │ ├── 📄 Flows_Palm Oil.csv
424 │ ├── 📄 Flows_Palmkernel Oil.csv
425 │ ├── 📄 Flows_Peas.csv
426 │ ├── 📄 Flows_Pelagic Fish.csv
427 │ ├── 📄 Flows_Pepper.csv
428 │ ├── 📄 Flows_Pigmeat.csv
429 │ ├── 📄 Flows_Pimento.csv
430 │ ├── 📄 Flows_Pineapples and products.csv
431 │ ├── 📄 Flows_Plantains.csv
432 │ ├── 📄 Flows_Potatoes and products.csv
433 │ ├── 📄 Flows_Poultry Meat.csv
434 │ ├── 📄 Flows_Pulses, Other and products.csv
435 │ ├── 📄 Flows_Rape and Mustard Oil.csv
436 │ ├── 📄 Flows_Rape and Mustardseed.csv
437 │ ├── 📄 Flows_Rice and products.csv
438 │ ├── 📄 Flows_Roots, Other.csv
439 │ ├── 📄 Flows_Rye and products.csv
440 │ ├── 📄 Flows_Sesame seed.csv
441 │ ├── 📄 Flows_Sesameseed Oil.csv
442 │ ├── 📄 Flows_Sorghum and products.csv
443 │ ├── 📄 Flows_Soyabean Oil.csv
444 │ ├── 📄 Flows_Soyabeans.csv
445 │ ├── 📄 Flows_Spices, Other.csv
446 │ ├── 📄 Flows_Sugar (Raw Equivalent).csv
447 │ ├── 📄 Flows_Sugar beet.csv
448 │ ├── 📄 Flows_Sugar cane.csv
449 │ ├── 📄 Flows_Sunflower seed.csv
450 │ ├── 📄 Flows_Sunflowerseed Oil.csv
451 │ ├── 📄 Flows_Sweet potatoes.csv
452 │ ├── 📄 Flows_Tea (including mate).csv
453 │ ├── 📄 Flows_Tomatoes and products.csv
454 │ ├── 📄 Flows_Vegetables, other.csv
455 │ ├── 📄 Flows_Wheat and products.csv
456 │ ├── 📄 Flows_Wine.csv
457 │ └── 📄 Flows_Yams.csv
458 ├── 📁 sea/
459 │ ├── 📁 sea_domestic/
460 │ │ ├── 📄 Flows_Apples and products.csv
461 │ │ ├── 📄 Flows_Aquatic Animals, Others.csv
462 │ │ ├── 📄 Flows_Aquatic Plants.csv
463 │ │ ├── 📄 Flows_Bananas.csv
464 │ │ ├── 📄 Flows_Barley and products.csv
465 │ │ ├── 📄 Flows_Beans.csv
466 │ │ ├── 📄 Flows_Bovine Meat.csv
467 │ │ ├── 📄 Flows_Butter, Ghee.csv
468 │ │ ├── 📄 Flows_Cassava and products.csv
469 │ │ ├── 📄 Flows_Cephalopods.csv
470 │ │ ├── 📄 Flows_Cereals, Other.csv
471 │ │ ├── 📄 Flows_Citrus, Other.csv
472 │ │ ├── 📄 Flows_Cloves.csv
473 │ │ ├── 📄 Flows_Cocoa Beans and products.csv
474 │ │ ├── 📄 Flows_Coconut Oil.csv
475 │ │ ├── 📄 Flows_Coconuts - Incl Copra.csv
476 │ │ ├── 📄 Flows_Coffee and products.csv
477 │ │ ├── 📄 Flows_Cream.csv
478 │ │ ├── 📄 Flows_Crustaceans.csv
479 │ │ ├── 📄 Flows_Dates.csv
480 │ │ ├── 📄 Flows_Demersal Fish.csv
481 │ │ ├── 📄 Flows_Eggs.csv
482 │ │ ├── 📄 Flows_Fats, Animals, Raw.csv
483 │ │ ├── 📄 Flows_Fish, Liver Oil.csv
484 │ │ ├── 📄 Flows_Freshwater Fish.csv
485 │ │ ├── 📄 Flows_Fruits, other.csv
486 │ │ ├── 📄 Flows_Grapefruit and products.csv
487 │ │ ├── 📄 Flows_Grapes and products (excl wine).csv
488 │ │ ├── 📄 Flows_Groundnut Oil.csv
489 │ │ ├── 📄 Flows_Groundnuts.csv
490 │ │ ├── 📄 Flows_Lemons, Limes and products.csv
491 │ │ ├── 📄 Flows_Maize Germ Oil.csv
492 │ │ ├── 📄 Flows_Maize and products.csv
493 │ │ ├── 📄 Flows_Marine Fish, Other.csv
494 │ │ ├── 📄 Flows_Milk - Excluding Butter.csv
495 │ │ ├── 📄 Flows_Millet and products.csv
496 │ │ ├── 📄 Flows_Molluscs, Other.csv
497 │ │ ├── 📄 Flows_Mutton & Goat Meat.csv
498 │ │ ├── 📄 Flows_Nuts and products.csv
499 │ │ ├── 📄 Flows_Oats.csv
500 │ │ ├── 📄 Flows_Offals, Edible.csv
501 │ │ ├── 📄 Flows_Oilcrops Oil, Other.csv
502 │ │ ├── 📄 Flows_Oilcrops, Other.csv
503 │ │ ├── 📄 Flows_Olive Oil.csv
504 │ │ ├── 📄 Flows_Olives (including preserved).csv
505 │ │ ├── 📄 Flows_Onions.csv
506 │ │ ├── 📄 Flows_Oranges, Mandarines.csv
507 │ │ ├── 📄 Flows_Palm Oil.csv
508 │ │ ├── 📄 Flows_Palmkernel Oil.csv
509 │ │ ├── 📄 Flows_Peas.csv
510 │ │ ├── 📄 Flows_Pelagic Fish.csv
511 │ │ ├── 📄 Flows_Pepper.csv
512 │ │ ├── 📄 Flows_Pigmeat.csv
513 │ │ ├── 📄 Flows_Pimento.csv
514 │ │ ├── 📄 Flows_Pineapples and products.csv
515 │ │ ├── 📄 Flows_Plantains.csv
516 │ │ ├── 📄 Flows_Potatoes and products.csv
517 │ │ ├── 📄 Flows_Poultry Meat.csv
518 │ │ ├── 📄 Flows_Pulses, Other and products.csv
519 │ │ ├── 📄 Flows_Rape and Mustard Oil.csv
520 │ │ ├── 📄 Flows_Rape and Mustardseed.csv
521 │ │ ├── 📄 Flows_Rice and products.csv
522 │ │ ├── 📄 Flows_Roots, Other.csv
523 │ │ ├── 📄 Flows_Rye and products.csv
524 │ │ ├── 📄 Flows_Sesame seed.csv
525 │ │ ├── 📄 Flows_Sesameseed Oil.csv
526 │ │ ├── 📄 Flows_Sorghum and products.csv
527 │ │ ├── 📄 Flows_Soyabean Oil.csv
528 │ │ ├── 📄 Flows_Soyabeans.csv
529 │ │ ├── 📄 Flows_Spices, Other.csv
530 │ │ ├── 📄 Flows_Sugar (Raw Equivalent).csv
531 │ │ ├── 📄 Flows_Sugar beet.csv
532 │ │ ├── 📄 Flows_Sugar cane.csv
533 │ │ ├── 📄 Flows_Sunflower seed.csv
534 │ │ ├── 📄 Flows_Sunflowerseed Oil.csv
535 │ │ ├── 📄 Flows_Sweet potatoes.csv
536 │ │ ├── 📄 Flows_Tea (including mate).csv
537 │ │ ├── 📄 Flows_Tomatoes and products.csv
538 │ │ ├── 📄 Flows_Vegetables, other.csv
539 │ │ ├── 📄 Flows_Wheat and products.csv
540 │ │ ├── 📄 Flows_Wine.csv
541 │ │ └── 📄 Flows_Yams.csv
542 │ └── 📁 sea_reexports/
543 │ ├── 📄 Flows_Apples and products.csv
544 │ ├── 📄 Flows_Aquatic Animals, Others.csv
545 │ ├── 📄 Flows_Aquatic Plants.csv
546 │ ├── 📄 Flows_Bananas.csv
547 │ ├── 📄 Flows_Barley and products.csv
548 │ ├── 📄 Flows_Beans.csv
549 │ ├── 📄 Flows_Bovine Meat.csv
550 │ ├── 📄 Flows_Butter, Ghee.csv
551 │ ├── 📄 Flows_Cassava and products.csv
552 │ ├── 📄 Flows_Cephalopods.csv
553 │ ├── 📄 Flows_Cereals, Other.csv
554 │ ├── 📄 Flows_Citrus, Other.csv
555 │ ├── 📄 Flows_Cloves.csv
556 │ ├── 📄 Flows_Cocoa Beans and products.csv
557 │ ├── 📄 Flows_Coconut Oil.csv
558 │ ├── 📄 Flows_Coconuts - Incl Copra.csv
559 │ ├── 📄 Flows_Coffee and products.csv
560 │ ├── 📄 Flows_Cream.csv
561 │ ├── 📄 Flows_Crustaceans.csv
562 │ ├── 📄 Flows_Dates.csv
563 │ ├── 📄 Flows_Demersal Fish.csv
564 │ ├── 📄 Flows_Eggs.csv
565 │ ├── 📄 Flows_Fats, Animals, Raw.csv
566 │ ├── 📄 Flows_Fish, Liver Oil.csv
567 │ ├── 📄 Flows_Freshwater Fish.csv
568 │ ├── 📄 Flows_Fruits, other.csv
569 │ ├── 📄 Flows_Grapefruit and products.csv
570 │ ├── 📄 Flows_Grapes and products (excl wine).csv
571 │ ├── 📄 Flows_Groundnut Oil.csv
572 │ ├── 📄 Flows_Groundnuts.csv
573 │ ├── 📄 Flows_Lemons, Limes and products.csv
574 │ ├── 📄 Flows_Maize Germ Oil.csv
575 │ ├── 📄 Flows_Maize and products.csv
576 │ ├── 📄 Flows_Marine Fish, Other.csv
577 │ ├── 📄 Flows_Milk - Excluding Butter.csv
578 │ ├── 📄 Flows_Millet and products.csv
579 │ ├── 📄 Flows_Molluscs, Other.csv
580 │ ├── 📄 Flows_Mutton & Goat Meat.csv
581 │ ├── 📄 Flows_Nuts and products.csv
582 │ ├── 📄 Flows_Oats.csv
583 │ ├── 📄 Flows_Offals, Edible.csv
584 │ ├── 📄 Flows_Oilcrops Oil, Other.csv
585 │ ├── 📄 Flows_Oilcrops, Other.csv
586 │ ├── 📄 Flows_Olive Oil.csv
587 │ ├── 📄 Flows_Olives (including preserved).csv
588 │ ├── 📄 Flows_Onions.csv
589 │ ├── 📄 Flows_Oranges, Mandarines.csv
590 │ ├── 📄 Flows_Palm Oil.csv
591 │ ├── 📄 Flows_Palmkernel Oil.csv
592 │ ├── 📄 Flows_Peas.csv
593 │ ├── 📄 Flows_Pelagic Fish.csv
594 │ ├── 📄 Flows_Pepper.csv
595 │ ├── 📄 Flows_Pigmeat.csv
596 │ ├── 📄 Flows_Pimento.csv
597 │ ├── 📄 Flows_Pineapples and products.csv
598 │ ├── 📄 Flows_Plantains.csv
599 │ ├── 📄 Flows_Potatoes and products.csv
600 │ ├── 📄 Flows_Poultry Meat.csv
601 │ ├── 📄 Flows_Pulses, Other and products.csv
602 │ ├── 📄 Flows_Rape and Mustard Oil.csv
603 │ ├── 📄 Flows_Rape and Mustardseed.csv
604 │ ├── 📄 Flows_Rice and products.csv
605 │ ├── 📄 Flows_Roots, Other.csv
606 │ ├── 📄 Flows_Rye and products.csv
607 │ ├── 📄 Flows_Sesame seed.csv
608 │ ├── 📄 Flows_Sesameseed Oil.csv
609 │ ├── 📄 Flows_Sorghum and products.csv
610 │ ├── 📄 Flows_Soyabean Oil.csv
611 │ ├── 📄 Flows_Soyabeans.csv
612 │ ├── 📄 Flows_Spices, Other.csv
613 │ ├── 📄 Flows_Sugar (Raw Equivalent).csv
614 │ ├── 📄 Flows_Sugar beet.csv
615 │ ├── 📄 Flows_Sugar cane.csv
616 │ ├── 📄 Flows_Sunflower seed.csv
617 │ ├── 📄 Flows_Sunflowerseed Oil.csv
618 │ ├── 📄 Flows_Sweet potatoes.csv
619 │ ├── 📄 Flows_Tea (including mate).csv
620 │ ├── 📄 Flows_Tomatoes and products.csv
621 │ ├── 📄 Flows_Vegetables, other.csv
622 │ ├── 📄 Flows_Wheat and products.csv
623 │ ├── 📄 Flows_Wine.csv
624 │ └── 📄 Flows_Yams.csv
625 └── 📁 within_country/
626 ├── 📄 Flows_Apples_and_products.csv
627 ├── 📄 Flows_Aquatic_Animals__Others.csv
628 ├── 📄 Flows_Aquatic_Plants.csv
629 ├── 📄 Flows_Bananas.csv
630 ├── 📄 Flows_Barley_and_products.csv
631 ├── 📄 Flows_Beans.csv
632 ├── 📄 Flows_Bovine_Meat.csv
633 ├── 📄 Flows_Butter__Ghee.csv
634 ├── 📄 Flows_Cassava_and_products.csv
635 ├── 📄 Flows_Cephalopods.csv
636 ├── 📄 Flows_Cereals__Other.csv
637 ├── 📄 Flows_Citrus__Other.csv
638 ├── 📄 Flows_Cloves.csv
639 ├── 📄 Flows_Cocoa_Beans_and_products.csv
640 ├── 📄 Flows_Coconut_Oil.csv
641 ├── 📄 Flows_Coconuts_-_Incl_Copra.csv
642 ├── 📄 Flows_Coffee_and_products.csv
643 ├── 📄 Flows_Cream.csv
644 ├── 📄 Flows_Crustaceans.csv
645 ├── 📄 Flows_Dates.csv
646 ├── 📄 Flows_Demersal_Fish.csv
647 ├── 📄 Flows_Eggs.csv
648 ├── 📄 Flows_Fats__Animals__Raw.csv
649 ├── 📄 Flows_Fish__Body_Oil.csv
650 ├── 📄 Flows_Fish__Liver_Oil.csv
651 ├── 📄 Flows_Freshwater_Fish.csv
652 ├── 📄 Flows_Fruits__other.csv
653 ├── 📄 Flows_Grapefruit_and_products.csv
654 ├── 📄 Flows_Grapes_and_products_(excl_wine).csv
655 ├── 📄 Flows_Groundnut_Oil.csv
656 ├── 📄 Flows_Groundnuts.csv
657 ├── 📄 Flows_Lemons__Limes_and_products.csv
658 ├── 📄 Flows_Maize_Germ_Oil.csv
659 ├── 📄 Flows_Maize_and_products.csv
660 ├── 📄 Flows_Marine_Fish__Other.csv
661 ├── 📄 Flows_Milk_-_Excluding_Butter.csv
662 ├── 📄 Flows_Millet_and_products.csv
663 ├── 📄 Flows_Molluscs__Other.csv
664 ├── 📄 Flows_Mutton_&_Goat_Meat.csv
665 ├── 📄 Flows_Nuts_and_products.csv
666 ├── 📄 Flows_Oats.csv
667 ├── 📄 Flows_Offals__Edible.csv
668 ├── 📄 Flows_Oilcrops_Oil__Other.csv
669 ├── 📄 Flows_Oilcrops__Other.csv
670 ├── 📄 Flows_Olive_Oil.csv
671 ├── 📄 Flows_Olives_(including_preserved).csv
672 ├── 📄 Flows_Onions.csv
673 ├── 📄 Flows_Oranges__Mandarines.csv
674 ├── 📄 Flows_Palm_Oil.csv
675 ├── 📄 Flows_Palmkernel_Oil.csv
676 ├── 📄 Flows_Peas.csv
677 ├── 📄 Flows_Pelagic_Fish.csv
678 ├── 📄 Flows_Pepper.csv
679 ├── 📄 Flows_Pigmeat.csv
680 ├── 📄 Flows_Pimento.csv
681 ├── 📄 Flows_Pineapples_and_products.csv
682 ├── 📄 Flows_Plantains.csv
683 ├── 📄 Flows_Potatoes_and_products.csv
684 ├── 📄 Flows_Poultry_Meat.csv
685 ├── 📄 Flows_Pulses__Other_and_products.csv
686 ├── 📄 Flows_Rape_and_Mustard_Oil.csv
687 ├── 📄 Flows_Rape_and_Mustardseed.csv
688 ├── 📄 Flows_Rice_and_products.csv
689 ├── 📄 Flows_Ricebran_Oil.csv
690 ├── 📄 Flows_Roots__Other.csv
691 ├── 📄 Flows_Rye_and_products.csv
692 ├── 📄 Flows_Sesame_seed.csv
693 ├── 📄 Flows_Sesameseed_Oil.csv
694 ├── 📄 Flows_Sorghum_and_products.csv
695 ├── 📄 Flows_Soyabean_Oil.csv
696 ├── 📄 Flows_Soyabeans.csv
697 ├── 📄 Flows_Spices__Other.csv
698 ├── 📄 Flows_Sugar_(Raw_Equivalent).csv
699 ├── 📄 Flows_Sugar_beet.csv
700 ├── 📄 Flows_Sugar_cane.csv
701 ├── 📄 Flows_Sunflower_seed.csv
702 ├── 📄 Flows_Sunflowerseed_Oil.csv
703 ├── 📄 Flows_Sweet_potatoes.csv
704 ├── 📄 Flows_Tea_(including_mate).csv
705 ├── 📄 Flows_Tomatoes_and_products.csv
706 ├── 📄 Flows_Vegetables__other.csv
707 ├── 📄 Flows_Wheat_and_products.csv
708 ├── 📄 Flows_Wine.csv
709 └── 📄 Flows_Yams.csv