get_mml: Get MML (Land Survey Finland) data

Description Usage Arguments Details Value Author(s) References Examples

View source: R/get_mml.R

Description

Retrieve data from Land Survey Finland (Maanmittauslaitos, MML). The data are processed into .RData files due to their big size. See the preprocessing details in https://github.com/avoindata/mml.

Usage

1
get_mml(map.id, data.id, verbose = TRUE)

Arguments

map.id

data ID. See details.

data.id

data ID. See details.

verbose

logical. Should R report extra information on progress?

Details

To browse for available RData, run list_mml_datasets() or see https://github.com/avoindata/mml/tree/master/rdata.

Value

url connection

Author(s)

Leo Lahti louhos@googlegroups.com

References

See citation("gisfin")

Examples

1
2
3
4
datasets <- list_mml_datasets(); 
          map.id <- names(datasets)[[4]]; 
          data.id <- datasets[[map.id]][[1]]; 
          sp <- get_mml(map.id, data.id)

rOpenGov/gisfin documentation built on May 26, 2019, 8:48 p.m.