Rasterio for absolutely beginner | Geospatial data analysis with python | GeoDev

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

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

  • @ogsaladbar
    @ogsaladbar 18 дней назад

    you are an angel for this video. thank you so much!!!

  • @therandomperson20
    @therandomperson20 9 месяцев назад +2

    Thank you so much for this video! It was a big help.

    • @geodev
      @geodev  8 месяцев назад

      Glad it was helpful!

  • @theforester_
    @theforester_ 2 года назад +3

    awesome video mate, big shout out from brazil

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

      Glad you enjoyed!

  • @GabrielAlves-jk7wc
    @GabrielAlves-jk7wc 8 месяцев назад +1

    Really helpful, thanks a lot.

    • @geodev
      @geodev  8 месяцев назад +1

      You're welcome!

  • @gunngunn6763
    @gunngunn6763 3 года назад +1

    great video thank you... I request you to make video on how to put data points on the maps...for eg Carbon estimation of different locations and then how to analyse using ML techniques...

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

      Noted! Thank you for the suggestion!

  • @awanishadhikari9035
    @awanishadhikari9035 2 года назад +2

    Great video

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

      Glad you enjoyed it

  • @technoplus6895
    @technoplus6895 5 месяцев назад +1

    superb

    • @geodev
      @geodev  5 месяцев назад

      Thank you! Cheers!

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

    How do you link the raster meta data to the raster so that you can use ".meta" to call the meta data values?

  • @AayushiSaini-l3g
    @AayushiSaini-l3g 9 месяцев назад

    loved it

  • @455646464
    @455646464 2 года назад +1

    Thanks for this video. Can you please tell me how to add colorbar in this map using only rasterio.show.plot?

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

      you can pass the parameter as "cmap". The available color ramps for this parameter are here: matplotlib.org/stable/tutorials/colors/colormaps.html

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

    Hi... where do you download the dataset?

  • @mandata143
    @mandata143 Год назад +1

    Good day Sir. Would like to ask where i can download geojson or dataset for Philippines? I am GIS enthusiat and i want to dive deeper and learn more about GIS or Geospatial.

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

      Hi, you can download the boundary, road network, water bodies etc dataset freely all around the globe from diva gis: www.diva-gis.org/

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

    The knowledge enhancing video! could you please make a video with one of the IDEs? (Spyder, Jupiter, Pycharm, etc.)

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

      I think I have few videos on jupyter notebook. I haven't worked with other IDEs (Spyder, Pycharm). But yes, it is great to work on these IDEs too.

  • @christianalvarez9930
    @christianalvarez9930 2 года назад +1

    Thank you for this, but I have a question, maybe a little dumb.
    I would like to do some calculations, like if "data" was a numpy array:
    data = ds.read
    data[0,1]=15
    just simple stuff and then be able to get an output.tif with that new data calculated.
    Is that too complicated?

    • @geodev
      @geodev  2 года назад +1

      Yes data is the numpy array. The above code works fine.

  • @desiresimperegui2058
    @desiresimperegui2058 2 года назад +1

    Thank you for this. Can we please have the link of this document D5.3.1_PUGS_ICDR_LC_v2.1.x_PRODUCTS_v1.0_REVIEW.pdf

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

      Sorry which document are you talking about? Can you try it with google?

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

      It gives the meaning of each pixel intensity meaning in term of earth occupation. I saw the name of the document on your screen when you was trying to look something on. Unfortunately, i tried with google, but no response for the same document. Maybe, i should look for another one witch refers to the same informations.
      Thanks.

  • @gauspak1406
    @gauspak1406 3 года назад +1

    Nice video

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

    Something BIG is missing : what's the structure of the data you are dealing with ? What are those numbers ? RBG Numbers ? position ? i don't understand...

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

      This is the land cover data. The legend of those number is available here: github.com/iamtekson/geospatial-data-analysis-python/blob/master/image/LULC%20class.png

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

      @@geodev ok thanks ! that was a great video

  • @gisknowledge4849
    @gisknowledge4849 3 года назад +1

    First