打个卡,开始学习使用geemap
网址:http://geemap.org/installation/
conda install geemap -c conda-forge
吴秋生老师建议创建一个新的conda环境来安装geemap。
conda create -n gee python
conda activate gee
conda install -c conda-forge mamba
mamba install -c conda-forge geemap pygis
conda update --all
conda install jupyter_contrib_nbextensions -c conda-forge