-
Notifications
You must be signed in to change notification settings - Fork 0
/
HouseNumbering_library.py
34 lines (27 loc) · 1 KB
/
HouseNumbering_library.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# --------------------------------------------------------
# HouseNumbering_library - HouseNumbering operation functions
#
# begin : 10 May 2010
# copyright : (c) 2010 by Michael Minn
# email : See michaelminn.com
#
# QuickMultiAttributeEdit is free software and is offered
# without guarantee or warranty. You can redistribute it
# and/or modify it under the terms of version 2 of the
# GNU General Public License (GPL v2) as published by the
# Free Software Foundation (www.gnu.org).
# --------------------------------------------------------
import csv
import time
import urllib
import os.path
import operator
from PyQt4.QtCore import *
from PyQt4.QtGui import *
from qgis.core import *
from math import *
# --------------------------------------------------------
# HouseNumbering_update_selected - Update field of selected elements
# --------------------------------------------------------
def HouseNumbering_update_selected():
pass