Calculate statistical summaries of rainfall over a defined period
1 | window_summary(daily_rfe, years, start_doy, end_doy, stat, id, outlocation)
|
daily_rfe |
Folder containing the downloaded daily-rfe from tamsat_daily_download |
years |
Years as interger(s) for which statistics will be calculated |
start_doy |
Day of Year (DDD-format) for the start of the period |
end_doy |
Day of Year (DDD-format) for the end of the period |
stat |
statistic to calculate, must be compatible with raster::calc() |
id |
Charecter sting to identify the outputs eg 'long_integer/ jan_march etc' |
outlocation |
Folder (string) to save summary layers into |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.