argo_global_meta: Load Argo global index files

Description Usage Arguments Value Examples

View source: R/argo-global.R

Description

The argo_mirror() points to a directory containing millions of NetCDF files in which Argo data is organized. These files are indexed by category in the root directory of the mirror. The argo_global_*() functions provide access to these as data frames.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
argo_global_meta(download = NULL, quiet = FALSE)

argo_global_prof(download = NULL, quiet = FALSE)

argo_global_tech(download = NULL, quiet = FALSE)

argo_global_traj(download = NULL, quiet = FALSE)

argo_global_bio_traj(download = NULL, quiet = FALSE)

argo_global_bio_prof(download = NULL, quiet = FALSE)

argo_global_synthetic_prof(download = NULL, quiet = FALSE)

Arguments

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

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23

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