time slider using tiff images #4
-
I am new to using geemap, I am trying to create a time slider to show a group of TIFF files I created using Google Earth Engine. I am using colab and following this tutorial: https://leafmap.org/notebooks/79_timeseries/
The code gives me this error: TypeError: The ee_object must be an ee.Image or ee.ImageCollection The link already contains a folder named geemap and contains a TIFF file with names DDMMYYYY |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
For visualizing local files, use leafmap: https://leafmap.org/notebooks/79_timeseries For visualizing Earth Engine images, use geemap: https://geemap.org/notebooks/62_time_slider |
Beta Was this translation helpful? Give feedback.
For visualizing local files, use leafmap: https://leafmap.org/notebooks/79_timeseries
For visualizing Earth Engine images, use geemap: https://geemap.org/notebooks/62_time_slider