Learn R Programming

sorvi (version 0.4.05)

GetShapeMML: Shows how the MML Shape files have been converted into the Rdata files included in sorvi. For detailed example, see https://github.com/louhos/sorvi/wiki/Maanmittauslaitos The various Finland shape data files obtained from http://www.maanmittauslaitos.fi/aineistot-palvelut/digitaaliset-tuotteet/ilmaiset-aineistot/hankinta have been preprocessed using this script.

Description

Arguments:

Usage

GetShapeMML(input.data.dir = "./", verbose = TRUE)

Arguments

input.data.dir
Directory path where the original data can be accessed.
verbose
Print intermediate processing information

Returns:

Value

  • Returns a list of preprocessed shape files containing the public MML data sets.

References

See citation("sorvi")

Examples

Run this code
# MML <- GetShapeMML(data.dir = "./")
# save(MML, file = "MML.rda")
# require(tools)
# res <- resaveRdaFiles(MML.rda)

Run the code above in your browser using DataLab