I have a polygn layer and each polygon has the MEAN elevation as an attribute.... I want to write a python script to select each polygon and compare its elevation with its neighbourhood polygons and store the result in a table as (From-To) where if sorrounded polygon has lower elevation, i added to the table and if not , i escape it.... and to loop for each polygon....
thank in advance