Skip to content

Commit

Permalink
Remove stoqs_denmark2024_t as it's all fixed now. Add stoqs_greatlake…
Browse files Browse the repository at this point in the history
…s2024.
  • Loading branch information
MBARIMike committed Dec 2, 2024
1 parent a3919c6 commit 5b66040
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion stoqs/loaders/Denmark/load_2024.py
Original file line number Diff line number Diff line change
Expand Up @@ -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': {
Expand Down
2 changes: 1 addition & 1 deletion stoqs/mbari_campaigns.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'),
])

0 comments on commit 5b66040

Please sign in to comment.