当前位置:网站首页>Google Earth engine - use geetool to download single scene images in batches and retrieve NDSI results with Landsat 8

Google Earth engine - use geetool to download single scene images in batches and retrieve NDSI results with Landsat 8

2022-07-28 11:27:00 This star is bright

Here we use Landsat toa Image download the images of a certain area in batches , The most important thing here is for us to get this geetools Tools , Then call its batch download function

Use print(...) to write to this console.


Cannot find required script: users/fitoprincipe/geetools:_tools/string

Here we need to constantly try to refresh , Because sometimes it's not GEE Internal functions can't be connected , So we should try more , The attempt here is to constantly refresh for many times :

Here we have a conditional function that needs to be determined :

ee.Algorithms.If(conditiontrueCasefalseCase)

Selects one of its inputs based on a condition, similar to an if-then-else construct.

Three parameters : The first condition is , The second case is the true result , The third case is false

Arguments:

condition (Object, default: null):

The condition that determines which result is returned. If thi

原网站

版权声明
本文为[This star is bright]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/209/202207281053052732.html