Description Usage Arguments Value Author(s) References Examples
View source: R/helsinki_spatial.R
Retrieves District Boundaries data (Aluejakorajat, Aanestysalueet) from Helsinki Real Estate Department (Helsingin kaupungin kiinteistovirasto, HKK) through the HKK website http://ptp.hel.fi/avoindata/index.html
The data (C) 2011 Helsingin kaupunkimittausosasto.
1 2  | get_helsinki_aluejakokartat(map.specifier = NULL, data.dir = tempdir(),
  verbose = TRUE)
 | 
map.specifier | 
 A string. Specify the name of the Helsinki District Boundary data set to retrieve. Run 'get_helsinki_aluejakokartat()' to see available options.  | 
data.dir | 
 A string. Specify a temporary folder for storing downloaded data.  | 
verbose | 
 logical. Should R report extra information on progress?  | 
a spatial object (from SpatialPolygonsDataFrame class)
Juuso Parkkinen, Joona Lehtomaki and Leo Lahti louhos@googlegroups.com
See citation("gisfin")
1 2  | sp.suuralue <- get_helsinki_aluejakokartat(map.specifier="suuralue"); 
          spplot(sp.suuralue, zcol="Name");
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.