在 python 中使用.and(image2)會給出“無效語法”錯誤,因為它會將其與返回布爾值的布爾運算符混淆。而在 earth engine JavaScript 中,ee.Image.and(image2) 返回一個 ee.Image。這個 .and 運算符的 Python 等價物是什么? 查看完整描述