You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
474 B
20 lines
474 B
6 months ago
|
# NOAA Animation Web App
|
||
|
![preview](preview.jpg)
|
||
|
|
||
|
Animate images from a website full of urls by way of a proxy server and some Python functions wrapped with the `prefect` decorator.
|
||
|
Uses https://services.swpc.noaa.gov as an example.
|
||
|
|
||
|
|
||
|
## Instructions
|
||
|
If you have `docker` and `make` installed, just run:
|
||
|
|
||
|
```bash
|
||
|
make
|
||
|
```
|
||
|
|
||
|
and visit `localhost:4200` to see Prefect, and `localhost:9021/iframe` to view the UI.
|
||
|
|
||
|
An example Flow of about 100 images:
|
||
|
![prefect](prefect.jpg)
|
||
|
|