QGIS Python - Coordinate Transformation

Поделиться
HTML-код
  • Опубликовано: 8 фев 2025

Комментарии • 12

  • @cars_worldcw488
    @cars_worldcw488 5 лет назад +1

    Thank you very much, mister, for this useful video !!!

  • @moritzh.5007
    @moritzh.5007 Год назад

    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😬

  • @saeed5508
    @saeed5508 4 года назад

    Thanks for these great tutorials, Some of the videos are duplicated.

  • @Andrea-fe5rz
    @Andrea-fe5rz 4 года назад +1

    What does the instance () do? What does it mean?

  • @patricknistahl374
    @patricknistahl374 3 года назад

    What if I want to create a new point directly in utm coordinates? Can i pass somehow the crs to QgsPointXY()?

    • @geospatialschool
      @geospatialschool  3 года назад

      Yes. If crs of the layer you are adding a point to is already utm you don't need to do any transformation.

    • @patricknistahl374
      @patricknistahl374 3 года назад +1

      @@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.