Re: [Qgis-developer] Processing framework - background processing

2015-08-27 Thread Marcus Santos
You’re welcome :) You can test the “processing.runalg” method from the python console. SAGA and GDAL/OGR algorithms are supposed be working also, can you try it out? Thank you, Marcus > On 27 Aug 2015, at 15:01, Geo DrinX wrote: > > Ok. > > Thank you all. I have done :) > > Sorry, but

Re: [Qgis-developer] Processing framework - background processing

2015-08-27 Thread Geo DrinX
Ok. Thank you all. I have done :) Sorry, but I am slow on the uptake :) Now, I am following this: https://www.youtube.com/watch?v=V-CJCnKw89U Do you suggest me other multithread functions active to test ? Thank you again Roberto 2015-08-27 15:40 GMT+02:00 Alexander Bruy : > Hi Robe

Re: [Qgis-developer] Processing framework - background processing

2015-08-27 Thread Alexander Bruy
Hi Roberto, again, there is no need to recompile. All you need is to grab Processing code from the repository mentioned by Marcus [0]. Not all code, only Processing. Look at the python/plugins directory. Then put this code into your QGIS plugins directory. Usually this is ~/.qgis2/python/plugins.

Re: [Qgis-developer] Processing framework - background processing

2015-08-27 Thread Geo DrinX
Marcus, the ZIP you indicated is a complete QGIS source . Where is yourProcessing installable on Windows ? Do I need to recompile something ? I'm afraid I do not understand what I need to do.Could you please explain me the singular steps ? Thank you Roberto 2015-08-27 14:12 GMT+

Re: [Qgis-developer] Processing framework - background processing

2015-08-27 Thread Marcus Santos
> On 27 Aug 2015, at 11:48, Geo DrinX wrote: > > 2015-08-27 12:36 GMT+02:00 Marcus Santos mailto:m...@me.com>>: > Oh sorry, this is the link: > > https://github.com/mvcsantos/QGIS > > Look for the master branch, you'll find the code there. > > > > OK. I

Re: [Qgis-developer] Processing framework - background processing

2015-08-27 Thread Marcus Santos
Oh sorry, this is the link: https://github.com/mvcsantos/QGIS Look for the master branch, you'll find the code there. Marcus No dia 27/08/2015, às 11:26, Geo DrinX escreveu: > Hi Marcus, > > >> >> You just have to put the processing code into your QGIS directory. > > > Yes. But, wha

Re: [Qgis-developer] Processing framework - background processing

2015-08-27 Thread Geo DrinX
Hi Marcus, > > You just have to put the processing code into your QGIS directory. > Yes. But, what is the link of your modified processing code ? :) Thank you Roberto ___ Qgis-developer mailing list Qgis-developer@lists.osgeo.org http://lists.

Re: [Qgis-developer] Processing framework - background processing

2015-08-27 Thread Marcus Santos
Hi Roberto, You just have to put the processing code into your QGIS directory. Should be something like this: ~/.qgis/python/plugins/processing After that you can run the QGIS as you normally do, without having to compile anything. Be aware that the multithreading is not working with all al

Re: [Qgis-developer] Processing framework - background processing

2015-08-27 Thread Geo DrinX
> > no you don't need to recompile whole QGIS, just grab Processing code. > I have QGIS 2.10.1 installed. I have no any developer version. Can I install Processing code "grabbing" in what way ? What I have to do, exactly ?Can you send me the link ? I need to recompile only Processin

Re: [Qgis-developer] Processing framework - background processing

2015-08-27 Thread Alexander Bruy
Hi Roberto, no you don't need to recompile whole QGIS, just grab Processing code. Also note that right now not all algorithms support multithreaded execution. 2015-08-27 11:46 GMT+03:00 Geo DrinX : > Hi Luigi, > > what are steps to test it ? May I recompile all QGIS ? > > > Thank you for any in

Re: [Qgis-developer] Processing framework - background processing

2015-08-27 Thread Geo DrinX
Hi Luigi, what are steps to test it ? May I recompile all QGIS ? Thank you for any info about this Roberto 2015-08-26 16:17 GMT+02:00 Luigi Pirelli : > Thanks to Marcus Santos work for GSoC > > https://qgisgsoc2015.wordpress.com/ > > you can help testing it before integration in master > >

Re: [Qgis-developer] Processing framework - background processing

2015-08-26 Thread Luigi Pirelli
Thanks to Marcus Santos work for GSoC https://qgisgsoc2015.wordpress.com/ you can help testing it before integration in master regards Luigi Pirelli ** * LinkedIn: https://www.linkedin.com/in/luigipi

[Qgis-developer] Processing framework - background processing

2015-08-26 Thread Crispin Cooper
Hi to all I am currently exploring options for developing a plugin for which background processing (i.e. not blocking the QGIS UI) would be nice, though not essential. In all other respects it looks like the QGIS Processing framework is the best option for the interface I want, not least becau