Hello Nikos<div><br></div><div>Very good point... As far as I can see, the order is relevant in &quot;overlapping pixels&quot;. </div><div>About the i.image.mosaic, it was developed by Markus. I gave a look at the Script (Python version) and I&#39;m not sure what is the advantage of this script against r.patch.</div>
<div><br></div><div>Thanks</div><div>Kat</div><div><br><div class="gmail_quote">2010/10/14 Nikos Alexandris <span dir="ltr">&lt;<a href="mailto:nikos.alexandris@felis.uni-freiburg.de">nikos.alexandris@felis.uni-freiburg.de</a>&gt;</span><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div class="im">katrin wrote:<br>
<br>
&gt; &gt; I have a sequence of satellite images (e.g 1 in the north, other in the<br>
&gt; &gt; center and other in south) that I want to merge in a single image. I<br>
&gt; &gt; found three GRASS methodologies:<br>
&gt; &gt; - r.series<br>
&gt; &gt; - r.patch<br>
&gt; &gt; - i.image.mosaic.<br>
&gt; &gt; Which one is the best to perform what I need?<br>
<br>
</div>Hamish:<br>
<div class="im"><br>
&gt; I&#39;m not really familiar with i.image.mosaic, but r.patch would be the<br>
&gt; one to use if you have three satellite images taken in sequence which<br>
&gt; you wish to merge into a single image.<br>
<br>
&gt; r.series is usually used to merge overlapping maps, r.patch to merge<br>
&gt; adjoining maps.<br>
<br>
&gt; to make r.patch easier, you can do:<br>
&gt;  g.region rast=map1,map2,map3<br>
<br>
&gt; to extend the region settings to the outer bounds of all three maps.<br>
<br>
</div>Something critical, if I am not wrong: the order of &quot;map1,map2,map3&quot; is<br>
important (when patching overlaping maps). Check the r.patch manual.<br>
<font color="#888888"><br>
Nikos<br>
</font></blockquote></div><br></div>