Re: [QGIS-Developer] 3.6 changelog

2019-02-25 Thread Richard Duivenvoorde
On 04/02/2019 07.39, Nyall Dawson wrote: > Hi all, > > Just the usual release-is-closing-in-fix-your-changelog-entries notification. > > I've added everything from the git log to > http://changelog.qgis.org/en/qgis/version/3.6.0/, the entries just > need polishing and screenshots now. Thanks

Re: [QGIS-Developer] Python script to count the number of feature for each unique values

2019-02-25 Thread Nyall Dawson
On Tue, 26 Feb 2019 at 03:31, kimaidou wrote: > > Hi all, > > I needed to gather basic stats for a layer containing multiple fields. I > created the following gist to compute the number of features per each unique > value for a list of given fields >

Re: [QGIS-Developer] Programmaticaly open the Log Panel

2019-02-25 Thread Richard Duivenvoorde
On 25/02/2019 09.57, Tejas L wrote: > Hello team, > > I would like to automatically open the Log Panel whenever Qgis starts. > Is there a way to do this? Hi, For what I know there is no api call for it directly, but you can search for child widgets in the main panel, something like this: for

Re: [QGIS-Developer] OSGeo4W, sip update 4.19.14

2019-02-25 Thread Jürgen E . Fischer
Hi Matthias, On Mon, 25. Feb 2019 at 09:25:22 +0100, Matthias Kuhn wrote: > Would it be possible to upgrade sip to the latest version on OSGeo4W > (and any other builds where we ship sip ourselves)? If I can do > something to help, please let me know! Done. Jürgen -- Jürgen E. Fischer

Re: [QGIS-Developer] 2.18 API Docs Broken

2019-02-25 Thread Jürgen E . Fischer
Hi Matthias, On Mon, 25. Feb 2019 at 17:14:17 +0100, Matthias Kuhn wrote: > https://qgis.org/api/2.18 > > becomes > > https://qgis.org/api/2.18/index.html/index.html/index.html/index.html/index.html/index.html/index.html/index.html/[...] Check again please. Jürgen -- Jürgen E. Fischer

[QGIS-Developer] Python script to count the number of feature for each unique values

2019-02-25 Thread kimaidou
Hi all, I needed to gather basic stats for a layer containing multiple fields. I created the following gist to compute the number of features per each unique value for a list of given fields https://gist.github.com/mdouchin/a234efb7e67ebd8dae3a04cb26cf5e72 I know I could use PostgreSQL to do it

[QGIS-Developer] 2.18 API Docs Broken

2019-02-25 Thread Matthias Kuhn
Hi all, Does the API for 2.18 work for others? When trying it here https://qgis.org/api/2.18 becomes https://qgis.org/api/2.18/index.html/index.html/index.html/index.html/index.html/index.html/index.html/index.html/[...] Thanks Matthias ___

[QGIS-Developer] Plugin [1653] CatastroV3 approval notification.

2019-02-25 Thread noreply
Plugin CatastroV3 approval by pcav. The plugin version "[1653] CatastroV3 1.1 Experimental" is now approved Link: http://plugins.qgis.org/plugins/CatastroV3/ ___ QGIS-Developer mailing list QGIS-Developer@lists.osgeo.org List info:

Re: [QGIS-Developer] repo for old-ltr?

2019-02-25 Thread Paolo Cavallini
Thanks a lot Jürgen. On 25/02/19 16:39, Jürgen E. Fischer wrote: > Hi Paolo, > > On Mon, 25. Feb 2019 at 16:02:06 +0100, Paolo Cavallini wrote: >> now that 3.4 is LTR, is there a deb repo for 2.18? The reason is that >> unfortunately several web clients (notably Lizmap) are not yet ported to >>

Re: [QGIS-Developer] repo for old-ltr?

2019-02-25 Thread Jürgen E . Fischer
Hi Paolo, On Mon, 25. Feb 2019 at 16:02:06 +0100, Paolo Cavallini wrote: > now that 3.4 is LTR, is there a deb repo for 2.18? The reason is that > unfortunately several web clients (notably Lizmap) are not yet ported to > 3, so a server install will require the old 2.18.

[QGIS-Developer] repo for old-ltr?

2019-02-25 Thread Paolo Cavallini
Hi all, now that 3.4 is LTR, is there a deb repo for 2.18? The reason is that unfortunately several web clients (notably Lizmap) are not yet ported to 3, so a server install will require the old 2.18. Thanks. -- Paolo Cavallini - www.faunalia.eu QGIS.ORG Chair:

[QGIS-Developer] Plugin [1409] iso4app approval notification.

2019-02-25 Thread noreply
Plugin iso4app approval by pcav. The plugin version "[1409] iso4app 1.0" is now approved Link: http://plugins.qgis.org/plugins/iso4app/ ___ QGIS-Developer mailing list QGIS-Developer@lists.osgeo.org List info:

[QGIS-Developer] Plugin [1515] DSGTools Op approval notification.

2019-02-25 Thread noreply
Plugin DSGTools Op approval by pcav. The plugin version "[1515] DSGTools Op 1.2.2" is now approved Link: http://plugins.qgis.org/plugins/DSGTools_Op/ ___ QGIS-Developer mailing list QGIS-Developer@lists.osgeo.org List info:

Re: [QGIS-Developer] QGIS server deployment

2019-02-25 Thread Daniele Viganò
Ciao Walter, we use 5) Nginx + spawn-fcgi (a lighttpd project) in multiple Docker containers [0]. As a thumb rule I use one process per Docker with number of QGIS threads equal to the available CPU 'cores' and a number of Docker containers also equal to the number of CPUs. It depends anyway much

[QGIS-Developer] Plugin [1410] ImportPhotos approval notification.

2019-02-25 Thread noreply
Plugin ImportPhotos approval by pcav. The plugin version "[1410] ImportPhotos 2.0" is now approved Link: http://plugins.qgis.org/plugins/ImportPhotos/ ___ QGIS-Developer mailing list QGIS-Developer@lists.osgeo.org List info:

Re: [QGIS-Developer] QGIS server deployment

2019-02-25 Thread Patrick Valsecchi
On the camptocamp side, we use 1) within a docker image: https://cloud.docker.com/u/camptocamp/repository/docker/camptocamp/qgis-server What I strongly recommend is to add a FcgidMaxRequestsPerProcess with a value of 1000 (work around some potential memory leaks in QGIS). I'd say to set the

Re: [QGIS-Developer] QGIS server deployment

2019-02-25 Thread René-Luc Dhont
Hi Walter, We, at 3Liz, use the 3) with supervisord and the number of process is based on the number of preocessors. But we also used for QGIS3 a 4th way, a python server based on tronado: https://github.com/3liz/py-qgis-server Regards, René-Luc https://github.com/rldhont Le 25/02/2019 à

[QGIS-Developer] QGIS server deployment

2019-02-25 Thread Walter Lorenzetti
Hi all, I'm not a sysadmin but for our customers I'd like find the better way for deploy QGIS-server 3. I try at least 3 ways: 1) Apache2 + libapache2-mod-fcgid 2) Nginx + fcgiwrap 3) Nginx + QGIS-Server working by socket/service (systemd) By delveloper side, what do you think is the

[QGIS-Developer] Plugin [834] GMSH approval notification.

2019-02-25 Thread noreply
Plugin GMSH approval by pcav. The plugin version "[834] GMSH 0.2.1" is now approved Link: http://plugins.qgis.org/plugins/gmsh/ ___ QGIS-Developer mailing list QGIS-Developer@lists.osgeo.org List info:

[QGIS-Developer] Plugin [834] GMSH approval notification.

2019-02-25 Thread noreply
Plugin GMSH approval by pcav. The plugin version "[834] GMSH 0.2.1" is now approved Link: http://plugins.qgis.org/plugins/gmsh/ ___ QGIS-Developer mailing list QGIS-Developer@lists.osgeo.org List info:

[QGIS-Developer] Plugin [43] Layers menu from project approval notification.

2019-02-25 Thread noreply
Plugin Layers menu from project approval by pcav. The plugin version "[43] Layers menu from project 1.0.1" is now approved Link: http://plugins.qgis.org/plugins/menu_from_project/ ___ QGIS-Developer mailing list QGIS-Developer@lists.osgeo.org List info:

Re: [QGIS-Developer] Suggest a Solution

2019-02-25 Thread Paolo Cavallini
An don't forget that if you need support, your best option is to hire a core QGIS developer to fix your issues. All the best. On 25/02/19 10:01, Nyall Dawson wrote: > On Mon, 25 Feb 2019 at 18:48, Parameshwaran P R > wrote: >> >> thanks for not responding > > Honestly, these types of questions

Re: [QGIS-Developer] Suggest a Solution

2019-02-25 Thread Nyall Dawson
On Mon, 25 Feb 2019 at 18:48, Parameshwaran P R wrote: > > thanks for not responding Honestly, these types of questions always get no reply. Windows build issue are SO heavily dependant on the local environment that it's almost impossible for anyone else to diagnose your problem. You've also

[QGIS-Developer] Programmaticaly open the Log Panel

2019-02-25 Thread Tejas L
Hello team, I would like to automatically open the Log Panel whenever Qgis starts. Is there a way to do this? Thanks, Tej ___ QGIS-Developer mailing list QGIS-Developer@lists.osgeo.org List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer

Re: [QGIS-Developer] Suggest a Solution

2019-02-25 Thread Parameshwaran P R
thanks for not responding Regards ___ QGIS-Developer mailing list QGIS-Developer@lists.osgeo.org List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer

[QGIS-Developer] Plugin [1654] Oracle Georaster Plugin approval notification.

2019-02-25 Thread noreply
Plugin Oracle Georaster Plugin approval by pcav. The plugin version "[1654] Oracle Georaster Plugin 0.1" is now approved Link: http://plugins.qgis.org/plugins/oscars-georaster-qgis-plugin/ ___ QGIS-Developer mailing list QGIS-Developer@lists.osgeo.org

Re: [QGIS-Developer] Plugin [750] Magnetic Declination approval notification.

2019-02-25 Thread Paolo Cavallini
thanks, ticket opened. cheers. On 24/02/19 21:54, andreaerdna wrote: > Hi, > it seems that the plugin home page link is wong: > > http:https://hacked-crew.blogspot.com/2015/05/declinazione-geomagnetica.html > https://hacked-crew.blogspot.com/2015/05/declinazione-geomagnetica.html> > > > Best

[QGIS-Developer] Plugin [332] geoUmbriaSUIT approval notification.

2019-02-25 Thread noreply
Plugin geoUmbriaSUIT approval by pcav. The plugin version "[332] geoUmbriaSUIT 3.0.6 Experimental" is now approved Link: http://plugins.qgis.org/plugins/geoUmbriaSUIT/ ___ QGIS-Developer mailing list QGIS-Developer@lists.osgeo.org List info:

[QGIS-Developer] Plugin [237] LecoS - Landscape Ecology Statistics approval notification.

2019-02-25 Thread noreply
Plugin LecoS - Landscape Ecology Statistics approval by pcav. The plugin version "[237] LecoS - Landscape Ecology Statistics 3.0.0" is now approved Link: http://plugins.qgis.org/plugins/LecoS/ ___ QGIS-Developer mailing list

[QGIS-Developer] OSGeo4W, sip update 4.19.14

2019-02-25 Thread Matthias Kuhn
Hi Recently sip 4.19.14 has been released, it fixes a critical issue with our python bindings where geometries are converted to the wrong subclass (see https://issues.qgis.org/issues/20661). This leads to problems in custom (and core python based) processing algorithms and probably other places

[QGIS-Developer] Plugin [629] Networks approval notification.

2019-02-25 Thread noreply
Plugin Networks approval by pcav. The plugin version "[629] Networks 2.3.1" is now approved Link: http://plugins.qgis.org/plugins/networks/ ___ QGIS-Developer mailing list QGIS-Developer@lists.osgeo.org List info: