I'm having an issue using gdalwarp to interpolate over some data to smooth it out.<div><div>gdalwarp --version</div><div>GDAL 1.9.1, released 2012/05/16</div>
<div><br></div><div>I have a dataset that's rather small: </div><div>gdalinfo shows:</div><div><br></div><div><div>Size is 360, 181</div><div>Coordinate System is `'</div><div>Origin = (-0.500000000000000,90.500000000000000)</div>
<div>Pixel Size = (1.000000000000000,-1.000000000000000)</div></div><div><div>Size is 360, 181</div><div>Coordinate System is `'</div><div>Origin = (-0.500000000000000,90.500000000000000)</div><div>Pixel Size = (1.000000000000000,-1.000000000000000)</div>
</div><div><br></div><div>For testing I'm using</div><div>gdalwarp -of netCDF -r cubicspline -ts WIDTH 0 <a href="http://in.nc">in.nc</a> <a href="http://out.nc">out.nc</a><br></div><div><br></div><div>Everything is great, until I get the WIDTH >= 5765</div>
<div><br></div><div>My data goes from 0-360.  When I'm below 5765, I see the full set of data when I use ncview or gdaldem to view results.  When I am at or above 5765, however, I only see the data from 180-360.</div>
<div><br></div><div>Exactly half the data is missing, and it's always missing from 0-180.</div><div>File size is 64Mb, so it's not an issue with being over the 2Gb limit.</div><div><br></div><div>gdalinfo on the warped image is:<br>
<div>Size is 5765, 2899</div><div>Coordinate System is `'</div><div>Origin = (-0.500000000000000,90.500000000000000)</div><div>Pixel Size = (0.062445793581960,-0.062445793581960)</div></div></div><div><br></div><div>Does anyone have an insight as to what might be going on?</div>
<div><br></div><div>Thanks</div>