Re: [gdal-dev] compiling libLAS which has a GDAL dependency

2017-03-11 Thread Even Rouault
On samedi 11 mars 2017 16:01:29 CET Stephane Poirier wrote: > Hi All, > > I successfully compiled a 32 bit build of libLAS under Windows 7 - 32 > bit using Visual Studio 2013. > > Now, I am trying to compile a 64 bit build of libLAS under Windows 7 - > 64bit using Visual Studio 2013, > > every p

[gdal-dev] compiling libLAS which has a GDAL dependency

2017-03-11 Thread Stephane Poirier
Hi All, I successfully compiled a 32 bit build of libLAS under Windows 7 - 32 bit using Visual Studio 2013. Now, I am trying to compile a 64 bit build of libLAS under Windows 7 - 64bit using Visual Studio 2013, every project compile fine except liblas project which gives me an unresolved e

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
On samedi 11 mars 2017 07:18:47 CET Richard Greenwood wrote: > On Sat, Mar 11, 2017 at 3:49 AM, fuad...@gmail.com > > wrote: > > gisinternals.org has Gdal for Windows with file geodatabase support > > I don't see gdal 2.2 on gisinternals and I believe I need 2.2+ for curves > in ESRI file geodat

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
On Sat, Mar 11, 2017 at 3:49 AM, fuad...@gmail.com wrote: > gisinternals.org has Gdal for Windows with file geodatabase support > I don't see gdal 2.2 on gisinternals and I believe I need 2.2+ for curves in ESRI file geodatabases. Are you able to extract curves? Thanks, Rich > It works fine

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