-
Notifications
You must be signed in to change notification settings - Fork 20
/
metadata.txt
60 lines (48 loc) · 1.93 KB
/
metadata.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
# This file contains metadata for your plugin. Since
# version 2.0 of QGIS this is the proper way to supply
# information about a plugin. The old method of
# embedding metadata in __init__.py will
# is no longer supported since version 2.0.
# This file should be included when you package your plugin.# Mandatory items:
[general]
name=dzetsaka : Classification tool
qgisMinimumVersion=3.0
description=Fast and Easy Classification plugin for Qgis
version=3.70
author=Nicolas Karasiak
email=karasiak.nicolas@gmail.com
about=
Plugin for semi-automatic classification with Gaussian Mixture Model, Random Forest*, and SVM* classifiers.
Very easy and fast to use.
*You need to install scitkit-learn library to use these algorithms.
For more information on this tool check our github : https://github.com/nkarasiak/dzetsaka/
tracker=https://github.com/nkarasiak/dzetsaka/issues
repository=http://www.github.com/nkarasiak/dzetsaka
# End of mandatory metadata
# Recommended items:
# Uncomment the following line and add your changelog:
changelog=
3.70
* Fix bug with new gdal import from osgeo
3.64
* add closing filter in the processing toolbox
3.63
* fix bug in train algorithm (split waspercent of train not of validation)
3.62
* fig bug when loading cursor was not removed after unsucessful learning.
3.61
* fix bug #19 with self.addAlgorithm(alg).
3.6
* Add confidence map in processing
* Add median filter and shannon entropy
* Fix bug with GMM confidence map
* Move dzetsaka icons to extension toolbar
# Tags are comma separated with spaces allowed
tags=classification,semi-automatic,gaussian,mixture,model,random forest,svm,knn,forest,processing
homepage=http://www.github.com/nkarasiak/dzetsaka
category=Raster
icon=icon.png
# experimental flag
experimental=False
# deprecated flag (applies to the whole plugin, not just a single version)
deprecated=False