<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style>
</head>
<body class='hmmessage'>
I'm using gdal_grid to create a 1200x796 pixel out from an input data set of approximately<BR>
250,000 points.&nbsp; This takes about 90 minutes (30 minutes for each r/g/b band).&nbsp; This seems<BR>
to be unreasonably slow.&nbsp; Any ideas on speeding it up?<BR>
&nbsp;<BR>
The command I am using is:<BR>
<FONT face=Arial>gdal_grid -txe -51.428009 -43.153992 -tye 46.112598 51.347198 -outsize 1024 796 \</FONT> <BR><FONT size=2 face=Arial>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; -a nearest:radius1=0.01:radius2=0.01:angle=0.0:nodata=0.0 \</FONT> <BR><FONT size=2 face=Arial>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; -l rs2_file_1 -l rs2_file_2 -l rs2_file_3 \</FONT> <BR><FONT size=2 face=Arial>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; -of GTiff -ot Byte rs2_file.vrt test.tiff</FONT> <BR><BR>
&nbsp;<BR>                                               </body>
</html>