Converting shapefile into a raster file using python | PART 2

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

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

  • @jawedsiddique5194
    @jawedsiddique5194 6 หลายเดือนก่อน

    I have issue working with Sentinel-2 dataset. Is there a way I can connect?

  • @mikhailskalyga9386
    @mikhailskalyga9386 8 หลายเดือนก่อน +1

    Very useful video. thank you!

  • @LA-cm9uo
    @LA-cm9uo 7 หลายเดือนก่อน

    Thanks it worked!

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

    can you please create a series on Xarray? Thanks in advance

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

    Great video! Thanks

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

      Glad you liked it!

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

    Excellent video, thanks.

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

      Glad you liked it!

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

    AttributeError: 'NoneType' object has no attribute 'SetGeoTransform'
    I faced this error

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

      Make sure to use the right pixel size based on the shapefile projection (watch 1:36). If your shapefile have a different projection, I suggest to reproject the shapefile to 'EPSG:4326'

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

    Module 'osgeo.gdal' has no attribute 'GetDriverByname'
    I faced this error

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

      It should be ''GetDriverByName' instead of "GetDriverByname"