argo_read_traj: Read Argo trajectories

Description Usage Arguments Value Examples

Description

Use argo_read_traj_*() functions to extract trajectory information from a previously-downloaded Argo NetCDF file.

Usage

1
2
3
4
5
6
7

Arguments

file

A previously downloaded Argo NetCDF file (e.g., using argo_download()).

vars

A vector of variable names to include. Explicitly specifying vars can lead to much faster read times when reading many files.

quiet

Use FALSE to stop for malformed files, NA to silently warn for malformed files, or TRUE to silently ignore read errors when possible.

Value

A tibble::tibble() with

Examples

1
2
3
4
5
6
7
8
9
traj_file <- system.file(
  "cache-test/dac/csio/2900313/2900313_Rtraj.nc",
  package = "argodata"
)

argo_read_traj_measurement(traj_file)
argo_read_traj_cycle(traj_file)
argo_read_traj_param(traj_file)
argo_read_traj_history(traj_file)

ArgoCanada/argodata documentation built on Dec. 13, 2021, 10:13 a.m.