3
votes
1answer
166 views

How to deploy a QGIS Python Standalone Application with minimum installation size?

I am trying to create a Standalone QGis Application using python. I was able to create the nice looking shapeviewer application by following the steps here. Now I would like to deploy this in ...
2
votes
1answer
128 views

How can I add individual geoprocessing tool, for e.g. buffer onto the toolbar in qgis?

I am no programmer so I do not understand how to create a plugin to add a button to the toolbar. Is there another simpler way to do so? I only need a few tools from the ftools suite and do not want ...
4
votes
1answer
176 views

How to create a custom data viewer on top of QGIS?

I was exploring the possibility of creating a simple Data Viewer based on QGIS. I would like to create an simple application that will open QGIS up with a limited set of tools & menus. QGIS would ...
4
votes
1answer
262 views

How to customize QGIS for vehicle tracking?

I'm doing a project on vehicle tracking using GIS - for that I'm using the open source software package QuantumGIS (QGIS). I would like to know how to customise QGIS using the python console to edit ...