gee-community / geemap

A Python package for interactive geospatial analysis and visualization with Google Earth Engine.
https://geemap.org
MIT License
3.47k stars 1.09k forks source link

Add streamlit support #697

Closed giswqs closed 3 years ago

giswqs commented 3 years ago

Leafmap supports rendering maps in streamlit. It would be great if geemap has the same feature. Reference: https://gishub.org/leafmap-apps

giswqs commented 3 years ago

This feature has been implemented. Simply use Map.to_streamlit() to render a map in streamlit.