2 Star 5 Fork 3

一粒粟/Monitask

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
__init__.py 1.51 KB
一键复制 编辑 原始数据 按行查看 历史
一粒粟 提交于 2023-10-18 16:48 . initial commit
# -*- coding: utf-8 -*-
"""
/***************************************************************************
Monitask
A QGIS plugin
遥感监测作业插件
Generated by Plugin Builder: http://g-sherman.github.io/Qgis-Plugin-Builder/
-------------------
begin : 2022-04-23
copyright : (C) 2022 by zhouxu/NGCC
email : zhouxu@ngcc.cn
git sha : $Format:%H$
***************************************************************************/
/***************************************************************************
* *
* 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. *
* *
***************************************************************************/
This script initializes the plugin, making it known to QGIS.
"""
# noinspection PyPep8Naming
def classFactory(iface): # pylint: disable=invalid-name
"""Load Monitask class from file Monitask.
:param iface: A QGIS interface instance.
:type iface: QgsInterface
"""
#
from .monitask import Monitask
return Monitask(iface)
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/grainseed/monitask.git
git@gitee.com:grainseed/monitask.git
grainseed
monitask
Monitask
master

搜索帮助