<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
</style>
</head>
<body class='hmmessage'>
That's exactly what I was looking for! Thank you very ... very much Frank.<br>With best regards.<br>~Belaid ... <br><br>&gt; Date: Tue, 16 Jun 2009 09:43:35 -0400<br>&gt; From: warmerdam@pobox.com<br>&gt; To: belaid_moa@hotmail.com<br>&gt; CC: gdal-dev@lists.osgeo.org<br>&gt; Subject: Re: [gdal-dev] Resampling.<br>&gt; <br>&gt; Belaid MOA wrote:<br>&gt; &gt; Hi everyone,<br>&gt; &gt;   I am new to GDAL and I need some help on how to do re-sampling <br>&gt; &gt; (programmatically).<br>&gt; &gt; I have 30mx30m Geotiff images and I'd like to resample them into 25mx25m <br>&gt; &gt; Geotiff images.<br>&gt; &gt; <br>&gt; &gt;  Any help on this is very appreciated.<br>&gt; <br>&gt; Belaid,<br>&gt; <br>&gt; One approach to do this would be a command like:<br>&gt; <br>&gt;   gdalwarp -tr 25 25 input.tif output.tif<br>&gt; <br>&gt; This resamples to 25x25 meter pixels with the default (nearest neighbour)<br>&gt; resampling kernel.  You might also want to use a fancier resampling kernel,<br>&gt; such as cubic convolution:<br>&gt; <br>&gt;   gdalwarp -r cubic -tr 25 25 input.tif output.tif<br>&gt; <br>&gt; More details are available at:<br>&gt; <br>&gt;    http://www.gdal.org/gdalwarp.html<br>&gt; <br>&gt; Best regards,<br>&gt; -- <br>&gt; ---------------------------------------+--------------------------------------<br>&gt; I set the clouds in motion - turn up   | Frank Warmerdam, warmerdam@pobox.com<br>&gt; light and sound - activate the windows | http://pobox.com/~warmerdam<br>&gt; and watch the world go round - Rush    | Geospatial Programmer for Rent<br>&gt; <br><br /><hr />Internet Explorer 8 makes surfing easier.  <a href='http://go.microsoft.com/?linkid=9655264' target='_new'>Get it now! </a></body>
</html>