Re: [gdal-dev] compiling gdal with esri file gdb

2017-03-11 Thread Richard Greenwood
Many thanks for your help and patience. Using ogr2ogr 2.2 with the OpenFileGDB driver reads ESRI file GDBs that contain curves. When converting to a shapefile curves are converted to a series of short tangents. When converting to postgis the curves appear to be preserved as curves. Very nice! Rich

Re: [gdal-dev] compiling gdal with esri file gdb

2017-03-11 Thread Richard Greenwood
On Sat, Mar 11, 2017 at 7:20 AM, Even Rouault wrote: > On samedi 11 mars 2017 07:15:27 CET Richard Greenwood wrote: > > > On Sat, Mar 11, 2017 at 1:34 AM, Damian Dixon > > > > > > wrote: > > > > Have you tried OpenFileGDB? (you will need GDAL 2.2 or newer for curve > > > > geometries). > > > > >

Re: [gdal-dev] compiling gdal with esri file gdb

2017-03-11 Thread Even Rouault
> > ---- Original Message > > Subject: Re: [gdal-dev] compiling gdal with esri file gdb > > From: Damian Dixon > > To: Richard Greenwood > > CC: GDAL List > > > > > > Have you tried OpenFileGDB? (you will need GDAL 2.2 or newer for curve

Re: [gdal-dev] compiling gdal with esri file gdb

2017-03-11 Thread Even Rouault
On samedi 11 mars 2017 07:15:27 CET Richard Greenwood wrote: > On Sat, Mar 11, 2017 at 1:34 AM, Damian Dixon > > wrote: > > Have you tried OpenFileGDB? (you will need GDAL 2.2 or newer for curve > > geometries). > > I would prefer OpenFileGDB but how do I enable it? It is a built-in driver. No

Re: [gdal-dev] compiling gdal with esri file gdb

2017-03-11 Thread Richard Greenwood
> It works fine > Fuad > > > Original Message -------- > Subject: Re: [gdal-dev] compiling gdal with esri file gdb > From: Damian Dixon > To: Richard Greenwood > CC: GDAL List > > > Have you tried OpenFileGDB? (you will need GDAL 2.2 or newer for cu

Re: [gdal-dev] compiling gdal with esri file gdb

2017-03-11 Thread Richard Greenwood
On Sat, Mar 11, 2017 at 1:34 AM, Damian Dixon wrote: > Have you tried OpenFileGDB? (you will need GDAL 2.2 or newer for curve > geometries). > I would prefer OpenFileGDB but how do I enable it? configure --help says: --with-fgdb=ARG Include ESRI File Geodatabase support (ARG=FGDP API Path, y

Re: [gdal-dev] compiling gdal with esri file gdb

2017-03-11 Thread fuad...@gmail.com
gisinternals.org has Gdal for Windows with file geodatabase supportIt works fine Fuad Original Message Subject: Re: [gdal-dev] compiling gdal with esri file gdbFrom: Damian Dixon To: Richard Greenwood CC: GDAL List Have you tried OpenFileGDB? (you will need GDAL 2.2 or newer for cu

Re: [gdal-dev] compiling gdal with esri file gdb

2017-03-11 Thread Damian Dixon
Have you tried OpenFileGDB? (you will need GDAL 2.2 or newer for curve geometries). See: http://www.gdal.org/drv_openfilegdb.html We have switched to OpenFileGDB because ESRI don't have their library available on Windows built against VS2015. Which also means we did not bother with the ESRI libra

Re: [gdal-dev] compiling gdal with esri file gdb

2017-03-10 Thread Richard Greenwood
If any of you can share any pointers on how to even get it to compile I'd appreciate it. I just need to access a esri file geodatabase that has curves and see if I can get them into postgis. If I have to have a separate build of gdal just for that I don't care. But I'm not too good with compiling g

Re: [gdal-dev] compiling gdal with esri file gdb

2017-03-10 Thread Even Rouault
On vendredi 10 mars 2017 12:57:05 CET Robert Coup wrote: > Hi Even, > > On 9 March 2017 at 23:03, Even Rouault wrote: > > For those, at least on Linux, and which use GDAL compiled *without* > > --with-static-proj, you may get strange projection related failures at > > runtime. This is due to libF

Re: [gdal-dev] compiling gdal with esri file gdb

2017-03-10 Thread Robert Coup
Hi Even, On 9 March 2017 at 23:03, Even Rouault wrote: > > > For those, at least on Linux, and which use GDAL compiled *without* > --with-static-proj, you may get strange projection related failures at > runtime. This is due to libFileGDBAPI.so embedding a copy of proj.4 > (without symbol hiddi

Re: [gdal-dev] compiling gdal with esri file gdb

2017-03-09 Thread Even Rouault
On jeudi 9 mars 2017 09:23:01 CET Jeff McKenna wrote: > On 2017-03-08 4:49 PM, Even Rouault wrote: > > @Jürgen I see they now have a build for VS2015: > > > > https://github.com/Esri/file-geodatabase-api/blob/master/FileGDB_API_1.5/F > > ileGDB_API_1_5_VS2015.zip > Wow very new indeed! I've updat

Re: [gdal-dev] compiling gdal with esri file gdb

2017-03-09 Thread Jeff McKenna
On 2017-03-08 4:49 PM, Even Rouault wrote: @Jürgen I see they now have a build for VS2015: https://github.com/Esri/file-geodatabase-api/blob/master/FileGDB_API_1.5/FileGDB_API_1_5_VS2015.zip Wow very new indeed! I've updated the download links on the wiki (https://trac.osgeo.org/gdal/

Re: [gdal-dev] compiling gdal with esri file gdb

2017-03-08 Thread Even Rouault
On mercredi 8 mars 2017 13:31:01 CET Richard Greenwood wrote: > I have an ESRI file gdb with curves that I need to import so I'm trying to > build gdal 2.2 with filegdb. I'm on Ubuntu 16.04 with gcc 5.4. I checked > out the the svn gdal and built it with any problems. > > Next I got the ESRI FileG

[gdal-dev] compiling gdal with esri file gdb

2017-03-08 Thread Richard Greenwood
I have an ESRI file gdb with curves that I need to import so I'm trying to build gdal 2.2 with filegdb. I'm on Ubuntu 16.04 with gcc 5.4. I checked out the the svn gdal and built it with any problems. Next I got the ESRI FileGDB_API_1_5_64 and copied the contents of the lib and include directories