Re: [gdal-dev] gdaltransform - output into textfile

2012-10-25 Thread Ernest Menville
** ** *From:* philipp.gl...@gmail.com [mailto:philipp.gl...@gmail.com] *On Behalf Of *Ernest Menville *Sent:* Tuesday, October 23, 2012 9:40 AM *To:* Moskovitz, Bob@DOC *Cc:* Ernest Menville; Hugo Benicio; gdal-dev@lists.osgeo.org *Subject:* Re: gdaltransform - output into textfile

[gdal-dev] gdaltransform - output into textfile

2012-10-23 Thread Ernest Menville
Hi, I have a problem redirecting the output of gdaltransform into a text file. The output file is always empty. my code: gdaltransform -s_srs EPSG:4326 -t_srs EPSG:3857 WGS84.txt Grid.txt with WGS84.txt: 10.590820 46.935261 10.898438 46.935261 10.898438 46.785016 10.590820 46.785016

Re: [gdal-dev] gdaltransform - output into textfile

2012-10-23 Thread Ernest Menville
Hi, if you remove the output redirection Grid.txt, what does it do? gdaltransform -s_srs EPSG:4326 -t_srs EPSG:3857 WGS84.txt Does it print the output on you console/terminal? gdaltransform is actually generating an output? (You redirection syntax seems ok) Yes, the output without