9,019 reputation
11651
bio website nathanw.net
location Upper Coomera, Australia
age 25
visits member for 2 years, 10 months
seen 20 secs ago
stats profile views 1,273

Technical Consultant/QGIS Specialist at Digital Mapping Solutions. Passionate and enjoy spreading "the good news" about using open source GIS :)

QGIS, PostGIS and Python are my current weapons of choice.

Current Projects:


2h
comment python script to calculate and return values based on several conditions
I'm guessing ArcMap?
2d
comment Can I open a form in layer action?
Save yourcode.py anywhere Pyton can find it. This is can be in `.qgis2\python` or in the folder with the project. I tend to go with in the folder with the the project.
May
16
answered Can I open a form in layer action?
May
16
comment What is a good way to share a GeoDatabase over the internet?
Why not a FTP Server?
May
16
comment QGis non blocking notifications with pyqgis
Do you mean the message bar?
May
16
comment plugins available via WMS?
I'm not sure plugins on QGIS Server are supported yet.
May
16
comment How to run sextante algorithms outside of qgis python console?
You can't access iface in a standalone QGIS script. iface is only of use when running in side QGIS.
May
15
comment Data-defined Styles in QGIS
You can use the OSGeo4W installer
May
14
awarded  Notable Question
May
14
comment Is it possible to batch clip rasters in Quantum GIS?
Out of interest how do you do it in ArcGIS?
May
13
comment how to call a function when I press the button?
@MatthiasKuhn toggled is also fired when a user clicks qt-project.org/doc/qt-4.8/qabstractbutton.html#toggled
May
13
comment how to call a function when I press the button?
Please don't ask the same question twice.
May
13
comment How to access the button on the form?
do you have a button on your form with the name pushButton
May
13
comment How to access the button on the form?
You don't use anything. You are connecting the button on the form with self.optionsDialog.pushButton.toggled.connect(self.function) in hello_world()
May
13
comment How to access the button on the form?
well you don't need pushButton=QPushButton("pushButton") or QObject.connect(pushButton, SIGNAL("clicked()"),self.function) in there.
May
13
comment How to access the button on the form?
yes inside hello_world()
May
13
answered How to access the button on the form?
May
13
comment How to access the button on the form?
Your pushButton variable isn't on the form. You need to add it to your untitled.ui using QtDesigner
May
13
reviewed Approve suggested edit on How to access the button on the form?
May
12
comment How can I visualize a route in QGIS?
I'm guessing order is just a int value?