powered by
Basically a neat wrapper for "request=GetCapabilities".
get_feature_list(base.url = NULL, queries = c(request = "GetCapabilities"))
data frame
WFS url, for example "https://kartta.hsy.fi/geoserver/wfs"
desired query for acquiring the list of features, default is "request=GetCapabilities"
Pyry Kantanen pyry.kantanen@gmail.com
Lists all <FeatureType> nodes.
<FeatureType>
Use get_feature() to download feature, select_feature() for menu-driven listing and downloading
get_feature()
select_feature()
if (FALSE) { dat <- get_feature_list(base.url = "https://kartta.hsy.fi/geoserver/wfs") }
Run the code above in your browser using DataLab