【问题标题】:What is the equivalent ee.Image.not() in RgeeRgee 中等效的 ee.Image.not() 是什么
【发布时间】:2021-10-25 18:07:05
【问题描述】:

我尝试复制这条路线

directions=directions.addBands(directions.select(0).not().multiply(5));

在 rgee 中

directions<-directions$addBands(directions$select(0)$not()$multiply(5))

我收到错误AttributeError: 'Image' object has no attribute 'not'

【问题讨论】:

    标签: r google-earth-engine rgee


    【解决方案1】:

    可能是“不是”,因为这是python包使用的,rgee通过python客户端。

    【讨论】:

    • 这解决了问题!谢谢
    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 2011-03-24
    • 2012-10-30
    • 2012-02-12
    • 2013-02-19
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多