geemap package is a user-friendly library for accessing Google Earth Engine API for Python and many other bundled functionalities.
More info about geemap is available at https://geemap.org/
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:
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.