Skip to contents

Sf object of city districts in the Helsinki Capital Region.

Usage

get_city_map(city = NULL, level = NULL, ...)

Source

Metropolitan area in districts: https://hri.fi/data/en_GB/dataset/seutukartta

Arguments

city

The desired city. Valid options: Helsinki, Espoo, Vantaa, Kauniainen

level

The desired administrative level. Valid options: suurpiiri, tilastoalue, pienalue and aanestysalue

...

For passing parameters to embedded functions, for example timeout.s (timeout in seconds) in the case of gracefully_fail() internal function

Value

sf object

Details

See get_feature_list() for a list of all available features

Author

Pyry Kantanen pyry.kantanen@gmail.com

Examples

if (FALSE) {
map <- get_city_map(city = "helsinki", level = "suuralue")
}