argo_tech: Load Argo float meta

Description Usage Arguments Value Examples

Description

Use argo_tech_tech_param() to extract information from Argo technical spec NetCDF files. Use argo_read_tech_tech_param() to extract information from a single previously-downloaded NetCDF file.

Usage

1
argo_tech_tech_param(path, download = NULL, quiet = NA)

Arguments

path

A path relative to the root directory of argo_mirror() or argo_cache_dir(). This value can also be a data.frame with a file column (e.g., a global index as returned by argo_global_meta() and others).

download

A logical vector indicating whether or not a file should be downloaded. Defaults to the value of argo_should_download(), which is TRUE for files that do not exist in the cache.

quiet

Use FALSE to show which files are downloaded and for more verbose error messages.

Value

A tibble::tibble() with one row per technical parameter per cycle and columns file, n_tech_param, technical_parameter_name, technical_parameter_value, and cycle_number.

Examples

1
2
3
with_argo_example_cache({
  argo_tech_tech_param("dac/csio/2900313/2900313_tech.nc")
})

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