install GEE on win10 for Chinese users (anaconda)

 

1, create a env

 

2, there are two ways to install GEE module:

conda install or pip install

for conda install (not recommend):

using conda-forge command may crash your env, be careful!

https://developers.google.com/earth-engine/guides/python_install-conda#windows_6

for pip install

 

3, Authenticate to the Earth Engine servers

set global proxy and authenticate

 

4, set proxy for GEE

Here we use v2ray (vmess) to proxy GEE

caution!

you can not use 10808 (your v2ray port) to proxy GEE, if you do that it will throw a error in GEE and v2ray:

you must use "your port + 1" to proxy GEE:

 

back