Supervised Land Cover Classification | Google Earth Engine Python API | Google Colab

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

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

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

    Visit our website to learn more: spatialelearning.com Hope this video was useful to you. What video topic would you like to see next?

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

    Thank you Dr. Alemayehu, your contribution on cloud based spatial data analysis is huge . God bless you and your family. I did for my AOI

  • @pilotodefsx1323
    @pilotodefsx1323 7 месяцев назад

    EEException: Element.geometry: Parameter 'feature' is required.

  • @bextla3737
    @bextla3737 Год назад +2

    Great tutorial. Could you please share code?

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

    Hi, may I ask where could I contact you guys to discuss a GEE script? Because I have been doing a research but I am having difficulties to find a ALOS Avnir-2 script for supervised classification. Thanks😊

  • @isfa-ai
    @isfa-ai Год назад +2

    Map.addLayer(model......) gives error EEException: Element.geometry: Parameter 'feature' is required.
    Map.addLayer(image......) gives error EEException: Image.visualize: Parameter 'image' is required.
    Does anyone know what i'm missing? I copied the code line by line and have already tried adding the "folium.Map.addLayer = addLayer" as suggested in the comments. Thanks

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

      Hi the previous code was missing this part. "# Add EE drawing method to folium.
      folium.Map.addLayer = addLayer". I have now updated the code. Please use the updated code and run it agin. It should work now. Thanks.

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

      @@spatialelearning Please share the link to the code

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

    Thanks for these kinds of videos. I just followed your tutorial on RF classification in Colab, the with GEE Python API, but I get the error 'No valid training data were found'. I brought in a shapefile, and made it an ee feature (geemap.shp_to_ee(training_points)). Could you perhaps point me in the right direction?

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

      This tutorial is using automatic traning axtraction from existing land use data. We have another tutorial using your own training data.

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

    Thankss..., great tutorial

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

    I am unable to initialize. I get the bad request error. I am new to this and unable to understand why this happens even when token is provided.

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

    'API function' object has no attribute 'name'

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

    I'm getting the error as: Map has no attribute named addLayer

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

      Have you found a solution to this issue? I am having the same problem and have had no luck

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

      Simply add
      folium.Map.addLayer = addLayer
      before : dict =
      for Add addLayer method / function to folium. Good luck

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

      @@bayandri Thank you

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

      The previous code was missing this part. "folium.Map.addLayer = addLayer". I have now updated the code. Please use the updated code and run it again. It should work now. Thanks.

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

      @@bayandri correct.