get_feature_list: Print all available Features

Description Usage Arguments Details Value Author(s) See Also Examples

View source: R/get_feature_list.R

Description

Basically a neat wrapper for "request=GetCapabilities".

Usage

1
get_feature_list(base.url = NULL)

Arguments

base.url

a WFS url, for example "https://opaskartta.turku.fi/TeklaOGCWeb/WFS.ashx"

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

1
2
3
4
## Not run: 
dat <- get_feature_list(base.url = "https://opaskartta.turku.fi/TeklaOGCWeb/WFS.ashx")

## End(Not run)

pitkant/turku documentation built on Dec. 22, 2021, 8:45 a.m.