Description Usage Arguments Details Examples
evaluateDroughtNemaPrecipitation
evaluates based on precipitation values
for a target time period and representing long term mean values as
raster based time series (RasterBrick
or RasterStack
object, if
for a given spatial and temporal point drought or near drought conditions are
prevalent or not (according to the classification of the NEMA). This function
considers only criteria related to precipitation.
1 2 | evaluateDroughtNemaPrecipitation(precipitation, ltmprecipitation,
precipitation_t, ltmprecipitation_t)
|
precipitation |
A |
ltmprecipitation |
A |
precipitation_t |
A |
ltmprecipitation_t |
A |
The start and end time point of the target time interval are derived from
timedate_daily
. All time intervals of timedate_aggregated
are supposed
to fit perfectly within timedate_daily
(i.e. there are no more or less days in
timedate_daily
). All Raster*
time series data are supposed to have the
same spatial extent and resolution.
1 | #
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.