gee-community/geemap

name 'ccrs' is not defined

caomy7 opened this issue · 2 comments

caomy7 commented

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

Describe what you were trying to get done.
Tell us what happened, what went wrong, and what you expected to happen.

What I Did

52_cartoee_gif.ipynb

use cartoee to get a map

ax = cartoee.get_map(image, region=region, vis_params=vegetationPeakVis)

Paste the command(s) you ran and the output.
If there was a crash, please include the traceback here.
giswqs commented

The following line is executed when the importing cartoee. Make sure you have cartopy installed properly. Run the following directly. If it does not work, it is your cartopy installation problem.

import cartopy.crs as ccrs