Skip to content

Instantly share code, notes, and snippets.

View PatSunter's full-sized avatar

Patrick Sunter PatSunter

  • Melbourne, Australia
View GitHub Profile
from qgis.core import *
from qgis.gui import *
from PyQt4.QtCore import *
from PyQt4.QtGui import QApplication
from PyQt4.QtXml import *
import sys
import xml.etree.ElementTree as ET
app = QgsApplication([], True)