Re: [gdal-dev] Re: FileGDB OGR driver test

2011-04-14 Thread Eli Adam
I tried compiling the FileGDB OGR driver on ubuntu 8.04 and got a few errors. On the first step I got: eadam@lgis0229ubuntu:/usr/local/src/gdal$ g++ -Wall -g ogr/ogrsf_frmts/filegdb/*.c* -shared -o ogr_filegdb.so -Iport -Igcore -Iogr -Iogr/ogrsf_frmts -Iogr/ogrsf_frmts/filegdb -L. -lgdal

Re: [gdal-dev] Re: FileGDB OGR driver test

2011-04-14 Thread Even Rouault
Le jeudi 14 avril 2011 16:50:16, Eli Adam a écrit : I tried compiling the FileGDB OGR driver on ubuntu 8.04 and got a few errors. On the first step I got: eadam@lgis0229ubuntu:/usr/local/src/gdal$ g++ -Wall -g ogr/ogrsf_frmts/filegdb/*.c* -shared -o ogr_filegdb.so -Iport -Igcore -Iogr

Re: [gdal-dev] Re: FileGDB OGR driver test

2011-04-14 Thread Eli Adam
I reviewed this a little further. I was mistaken in my first report, the field RDSRCDATE was created as DATE (as opposed to DateTime) and populated with null. I had mistakenly checked and reported on the field CONST_DATE which is created as an Integer and populated with null. (I don't know if

Re: [gdal-dev] Re: FileGDB OGR driver test

2011-04-14 Thread Ragi Burhum
banlktimitsqyjfixfrys05jkeibya+t...@mail.gmail.com, Ragi Burhum r...@burhum.com wrote: Perfect. Thank you Michael. - Ragi Date: Tue, 12 Apr 2011 15:45:25 -0400 From: Smith, Michael ERDC-CRREL-NH michael.sm...@usace.army.mil Subject: Re: [gdal-dev] Re: FileGDB OGR driver test To: Even Rouault

Re: [gdal-dev] Re: FileGDB OGR driver test

2011-04-13 Thread Ragi Burhum
Perfect. Thank you Michael. - Ragi Date: Tue, 12 Apr 2011 15:45:25 -0400 From: Smith, Michael ERDC-CRREL-NH michael.sm...@usace.army.mil Subject: Re: [gdal-dev] Re: FileGDB OGR driver test To: Even Rouault even.roua...@mines-paris.org, gdal-dev@lists.osgeo.org Message-ID

Re: [gdal-dev] Re: FileGDB OGR driver test

2011-04-13 Thread Eli Adam
. - Ragi Date: Tue, 12 Apr 2011 15:45:25 -0400 From: Smith, Michael ERDC-CRREL-NH michael.sm...@usace.army.mil Subject: Re: [gdal-dev] Re: FileGDB OGR driver test To: Even Rouault even.roua...@mines-paris.org, gdal-dev@lists.osgeo.org Message-ID: c9ca2415.2220d%michael.sm

Re: [gdal-dev] Re: FileGDB OGR driver test

2011-04-13 Thread Even Rouault
, 12 Apr 2011 15:45:25 -0400 From: Smith, Michael ERDC-CRREL-NH michael.sm...@usace.army.mil Subject: Re: [gdal-dev] Re: FileGDB OGR driver test To: Even Rouault even.roua...@mines-paris.org, gdal-dev@lists.osgeo.org Message-ID: c9ca2415.2220d%michael.sm...@usace.army.mil

[gdal-dev] Re: FileGDB OGR driver test

2011-04-12 Thread Hermann Peifer
On 04/04/2011 05:05, Ragi Burhum wrote: Hello list, I am trying to test a new version of the FileGDB driver for OGR, but I lack enough FileGDBs to test :) Is the lack of FileGDBs still an issue? At work, we have several hundreds of them and I could check if I can make some available. If

Re: [gdal-dev] Re: FileGDB OGR driver test

2011-04-12 Thread Smith, Michael ERDC-CRREL-NH
Hermann, You can use the FileGDB driver with Linux. The FileGDB api has been available on Linux since Beta 2. I plan to do some testing in the next couple of days. Mike -- Michael Smith Remote Sensing/GIS Center US Army Corps of Engineers On 4/12/11 1:08 PM, Hermann Peifer pei...@gmx.eu

Re: [gdal-dev] Re: FileGDB OGR driver test

2011-04-12 Thread Even Rouault
Le mardi 12 avril 2011 19:08:24, Hermann Peifer a écrit : On 04/04/2011 05:05, Ragi Burhum wrote: Hello list, I am trying to test a new version of the FileGDB driver for OGR, but I lack enough FileGDBs to test :) Is the lack of FileGDBs still an issue? At work, we have several

Re: [gdal-dev] Re: FileGDB OGR driver test

2011-04-12 Thread Smith, Michael ERDC-CRREL-NH
Even, How do you configure gdal/ogr to build with the linux api? I'm working on getting some example datasets together. Mike -- Michael Smith Remote Sensing/GIS Center US Army Corps of Engineers On 4/12/11 2:28 PM, Even Rouault even.roua...@mines-paris.org wrote: Le mardi 12 avril 2011

Re: [gdal-dev] Re: FileGDB OGR driver test

2011-04-12 Thread Matt Wilkie
ArcGIS 10 FileGDB's right ? If the api allows for using gdb's from different versions then the test suite should have different versions too. In any case I can make v10 gdb's. Current GDAL trunk builds against FileGDB API beta3 under Linux 32bit. Too bad ESRI doesn't provide any 64bit build

Re: [gdal-dev] Re: FileGDB OGR driver test

2011-04-12 Thread Even Rouault
Le mardi 12 avril 2011 20:37:06, Smith, Michael ERDC-CRREL-NH a écrit : Even, How do you configure gdal/ogr to build with the linux api? This is a bit involved since there's no ./configure support yet, so I compile it at hand as a plugin Here's the line I use from GDAL root source directory

Re: [gdal-dev] Re: FileGDB OGR driver test

2011-04-12 Thread Even Rouault
Le mardi 12 avril 2011 20:40:58, Matt Wilkie a écrit : ArcGIS 10 FileGDB's right ? If the api allows for using gdb's from different versions then the test suite should have different versions too. In any case I can make v10 gdb's. No, the FileGDB API only reads v10 gdb's. Current GDAL

Re: [gdal-dev] Re: FileGDB OGR driver test

2011-04-12 Thread Smith, Michael ERDC-CRREL-NH
I have a test v10 filegdb with points, lines, polygons (all with Z and M but I think the measures aren't populated). There are also some non geometry tables and some relationship classes. Its available at http://12.189.158.78:8081/downloads/test_fgdb.gdb.zip Mike -- Michael Smith Remote

Re: [gdal-dev] Re: FileGDB OGR driver test

2011-04-12 Thread Matt Wilkie
Hi Hermann, it's so good to hear there is active work on this! I am trying to test a new version of the FileGDB driver for OGR, but I lack enough FileGDBs to test :) Ho many do you need, what kind of contents should they have, and how big? e.g. feature classes, feature datasets, topologies,