Random Forest Machine Learning Classification to Map LULC with Landsat using Google Earth Engine

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

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

  • @Beauty-SG
    @Beauty-SG Год назад +1

    After this process, it shows 0 elements. Wht to do now?
    Map.addLayer(roi)
    Map.centerObject(roi,10)
    var l8 = ee.ImageCollection("LANDSAT/LC08/C02/T1_L2")
    var image = l8.filterBounds(roi)
    .filterDate('2022-01-01','2022-12-31')
    .filterMetadata('CLOUD_COVER','less_than',1)
    print(image)

    • @Beauty-SG
      @Beauty-SG Год назад +1

      It's a big rainforest

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

      your selected time period is 1 month. Landsat takes images in 16 days interval. If results are 0 then probably, 0 images are available with cloud cover less than 1%. Try increasing the range of cloud cover or change time scale of your code. You will get image for your ROI.

    • @Beauty-SG
      @Beauty-SG Год назад

      Thank you so much for your kind support

    • @Long-bp8og
      @Long-bp8og 9 месяцев назад

      0 cloudcover images impossable

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

      Debes subir filterMetadata('CLOUD_COVER','less_than',1) a filterMetadata('CLOUD_COVER','less_than',20)

  • @Joshua-f7e
    @Joshua-f7e 6 месяцев назад

    var classifier = ee.classifier.smileCart().train({
    on this part it says undefined ... what is the problem

  • @mulatuabayicho3319
    @mulatuabayicho3319 10 месяцев назад +1

    Random Forest Machine Learning Classification to Map LULC with Landsat using Google Earth Engine, the continuing tutorial?