Spatial Interpolation with GDAL in Python #2: IDW and Linear Interpolation

Поделиться
HTML-код
  • Опубликовано: 20 окт 2024

Комментарии • 18

  • @JohnWick-n9y
    @JohnWick-n9y 2 месяца назад

    Extremely helpful! Please keep updating this series!💕

  • @dazhouwu9425
    @dazhouwu9425 2 года назад

    Thanks for the whole series of gdal in python tutorials! You really make everything clear!

  • @AlulaKebedew-y3o
    @AlulaKebedew-y3o 8 месяцев назад

    Perfect explanation, thank you!

  • @kmehour
    @kmehour 2 года назад

    We need more python/gdal tutorials !!

  • @No0neIsInnocent
    @No0neIsInnocent 3 года назад

    Many thanks for all your videos about GDAL, it's highly appreciated. 👍

  • @raghwendranarayanshandilya4525
    @raghwendranarayanshandilya4525 3 года назад +3

    Can you please make a video on Kriging interpolation using Python, where X and Y coordinates and Z values are stored in a shapefile? Or if you already have please suggest the link.

  • @gz6616
    @gz6616 6 месяцев назад

    Hi, I'm wondering is it possible to provide the 2nd argument to the Grid() function, not using a "points.shp" file name, but some other format? I don't have a points.shp file, but only the x- and y- and z- coordinates. How do I provide those to the Grid() function?

  • @Antonio-lp8hx
    @Antonio-lp8hx 3 года назад

    highly appreciate your work, especially those awesome 3D animations! (y)

  • @navneetsrivastava688
    @navneetsrivastava688 Год назад

    Please complete the gdal python series.
    Also it would be very much helpful if you could create a video on how to convert lat long ( spatial coordinates) to pixel coordinates (x,y) and vice versa, with introduction to different projection and crs.
    Thank you for the video though

  • @ernestbayah1640
    @ernestbayah1640 3 года назад

    Fantastic. Many thanks for this,

  • @rameshbanagar3946
    @rameshbanagar3946 3 года назад

    Wonderful! Thank you for sharing :)

  • @duncangraham9600
    @duncangraham9600 2 года назад

    This was so good, thank you!

  • @AJRG1410
    @AJRG1410 2 года назад

    That was a great vid!
    May I ask how did you do the animations? Loved them!

  • @saberchaghamirza5678
    @saberchaghamirza5678 2 года назад

    Its great tanks for sharing

  • @draufunddran
    @draufunddran 3 года назад

    how did you create these 3d animations? i would love to do something similar but actually not animated. Is this donw directly in QGIS?

  • @jeewankbastola2272
    @jeewankbastola2272 2 месяца назад

    Please provide the files as well so it wont be confusing to practice the same