4 Star 4 Fork 0

Allen Zhong/geemap

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
ee_token.py 307 Bytes
一键复制 编辑 原始数据 按行查看 历史
Cesar Luis Aybar Camacho 提交于 2020-05-06 10:26 . GH action added
import os
ee_token = os.environ['EARTHENGINE_TOKEN']
credential = '{"refresh_token":"%s"}' % ee_token
credential_file_path = os.path.expanduser("~/.config/earthengine/")
os.makedirs(credential_file_path,exist_ok=True)
with open(credential_file_path + 'credentials', 'w') as file:
file.write(credential)
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/domic/geemap.git
[email protected]:domic/geemap.git
domic
geemap
geemap
master

搜索帮助