Random Forest Machine Learning Classification to Map LULC with Landsat using Google Earth Engine, the continuing tutorial?
@expertoptiontrading7675 Жыл бұрын
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)
@expertoptiontrading7675 Жыл бұрын
It's a big rainforest
@dhruvsaxenadstar Жыл бұрын
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.
@expertoptiontrading7675 Жыл бұрын
Thank you so much for your kind support
@Long-bp8og8 ай бұрын
0 cloudcover images impossable
@lenjulca5 ай бұрын
Debes subir filterMetadata('CLOUD_COVER','less_than',1) a filterMetadata('CLOUD_COVER','less_than',20)
@Joshua-f7e6 ай бұрын
var classifier = ee.classifier.smileCart().train({ on this part it says undefined ... what is the problem