Re: [gdal-dev] MDB tools

2015-10-02 Thread Zoltan Szecsei
Hi, Look at http://www.gdal.org/ogr_formats.html IIRC ogr2ogr needed that - but ogrinfo? not sure - maybe the -oo param? You could also use ogrinfo --formats to see what's available on your system. Hopefully others will chip in too. Regards, Zoltan On 2015-10-02 15:38, Stefan Keller wrote:

Re: [gdal-dev] MDB tools

2015-10-02 Thread Stefan Keller
I have a similar issue and supposedly a very simple question: Given a file Geomedia .mdb file I'm getting a similar error on Windows. % ogrinfo myfile.mdb -al -so How does OGR recognize if it's a Personal Geodatabase or a Geomedia file? :Stefan 2012-03-28 16:19 GMT+02:00 Paolo Corti

Re: [gdal-dev] MDB tools

2015-10-02 Thread Stefan Keller
Zoltan Yes, I'm testing GDAL 1.11.2, released 2015/02/10, in Windows which supports PGeo and Geomedia. My problem is, how can I tell ogrinfo's and ogr2ogr that myfile.mdb is Geomedia and not PGeo (since both have fileextension .mdb)? :Stefan 2015-10-02 15:48 GMT+02:00 Zoltan Szecsei

Re: [gdal-dev] MDB tools

2015-10-02 Thread Stefan Keller
2015-10-02 16:35 GMT+02:00 I wrote > Yes, I'm testing GDAL 1.11.2, released 2015/02/10, in Windows which > supports PGeo and Geomedia. > My problem is, how can I tell ogrinfo's and ogr2ogr that myfile.mdb is > Geomedia and not PGeo (since both have fileextension .mdb)? That's the command and the

Re: [gdal-dev] MDB tools

2015-10-02 Thread Even Rouault
Le vendredi 02 octobre 2015 19:54:12, Stefan Keller a écrit : > 2015-10-02 16:35 GMT+02:00 I wrote > > > Yes, I'm testing GDAL 1.11.2, released 2015/02/10, in Windows which > > supports PGeo and Geomedia. > > My problem is, how can I tell ogrinfo's and ogr2ogr that myfile.mdb is > > Geomedia and

Re: [gdal-dev] MDB tools

2015-10-02 Thread Stefan Keller
Even, tu es le meilleur... :Stefan 2015-10-02 19:58 GMT+02:00 Even Rouault : > Le vendredi 02 octobre 2015 19:54:12, Stefan Keller a écrit : >> 2015-10-02 16:35 GMT+02:00 I wrote >> >> > Yes, I'm testing GDAL 1.11.2, released 2015/02/10, in Windows which >> > supports

[gdal-dev] MDB tools

2012-03-28 Thread Zoltan Szecsei
Hi All, I am trying to find a way to list the data type of each field in all tables in a GeoMedia MDB databse. I tried ogrinfo mdbname and got: ERROR 1: PGeo: MDB Tools driver not found! so, sudo apt-get install mdbtools, and tried again and got same error. so, sudo apt-get install

Re: [gdal-dev] MDB tools - SOLVED

2012-03-28 Thread Zoltan Szecsei
Sorry - I didn't try he simple idea first: Just use mdb-schema from mdb-tools. Apologies for the bandwidth wastage. Regards, Zoltan On 2012/03/28 15:57, Zoltan Szecsei wrote: Hi All, I am trying to find a way to list the data type of each field in all tables in a GeoMedia MDB databse. I

Re: [gdal-dev] MDB tools

2012-03-28 Thread Paolo Corti
On Wed, Mar 28, 2012 at 3:57 PM, Zoltan Szecsei zolt...@geograph.co.za wrote: Hi All, I am trying to find a way to list the data type of each field in all tables in a GeoMedia MDB databse. I tried ogrinfo mdbname and got:  ERROR 1: PGeo: MDB Tools driver not found! so, sudo apt-get install