openclimatefix/nowcasting_utils

Write function to create videos of satellite imagery

peterdudfield opened this issue · 0 comments

Create function to make satelite videos.

It would be nice to have a map plotted in the background, but perhaps that can be a second step.

For examples - https://github.com/openclimatefix/nowcasting_dataset/blob/main/notebooks/2021-08/2021-08-26/video.py

Inputs
satelite_data: [time, width, height, 3]
filename_html: optional input to save the figure as a html

Would be nice to make this using plotly, and return the Figure.