rgee 是不是像JavaScript或Python客户端本地地球引擎API。从头开始开发地球引擎 API 将很难维护,尤其是考虑到 API 正在积极开发中。那么,如何使用 R 运行 Earth Engine?答案是网状的。reticulate 是一个 R 包,旨在实现 R 和 Python 之间的无缝互操作。当在 R 中创建Earth Engine请求时,reticulate 会将这部分转换为 Python。一旦生成了 Python 代码,就会Earth Engine Python API 将请求转换为一种JSON 格式。最后,GEE 平台通过 Web REST API 接收请求。该反应将遵循同样的路径。
rgee 快速入门用户指南
?
?
创建者:?- EN 和 POR:Andres Luiz Lima Costa?https://bit.ly/3p1DFm9?- SPA:Antony Barja Ingaruca?https://ambarja.github.io/
## 行为守则
请注意,该rgee 项目随贡献者行为准则一起发布。通过为此项目做出贡献,您同意遵守其条款。
觉得rgee有用吗?让其他人发现它,通过 Twitter 或博客文章亲自告诉他们。
将rgee用于您正在撰写的论文?考虑引用它
#当然你有什么自己的想法可以进行自己的实践再这个上面高速这些作者,然后你的文章就会分享给所有人!
citation("rgee")
To cite rgee in publications use:
C Aybar, Q Wu, L Bautista, R Yali and A Barja (2020) rgee: An R
package for interacting with Google Earth Engine Journal of Open
Source Software URL https://github.com/r-spatial/rgee/.
A BibTeX entry for LaTeX users is
@Article{,
title = {rgee: An R package for interacting with Google Earth Engine},
author = {Cesar Aybar and Quisheng Wu and Lesly Bautista and Roy Yali and Antony Barja},
journal = {Journal of Open Source Software},
year = {2020},
}
|