Contains a longer names of the institution abbreviations in argo_global_meta() and other index files.

argo_reference_institution

Format

An object of class tbl_df (inherits from tbl, data.frame) with 25 rows and 2 columns.

References

Argo User's Manual, November 2019. doi: 10.13155/29825

Examples

library(dplyr, warn.conflicts = FALSE)

with_argo_example_cache({
  argo_global_meta() %>%
    select(file, institution) %>%
    left_join(argo_reference_institution, by = "institution")
})
#> # A tibble: 16,062 × 3
#>    file                     institution institution_description
#>    <chr>                    <chr>       <chr>                  
#>  1 aoml/13857/13857_meta.nc AO          AOML, USA              
#>  2 aoml/13858/13858_meta.nc AO          AOML, USA              
#>  3 aoml/13859/13859_meta.nc AO          AOML, USA              
#>  4 aoml/15819/15819_meta.nc AO          AOML, USA              
#>  5 aoml/15820/15820_meta.nc AO          AOML, USA              
#>  6 aoml/15851/15851_meta.nc AO          AOML, USA              
#>  7 aoml/15852/15852_meta.nc AO          AOML, USA              
#>  8 aoml/15853/15853_meta.nc AO          AOML, USA              
#>  9 aoml/15854/15854_meta.nc AO          AOML, USA              
#> 10 aoml/15855/15855_meta.nc AO          AOML, USA              
#> # … with 16,052 more rows

argo_reference_institution
#> # A tibble: 25 × 2
#>    institution institution_description                        
#>    <chr>       <chr>                                          
#>  1 AO          AOML, USA                                      
#>  2 BO          BODC, United Kingdom                           
#>  3 CI          Institute of Ocean Sciences, Canada            
#>  4 CS          CSIRO, Australia                               
#>  5 GE          BSH, Germany                                   
#>  6 GT          GTS : used for data coming from WMO GTS network
#>  7 HZ          CSIO, China Second Institute of Oceanography   
#>  8 IF          Ifremer, France                                
#>  9 IN          INCOIS, India                                  
#> 10 JA          JMA, Japan                                     
#> # … with 15 more rows