FeatureList: Helper function creating a list of OSM features to be queries

Description Usage Arguments Value Examples

View source: R/maps.R

Description

Helper function creating a list of OSM features to be queries

Usage

1
FeatureList(maptype = "building", layers = NULL)

Arguments

x,

object of class stars, the picture to be processed.

...

further arguments passed to supercells()

Value

A nested list with layers and key-value-lists per layer.

Examples

1
2
3
FeatureList(maptype = "building")
FeatureList(maptype = "street")
FeatureList(maptype = NULL, layers = c("buildings"))

hewag1975/aRts documentation built on Jan. 8, 2022, 12:04 a.m.