Poulpe b45a5368ee fix(viewer): 4 bugs — Plotly resize, no-data overlay, fetch overkill, tab resize
Bug1: populatePlotlyCharts now forces requestAnimationFrame Plotly.Plots.resize
      after react() so charts render correctly even after hidden/late init
Bug1b: switchTab(charts) triggers resize on all 4 chart divs
Bug2: loadSortieData calls showNoDataOverlay(false) when USV data loaded
Bug3: loadDate filters missions via availableDates cache before fetching
      all dives — avoids O(n*missions) requests when date entry known
2026-04-27 23:03:21 +00:00

cosma-nav-tools

Visualisation trajectoire USV — mission La Ciotat, 8 avril 2026.

Usage

python3 tools/parse_usv_nav.py --input data/<file>.csv --output output/
cd viewer && python3 -m http.server 8765

Viewer: http://localhost:8765

Description
COSMA NAV viewer v5 (port 8765) - USV+AUV navigation timeline + USBL
Readme 718 KiB
Languages
Python 53.5%
HTML 46.2%
Dockerfile 0.3%