View source: R/WFS_featuretypes.R
WFS_featuretypes | R Documentation |
Retrieve the names of the features with spatial information from a GetCapabilities document
WFS_featuretypes(xml_doc, filternames = NULL)
xml_doc |
XML document with the output of a GetCapabilities document |
filternames |
Character string that filters the returned featurenames (using the function |
tibble with name, default CRS, lower and upper corner (in WGS84 coordinates) for each filtered featuretype name
## Not run: xml_cap1 <- WFS_getcapabilities() FeatureTypes1 <- WFS_featuretypes(xml_cap1, filternames=stringr::fixed("bomen", ignore_case = T)) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.