QGis tutorial - Plugin Development part 3

แชร์
ฝัง
  • เผยแพร่เมื่อ 24 ธ.ค. 2024

ความคิดเห็น • 29

  • @simoneparmeggiani3409
    @simoneparmeggiani3409 ปีที่แล้ว +4

    Dear Rob, thanks for the 3 parts tutorial on QGIS Plugin Development, I found it very useful for understanding things that would have required me a lot more time instead.
    I will be 100% intrested in other videos on tips and tricks about plugin development, if yo wish to continue.
    Have a nice day

  • @Arendjan62
    @Arendjan62 ปีที่แล้ว +1

    Super nuttig! Net op een regenachtige zondag mn eerste plugin gemaakt. Top. Enorm bedankt.

  • @marcb1878
    @marcb1878 2 ปีที่แล้ว +5

    Great tutorial video series! Would love to see part 4 :)

  • @michaelslayton4109
    @michaelslayton4109 2 ปีที่แล้ว +1

    Thanks for taking the time to make this video and series. Much appreciated!

  • @duyqlr38
    @duyqlr38 3 หลายเดือนก่อน +1

    Rob, thank you for your instruction

  • @ShAdYElmasry100
    @ShAdYElmasry100 ปีที่แล้ว

    Thank you for making such useful tutorials and hope for part 4 if you may ASAP
    ...
    Thanks

  • @andrewprentice4096
    @andrewprentice4096 ปีที่แล้ว

    Thanks for the really good explanation of event handling

  • @vealen
    @vealen 2 ปีที่แล้ว +1

    Many thanks for adding next episode!

  • @maciejolejnik6706
    @maciejolejnik6706 5 หลายเดือนก่อน

    Cery useful video! Thanks.

  • @1990sjackson
    @1990sjackson ปีที่แล้ว

    very useful information, thanks for this tutorial!

  • @dzulfansyah09
    @dzulfansyah09 2 ปีที่แล้ว +1

    Very good video..glad if you also can make video on how to create plugin from graphical modeller model. Thanks

  • @mouadtouir6515
    @mouadtouir6515 2 ปีที่แล้ว +1

    thank you for adding this video

  • @joramvandervlist8500
    @joramvandervlist8500 2 ปีที่แล้ว +1

    Dit is super, ik leer er veel van! Wanneer komt deel 4?

  • @bingt3867
    @bingt3867 2 ปีที่แล้ว

    thanks for your video ! it's very useful

  • @WolverineVIAF
    @WolverineVIAF ปีที่แล้ว

    Bel tutorial Bob. Ma cosa succede se viene cambiato il file resources.qrc?

  • @marcinszafranski4407
    @marcinszafranski4407 2 ปีที่แล้ว +1

    Waiting for part 4!!!

  • @harmdeboer4534
    @harmdeboer4534 2 ปีที่แล้ว +1

    dank je voor het het maken van deze video's Rob :)
    ik ben er alleen nog niet uit hoe ik een class vanuit de mainscript kan laten printen.

  • @keeganlobo894
    @keeganlobo894 2 ปีที่แล้ว

    Great video ! Can we also hope to see a creation of a GIS based Plugin Tutorial!
    Also, can we extend existing tools and create a custom plugin using existing py and ui files ??

    • @robvp71
      @robvp71  2 ปีที่แล้ว +1

      Thx, I am a little short in time the last months but if I find some time those are interesting topics. Cheers!

    • @robvp71
      @robvp71  2 ปีที่แล้ว

      > Also, can we extend existing tools and create a custom plugin using existing py and ui files
      Yes, that is perfectly possible but you have to take care of the QGis initialization code (if you try to use existing pyqt code). It is also quite easy to add code to existing plugin because they will be in the same spot where you place your own plugins so the code is ready to be 'hacked'. I sometimes use the code of plugins to see how people did stuff and it can be very helpful.

  • @aloestudante9461
    @aloestudante9461 9 หลายเดือนก่อน

    How to add new tools from the initial structure generated by Plugin Builder 3? Add new icons and actions.

  • @TG-wt5yr
    @TG-wt5yr 2 ปีที่แล้ว +1

    Hello, could you please explain how to compile plugins created your way and make them usable for other users?

    • @robvp71
      @robvp71  2 ปีที่แล้ว +1

      I have never done that except for publishing it in a git repo and then I expect the people to go through the process of downloading, referencing to the code.. so definitely not user friendly but I have no experience with actually publishing a plugin.. nice idea for the next video :-)

  • @AgriculturaDigital
    @AgriculturaDigital 2 ปีที่แล้ว

    Great video. Please, how to handle with dependencies (sklearn, etc) with qgis and different versions. That’s a way to make virtualenv?

    • @robvp71
      @robvp71  2 ปีที่แล้ว

      As far as I know the only way to add deps is by adding them to the QGis environment that comes with QGis. You can open that env with the OSGeo4W shell and then use pip install to get all your required deps. Note that this means that there is only one env which you have to share over all your plugins.. but maybe there is a way to start multiple env, I don't know (and didn't need it so far).

  • @YoussefHarby
    @YoussefHarby 2 ปีที่แล้ว +1

    Thank you!

  • @jrmg5556
    @jrmg5556 ปีที่แล้ว

    Dear Rob, thanks for your videos. I would really like to know if you can help me with the following. I want to do a plugin that reads a csv or xls and then use one of the elements in a layer as an input for processing in python. I dont have any problems doing the button and loading the csv in a pandas dataframe but, the question is about the last part, I want the input of the next steps to be a click on one element of a layer previously loaded in qgis. For example imagine you a have a layer with 2 points, after you load the plugin, the little window appear and you load a csv and then after that you may have a button to do click but then how do you click in one of the 2 points in the layer and take one of the characteristics of this point as input to my python. Hope you got my idea and thanks a lot

  • @refkababouri1290
    @refkababouri1290 2 ปีที่แล้ว

    hello , when i run the code in visuel code i have this problem "module qgis not be resolved" any solution please

  • @MisdanWijaya07
    @MisdanWijaya07 2 ปีที่แล้ว

    thanks dude