Re: [gdal-dev] GDAL 2.1 release plans

2016-03-01 Thread Tamas Szekeres
Hi Even, I'm working on the bulk insert option for the MSSQL driver which should be included in this release. This makes the upload ~20 times faster. Most of the implementation is already done, but there are some further issues which should be fixed before adding that part in the codebase. Best r

Re: [gdal-dev] GDAL 2.1 release plans

2016-03-01 Thread Even Rouault
Le lundi 29 février 2016 22:19:03, Sean Gillies a écrit : > On Fri, Jan 15, 2016 at 7:11 AM, Even Rouault > > wrote: > > Hi, > > > > As I've received lately a few emails asking me about GDAL 2.1, it's time > > to discuss that publicly. > > > > To keep roughly with our yearly cycle, I think we c

[gdal-dev] Dataloss after importing and exporting Shapefile

2016-03-01 Thread Suter, Raphael (Softec)
Hi subscribers I'm using ogr2ogr to import an ESRI Shapefile to our SQL DB (SQL 2008). When I import the file, after 50% of the time, the inserts start to fail. Command: ogr2ogr -overwrite -f "MSSQLSpatial" "MSSQL:server=URL;database=DBNAME;uid=user;pwd=pwd;" file.shp -a_srs http://spatialrefe

[gdal-dev] PCIDSK/PCIDSK Database File

2016-03-01 Thread Luca Delucchi
Hi all, I have a problem reading a PCIDSK/PCIDSK Database File (probably created with ENVI software). It seems that GDAL is not able to read the coordinate system [0], I read on the help page of this format that sometimes this can happen, how to fix this? should I convert all this files using -a_s