一、本机Jupyter notebook访问GEE
首先感谢知乎这两篇文章提供的解决思路:
前期尝试解决:
1. Anaconda 安装,重新创建虚拟环境。
2.在激活的虚拟环境中,安装GEE本地环境:
- pip install google-api-python-client
- pip install pycryptodome
- pip install earthengine-api
- pip install --upgrade oauth2client
3.安装jupyter lab
- pip install jupyterlab
- jupyter notebook --generate-config #生成Jupyter notebook配置文件,修改notebook工作目录
4.cmd环境下认证GEE。(但是报错未安装gcloud,因此寻