Installation¶
Earth Engine Account¶
To use geemap, you must first sign up for a Google Earth Engine account. You cannot use Google Earth Engine unless your application has been approved. Once you receive the application approval email, you can log in to the Earth Engine Code Editor to get familiar with the JavaScript API.
Install from PyPI¶
geemap is available on PyPI. To install geemap, run this command in your terminal:
1 |
|
Install from conda-forge¶
geemap is also available on conda-forge. If you have Anaconda or Miniconda installed on your computer, you can create a conda Python environment to install geemap:
1 2 3 4 |
|
Optionally, you can install some Jupyter notebook extensions, which can improve your productivity in the notebook environment. Some useful extensions include Table of Contents, Gist-it, Autopep8, Variable Inspector, etc. See this post for more information.
1 |
|
Check the YouTube video below on how to install geemap using conda.
Install from GitHub¶
To install the development version from GitHub using Git, run the following command in your terminal:
1 |
|
Upgrade geemap¶
If you have installed geemap before and want to upgrade to the latest version, you can run the following command in your terminal:
1 |
|
If you use conda, you can update geemap to the latest version by running the following command in your terminal:
1 |
|
To install the development version from GitHub directly within Jupyter notebook without using Git, run the following code:
1 2 |
|
Use Docker¶
To use geemap in a Docker container, check out the following docker containers with geemap installed.