I have QGIS project and Python script. I know how use QGIS Python console to run script. Is there any way to open a QGIS project in PyCharm and to run the Python script there?
Asked
Active
Viewed 255 times
2
-
Can this thread https://gis.stackexchange.com/questions/362874/using-pyqgis-in-pycharm-2020 help you? – Taras May 18 '21 at 16:57
-
Check out https://changelog.qgis.org/en/qgis/version/3.14/#new-standalone-console-tool-for-running-processing. It allows users to run processing algorithms (both built-in, and those provided by plugins) directly from the console. – julsbreakdown May 18 '21 at 17:06