[GRASS-user] Re: TIN (Linear interpolation) from points

Vincent Bain bain at toraval.fr
Sat Mar 17 11:33:59 EDT 2012


r.surf.nnbathy accepts three interpolation methods, among which delaunay
interpolation (alg=l). Have a look on the the add-on man page for more
information on each method.

>From your vector points, you need to produce a raster map via v.to.rast.

first, set region resolution in order to adjust raster points density to
input vector points
Then run r.surf.nnbathy on the resulting point raster map.

Vincent

Le samedi 17 mars 2012 à 08:15 -0700, TheGeographer a écrit :
> Vincent Bain wrote
> > 
> >> @Vincent: I need linear triangulation. 
> > 
> > Yes, this is what r.surf.nnbathy does. In other words, you obtain a
> > faceted surface where triangles summits meet input points.
> > 
> 
> Ok, but i use vector points as input data. And the module needs a raster
> map. 
> 
> Are the interpolation results very different between linear interpolation
> and natural neighbor?
> The r.surf.nnbathy uses only natural neighbor as interpolation method. 
> 
> 
> --
> View this message in context: http://osgeo-org.1560.n6.nabble.com/TIN-Linear-interpolation-from-points-tp4627723p4628159.html
> Sent from the Grass - Users mailing list archive at Nabble.com.
> _______________________________________________
> grass-user mailing list
> grass-user at lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/grass-user
> 




More information about the grass-user mailing list