View source: R/oisst_data_funs.R
calc_daily_climatologies | R Documentation |
Generate Daily 30-year climatologies for a given area.
This function takes a raster stack of OISST data (usually with a clipped extent for memory). Default climatology ranges from 1982-01-01 to 2011-12-31, as such the input stack must extend beyond those dates estimate the climatology correctly.
Returns a raster stack with mean SST for every day in the year over the desired time window.
calc_daily_climatologies(stack_in, projection_crs = 26919, anom_period = NULL)
stack_in |
Raster stack of daily SST Measurements from OISST dataset |
projection_crs |
The coordinate reference system number/proj4string for the desired output |
anom_period |
Character vector indicating start and end years to calculate climatology for. NULL defaults to 1982-2011. |
Climatology raster stack with daily climate averages for reference period
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.