From ac9a67bf9ce7f24d17d31451abae863c0b537433 Mon Sep 17 00:00:00 2001
From: lb584 <lb584@cam.ac.uk>
Date: Tue, 25 Jun 2024 12:26:33 +0100
Subject: [PATCH] experimenting with removing old sys config

---
 .../EastAfrica/configs/met_extractor/SYS_CONFIG_PINE.json     | 4 +---
 .../SouthAsia/configs/met_extractor/SYS_CONFIG_PINE.json      | 4 +---
 2 files changed, 2 insertions(+), 6 deletions(-)

diff --git a/pipeline_resources/EastAfrica/configs/met_extractor/SYS_CONFIG_PINE.json b/pipeline_resources/EastAfrica/configs/met_extractor/SYS_CONFIG_PINE.json
index a0d004c..0db3279 100644
--- a/pipeline_resources/EastAfrica/configs/met_extractor/SYS_CONFIG_PINE.json
+++ b/pipeline_resources/EastAfrica/configs/met_extractor/SYS_CONFIG_PINE.json
@@ -1,5 +1,3 @@
 {
-  "PYTHON_PATH": "/home/lb584/git/era5_met_data_extraction",
-  "FIELD_NAME_CONSTANTS_PATH": "../data/resources/common/field_name_constants.csv",
-  "MET_DATA_UNZIP_DIR": "/storage/locker/EWS/temp_unzip_dir/"
+
 }
diff --git a/pipeline_resources/SouthAsia/configs/met_extractor/SYS_CONFIG_PINE.json b/pipeline_resources/SouthAsia/configs/met_extractor/SYS_CONFIG_PINE.json
index 967fe43..0db3279 100755
--- a/pipeline_resources/SouthAsia/configs/met_extractor/SYS_CONFIG_PINE.json
+++ b/pipeline_resources/SouthAsia/configs/met_extractor/SYS_CONFIG_PINE.json
@@ -1,5 +1,3 @@
 {
-  "PYTHON_PATH": "/storage/app/EWS_prod/code/met_extractor",
-  "FIELD_NAME_CONSTANTS_PATH": "../data/resources/common/field_name_constants.csv",
-  "MET_DATA_UNZIP_DIR": "/storage/locker/EWS/temp_unzip_dir/"
+
 }
-- 
GitLab