QGIS is a user friendly Open Source Geographic Information System (GIS) that runs on Linux, Unix, macOS, and Windows. QGIS supports vector, raster, and da…
After the initial ChatGPT hype in 2023 (when we saw the first LLM-backed QGIS plugins, e.g. QChatGPT and QGPT Agent ), there has been a notable slump in n…
Saved searches Use saved searches to filter your results more quickly You signed in with another tab or window. Reload to refresh your session.You signed…
PyQGIS Programmer's Guide 3 Welcome to the world of PyQGIS, the blending of QGIS and Python to extend and enhance your open source GIS toolbox. With PyQG…
PyQGIS refers to the Python environment within QGIS. It allows users to automate workflow and extend QGIS with the use of Python libraries . But it’s not …
Agnieszka's personal dev blog
You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You swit…
written by Anita Graser aka Underdark PyQGIS 101: Chaining Processing tools In “Running Processing tools“, we explored the basics of running Processing t…
Saved searches Use saved searches to filter your results more quickly You signed in with another tab or window. Reload to refresh your session.You signed…
Saved searches Use saved searches to filter your results more quickly You signed in with another tab or window. Reload to refresh your session.You signed…
Saved searches Use saved searches to filter your results more quickly You signed in with another tab or window. Reload to refresh your session.You signed…
Visualization Application based on VTK". "Qbittorrent". GitHub. 18 February 2022. "PyQGIS Developer Cookbook: Introduction". qgis.org. Archived from the original
Saved searches Use saved searches to filter your results more quickly You signed in with another tab or window. Reload to refresh your session.You signed…
Saved searches Use saved searches to filter your results more quickly You signed in with another tab or window. Reload to refresh your session.You signed…
Saved searches Use saved searches to filter your results more quickly You signed in with another tab or window. Reload to refresh your session.You signed…
Saved searches Use saved searches to filter your results more quickly You signed in with another tab or window. Reload to refresh your session.You signed…
Saved searches Use saved searches to filter your results more quickly You signed in with another tab or window. Reload to refresh your session.You signed…
written by Anita Graser aka Underdark PyQGIS 101: Loading a vector layer Opening a vector layer, such as a the countries dataset contained in the Natural…
If I run manually "set_qgis_env.bat" visual studio open automatically with the right environment. I am not completely happy with this solution because I …
Both QgsRasterLayer and QgsVectorLayer objects have an isValid() function. It can be used to check if the layer could be loaded correctly. In the above e…
Saved searches Use saved searches to filter your results more quickly You signed in with another tab or window. Reload to refresh your session.You signed…
Saved searches Use saved searches to filter your results more quickly You signed in with another tab or window. Reload to refresh your session.You signed…
I'm trying to run a standalone python script using PyQGIS and the processingRegistry is empty. I'm running the script from PyCharm which I am launching u…
PyQGIS Cookbook revision 2020 We are happy to announce that the PyQGIS Cookbook has received a complete overhaul and is now better than ever. The PyQGIS …
PyQGIS Programmer's Guide Welcome to the world of PyQGIS, the blending of Quantum GIS and Python to extend and enhance your open source GIS toolbox. With…
New PyQGIS documentation We are proud to announce our new dedicated documentation of the QGIS Python API (also called PyQGIS) which is now available at h…
I'm building a plugin for QGIS using PyQGIS and PyQt5. I want to work with multiple windows. After clicking a button, a new window should open. Ideally, …
Stack Overflow | The World’s Largest Online Community for Developers
1 Answer 1 Check the docs for Running Custom Applications. Make sure you have the DLL and lib folders in your PYTHONPATH. Check the environment variables…
To print the layer names instead, we can iterate through the dictionary items: for id, layer in project.mapLayers().items(): print(layer.name()) Places B…
Stack Overflow | The World’s Largest Online Community for Developers
Need more results? Super Search sends your query to external APIs, gathers the results and crawls the web just for you, in ten seconds. New results are added to our index, making Mwmbl better for everyone, yay!
Sign up/log in to use Super Search.