Tell me more ×
Geographic Information Systems Stack Exchange is a question and answer site for cartographers, geographers and GIS professionals. It's 100% free, no registration required.

I need to write a python console script in QGIS to do the following: 1) convert a simple KMZ to a shape file format 2) reproject from WGS84 to British Grid (OSGB_1936)

This is to automate the 2 steps above rather than performing them manually in QGIS each time. Please are there a goood reference for which functions are there and how to use them within the python console for QGIS?

Is it possible to use QGIS tools, such as, for example, Vector > Geoprocessing Tools > Intersect within the python console?

Your help much appreciated! Thanks,

Meryloo

share|improve this question
1  
What you want to do is definitely possible, check out qgis.org/pyqgis-cookbook for a starting reference. – sgrieve Sep 25 '12 at 8:48

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.