Browse Source

[DATALAD] Recorded changes

Daniel Busch 4 months ago
parent
commit
e70f4ea933

+ 0 - 1
extracted_data/v2024-11-14/FAOSTAT_Agrifood_system_emissions_vv2024-11-14.csv

@@ -1 +0,0 @@
-../../.git/annex/objects/jk/vw/MD5E-s45864107--75346cc2d78e613e7610054027b892c3.csv/MD5E-s45864107--75346cc2d78e613e7610054027b892c3.csv

+ 0 - 1
extracted_data/v2024-11-14/FAOSTAT_Agrifood_system_emissions_vv2024-11-14.nc

@@ -1 +0,0 @@
-../../.git/annex/objects/Q7/F4/MD5E-s21696952--373e7125e2d6426811c7d2ef67a34565.nc/MD5E-s21696952--373e7125e2d6426811c7d2ef67a34565.nc

+ 0 - 22
extracted_data/v2024-11-14/FAOSTAT_Agrifood_system_emissions_vv2024-11-14.yaml

@@ -1,22 +0,0 @@
-attrs:
-  references: https://www.fao.org/faostat
-  rights: Creative Commons Attribution-4.0 International licence (CC BY 4.0)
-  contact: daniel.busch@climate-resource.com
-  title: Agrifood systems emissions
-  comment: Published by Food and Agriculture Organization of the United Nations (FAO),
-    converted to PRIMAP2 format by Daniel Busch
-  institution: Food and Agriculture Organization of the United Nations
-  area: area (ISO3)
-  cat: category (FAOSTAT)
-  scen: scenario (FAO)
-time_format: '%Y'
-dimensions:
-  '*':
-  - time
-  - area (ISO3)
-  - category (FAOSTAT)
-  - source
-  - scenario (FAO)
-  - entity
-  - unit
-data_file: FAOSTAT_Agrifood_system_emissions_vv2024-11-14.csv

+ 1 - 1
src/faostat_data_primap/read.py

@@ -167,7 +167,7 @@ def read_latest_data() -> None:
     data_if = data_pm2.pr.to_interchange_format()
 
     # save raw data
-    output_filename = f"FAOSTAT_Agrifood_system_emissions_v{release_name}"
+    output_filename = f"FAOSTAT_Agrifood_system_emissions_{release_name}"
 
     if not extracted_data_path.exists():
         extracted_data_path.mkdir()