Re: [gdal-dev] gdalwarp to XYZ grid

2013-07-03 Thread Frank Broniewski
Am 2013-07-03 16:53, schrieb Even Rouault: Le mercredi 03 juillet 2013 16:17:14, Frank Broniewski a écrit : Hi all, I'm trying to warp a XYZ Grid to another CRS. My GDAL complains while running: gdalwarp -t_srs EPSG:3035 -of XYZ /tmp/tmpU7lQR2/in.xyz /tmp/tmpU7lQR2/out.xyz Output driver `XYZ'

Re: [gdal-dev] gdalwarp to XYZ grid

2013-07-03 Thread Even Rouault
Le mercredi 03 juillet 2013 16:17:14, Frank Broniewski a écrit : > Hi all, > > I'm trying to warp a XYZ Grid to another CRS. My GDAL complains while > running: > gdalwarp -t_srs EPSG:3035 -of XYZ /tmp/tmpU7lQR2/in.xyz > /tmp/tmpU7lQR2/out.xyz > > > Output driver `XYZ' not recognised or does not s

[gdal-dev] gdalwarp to XYZ grid

2013-07-03 Thread Frank Broniewski
Hi all, I'm trying to warp a XYZ Grid to another CRS. My GDAL complains while running: gdalwarp -t_srs EPSG:3035 -of XYZ /tmp/tmpU7lQR2/in.xyz /tmp/tmpU7lQR2/out.xyz Output driver `XYZ' not recognised or does not support direct output file creation. and now I'm out of ideas and that's why: