get_feature_list {helsinki} | R Documentation |
Print all available Features
Description
Basically a neat wrapper for "request=GetCapabilities".
Usage
get_feature_list(base.url = NULL, queries = c(request = "GetCapabilities"))
Arguments
base.url |
WFS url, for example "https://kartta.hsy.fi/geoserver/wfs" |
queries |
desired query for acquiring the list of features, default is "request=GetCapabilities" |
Details
Lists all <FeatureType>
nodes.
Value
data frame
Author(s)
Pyry Kantanen pyry.kantanen@gmail.com
See Also
Use get_feature()
to download feature,
select_feature()
for menu-driven listing and downloading
Examples
## Not run:
dat <- get_feature_list(base.url = "https://kartta.hsy.fi/geoserver/wfs")
## End(Not run)
[Package helsinki version 1.0.6 Index]