Re: [QGIS-Developer] PyQGIS read project from postgresql database

2023-05-12 Thread Germán Carrillo via QGIS-Developer
Hi, what do you get if you run the following line on your QGIS Python console in a QGIS session where your project (the one stored in PG) is loaded? QgsProject.instance().fileName() Regards, Germán El vie, 12 may 2023 a las 19:22, Alexandre Neto via QGIS-Developer (< qgis-developer@lists.osge

[QGIS-Developer] PyQGIS read project from postgresql database

2023-05-12 Thread Alexandre Neto via QGIS-Developer
Hi, I am trying to read a project that is stored in a postgreSQL/PostGIS database, but I am struggling with getting it correctly. I am using the following code project = QgsProject.instance() uri = 'postgresql://my_user:my_pass@localhost :5432?sslmode=disable&dbname=my_database&schema=my_schema&p

Re: [QGIS-Developer] QGIS Server and OGC API - Processes

2023-05-12 Thread Alessandro Pasotti via QGIS-Developer
Cool, thanks! I was actually thinking of a core implementation but that's a very good start! On Fri, May 12, 2023 at 1:10 PM David Marteau wrote: > > Hi, > > There is an implementation of OGC API processes on top of Qgis > Processing here: https://github.com/3liz/py-qgis-wps that supports Qgis >

Re: [QGIS-Developer] QGIS Server and OGC API - Processes

2023-05-12 Thread David Marteau via QGIS-Developer
Hi, There is an implementation of OGC API processes on top of Qgis Processing here: https://github.com/3liz/py-qgis-wps that supports Qgis algorithms as processes out of the box. Le 12/05/2023 à 11:44, Alessandro Pasotti via QGIS-Developer a écrit : Hi, Is anybody working or planning to wo

Re: [QGIS-Developer] QGIS Server and OGC API - Processes

2023-05-12 Thread René-Luc Dhont via QGIS-Developer
Hi Alessandro, It is implemented in Py-QGIS-WPS https://github.com/3liz/py-qgis-wps Regards, Le 12/05/2023 à 11:44, Alessandro Pasotti via QGIS-Developer a écrit : Hi, Is anybody working or planning to work on an implementation of OGC API - Processes [1] for QGIS Server? [1]https://ogcapi.og

[QGIS-Developer] QGIS Server and OGC API - Processes

2023-05-12 Thread Alessandro Pasotti via QGIS-Developer
Hi, Is anybody working or planning to work on an implementation of OGC API - Processes [1] for QGIS Server? [1] https://ogcapi.ogc.org/processes/overview.html -- Alessandro Pasotti QCooperative: www.qcooperative.net ItOpen: www.itopen.it ___ QGIS-D