[general]
name=RoofClassify
about=A QGIS tool that is conceived for automatically identifying buildings with asbestos roofing. Its task is to identify asbestos cladding in remotely sensed images, but not to classify the different types of roofing. For more detailed information on how it works: https://www.mdpi.com/2220-9964/8/3/131.
category=Plugin
description=A QGIS Tool for Automatically Identifying Asbestos Roofing
icon=resources/images/icon.png
tags=classification, identification, asbestos, roofs


# credits and contact
author=Alessandro Bacciottini, Arjan Feta, Quy Thy Truong (Oslandia), Julien Moura (Oslandia)
email=qgis@oslandia.com
homepage=https://DINFO-UniFI.github.io/RoofClassify/
repository=https://github.com/DINFO-UniFI/RoofClassify/
tracker=https://github.com/DINFO-UniFI/RoofClassify/issues/


# experimental flag
deprecated=False
experimental=True
qgisMinimumVersion=3.16
qgisMaximumVersion=3.22


# versionning
version=1.0.0-beta3
changelog=
 Version 1.0.0-beta3:
 - Make the dependencies checks more robust.
 - Improve CI to fit GreenIT principles and fix plugin upload

 Version 1.0.0-beta2:
 - Rename plugin folder from roof_classify into RoofClassiy to fit already published versions

 Version 1.0.0-beta1:
 - completly refactored version by Oslandia:
   - make the plugin compatible with QGIS 3.16 and 3.22
   - modern development workflow and tooling: linter, CI, CD
   - classification improved (classes labels)
   - UI is translated into French (English is used as default language)
   - the packaged plugin embeds the external dependencies
   - documentation published as GitHub Pages


