copernicus_wms_details {CopernicusMarine}R Documentation

Obtain a WMS entry for specific Copernicus marine products

Description

[Deprecated] Web Map Services are not available for all products and layers. Use this function to obtain URLs of WMS services if any.

Usage

copernicus_wms_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 tibble with WMS URLs and descriptors for the specified product.

Note

WMS functions don't work on systems that don't support GDAL utils

Author(s)

Pepijn de Vries

See Also

Other wms-functions: addCopernicusWMSTiles(), copernicus_wms2geotiff()

Examples

## Not run: 
copernicus_wms_details(
  product  = "GLOBAL_ANALYSISFORECAST_PHY_001_024",
  layer    = "cmems_mod_glo_phy-thetao_anfc_0.083deg_P1D-m",
  variable = "thetao"
)

## End(Not run)

[Package CopernicusMarine version 0.2.3 Index]