From 4e9c943c011aaaba5d242799c321ec1754925997 Mon Sep 17 00:00:00 2001
From: lb584 <lb584@cam.ac.uk>
Date: Tue, 25 Jun 2024 14:46:19 +0100
Subject: [PATCH] fixing file path

---
 .../configs/met_resample/run_config_MetResample.json      | 8 ++++----
 .../configs/plotting/chart/CHART_CONFIG_ZAMBIA_PINE.json  | 2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/pipeline_resources/EastAfrica/configs/met_resample/run_config_MetResample.json b/pipeline_resources/EastAfrica/configs/met_resample/run_config_MetResample.json
index fee75e5..2810dc7 100644
--- a/pipeline_resources/EastAfrica/configs/met_resample/run_config_MetResample.json
+++ b/pipeline_resources/EastAfrica/configs/met_resample/run_config_MetResample.json
@@ -5,11 +5,11 @@
     "components" : [
         "soil_moisture",
         "RH",
-	"precip",
-	"temperature",
-	"cloud_cover",
+        "precip",
+        "temperature",
+        "cloud_cover",
         "u_wind",
-	"v_wind"
+        "v_wind"
     ],
     "RH" : {
         "VariableName" : "_RELATIVE_HUMIDITY_(%)",
diff --git a/pipeline_resources/EastAfrica/configs/plotting/chart/CHART_CONFIG_ZAMBIA_PINE.json b/pipeline_resources/EastAfrica/configs/plotting/chart/CHART_CONFIG_ZAMBIA_PINE.json
index 1f9d727..4644a3f 100644
--- a/pipeline_resources/EastAfrica/configs/plotting/chart/CHART_CONFIG_ZAMBIA_PINE.json
+++ b/pipeline_resources/EastAfrica/configs/plotting/chart/CHART_CONFIG_ZAMBIA_PINE.json
@@ -11,7 +11,7 @@
   "LEGEND_ALPHA": 0,
   "TITLE_FONT_SIZE": 30,
   "COUNTRY_LANDPOINTS_FILE": "${ProjectRoot}/regions/EastAfrica/resources/assets/plotting/gis_data/zambia/zambia_points.csv",
-  "COUNTRY_LOGO_FILE": "${ProjectRoot}/regions/EastAfrica/resources/plotting/assets/images/logos_EastAfrica_plotting.png",
+  "COUNTRY_LOGO_FILE": "${ProjectRoot}/regions/EastAfrica/resources/assets/plotting/images/logos_EastAfrica_plotting.png",
   "COUNTRY_STRING": "zambia",
   "PLACES_TO_PLOT": ["CAPITAL","LARGE","MEDIUM"],
   "PLACES_X_LIMIT": 1
-- 
GitLab