Have site data need raster data (fwd)
Simon Cox
simon at artemis.earth.monash.edu.au
Tue Apr 26 15:58:10 EDT 1994
Chris
One way would be to do a spline interpolation to a raster
(using s.surf.tps), then use r.transect to get the
values along your chosen transect. You could also do something
with r.mapcalc to generate a new raster with only the transects: eg
tmap = if(online,pressure,0)
where online is your map of the transects of interest, pressure is
your interpolated pressure map, and tmap is the output
Cheers
Simon
More information about the grass-dev
mailing list