-
Notifications
You must be signed in to change notification settings - Fork 8
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
1 parent
ef97279
commit 453becf
Showing
6 changed files
with
5 additions
and
82 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 |
---|---|---|
@@ -1,22 +1,3 @@ | ||
#/*************************************************************************** | ||
# SpeckleQGIS | ||
# | ||
# SpeckleQGIS Description | ||
# ------------------- | ||
# begin : 2021-08-04 | ||
# git sha : $Format:%H$ | ||
# copyright : (C) 2021 by Speckle Systems | ||
# 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. * | ||
# * * | ||
# ***************************************************************************/ | ||
|
||
################################################# | ||
# Edit the following to match your sources lists | ||
|
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,27 +1,4 @@ | ||
# -*- coding: utf-8 -*- | ||
""" | ||
/*************************************************************************** | ||
SpeckleQGIS | ||
A QGIS plugin | ||
SpeckleQGIS Description | ||
Generated by Plugin Builder: http://g-sherman.github.io/Qgis-Plugin-Builder/ | ||
------------------- | ||
begin : 2021-08-04 | ||
copyright : (C) 2021 by Speckle Systems | ||
email : [email protected] | ||
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. | ||
""" | ||
|
||
import os | ||
import sys | ||
|
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
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,24 +1,4 @@ | ||
#/*************************************************************************** | ||
# SpeckleQGIS | ||
# | ||
# Configuration file for plugin builder tool (pb_tool) | ||
# Generated by Plugin Builder: http://g-sherman.github.io/Qgis-Plugin-Builder/ | ||
# ------------------- | ||
# begin : 2021-08-04 | ||
# copyright : (C) 2021 by Speckle Systems | ||
# 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. * | ||
# * * | ||
# ***************************************************************************/ | ||
# | ||
# | ||
|
||
# You can install pb_tool using: | ||
# pip install http://geoapt.net/files/pb_tool.zip | ||
# | ||
|
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
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,18 +1,4 @@ | ||
# -*- coding: utf-8 -*- | ||
""" | ||
/*************************************************************************** | ||
SpeckleQGIS | ||
A QGIS plugin | ||
SpeckleQGIS Description | ||
Generated by Plugin Builder: https://g-sherman.github.io/Qgis-Plugin-Builder/ | ||
------------------- | ||
begin : 2021-08-04 | ||
git sha : $Format:%H$ | ||
copyright : (C) 2021 by Speckle Systems | ||
email : [email protected] | ||
***************************************************************************/ | ||
""" | ||
|
||
|
||
import inspect | ||
import os.path | ||
|