Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
LETG
Rename bands
Commits
b265e98b
Commit
b265e98b
authored
Sep 13, 2021
by
PIERSON Julie
Browse files
updating author with LETG, changing algorithm name
parent
59aa78ee
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
15 additions
and
15 deletions
+15
-15
metadata.txt
metadata.txt
+5
-5
rename_bands.py
rename_bands.py
+3
-3
rename_bands_algorithm.py
rename_bands_algorithm.py
+4
-4
rename_bands_provider.py
rename_bands_provider.py
+3
-3
No files found.
metadata.txt
View file @
b265e98b
...
...
@@ -7,13 +7,13 @@ name=Rename Bands
qgisMinimumVersion=3.0
description=Rename and reorder raster bands
version=0.1
author=J
ulie
Pierson
author=J
.
Pierson
, UMR 6554 LETG, CNRS
email=julie.pierson@univ-brest.fr
about=This plugin renames and reorder bands in a raster layer.
tracker=http://
bug
s
repository=http://
repo
tracker=http
s
://
gitlab.in2p3.fr/julie.pierson/rename_band
s
repository=http
s
://
gitlab.in2p3.fr/julie.pierson/rename_bands
# End of mandatory metadata
# Recommended items:
...
...
@@ -25,7 +25,7 @@ hasProcessingProvider=yes
# Tags are comma separated with spaces allowed
tags=python
homepage=http://
homepage
homepage=http
s
://
gitlab.in2p3.fr/julie.pierson/rename_bands
category=Analysis
icon=icon.png
# experimental flag
...
...
@@ -40,7 +40,7 @@ deprecated=False
# plugin_dependencies=
Category of the plugin: Raster, Vector, Database or Web
# category=
# category=
Raster
# If the plugin can run on QGIS Server.
server=False
...
...
rename_bands.py
View file @
b265e98b
...
...
@@ -8,7 +8,7 @@
Generated by Plugin Builder: http://g-sherman.github.io/Qgis-Plugin-Builder/
-------------------
begin : 2021-09-09
copyright : (C) 2021 by J
ulie
Pierson
copyright : (C) 2021 by J
.
Pierson
, UMR 6554 LETG, CNRS
email : julie.pierson@univ-brest.fr
***************************************************************************/
...
...
@@ -22,9 +22,9 @@
***************************************************************************/
"""
__author__
=
'J
ulie
Pierson'
__author__
=
'J
.
Pierson
, UMR 6554 LETG, CNRS
'
__date__
=
'2021-09-09'
__copyright__
=
'(C) 2021 by J
ulie
Pierson'
__copyright__
=
'(C) 2021 by J
.
Pierson
, UMR 6554 LETG, CNRS
'
# This will get replaced with a git SHA1 when you do a git archive
...
...
rename_bands_algorithm.py
View file @
b265e98b
...
...
@@ -8,7 +8,7 @@
Generated by Plugin Builder: http://g-sherman.github.io/Qgis-Plugin-Builder/
-------------------
begin : 2021-09-09
copyright : (C) 2021 by J
ulie
Pierson
copyright : (C) 2021 by J
.
Pierson
, UMR 6554 LETG, CNRS
email : julie.pierson@univ-brest.fr
***************************************************************************/
...
...
@@ -22,9 +22,9 @@
***************************************************************************/
"""
__author__
=
'J
ulie
Pierson'
__author__
=
'J
.
Pierson
, UMR 6554 LETG, CNRS
'
__date__
=
'2021-09-09'
__copyright__
=
'(C) 2021 by J
ulie
Pierson'
__copyright__
=
'(C) 2021 by J
.
Pierson
, UMR 6554 LETG, CNRS
'
# This will get replaced with a git SHA1 when you do a git archive
...
...
@@ -163,7 +163,7 @@ class RenameBandsAlgorithm(QgsProcessingAlgorithm):
lowercase alphanumeric characters only and no spaces or other
formatting characters.
"""
return
'Rename
B
ands'
return
'Rename
and reorder b
ands'
def
displayName
(
self
):
"""
...
...
rename_bands_provider.py
View file @
b265e98b
...
...
@@ -8,7 +8,7 @@
Generated by Plugin Builder: http://g-sherman.github.io/Qgis-Plugin-Builder/
-------------------
begin : 2021-09-09
copyright : (C) 2021 by J
ulie
Pierson
copyright : (C) 2021 by J
.
Pierson
, UMR 6554 LETG, CNRS
email : julie.pierson@univ-brest.fr
***************************************************************************/
...
...
@@ -22,9 +22,9 @@
***************************************************************************/
"""
__author__
=
'J
ulie
Pierson'
__author__
=
'J
.
Pierson
, UMR 6554 LETG, CNRS
'
__date__
=
'2021-09-09'
__copyright__
=
'(C) 2021 by J
ulie
Pierson'
__copyright__
=
'(C) 2021 by J
.
Pierson
, UMR 6554 LETG, CNRS
'
# This will get replaced with a git SHA1 when you do a git archive
...
...
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