Re: [gdal-dev] Reading KMZ in Ogr Csharp

2017-04-07 Thread ke...@speerit.nl
Thank you very much, I really appreciate it. Cheers, Keith -- View this message in context: http://osgeo-org.1560.x6.nabble.com/gdal-dev-Reading-KMZ-in-Ogr-Csharp-tp5316108p5316258.html Sent from the GDAL - Dev mailing list archive at Nabble.com. ___

[gdal-dev] Installing GDAL with Mongo support from Brew on Mac OSX

2017-04-07 Thread Matthieu Rigal
Hi guys, I know it is slightly out of the scope of this mailing list, but I tried some time ago to make a small enhancement to Brew to support the build including the Mongo driver and I'm stucked at a point with libboost. If anybody of you had the chance to take a look and give a hint to https://

[gdal-dev] I can't get ogr2ogr to overwrite an existing table

2017-04-07 Thread Stephen Woodbridge
Hi all, I'm having trouble figuring out how to overwrite an existing table with ogr2ogr. I have tried various combos of arguments without success. What am I doing wrong? ogr2ogr -t_srs EPSG:4326 -nln roads -nlt PROMOTE_TO_MULTI -f PostgreSQL -overwrite -lco OVERWRITE=YES -lco PRECISION=NO -l

[gdal-dev] multiple processor compile option for build on Windows

2017-04-07 Thread Gregory, Matthew
Hi all, I do a funky build of GDAL where I'm still using the ArcInfo write driver (GIO) from way back. As part of that build, I need to use a '#import' statement to get information for ESRI's type libraries. I build on Windows using VC9, but I'm guessing any later version of VC may have simil

Re: [gdal-dev] I can't get ogr2ogr to overwrite an existing table

2017-04-07 Thread Saulteau Don
just a guess, thinking off the top of my head but does it need the -update flag too? On Fri, Apr 7, 2017 at 1:59 PM, Stephen Woodbridge wrote: > Hi all, > > I'm having trouble figuring out how to overwrite an existing table with > ogr2ogr. I have tried various combos of arguments without success