From 8391ca47e08d1e77d71614505fcdcaad3b6d1725 Mon Sep 17 00:00:00 2001 From: EricSaboya Date: Fri, 7 Jun 2024 14:40:28 +0100 Subject: [PATCH 1/2] added LONDON as IMP network --- openghg_defs/data/site_info.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/openghg_defs/data/site_info.json b/openghg_defs/data/site_info.json index 21313d5..e2dc719 100644 --- a/openghg_defs/data/site_info.json +++ b/openghg_defs/data/site_info.json @@ -1409,14 +1409,15 @@ }, "IMP": { + "LONDON": { "height": ["26m"], "height_name": ["26magl"], "height_station_masl": 36.0, "latitude": 51.4988, "long_name": "Imperial College London, London, UK", "longitude": -0.1749 - }, - + } + }, "INU": { "EC": { "height": ["10m"], From f074bedda236827ac3902e62fd139ff0fa72ea20 Mon Sep 17 00:00:00 2001 From: elenafillo <56997441+elenafillo@users.noreply.github.com> Date: Fri, 5 Jul 2024 14:57:50 +0100 Subject: [PATCH 2/2] aligned height and height_name for TAC tac height and height name were in different orders, which creates issues when loading the tutorial. corrected this --- openghg_defs/data/site_info.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openghg_defs/data/site_info.json b/openghg_defs/data/site_info.json index 21313d5..62857ff 100644 --- a/openghg_defs/data/site_info.json +++ b/openghg_defs/data/site_info.json @@ -2993,7 +2993,7 @@ "TAC": { "DECC": { "height": ["185m", "54m", "100m"], - "height_name": ["185magl", "100magl", "54magl"], + "height_name": ["185magl", "54magl", "100magl"], "height_station_masl": 64, "latitude": 52.51882, "long_name": "Tacolneston Tower, UK",