-
Posts
1,445 -
Joined
-
Last visited
Content Type
Profiles
Blogs
Forums
American Weather
Media Demo
Store
Gallery
Everything posted by KAOS
-
-
Downpour with full sunshine... I knew that was going to happen just by looking at the "storm" structure. BTW... I measured exactly seven raindrops yesterday. I live in a precipitation Bermuda Triangle aka Rain-Hole.
-
I think I will try to pre-load a "static" hi-rez nws radar location (mid-atlantic) first. If that doesn't work there is no sense in persuing this further. The revised NWS hi-rez was an absolute disaster upon launch and continues to be slow loading, requiring higher-end hardware to compensate. This is most likely why they have made some low-rez resources available. Regardless, I already have a low rez-version that works fine on devices with limited hardware resources. If all else fails, I will make a "desktop" (hi-rez) verson and a "mobile" (low-rez version). We essentially have that as it is exists currently. Hi-Rez... https://k-a-0-s.github.io/ Low-Rez... https://kaosfactor.github.io/ I will periodically post some of my code here because... weirdo.
-
This is the definitive mid Atlantic old school "eastern weather" type channel emulator thread. If you know... you know. You are not a weirdo... I am weird. That said, I invite all weird people to participate. Would be cool to have a AMWX Mid Atlantic specific emulator.
-
https://twcclassics.com/audio/
-
Anyway here is some more crazy stuff from my wayback time machine when the world didn't suck.....
-
Maybe this can work somehow? faster loading https://www.wrh.noaa.gov/map/?&zoom=9&scroll_zoom=false¢er=35.05698043137265,-80.71105957031251&boundaries=false,false,false,false,false,false,false,false,false&tab=layers&elements=temp,wind,gust&temp_filter=-80,130&gust_filter=0,150&rh_filter=0,100&elev_filter=-300,14000&precip_filter=0.01,18&obs_popup=false&obs_density=60&obs_provider=ALL&radar=true&radar_min=60&radar_loop=true&radar_opacity=28.000000000000004
-
https://radar.weather.gov/?settings=v1_eyJhZ2VuZGEiOnsiaWQiOm51bGwsImNlbnRlciI6Wy05NSwzN10sImxvY2F0aW9uIjpudWxsLCJ6b29tIjo0fSwiYW5pbWF0aW5nIjpmYWxzZSwiYmFzZSI6InN0YW5kYXJkIiwiYXJ0Y2MiOmZhbHNlLCJjb3VudHkiOmZhbHNlLCJjd2EiOmZhbHNlLCJyZmMiOmZhbHNlLCJzdGF0ZSI6ZmFsc2UsIm1lbnUiOnRydWUsInNob3J0RnVzZWRPbmx5IjpmYWxzZSwib3BhY2l0eSI6eyJhbGVydHMiOjAuOCwibG9jYWwiOjAuNiwibG9jYWxTdGF0aW9ucyI6MC44LCJuYXRpb25hbCI6MC42fX0%3D
-
Feel free to jump in and help. I can also put weatherstar here if there is any interest. Intellistar Repository.... https://github.com/K-A-0-S/K-A-0-S.github.io
-
Code to determine https radar link based off of geolocation... //WeatherFetching.js function fetchRadarImages(){ radarImage = document.createElement("iframe"); radarImage.onerror = function () { getElement('radar-container').style.display = 'none'; } mapSettings = btoa(JSON.stringify({ "agenda": { "id": "weather", "center": [longitude, latitude], "location": null, "zoom": 8 }, "animating": true, "base": "standard", "artcc": false, "county": false, "cwa": false, "rfc": false, "state": false, "menu": false, "shortFusedOnly": false, "opacity": { "alerts": 0.0, "local": 0.0, "localStations": 0.0, "national": 0.6 } })); radarImage.setAttribute("src", "https://radar.weather.gov/?settings=v1_" + mapSettings); radarImage.style.width = "1230px" radarImage.style.height = "740px" radarImage.style.marginTop = "-220px" radarImage.style.overflow = "hidden"
-
This link for hi-rez radar.... https://radar.weather.gov/?settings=v1_eyJhZ2VuZGEiOnsiaWQiOiJ3ZWF0aGVyIiwiY2VudGVyIjpbLTc2LjUxNywzOS4xMTldLCJsb2NhdGlvbiI6bnVsbCwiem9vbSI6OH0sImFuaW1hdGluZyI6dHJ1ZSwiYmFzZSI6InN0YW5kYXJkIiwiYXJ0Y2MiOmZhbHNlLCJjb3VudHkiOmZhbHNlLCJjd2EiOmZhbHNlLCJyZmMiOmZhbHNlLCJzdGF0ZSI6ZmFsc2UsIm1lbnUiOmZhbHNlLCJzaG9ydEZ1c2VkT25seSI6ZmFsc2UsIm9wYWNpdHkiOnsiYWxlcnRzIjowLCJsb2NhbCI6MCwibG9jYWxTdGF0aW9ucyI6MCwibmF0aW9uYWwiOjAuNn19
-
2024 Severe Seasonal Forecast.... I hope I am wrong.
- 1,696 replies
-
- severe
- thunderstorms
- (and 5 more)
-
Provided there are no other issues that crop up... I will be working on a way to pre-load hi-rez intellcast radar images to accommodate devices with limited hardware resources, etc.
-
The https://battaglia.ddns.net/twc/ site has been updated to address the issues I identified earlier relating to missing data and failure to load many locations. Let me know if you encounter any other issues. I will try to troubleshoot locally and relay the information to to the original developer. Hope you enjoy the "flashback" to a time in which the weather channel was iconic.
-
Desktop "applets"
-
Here is another... https://www.weatherscan.net/ Enjoy! https://en.wikipedia.org/wiki/Weatherscan
-
It is only possible because of the work from those who preceded me.
-
Modified... dark theme with original twc colors (flavors). Relocated "location" and "actions" bar for something more conducive to firetv/firestick.
-
"Desktop App" for Weatherstar 4000+....
-
Yes, the WeatherStar 4000+ is probably one of the best working emulators currently available. I have my fork of it installed on an IIS server. I've actually helped the developer (vbguyny) resolve an issue with the API and a problem with wind data that was preventing it from loading.
-
Pasadena/Maryland/Mid-Atlantic low-rez radar specific version for use with my FireTV... https://kaosfactor.github.io/
-
Hi-Rez DC Radar Version.... K-A-0-S.github.io
-
Intellistar (2013) https://en.wikipedia.org/wiki/WeatherStar#IntelliStar Update: 7/7/24 Desktop https://k-a-0-s.github.io/desktop.html Hi-Rez mobile https://k-a-0-s.github.io/ Low-Rez mobile (mid-atlantic specific version) https://k-a-0-s.github.io/midatl.html Mobile lite version (No radar in emulation. geographical hi-rez radar available by Tap/Click on city name from within emulator.) https://k-a-0-s.github.io/mobilelite.html Mobile version (Uses national radar and nws national warnings. Geo-specific maps are available from within the emulator. This moves some of the resource intensive NWS map functions to a seperate screen outside of the emulator.) https://k-a-0-s.github.io/mobile.html My FireTV Mid_Atlantic link.... https://kaosfactor.github.io/ Note: Clear browser cache if you have previously used any of these the links. Repositories.. https://github.com/K-A-0-S/K-A-0-S.github.io https://github.com/kaosfactor/kaosfactor.github.io There are various buttons placed throughout all versions allowing for navigation between the emulator and other html pages. The mid-atlantic version has an undocumented feature that allows you to tap the Regional Radar title bar to view a zoomed version (KLWX) of the radar. All versions, with exception of the Desktop and FireTV version, are intended to run on a mobile phone using landscape view. It also recommended to run links as web apps. This will remove the address bar, etc. to free up valuable screen real estate. That can be done by selecting "Add to Home screen" from Chrome based browsers. Firefox has a similar feature as well. Though it is recommended to use a chrome based browser. I use Brave.