A question arises: module 'ee' has no attribute 'Map #1833
Answered
by
giswqs
15569055686
asked this question in
Q&A
Replies: 1 comment
-
import geemap
Map = geemap.Map()
Map |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
giswqs
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am a beginner in GEE and I am having some problems.When I convert Javas data in GEE to python data, I get the following error report:
AttributeError Traceback (most recent call last)
in <cell line: 25>()
23
24 # Set the map center to Spain's location.
---> 25 Map = ee.Map()
26 Map.setCenter(-3.75, 40.47, 4)
27
AttributeError: module 'ee' has no attribute 'Map'
Beta Was this translation helpful? Give feedback.
All reactions