Re: [Qgis-developer] [Feature][Processing] Headless

2014-01-03 Thread rldhont
Hi Salvatore, Thanks! I'm working on a python class to easily publishing process based on PyWPS and QGIS-Processing. I have updated my script exemple : == #!/usr/bin/env python # -*- coding: utf-8 -*- import sys, os import inspect #first qgis from qgis.core import *

[Qgis-developer] [Feature][Processing] Headless

2014-01-02 Thread Salvatore Larosa
Hi, I just tested it and works wonderfully! I also have tried it as web process for PyWPS and works very well! Thanks a lot for this! Best Regards, -SL On Mon, Dec 16, 2013 at 3:46 PM, rldhont rldh...@gmail.com wrote: Hi dev, I just created a pull request to run QGIS-Processing headless.

Re: [Qgis-developer] [Feature][Processing] Headless

2013-12-20 Thread Victor Olaya
Hi sorry for the late reply This looks great to me. I have just merged it and made a minor cosmetic change to a line of code, but it's great to see that there is a way of running headless Processing. More valuable than the pull request is actually the script that you provide. Where do you think

[Qgis-developer] [Feature][Processing] Headless

2013-12-16 Thread rldhont
Hi dev, I just created a pull request to run QGIS-Processing headless. I have tested it with a qgis and a modeler algorithm. https://github.com/qgis/QGIS/pull/1031 Review and comments are welcome To test QGIS Processing algorithm headlessly, you can use this python code