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

2012-10-25 Thread Ernest Menville
b > > ** ** > > *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 >

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

2012-10-23 Thread Ernest Menville
ev-boun...@lists.osgeo.org');> [mailto: > gdal-dev-boun...@lists.osgeo.org 'gdal-dev-boun...@lists.osgeo.org');>] *On Behalf Of *Ernest Menville > *Sent:* Tuesday, October 23, 2012 7:14 AM > *To:* Hugo Benicio > *Cc:* gdal-dev@lists.osgeo.org 'gdal-dev@lists.

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 wi

[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.78