Learn R Programming

helsinki (version 1.0.3)

get_feature_list: Print all available Features

Description

Basically a neat wrapper for "request=GetCapabilities".

Usage

get_feature_list(base.url = NULL, queries = "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"

Value

data frame

Details

Lists all <FeatureType> nodes.

See Also

Use get_feature to download feature, select_feature for menu-driven listing and downloading

Examples

Run this code
# 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