download_fisbroker_atom: Download ATOM data from fisbroker database...

View source: R/download_fisbroker_atom.R

download_fisbroker_atomR Documentation

Download ATOM data from fisbroker database https://fbinter.stadt-berlin.de/fb/index.jsp select a layer and click on the ATOM link. A pop-up window will open and you can copy the zip link and paste it to this function.

Description

Download ATOM data from fisbroker database https://fbinter.stadt-berlin.de/fb/index.jsp select a layer and click on the ATOM link. A pop-up window will open and you can copy the zip link and paste it to this function.

Usage

download_fisbroker_atom(zip_link, path, name)

Arguments

zip_link

the atom url of the data from fisbroker.

path

path where the file is stored

name

name of the folder where the data should be stored (will be created if it does not exists)

Value

A folder with the data as a geopackage.

Examples

## Not run: 
url <- "https://fbinter.stadt-berlin.de/fb/atom/Vegetationshoehen/veghoehe_2020.zip"
download_fisbroker_atom(zip_link = url, path = tempdir(), name = "vheights")

## End(Not run)

EcoDynIZW/d6berlin documentation built on March 20, 2024, 2:10 p.m.