conda安装geemap

打个卡,开始学习使用geemap

网址:http://geemap.org/installation/

conda安装geemap:

  • 打开Anaconda prompt终端,输入:
conda install geemap -c conda-forge

吴秋生老师建议创建一个新的conda环境来安装geemap。

  • 安装以下命令设置conda env并按照geemap和pygis,其中包括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
  • 安装Jupyter notebook extensions
conda install jupyter_contrib_nbextensions -c conda-forge

你可能感兴趣的:(geemap,GEE,conda,python,深度学习)