geemap Python library

999
4
09-11-2022 10:45 PM
Status: Closed
Labels (1)
Ravish_Bapna
New Contributor II

geemap package is a user-friendly library for accessing Google Earth Engine API for Python and many other bundled functionalities.

 

4 Comments
DannyMcVey
Status changed to: Needs Clarification
 
Ravish_Bapna

More info about geemap is available at https://geemap.org/

HannesZiegler

Hi @Ravish_Bapna, do you have a workflow that would require geemap and arcpy working together? 

With the information provided so far, it does not appear geemap is something that makes sense to ship with ArcGIS Pro. We've looked into the package dependencies, and the dependencies are incompatible with the dependencies of arcpy, it would not be a trivial task to solve and maintain.

We've included conda for situations like these, where users would like to work with third-party packages. You can always try to install geemap into an environment with arcpy using these conda commands from the Python Command Prompt:

conda create --clone arcgispro-py3 -n arcpy-geemap

conda install geemap -c conda-forge

geemap itself recommends installing geemap into a separate environment:

https://geemap.org/installation/

HannesZiegler
Status changed to: Closed

As per my explanation above, we are closing this idea now. This means that at this time we are not looking to implement this for ArcGIS Pro.

Thank you for sharing your idea with us, although this idea may not have been accepted, we are always happy to receive and evaluate ideas.