From be52fc9044a4c18e87bb1c9be539568ec9eff016 Mon Sep 17 00:00:00 2001
From: lb584 <lb584@cam.ac.uk>
Date: Mon, 24 Jun 2024 14:55:57 +0100
Subject: [PATCH] more SouthAsia config work

---
 .../configs/source_gen/config_SouthAsia_trialplots.json       | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pipeline_resources/SouthAsia/configs/source_gen/config_SouthAsia_trialplots.json b/pipeline_resources/SouthAsia/configs/source_gen/config_SouthAsia_trialplots.json
index 508b859..7207d86 100755
--- a/pipeline_resources/SouthAsia/configs/source_gen/config_SouthAsia_trialplots.json
+++ b/pipeline_resources/SouthAsia/configs/source_gen/config_SouthAsia_trialplots.json
@@ -5,9 +5,9 @@
     "wheat_rasters_bydate" : {},                                                                                                                                                                          
     "field_area_na_replacement" : 0.0005,                                                                                                                                                                 
     "survey_area_overwrite" : true,                                                                                                                                                                       
-    "cluster_poly_file" : "/storage/app/EWS_prod/regions/SouthAsia/resources/source_gen/assets/UMG_Mk11_grid_SouthAsia_withregions.shp",                                                                  
+    "cluster_poly_file" : "${AssetsPath}/source_gen/UMG_Mk11_grid_SouthAsia_withregions.shp",
     "id_col" : "cluster_id",                                                                                                                                                                              
-    "region_file" : "/storage/app/EWS_prod/regions/SouthAsia/resources/source_gen/assets/UMG_Mk11_grid_SouthAsia_withregions.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