-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Daniel
committed
Feb 9, 2024
1 parent
0f126fe
commit 19dc4d3
Showing
9 changed files
with
105 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,8 +7,8 @@ | |
This plugin adds different geovita processing plugins | ||
Generated by Plugin Builder: http://g-sherman.github.io/Qgis-Plugin-Builder/ | ||
------------------- | ||
begin : 2022-03-02 | ||
copyright : (C) 2022 by DPE | ||
begin : 2024-01-17 | ||
copyright : (C) 2024 by DPE | ||
email : [email protected] | ||
***************************************************************************/ | ||
|
@@ -23,8 +23,8 @@ | |
""" | ||
|
||
__author__ = "DPE" | ||
__date__ = "2023.03.20" | ||
__copyright__ = "(C) 2023 by DPE" | ||
__date__ = "2024-01-17" | ||
__copyright__ = "(C) 2024 by DPE" | ||
|
||
# This will get replaced with a git SHA1 when you do a git archive | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,8 +7,8 @@ | |
This plugin adds different geovita processing plugins | ||
Generated by Plugin Builder: http://g-sherman.github.io/Qgis-Plugin-Builder/ | ||
------------------- | ||
begin : 2022-03-02 | ||
copyright : (C) 2022 by DPE | ||
begin : 2024-01-17 | ||
copyright : (C) 2024 by DPE | ||
email : [email protected] | ||
***************************************************************************/ | ||
|
@@ -23,8 +23,8 @@ | |
""" | ||
|
||
__author__ = "DPE" | ||
__date__ = "2023.03.20" | ||
__copyright__ = "(C) 2023 by DPE" | ||
__date__ = "2024-01-17" | ||
__copyright__ = "(C) 2024 by DPE" | ||
|
||
# This will get replaced with a git SHA1 when you do a git archive | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,8 +7,8 @@ | |
This plugin adds different geovita processing plugins | ||
Generated by Plugin Builder: http://g-sherman.github.io/Qgis-Plugin-Builder/ | ||
------------------- | ||
begin : 2022-03-02 | ||
copyright : (C) 2022 by DPE | ||
begin : 2024-01-17 | ||
copyright : (C) 2024 by DPE | ||
email : [email protected] | ||
***************************************************************************/ | ||
|
@@ -23,8 +23,8 @@ | |
""" | ||
|
||
__author__ = "DPE" | ||
__date__ = "2023.03.20" | ||
__copyright__ = "(C) 2023 by DPE" | ||
__date__ = "2024-01-17" | ||
__copyright__ = "(C) 2024 by DPE" | ||
|
||
# This will get replaced with a git SHA1 when you do a git archive | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,8 +7,8 @@ | |
This plugin adds different geovita processing plugins | ||
Generated by Plugin Builder: http://g-sherman.github.io/Qgis-Plugin-Builder/ | ||
------------------- | ||
begin : 2022-03-02 | ||
copyright : (C) 2022 by DPE | ||
begin : 2024-01-17 | ||
copyright : (C) 2024 by DPE | ||
email : [email protected] | ||
***************************************************************************/ | ||
|
@@ -23,8 +23,8 @@ | |
""" | ||
|
||
__author__ = 'DPE' | ||
__date__ = '2022-03-02' | ||
__copyright__ = '(C) 2022 by DPE' | ||
__date__ = '2024-01-17' | ||
__copyright__ = '(C) 2024 by DPE' | ||
|
||
# This will get replaced with a git SHA1 when you do a git archive | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ | |
Generated by Plugin Builder: http://g-sherman.github.io/Qgis-Plugin-Builder/ | ||
------------------- | ||
begin : 2024-01-17 | ||
copyright : (C) 2022 by DPE | ||
copyright : (C) 2024 by DPE | ||
email : [email protected] | ||
***************************************************************************/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ | |
Generated by Plugin Builder: http://g-sherman.github.io/Qgis-Plugin-Builder/ | ||
------------------- | ||
begin : 2024-01-17 | ||
copyright : (C) 2022 by DPE | ||
copyright : (C) 2024 by DPE | ||
email : [email protected] | ||
***************************************************************************/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,32 @@ | ||
# -*- coding: utf-8 -*- | ||
|
||
""" | ||
/*************************************************************************** | ||
GeovitaProcessingPlugin - Tests | ||
------------------- | ||
begin : 2024-02-09 | ||
copyright : (C) 2024 by DPE | ||
email : [email protected] | ||
***************************************************************************/ | ||
/*************************************************************************** | ||
* * | ||
* This program is free software; you can redistribute it and/or modify * | ||
* it under the terms of the GNU General Public License as published by * | ||
* the Free Software Foundation; either version 2 of the License, or * | ||
* (at your option) any later version. * | ||
* * | ||
***************************************************************************/ | ||
""" | ||
|
||
__author__ = "DPE" | ||
__date__ = "2024.02.09" | ||
__copyright__ = "(C) 2024 by DPE" | ||
|
||
# This will get replaced with a git SHA1 when you do a git archive | ||
|
||
__revision__ = "$Format:%H$" | ||
|
||
from qgis import processing | ||
|
||
# import processing | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,32 @@ | ||
# -*- coding: utf-8 -*- | ||
|
||
""" | ||
/*************************************************************************** | ||
GeovitaProcessingPlugin - Tests | ||
------------------- | ||
begin : 2024-02-09 | ||
copyright : (C) 2024 by DPE | ||
email : [email protected] | ||
***************************************************************************/ | ||
/*************************************************************************** | ||
* * | ||
* This program is free software; you can redistribute it and/or modify * | ||
* it under the terms of the GNU General Public License as published by * | ||
* the Free Software Foundation; either version 2 of the License, or * | ||
* (at your option) any later version. * | ||
* * | ||
***************************************************************************/ | ||
""" | ||
|
||
__author__ = "DPE" | ||
__date__ = "2024.02.09" | ||
__copyright__ = "(C) 2024 by DPE" | ||
|
||
# This will get replaced with a git SHA1 when you do a git archive | ||
|
||
__revision__ = "$Format:%H$" | ||
|
||
from qgis import processing | ||
|
||
# import processing | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,32 @@ | ||
# -*- coding: utf-8 -*- | ||
|
||
""" | ||
/*************************************************************************** | ||
GeovitaProcessingPlugin - Tests | ||
------------------- | ||
begin : 2024-02-09 | ||
copyright : (C) 2024 by DPE | ||
email : [email protected] | ||
***************************************************************************/ | ||
/*************************************************************************** | ||
* * | ||
* This program is free software; you can redistribute it and/or modify * | ||
* it under the terms of the GNU General Public License as published by * | ||
* the Free Software Foundation; either version 2 of the License, or * | ||
* (at your option) any later version. * | ||
* * | ||
***************************************************************************/ | ||
""" | ||
|
||
__author__ = "DPE" | ||
__date__ = "2024.02.09" | ||
__copyright__ = "(C) 2024 by DPE" | ||
|
||
# This will get replaced with a git SHA1 when you do a git archive | ||
|
||
__revision__ = "$Format:%H$" | ||
|
||
from qgis import processing | ||
|
||
# import processing | ||
|