4. Using Local Geospatial Data

4.1. Introduction

4.2. Technical requirements

To follow this chapter, you will need to install geemap and several optional dependencies. If you have followed Section 1.5 - Install Geemap, then you should already have a conda environment with these packages installed. Otherwise, you need to create a new conda environment and install pygis with the following commands, which will automatically install geemap and all the necessary dependencies:

conda create -n gee python
conda activate gee
conda install -c conda-forge mamba
mamba install -c conda-forge geemap pygis

Next, launch JupyterLab by typing the following command in the terminal or Anaconda prompt:

jupyter lab

猜你喜欢

转载自blog.csdn.net/weixin_46601231/article/details/126144011
今日推荐