I would like to use python console in QGIS to automate tasks. Is there something like a macro recorder in MS Office to get the python commands?
|
In cases such as this you may find it easier to take your python code outwith the Quantum console and set up an IDE to write and run your code from. This blog post outlines downloading and configuring Aptana Studio for use with pyqgis. Such a configuration will allow you to save your commands and scripts as python .py files and to run them whenever you need, in addtion to taking advantage of other python features in a better development environment. |
|||
|
|
Unfortunately, there isn't something like that for now. The closest I could think of is this ticket from the QGIS issue tracker regarding Macro Recording.
Twas opened about two years ago but unfortunately, nobody seems to be working on it right now. |
|||||
|

