sandbox/cl/02testDFO/01_readAndTest.R

library(oceglider)
source('R/ioos.R')
path <- './sandbox/cl/02testDFO/'
file <- list.files(path = path, pattern = '.*\\.nc$', full.names = TRUE)
d <- read.glider.netcdf.ioos(file, debug = 3)
plotGlider(d, which = 3) # temperature
dankelley/oceanglider documentation built on June 8, 2025, 4:20 a.m.