Is it possible to retrieve Python code based on the action performed?
I am not very familiar with Python and I would like to know what code could be implemented based on what I just did from the menu. For example, when I join attributes by location, I want to know what code would have been used if I had run the same action using Python.
-
What menu exactly are you referring to?bugmenot123– bugmenot1232020年08月29日 10:23:05 +00:00Commented Aug 29, 2020 at 10:23
1 Answer 1
You can access the processing history with the shortcut "Ctrl+Alt+H" or in the Processing
tab click on History
https://docs.qgis.org/3.10/en/docs/user_manual/processing/history.html
-
Worked perfectly. Thank you!timpan– timpan2020年09月01日 08:41:49 +00:00Commented Sep 1, 2020 at 8:41