Re: [Qgis-user] Processing Toolbox does not open any tools

2021-07-01 Thread krishna Ayyala
Charles, Changing the profile worked for me. Thank you for your help. Regards. On Thu, Jul 1, 2021 at 1:47 PM Charles Dixon-Paver wrote: > Have you tried to start QGIS with a new user profile? > > On Thu, 01 Jul 2021, 21:30 krishna Ayyala, > wrote: > >> Hello, >> I have been using QGIS3.18 for

Re: [Qgis-user] Processing Toolbox does not open any tools

2021-07-01 Thread Charles Dixon-Paver
Have you tried to start QGIS with a new user profile? On Thu, 01 Jul 2021, 21:30 krishna Ayyala, wrote: > Hello, > I have been using QGIS3.18 for the past two months. It was working fine > until yesterday. From yesterday onwards, whenever I click on any tool > within the processing toolbox no to

[Qgis-user] Processing Toolbox does not open any tools

2021-07-01 Thread krishna Ayyala
Hello, I have been using QGIS3.18 for the past two months. It was working fine until yesterday. From yesterday onwards, whenever I click on any tool within the processing toolbox no tool opens. Can someone help me fix this? Regards. ___ Qgis-user mailing

[Qgis-user] Processing toolbox: Import table

2017-10-04 Thread Pat Hin
Hello   i am writing some own script within the processing toolbox. For this i use some data saved in a table ("source_table").   Currently i select them manually and import them like the following:   ##Source_Table=table layerTable = processing.getObjectFromUri(Source_Table)   the code w

Re: [Qgis-user] Processing toolbox: No autoclosing

2017-09-30 Thread DelazJ
quot;own" scripts too? > Not a big issue, it would be just a cosmetic thing for me :) > > Pat > > *Gesendet:* Samstag, 30. September 2017 um 11:24 Uhr > *Von:* DelazJ > *An:* "Pat Hin" > *Cc:* "qgis-user@lists.osgeo.org" > *Betreff:* Re: R

Re: [Qgis-user] Processing toolbox: No autoclosing

2017-09-30 Thread Pat Hin
etic thing for me :)   Pat   Gesendet: Samstag, 30. September 2017 um 11:24 Uhr Von: DelazJ An: "Pat Hin" Cc: "qgis-user@lists.osgeo.org" Betreff: Re: Re: Re: [Qgis-user] Processing toolbox: No autoclosing Did you see in Processing menu --> Options --> Provider

Re: [Qgis-user] Processing toolbox: No autoclosing

2017-09-30 Thread DelazJ
e it? i have make a short look through > the documentation but not found something about :) > > Pat > > *Gesendet:* Samstag, 30. September 2017 um 10:59 Uhr > *Von:* DelazJ > *An:* "Pat Hin" , "qgis-user@lists.osgeo.org" < > qgis-user@lists.osgeo.org>

Re: [Qgis-user] Processing toolbox: No autoclosing

2017-09-30 Thread Pat Hin
qgis-user@lists.osgeo.org" Betreff: Re: Re: [Qgis-user] Processing toolbox: No autoclosing In that case find where GRASS is installed in your computer and fix that path (should be under Providers --> GRASS section) or clear the path and deactivate GRASS if you don't need it NB: do not fo

Re: [Qgis-user] Processing toolbox: No autoclosing

2017-09-30 Thread DelazJ
Pat Hin : > Hello > > thnak you. I tried a double click on it to change it and got the attached > error message > > thx > pat > > *Gesendet:* Samstag, 30. September 2017 um 10:31 Uhr > *Von:* DelazJ > *An:* "Pat Hin" > *Cc:* "qgis-user@lists.

Re: [Qgis-user] Processing toolbox: No autoclosing

2017-09-30 Thread DelazJ
Hi, In Processing menu --> Options --> General, you have a checkbox to handle that. regards, Harrissou 2017-09-30 9:42 GMT+02:00 Pat Hin : > Hello, > > i am writing some own code within the processing toolbox. > So is there a way that the window of the processing toolbox doesnt close > automatica

[Qgis-user] Processing toolbox: No autoclosing

2017-09-30 Thread Pat Hin
Hello,   i am writing some own code within the processing toolbox. So is there a way that the window of the processing toolbox doesnt close automatically after a successfull run?   many thanks Pat ___ Qgis-user mailing list Qgis-user@lists.osgeo.or

[Qgis-user] Processing toolbox

2017-05-29 Thread phi73
Hello i am working on some own python script for the processing toolbox and have some combobox to select the vector layer. is there a way to setup a default layer for every of this combobox? many thanks p. ___ Qgis-user mailing list Qgis-user@lists.o

[Qgis-user] Processing toolbox: Protocoll window

2017-04-28 Thread phi73
Hello, i am writing some code for the processing toolbox. By processing a script there is a protocol window (see screen). two question: a) how to prevent them to be closed automatically b) how can i write myself something to the protocol tab? the parameter works with progress.setInfo („some stu

Re: [Qgis-user] Processing toolbox scripting

2017-04-22 Thread phi73
Many thanks. Works. Simpler than i thought :-)) On 22. Apr. 2017, 09:12 +0200, Victor Olaya , wrote: > no need to use getObjectFromUri. That's for getting a layer, table, etc > > You will already have the int value in the Radius variable > > 2017-04-22 8:57 GMT+02:00 : > > Hello > > > > i am worki

Re: [Qgis-user] Processing toolbox scripting

2017-04-22 Thread Victor Olaya
no need to use getObjectFromUri. That's for getting a layer, table, etc You will already have the int value in the Radius variable 2017-04-22 8:57 GMT+02:00 : > Hello > > i am working on an own script what basically works. > Now i would like to add an input integer and struggle here with the err

[Qgis-user] Processing toolbox scripting

2017-04-22 Thread phi73
Hello i am working on an own script what basically works. Now i would like to add an input integer and struggle here with the error message: 'int' object has no attribute 'replace' See log for more details in my header i have: ##Radius=number 100 to read out i have added: radius = processing.

Re: [Qgis-user] Processing Toolbox

2017-03-31 Thread Radoslaw Guzinski
Probably caused by http://hub.qgis.org/issues/12314. Try downgrading matplotlib to 1.3.0. Cheers Rado -- View this message in context: http://osgeo-org.1560.x6.nabble.com/Processing-Toolbox-tp5315090p5315178.html Sent from the QGIS - User mailing list archive at Nabble.com. ___

[Qgis-user] Processing Toolbox

2017-03-30 Thread Grant Boxer
I am trying to run the QGIS algorithms in the Processing Toolbox. What I am trying to do is plot univariate data using the Graphics options, bar plot, mean and stdev, histogram plots etc. When I try to run these algorithms, QGIS crashes. Anyone have any suggestions? I am trying to process geochemic

Re: [Qgis-user] Processing Toolbox Grass Error on executing algorithm

2017-03-18 Thread Marco Lechner - FOSSGIS e.V.
Hi, this is a known (and already fixed) issue: https://hub.qgis.org/issues/16110 As a workaround you can set a symlink from grass72 to grass70 as described here until you get a patched update: http://gis.stackexchange.com/questions/225464/cannot-run-grass-algorithms-in-qgis-2-18-on-ubuntu-16-04

[Qgis-user] Processing Toolbox Grass Error on executing algorithm

2017-03-18 Thread Sindile Bidla
I am running Ubuntu 16.04 64bit, QGIS version 2.99.0-Master QGIS code revision 921a0c7 Compiled against Qt 5.5.1 Running against Qt 5.5.1 Compiled against GDAL/OGR 2.1.2 Running against GDAL/OGR 2.1.2 Compiled against GEOS 3.5.1-CAPI-1.9.1

Re: [Qgis-user] Processing toolbox

2016-07-08 Thread Richard McDonnell
Michael, Thanks for the replys I will look into both. It would seem, in relation to the compatibility issues, that the simplest way is to standardise the process for installing QGIS in the office. I will look into this. Thanks again fro your advice, Regards, Richard. On 07/07/2016 22:26, Mi

Re: [Qgis-user] Processing Toolbox

2016-07-07 Thread Michael Harte
Richard, You can return the extent coordinates for your map canvas with python code shown here: http://gis.stackexchange.com/questions/146314/getting-co-ordinates-of-current-map-canvas-using-pyqgis -- Michael Kevin Harte ___ Qgis-user mailing list

Re: [Qgis-user] Processing toolbox

2016-07-07 Thread Michael Harte
Richard, I'd check version, install type (Osge4W or standalone), then plugins, then paths to plugins. Its ok, found it!! Got another related problem. One of the guys in the office created a model, unfortunately it only works on his machine, could this be related to

Re: [Qgis-user] Processing Toolbox

2016-07-07 Thread Richard McDonnell
Its ok, found it!! Got another related problem. One of the guys in the office created a model, unfortunately it only works on his machine, could this be related to software version's? the model uses GDAL, SAGA and QGIS algorithms. If it is versoning, is there any way to update the models without

[Qgis-user] Processing Toolbox

2016-07-07 Thread Richard McDonnell
Evening guys! I am trying to create a Model in the processing toolbox, what I need though is an extents value, preferably from the canvas. I was thinking of using a Python script to output the canvas extents which I can slot into my model. What I need is the script to do that, my python is non

Re: [Qgis-user] Processing toolbox will not load

2014-04-30 Thread Rollason, Edward
Web: www.jacobs.com<http://www.jacobs.com/> From: Saber Razmjooei [mailto:saber.razmjo...@lutraconsulting.co.uk] Sent: 30 April 2014 12:53 To: Rollason, Edward; qgis-user@lists.osgeo.org Subject: RE: [Qgis-user] Processing toolbox will not load Hi Ed, Have you tried to delete the plugin compl

Re: [Qgis-user] Processing toolbox will not load

2014-04-30 Thread Saber Razmjooei
: [Qgis-user] Processing toolbox will not load Hi all, A colleague has just upgraded to QGIS 2.2 using the OSGeo4W installer with the most up to date install packages. However, when she opens QGIS she gets an error message saying that the Processing Toolbox cannot be opened. It won't rein

[Qgis-user] Processing toolbox will not load

2014-04-30 Thread Rollason, Edward
Hi all, A colleague has just upgraded to QGIS 2.2 using the OSGeo4W installer with the most up to date install packages. However, when she opens QGIS she gets an error message saying that the Processing Toolbox cannot be opened. It won't reinstall from the plugin manager either and simply say

[Qgis-user] Processing toolbox model vs script

2013-10-29 Thread Jonas Sjögren
Hi, I have produced a model in the processing toolbox which uses the algorithm 'Reclassify grid values' and it works fine. Now I would like to make the same calculation using a script, and I click 'Save as Python script' and it jumps nicely into the box of User scripts in the toolbox. However, when