我试着复制这句话
directions=directions.addBands(directions.select(0).not().multiply(5));在rgee as中
directions<-directions$addBands(directions$select(0)$not()$multiply(5))我得到错误AttributeError: 'Image' object has no attribute 'not'
发布于 2021-10-26 16:26:07
它很可能是“不”,因为这是python包使用的,并且rgee通过python客户端。
https://stackoverflow.com/questions/69712829
复制相似问题