[GRASSLIST:3954] difference of values of pairs

hello

I have a site map. I want to know what the differences of values
between nearest pairs are.

How can I do that ?

kind regards

Ahmet Temiz

TURKEY

______________________________________
Inflex - installed on mailserver for domain @deprem.gov.tr
Queries to: postmaster@deprem.gov.tr

______________________________________
The views and opinions expressed in this e-mail message are the sender's own
and do not necessarily represent the views and the opinions of Earthquake Research Dept.
of General Directorate of Disaster Affairs.

Bu e-postadaki fikir ve gorusler gonderenin sahsina ait olup, yasal olarak T.C.
B.I.B. Afet Isleri Gn.Mud. Deprem Arastirma Dairesi'ni baglayici nitelikte degildir.

I have a site map. I want to know what the differences of values
between nearest pairs are.

How can I do that ?

You will probably have to write some custom code, but ...

[5.0/5.3]
Perhaps interpolating to raster (s.surf.rst, s.surf.idw) and then making
a slope map (r.slope.aspect if needed), and then maybe masking with
s.to.rast and r.buffer will give you something to look at, if not
absolute values.

There is probably many other ways as well..

Hamish