GetHKK: Retrieve HKK data

Description Usage Arguments Details Value Author(s) References Examples

View source: R/HKK.R

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

1
  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.

Details

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

Value

a list of Shape objects (from SpatialPolygonsDataFrame class)

Author(s)

Joona Lehtomaki sorvi-commits@lists.r-forge.r-project.org

References

See citation("sorvi")

Examples

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

sorvi documentation built on May 2, 2019, 6:16 p.m.