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

Wong Hua wong.hua at gmail.com
Fri Nov 21 11:33:56 PST 2014


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 problem I have is that when I use gdal_grid, I get :
ERROR 6: GDALDriver::Create() ... no create method implemented for this
format
Unable to create target dataset "newgrid".
GDALDriver::Create() ... no create method implemented for this format

Here is the command line :
gdal_grid -zfield field_3 -of xyz -l grid grid.vrt newgrid

Is there anything I have to install to be able to write gridded XYZ files?

Thanks for any help.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/gdal-dev/attachments/20141121/a5bc7c42/attachment.html>


More information about the gdal-dev mailing list