copernicus_wms_details | R Documentation |
Web Map Services are not available for all products and layers. Use this function to obtain URLs of WMS services if any.
copernicus_wms_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 tibble
with WMS URLs and descriptors for the specified product.
WMS functions don't work on systems that don't support GDAL utils
Pepijn de Vries
Other wms-functions:
addCopernicusWMSTiles()
,
copernicus_wms2geotiff()
## 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.