Each panel below matches Grafana panel 33 (In-situ salinity (psu) at ~1m depth from $Buoy) on the USF MBON South Florida Salinity dashboard. Time series are queried from the dashboard’s InfluxDB datasource via the Grafana /api/ds/query endpoint, using the same query and time range as the dashboard link you provided.
Report generated: 2026-07-27 10:14 EDT Time range: 2024-07-14 09:58 EDT to 2026-07-14 09:58 EDT Stations plotted: 17
Dashed lines mark the same low (25 PSU) and high (35 PSU) thresholds used on the Salinity Gauges page.
Buoy panels
Code
if (nrow(salinity_ts) ==0) {stop("No salinity time series returned from the Grafana datasource.")}htmltools::tagList(plot_grafana_salinity_panels( ndbc_stations, salinity_ts,from = from_ms,to = to_ms ))
Grafana solo-panel iframes are not embedded here because the MBON server sets X-Frame-Options: deny and does not expose the image renderer plugin. Use the Open Grafana panel link on any chart to view the live Grafana panel for that buoy.