Kernel: Python 3
In [ ]:
Step 1 - Open ArcGIS Python Command Prompt
Navigate to the Start Menu -> All apps -> ArcGIS folder, then open the Python Command Prompt.
Step 2 - Create a conda environment
Create a fresh conda env to install arcpy and geemap with the following commands within the Python Command Prompt:
Step 3 - Create a New Notebook
To create a notebook, click the Insert tab on the ArcGIS Pro ribbon, and click the New Notebook button. Alternatively, open the Catalog pane, browse to your project directory, right-click a folder, and select New > Notebook.
Step 4 - Run GEE script
Run any geemap code as usual. The Map.addLayer() function will automatically add Earth Engine layers to the active map. Use Map.centerObject() to center an Earth Engine object on the map.
In [ ]:
Add Earth Engine layers.
In [ ]:
Center an Earth Engine object on the map.
In [ ]: