QGIS Python (PyQGIS) - Loading and symbolizing vector layers

Поділитися
Вставка
  • Опубліковано 29 лис 2024

КОМЕНТАРІ • 20

  • @boomknuffelaar
    @boomknuffelaar 5 років тому +3

    Hey man, great video! It's really helpful for discovering what's possible with python in qgis. I find it even better that you left in some of the errors, which you then debugged.

  • @KDelphinidae
    @KDelphinidae 2 роки тому

    One idea for a new video-- Been trying to figure out how to open an existing QGIS layer with pre-loaded labels. Having to add label names via the Properties -> Labels -> Single Labels by hand after the file is loaded otherwise.

  • @edproductions360
    @edproductions360 5 років тому +2

    this is very helpful! Is there anyway to then export the layer as a QLR so it can easily be uploaded into Q already symbolized?

    • @geospatialschool
      @geospatialschool  5 років тому

      I haven't looked into how to do this with python yet. If you use python code to symbolize the layer while it's in open in the table of contents you can always export a QLR manually from the symbology tab of the layer properties. I'll look into how to do this in python when I have time.

  • @soulbroken92
    @soulbroken92 4 роки тому

    thank you for this tutoriel, i have juste one question if you ca helm me please,
    I'm trying to load on QGIS interface a geom tab with it's attribute from my data base postgis using PyQGIS.
    This tables was created before usinf an import from a shape file.
    For my project I which juste work with my data base.
    Thank you in advance for your answer.

  • @richardkenny5664
    @richardkenny5664 2 роки тому +1

    Excellent. Thanks very much.

  • @Petrarch1603
    @Petrarch1603 2 роки тому +1

    excellent video!

  • @flaviofelix33
    @flaviofelix33 4 роки тому

    That's cool !! congrats !...but how can I do if my date come from a SQLServer table, instead of a shape file in a folder ? any tip ?

  • @MrSheymie
    @MrSheymie Рік тому +1

    Awesome! Thanks!

  • @caro_line
    @caro_line 3 роки тому

    Thans for your gread videos. But import GUI seem not to work for QGIS3 (PyQt5). Any hint how to solve it with QGIS 3?

    • @geospatialschool
      @geospatialschool  3 роки тому +1

      This is with QGIS 3

    • @caro_line
      @caro_line 3 роки тому +1

      @@geospatialschool Thanks, helped me a lot. First time I tried always got an error and thought it depends on the QGIS version. Tried it again with copy and passte from your website, now it works!

  • @lloydpal1542
    @lloydpal1542 Рік тому

    more video please

    • @geospatialschool
      @geospatialschool  Рік тому

      I have 8 hours of video instruction on this topic in this course: geospatialschool.com/courses/qgis-python-scripting-with-pyqgis/

  • @abdumushuk2219
    @abdumushuk2219 2 роки тому

    how did you manage to make a mistake for every single line of code? lol

    • @geospatialschool
      @geospatialschool  2 роки тому

      That's what happens when you try to do this unrehearsed, haha

    • @abdumushuk2219
      @abdumushuk2219 2 роки тому +1

      @@geospatialschool haha, jokes aside this video was indeed helpful