[general]
name=QSFCGAL
about=Implementing the SFCGAL library in a QGIS plugin using the pysfcgal wrapper.
category=Vector
hasProcessingProvider=True
description=This plugin integrates SFCGAL functions into the QGIS Processing toolbox and expressions for advanced spatial analysis.
icon=resources/images/sfcgal.png
tags=sfcgal,postgis,processing
supportsQt6=True

# credits and contact
author=Oslandia
email=qgis@oslandia.com
homepage=https://sfcgal.gitlab.io/qsfcgal
repository=https://gitlab.com/sfcgal/qsfcgal
tracker=https://gitlab.com/sfcgal/qsfcgal/-/work_items

# experimental flag
deprecated=False
experimental=False
qgisMinimumVersion=3.34
qgisMaximumVersion=4.99

# versioning
version=0.5.2
changelog=
 Version 0.5.2:
 - The plugins.qgis.org website now blocks plugins that contain binary files; plugins are released without the pysfcgal dependency for Windows

 Version 0.5.1:
 - Update tracker url in metadata
 - Extrude algorithms: Improve wording of multipolygon to polygon conversion option

 Version 0.5.0:
 - Add setting to automatically create 3D renderers !137
 - Add `cg_translate` expression !132
 - Add buffer 3D processing !126
 - Add simplify processing !144
 - Add create_primitive processing !151
 - Add "extend to edges" option to medial axis processing !141
 - Port multiline processing to feature-based algorithm !139
 - Update to pysfcgal 2.2.0 !109
 - Port offset_polygon, translate_3d and translate to feature-based algorithm !156 !155 !154
 - Fix multipolygon case in extrude !122
 - Properly fail if SFCGAL is not installed !146



[oslandia]
funders=Oslandia,BPI France,France 2030,France Relance
screenshot=docs/img/processing.png
blog_link=https://oslandia.com/2024/10/22/sfcgal-2-0/
