> > I want to generate a transect of the altitude between 2 points on an > > elevation raster map. What is the best way to do this? > > r.transect map=yourDEM line=xstart,ystart,azimuth,distance r.profile and d.profile too. Hamish