read_regnie {esmisc}R Documentation

Read DWD REGNIE gridded data into R

Description

This functions reads DWD REGNIE data. A description of the data can be found here (pdf-format): https://www.dwd.de/DE/leistungen/regnie/download/regnie_beschreibung_pdf.pdf?__blob=publicationFile&v=2. Data is available here: ftp://ftp-cdc.dwd.de/pub/CDC/grids_germany/daily/regnie/.

Usage

read_regnie(file)

Arguments

file

path to gz archive

Value

A RasterLayer object.

Examples

# Read daily precipitation on 20.01.2005.
r <- read_regnie(system.file("extdata", "ra050120.gz", package = "esmisc"))

[Package esmisc version 0.0.3 Index]