Author Topic: Website Project - A Work In Progress  (Read 4932 times)

0 Members and 1 Guest are viewing this topic.

Offline TheBushPilot

  • Senior Contributor
  • ****
  • Posts: 211
Website Project - A Work In Progress
« on: August 12, 2023, 10:30:54 PM »
Hi all,

Last week I had finally gotten around to moving webhosts from Wordpress.com to ICDSoft. After doing a little research it looked like quite a few people here used them. So far so good.

Here's the main landing page:

https://www.met-instruments-project.com/

There you can navigate to each part of the website. I tried to keep the layout simple yet effective.

And for probably my favorite part, a page for each station emulating the legacy ASOS video display unit. The VDU updates every new data entry.

https://asos.met-instruments-project.com/RNY003/RNY003-video-display-unit/video-display-unit.php

It's certainly more of a utilitarian approach than most, but I haven't seen anyone do this and thought it would be really neat. I also intend on adding a fully functional Operator Interface Device for viewing historical data and generating PDFs of notable observations.


Cheers
« Last Edit: February 11, 2025, 10:28:06 PM by TheBushPilot »

Offline countzero

  • Member
  • *
  • Posts: 15
Re: Website Project - A Work In Progress
« Reply #1 on: April 06, 2024, 03:15:59 AM »
The VDU is cool

Offline TheBushPilot

  • Senior Contributor
  • ****
  • Posts: 211
Re: Website Project - A Work In Progress
« Reply #2 on: February 11, 2025, 10:43:31 PM »
Hi all,

Just wanted to make a little update post to my website:

Currently now have live data coming in each minute from Lakeland, Florida and Rochester, New York. The QDAWS is my deployable weather station set up at any given location to record impactful weather.

Things are pretty much complete in terms of layout. Main graphical displays are done with a couple things here and there I've been adding when time allows.

The Rochester site is a great example of what a site is capable of in reporting pretty much any measurement you can think of including snow depth and dual height web cameras updating each minute.

 [ You are not allowed to view attachments ]

Pretty happy with how the station plot came out. Up until about a month ago it was only plain white. I wrote a python script to generate a map for the background and it really brings it together.

 [ You are not allowed to view attachments ]

Also shamelessly copied the NWS Time Series Viewer page format for table data which goes minute by minute for the last 24 hours.

 [ You are not allowed to view attachments ]

Still some discrepancies between CSP002 and RNY003 due to RNY003 sort of being the testbed for new displays and formats that get rolled over to the other site. Should eventually all have site page homogeny.


Cheers

Offline TheBushPilot

  • Senior Contributor
  • ****
  • Posts: 211
Re: Website Project - A Work In Progress
« Reply #3 on: July 01, 2025, 12:27:13 AM »
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. :lol:

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


Cheers
« Last Edit: July 01, 2025, 12:39:03 AM by TheBushPilot »

 

anything