Remove Cloud Landsat8 in Arcgis
Вставка
- Опубліковано 8 лют 2025
- 1.Check cloud pixel value in Band BQA Landsat8 ,Cloud pixel value ≥ 2800 in Band BQA.
2.Create cloud pixel value ≥ 2800 is equal to 0 and Other values is equal to 1
formula Con(( Band BQA ) ≥ 2800, 0 , 1) Output Cloud
(calculat by raster calculator in Arcgis)
3.Create remove cloud by raster calculator in Arcgis
Float(landsatBand2 * Cloud ) Output landsatBand2 none Cloud
thank you..
Can I use this file with another band but the same image example.Float(landsatBand1 * Cloud ) but Cloud it calculated from band 2
Thank you for this helpful vedio, did i will repeat the last step for the bands form 1- 9 , i mean i will multiple these bands with the bandCloud?
tabaghak
how i will differentiate between the cloud and snow, when i want to remove cloud from landsat 8 level 2
( reflectance value) .
How to convert cloud image data into binary data? Specially ASTER sensor data, can you give me the solution ?
Greetings, i really tried the same steps but it didnt work. May i send you via emails so you can take a look by yourself ? it's really urgent
Thank you for this helpful vedio, did i will repeat the last step for the bands form 1- 9 , i mean i will multiple these bands with the bandCloud?