pointDTM100_download: Download digital terrain models for voivodeships (100 m...

View source: R/pointDTM100_download.R

pointDTM100_downloadR Documentation

Download digital terrain models for voivodeships (100 m resolution)

Description

Download digital terrain models for voivodeships (100 m resolution)

Usage

pointDTM100_download(voivodeships, outdir = ".", unzip = TRUE, ...)

Arguments

voivodeships

selected voivodeships in Polish or English, or TERC (function voivodeship_names() can by helpful)

outdir

(optional) name of the output directory; by default, files are saved in the working directory

unzip

TRUE (default) or FALSE, when TRUE the downloaded archive will be extracted and removed

...

additional argument for utils::download.file()

Value

text files with X, Y, Z columns (EPSG:2180)

Examples

## Not run: 
pointDTM100_download(c("opolskie", "świętokrzyskie")) # 8.5 MB
pointDTM100_download(c("Opole", "Swietokrzyskie")) # 8.5 MB
pointDTM100_download(c("16", "26")) # 8.5 MB

## End(Not run)

rgugik documentation built on March 7, 2023, 5:22 p.m.