GDAL Tutorial #4: Rasterize and Polygonize

แชร์
ฝัง
  • เผยแพร่เมื่อ 20 ก.ย. 2024
  • This tutorial explains how to convert between raster and vector files using gdal_rasterize and gdal_polygonize from the command line. I provide several examples for raster/vector conversion, including how to pass attribute values to the output raster file, how to perform an attribute-based feature-selection and how to create a multi-band raster storing values from different poygons in different bands.
    Find out more about GDAL at: gdal.org

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

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

    These videos are so great. I reference them frequently. Thanks so much for making these❤

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

    This is a fantastic tutorial, thank you! :)

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

    You're a star, thank you

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

    Hey hi,
    I have been following your channel since a long time.
    One request to you that please make a video on Rasterize and Polygonize using python.
    It is very urgent for me.
    Thank you in advance

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

      I am also in urgent need. If possible, I would be grateful.

  • @hariharanramamurthy9946
    @hariharanramamurthy9946 3 ปีที่แล้ว

    thank you thank you a lott.......!

  • @basilihuoma5300
    @basilihuoma5300 3 ปีที่แล้ว

    How do we make this reproducible? Can you use an IDE instead of a Command Line?

    • @amanjain6680
      @amanjain6680 3 ปีที่แล้ว

      if you use python and any IDE, you can use subprocess package to run command line commands within IDE

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

      you can make a bash file to run the code as well