Learn R Programming

helsinki (version 1.0.5)

get_rakennustietoruudukko: Produce an SF object: Rakennustietoruudukko

Description

Produces an sf object for Rakennustietoruudukko (building information grid)

Usage

get_rakennustietoruudukko(year = NULL)

Value

sf object

Arguments

year

year as numeric from range 2015:2019

Author

Pyry Kantanen <pyry.kantanen@gmail.com>

Details

Additional data not available here can be manually downloaded from HRI website: https://hri.fi/data/fi/dataset/rakennustietoruudukko

Years 2015-2019 are tested to work at the time of development. Additional years may be added in the future and older datasets may be removed from the API.

The current datasets can be listed with get_feature_list() or select_feature().

Examples

Run this code
if (FALSE) {
building_grid <- get_rakennustietoruudukko(year = 2018)
}

Run the code above in your browser using DataLab