This table contains the acceptable values for the data_type
field in
Argo NetCDF files. This field can be examined using argo_info()
.
See Reference Table 1 in the Argo User's Manual.
argo_reference_data_type
An object of class tbl_df
(inherits from tbl
, data.frame
) with 9 rows and 2 columns.
Argo User's Manual, November 2019. doi: 10.13155/29825
with_argo_example_cache({
argo_info("dac/csio/2900313/2900313_meta.nc")[c("file", "data_type")]
})
#> Extracting from 1 file
#> # A tibble: 1 × 2
#> file data_type
#> <chr> <chr>
#> 1 csio/2900313/2900313_meta.nc Argo meta-data
argo_reference_data_type
#> # A tibble: 9 × 2
#> data_type data_type_is_obsolete
#> <chr> <lgl>
#> 1 Argo profile FALSE
#> 2 Argo trajectory FALSE
#> 3 Argo meta-data FALSE
#> 4 Argo technical data FALSE
#> 5 B-Argo profile FALSE
#> 6 B-Argo trajectory TRUE
#> 7 Argo profile merged TRUE
#> 8 Argo trajectory merged TRUE
#> 9 Argo synthetic profile FALSE