Take the 2-minute tour ×
Geographic Information Systems Stack Exchange is a question and answer site for cartographers, geographers and GIS professionals. It's 100% free, no registration required.

Developing a python script in QGIS 2.2, I can run algorithms from the Processing plugin fine such as those from QGIS geoalgorithms and SAGA. Can you do the same for the algorithm "Merge shapefiles to one" from the Vector menu and how can you call it from the Python console?

EDIT:

The "Merge shapefiles to one" algorithm is from the Ftools plugin.

Found a link which might be useful: Is there a way to access QGIS plugins in Python?

share|improve this question
add comment

1 Answer

up vote 0 down vote accepted

A similar question on how to access other algorithms such as those from MMQGIS has been asked with an answer given:

How to use the MMQGIS plugin through the Python console?

share|improve this answer
add comment

Your Answer

 
discard

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

Not the answer you're looking for? Browse other questions tagged or ask your own question.