Date
1 - 1 of 1
Python scripts to update a movie while msg data is received
R. Alblas
I have added another Python script which creates a growing movie of incoming sat-data:
http://www.alblas.demon.nl/wsat/software/satpy.html#live%20movie
It uses a watchdog to detect incoming files, executes MSGx.py to generate jpg and then uses the extend_movie function (see my previous post #33554) to add it as a new frame to a movie. The max. length of the movie can be limited to a certain amount of frames.
Works currently for MSG full globe, RSS and IODC, and also for native files downloaded from Eumetsat Data Store.
But should also be adaptable for other (geostationary) satellites.
Regards,
Rob.
http://www.alblas.demon.nl/wsat/software/satpy.html#live%20movie
It uses a watchdog to detect incoming files, executes MSGx.py to generate jpg and then uses the extend_movie function (see my previous post #33554) to add it as a new frame to a movie. The max. length of the movie can be limited to a certain amount of frames.
Works currently for MSG full globe, RSS and IODC, and also for native files downloaded from Eumetsat Data Store.
But should also be adaptable for other (geostationary) satellites.
Regards,
Rob.