Re: [Qgis-developer] QGIS 2.10.1 Pisa - Read CSV file problem

2015-08-07 Thread Zoltan Szecsei
Hi Chris, Good on you. I logged it yesterday (#13187). Do you get to mark it as fixed? For the sake of a snail-trail, it's probably better than me just withdrawing it? I completed the job I was doing, by parsing the csv files in bash (I moved the job over to my linux setup - I only use the

Re: [Qgis-developer] Certificate update QGIS servers

2015-08-07 Thread Richard Duivenvoorde
On 06-08-15 21:44, Nyall Dawson wrote: Dash is showing this too: http://dash.orfeo-toolbox.org/index.php?project=QGIS That's not even hosted by us... Nope, and has nothing to do with us either... https://dash.orfeo-toolbox.org/index.php (not only when you try to visit via httpS) shows

Re: [Qgis-developer] Certificate update QGIS servers

2015-08-07 Thread Richard Duivenvoorde
On 06-08-15 22:45, Andreas Neumann wrote: So Richard - could you try to follow the Webmaster Tools link and see if we can get more information? Did that. Does NOT give any information... It seems to have something to do with using httpS when visiting https://www.qgis.org because visiting

Re: [Qgis-developer] Certificate update QGIS servers

2015-08-07 Thread Neumann, Andreas
Hi Richard, Thank you for dealing with this very annoying issue. It is easy to ruin a good reputation, but not so easy to gain one. And it is especially annoying if such warnings to not provide enough meaningful information to fix such warnings. Andreas On 2015-08-07 10:26, Richard

Re: [Qgis-developer] very slow on creating a new empty spatialite db

2015-08-07 Thread a . furieri
On Fri, 07 Aug 2015 16:43:11 +0200, Ing. Pierluigi De Rosa wrote: Dear all, I'm experiencing than when I create a new empty spatialite from qgis it takes long time to do it. snip - sql = 'SELECT InitSpatialMetadata()' Hi Pierluigi, InitSpatialMetadata() will

[Qgis-developer] very slow on creating a new empty spatialite db

2015-08-07 Thread Ing. Pierluigi De Rosa
Dear all, I'm experiencing than when I create a new empty spatialite from qgis it takes long time to do it. Here belo is the code I tried: --- # -*- coding: utf-8 -*- from qgis.core import * import qgis.utils from pyspatialite import dbapi2 as db import timeit start =