Re: [gdal-dev] Interesting article about jpeg 2000 in geo-spatial

2015-12-28 Thread Aaron Boxer
Looks like the sleepy world of software j2k codecs is about to be jolted into the 21st century with rise of the GPU codecs ( see comprimato, for example) On Dec 28, 2015 11:37 PM, "Aaron Boxer" wrote: > > http://blog.hexagongeospatial.com/jpeg2000-quirks/?utm_medium=twitter&utm_source=twitterfeed

[gdal-dev] Interesting article about jpeg 2000 in geo-spatial

2015-12-28 Thread Aaron Boxer
http://blog.hexagongeospatial.com/jpeg2000-quirks/?utm_medium=twitter&utm_source=twitterfeed#prettyPhoto Amusingly, there is a link in the article to my recent discussion about OpenJPEG. Cheers, Aaron ___ gdal-dev mailing list gdal-dev@lists.osgeo.org h

Re: [gdal-dev] Can not connect to MSSQL database on Azure

2015-12-28 Thread Tamas Szekeres
Hi Paul, I don't think we are hard coding trusted_connection in the MSSQL connection strings. The UID and PWD is also accepted in the ODBC connection strings according to: https://msdn.microsoft.com/en-us/library/ms130822.aspx Best regards, Tamas 2015-12-28 22:05 GMT+01:00 Paul Meems : > I'm

[gdal-dev] Can not connect to MSSQL database on Azure

2015-12-28 Thread Paul Meems
I'm trying to connect to a MSSQL database on Azure using a SQL Server user account but I get this from GDAL (v2): Unable to initialize connection to the server for MSSQL:server=***;database=***;user=*** ;password=*** [SQL Server]Login failed. The login is from an untrusted domain and cannot be used

Re: [gdal-dev] subclassing CPLODBCStatement and CPLODBCSession for DB2

2015-12-28 Thread Even Rouault
Le mardi 22 décembre 2015 22:28:12, David Adler a écrit : > I am subclassing these classes to provide additional support for DB2. > > It would simplify matters if some of the members of the parent classes > were protected rather than private. > > The current CPLODBCStatement::Failed method is pri