[general]
name=CityForge
about=3D buildings reconstruction from footprint and point cloud.
category=Vector
description=CityForge is a QGIS plugin for reconstructing 3D buildings from footprint and point cloud into CityJSON files.
hasProcessingProvider=True
icon=resources/images/icon.png
supportsQt6=no
server=False
tags=3d,buildings,point cloud,cityjson,las,laz

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

# experimental flag
deprecated=False
experimental=True
qgisMinimumVersion=3.34
qgisMaximumVersion=4.0
# versioning
version=1.1.0
changelog=
 Version 1.1.0:
 - Added processing tool for merging multiple JSON files (#47)
 - Fixed issue where incomplete classifications were not detected (#45)
 - Added option to generate .obj and .gpkg files
 - Minor documentation updates

 Version 1.0.1:
 - Added output from Geoflow in the plugin output (#38)
 - Added verbose output from Geoflow when plugin Debug mode is enabled (!47)
 - Added real reconstruction test when testing the install of Geoflow (#37)
 - Fixed usage of GeoPackage files (#36)
 - Fixed usage on Windows whne Geoflow was installed under a different user (#40)
 - Fixed reference system format to conform to latest CityJSON versions (#41)

 Version 1.0.0:
 - Renamed the plugin from CityBuilder to CityForge.
 - Added a user case to manage geoflow via Docker or the executable through QGIS settings.
 - Introduced unit tests for geoflow execution calls.
 - Cleaned up obsolete files.
 - Implemented support for English and French translations.
 - Updated the documentation.
 - Add CI
 - Creation of a logo, thank you Sylvain Beorchia for the design


