Learn R Programming

sorvi (version 0.4.05)

GetHSY: Retrieve HSY data

Description

This script retrieves data from Helsinki Region Environmental Services Authority (Helsingin seudun ymparistopalvelu HSY) through the HSY website http://www.hsy.fi/seututieto/kaupunki/paikkatiedot/Sivut/Avoindata.aspx For details, see the HSY website, in particular the data description (in Finnish) at: http://www.hsy.fi/seututieto/Documents/Paikkatiedot/Tietokuvaukset_kaikki.pdf. The data copyright is on (C) HSY 2011.

Usage

GetHSY(which.data = "Vaestoruudukko")

Arguments

which.data
A string. Specify the name of the HSY data set to retrieve. Currently available options: Vaestoruudukko; Rakennustietoruudukko; SeutuRAMAVA; key.KATAKER. The first three are documented in HSY data description document (see above). The key.KATAKER

Value

  • Shape object (from SpatialPolygonsDataFrame class)

References

See citation("sorvi")

Examples

Run this code
# sp <- get.hsy("Vaestoruudukko")

Run the code above in your browser using DataLab