load_RUIAN_state: Extract data from RUIAN for whole Czech Republic

View source: R/load_RUIAN_state.R

load_RUIAN_stateR Documentation

Extract data from RUIAN for whole Czech Republic

Description

Extract specific layer, in form of spatial data, from RUIAN for whole Czech Republic. The minor issue with these data is the size, the datasets that needs to be downloaded is roughly 190 MB.

Usage

load_RUIAN_state(layer = "stat", WGS84 = FALSE)

Arguments

layer

identification of data to extract as character, see details. Default value is "stát"

WGS84

convert data to WGS-84 coordinate system? Default FALSE.

Details

The layer can have values from following set, the value in brackets is alias to full layer name:

  1. "KATUZE_P" ("katastralni uzemi")

  2. "OBCE_P" ("obce")

  3. "OKRESY_P" ("okresy")

  4. "ORP_P" ("orp")

  5. "POU_P" ("pou")

  6. "PRARES_P"

  7. "REGION_P" ("regiony")

  8. "STATY_P" ("stat")

  9. "STU_P" ("stavebni úrady")

  10. "VO_P" ("volebni okrsky")

  11. "VUSC_P" ("kraje")

So the codes layer = "OKRESY_P" and layer = "okresy" are equal.

Value

data.frame with spatail objects (sf) of the specified layer

Information about dataset

More detailed information about data can be found at the provider's website http://atom.cuzk.cz/.

Examples

## Not run: 
    obce_CR <- load_RUIAN_state(layer = "obce")

## End(Not run)

JanCaha/CzechData documentation built on Sept. 22, 2023, 2:47 a.m.