Learn R Programming

sorvi (version 0.4.05)

GetHKK: Retrieve HKK data

Description

This script retrieves data from Helsinki Real Estate Department (Helsingin kaupunki kiinteistovirasto HKK) through the HKK website http://kartta.hel.fi/avoindata/index.html For details, see the HKK website

Usage

GetHKK(which.data, data.dir)

Arguments

which.data
A string. Specify the name of the HKK data set to retrieve. Currently available options: Aluejakokartat;Aanestysaluejako;Seutukartta Rakennustietoruudukko; SeutuRAMAVA; key.KATAKER.
data.dir
A string. Specify the path where to save the downloaded data. A new subdfolder "aanestysalueet" will be created.

Value

  • a list of Shape objects (from SpatialPolygonsDataFrame class)

Details

The data copyright is on Helsingin kaupunkimittausosasto (C) 2011.

References

See citation("sorvi")

Examples

Run this code
# sp <- GetHKK("Aanestysaluejako", data.dir="C:/data")

Run the code above in your browser using DataLab