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'), ])