How can I find for every point, which one of its 8 surrounding points (not only out of the 4 neighbours)(pic.2)
has the maximum value of an attribute ?
I want to create a vector at each point that points to the direction that the attribute increases(pic.1)
I believe this is called Attibute Gradi...