QGIS Python Tutorial (PyQGIS Tutorial)

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

КОМЕНТАРІ • 32

  • @hamzajirah
    @hamzajirah Рік тому +2

    As someone with a background in programming, I find this too be very useful. Thanks for the resource.

  • @niampahamidou8931
    @niampahamidou8931 Рік тому +2

    Thanks for this Nice video. Let's go for the next one.

  • @houssamzrhalla2773
    @houssamzrhalla2773 Рік тому +2

    Thank youuu , im wondering if u can create more videos about symbolozing : create custom symbols , Strach Fill with Marker symbols etc…

  • @marjorieroswell
    @marjorieroswell 2 місяці тому

    wonderful video, but the light blue font is very difficult for these aging eyes to see. If there is a way for future videos to improve that contrast, it would be helpful.

  • @l.or.e7621
    @l.or.e7621 4 місяці тому

    hello thanks for the video, I am not clear on the passage at minute 22, when you delcare the geometry.
    I am used to geopandas and so it is done:
    gdf = geopandas.GeoDataFrame(d, crs=“EPSG:4326”)
    instead with pyqgis i saw that it didn't declare any geometry, how does works? is there a default geometry or would it be best practice to declare one?

  • @eduardorojas7130
    @eduardorojas7130 Рік тому +2

    Can you make a tutorial of how read/use the PyQGIS API documentation?

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

      Hey man, there´s a book named "The PyQGIS Programmer's guide", wrote by Gary Sherman, maybe that's what you need

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

      I also have a full course on PyQGIS that goes much more in depth in the documentation: geospatialschool.com/courses/qgis-python-scripting-with-pyqgis/

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

      @@geospatialschool Thanks fellow!!

  • @Rare_pecies
    @Rare_pecies 9 місяців тому

    How to use in Road features Database??

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

    Thank you for sharing!

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

    From your point of view, any examples of processes that could be automated with pyqgis?

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

      The main thing would be repetitive workflows with multiple tasks.

  • @tapasranjan3655
    @tapasranjan3655 7 місяців тому

    Hi geospatial school. I am interested in enrolling to "next level qgis program". Whether I ll get help during the course if I face problems?

    • @geospatialschool
      @geospatialschool  7 місяців тому

      Hello! I've tried to price the courses at an affordable price so that they are accessible to all. Because of that I can't offer 1 on 1 support. However, if you find issues with the course material, I will fix those.

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

    It seems it would be less time consuming and simpler for me to use the geoprocessing tools in Q-GIS to do this stuff instead of using Python. Am I missing the point? I enjoyed and appreciate the tutorial video. :)

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

      If you're building a plugin to extend the functionality of QGIS or have a pipeline you need to run multiple times and get consistent results you'd want to automate it

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

      @@geospatialschool Thank you.

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

    nice one 🤝

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

    Appreciate your content 👍 keep going...!

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

    Excelente! Thanks

  • @kentthomas1045
    @kentthomas1045 10 місяців тому

    can PyQGIS be used from Python itself?

    • @geospatialschool
      @geospatialschool  10 місяців тому

      Yes. You must have the packages installed on your Python environment, which can be difficult to do, depending on your operating system. But you could make a copy the QGIS Python env and make changes to that.

    • @djordjespasic2179
      @djordjespasic2179 10 місяців тому

      Hi @@geospatialschool . Thank you for the very useful video! Do you mind if I ask which packages are needed to be installed? Is there some guide which shows how to run PyQGIS from Python itself, instead of using the QGIS Python console?

    • @geospatialschool
      @geospatialschool  9 місяців тому +1

      @@djordjespasic2179 You need to run PyQGIS using the Python interpreter that comes with QGIS. If you want to do GIS analysis with Python outside of QGIS then you're better off using libraries like geoapndas, gdal, rasterio, etc.

    • @djordjespasic2179
      @djordjespasic2179 9 місяців тому

      @@geospatialschool Thank you for the reply.

    • @djordjespasic2179
      @djordjespasic2179 9 місяців тому

      @@geospatialschoolThank you.
      I thought QGIS API capabilities were more powerful than external Python libraries, as QGIS itself relies on some of them altogether. But if there is not other way, then I appreciate the information.

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

    thanks !

  • @Dominator3727
    @Dominator3727 8 місяців тому +1

    thank you