gee-community / geemap

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

Add Ocean Color timelapse ( sea surface temperature, chlorophyll a concentrations) #845

Closed giswqs closed 2 years ago

giswqs commented 2 years ago

References:

giswqs commented 2 years ago

This feature has been implemented. Will add to the streamlit web app soon. @ChrisHarrod

import geemap
geemap.ee_initialize()
title = "Gulf of Mexico - Sea Surface Temperature", 
geemap.modis_ocean_color_timelapse("Aqua", "2020-01-01", "2021-01-01", bands=["sst"], frequency="week", title=title, out_gif="modis.gif")

https://github.com/giswqs/geemap/blob/0b5b51cd90a30819a55112f410921a325e94caf1/geemap/timelapse.py#L3121-L3130

modis