Description Usage Arguments Details Value Author(s) See Also Examples
View source: R/get_feature_list.R
Basically a neat wrapper for "request=GetCapabilities".
1 | get_feature_list(base.url = NULL)
|
base.url |
a WFS url, for example "https://opaskartta.turku.fi/TeklaOGCWeb/WFS.ashx" |
Lists all <FeatureType> nodes.
data frame
Pyry Kantanen <pyry.kantanen@gmail.com>
Use get_feature
to download feature,
select_feature
for menu-driven listing and downloading
1 2 3 4 | ## Not run:
dat <- get_feature_list(base.url = "https://opaskartta.turku.fi/TeklaOGCWeb/WFS.ashx")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.