adds interactivity to services.swpc.noaa.gov/images/animations. uses prefect for a backend to scrape images generate movies with ffmpeg. flask frontend at /iframe + proxy server via bare domain and API access via /api.
app | ||
.gitignore | ||
Dockerfile | ||
init_db.py | ||
makefile | ||
noaa_animate.py | ||
preview.jpg | ||
profiles.default.toml | ||
README.md | ||
requirements.txt | ||
start.sh |
Prefect-powered Animation App
Animate images from a website full of urls by way of a proxy server and some scripts. Uses https://services.swpc.noaa.gov as an example.
Instructions
If you have docker
and make
installed, just run:
make
and visit localhost:4200
to see Prefect, and localhost:9021/iframe
to view the UI.