[QGIS-Developer] 3.12.1/3.10.4 releases?

2020-03-23 Thread Nyall Dawson
Hey all, Any ideas what happened to the 3.12.1/3.10.4 releases? They aren't available for download, despite being tagged last week. Has something broken/delayed these releases? I noticed the counter on the main qgis.org website is also missing the countdown for the next round of patch releases

Re: [QGIS-Developer] Proj 7 auto grid download

2020-03-23 Thread Nyall Dawson
On Mon, 23 Mar 2020 at 17:49, Kristian Evers wrote: > > > > > On 23 Mar 2020, at 01:28, Nyall Dawson wrote: > > > > Not just QGIS. The auto-download behavior is an opt-in switch for > > applications, it's not the default behavior. > > > > I can't find any application which use the CDN by default

[QGIS-Developer] Plugin [1729] Coordinator approval notification.

2020-03-23 Thread noreply
Plugin Coordinator approval by pcav. The plugin version "[1729] Coordinator 0.3 Experimental" is now approved Link: http://plugins.qgis.org/plugins/coordinator/ ___ QGIS-Developer mailing list QGIS-Developer@lists.osgeo.org List info:

Re: [QGIS-Developer] Visual studio 2019 building issue

2020-03-23 Thread Martin Dobias
Hi Belgacem I think is simply based on the version of MSVC that Jürgen (our windows release guru) uses to build OSGeo4W and QGIS. I am not sure how is it with support of other versions of MSVC - if that's supported at all - maybe Jürgen could comment better. Generally, I would strongly suggest

Re: [QGIS-Developer] Frage

2020-03-23 Thread Raymond Nijssen
Hi Sebastian, Here's a little python script that works on a vector layer containing 2 lines. Just as an example. Hope it helps, Raymond # calculates the maximum distance between 2 lines # in the active vector layer line_layer = iface.activeLayer() nf = line_layer.featureCount() if not

Re: [QGIS-Developer] Testing QGIS Plugin

2020-03-23 Thread shiva reddy
Hi, It is now clear that mock interface is helpful in testing plugin. But now , can we list step by step documentation for starters like me. Thanks & Regards Shiva Reddy K. Scientist/Engineer 'SE’ Indian Institute of Remote Sensing, Indian Space Research Organisation Department of Space

Re: [QGIS-Developer] Testing QGIS Plugin

2020-03-23 Thread Etienne Trimaille
Hi, Sorry, I was mainly thinking about this one : https://github.com/g-sherman/Qgis-Plugin-Builder/blob/master/test/qgis_interface.py We can find it in many plugins. Is it still needed ? I totally agree, the mock iface provided by QGIS core is still useful!

Re: [QGIS-Developer] Testing QGIS Plugin

2020-03-23 Thread Matthias Kuhn
Hi Etienne, I partially but respectfully disagree. I agree that other tools are better for this use case. But a mock (dummy) interface is still a valid tool to check which API's are called how many times and in which way on a headless testing server / CI. Also on QGIS 3. Best regards

Re: [QGIS-Developer] Testing QGIS Plugin

2020-03-23 Thread Etienne Trimaille
I forgot this link : https://github.com/3liz/QuickOSM#development-and-tests I put the different ways to launch tests (in Docker, PyCharm, in QGIS Desktop, in CLI) Le lun. 23 mars 2020 à 12:11, Etienne Trimaille a écrit : > The dummy interface was mainly with QGIS 2. You don't need it anymore. >

Re: [QGIS-Developer] Testing QGIS Plugin

2020-03-23 Thread Etienne Trimaille
The dummy interface was mainly with QGIS 2. You don't need it anymore. You can read : https://github.com/qgis/QGIS/tree/master/.docker I will try to make a PR on qgis about Docker this week about some notes I have. Le lun. 23 mars 2020 à 11:48, Jo a écrit : > What I found on the internet

[QGIS-Developer] Is pandas package inside QGIS ?

2020-03-23 Thread Jean Hemmi
On Windows installation from standalone installer 64bits, pandas disappeared in QGIS version *3.10.3 LTR*. But pandas was present in 3.10.0 (pandas version 0.25.1) and is present in 3.12.0. (pandas version 1.0.1) from Python console inside QGIS: import pandas pandas.__version__ Is there a

Re: [QGIS-Developer] Testing QGIS Plugin

2020-03-23 Thread Jo
What I found on the internet involves creating a dummy interface, which is great if you want to do Continuous Integration and such, but this wasn't the way I wanted to test. I wanted to be able to see what was happening right there in the live GUI. It took a while before I discovered that there

Re: [QGIS-Developer] Testing QGIS Plugin

2020-03-23 Thread shiva reddy
Sure. Looking forward to it. Thanks & Regards Shiva Reddy K. Scientist/Engineer 'SE’ Indian Institute of Remote Sensing, Indian Space Research Organisation Department of Space 4-Kalidas Road Dehradun mobile: 0135-2524126 On Mon, 23 Mar 2020 at 15:38, Jo wrote: > Hi, > > I've been advancing a

Re: [QGIS-Developer] Testing QGIS Plugin

2020-03-23 Thread Jo
Hi, I've been advancing a bit on the testing topic. I'll gladly do a Googe Hangout with you. We can probably learn from each other. Jo On Mon, Mar 23, 2020 at 11:01 AM shiva reddy wrote: > Hi, > Due to ongoing COVID 19 situation , I get unique opportunity for refine my > skills by

[QGIS-Developer] Testing QGIS Plugin

2020-03-23 Thread shiva reddy
Hi, Due to ongoing COVID 19 situation , I get unique opportunity for refine my skills by incorporating best practices into my open source projects. In this line, I would like to develop test cases for my QGIS plugin. Any idea , reference or any mentor who can guide me through this? My plugin

[QGIS-Developer] Plugin [1408] Easy Template Print approval notification.

2020-03-23 Thread noreply
Plugin Easy Template Print approval by pcav. The plugin version "[1408] Easy Template Print 2.1 Experimental" is now approved Link: http://plugins.qgis.org/plugins/EasyTemplatePrint/ ___ QGIS-Developer mailing list QGIS-Developer@lists.osgeo.org List

[QGIS-Developer] Plugin [1813] Geometric Attributes approval notification.

2020-03-23 Thread noreply
Plugin Geometric Attributes approval by pcav. The plugin version "[1813] Geometric Attributes 0.2" is now approved Link: http://plugins.qgis.org/plugins/geometric_attributes/ ___ QGIS-Developer mailing list QGIS-Developer@lists.osgeo.org List info:

Re: [QGIS-Developer] QGIS logger plugin in core

2020-03-23 Thread Richard Duivenvoorde
Hi, I'm ok with pulling it (or a slim version) into c++.. What is the main reason to pull it into QGIS? Because it started of as a hack using some events from QgsNetworkManager. Nyall then added a lot more events so more information could be retrieved. But the plugin itself is actually nothing

Re: [QGIS-Developer] Proj 7 auto grid download

2020-03-23 Thread Kristian Evers
> On 23 Mar 2020, at 01:28, Nyall Dawson wrote: > > Not just QGIS. The auto-download behavior is an opt-in switch for > applications, it's not the default behavior. > > I can't find any application which use the CDN by default > -- searching > github for proj_context_set_enable_network only

Re: [QGIS-Developer] Proj 7 auto grid download

2020-03-23 Thread Paolo Cavallini
Hi Nyall Il 23/03/20 01:22, Nyall Dawson ha scritto: > My issue is that 99% of modern GIS users (made up number, based on > personal experience alone) have no idea what a "grid shift file" is, > what it's used for, and the consequence of not having it. We'd have to > be very very careful in how

[QGIS-Developer] Plugin [1963] Mappia Publisher approval notification.

2020-03-23 Thread noreply
Plugin Mappia Publisher approval by pcav. The plugin version "[1963] Mappia Publisher 2.0.3" is now approved Link: http://plugins.qgis.org/plugins/mappia_publisher/ ___ QGIS-Developer mailing list QGIS-Developer@lists.osgeo.org List info: