PreprocessShapeMML: Preprocessing function for MML data

Description Usage Arguments Details Value Author(s) References Examples

Description

This script can be used to preprocess shape data obtained from Finnish geographical agency (Maanmittauslaitos, MML) The data copyright is on (C) MML 2011.

Usage

1

Arguments

sp

Shape object (SpatialPolygonsDataFrame)

Returns:

Details

The various Finland shape data files obtained from http://www.maanmittauslaitos.fi/aineistot-palvelut/digitaaliset-tuotteet/ilmaiset-aineistot/hankinta have been preprocessed with this function, and the preprocessed versions are included in soRvi package. Load the readily preprocessed data for use by typing in R: 'data(MML)'. Alternatively, one can download the files from the above URL and apply this function.

Value

Shape object (from SpatialPolygonsDataFrame class)

Author(s)

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

References

See citation("sorvi")

Examples

1
# data(MML); sp <- MML[[1]][[1]]; sp2 <- PreprocessShapeMML(sp)

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