Skip to content

240315

1

Load error: Not signed up for Earth Engine or project is not registered. Visit https://developers.google.com/earth-engine/guides/access

出现此问题时右侧项目名称处显示警告标志,按指引操作后可正常使用

2

Google Colab Python 版本

!python -V | Python 3.10.12

oeelGoogle-Colab依赖于imp包,在较新版本的Python中被取代

Python 如何解决ModuleNotFoundError: No module named ‘google.colab’|极客笔记

Python3.4版本以上imp问题解决_imp-python3-CSDN博客

疑问:oeel是否在Windows上不可用?

3

GEE代码批量保存至本地 - 知乎

而后以管理员方式运行cmd或者git bash(我也想用powershell,但是好像不行),进入你想要保存的磁盘目录。管理员运行的要先输入磁盘跟目录才可以切换例如下方示例,然后将之前生成的两个命令依次输入cmd,最后用git clone就可以啦

git设置、查看、取消代理_git 取消代理-CSDN博客

7890 clash ; 10809 v2ray

git config --global http.proxy 127.0.0.1:7890
git config --global https.proxy 127.0.0.1:7890

git 重新设置代理-CSDN博客

git config --global --unset http.proxy
git config --global --unset https.proxy

4

GEE学习笔记(十)-GEE与JavaScript的异同 - 知乎

JavaScript函数的几种写法_js中函数的写法-CSDN博客