Extract point value from a raster file with Python, Geopandas and Rasterio - Tutorial

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

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

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

    Esto se puede hacer usando lineas y no puntos , como perfiles transversales e intersectarlos con raster de inundación?

  • @stevesoto3293
    @stevesoto3293 4 ปีที่แล้ว

    Good video!!... what if there are points on the edge of the raster (some in, some out of the grid) how would check it before? thank you

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

    if we have 365 raster how we can extract raster values using one shapefile?

  • @NikhilKumar-zk9kx
    @NikhilKumar-zk9kx 3 ปีที่แล้ว +1

    how to add these extracted raster values to the point file.

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

      Also want ot know. Did you find out about it?

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

      did you get the answer for this question?

  • @daanidev
    @daanidev 4 ปีที่แล้ว

    Hi i am facing this error:
    "in xy
    raise NotImplementedError
    "
    NotImplementedErrorand my code is:
    for points in shapefile['geometry']:
    print(points.xy[0][0],points.xy[1][0])

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

    Thank you...!

  • @DrMDarwish
    @DrMDarwish 4 ปีที่แล้ว

    Thanks for sharing

  • @fathymohamed4312
    @fathymohamed4312 2 หลายเดือนก่อน

    How to create random point using python

    • @hatarilabs
      @hatarilabs  2 หลายเดือนก่อน

      Create a function that creates a random x and a random y