Open dylanbeaudette opened 8 years ago
The Moran_I_ByRaster()
function likely underestimates SA. A more appropriate measure would mask the input raster using the source polygons. This will not work when pixels are large relative to map unit polygons.
Proposed, better approach:
Over-sampling will less of a concern after addressing this issue.
New process:
This is all implemented in:
sharpshootR::sampleRasterStackByMU(..., estimateEffectiveSampleSize=TRUE)
sharpshootR::Moran_I_ByRaster()
sharpshootR::ESS_by_Moran_I()
These functions have not been extensively documented or tested.