View source: R/WFS_getcapabilities.R
WFS_getcapabilities | R Documentation |
Retrieve the GetCapabilities document with request version version
for WFS service url
This function uses the httr::GET()
interface.
WFS_getcapabilities( url = WFS_get_url(), version = WFS_get_version(), debug = F, httrverbose = rep(F, 4), out_path = NULL )
url |
URL of the WFS service. See |
version |
software version for WFS service request. See |
debug |
Logical indicating the httr response is to be returned |
httrverbose |
Logical indicating full request and httr response code will be displayed |
out_path |
(optional) path where the xml result is to be saved |
xml document with the GetCapabilities
information for this WFS service
or character string 'UNEXPECTED ERROR' when an error was encountered
## Not run: WFS_getcapabilities("https://geoweb.amstelveen.nl/geoserver/topp/wfs","1.1.0",out_path="gc.xml") ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.