On 03/09/2010 02:27, AusRod wrote:
Same here:
$ GDALINFO file.tif > textfile
-bash: GDALINFO: command not found
But there is an easy way out. See below. Hermann
$ gdalinfo file.tif > textfile
$ cat textfile
Driver: GTiff/GeoTIFF
Files: file.tif
Size is 4850, 4150
Coordinate System is:
PRO
--
View this message in context:
http://osgeo-org.1803224.n2.nabble.com/GDALINFO-cannot-pipe-to-text-file-tp5493418p5493418.html
Sent from the GDAL - Dev mailing list archive at Nabble.com.
___
gdal-dev mailing list
gdal-dev@lists.osgeo.org
http://lis
On 9/2/2010 12:41 AM, Chaitanya kumar CH wrote:
Before I read through the valgrind and gdb reports throughly, I want to
suggest that you can compile gdal without ogr support.
Hi Chaitanya,
Not exactly the test you asked for because I can not easily install gdal
without ogr on this server, bu
Jean-Claude was right. I had a problem with the installation. There were
several versions of proj.dll on my computer.
One that I downloaded as a binary, one that I build myself, one in fw_tools and
some that I created trying to solve this problem.
By deleting all the old ones except for the
Stephen Woodbridge wrote:
Hi devs,
I have written a program that uses gdal to access raster images and
shapelib calls to read and write some shapefiles.
I'm getting some SEGVs and I crashed valgrind! see valgrind gdb runs below.
It also appears the gdal/ogr has a copy of shapelib build into