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 GUI support for creating animations from weather/climate data #414

Closed giswqs closed 1 year ago

giswqs commented 3 years ago

Sample dataset: https://developers.google.com/earth-engine/datasets/catalog/NOAA_GFS0P25

https://user-images.githubusercontent.com/5016453/114443862-33ba8f80-9b9c-11eb-9d57-2209e5ec39e7.mp4

karelvancamp commented 2 years ago

You mean create def timeseries/lapse for NOAA/GFS0P25 and add to timeseries GUI?

Would be inclined to add CAMS and GEOS

https://developers.google.com/earth-engine/datasets/catalog/ECMWF_CAMS_NRT?hl=en#bands https://developers.google.com/earth-engine/datasets/catalog/NASA_GEOS-CF_v1_rpl_htf#bands

giswqs commented 2 years ago

Yes. Contributions are welcome. Need to add functions to the timelapse module first. The GUI can be a separate PR if it is too complicated. It is ok to have timelapse functions only without the GUI.

giswqs commented 2 years ago

I meant without the GUI is okay as well.

giswqs commented 1 year ago

The create_timelapse() function can be used to create timelapse animations from any ImageCollection. I don't plan to add GUI support for this yet.

https://geemap.org/timelapse/#geemap.timelapse.create_timelapse