Skip to contents

Get WMS information for a given MRGID

Usage

gaz_rest_wmses(mrgid)

Arguments

mrgid

(integer) A valid Marine Regions Gazetteer Identifier (MRGID)

Value

a data frame with information from the WMS services including:

  • value: the value to filter on

  • MRGID : see MRGID

  • url: the base URL of the WMS service

  • namespace: see mrp_view() details

  • featureType: see mrp_view() details

  • featureName: see mrp_view() details

Examples

# \donttest{
gaz_rest_wmses(3293)
#> # A tibble: 1 × 6
#>   value MRGID url                              namespace featureType featureName
#>   <chr> <int> <chr>                            <chr>     <chr>       <chr>      
#> 1 3293   3293 https://geo.vliz.be/geoserver/w… MarineRe… eez         mrgid      
# }