Skip to contents

[Deprecated] Deprecated. Use cms_product_metadata() instead.

Usage

copernicus_product_metadata(product)

Arguments

product

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

Value

Returns a named list with info about the requested product. Returns NULL

when contacting Copernicus fails.

Details

Collect meta information, such as vocabularies used, for specific Copernicus marine products

Author

Pepijn de Vries

Examples

if (FALSE) {
copernicus_product_metadata("GLOBAL_ANALYSISFORECAST_PHY_001_024")
}