GetGADM: Get map data in GADM format

Description Usage Arguments Value Note Author(s) References Examples

Description

Args:

Usage

1
2
  GetGADM(map = "FIN_adm", resolution = 4,
    url = "http://gadm.org/data/rda/")

Arguments

map

Map identifier. When the full GADM-URL has the form "http://gadm.org/data/rda/FIN_adm2.RData", this variable contains the part "FIN_adm". For further map identifiers, see http://gadm.org

resolution

Integer or String. Specifies map resolution. This variable contains the part "4" from the full GADM-URL. Alternatively, the user can provide a string corresponding to the desired FIN_adm GADM map resolution with the following options: "Maa" (0 / Country); "Laani" (1 / Province); "Maakunta" (2 / Region); "Seutukunta" (3 / Sub-Region); "Kunta" (4 / Municipality)

url

URL of the GADM R data source

Returns:

Value

GADM object

Note

Suomen osalta kuntatiedot (FIN_adm4) nayttaa olevan paivittamatta uusimpaan. Suositellaan MML:n karttoja, ks. help(MML).

Author(s)

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

References

See citation("sorvi")

Examples

1
# Suomen kunnat: gadm <- get.gadm(map = "FIN_adm", resolution = 4)

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