Skip to content

Commit ccdf250

Browse files
author
Daniel
committed
fix dates and metadata
1 parent 0d1a059 commit ccdf250

File tree

11 files changed

+48
-112
lines changed

11 files changed

+48
-112
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
#
44
# This plugin adds different geovita processing plugins
55
# -------------------
6-
# begin : 2022-03-02
6+
# begin : 2024-01-17
77
# git sha : $Format:%H$
8-
# copyright : (C) 2022 by DPE
8+
# copyright : (C) 2024 by DPE
99
1010
# ***************************************************************************/
1111
#

README.html

Lines changed: 0 additions & 39 deletions
This file was deleted.

README.md

Whitespace-only changes.

README.txt

Lines changed: 0 additions & 55 deletions
This file was deleted.

__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
"""
2424

2525
__author__ = 'DPE'
26-
__date__ = '2022-03-02'
27-
__copyright__ = '(C) 2022 by DPE'
26+
__date__ = '2024-01-17'
27+
__copyright__ = '(C) 2024 by DPE'
2828

2929
__version__ = "1.0.1"
3030

geovita_processing_plugin.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
This plugin adds different geovita processing plugins
88
Generated by Plugin Builder: http://g-sherman.github.io/Qgis-Plugin-Builder/
99
-------------------
10-
begin : 2022-03-02
10+
begin : 2024-01-17
1111
copyright : (C) 2022 by DPE
1212
1313
***************************************************************************/
@@ -23,8 +23,8 @@
2323
"""
2424

2525
__author__ = 'DPE'
26-
__date__ = '2022-03-02'
27-
__copyright__ = '(C) 2022 by DPE'
26+
__date__ = '2024-01-17'
27+
__copyright__ = '(C) 2024 by DPE'
2828

2929
# This will get replaced with a git SHA1 when you do a git archive
3030

geovita_processing_plugin_provider.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
This plugin adds different geovita processing plugins
88
Generated by Plugin Builder: http://g-sherman.github.io/Qgis-Plugin-Builder/
99
-------------------
10-
begin : 2022-03-02
10+
begin : 2024-01-17
1111
copyright : (C) 2022 by DPE
1212
1313
***************************************************************************/
@@ -23,8 +23,8 @@
2323
"""
2424

2525
__author__ = 'DPE'
26-
__date__ = '2022-03-02'
27-
__copyright__ = '(C) 2022 by DPE'
26+
__date__ = '2024-01-17'
27+
__copyright__ = '(C) 2024 by DPE'
2828

2929
# This will get replaced with a git SHA1 when you do a git archive
3030

metadata.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@
66
name=Geovita GIS Processing provider
77
qgisMinimumVersion=3.4
88
qgisMaximumVersion=3.99
9-
description=This plugin adds different Geovita processing plugins
9+
description=This plugin adds different Geovita custom processing algorithms to QGIS
1010
version=1.0.1
1111
author=DPE
1212
1313

14-
about=Geovita plugin provider. This plugin enables different processing plugins and is under development. Now it implements NGI's REMEDY_GIS_RiskTool to QGIS.
14+
about=Geovita plugin provider. This plugin enables different processing algorithms and is under development. Now it implements NGI's REMEDY_GIS_RiskTool to QGIS.
1515

16-
tracker=http://bugs
17-
repository=http://repo
16+
tracker=https://github.com/danpejobo/geovita_processing_plugin/issues
17+
repository=https://github.com/danpejobo/geovita_processing_plugin
1818
# End of mandatory metadata
1919

2020
# Recommended items:
@@ -30,7 +30,7 @@ hasProcessingProvider=yes
3030
# Tags are comma separated with spaces allowed
3131
tags=analysis, attribute edit, csv, database, delimitation, digitizing, export, import, point, processing, table, vector, NGI, BegrensSkade, remedy, building, settlements, tunnel, impactmap, excavation, risk, dtm
3232

33-
homepage=http://homepage
33+
homepage=https://github.com/danpejobo/geovita_processing_plugin
3434
category=Analysis
3535
icon=icons/geovita.ico
3636
# experimental flag

pb_tool.cfg

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
# Configuration file for plugin builder tool (pb_tool)
55
# Generated by Plugin Builder: http://g-sherman.github.io/Qgis-Plugin-Builder/
66
# -------------------
7-
# begin : 2022-03-02
8-
# copyright : (C) 2022 by DPE
7+
# begin : 2024-01-17
8+
# copyright : (C) 2024 by DPE
99
1010
# ***************************************************************************/
1111
#
@@ -44,7 +44,7 @@ name: geovita_processing_plugin
4444
# Full path to where you want your plugin directory copied. If empty,
4545
# the QGIS default path will be used. Don't include the plugin name in
4646
# the path.
47-
plugin_path: C:\Users\dpe\AppData\Roaming\QGIS\QGIS3\profiles\daniel\python\plugins
47+
plugin_path:
4848

4949
[files]
5050
# Python files that should be deployed with the plugin

utils/logger.py

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
"""
2+
/***************************************************************************
3+
* *
4+
* This program is free software; you can redistribute it and/or modify *
5+
* it under the terms of the GNU General Public License as published by *
6+
* the Free Software Foundation; either version 2 of the License, or *
7+
* (at your option) any later version. *
8+
* *
9+
***************************************************************************/
10+
"""
11+
12+
__author__ = 'DPE'
13+
__date__ = '2024-01-17'
14+
__copyright__ = '(C) 2024 by DPE'
15+
116
import logging.handlers
217
from pathlib import Path
318

0 commit comments

Comments
 (0)