Skip to content

AWAPer - daily, weekly, monthly extraction and mapping

Latest
Compare
Choose a tag to compare
@peterson-tim-j peterson-tim-j released this 27 May 02:40
· 7 commits to master since this release

This version now allows the extraction of data at time steps greater than daily (e.g. weekly, monthly, quarterly or annual) using user-defined functions for aggregating the daily time-step data. This also allows derivation of spatial variability at the user defined time step, e.g. annual time step spatial variance. The data can now also be mapped at the user defined time step. These features are demonstrated in the package vignettes. The runtime of this version should also be improved - which was achieved by improving the performance of raster::rasterize() calls.

This version was accepted onto CRAN on 18 February 2021 (https://cran.r-project.org/web/packages/AWAPer/index.html).

The following examples demonstrates these new features:

  1. Extract monthly areal weighted total precipitation at two catchments and plot the totals and the spatial variability (see here)
  2. Extract and map the monthly total precipitation at two catchments (see here)