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