From 5b66040af86ef1a86fbb338c07a7691c7fd03c16 Mon Sep 17 00:00:00 2001 From: Mike McCann Date: Mon, 2 Dec 2024 10:35:32 -0800 Subject: [PATCH] Remove stoqs_denmark2024_t as it's all fixed now. Add stoqs_greatlakes2024. --- stoqs/loaders/Denmark/load_2024.py | 2 +- stoqs/mbari_campaigns.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/stoqs/loaders/Denmark/load_2024.py b/stoqs/loaders/Denmark/load_2024.py index 2cb611baf..0ce9709b4 100755 --- a/stoqs/loaders/Denmark/load_2024.py +++ b/stoqs/loaders/Denmark/load_2024.py @@ -20,7 +20,7 @@ from datetime import datetime import timing -cl = CANONLoader('stoqs_denmark2024_fix', 'Denmark LRAUV Deployments - June 2024', +cl = CANONLoader('stoqs_denmark2024', 'Denmark LRAUV Deployments - June 2024', description='LRAUV Deployments Deployments near Denmark in 2024', x3dTerrains = { 'https://stoqs.mbari.org/x3d/Globe_1m_bath_10x/Globe_1m_bath_10x_scene.x3d': { diff --git a/stoqs/mbari_campaigns.py b/stoqs/mbari_campaigns.py index ad6b963f3..8b8e1fe16 100644 --- a/stoqs/mbari_campaigns.py +++ b/stoqs/mbari_campaigns.py @@ -81,6 +81,6 @@ ('stoqs_ecohab_april2023', 'ECOHAB/load_2023.py'), ('stoqs_canon_may2023', 'CANON/loadCANON_may2023.py'), ('stoqs_greatlakes2023', 'GreatLakes/load_2023.py'), + ('stoqs_greatlakes2024', 'GreatLakes/load_2024.py'), ('stoqs_denmark2024', 'Denmark/load_2024.py'), - ('stoqs_denmark2024_t', 'Denmark/load_2024.py -t'), ])