read.glider.netcdf.ioos | R Documentation |
This is a provisional function, written to handle provisional
netcdf files created from the python pyglider
processing chain
as well as files downloaded from the Glider IOOS ERDDAP site.
read.glider.netcdf.ioos(file, debug)
file |
Name of a netcdf file. |
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. Variable names containing
underscores are renamed as e.g. profile_direction
to profileDirection
, although the [[,glider-method
mechanism works with either name, e.g. if g
is a glider object, then
g[["profileDirection"]]
and
g[["profile_direction"]]
give the same result.
A glider object, i.e. one inheriting from glider. (This class inherits from oce::oce in the oce package.)
Chantelle Layton and Dan Kelley
Other functions to read glider data:
read.glider.netcdf()
,
read.glider.seaexplorer.raw()
,
read.glider.slocum.csv()
,
read.glider.slocum.netcdf()
Other functions to read netcdf glider data:
read.glider.netcdf()
,
read.glider.slocum.netcdf()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.