View source: R/copernicus_product_details.r
copernicus_product_details | R Documentation |
Obtain details for a specific Copernicus marine product. This can be narrowed down to specific layers and/or variables within the product.
copernicus_product_details(product, layer, variable)
product |
An identifier (type |
layer |
The name of a desired layer within a product (type |
variable |
The name of a desired variable in a specific layer of a product (type |
Returns a named list
with properties of the requested product.
Pepijn de Vries
Other product-functions:
cms_cite_product()
,
cms_product_details()
,
cms_product_metadata()
,
cms_product_services()
,
cms_products_list()
,
copernicus_cite_product()
,
copernicus_product_metadata()
,
copernicus_products_list()
## Not run:
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"
)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.