GetHSY: Retrieve HSY data

Description Usage Arguments Value Author(s) References Examples

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

1
  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 contains manually parsed mapping for building categories from the HSY documentation.

Value

Shape object (from SpatialPolygonsDataFrame class)

Author(s)

Leo Lahti sorvi-commits@lists.r-forge.r-project.org

References

See citation("sorvi")

Examples

1
# sp <- get.hsy("Vaestoruudukko")

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