Re: [gdal-dev] gdal_grid - cannot get interpolation to work

2011-01-27 Thread Chaitanya kumar CH
Werner, You swapped the X and Y extents in the command. On Thu, Jan 27, 2011 at 11:14 PM, Werner Reiche wrote: > > I'm trying to use gdal_grid to generate a .tiff file from a .csv file. > > The problem I am encountering is that output file always contains 'no-data' > values. > > The command I am

[gdal-dev] gdal_grid - cannot get interpolation to work

2011-01-27 Thread Werner Reiche
I'm trying to use gdal_grid to generate a .tiff file from a .csv file. The problem I am encountering is that output file always contains 'no-data' values. The command I am using is: gdal_grid -txe -51.428009 -43.153992 -tye 46.112598 51.347198 -outsize 1024 796 \ -a nearest:rad