I guess you can do it with a combination of the existing tools: You can create a buffer zone between your 2 dataset where they merge and set the buffer to null values. Then using r.fillnulls (http://grass.osgeo.org/gdp/html_grass64/r.fillnulls.html) and you can fill the gap using both datasets.
Hope that helps. Cheers Sab On Thu, 2011-02-24 at 10:53 -0800, kaipi wrote: > I need to patch rasters containing NULL areas with alternative rasters. I can > do this with r.patch but due to different quality/resolution of the rasters > this produces prominent seamlines. Is there a way to feather/blend between > merged rasters using Grass GIS? > > Thanks, > > Kaipi _______________________________________________ grass-user mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/grass-user
