[gdal-dev] Ingres driver for gdal

2008-10-06 Thread Denise MacLeod
Hi - I am another recent addition to the GDAL community. I am currently using the Ingres driver for the latest svn trunk version. I had originally downloaded the driver back in May, and had it working, but the latest version wasn't working for me; specifically ogr2ogr was seg faulting. After

RE: [gdal-dev] is there a way to rename fields with gdal/ogr 1.5.x?

2008-10-06 Thread Duarte Carreira
Tamas, Thanks for your reply. The problem to using the latest FWTools is the missing SDE plugin... compiling it myself is behond my knowledge. That's why I was hoping for a workaround with 1.5.x. Do you suppose I could get a compiled copy?? Regards, Duarte De: Duarte Carreira [mailto:[EMAIL

Re: [gdal-dev] creating an epsg code that can be used within the epsg file for fwtools and MapServer

2008-10-06 Thread Roger André
Hi John, No guarantees that I got this right, but you could try adding the following entry to your FWTools/share/proj/epsg file: # Guatemala Transverse Mercator 001234 +proj=tmerc +x_0=50.00 +y_0=0 +lon_0=-90.5 +lat_0=0 +k=0.999800 +ellps=WGS84 +datum=WGS84 +to_meter=0.3048006096012192

Re: [gdal-dev] Ingres driver for gdal

2008-10-06 Thread Even Rouault
For the seg fault, I've taken the liberty to fix it myself (r15463) as the fix was obvious. But I encourage you - and others - to query the trac ticket system (http://trac.osgeo.org/gdal/report/1?sort=ticketasc=0) and create new tickets if needed so that bug reports and patches don't get lost

Re: [gdal-dev] geotiff image writing problem

2008-10-06 Thread Frank Warmerdam
On Fri, Oct 3, 2008 at 6:52 AM, Silvia Marchesi [EMAIL PROTECTED] wrote: Hi, I'm using gdal for reading and writing geotiff images; I nedd to write a c++ code able to read a geotiff image (I have already done it!), process it and then give as output an image qith the same size of the input

Re: [gdal-dev] [SOLVED] Re: Trouble connecting to PostGIS db

2008-10-06 Thread Frank Warmerdam
On Mon, Oct 6, 2008 at 7:44 AM, Jose Gómez-Dans [EMAIL PROTECTED] wrote: Hi, On Friday 03 October 2008 20:58:27 you wrote: Nope, that doesn't change a thing. I am realising that my geometry_columns table is empty, maybe this is where the problem lies? May be. However, quotes seem to make

Re: [gdal-dev] Ingres driver for gdal

2008-10-06 Thread Frank Warmerdam
On Mon, Oct 6, 2008 at 11:11 AM, Denise MacLeod [EMAIL PROTECTED] wrote: ogr2ogr -overwrite -append -skipfailures -f ingres INGRES:mydbname road.shp Now however, the syntax is (as documented on the GDAL website): ogr2ogr -overwrite -append -skipfailues -f Ingres