read.glider.netcdf | R Documentation |
This is a provisional function, written to handle some particular files available to the author.
read.glider.netcdf(
file,
saveGlobalAttributes = TRUE,
rename = TRUE,
debug = getOption("gliderDebug", default = 0)
)
file |
character value holding the name of a netcdf file that holds glider data. |
saveGlobalAttributes |
logical value indicating whether to
read the entirety of the global attributes stored within the
file into the |
rename |
an indication of how (or if) to rename variables. This is
needed for most practical work in the oce package, which expects
standardized names, such as |
debug |
an integer specifying whether debugging information is
to be printed during processing. If this is not provided, then
the value of |
The data are copied directly from the file, except that time
is converted from an integer to a POSIX time, and variables
may be renamed according to the rename
parameter. The code
was last tested on 2025-03-01 using the file downloaded
from the URL given in Reference 1.
A glider object, i.e. one inheriting from glider. (This class inherits from oce::oce in the oce package.)
Dan Kelley
Other functions to read glider data:
read.glider.netcdf.ioos()
,
read.glider.seaexplorer.raw()
,
read.glider.slocum.csv()
,
read.glider.slocum.netcdf()
Other functions to read netcdf glider data:
read.glider.netcdf.ioos()
,
read.glider.slocum.netcdf()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.