Variables available in a dataset (layer) from a data source (service).
Source:R/layer_attributes.R
layer_attribute_descriptions.Rd
Get layer attribute description
Arguments
- wfs
A
WFSClient
R6 object with methods for interfacing an OGC Web Feature Service. Fromemodnet_init_wfs_client()
.- service
the EMODnet OGC WFS service name. For available services, see
emodnet_wfs()
.- service_version
- layer
character sting of layer name. To get info on layers, including
layer_name
useemodnet_get_wfs_info()
.
See also
Attributes metadata:
layer_attribute_inspect()
,
layer_attributes_get_names()
,
layer_attributes_summarise()
,
layer_attributes_tbl()
Examples
layer_attribute_descriptions(
service = "biology",
layer = "mediseh_zostera_m_pnt"
)
#> ✔ WFS client created successfully
#> ℹ Service: "https://geo.vliz.be/geoserver/Emodnetbio/wfs"
#> ℹ Version: "2.0.0"
#> name type minOccurs maxOccurs nillable geometry
#> 1 id integer 0 1 TRUE FALSE
#> 2 country character 0 1 TRUE FALSE
#> 3 the_geom Point 0 1 TRUE TRUE