does someone know if he is doing something with defining functions and importing them from multiple scripts in one of these videos in the playlist? Or anywhere else I can find documentation on that? I need to restart QGIS for every little test I make for edits in the subscripts to be recognize😬
@@geospatialschool Ah, so I need to create a layer first and the point to that layer. So far I directly created points to use them as corners for a QgsRectangle that's supposed to be used as extent for the rastercalculater. I didn't define any layer.
Thank you very much, mister, for this useful video !!!
does someone know if he is doing something with defining functions and importing them from multiple scripts in one of these videos in the playlist? Or anywhere else I can find documentation on that? I need to restart QGIS for every little test I make for edits in the subscripts to be recognize😬
What if I want to create a new point directly in utm coordinates? Can i pass somehow the crs to QgsPointXY()?
Yes. If crs of the layer you are adding a point to is already utm you don't need to do any transformation.
@@geospatialschool Ah, so I need to create a layer first and the point to that layer. So far I directly created points to use them as corners for a QgsRectangle that's supposed to be used as extent for the rastercalculater. I didn't define any layer.
Thanks for these great tutorials, Some of the videos are duplicated.
What does the instance () do? What does it mean?
It refers to the instance of the QGIS program