Google Earth Engine Python API, image .and(image2) 函数
Google Earth Engine Python API, image .and(image2) function
在 python 中使用 .and(image2)
会产生 'invalid syntax' 错误,因为它会将它与 returns 布尔运算符混淆。而在 earth engine JavaScript、ee.Image.and(image2) returns 和 ee.Image 中。此 .and 运算符的 Python 等价物是什么?
等效语句是 .And(image2)
,如前所述 here:
在 python 中使用 .and(image2)
会产生 'invalid syntax' 错误,因为它会将它与 returns 布尔运算符混淆。而在 earth engine JavaScript、ee.Image.and(image2) returns 和 ee.Image 中。此 .and 运算符的 Python 等价物是什么?
等效语句是 .And(image2)
,如前所述 here: