pktools
2.6.7
Processing Kernel for geospatial data
qgis
__init__.py
1
# -*- coding: utf-8 -*-
2
3
"""
4
***************************************************************************
5
__init__.py
6
---------------------
7
Date : April 2015
8
Copyright : (C) 2015 by Pieter Kempeneers
9
Email : kempenep at gmail dot com
10
***************************************************************************
11
* *
12
* This program is free software; you can redistribute it and/or modify *
13
* it under the terms of the GNU General Public License as published by *
14
* the Free Software Foundation; either version 2 of the License, or *
15
* (at your option) any later version. *
16
* *
17
***************************************************************************
18
"""
19
20
__author__ =
'Pieter Kempeneers'
21
__date__ =
'April 2015'
22
__copyright__ =
'(C) 2015, Pieter Kempeneers'
23
# This will get replaced with a git SHA1 when you do a git archive
24
__revision__ =
'$Format:%H$'
25
26
27
def
classFactory(iface):
28
from
pktools.ProcessingPktoolsPlugin
import
ProcessingPktoolsPlugin
29
return
ProcessingPktoolsPlugin()
30
#of beter met ifacer argument?
31
#return ProcessingPktoolsPlugin(iface)
Generated on Tue Feb 23 2021 08:50:20 for pktools by
1.8.13