Learn R Programming

helsinki (version 1.0.6)

get_feature_list: Print all available Features

Description

Basically a neat wrapper for "request=GetCapabilities".

Usage

get_feature_list(base.url = NULL, queries = c(request = "GetCapabilities"))

Value

data frame

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"

Author

Pyry Kantanen pyry.kantanen@gmail.com

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
if (FALSE) {
dat <- get_feature_list(base.url = "https://kartta.hsy.fi/geoserver/wfs")
}

Run the code above in your browser using DataLab