I'm using QGIS and would like to know if I can automate generating multiple sets of random points and mean distances?
I have a data set consisting over 600 coordinate points for Mistletoe across Greater London. I've mapped these points onto a map of London's waterways and bodies and then used the distance matrix function to measure the distance of each mistletoe point to its nearest waterways vector node, and then calculated the mean distance from water.
I have then generated a set of random points across the same area and repeated the same process giving me a mean distance from water for the random points.
I'd like to repeat the process generating 10,000 separate sets of random points and perform a distance matrix for each set, and calculate its mean distance from water.
Is it possible to automate this in QGIS?