Skip to contents

[Deprecated] Obtain details for a specific Copernicus marine product. This can be narrowed down to specific layers and/or variables within the product.

Usage

copernicus_product_details(product, layer, variable)

Arguments

product

An identifier (type character) of the desired Copernicus marine product. Can be obtained with copernicus_products_list.

layer

The name of a desired layer within a product (type character). Can be obtained with copernicus_product_details.

variable

The name of a desired variable in a specific layer of a product (type character). Can be obtained with copernicus_product_details.

Value

Returns a named list with properties of the requested product.

Author

Pepijn de Vries

Examples

if (FALSE) {
copernicus_product_details("GLOBAL_ANALYSISFORECAST_PHY_001_024")

copernicus_product_details(
  product  = "GLOBAL_ANALYSISFORECAST_PHY_001_024",
  layer    = "cmems_mod_glo_phy-thetao_anfc_0.083deg_P1D-m",
  variable = "thetao"
)
}