read.argo.copernicus: Read an argo File in Copernicus Format

View source: R/argo.copernicus.R

read.argo.copernicusR Documentation

Read an argo File in Copernicus Format

Description

This function was added to read a particular file downloaded from the Fleet Monitoring website (Reference 1). The format was inferred through examination of the file and a brief study of a document (Reference 2) that describes the format. Not all fields are read by this function; see Reference 3 for a full list and note that the author would be happy to add new entries (but not to spend hours entering then all).

Usage

read.argo.copernicus(
  file,
  encoding = NA,
  debug = getOption("oceDebug"),
  processingLog,
  ...
)

Arguments

file

A character string giving the name of the file to load.

encoding

ignored.

debug

A flag that turns on debugging. Set to 1 to get a moderate amount of debugging information, or 0 (the default) for silent operation.

processingLog

ignored.

...

ignored.

Author(s)

Dan Kelley

References

  1. ⁠https://fleetmonitoring.euro-argo.eu/float/4902489⁠

  2. Copernicus Marine In Situ Tac Data Management Team. Copernicus Marine In Situ NetCDF Format Manual (version V1.43). Pdf. Copernicus in situ TAC, 2021. ⁠https://doi.org/10.13155/59938⁠ (link checked 2022-04-11).

  3. Variable names are provided in files at ⁠https://doi.org/10.13155/53381⁠ (link checked 2022-04-12)

See Also

Other things related to argo data: [[,argo-method, [[<-,argo-method, argo, argo-class, argoGrid(), argoNames2oceNames(), as.argo(), handleFlags,argo-method, plot,argo-method, read.argo(), subset,argo-method, summary,argo-method


dankelley/oce documentation built on April 18, 2024, 9:51 a.m.