- At the Conda prompt:
conda create --name earthengineactivate earthengineconda install -c conda-forge earthengine-apiconda install jupyter pandas matplotlib(and other packages...)
- Still at the Conda prompt:
cd %CONDA_PREFIX%[navigates to the image's folder]python[starts the Python command console]- >>>
import ee[initializes earth engine; errors indicate installation issues] - >>>
ee.Initialize()[*this should create an error that you need to authenticate*] - >>>
exit()[quits Python] earthengine authenticate- Log in to your Google Account
- Copy the authorization code to the clipboard & paste at the command line
-
Still at the Conda prompt:
explorer scripts[opens explorer to the "scripts" sub-directory of the Conda image folder]
-
In Explorer:
-
Right-click and copy the
jupyter.exeicon to the clipboard -
Navigate to your workspace folder (e.g. a Git workspace)
-
Paste as short cut
-
Right-click the newly made shortcut and open its properties.
- Optional: rename the shortcut file
-
Clear the contents in the
Start in:box; this will open the notebook in the current folder -
Double click the Jupyter shortcut to open the Juptyer notebook console
-
import ee
ee.Initialize()