Kernel: Python 3
Creating a split-panel map
This notebook demonstrates how to add a split-panel map with geemap and folium. It also supports streamlit. Note that the ipyleaflet SplitControl does not support streamlit.
Uncomment the following line to install geemap if needed.
In [ ]:
In [ ]:
The split-panel map requires two layers: left_layer and right_layer. The layer instance can be a string representing a basemap, or an HTTP URL to a Cloud Optimized GeoTIFF (COG), or a folium TileLayer instance.
Using basemaps
In [ ]:
Show available basemaps.
In [ ]:
Using COG
In [ ]:
Using folium TileLayer
In [ ]:
Using Earth Engine layers
In [ ]:
In [ ]:
In [ ]:
In [ ]:
In [ ]: