Re: [Qgis-developer] WPS server

2012-12-04 Thread rldhont
Hi Martin, I think we need both : * QgsExpression for simple Process on Geometry and simple parameters * SEXTANTE for complexe Process on Raster, Vector Layer, multiple Layer, etc After some tests on WFS-Transaction, I need a way to validate my geometry before updating or adding feature. In

Re: [Qgis-developer] WPS server

2012-12-03 Thread rldhont
Hi Paolo, Hi Luca, Hi all, I'll explain my idea about QGIS-Server and WPS implementation. For the next QGIS release, 3Liz has decided to improve QGIS-Server WFS implementation. The main improvement is to cover the maximum of the 1.0.0 standard, especially Transaction. For Transaction and

Re: [Qgis-developer] WPS server

2012-12-03 Thread Martin Dobias
Hi Rene-Luc On Mon, Dec 3, 2012 at 10:01 AM, rldhont rldh...@gmail.com wrote: With the QGIS Expression you just have to know how to write an expression to create a new Process. It's not coding. For example the Buffer Process can be described like this : buffer(geometry,distance) You want to

Re: [Qgis-developer] WPS server

2012-12-03 Thread rldhont
Le 03/12/2012 14:05, Martin Dobias a écrit : Hi Rene-Luc On Mon, Dec 3, 2012 at 10:01 AM, rldhont rldh...@gmail.com mailto:rldh...@gmail.com wrote: With the QGIS Expression you just have to know how to write an expression to create a new Process. It's not coding. For example the

Re: [Qgis-developer] WPS server

2012-12-03 Thread Martin Dobias
On Mon, Dec 3, 2012 at 2:31 PM, rldhont rldh...@gmail.com wrote: My idea was to have a simple WPS server based on QGIS-Server, very simple for simple vector case, and I thought it's a good idea. I only need to validate geometry, constructing simple buffer or intersection. For big

Re: [Qgis-developer] WPS server

2012-12-03 Thread Luca Delucchi
2012/12/3 Martin Dobias wonder...@gmail.com: I don't think PyWPS would be a good choice for WPS server implementation. From a broader view, PyWPS does the same thing as SEXTANTE does: it allows users to run processes and it allows developers to provide custom processes. The main difference is

[Qgis-developer] WPS server

2012-12-02 Thread Paolo Cavallini
Hi all. Is anybody working (or planning to) on a WPS server implementation for QGIS? Does anybody have an estimate of how much work would be involved? Ideally, it would be good to build it on top of sextante, so to have the full set of algorithms and models immediately available. Thanks. --

Re: [Qgis-developer] WPS server

2012-12-02 Thread René-Luc D'Hont
Hi Paolo, I'm starting some WPS implementation based on QgsExpression, and it's working. I'll publish my first code. René-Luc Le 2 déc. 2012 09:25, Paolo Cavallini cavall...@faunalia.it a écrit : Hi all. Is anybody working (or planning to) on a WPS server implementation for QGIS? Does

Re: [Qgis-developer] WPS server

2012-12-02 Thread Paolo Cavallini
Il 02/12/2012 13:24, René-Luc D'Hont ha scritto: I'm starting some WPS implementation based on QgsExpression, and it's working. I'll publish my first code. wow, great news. looking forward to it. merci beaucoup. -- Paolo Cavallini - Faunalia www.faunalia.eu Full contact details at

Re: [Qgis-developer] WPS server

2012-12-02 Thread Luca Delucchi
Hi Renè 2012/12/2 René-Luc D'Hont rldh...@gmail.com: I'm starting some WPS implementation based on QgsExpression, and it's working. could you explain a little bit more about your idea? what languages/library will be supported by the services? I'll publish my first code. René-Luc Thanks

Re: [Qgis-developer] WPS server

2012-12-02 Thread Paolo Cavallini
Il 02/12/2012 13:24, René-Luc D'Hont ha scritto: Hi Paolo, I'm starting some WPS implementation based on QgsExpression, and it's working. Any plan to expand it to use more functions? As said, using sextante would be the real killer here. Thanks. -- Paolo Cavallini - Faunalia www.faunalia.eu