From ad28046ebc395ab062b6f6eef0d784daa1da5f01 Mon Sep 17 00:00:00 2001 From: Jake Smith <jws52@cam.ac.uk> Date: Wed, 30 Mar 2022 16:43:56 +0100 Subject: [PATCH] chore: Update configs to reflect dependency update EWS-advisory-builder had a bug fix which requires the config to be updated --- configs/config_EastAfrica_fc_live.json | 1 + configs/config_SouthAsia_fc_live.json | 1 + 2 files changed, 2 insertions(+) diff --git a/configs/config_EastAfrica_fc_live.json b/configs/config_EastAfrica_fc_live.json index 0177861..cbd454f 100644 --- a/configs/config_EastAfrica_fc_live.json +++ b/configs/config_EastAfrica_fc_live.json @@ -233,6 +233,7 @@ }, "Surveys" : { "variety_names_tidy_fn" : "/storage/app/EWS/General/EWS-advisory-builder/configs/config_EastAfrica_variety_names_tidy.json", + "CountryColumnName" : "surveyor_infromation-country", "EastAfrica" : { "ShapeFilenameAdmin0" : "/storage/app/EWS/Ethiopia/Documents/shapefiles/EthKen_admin0.shp", "ShapeFilenameAdmin1" : "/storage/app/EWS/Ethiopia/Documents/shapefiles/EthKen_admin1.shp", diff --git a/configs/config_SouthAsia_fc_live.json b/configs/config_SouthAsia_fc_live.json index 39c2c45..8c47139 100644 --- a/configs/config_SouthAsia_fc_live.json +++ b/configs/config_SouthAsia_fc_live.json @@ -235,6 +235,7 @@ }, "Surveys" : { "variety_names_tidy_fn" : "/storage/app/EWS/General/EWS-advisory-builder/configs/config_SouthAsia_variety_names_tidy.json", + "CountryColumnName" : "country_list", "SouthAsia" : { "ShapeFilenameAdmin0" : "/storage/app/EWS/SouthAsia/Documents/shapefiles/AfgBanNep_nogaps_admin0.shp", "ShapeFilenameAdmin1" : "/storage/app/EWS/SouthAsia/Documents/shapefiles/AfgBanNep_nogaps_admin0.shp", -- GitLab