forked from p0cisk/Generalizer
-
Notifications
You must be signed in to change notification settings - Fork 3
/
metadata.txt
74 lines (67 loc) · 2.45 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
[general]
name=Generalizer3
qgisMinimumVersion=3.0
description=Lines generalization and smoothing (partially based on v.generalize GRASS module)
about=Plugin to Generalize, Simplify or Smooth lines in QGIS
Functions :
Remove small objects
Simplify :
Douglas-Peucker Algorithm
Jenk's Algorithm
Lang Algorithm
Reumann-Witkam Algorithm
Vertex Reduction
Smooth :
Boyle's Forward-Looking Algorithm
Chaiken's Algorithm
Hermite Spline Interpolation
McMaster's Distance-Weighting Algorithm
Distance Weighting
McMaster's Sliding Averaging Algorithm
Snakes Algorithm : Slowest smoothing algorithm
version=0.9
author=Piotr Pociask, Matthew Petroff, Sylvain POULAIN
# end of mandatory metadata
# Optional items:
homepage=https://github.com/giscan/Generalizer
tracker=https://github.com/giscan/Generalizer/issues
repository=https://github.com/giscan/Generalizer
icon=icon.png
tags=line,vector,smooth,simplify
# experimental flag
experimental=False
# deprecated flag (applies to the whole plugin, not just a single version
deprecated=False
changelog=
0.9 (09.11.2020)
- Move plugin to his self toolbar
0.8 (23.05.2020)
- fix import resources
0.7 (17.05.2020)
- fix save layer to file
- remove unattended column in temporary layer
0.6 (10.11.2019)
- updated to QGIS 3.x
- fix projection according to project coordinates
- quick documentation
0.5 (24.11.2013)
-updated to QGIS 2.0 API (thanks to Matthew Petroff)
-fix unicode error
0.4 (27.10.2013)
-add setDecimal() method in batch mode. Added by Bakhtiar Hasmanan
0.3 (15.09.2011)
-new algorithms:
smoothing: Snakes Algorithm
simplifying: Jenk's Algorithm, Reumann-Witkam Algorithm
0.2 (11.09.2011)
-added batch mode
-choose to save layer(s) on disk or to store in memory
-new algorithms:
smoothing: Hermite Spline Interpolation
0.1 (28.08.2011)
-first release
-supported algorithms:
generalization: Remove small objects
simplifying: Douglas-Peucker, Lang, Vertex Reduction
smoothing: Boyle's Forward-Looking, Chaiken's, McMaster's Distance-Weighting, McMaster's Sliding Averaging