From 5df5dff653fa62b91a6f4cbba76e36fbae491193 Mon Sep 17 00:00:00 2001 From: lb584 <lb584@cam.ac.uk> Date: Mon, 24 Jun 2024 14:39:58 +0100 Subject: [PATCH] more SOuthAsia config work --- .../configs/source_gen/config_SouthAsia_mapspam2005.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pipeline_resources/SouthAsia/configs/source_gen/config_SouthAsia_mapspam2005.json b/pipeline_resources/SouthAsia/configs/source_gen/config_SouthAsia_mapspam2005.json index 07ac2e6..a7eacba 100755 --- a/pipeline_resources/SouthAsia/configs/source_gen/config_SouthAsia_mapspam2005.json +++ b/pipeline_resources/SouthAsia/configs/source_gen/config_SouthAsia_mapspam2005.json @@ -5,9 +5,9 @@ "wheat_rasters_bydate" : { "20050101" : "${AssetsPath}/source_gen/SPAM2005V3r2_global_A_TA_WHEA_A_clipSouthAsia.tif" }, - "cluster_poly_file" : "${AssetsPath}/source_gen/boundaries/SouthAsia_clusters_nogaps.shp", + "cluster_poly_file" : "${AssetsPath}/source_gen/UMG_Mk11_grid_SouthAsia_withregions.shp", "id_col" : "cluster_id", - "region_file" : "${AssetsPath}/source_gen/boundaries/SouthAsia_regions_nogaps.shp", + "region_file" : "${AssetsPath}/source_gen/UMG_Mk11_grid_SouthAsia_withregions.shp", "region_id_col" : "REGION_ID", "wheat_stages_file" : "${AssetsPath}/source_gen/approx_growth_timing_cleaned.csv" } -- GitLab