forked from EnMAP-Box/enmap-box
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.plugin.ini
96 lines (91 loc) · 2.2 KB
/
.plugin.ini
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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
[metadata]
name = EnMAP-Box 3
version = 3.14-alpha.1
description = Imaging Spectroscopy and Remote Sensing for QGIS
tags =
raster
analysis
imaging spectroscopy
spectral
hyperspectral
multispectral
landsat
sentinel
enmap
desis
prisma
emit
land cover
landscape
classification
regression
unmixing
remote sensing
mask
accuracy
clip
spectral signature
supervised classification
clustering
machine learning
google earth engine
category = Analysis
authors =
Andreas Janz
Benjamin Jakimow
Sebastian van der Linden
Fabian Thiel
Henrike Dierkes
icon = icon.png
homepage = https://enmap-box.readthedocs.io/
email = [email protected]
[plugin]
# maximum plugin size in MBytes
max_size_mb = 10
[files]
# the icon source that will be used for the [metadata] icon
icon = enmapbox/gui/ui/icons/enmapbox64px.png
# file patterns can be defined by :
# no prefix -> glob / fnmatch pattern
# prefix rx: -> regular expression
ignore =
*.pyc
# ignore hidden files and folders like .gitignore
# rx:.*/\..*
rx:^\.(?!/env).*
include =
.env/*
# include all apps except submodule folders
rx:enmapbox/apps/(?!lmuapps).*
# include apps that are submodules
rx:enmapbox/apps/lmuapps/lmuvegetationapps/.*
enmapbox/coreapps/*
enmapbox/eo4qapps/*
rx:enmapbox/gui/.*\.(py|ui)
rx:enmapbox/[^/]+\.(py|txt)
rx:enmapbox/qgispluginsupport/qps/(?!pyqtgraph).*
rx:enmapbox/qgispluginsupport/qps/pyqtgraph/pyqtgraph/.*
# deprecated!
enmapbox/gui/externals/*
# single files but not subfolders
# rx:enmapbox/[^/]\.*
site-packages/*
# enmapboxprocessing/*
rx:enmapboxprocessing/.*\.(py|ui|txt|json|csv|csvt|geojson|qml)
rx:enmapboxexternal/.*\.(py)
enmapboxplugins/*
enmapboxgeoalgorithms/*
__init__.py
CHANGELOG.rst
CHANGELOG.md
CONTRIBUTORS.md
CREDITS.md
ABOUT.md
LICENSE.md
LICENSE.txt
requirements.txt
requirements_developer.txt
enmapboxprocessing/glossary.rst
exclude =
enmapbox/exampledata/*
rx:.*symbology-style.db