Python in QGIS 3: BEGINNERS GUIDE with example

Interact with the QGIS graphical user interface, work with your project with ease and automatize your tasks

Learn how to use python in QGIS 3 to do things with your geospatial data like edit, create and export data, do complex processing and so on.

Interact with the QGIS graphical user interface, work with your project with ease and automatize your tasks.

This is a BASIC beginner tutorial on how to use python in QGIS: you will see the console, the editor and we will write a small script that converts some data taken from the UNESCO heritage map.

Download the data here https://whc.unesco.org/en/interactive-map/


🔴 What is QGIS?

QGIS is a professional GIS application that is built on top of and proud to be itself Free and Open Source Software (FOSS).

🗺️ Tales from the GIS?

Tales from the GIS is a geospatial journey into the fascinating world of Geographic Information Systems, telling you stories about nature and world.

Related