From e37405852cbb805745d27db96d2cf9bf208fd43d Mon Sep 17 00:00:00 2001 From: Jean Felder Date: Tue, 26 Mar 2024 10:06:51 +0100 Subject: [PATCH] Updated Code Sprint QGIS Grenoble, March 2024 (markdown) --- Code-Sprint-QGIS-Grenoble,-March-2024.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Code-Sprint-QGIS-Grenoble,-March-2024.md b/Code-Sprint-QGIS-Grenoble,-March-2024.md index 198a0e7..55a03d6 100644 --- a/Code-Sprint-QGIS-Grenoble,-March-2024.md +++ b/Code-Sprint-QGIS-Grenoble,-March-2024.md @@ -116,6 +116,8 @@ There are a lot of libraries to handle these 3d algorithms. However, `SFCGAL` se This workshop aims to present a study in order to add `SFCGAL` as a new QGIS optional dependency. `QGIS` already provides `geos` integration by using a class named `QgsGeos` which inherits from `QGsGeometryEngine`. `SFCGAL` could use a similar approach by creating a new `QgsSFCGAL` class and integrate some popular 3d algorithms such as buffer and intersection. +Notes : https://demo.hedgedoc.org/PYCg4wHmS0uMyQHBvUyzaA# + ### Afternoon #### QGIS security process, how to prepare to CRA obligations ?