Skip to content

Commit

Permalink
download script
Browse files Browse the repository at this point in the history
  • Loading branch information
crdanielbusch committed Nov 5, 2024
1 parent e4008ee commit 9d6fe03
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
1 change: 0 additions & 1 deletion requirements.txt

This file was deleted.

12 changes: 12 additions & 0 deletions src/faostat_data_primap/download.py
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 9d6fe03

Please sign in to comment.