QGIS using Python Programming for Beginners

preview_player
Показать описание
Hi Viewers,
From this video, you will come to know how to use python(Python Interface) in QGIS. For better understanding, follow below program:
## Python Interface
iface
help(iface)
##Add Vector layer:
##Zoom
##Active Layer
##Attribute Table
##Layer Properties
##New Project
##Add New Layer
dir(layer)
##Feature details (Attributes)
print (f)
## run python
..............................
print(f['place'], f['amenity'])
## run python
....................
##Coordinates (Lat, Long)
## run python
..............
## runpython
.............................
# run python
................................
##Coordinates along with Other Fields
## run python
.............................
Рекомендации по теме
Комментарии
Автор

Thank you for the tutorial...very helpful...

surajitbarad
Автор

Very useful for beginners like me. Thank you so much for this lecture..

jyothsnajyo
Автор

The background chill music here is so underrated🙂.

margaretc
Автор

Could you make a video relating to use Qgis on VS code.

helwcju
Автор

Woooww your video is easy to understand nyc representation why r u not providing more videos related to it

aksahoo
Автор

I think I once watched one of your vicdeos where you said in the intro something along the lines of "I am gonna do this and that and then also split it up in several functions, organize it.... I would like to find this, because I really need to know how to solve the problem that QGIS is not updating all my scripts unless I close and restart the program...

moritzh.
Автор

the background music made me feel like i went to heaven yo learn from this video...😂

EC_Ritesh
Автор

Hello, great video!
Can you share the text file with me?

akbarxojaabduraximov
Автор

Sir I am trying to ##add vector layer but that's not working

Mylife_
Автор

Very helpful👌 Is the Word document accessible?

somitrasharma
Автор

You could make a program that calculates contour lines that runs outside of qgis

AlexanderRodriguez-jyur
Автор

Please add the link of the background music either in comment section or the description.

mspathak
Автор

Hi and thanks for video, trying to find a tutorial for QGIS python, want to create some points with an algorythm on differents shapefiles ans save location with GPS data in a text file, I know it's possible but cannot find a sample...
If you know what is the library I need to search (or use), it will be helpful.
Thanks for helping. 🙃👍

NoneIsInnocent
Автор

if i want to mark some points from that set of points using my ml model .. what to do??

tanmaybisen
Автор

What could be the problem?
iface
<qgis._gui.QgisInterface object at

bernsbuenaobra
Автор

Great presentation is the word document available online? Would be a very useful tool

petermilner
Автор

hi sir, can you please make video how to create plug-in in qgis ???

soumendey
Автор

Presentation is good. what is purpose of using python code in QGIS sir?

gouthamgangadhara
Автор

Nice presentation, please can you help me on how to use python to set the map units into feet

danielowusuafriyie
Автор

> Presents techniques for integrating with the API of a GIS application.
> Writes the source code in MS Word >____>

coffeeinthelibrary