Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
EnMAP
GFZ_Tools_EnMAP_BOX
enpt_enmapboxapp
Commits
ac0b0df4
Commit
ac0b0df4
authored
Jun 16, 2021
by
Daniel Scheffler
Browse files
Updated UI title and short documentation string.
Signed-off-by:
Daniel Scheffler
<
danschef@gfz-potsdam.de
>
parent
744e34fa
Pipeline
#24510
failed with stage
in 1 minute and 18 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
enpt_enmapboxapp/_enpt_alg_base.py
View file @
ac0b0df4
...
...
@@ -103,7 +103,7 @@ class _EnPTBaseAlgorithm(QgsProcessingAlgorithm):
return
'EnPTAlgorithm'
def
displayName
(
self
):
return
'EnMAP
p
rocessing
t
ool
algorithm (v%s)'
%
__version__
return
f
'
EnPT -
EnMAP
P
rocessing
T
ool
(v
{
__version__
}
)'
def
createInstance
(
self
,
*
args
,
**
kwargs
):
return
type
(
self
)()
...
...
@@ -433,10 +433,13 @@ class _EnPTBaseAlgorithm(QgsProcessingAlgorithm):
text
=
\
'<p>General information about this EnMAP box app can be found '
\
'<a href="https://enmap.git-pages.gfz-potsdam.de/GFZ_Tools_EnMAP_BOX/enpt_enmapboxapp/doc/">here</a>'
\
'.</p>'
\
'<p>Type <i>enpt -h</i> into a shell to get further information about individual '
\
'parameters.</p>'
'<a href="https://enmap.git-pages.gfz-potsdam.de/GFZ_Tools_EnMAP_BOX/enpt_enmapboxapp/doc/">here</a>. '
\
'For details, e.g., about all the algorithms implemented in EnPT, take a look at the '
\
'<a href="https://enmap.git-pages.gfz-potsdam.de/GFZ_Tools_EnMAP_BOX/EnPT/doc/index.html">EnPT backend '
\
'documentation</a>.</p>'
\
'<p>Type <i>enpt -h</i> into a shell to get further information about individual parameters or check out '
\
'the <a href="https://enmap.git-pages.gfz-potsdam.de/GFZ_Tools_EnMAP_BOX/EnPT/doc/usage.html#'
\
'command-line-utilities">documentation</a>.</p>'
return
text
...
...
enpt_enmapboxapp/enpt_external_algorithm.py
View file @
ac0b0df4
...
...
@@ -171,7 +171,7 @@ class ExternalEnPTAlgorithm(_EnPTBaseAlgorithm):
parameters
=
{
k
:
v
for
k
,
v
in
parameters
.
items
()
if
k
not
in
[
'anaconda_root'
]}
# replace Enum parameters with corresponding strings
# replace Enum parameters with corresponding strings
(not needed in case of unittest)
for
n
,
opts
in
[
(
'output_format'
,
{
0
:
'GTiff'
,
1
:
'ENVI'
}),
(
'mode_ac'
,
{
0
:
'land'
,
1
:
'water'
,
2
:
'combined'
}),
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment