PrecipBrickDE {IsoriX} | R Documentation |
The precipitation monthly amounts for Germany
Description
This brick of rasters contains the monthly precipitation amounts (in mm) for Germany with a resolution of approximately 30 square-km.
Format
A RasterBrick
Details
The data are derived from "precipitation (mm) WorldClim Version2" which can be downloaded using the function getprecip.
Source
https://www.worldclim.org/data/worldclim21.html
See Also
prepcipitate to prepare this raster
Examples
## The following example requires to download
## a large precipitation rasters with the function getprecip()
## and will therefore not run unless you uncomment it
## How did we create this file?
## Uncomment the following to create the file as we did
# getprecip() ## Download the tif files (~ 1 Gb compressed)
# PrecipBrickDE <- prepcipitate(raster = ElevRasterDE)
# terra::saveRDS(PrecipBrickDE, file = "PrecipBrickDE.rds", compress = "xz")
[Package IsoriX version 0.9.2 Index]