The change in water occurrence intensity between the two periods is derived from homologous pairs of months (i.e. same months containing valid observations in both periods). The difference in the occurrence of surface water was calculated for each homologous pair of months. The average of all of these differences constitutes the Surface Water Occurrence change intensity. The raster files have integer cell values between [0, 200]
where 0 represents surface water loss and 200 represents surface water gain.
calc_gsw_change(engine ="extract", stats ="mean")
Arguments
engine: The preferred processing functions from either one of "zonal", "extract" or "exactextract". Default: "extract".
stats: Aggregation function with which the data are combined. Default: "mean".
Returns
A function that returns an indicator tibble with change intensity as variable and corresponding (unitless) values as value.
Details
The pixel values are aggregated using method provided via the stats parameter using the specified engine.