496 reputation
27
bio website geoapt.com
location Alaska
age 57
visits member for 1 year, 6 months
seen 10 hours ago
stats profile views 31

Founder of the Quantum GIS project.


May
12
comment How can I programatically create and add features to a memory layer in QGIS 1.9?
Take a look at the PinPoint plugin. It adds features with attributes to a memory layer and works with the 2.0 API.
May
6
comment AttributeError: HelloWorld instance has no attribute 'connect'
Use: self.action.triggered.connect(self.function)
May
5
answered 'Couldn't load PyQGIS' after upgrade to Raring Ringtail?
May
5
awarded  Editor
May
5
revised AttributeError: HelloWorld instance has no attribute 'connect'
Format Python code
May
5
answered AttributeError: HelloWorld instance has no attribute 'connect'
May
5
suggested suggested edit on AttributeError: HelloWorld instance has no attribute 'connect'
Apr
30
comment Missing SIP Module in QGIS on Debian Squeeze
Have you installed sip (python-sip)?
Apr
25
answered Creating QGIS layers in python console vs stand-alone application
Apr
22
awarded  Constituent
Apr
22
awarded  Caucus
Apr
19
comment Use Python to parse string
Or: (d, m, s) = '123:34:12'.split(':')
Apr
18
answered How to see print commands through Python Script while programming plugin for QGIS?
Apr
18
answered Writing python plugin: How terminate plugin from script without closing QGIS?
Apr
11
comment QGIS Trace Tool; Error
let us continue this discussion in chat
Apr
11
comment QGIS Trace Tool; Error
Yes, it has been replaced by authid().
Apr
11
comment QGIS Trace Tool; Error
Edit line 282 in vertexTracerTool.py, changing layerEPSG = layer.srs().epsq() to layerEPSG= layer.crs().epsg(). The path to it is shown in your screenshots posted with your original question
Apr
11
awarded  Commentator
Apr
11
comment QGIS Trace Tool; Error
Sure, give it a try. It returns the same object as the previous srs() method.
Apr
11
answered Howto setup and use a remote GIS workstation (QGIS,GRASS,PostGIS)?