我想在Google Drive credentials之后换ee_Initialize(drive = TRUE)。我再次安装了rgee和ee_install(),但在Tidyverse API Packages中不需要新的凭据。
拜托,有什么能帮上忙吗?
发布于 2021-05-19 15:32:27
首先,您可以找到凭据路径:
library(rgee)
ee_path <- path.expand("~/.config/earthengine/credentials")
ee_path
[1] "C:/Users/fores/Documents/.config/earthengine/credentials"他们,你删除所有的内容‘地球引擎’目录和ee_Initialize(drive = TRUE)。问题解决了!!
https://stackoverflow.com/questions/67603551
复制相似问题