Skip to content

Commit

Permalink
allow crop name translation in setting up crop prices
Browse files Browse the repository at this point in the history
  • Loading branch information
jensdebruijn committed Sep 30, 2024
1 parent b05cd54 commit a0de6a9
Show file tree
Hide file tree
Showing 2 changed files with 154 additions and 225 deletions.
18 changes: 14 additions & 4 deletions examples/data_catalog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -549,15 +549,15 @@ ghs_pop_2020_54009_v2023a:
source_url: https://ghsl.jrc.ec.europa.eu/download.php?ds=pop
path: /scistor/ivm/data_catalogue/population/GHSL/GHS_POP/GHS_POP_E2020_GLOBE_R2023A_54009_100_V1_0.tif
FAO_crop_price:
path: crops/FAOSTAT_producer_price_lcu.csv
path: crops/FAOSTAT_data_en_9-27-2024.csv
driver: csv
data_type: DataFrame
meta:
category: crops
source_author: FAO
source_license: CC-BY-4.0
source_url: https://www.fao.org/faostat/en/#data/PP
source_version: Producer price in LCU
source_version: Producer price in USD per tonne
rename:
Year: year
Value: price_per_kg
Expand Down Expand Up @@ -786,9 +786,19 @@ soilgrids_2017_{variable}:
variable: ["BDTICM"]
unit_mult:
BDTICM_M_250m_ll: 0.01
GLOBIOM_regions:
GLOBIOM_regions_59:
data_type: DataFrame
driver: excel
path: GLOBIOM/Region_Country_Mapping.xlsx
meta:
source_url: https://www.isric.org/explore/soilgrids
source_url: https://www.isric.org/explore/soilgrids
kwargs:
sheet_name: Region59
GLOBIOM_regions_37:
data_type: DataFrame
driver: excel
path: GLOBIOM/Region_Country_Mapping.xlsx
meta:
source_url: https://www.isric.org/explore/soilgrids
kwargs:
sheet_name: Region37
Loading

0 comments on commit a0de6a9

Please sign in to comment.