-
I want to create a time slider from tiff images in my directory into a Streamlit app: and i have two problems: the first one is that import ipyleaflet stac_api = "https://earth-search.aws.element84.com/v0" collection = "sentinel-s2-l2a-cogs" headers = {'Content-Type': 'application/json'} response = requests.request( features = response.json()["features"] layers_dict = {}
m = leafmap.Map(center=[50.093079, -103.152825], zoom=11) |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Streamlit doesn't support ipywidgets. The time slider will never work with streamlit. Try solara https://github.com/opengeos/solara-geospatial |
Beta Was this translation helpful? Give feedback.
Streamlit doesn't support ipywidgets. The time slider will never work with streamlit. Try solara https://github.com/opengeos/solara-geospatial