View source: R/WFS_describefeaturetype.R
WFS_describefeaturetype | R Documentation |
Retrieve and unpack the DescribeFeatureType
document for one or more FeatureTypes
into a tibble.
typename
is copied to the result tibble to distinguish the various FeatureTypes
when more than one is specified.
Apart from typename
the tibble contains the fields name
, maxOccurs
, minOccurs
and type
.
WFS_describefeaturetype( typenames, url = WFS_get_url(), version = WFS_get_version(), debug = F, httrverbose = F, out_path = NULL )
typenames |
Character vector with the name of features (such as e.g. obtained by using |
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. Only valid when typenames contains one featuretype |
httrverbose |
Logical vector of up to four entries to be used in |
out_path |
(optional) path where the |
a tibble
with typename
and name
(the fieldnames)
## Not run: WFS_describefeaturetype("topp:gidw_groenbomen") ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.