From 98a1f089dfa25f95f5de20e78aed696be730f0fb Mon Sep 17 00:00:00 2001 From: "WUR\\simon083" <wolfram.simon@wur.nl> Date: Thu, 12 Aug 2021 13:33:25 +0200 Subject: [PATCH] Added the suitability crops to the excel > use the distinct crop list -> the other is not updated with suitability crops. --- Mappings/Mappings_CIFOS.R | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Mappings/Mappings_CIFOS.R b/Mappings/Mappings_CIFOS.R index 8e29110..065da62 100644 --- a/Mappings/Mappings_CIFOS.R +++ b/Mappings/Mappings_CIFOS.R @@ -73,9 +73,9 @@ crops_FAO_EU28 = dat_map_SPAM_GAUL_CIFOS_FAO_full %>% filter(., iso3_SPAM %in% # Crops ------------------------------------------------------------------ # SPAM crop mapping with Cifos, FAO > DISTINCT > Choice of surgate species for crop groups based on production volume globally -CropList_SPAM_FAO_CIFOS_distinct = read_excel("Input_data/Mappings/SPAM2010_CropList.xlsx", +CropList_SPAM_FAO_CIFOS_distinct = read_excel("Input_data/Mappings/SPAM2010_CropList.xlsx", #including also the suitability crops. Issue: Dissagregated crops not included. sheet = "crop_map_distinct") -CropList_SPAM_FAO_CIFOS_disag = read_excel("Input_data/Mappings/SPAM2010_CropList.xlsx", +CropList_SPAM_FAO_CIFOS_disag = read_excel("Input_data/Mappings/SPAM2010_CropList.xlsx", #Not updated with suitability crops sheet = "SPAM2010_FAO_agg_pattern") -- GitLab