Hi all,
Excited to share some new developments on my website I've managed to fully deploy as of today:
Once again using the Rochester site for the showcase here, I've completely overhauled the station plot. I have a local server machine running python scripts every 5 minutes that generate the map and radar imagery for the background image for the plot online. They pull the latest radar file from the NEXRAD AWS server. Also queries the respective weather station SQL database latitude and longitude to center the map automatically. It then gets sent to my web server via FTP. I set it up this way because my deployable weather station can be set up anywhere, and having the ability to automatically adjust where the map "plots" it is imperative. And makes any adjustments down the line easier if for whatever reason a site moves or whatever. I'll probably add a timestamp to the radar eventually as a sanity check for data latency and such.
[ You are not allowed to view attachments ]
The second big change is the addition of 6 and 24 hour maximum and minimum temperature readings on the time series viewer. Shamelessly "inspired" by the NWS sites for both ASOS/AWOS and CWOP stations. It's not a lot visually but having that data presented makes all the difference in my opinion.
[ You are not allowed to view attachments ]
[ You are not allowed to view attachments ]
And lastly, I put together a sort of daily summary for relevant stats which resides above the current conditions to give the end user a comprehensive idea of what's going on.
[ You are not allowed to view attachments ]
I've kind of determined this site isn't for the average enthusiast as a lot of the products are utilitarian in nature and as such have a lot of implied prerequisite knowledge. Perhaps an environmental diagnostics tool? Aside from me being lazy and the pain of figuring out how to convert UTC to applicable local time. It's for data, not the typical park goer.

Still lots more to do but only done so time allowing.
Cheers