|
@@ -0,0 +1,12 @@
|
|
|
+"""Downloads data from FAOSTAT website."""
|
|
|
+# links we will need:
|
|
|
+# download farm gate
|
|
|
+# https://bulks-faostat.fao.org/production/Emissions_crops_E_All_Data.zip
|
|
|
+# https://bulks-faostat.fao.org/production/Emissions_livestock_E_All_Data.zip
|
|
|
+# https://bulks-faostat.fao.org/production/Emissions_Agriculture_Energy_E_All_Data.zip
|
|
|
+# download land use and change
|
|
|
+# https://bulks-faostat.fao.org/production/Emissions_Land_Use_Forests_E_All_Data.zip
|
|
|
+# https://bulks-faostat.fao.org/production/Emissions_Land_Use_Fires_E_All_Data.zip
|
|
|
+# https://bulks-faostat.fao.org/production/Emissions_Drained_Organic_Soils_E_All_Data.zip
|
|
|
+# download pre and post agricultural production
|
|
|
+# https://bulks-faostat.fao.org/production/Emissions_Pre_Post_Production_E_All_Data.zip
|