Re: [Qgis-user] What Happened to GRASS in QGIS

2020-07-06 Thread matteo
Hi Calvin, are you on Windows or Linux or OSX? If Windows you should open QGIS with GRASS support in order to have the algorithms available. In Linux you have to separately install GRASS and eventually other dependencies, on OSX I don0t know :) Cheers Matteo

Re: [Qgis-user] module 'qgis.processing' has no attribute 'run'

2020-07-06 Thread Stefan Giese (WhereGroup)
Miguel or you can use also "processing.runAndLoadResults(...)" to load the result directly into QGIS regards Stefan Am 07.07.2020 um 06:25 schrieb Christoph Jung: > Hi Miguel, > > You call the run-method on an variable called „general“. But using the > processing framework will be realised by

Re: [Qgis-user] What Happened to GRASS in QGIS

2020-07-06 Thread Alexandre Neto
Hi, Are you on windows? Did you start QGIS using the QGIS with GRASS shortcut? Alexandre Neto QGIS Support http://www.qcooperative.net A domingo, 5/07/2020, 22:47, C Hamilton escreveu: > I don't often use GRASS in QGIS, but there are some algorithms I need from > time to time. I just tried

Re: [Qgis-user] What Happened to GRASS in QGIS

2020-07-06 Thread C Hamilton
Thanks for that reminder. I am on Windows and for some reason the OSGeo4W is no longer including links in the menu for QGIS with GRASS. On Mon, Jul 6, 2020 at 9:40 AM Alexandre Neto wrote: > Hi, > > Are you on windows? Did you start QGIS using the QGIS with GRASS shortcut? > > > Alexandre Neto

Re: [Qgis-user] module 'qgis.processing' has no attribute 'run'

2020-07-06 Thread Jorge Gustavo Rocha
Hi Miguel, Maybe you are not initializing properly the processing module, which requires a specific initialization. Take a look of a running example, like this one [1], which I use to create a geopackage (and export some layouts). [1]

[Qgis-user] module 'qgis.processing' has no attribute 'run'

2020-07-06 Thread Miguel Eduardo Rincon De Hoyos
Dears members I am using Python for my postgraduate studies and I am having trouble running my code when I try to use processing in Qgis using the command-line interface. I think the error is really easy to fix it but right now I do not know how to fix it. When I run my code I have this

Re: [Qgis-user] module 'qgis.processing' has no attribute 'run'

2020-07-06 Thread Christoph Jung
Hi Miguel, You call the run-method on an variable called „general“. But using the processing framework will be realised by calling “processing.run(...)”. Maybe this is the problem? Sincerely, Christoph > Am 07.07.2020 um 00:18 schrieb Miguel Eduardo Rincon De Hoyos > : > >  > Dears members