gee-community/geemap

The data function within geemap object after initialization when called within arcgis Pro python jupyter notebook crashed.

MeghaStha opened this issue · 4 comments

Environment Information

Please run the following code on your computer and share the output with us so that we can better debug your issue:

import geemap
geemap.Report()

Description

I created a geemap object and used the earth engine function ee.Image to call a satellite image and added to the layer. I can visualize the layer by using the object. When I try to use any of the GUI provided by geemap package within jupyter notebook in ArcGIS pro it crashes.

What I Did

Map = geemap.Map()
l8 = ee.Image('USGS/SRTMGL1_003')
vis_params = {
    'min': 0,
    'max': 4000,
    'palette': 'terrain',
}
Map.addLayer(l8, vis_params, 'SRTM DEM')
Map

Capture2

giswqs commented

Which one crashes? ArcGIS Pro or Jupyter notebook?

giswqs commented

What's your ArcGIS Pro version?