[GRASSLIST:5879] Re: Merge SRTMs in Grass6cvs

I've got grass6cvs with the Aqua interface, working nicely. Imported
some SRTMs without any problems, but cannot figure out how to merge my
six tiles into one. Anybody know the answer?

r.in.srtm ...

g.region rast=map1,map2,map3,map4,map5,map6

r.patch in=map1,map2,map3,map4,map5,map6 out=SRTM_merged

r.fillnulls if needed.

r.colors SRTM_merged rule=srtm

note the border overlaps between cells.

Hamish