[QGIS-Developer] Modeler: What's missing to define string, number or other simple outputs

2024-04-15 Thread René-Luc Dhont via QGIS-Developer
Hi devs, It seems it is not possible to define string, number, boolean or variant output for modeler algorithm. For example, if you add Delete duplicate geometries `native:deleteduplicategeometries` algorithm in a model, you will not be able to define the name for the outputs Count of

Re: [QGIS-Developer] Modeler: Can a QgsProcessingOutputVariant be a QgsProcessingParameterGeometry for child algorithm?

2024-04-15 Thread René-Luc Dhont via QGIS-Developer
Hi devs, I have found an issue and proposed fix https://github.com/qgis/QGIS/pull/57150 that has been merged and backported. It will be possible to chain algorithm on Point and Geometry. René-Luc Le 05/04/2024 à 18:52, René-Luc Dhont a écrit : Hi devs, I'm trying to build algorithms with

[QGIS-Developer] Modeler: Can a QgsProcessingOutputVariant be a QgsProcessingParameterGeometry for child algorithm?

2024-04-05 Thread René-Luc Dhont via QGIS-Developer
Hi devs, I'm trying to build algorithms with geometry ouput. It seems that QgsProcessingOutputVariant has been build for it. But if I use my algorithms in a model with QGIS 3.34 : * I can't provide a name to QgsProcessingOutputVariant to become model algorithm ouput * I can't use

Re: [QGIS-Developer] GeoFerver canno't read QGIS server WFS Services

2023-06-05 Thread René-Luc Dhont via QGIS-Developer
   minOccurs="0" maxOccurs="unbounded"/>                                       I can't see a substantial difference :( W Il 31/05/23

Re: [QGIS-Developer] GeoFerver canno't read QGIS server WFS Services

2023-05-31 Thread René-Luc Dhont via QGIS-Developer
Hi Walter, You have to check the result of DescribeFeatureType WFS Request. This request has to provide the XSD to validate the GML. Regards, René-Luc Le 31/05/2023 à 14:59, Walter Lorenzetti via QGIS-Developer a écrit : Hi, when I try to add a WFS service layer to a GeoServer instance I

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?

Re: [QGIS-Developer] Project loader profiler Postgres Layers

2022-11-16 Thread René-Luc Dhont via QGIS-Developer
Hi Rémi, During the provider creation, a lot of SQL requests are made to check a lot of thing even if the use estimated metadata is checked : * Fields list * geometry type * primary key * extent * capabilities (read, insert, update, delete) You can take a look at these PRs to have an idea on

[QGIS-Developer] QGIS Server WMS Advertised extent and layers / groups bounding box in GetCapabilities

2022-10-04 Thread René-Luc Dhont via QGIS-Developer
Hi QGIS Server devs, We, David and I, are working on enhancing the way QGIS Server is building the WMS GetCapabilities document. [1] And I have some questions about the QGIS Server WMS Advertised extent and the layers / groups bounding box in GetCapabilities. For exemple in the