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

2008-10-03 Thread Tamas Szekeres
Hi, This option is related to RFC21 (http://trac.osgeo.org/gdal/wiki/rfc21_ogrsqlcast) and only available in the development version. The latest FWTools release should contain the related binaries. Best regards, Tamas 2008/10/3 Duarte Carreira <[EMAIL PROTECTED]>: > Hi all. > > > > I was tryin

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

2008-10-03 Thread Rahkonen Jukka
Lähettäjä: Jose Gomez-Dans > Hi, > 2008/10/3 Jukka Rahkonen <[EMAIL PROTECTED]> >> > $ ogrinfo --debug on -ro 'PG:host=HOST user=USER password=PASSWORD >> port=5432 >> dbname=DBNAME' >> >> Try using " " around the connection string, instead of ' '. > Nope, that doesn't change a thing. I am re

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

2008-10-03 Thread Jose Gomez-Dans
Hi, 2008/10/3 Jukka Rahkonen <[EMAIL PROTECTED]> > > $ ogrinfo --debug on -ro 'PG:host=HOST user=USER password=PASSWORD > port=5432 > dbname=DBNAME' > > Try using " " around the connection string, instead of ' '. Nope, that doesn't change a thing. I am realising that my geometry_columns table i

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

2008-10-03 Thread Duarte Carreira
Hi all. I was trying to convert & rename a shapefile and getting syntax errors with the -sql string... So I'm wondering if this is working in 1.5.x or only in 1.6dev? If it's not working in 1.5 is there any other way to accomplish this in this version? Thanks, Duarte Carreira _

[gdal-dev] Combining shape files

2008-10-03 Thread Rainer M Krug
Hi I have 6 shape files, named region_SPP_1__Acacia_cyclops.shp to region_SPP_6__Acacia_cyclops.shp which I would like to combinr into a single shape file, called Acacia_cyclops.shp For this I wrote the following script: #!/bin/bash SP="Acacia_cyclops" ogr2ogr -f \"ESRI Shapefile\" "./comb/"$SP"

Re: [gdal-dev] Re: OziExplorer (ozf2) Files with GDAL?

2008-10-03 Thread Oliver Eichler
Hi Jukka, thanks for the info. Good to know for the future. But ... sounds to me like Geotiff and GDAL. Thus who needs ozi? ;) Oliver Btw GDAL and mobile devices perform very well. Such a project like QLandkarte GT / M would never exist without GDAL. Big cudos to the project maintainers! _

Re: [gdal-dev] OziExplorer (ozf2) Files with GDAL?

2008-10-03 Thread Oliver Eichler
> The work on an ozf2 driver has already started. Oliver, as you mentioned > it, do you know if this could be a problem and if I should ask the > OziExplorer guys to allow me this? Hi, I had problems with reengineering the GeoGrid format by EADS. They claim to have an expired patent on this and

Re: [gdal-dev] Re: OziExplorer (ozf2) Files with GDAL?

2008-10-03 Thread Tom Kazimiers
Jukka Rahkonen schrieb: > Oliver Eichler gmx.de> writes:> > > >> AFAIK the ozi format is just referencing information to a bitmap stored in a >> known format like jpeg, png or tiff. Thus using gdal_translate is not that >> obscure to me. >> > > Hi, > > Not quite so. OziExplorer .map f

[gdal-dev] Re: OziExplorer (ozf2) Files with GDAL?

2008-10-03 Thread Jukka Rahkonen
Oliver Eichler gmx.de> writes:> > AFAIK the ozi format is just referencing information to a bitmap stored in a > known format like jpeg, png or tiff. Thus using gdal_translate is not that > obscure to me. Hi, Not quite so. OziExplorer .map file it doing that, pointing out to the image file

Re: [gdal-dev] OziExplorer (ozf2) Files with GDAL?

2008-10-03 Thread Tom Kazimiers
Oliver Eichler schrieb: > On Friday, 3. October 2008 11:43:04 you wrote: > >> On Fri, 03 Oct 2008 09:03:55 +0100, Oliver Eichler <[EMAIL PROTECTED]> >> > wrote: > >>> There is another converter: >>> >>> http://sourceforge.net/projects/ozi2geotiff >>> >> As far as I can tell this

[gdal-dev] geotiff image writing problem

2008-10-03 Thread Silvia Marchesi
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 one (exception for the number of bands) and with the same geographic data; the o

Re: [gdal-dev] OziExplorer (ozf2) Files with GDAL?

2008-10-03 Thread Jean-Claude Repetto
Oliver Eichler a écrit : There is another converter: http://sourceforge.net/projects/ozi2geotiff Oliver No, it converts .map files. Jean-Claude ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev

Re: [gdal-dev] OziExplorer (ozf2) Files with GDAL?

2008-10-03 Thread Oliver Eichler
On Friday, 3. October 2008 11:43:04 you wrote: > On Fri, 03 Oct 2008 09:03:55 +0100, Oliver Eichler <[EMAIL PROTECTED]> wrote: > > There is another converter: > > > > http://sourceforge.net/projects/ozi2geotiff > > As far as I can tell this program just calls gdal_translate! > So if GDAL doesn't k

Re: [gdal-dev] OziExplorer (ozf2) Files with GDAL?

2008-10-03 Thread Tom Kazimiers
Oliver Eichler schrieb: > There is another converter: > > http://sourceforge.net/projects/ozi2geotiff > > Oliver > ___ > gdal-dev mailing list > gdal-dev@lists.osgeo.org > http://lists.osgeo.org/mailman/listinfo/gdal-dev > > Thanks for that, Oliver. __

Re: [gdal-dev] OziExplorer (ozf2) Files with GDAL?

2008-10-03 Thread Oliver Eichler
There is another converter: http://sourceforge.net/projects/ozi2geotiff Oliver ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev