19 search places and datasets
Uncomment the following line to install geemap if needed.
In [ ]:
# !pip install geemap
In [ ]:
import ee
import geemap
In [ ]:
geemap.show_youtube('lwtgzrHrXj8')
In [ ]:
# geemap.update_package()
Create an interactive map¶
In [ ]:
Map = geemap.Map()
Map
Convert marker to ee.Geometry¶
In [ ]:
Map.search_locations
In [ ]:
Map.search_loc_geom
In [ ]:
location = Map.search_loc_geom
# print(location.getInfo())
Last update: 2021-02-25