gee-community/geemap

The code "cartoee_subplots" does not work

raulpoppiel opened this issue · 1 comments

Dear,

When I run "cartoee_subplots.ipynb" I get the following graphic with projection problem for the image (srtm):

image

I think the problem is in the following line:
cartoee.add_layer(ax, srtm, region=region, vis_params=vis, cmap="terrain")

Code: https://github.com/giswqs/geemap/blob/master/examples/notebooks/cartoee_subplots.ipynb

Raul

It used to work fine. The issue might be caused by the recent cartopy update. Try this example:
https://geemap.org/notebooks/57_cartoee_blend/