Greetings<div>Thanks It really worked but now I have one particualr question:</div><div>I need to have an automatic proceeding but, in this case my  input images are not in the same coordinate system (e.g. different UTM Zones). Can I apply this methdology without defining source_coordinate system?</div>
<div>Thanks</div><div>Jenny<br><br><div class="gmail_quote">On Mon, May 10, 2010 at 12:21 PM, Firman Hadi <span dir="ltr">&lt;<a href="mailto:jalmiburung@gmail.com">jalmiburung@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div><div></div><div class="h5"><br>
On 10 May 2010, at 18:00, Jenny Turner wrote:<br>
<br>
&gt; Greetings<br>
&gt; I need to import Landsat images (r.in.gdal) to my location but, my Landsat images are in a specific Coordinate system (WGS84) that is different from mine. Could anyone explain me (briefly ) the steps to import this images?<br>

&gt; Thanks<br>
&gt; Jenny<br>
<br>
<br>
</div></div>Dear Jenny,<br>
<br>
If your images are in TIFF, you can convert the coordinate system to the one that you have, with<br>
gdalwarp. As an example, if my coordinate system is UTM Zone 48S (32748) and my data is in lat-long (4326), I will use gdalwarp command like this:<br>
gdalwarp -t_srs &quot;EPSG:32748&quot; -s_srs &quot;EPSG:4326&quot; source.tif target.tif<br>
<br>
Cheers,<br>
<br>
<br>
<br>
Firman Hadi<br>
Center for Remote Sensing - ITB<br>
Jl. Ganesha No. 10,<br>
Labtek IX-C, 3rd Floor<br>
Bandung - 40132<br>
INDONESIA<br>
Phone: +62-22-2530701<br>
Fax: +62-22-2530702<br>
Website : <a href="http://crs.itb.ac.id" target="_blank">http://crs.itb.ac.id</a> ; <a href="http://www.sigro.org" target="_blank">www.sigro.org</a><br>
Blog : <a href="http://jalmiburung.wordpress.com" target="_blank">http://jalmiburung.wordpress.com</a><br>
JepratJepret: <a href="http://jalmiburung.fotografer.net" target="_blank">http://jalmiburung.fotografer.net</a><br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
</blockquote></div><br></div>