As of August 11, 2015, ODF::read_ODF
returns a list with 9 elements,
one named DATA
, which is a data.frame()
containing the
columnar data, the others being headers of various sorts. The present
function constructs an oce object from such data, facilitating processing
and plotting with the general oce functions.
This involves storing the 8 headers verbatim in the
odfHeaders
in the metadata
slot, and also
copying some of the header
information into more standard names (e.g. metadata@longitude
is a
copy of metadata@odfHeader$EVENT_HEADER$INITIAL_LATITUDE
). As for
the DATA
, they are stored in the data
slot, after renaming
from ODF to oce convention using ODFNames2oceNames()
.
Usage
ODF2oce(ODF, coerce = TRUE, debug = getOption("oceDebug"))
Caution
This function may change as the ODF
package
changes. Since ODF
has not been released yet, this should not affect
any users except those involved in the development of oce
and
ODF
.
See also
Other things related to odf data:
CTD_BCD2014666_008_1_DN.ODF.gz
,
ODFListFromHeader()
,
ODFNames2oceNames()
,
[[,odf-method
,
[[<-,odf-method
,
odf-class
,
plot,odf-method
,
read.ctd.odf()
,
read.odf()
,
subset,odf-method
,
summary,odf-method