List products available from data.marine.copernicus.eu
Source:R/cms_products_list.r
cms_products_list.Rd
Collect a list of products and some brief descriptions for marine products available from Copernicus
Usage
cms_products_list(..., info_type = c("list", "meta"))
Value
Returns a tibble
of products available from https://data.marine.copernicus.eu or
a named list
when info_type = "meta"
. Returns NULL
in case on-line services are
unavailable.
See also
Other product-functions:
cms_cite_product()
,
cms_product_details()
,
cms_product_metadata()
,
cms_product_services()
Examples
cms_products_list()
#> # A tibble: 303 × 18
#> product_id catalogue title thumbnailUrl sources processingLevel areas
#> <chr> <chr> <chr> <chr> <list> <chr> <list>
#> 1 GLOBAL_ANALYSISF… CMEMS Glob… https://mdl… <list> Level 4 <list>
#> 2 GLOBAL_ANALYSISF… CMEMS Glob… https://mdl… <list> Level 4 <list>
#> 3 GLOBAL_ANALYSISF… CMEMS Glob… https://mdl… <list> Level 4 <list>
#> 4 GLOBAL_MULTIYEAR… CMEMS Glob… https://mdl… <list> Level 4 <list>
#> 5 GLOBAL_MULTIYEAR… CMEMS Glob… https://mdl… <list> Level 4 <list>
#> 6 GLOBAL_MULTIYEAR… CMEMS Glob… https://mdl… <list> Level 4 <list>
#> 7 GLOBAL_MULTIYEAR… CMEMS Glob… https://mdl… <list> Level 4 <list>
#> 8 GLOBAL_MULTIYEAR… CMEMS Glob… https://mdl… <list> Level 4 <list>
#> 9 ARCTIC_ANALYSISF… CMEMS Arct… https://mdl… <list> Level 4 <list>
#> 10 ARCTIC_ANALYSIS_… CMEMS Arct… https://mdl… <list> Level 4 <list>
#> # ℹ 293 more rows
#> # ℹ 11 more variables: geoResolution <list>, vertLevels <int>,
#> # tempExtentBegin <chr>, tempResolutions <list>, stacOrCswTbox <list>,
#> # mainVariables <list>, `_isViewableOmi` <lgl>, numLayers <int>,
#> # thumbnailMeta <list>, tempExtentEnd <chr>, omiFigureUrl <chr>
## Query a specific product:
cms_products_list(freeText = "GLOBAL_ANALYSISFORECAST_PHY_001_024")
#> # A tibble: 1 × 16
#> product_id catalogue title thumbnailUrl sources processingLevel areas
#> <chr> <chr> <chr> <chr> <chr> <chr> <chr>
#> 1 GLOBAL_ANALYSISFOR… CMEMS Glob… https://mdl… Numeri… Level 4 Glob…
#> # ℹ 9 more variables: geoResolution <list>, vertLevels <int>,
#> # tempExtentBegin <chr>, tempResolutions <list>, stacOrCswTbox <list>,
#> # mainVariables <list>, `_isViewableOmi` <lgl>, numLayers <int>,
#> # thumbnailMeta <list>