MaffooClock / MrRadar

A Python utility that generates a map and imagery frames from raw NEXRAD data
MIT License
0 stars 0 forks source link

Create a script and `make` target for generating the HTML example #4

Open MaffooClock opened 4 weeks ago

MaffooClock commented 4 weeks ago

The files in the html directory are meant to be an example of how to display the generated map and frames in the user's own HTML (e.g. weather website).

Perhaps it would be nice to dynamically regenerate these files to include the user-specified map/frame name and frame count with a simple make html target?

Generating the final HTML for the user is out of the project scope, but this much would be easy to do.