Re: [QGIS-Developer] Web based admin interface for processing models

2018-05-31 Thread johnrobot
Thank you, looks interesting. I will have a look at it.



--
Sent from: http://osgeo-org.1560.x6.nabble.com/QGIS-Developer-f4099106.html
___
QGIS-Developer mailing list
QGIS-Developer@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer

Re: [QGIS-Developer] Web based admin interface for processing models

2018-05-31 Thread David Marteau
Hi,

The project  is actually on github: https://github.com/3liz/py-qgis-wps

It is fully functional (while still in beta) and we use it actually in our 
infrastructure.  The project has been presented at the Foss4G.fr and we expect
to talk about it at Foss4G is Dar es Salaam.




> Le 31 mai 2018 à 13:50, johnrobot  a écrit :
> 
> Hi
> Is there any more information on this work? I would love to hear more about
> current status and roadmap.
> 
> Magnus
> 
> 
> 
> --
> Sent from: http://osgeo-org.1560.x6.nabble.com/QGIS-Developer-f4099106.html
> ___
> QGIS-Developer mailing list
> QGIS-Developer@lists.osgeo.org
> List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
> Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer

___
QGIS-Developer mailing list
QGIS-Developer@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer

Re: [QGIS-Developer] Web based admin interface for processing models

2018-05-31 Thread johnrobot
Hi
Is there any more information on this work? I would love to hear more about
current status and roadmap.

Magnus



--
Sent from: http://osgeo-org.1560.x6.nabble.com/QGIS-Developer-f4099106.html
___
QGIS-Developer mailing list
QGIS-Developer@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer

Re: [QGIS-Developer] Web based admin interface for processing models

2018-03-20 Thread David Marteau
Hi Allessandro,

I have made a submission to talk about this at the FOSS4G-FR and  FOSS4G in 
Dar-Es-Salam

This is a work based on a fork of PyWPS 4 - many thanks to them - (with a lot 
of changes and many additions!) and act as a standalone server - nothing to do 
with https://plugins.qgis.org/plugins/wps4server/ 
.

Actually we are stabilizing with Qgis 3.0 branch (the API change quickly, and 
we are catching changes as fast as possible), and at some point it is going to 
be published on github.
We are testing this on a real use case and we plan to have something in 
production ready very soon.

To be short: the server reuse processing algorithm  the same way they are used 
in the desktop - without modification. A marshalling is done between WPS 
parameter and Processing parameters.
Results can be stored in temporary projects and published as WMS service with 
Qgis server. 

The server is based on full asynchronous http server (Tornado) and makes an 
heavy use of asyncio and use Redis as storage backend for job status.


> Le 20 mars 2018 à 11:03, Alessandro Pasotti  a écrit :
> 
> Hi Michael,
> 
> can you share some details about this project?
> 
> Is it based on other existing stack like PyWPS?
> 
> Is it related with https://plugins.qgis.org/plugins/wps4server/ 
> ?
> 
> Thanks!
>  
> 
> 
> On Mon, Mar 12, 2018 at 7:46 PM, kimaidou  > wrote:
> Hi 
> 
> Very quick answer:
> We (3liz team) are indeed developing a full server stack to be able to use 
> QGIS processing algorithms server side. It will be fully opensourced. No real 
> web admin panel in project, but we use Lizmap Web Client as a web front end 
> to published algs.
> 
> We will try to come back here asap with a full description and road map. If 
> you want to contact us directly, please use i...@3liz.com 
>  address.
> 
> Regads,
> Michaël
> 
> 
> 2018-03-12 10:56 GMT+01:00 johnrobot  >:
> My previous post didn´t seem to render much interest and I am a bit curious.
> Is this not of interest to anyone else? Was I too vague? Does the task
> involve to much work at the moment? I still think that it would be a great
> addition to QGIS, especially in corporate environments.
> 
> 
> 
> --
> Sent from: http://osgeo-org.1560.x6.nabble.com/QGIS-Developer-f4099106.html 
> 
> ___
> QGIS-Developer mailing list
> QGIS-Developer@lists.osgeo.org 
> List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer 
> 
> Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer 
> 
> 
> ___
> QGIS-Developer mailing list
> QGIS-Developer@lists.osgeo.org 
> List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer 
> 
> Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer 
> 
> 
> 
> 
> -- 
> Alessandro Pasotti
> w3:   www.itopen.it 
> ___
> QGIS-Developer mailing list
> QGIS-Developer@lists.osgeo.org
> List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
> Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer

___
QGIS-Developer mailing list
QGIS-Developer@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer

Re: [QGIS-Developer] Web based admin interface for processing models

2018-03-20 Thread Alessandro Pasotti
Hi Michael,

can you share some details about this project?

Is it based on other existing stack like PyWPS?

Is it related with https://plugins.qgis.org/plugins/wps4server/?

Thanks!



On Mon, Mar 12, 2018 at 7:46 PM, kimaidou  wrote:

> Hi
>
> Very quick answer:
> We (3liz team) are indeed developing a full server stack to be able to use
> QGIS processing algorithms server side. It will be fully opensourced. No
> real web admin panel in project, but we use Lizmap Web Client as a web
> front end to published algs.
>
> We will try to come back here asap with a full description and road map.
> If you want to contact us directly, please use i...@3liz.com address.
>
> Regads,
> Michaël
>
>
> 2018-03-12 10:56 GMT+01:00 johnrobot :
>
>> My previous post didn´t seem to render much interest and I am a bit
>> curious.
>> Is this not of interest to anyone else? Was I too vague? Does the task
>> involve to much work at the moment? I still think that it would be a great
>> addition to QGIS, especially in corporate environments.
>>
>>
>>
>> --
>> Sent from: http://osgeo-org.1560.x6.nabble.com/QGIS-Developer-f4099106.
>> html
>> ___
>> QGIS-Developer mailing list
>> QGIS-Developer@lists.osgeo.org
>> List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
>> Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer
>>
>
>
> ___
> QGIS-Developer mailing list
> QGIS-Developer@lists.osgeo.org
> List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
> Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer
>



-- 
Alessandro Pasotti
w3:   www.itopen.it
___
QGIS-Developer mailing list
QGIS-Developer@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer

Re: [QGIS-Developer] Web based admin interface for processing models

2018-03-13 Thread johnrobot
Ah, that sounds like what I´m looking for. Nice to hear that there is work in
progress. Yes, please come back with a description and roadmap when
possible, perhaps I can provide some user input and suggestions.



--
Sent from: http://osgeo-org.1560.x6.nabble.com/QGIS-Developer-f4099106.html
___
QGIS-Developer mailing list
QGIS-Developer@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer

Re: [QGIS-Developer] Web based admin interface for processing models

2018-03-12 Thread kimaidou
Hi

Very quick answer:
We (3liz team) are indeed developing a full server stack to be able to use
QGIS processing algorithms server side. It will be fully opensourced. No
real web admin panel in project, but we use Lizmap Web Client as a web
front end to published algs.

We will try to come back here asap with a full description and road map. If
you want to contact us directly, please use i...@3liz.com address.

Regads,
Michaël


2018-03-12 10:56 GMT+01:00 johnrobot :

> My previous post didn´t seem to render much interest and I am a bit
> curious.
> Is this not of interest to anyone else? Was I too vague? Does the task
> involve to much work at the moment? I still think that it would be a great
> addition to QGIS, especially in corporate environments.
>
>
>
> --
> Sent from: http://osgeo-org.1560.x6.nabble.com/QGIS-Developer-
> f4099106.html
> ___
> QGIS-Developer mailing list
> QGIS-Developer@lists.osgeo.org
> List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
> Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer
>
___
QGIS-Developer mailing list
QGIS-Developer@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer

Re: [QGIS-Developer] Web based admin interface for processing models

2018-03-12 Thread johnrobot
My previous post didn´t seem to render much interest and I am a bit curious.
Is this not of interest to anyone else? Was I too vague? Does the task
involve to much work at the moment? I still think that it would be a great
addition to QGIS, especially in corporate environments.



--
Sent from: http://osgeo-org.1560.x6.nabble.com/QGIS-Developer-f4099106.html
___
QGIS-Developer mailing list
QGIS-Developer@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer