[Qgis-user] Windows UNC paths in output dir

2017-10-03 Thread Pekka Sarkola
Hi! I was in digest mode in this list, so I need re-start this thread. Sorry. Ok, I see when you add manually UNC's to QGIS (tested with 2.18.5 and 3.0 nighly build) you can browse UNC directories for data input/output. I think it will more "user friendly", if those network drives will show up a

[Qgis-user] FOSSGIS Konferenz 2018 - Call for Papers startet

2017-10-03 Thread Konferenzorganisation
Liebe FOSSGIS-Interessierte, Die Vorbereitungen für die FOSSGIS-Konferenz 2018 in Bonn laufen. Der Call for Papers startet. Die Konferenz findet vom 21. bis 24. März statt. Sponsoren und Aussteller sind willkommen. Zeitgleich wird es einen internationalen OSGeo Code Sprint geben. Dieser findet

Re: [Qgis-user] QGIS 3: edit vertices of geometries with exact coordinate values

2017-10-03 Thread Patrick Dunford
What we need from a node editor is up/down arrows to make very small positional coordinate changes. On 04/10/17 03:10, Andreas Neumann wrote: Yes - well hidden. The other problem is that in the node editor, the selected node isn't marked/centered in the list of coordinates - this, together

Re: [Qgis-user] Windows UNC paths with QGIS

2017-10-03 Thread Patrick Dunford
If you are typing the entire path manually you must change all the slashes into forward slashes. Make it easy for yourself and cllick the Browse button then type into the filename box at the bottom of the open file dialog: \\servername\share then browse to the file to be opened. On 04/10/1

Re: [Qgis-user] Windows UNC paths with QGIS

2017-10-03 Thread QGIS.USER
Hi Pekka, Yes, I have many shape files, SQLite DBs and format (.QML) files all accessed via UNC paths. Regards, Ray Carpenter Chapel Archaeology. From: Qgis-user [mailto:qgis-user-boun...@lists.osgeo.org] On Behalf Of Pekka Sarkola Sent: 03 October 2017 17:30 To: qgis-

[Qgis-user] Windows UNC paths with QGIS

2017-10-03 Thread Pekka Sarkola
Hi! Is it possible using Windows UNC paths ( https://en.wikipedia.org/wiki/Path_(computing)#Uniform_Naming_Convention) in QGIS? For me it seems that you can open project files from UNC drives, but not data sources. Not for input neither output. I tried to found some relevant discussion web pages

[Qgis-user] watershed delineation with QGIS 2.14.17 - Essen

2017-10-03 Thread Nicole Kretschmer
Using this version with Ubuntu 16. In the training manual of this version ( http://docs.qgis.org/2.14/de/docs/training_manual/processing/hydro.html) they solve the catchment/watershed delineation with a QGIS tool: Catchment Area (parallel). But this tool does not exists in my tool box?? Somebody k

Re: [Qgis-user] QGIS 3: edit vertices of geometries with exact coordinate values

2017-10-03 Thread Andreas Neumann
Yes - well hidden. The other problem is that in the node editor, the selected node isn't marked/centered in the list of coordinates - this, together with the immediate closing of the editor, makes the tool not very useful as it currently stands. I will open a separate issue in the issue tracker

Re: [Qgis-user] QGIS 3: edit vertices of geometries with exact coordinate values

2017-10-03 Thread DelazJ
Well hidden, isn't it? Régis taught me too. :) Not sure you can do that...I'd love too and i thought it'd survive the node tool refactoring ( https://github.com/qgis/QGIS-Enhancement-Proposals/issues/69#issuecomment-242695414 ) Harrissou 2017-10-03 15:36 GMT+02:00 Andreas Neumann : > oh thanks.

Re: [Qgis-user] QGIS 3: edit vertices of geometries with exact coordinate values

2017-10-03 Thread Andreas Neumann
oh thanks. Wasn't aware about it. Can I prevent the dialog from being closed all the time? E.g. I would want the node editor to remain open, also when I select a different node. Thanks, Andreas On 2017-10-03 15:28, DelazJ wrote: > Hi Andreas, Right-click with the node tool on a vertex shou

Re: [Qgis-user] QGIS 3: edit vertices of geometries with exact coordinate values

2017-10-03 Thread DelazJ
Hi Andreas, Right-click with the node tool on a vertex should offer the node editor dialog. Regards, H. 2017-10-03 15:22 GMT+02:00 Andreas Neumann : > Hi, > > In QGIS 2.18 there was a panel that listed all vertices of a geometry when > activating the node editor tool. > > In QGIS 3.0, this panel

[Qgis-user] QGIS 3: edit vertices of geometries with exact coordinate values

2017-10-03 Thread Andreas Neumann
Hi, In QGIS 2.18 there was a panel that listed all vertices of a geometry when activating the node editor tool. In QGIS 3.0, this panel is not available anymore. Is there a replacement? How can I edit vertices with exact coordinates in QGIS 3? Thank you for your hints! Andreas

Re: [Qgis-user] Check if a selectionChanged signal is connected to any slot?

2017-10-03 Thread Matthias Kuhn
Hi Mariane, I don't see the usage of Qt.UniqueConnection in your example. This works for me: def executeSel(): print('selection changed') layer.selectionChanged.connect(executeSel, Qt.UniqueConnection) layer.selectionChanged.connect(executeSel, Qt.UniqueConnection) Traceback (most rece

Re: [Qgis-user] Check if a selectionChanged signal is connected to any slot?

2017-10-03 Thread Tudorache, Marian
Hi Mathias, Yeah, this is what I knew in theory. Unfortunately this is not the case. You can try in python console. Make sure you have a layer with some features. Define function executeAfterSelection where you do some dummy printing. Call three times layer.selectionChanged.connect(executeAfterSel

[Qgis-user] polygonize tool gdal error

2017-10-03 Thread Shaw S . J .
When we install QGIS 2.14 or 2.18 on our lab machines running Windows 7 using our software distribution system, everything works fine except the polygonize tool. When we install QGIS on standalone machines this tool tends to work fine in most (but not all) cases, occasionally we get the same pro

Re: [Qgis-user] Using matplotlib in "processing toolbox"

2017-10-03 Thread Pat Hin
Hello   thats great. Thanks for your answer :)   Pat   Gesendet: Dienstag, 03. Oktober 2017 um 11:08 Uhr Von: "Matthias Kuhn" An: qgis-user@lists.osgeo.org Betreff: Re: [Qgis-user] Using matplotlib in "processing toolbox" Hi yes, it is basically possible to use any python module within pr

Re: [Qgis-user] Using matplotlib in "processing toolbox"

2017-10-03 Thread Matthias Kuhn
Hi yes, it is basically possible to use any python module within processing. Matthias On 10/03/2017 10:50 AM, Pat Hin wrote: > Hello > > i do some scripting within the "processing toolbox". > Before to jump deeper in, a general question: > > is it basically possible to use matplotlib module

[Qgis-user] Using matplotlib in "processing toolbox"

2017-10-03 Thread Pat Hin
Hello   i do some scripting within the "processing toolbox". Before to jump deeper in, a general question:   is it basically possible to use matplotlib module within that?   thx pat ___ Qgis-user mailing list Qgis-user@lists.osgeo.org List info: h

Re: [Qgis-user] Check if a selectionChanged signal is connected to any slot?

2017-10-03 Thread Matthias Kuhn
Hi Marian, Just tell Qt that it shouldn't create the connection more than once using Qt::UniqueConnection. Cheers Matthias On 10/2/17 5:30 PM, Tudorache, Marian wrote: > > > > Hi everyone, > > > > I have connected the signal selectionChanged so some code, which is > executed after features