WFS_featuretypes: Retrieve featuretypes information

View source: R/WFS_featuretypes.R

WFS_featuretypesR Documentation

Retrieve featuretypes information

Description

Retrieve the names of the features with spatial information from a GetCapabilities document

Usage

WFS_featuretypes(xml_doc, filternames = NULL)

Arguments

xml_doc

XML document with the output of a GetCapabilities document

filternames

Character string that filters the returned featurenames (using the function stringr::str_detect() )

Value

tibble with name, default CRS, lower and upper corner (in WGS84 coordinates) for each filtered featuretype name

Examples

## Not run: 
xml_cap1 <- WFS_getcapabilities()
FeatureTypes1 <- WFS_featuretypes(xml_cap1,
       filternames=stringr::fixed("bomen", ignore_case = T))

## End(Not run)

HanOostdijk/HOQCwfs documentation built on March 6, 2023, 8:18 a.m.