JVital2013 / vitality-goes

Web App for showcasing Geostationary Weather Satellite Data
GNU General Public License v3.0
69 stars 6 forks source link

Is there a way to display Special Weather Statement (SPS) in Current Weather #59

Closed Stormtracker017 closed 1 month ago

Stormtracker017 commented 2 months ago

Just wondering if there is a way to display a Special Weather Statement (SPS) in Current Weather. Currently I have it displaying in Other EMWIN section.

JVital2013 commented 2 months ago

Yes, I'll build this into the alert system. It looks like they are all geofenced and are commonly used, so implementing this should not be a problem. Honestly, I can't believe I missed it.

I'll let you know when it's done!

Stormtracker017 commented 2 months ago

Thanks....that would be awesome!!!

JVital2013 commented 1 month ago

This has been implemented as of the latest commit. To use it, you can just pull the latest dataHandler.php file and replace the copy you have on your web server.

This change will, of course, be rolled into the next versioned update as well

weather alerts

Stormtracker017 commented 1 month ago

Jamie

Thanks for the update. Will give the updated file a try.

Rich

https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail Virus-free.www.avast.com https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail <#DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2>

On Fri, May 24, 2024 at 3:58 PM Jamie Vital @.***> wrote:

This has been implemented as of the latest commit. To use it, you can just pull the latest dataHandler.php file and replace the copy you have on your web server.

This change will, of course, be rolled into the next versioned update as well

weather.alerts.png (view on web) https://github.com/JVital2013/vitality-goes/assets/24253715/7e6d9102-e95a-45c3-8782-0f890168a9d4

— Reply to this email directly, view it on GitHub https://github.com/JVital2013/vitality-goes/issues/59#issuecomment-2130269944, or unsubscribe https://github.com/notifications/unsubscribe-auth/ALPVN746N7T5F6DB2LJNFLDZD6LW7AVCNFSM6AAAAABGVXGUJSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCMZQGI3DSOJUGQ . You are receiving this because you authored the thread.Message ID: @.***>

JVital2013 commented 1 month ago

PS: I just found and fixed a serious bug in the logic that computed if you are within the alert boundary or not (and therefore, if it should be shown).

This time it's just a minor change to functions.php.

Stormtracker017 commented 1 month ago

Thanks...will let you know how the update works.

Stormtracker017 commented 2 weeks ago

First of all Happy Forth!!! Currently we have a SPS for our area, but still does not display in the current weather section. I can retrieve it if I load additional data. I updated my web server with the latest files.

Special Weather Statement
National Weather Service Binghamton NY
534 PM EDT Thu Jul 4 2024

NYZ024-055>057-062-PAZ038>040-043-044-047-048-072-042345-
Chemung-Tioga-Broome-Delaware-Sullivan-Bradford-Susquehanna-
Northern Wayne-Wyoming-Lackawanna-Luzerne-Pike-Southern Wayne-
534 PM EDT Thu Jul 4 2024

...SCATTERED SHOWERS AND THUNDERSTORMS ACROSS NORTHEAST PA AND
THE SOUTHERN TIER OF NY SHOULD BE OVER BY 8 PM...

Scattered showers with isolated thunderstorms will move through
northeast PA and the southern tier of NY between 530 pm and 8 pm.
A few thunderstorms could contain gusty winds and brief heavy
downpours. Most of the shower and thunderstorm activity will be
over by 8 pm.

$$

Thanks

Stormtracker017 commented 2 weeks ago

It seems like the local WFO sends out SPS (SWS) two different ways:

One with only the zone number the second with zone number, lat and long.

first way:

image

Second way: image

Don't know if that is the reason I don't see the SPS.

Thanks

Stormtracker017 commented 1 week ago

Currently we have a SPS issued for our area, but does not display in the current weather section. I can retrieve it if I load additional data.

image