Re: [gdal-dev] OGR: Accessing ESRI Personal Geodatabase on OS X

2010-06-28 Thread Carlo A. Bertelli (Charta s.r.l.)
Hello, maybe a solution may be found at a lower level, using gdal java bindings with Jackcess (http://jackcess.sourceforge.net/), the library behind mdb-sqlite. This could be a simpler solution for all platforms besides Windows. c On Fri, 25 Jun 2010 16:06:48 William Kyngesburye wrote: > PGeo sup

Re: [gdal-dev] OGR: Accessing ESRI Personal Geodatabase on OS X

2010-06-25 Thread William Kyngesburye
PGeo support depends on a working ODBC driver for MDB databases. On Linux, this is done with mdbtools. I have not been able to get this working on OS X with the system iODBC (I last looked at it a year ago). It compiles (with some hackery), but does not load. I haven't tried mdbtools with Un

[gdal-dev] OGR: Accessing ESRI Personal Geodatabase on OS X

2010-06-25 Thread Bob Cave
Hello, I see that OGR supports reading ESRI Personal Geodatabases. We are considering adding this capability to our product, which has both Windows and Mac OS X implementations. I have tried the basic functionality on Windows (using FW_Tools), and the OGR documentation has instructions for usin