Re: [QGIS-Developer] REST API for QGIS processing tool

2021-03-23 Thread David Marteau
Juste a few things: - py-qgis-wps does not require pyProj directly, you have to check which dependency needs it and eventually install it for your platform. - You should always install custom python package in a venv otherwise you may break your installation. Please open an issue on

Re: [QGIS-Developer] REST API for QGIS processing tool

2021-03-23 Thread Prem Kumar
Hi David, While installing the service from source code files using given instructions, further details of the exception I have encountered. [image: image.png] Complete output from command python setup.py egg_info: ERROR: Minimum supported PROJ version is 7.2.0, installed version is 4.9.3.

Re: [QGIS-Developer] REST API for QGIS processing tool

2021-03-22 Thread David Marteau
Le 22/03/2021 à 18:26, Prem Kumar a écrit : Hi Team, Im afraid to make a comment but the installation instructions in the github are not specifically referring the integration of service and the qgis installation and its modules. I have tried installing py-qgs-wps on linux machine using

Re: [QGIS-Developer] REST API for QGIS processing tool

2021-03-22 Thread Prem Kumar
Hi Team, Im afraid to make a comment but the installation instructions in the github are not specifically referring the integration of service and the qgis installation and its modules. I have tried installing py-qgs-wps on linux machine using archive tar file and ended up incompatibility issue

Re: [QGIS-Developer] REST API for QGIS processing tool

2021-02-25 Thread Prem Kumar
HI Nyall and René-Luc, Thank you very much for the pointers, much appreciated. Looks to me, a lot to learn some good stuff. Will let you know how it goes. -Prem On Thu, Feb 25, 2021 at 6:59 PM René-Luc Dhont wrote: > > Le 24/02/2021 à 23:27, Nyall Dawson a écrit : > > > > Look into the "WPS"

Re: [QGIS-Developer] REST API for QGIS processing tool

2021-02-25 Thread René-Luc Dhont
Le 24/02/2021 à 23:27, Nyall Dawson a écrit : Look into the "WPS" standard. There's even an existing server for this: https://github.com/3liz/py-qgis-wps Thanks Nyall to pointing it. Prem, If you are interested in a REST API, implementing the OGC API Processes standard is  being considered

Re: [QGIS-Developer] REST API for QGIS processing tool

2021-02-24 Thread Nyall Dawson
On Thu, 25 Feb 2021 at 03:28, Prem Kumar wrote: > > Dear Community team, > > Off late, I have written a custom processing tool in QGIS which works > perfectly fine in QGIS application. I am wondering if there is any better way > to expose the qgis processing tool over REST API so that I can use

[QGIS-Developer] REST API for QGIS processing tool

2021-02-24 Thread Prem Kumar
Dear Community team, Off late, I have written a custom processing tool in QGIS which works perfectly fine in QGIS application. I am wondering if there is any better way to expose the qgis processing tool over REST API so that I can use it in my front end map? Kind of geoprocessing service REST