Downloads daily precipitation data (RADOLAN) from DWD OpenData for a given AOI and time span. Depending on the date range, it uses either the "recent" or "historical" RADOLAN archives. Data are clipped to the AOI and saved as shapefiles, one per day of year (DOY).
DownloadRadolanFromDWD(
target_path = NA,
target_site = NA,
start_date = NA,
end_date = NA
)Shapefiles for every DOY containing precipitation data for your AOI.
Path to download and save shapefile for every DOY within timespan of interest
Path to shapefile containing your AOI (string).
start date of interest (e.g.: "2021-01-01"). If empty, default is 1st Jan of recent year.
end date of interest (e.g.: "2021-12-31"). If empty, default is yesterday.