Re: [gdal-dev] Trying to write a gridded XYZ from an cloud of points...

2014-11-23 Thread Kyle Shannon
Wong, On Fri, Nov 21, 2014 at 12:33 PM, Wong Hua wrote: > Hello, I am a osgeo4w user and very green in the field of geo data. > > I am using gdal_grid to grid and ungridded set of points (a CSV file). > > I ultimately want to use it with gdaltransform to change the projection type > and gdaltrans

[gdal-dev] Trying to write a gridded XYZ from an cloud of points...

2014-11-21 Thread Wong Hua
Hello, I am a osgeo4w user and very green in the field of geo data. I am using gdal_grid to grid and ungridded set of points (a CSV file). I ultimately want to use it with gdaltransform to change the projection type and gdaltransform does not work with ungridded files from my understanding. The