WXforum.net

Web Weather => Weather Website PHP/AJAX scripting => Topic started by: gwwilk on June 18, 2020, 08:07:10 AM

Title: UPdated wxGOES16&17(18)-HAniSLoops with New Image Series (& More!)
Post by: gwwilk on June 18, 2020, 08:07:10 AM
Long story short, I noticed that NESDIS had added three more composited image series to their satellite services, Sandwich, Day Cloud Phase, and Night Microphysics.  After being frustrated in my efforts to add these new series to this script, I saw that the filenames in the directories I was scraping were truncated and not valid.

I contacted NESDIS and within just five minutes I received a kind and very helpful reply that pointed me to JSON Data where the filenames could be obtained intact and with much less brute force than my directory scraping used.  I prevailed upon the ever helpful and incredibly talented Ken True to modify the <iframe> portion of these script sets in order to use the JSON Data.  Always accommodating and always creative, he produced new <iframe> scripts that do the trick!

So, there is a new wxGOES16-HAniSLoops (https://www.gwwilkins.org/wxGOES16-HAniSLoops.php) version as well as a new wxGOES17-HAniSLoops (https://www.gwwilkins.org/wxGOES17-HAniSLoops.php) version up on my site and available via my scripts page (https://www.gwwilkins.org/gwwScripts.php).

Thanks a million, Ken, for modifying both <iframes> =D&gt; \:D/ =D&gt;
Title: Re: UPdated wxGOES16&17-HAniSLoops with New Image Series (& More!)
Post by: mikeym2m on June 18, 2020, 10:42:30 AM
Thanks Jerry and Ken  [tup]  [tup]

MikeyM
Title: Re: UPdated wxGOES16&17-HAniSLoops with New Image Series (& More!)
Post by: saratogaWX on June 18, 2020, 04:56:50 PM
You're very welcome, Jerry!  It was quite an exercise to determine the underlying naming convention used by NESDIS for the JSON filenames, but once that was cracked, it was very simple to get the data needed by your script to display the images with HAniS.
Also, nice job in expanding the image types displayed by the scripts!!
Title: Re: UPdated wxGOES16&17-HAniSLoops with New Image Series (& More!)
Post by: gwwilk on June 20, 2020, 12:44:55 PM
I would recommend that everyone who is using my older GOES16 and GOES17 HAniS-Animated scripts update to the new, vastly improved :grin: version.  It will greatly reduce the load on the NESDIS servers.

Along those lines, I've been using a modified version of my old GOES16 HAniS-Animated script as my satellite animation in my 'index.php' (https://www.gwwilkins.org/).  I've created a generalized version (https://www.gwwilkins.org/wxGOES16-HAniSLoops-iframe-index.php?sce=view) of this script using Ken's JSON-Data filename acquisition technique.  It works for all those '$sectors' indicated in the comments, namely all continental US sectors and Puerto Rico.  It can be set to your liking via the parameters indicated.

This, in context, is how it's displayed in my 'index.php':
Code: [Select]
  <table width="99%" style="border: none">
  <tr><td align="center">
    <a class="hvr-glow hvr-grow" onclick="x=window.open('https://radar.weather.gov/Conus/Loop/uppermissvly_loop.gif')" target="_blank" title="Larger View in New Tab"><img src="https://radar.weather.gov/Conus/Loop/uppermissvly_loop.gif" alt="Regional Radar" width="320" height="240" style="margin: 0px; padding: 0px; border: none; cursor:pointer" /></a>
  </td>
  <td align="center" style="padding:0px">
    <a class="hvr-glow hvr-grow" title="Operational US Satellite Loops in New Tab"><iframe id="satLoops" width="320" height="238" align="left" src="wxGOES16-HAniSLoops-iframe-index.php" style="margin: 0px; padding: 0px; border: none; cursor:pointer"></iframe></a>
  </td>
  </tr>
  <tr><td colspan="2" class="subHeader" align="center" style="font-size:75%; float:none">Radar image courtesy of <a href="https://radar.weather.gov/" target="_blank" title="Opens in New Tab">NWS Radar</a> &amp; satellite images courtesy of <a href="https://www.star.nesdis.noaa.gov/GOES/sectors_index.php" target="_blank" title="Opens in New Tab">NESDIS</a>.</td></tr>
  </table>
Title: Re: UPdated wxGOES16&17-HAniSLoops with New Image Series (& More!)
Post by: lddaly on June 23, 2020, 12:18:15 AM
Thank you, Ken and Jerry! I have wxGOES16-HAniSLoops.php (https://www.planoweather.com/wxGOES16-HAniSLoops.php) running on my site. The only change I made was adding css to be consistent with wxnwsradar.php (https://www.planoweather.com/wxnwsradar.php) and display the dropdown categories under Satellite View with black text on a white background.
Code: [Select]
#selectors optgroup {
  color: black;
  background: white;
}
#selectors option {
  background-color:<?php echo $btnColor?>;
  border-radius:7px;
  color:<?php echo $btnTextColor?>;
}
#selectors select {
  background-color:<?php echo $btnColor?>;
  border-radius:7px;
  color:<?php echo $btnTextColor?>;
}
Title: Re: UPdated wxGOES16&17-HAniSLoops with New Image Series (& More!)
Post by: josecmorales on June 23, 2020, 10:12:36 AM
Amazing work! [tup]
Title: Re: UPdated wxGOES16&17-HAniSLoops with New Image Series (& More!)
Post by: K6GKM on June 25, 2020, 01:37:12 PM
This is a wonderful script!  My only feedback concerns the directory structure in the zip package in which it was delivered.  The script is looking for the hanis .js resources in a /HAniS folder, but the directory in the zip file is called /hanis4.10.  It took me a while to figure out the script was looking for the .js files in the wrong place.

Otherwise, this is a fantastic addition.  Great work!   [tup]

-Grant
Title: Re: UPdated wxGOES16&17-HAniSLoops with New Image Series (& More!)
Post by: gwwilk on June 25, 2020, 01:46:06 PM
This is a wonderful script!  My only feedback concerns the directory structure in the zip package in which it was delivered.  The script is looking for the hanis .js resources in a /HAniS folder, but the directory in the zip file is called /hanis4.10.  It took me a while to figure out the script was looking for the .js files in the wrong place.

Otherwise, this is a fantastic addition.  Great work!   [tup]

-Grant
Thanks for the kind words, Grant, and for the most helpful feedback.  I was apparently on autopilot when I constructed these GOES16&17 zips.  :oops: Sorry about that.

Corrected zips are now available on my scripts page (https://www.gwwilkins.org/gwwScripts.php).
Title: Re: UPdated wxGOES16&17-HAniSLoops with New Image Series (& More!)
Post by: AZmonsooncats on August 14, 2020, 08:11:19 PM
Hi I updated these scripts and have them working here  http://pepperridgenorthvalley.com/radar.php (http://pepperridgenorthvalley.com/radar.php)

However I noticed a small glitch on the satellite band selector I can only get the first 10 options on the dropdown menu. The exceptions all the when you selected Satellite view of Goes Full Disk or Continental US you get all 16 satellite band options.  ](*,) Do have any idea what could be causing this error? I am using the stand alone version since my template is highly modified version.

Jeanette
Title: Re: UPdated wxGOES16&17-HAniSLoops with New Image Series (& More!)
Post by: gwwilk on August 14, 2020, 08:25:06 PM
Not an error, just scripted to display only valid options.
Title: Re: UPdated wxGOES16&17-HAniSLoops with New Image Series (& More!)
Post by: AZmonsooncats on August 14, 2020, 08:54:40 PM
Not an error, just scripted to display only valid options.

Wondering why on your scripts page it appears as options under Sat band but not on mine did alter the script to display water vapor maps for the Us Sectors?

Jeanette
Title: Re: UPdated wxGOES16&17-HAniSLoops with New Image Series (& More!)
Post by: gwwilk on August 14, 2020, 08:58:55 PM
I’ll check it out when my cat is done with his lap-nap...
Title: Re: UPdated wxGOES16&17-HAniSLoops with New Image Series (& More!)
Post by: gwwilk on August 14, 2020, 10:01:22 PM
After having played with this for a while, I see that you've adapted the StandAlone version to your web page.  When I viewed the StandAlone version on my site (accessed via 'Larger Image Loop' (https://www.gwwilkins.org/wxGOES17-HAniSLoops-SA.php)), I saw that the same selector limitations existed.

I think I've found and corrected the problem, which was a failure to include the $standAlone variable in the variables that allow all of the selector options to display.  Hence the default for the StandAlone script version was the limited selector options.

There's a new wxGOES17-HAniSLoops.zip up on my scripts page (https://www.gwwilkins.org/gwwScripts.php) that should do the trick for you.

Thanks for picking up on this problem!
Title: Re: UPdated wxGOES16&17-HAniSLoops with New Image Series (& More!)
Post by: AZmonsooncats on August 14, 2020, 10:33:01 PM
After having played with this for a while, I see that you've adapted the StandAlone version to your web page.  When I viewed the StandAlone version on my site (accessed via 'Larger Image Loop' (https://www.gwwilkins.org/wxGOES17-HAniSLoops-SA.php)), I saw that the same selector limitations existed.

I think I've found and corrected the problem, which was a failure to include the $standAlone variable in the variables that allow all of the selector options to display.  Hence the default for the StandAlone script version was the limited selector options.

There's a new wxGOES17-HAniSLoops.zip up on my scripts page (https://www.gwwilkins.org/gwwScripts.php) that should do the trick for you.

Thanks for picking up on this problem!
After having played with this for a while, I see that you've adapted the StandAlone version to your web page.  When I viewed the StandAlone version on my site (accessed via 'Larger Image Loop' (https://www.gwwilkins.org/wxGOES17-HAniSLoops-SA.php)), I saw that the same selector limitations existed.

I think I've found and corrected the problem, which was a failure to include the $standAlone variable in the variables that allow all of the selector options to display.  Hence the default for the StandAlone script version was the limited selector options.

There's a new wxGOES17-HAniSLoops.zip up on my scripts page (https://www.gwwilkins.org/gwwScripts.php) that should do the trick for you.

Thanks for picking up on this problem!

Thank you for checking theses are great scripts would the issue be similar on the Goes16 script? that is the one I am using right now on that page.

Jeanette
Title: Re: UPdated wxGOES16&17-HAniSLoops with New Image Series (& More!)
Post by: gwwilk on August 15, 2020, 12:37:38 AM
Well,  so much for listening! :oops:

Sorry I missed the fact that your state only appears in the GOES16 images (https://www.gwwilkins.org/wxGOES16-HAniSLoops.php).  You are correct because the same problem was present there as well.

Belatedly fixed with a new zip (https://www.gwwilkins.org/gwwScripts.php) as well.

My apologies, again.
Title: Re: UPdated wxGOES16&17-HAniSLoops with New Image Series (& More!)
Post by: AZmonsooncats on August 15, 2020, 02:40:53 AM
Well,  so much for listening! :oops:

Sorry I missed the fact that your state only appears in the GOES16 images (https://www.gwwilkins.org/wxGOES16-HAniSLoops.php).  You are correct because the same problem was present there as well.

Belatedly fixed with a new zip (https://www.gwwilkins.org/gwwScripts.php) as well.

My apologies, again.

No problem it is working fine now at:   http://pepperridgenorthvalley.com/radar.php  thank you for the fixes.

One Last question can you restrict the width on Goes17 like you can on Goes 16 couldn't find that setting in Goes 17 map otherwise it works well haven't incorporated into the site yet due to being too wide and showing limited views of my state.

Jeanette
Title: Re: UPdated wxGOES16&17-HAniSLoops with New Image Series (& More!)
Post by: gwwilk on August 15, 2020, 11:31:13 AM
Unfortunately I never included the width restriction scheme in the GOES17 HAniS Loops script.

I've done so in the current version, but other than verifying that there are no scripting errors I haven't verified that the width restriction scheme works as intended.

Please give the latest wxGOES17-HAniSLoops.php (https://www.gwwilkins.org/wxGOES17-HAniSLoops.php) a whirl, and let me know if you have issues with it.  The zip is available on my scripts page (https://www.gwwilkins.org/gwwScripts.php).
Title: Re: UPdated wxGOES16&17-HAniSLoops with New Image Series (& More!)
Post by: mikeym2m on August 15, 2020, 12:06:55 PM
Jerry

On the GEOS17_HAniSLoops.php when I use the "widescreen mode" only 10 Band options are appearing for Pacific Northwest, Pacific Southwest and Hawaii. All 20 Bands show in the "narrowscrren mode". I'm having the same problem with GEOS16 with all satellite views in "widescreen mode" showing only 10 "Bands" while all 20 Bands are showing in "narrowscreen mode". I'm seeing the same thing when I view GOES16 and GEOS17 on your website.

Thanks for taking a look.

MikeyM
Title: Re: UPdated wxGOES16&17-HAniSLoops with New Image Series (& More!)
Post by: gwwilk on August 15, 2020, 02:38:11 PM
Right you are!  The WideScreen logic was twisted up a bit in the includes script. #-o

I think the updated includes script, inc-wxGOES17HAniSLoops.php, solves that problem.

Check it out here (https://www.gwwilkins.org/wxGOES17-HAniSLoops.php) by setting WideScreen mode.

The zip (https://www.gwwilkins.org/gwwScripts.php) has been updated.

Let me know if problems persist.
Title: Re: UPdated wxGOES16&17-HAniSLoops with New Image Series (& More!)
Post by: mikeym2m on August 15, 2020, 03:40:31 PM
Jerry

Yes GOES17 looks good now in the widescreen with all 20 bands. I'll try to take a look at the GEOS17 script changes and see if I can Incorporate them into the GEOS16 scripts.

Thanks for the update and sorry to be a pain!

MikeyM
Title: Re: UPdated wxGOES16&17-HAniSLoops with New Image Series (& More!)
Post by: gwwilk on August 15, 2020, 04:26:35 PM
There are many differences between the GOES17 and the GOES16 includes scripts.  I managed to find the critical changes and have applied them to an updated includes script found on my scripts page (https://www.gwwilkins.org/gwwScripts.php).

You can check it out here on my website (https://www.gwwilkins.org/wxGOES16-HAniSLoops.php).
Title: Re: UPdated wxGOES16&17-HAniSLoops with New Image Series (& More!)
Post by: mikeym2m on August 15, 2020, 04:33:00 PM
Jerry

Thank you!   [tup] [tup]

MikeyM
Title: Re: UPdated wxGOES16&17-HAniSLoops with New Image Series (& More!)
Post by: ValentineWeather on August 17, 2020, 01:50:04 PM
Thanks again  [tup]
I do miss not having the gif loops, they died over the weekend. It was an easy way to input a satellite loop on the index page. I replaced it with my west view camera many probably enjoy more. Visitors will just have to dig a little for the regional satellite now.
Title: Re: UPdated wxGOES16&17-HAniSLoops with New Image Series (& More!)
Post by: gwwilk on August 17, 2020, 03:37:42 PM
You're welcome, Randy.

Which GIF loops died over the weekend?  Here are my GOES16 (https://www.gwwilkins.org/wxGOES16-GIFLoops.php) and GOES17 (https://www.gwwilkins.org/wxGOES17-GIFLoops.php) GIF loops.  They're still chugging along.
Title: Re: UPdated wxGOES16&17-HAniSLoops with New Image Series (& More!)
Post by: ValentineWeather on August 17, 2020, 04:21:49 PM
I was grabbing the GIF directly off their site and the link broke Sunday.  It even had a broke sign which is now removed. I see they have a download GIF tab now which I missed. I'll use the new address thanks for the heads up it's still there and working.
Title: Re: UPdated wxGOES16&17-HAniSLoops with New Image Series (& More!)
Post by: gwwilk on March 15, 2022, 09:00:24 AM
After wrestling with and finally succeeding in updating my GIF loops scripts yesterday, it was comparatively easy today to update my HANIS-animated GOES16&17 scripts to include the 'FireTemperature' and 'Lightning' images.

The updated scripts are available on my script page (https://www.gwwilkins.org/gwwScripts.php).
Title: Re: UPdated wxGOES16&17-HAniSLoops with New Image Series (& More!)
Post by: 92merc on March 15, 2022, 10:01:49 AM
I noticed on the GOES16, the CO2 Longloop works on Hanis version, but not on the regular GIF version.
Title: Re: UPdated wxGOES16&17-HAniSLoops with New Image Series (& More!)
Post by: gwwilk on March 15, 2022, 10:07:55 AM
I noticed on the GOES16, the CO2 Longloop works on Hanis version, but not on the regular GIF version.
I guess that's because there's no longer an animated CO2 GIF being produced by NESDIS.

Thanks for the heads up!  I'll remove the link later today.

Update 12 noon CDT: Link removed in updated ZIP.
Title: Re: UPdated wxGOES16&17-HAniSLoops with New Image Series (& More!)
Post by: gwwilk on March 16, 2022, 06:58:07 AM
There were problems with the GOES16&17-HAniS Loop scripts that have been addressed in the latest scripts on my scripts page (https://www.gwwilkins.org/gwwScripts.php). Namely the page crashed when the satellite band was changed!  No more.

The advantage of the HAniS Loops is that a full complement of satellite bands is available, except I just realized I need to add 'Dust'.  Later...

Update 8:00am CDT:  'Dust' now incorporated into the latest HAniS Loop scripts available as above.
Title: Re: UPdated wxGOES16&17-HAniSLoops with New Image Series (& More!)
Post by: weatherdoc on March 17, 2022, 12:16:34 PM
Jerry - these are very nice updates. Thanks for your work. Previously I was only using your HAniS GOES-16 script but realized it's also good to have the lower bandwidth GIF loop. While I was at it, I added GOES-17 to my website. Bill
Title: Re: UPdated wxGOES16&17-HAniSLoops with New Image Series (& More!)
Post by: K6GKM on March 17, 2022, 01:10:12 PM
As always, thanks for sharing your work and the updates.  I tweaked your scripts just a little bit, taking an approach similar to the one you took with the tropical weather scripts you published, using a table to create "tabs" making it easy for users to switch between GOES-16 and GOES-17 (I borrowed and retrofitted code snippets from your NWSHurricaneCenter script) .  Example at https://camwx.com/wxGOES17-HAniSLoops.php.

Thanks again!
Title: Re: UPdated wxGOES16&17-HAniSLoops with New Image Series (& More!)
Post by: gwwilk on March 17, 2022, 02:55:26 PM
As always, thanks for sharing your work and the updates.  I tweaked your scripts just a little bit, taking an approach similar to the one you took with the tropical weather scripts you published, using a table to create "tabs" making it easy for users to switch between GOES-16 and GOES-17 (I borrowed and retrofitted code snippets from your NWSHurricaneCenter script) .  Example at https://camwx.com/wxGOES17-HAniSLoops.php.

Thanks again!
Nicely done, and you're welcome.  Glad you found the scripts useful.  Would you like to share your script?  It's very helpful.
Title: Re: UPdated wxGOES16&17-HAniSLoops with New Image Series (& More!)
Post by: K6GKM on March 17, 2022, 03:00:08 PM
Of course I should have thought of that.   #-o I keep forgetting that script isn't visible to the public.

Here's the package... all credit goes to Jerry, I just put the pieces together a little differently.  Jerry, only modifications were to the wxGOES16-HAniSLoops.php and wxGOES17-HAniSLoops.php.  I left everything else alone.
Title: Re: UPdated wxGOES16&17-HAniSLoops with New Image Series (& More!)
Post by: gwwilk on March 17, 2022, 04:46:42 PM
Thanks for the scripts!  I've renamed your scripts *Tabbed.php and incorporated them into a fresh ZIP on my scripts page (https://www.gwwilkins.org/gwwScripts.php).

Nice work!
Title: Re: UPdated wxGOES16&17-HAniSLoops with New Image Series (& More!)
Post by: mikeym2m on March 17, 2022, 05:25:06 PM
Already incorporated. A big Thanks to Jerry and K6GKM!   [tup]

MikeyM

www.mikeymsweather.com
Title: Re: UPdated wxGOES16&17-HAniSLoops with New Image Series (& More!)
Post by: gwwilk on March 18, 2022, 05:54:16 PM
Freshly debugged scripts are available on my scripts page (https://www.gwwilkins.org/gwwScripts.php).  The GOES16 'CONUS' Continental US view  contained an <iframe> height that was incorrect, which I never noticed because I defaulted to 'umv' Upper Mississippi Valley on the script.  I've also updated the original GOES16 script.
Title: Re: UPdated wxGOES16&17-HAniSLoops with New Image Series (& More!)
Post by: gwwilk on March 21, 2022, 03:33:03 PM
 #-o Unfortunately I mangled the GOES16-HAniSLoops-SA version, as Tom Abell so kindly pointed out privately.

A new script set for the GOES16 HAniSLoops is available on my scripts page (https://www.gwwilkins.org/gwwScripts.php).

Replace all of the scripts for optimal results...
Title: Re: UPdated wxGOES16&17-HAniSLoops with New Image Series (& More!)
Post by: gwwilk on March 22, 2022, 09:27:29 AM
My gyrations with these scripts continue. :oops:  The GOES16-17 Tabbed version (https://www.gwwilkins.org/wxGOES16-HAniSLoopsTabbed.php) wasn't updated, so the GOES16 display went SA (huge) within the template!  Not good.  #-o

This has been corrected in the latest version while some tweaks were made to the GOES16 HAniS version as well.

As usual you can get the updates on my scripts page (https://www.gwwilkins.org/gwwScripts.php).

Don't forget to set your preferences in the main scripts before uploading those you use.
Title: Re: UPdated wxGOES16&17-HAniSLoops with New Image Series (& More!)
Post by: Silversword on April 10, 2022, 07:23:29 PM
Hi All,

I started to work on this for my web page and made some mods to get the tabs working between GOES 16 & 17.

See what I have done so far: http://www.dwayneyamato.com/wx/wxGOES16-HAniSLoopsTabbed.php (http://www.dwayneyamato.com/wx/wxGOES16-HAniSLoopsTabbed.php)

I see that when going from 17 to 16 there is an over run on this area on 16 on this snap shot.

The yellow is the over run and in the red is where I think it is wider than what is on 17.

Wonder where I can edit 16 to make it narrower to solve the over run on this line?

It is not public yet on my Nav/Menu.

Thanks for suggestions and or recommendations.

Aloha,

--Stan Y.
  Maui, Hawaii


Title: Re: UPdated wxGOES16&17-HAniSLoops with New Image Series (& More!)
Post by: gwwilk on April 10, 2022, 07:58:33 PM
I see that with Firefox, Stan, but not with Brave/Chrome which was my testing browser.

The dimensions of the dropdown selectors are overwide, e.g. Satellite Band is 198px wide in Brave but 213px wide in Firefox.  This problem is carried through the remainder of the selectors producing the overrun visible in Firefox.

I'll need to ponder this a while...
Title: Re: UPdated wxGOES16&17-HAniSLoops with New Image Series (& More!)
Post by: Silversword on April 10, 2022, 08:35:08 PM
Thanks Jerry for your reply.

I just used Chrome and compared with FF, it is the same with my Chrome with that over run and the that red circled place from my snap shot is wider then GOES 17 compared with GOES 16.

Also I am using Windows 10 and FF with the latest updates. Not sure about my Chrome for the current update.

Thanks again for all of your support with your scripts.

Stay healthy and safe with you and your family.

Aloha,

--Stan Y.
  Maui, Hawaii
Title: Re: UPdated wxGOES16&17-HAniSLoops with New Image Series (& More!)
Post by: gwwilk on April 11, 2022, 09:31:05 AM
After considerable flailing around, I finally found where to fix the offending code:  I needed to specify a font-size for the dropdown labels!  Once that was done, the dropdowns no longer overrun the space allotted.

A new zip is available on my scripts page (https://www.gwwilkins.org/gwwScripts.php).  In order to create a new ZIP all of the files have been touched (except HAniS), but the important one is 'inc-wxGOES16-HAniSLoops.php' where the necessary changes are found.
Title: Re: UPdated wxGOES16&17-HAniSLoops with New Image Series (& More!)
Post by: Silversword on April 11, 2022, 11:47:46 AM
Thanks Jerry for the fix.

Working on your site and now to work on mine.

Stay healthy and safe with you and your family.

Aloha,

--Stan Y.
   Maui, Hawaii
Title: Re: UPdated wxGOES16&17-HAniSLoops with New Image Series (& More!)
Post by: gwwilk on April 11, 2022, 01:39:03 PM
To help prevent stale versions I also updated the 'wxGOES16-17-HAniSLoopsTabbed.zip' to include the updated GOES16 scripts.  It's found in the usual place (https://www.gwwilkins.org/gwwScripts.php).
Title: Re: UPdated wxGOES16&17-HAniSLoops with New Image Series (& More!)
Post by: K6GKM on April 12, 2022, 01:37:54 PM
One more very minor, more-OCD-than-anything-else tweak from me if you'll have it... Loading remote images from NHC every time for the color flourish on the tabs never really sat right with me, so I saved them locally and updated the code. 
Title: Re: UPdated wxGOES16&17-HAniSLoops with New Image Series (& More!)
Post by: gwwilk on April 12, 2022, 05:25:24 PM
One more very minor, more-OCD-than-anything-else tweak from me if you'll have it... Loading remote images from NHC every time for the color flourish on the tabs never really sat right with me, so I saved them locally and updated the code.
Tweak appreciated and added to a modified ZIP (https://www.gwwilkins.org/gwwScripts.php).  The two images need to be placed in the site's /images folder, and the two 'Tabbed.php' scripts are the only ones that need to be updated.
Title: Re: UPdated wxGOES16&17-HAniSLoops with New Image Series (& More!)
Post by: Silversword on April 21, 2022, 02:39:57 PM
Hi All,

I updated my site with this latest update.  Seems to be working for my.  I just modified the title of 16 and 17 to see which satellite is being looped. Kinda redundant as it shows in the Tabbed area as well.

Check mine out at http://www.dwayneyamato.com/wx/ (http://www.dwayneyamato.com/wx/) in the flyout menu of Radar/Satellite Loops on my dashboard site.

Thanks Jerry and all for your inputs.

Aloha,

--Stan Y.
   Maui, Hawaii
Title: Re: UPdated wxGOES16&17-HAniSLoops with New Image Series (& More!)
Post by: gwwilk on April 25, 2022, 07:16:02 AM
Just a heads up:  Since 1:46 UTC 2022/04/25 NESDIS hasn't been able to serve current GOES16 or GOES17 images.  The scripts are serving stale images instead.

They're working on a fix...
Title: Re: UPdated wxGOES16&17-HAniSLoops with New Image Series (& More!)
Post by: gwwilk on April 25, 2022, 09:35:13 AM
NESDIS is again serving current images!
Title: Re: UPdated wxGOES16&18-HAniSLoops with New Image Series (& More!)
Post by: gwwilk on August 05, 2022, 09:28:14 AM
Revised GOES16&18-HAniSLoops (https://www.gwwilkins.org/wxGOES18-HAniSLoops.php) scripts are up on my scripts page (https://www.gwwilkins.org/gwwScripts.php).  The tabbed versions (https://www.gwwilkins.org/wxGOES16-HAniSLoopsTabbed.php) are also available.

NESDIS is displaying the images labeled as 'GOES18', hence the new script names.
Title: Re: UPdated wxGOES16&17-HAniSLoops with New Image Series (& More!)
Post by: weatherdoc on August 06, 2022, 08:47:52 AM
Thanks for the updated files but the script isn't loading any images for me. Looks like the only changes to your script, inc-wxGOES18-HAniSLoops.php, are lines 541-549 and 556 that point to G18 instead of G17 on the NESDIS server. All I did was download your zip file, unzip it, and copied the files to my server. Maybe it's a cache issue on my PC? When you get a chance, could you open my webpage (https://novawx.dscloud.me/wxGOES18-HAniSLoops.php) and let me know if it works for you? Your GOES-17 script had been working fine. Obviously, the script is working on your website.
Title: Re: UPdated wxGOES16&17-HAniSLoops with New Image Series (& More!)
Post by: gwwilk on August 06, 2022, 12:00:19 PM
My apologies!  The 'includes' script was calling for the GOES17 iframe instead of the GOES18 iframe.  I initially modified my GOES17 HAniS scripts to display GOES18, but I then realized that I needed 'GOES18' scripts instead.  So I modified and renamed them accordingly.  This meant that the egregious error went undetected because my modified GOES17 scripts hid it. #-o :oops:

A revised ZIP is available on my scripts page (https://www.gwwilkins.org/gwwScripts.php).  The same error was present in the 'Tabbed 16-18' script as well.

Thanks for your help! [tup]
Title: Re: UPdated wxGOES16&17-HAniSLoops with New Image Series (& More!)
Post by: pimohdaimaoh on August 06, 2022, 10:50:05 PM
I Wish theres also from West pacific. I already post my Topic regarding it and I hope sooner ken would also consider if ever ken asking for the embedded images, here is the link
for raw images.

https://www.data.jma.go.jp/mscweb/data/himawari/list_r2w.html
Title: Re: UPdated wxGOES16&17-HAniSLoops with New Image Series (& More!)
Post by: Silversword on August 10, 2022, 05:13:34 PM
Hi Jerry,

It seems that my GOES17 - Western CONUS tabbed loop is not displaying the map for some reason. GOES 16 tab seems to be working okay.

Check out my site at:http://www.dwayneyamato.com/wx/wxGOES17-HAniSLoopsTabbed.php (http://www.dwayneyamato.com/wx/wxGOES17-HAniSLoopsTabbed.php)

Hope there is a solution or recommendation to resolve this issue.

Thanks for you support with your scripts.

Aloha,

--Stan Y.
  Maui, Hawaii
Title: Re: UPdated wxGOES16&17-HAniSLoops with New Image Series (& More!)
Post by: gwwilk on August 10, 2022, 05:16:57 PM
There’s an updated GOES16-18-Tabbed zip on my scripts page that should solve your problem, Stan.
Title: Re: UPdated wxGOES16&17-HAniSLoops with New Image Series (& More!)
Post by: Silversword on August 10, 2022, 05:41:24 PM
Hi Jerry,

Thanks for your reply and I have downloaded the GOES16-18-Tabbed zip and will have to upload it when time permits.

Do I upload all of those script. I did not see a script for GOES17.

Hope this will solve my issue.

Again, thanks for your support on your scripts and taking the time to address our issues.

Aloha,

--Stan Y.
   Maui, Hawaii
Title: Re: UPdated wxGOES16&17-HAniSLoops with New Image Series (& More!)
Post by: gwwilk on August 10, 2022, 05:43:32 PM
Upload them all after choosing your default location.

GOES17 has been deprecated.
Title: Re: UPdated wxGOES16&17-HAniSLoops with New Image Series (& More!)
Post by: Silversword on August 10, 2022, 06:01:24 PM
Thanks Jerry, will do that and see what happens.

Aloha,

--Stan Y.
  Maui, Hawaii
Title: Re: UPdated wxGOES16&17-HAniSLoops with New Image Series (& More!)
Post by: Silversword on August 11, 2022, 05:05:41 PM
Hi All,

Got my site up and running, yes, there is a "but", it seems that when I click on the Larger Image Loop, I get a page not found at this http://dwayneyamato.com/wxGOES18-HAniSLoops-SA.php (http://dwayneyamato.com/wxGOES18-HAniSLoops-SA.php) this script is on my host from Jerry's zip file.

Everything else seems to be working great.

Thanks Jerry for you support again.

Aloha,

--Stan Y.
   Maui, Hawaii

Title: Re: UPdated wxGOES16&17-HAniSLoops with New Image Series (& More!)
Post by: gwwilk on August 11, 2022, 05:09:32 PM
Try uploading that file specifically after you have unzipped the scripts.  It should be there.

It's in your /wx/ (https://dwayneyamato.com/wx/wxGOES16-HAniSLoops-SA.php) directory.  You need to modify the script to accommodate the location of the files on your server.
Title: Re: UPdated wxGOES16&17(18)-HAniSLoops with New Image Series (& More!)
Post by: Silversword on August 11, 2022, 05:47:32 PM
Thanks Jerry. I think I found where I need to edit to point to the /wx directory located in the inc-wxGOES16-HAniSLoops.php and inc-wxGOES18-HAniSLoops.php script.

I just need to get that edited and upload to my host.

Thanks again for your support.

Aloha,

--Stan Y.
   Maui, Hawaii
Title: Re: UPdated wxGOES16&17(18)-HAniSLoops with New Image Series (& More!)
Post by: Silversword on August 11, 2022, 05:55:27 PM
Just got it done and now working.

Thanks Jerry.

Aloha,

--Stan Y.
   Maui, Hawaii
Title: Re: UPdated wxGOES16&17(18)-HAniSLoops with New Image Series (& More!)
Post by: gwwilk on August 11, 2022, 05:56:28 PM
 [tup]
Title: Re: UPdated wxGOES16&17(18)-HAniSLoops with New Image Series (& More!)
Post by: pimohdaimaoh on August 15, 2022, 12:55:44 AM
I hope theres also a modified version on this using SATCOMS from JMA, I dont have an Idea how to integrate those  :sad: :sad: :sad: :sad:
Title: Re: UPdated wxGOES16&17(18)-HAniSLoops with New Image Series (& More!)
Post by: gwwilk on August 15, 2022, 06:27:16 AM
I hope theres also a modified version on this using SATCOMS from JMA, I dont have an Idea how to integrate those  :sad: :sad: :sad: :sad:
I don't see any way that's possible either.  Sorry! :-(
Title: Re: UPdated wxGOES16&17(18)-HAniSLoops with New Image Series (& More!)
Post by: gwwilk on November 20, 2022, 11:34:02 AM
Well, NESDIS has decided that GOES17 is now GOES West, once again.

I've just re-uploaded all of the GOES17 scripts and added them back to the scripts menu (https://www.gwwilkins.org/gwwScripts.php).  I didn't 'touch' them with today's date, so you may need to hunt them down once you see that your current script(s) are displaying stale images, once again.  You can use the 'View' link to see which scripts are misbehaving.
Title: Re: UPdated wxGOES16&17(18)-HAniSLoops with New Image Series (& More!)
Post by: jfkuhn on December 15, 2022, 12:02:57 PM
Looks like Jerry's website is down.  Can someone post the scripts needed?

Thanks,
John
Title: Re: UPdated wxGOES16&17(18)-HAniSLoops with New Image Series (& More!)
Post by: gwwilk on December 15, 2022, 12:06:36 PM
Strange! My site isn't down for me. https://www.gwwilkins.org
Title: Re: UPdated wxGOES16&17(18)-HAniSLoops with New Image Series (& More!)
Post by: jfkuhn on December 15, 2022, 12:18:12 PM
Got on another computer and your website came up.  My firewall or something is blocking your site on my other computer.
Title: Re: UPdated wxGOES16&17(18)-HAniSLoops with New Image Series (& More!)
Post by: gwwilk on December 15, 2022, 12:19:24 PM
Got on another computer and your website came up.  My firewall or something is blocking your site on my other computer.
Good enough!
Title: Re: UPdated wxGOES16&17(18)-HAniSLoops with New Image Series (& More!)
Post by: pimohdaimaoh on December 15, 2022, 09:21:12 PM
JMA SATCOM since not possible to make similar in these scripts, I did some research at least and to create similar.

At least it did work some how. . I add border line for our area of responsibility line. . .  but still hope for modification to these soon
Title: Re: UPdated wxGOES16&17(18)-HAniSLoops with New Image Series (& More!)
Post by: drrehak on December 02, 2023, 10:28:53 AM
Just noticed that "Eastern Pacific" on wxGOES16-HAniSLoops.php wasn't displaying an image for me.  (Band sector eep)

Checked and not working on https://www.gwwilkins.org/wxGOES16-HAniSLoops.php

Wanted to pass the info along.
Title: Re: UPdated wxGOES16&17(18)-HAniSLoops with New Image Series (& More!)
Post by: gwwilk on December 02, 2023, 11:14:46 AM
Thanks for the helpful feedback. I'll look into it and if these images aren't being produced modify the script accordingly.

A quick look tells me that once again NESDIS has modified this part of their directory structure. It's going to be a while before I can investigate and then post a fix.  The GOES16 Eastern Pacific Animated GIF now also has incorrect directory information!
Title: Re: UPdated wxGOES16&17(18)-HAniSLoops with New Image Series (& More!)
Post by: gwwilk on December 02, 2023, 09:48:05 PM
I finally got a chance to dig into the code, and it turns out that NESDIS has simply changed the dimensions of the Equatorial Eastern Pacific images.  I have an updated HAniS-based script on my scripts page (http://www.gwwilkins.org/gwwScripts.php).

I'll see what I can do with the GIF animation when I get a chance.

Updated the GIF animation, and it is now on my scripts page, too.
Title: Re: UPdated wxGOES16&17(18)-HAniSLoops with New Image Series (& More!)
Post by: drrehak on December 04, 2023, 09:11:22 AM
Thanks for the quick response.
Installed and working.
Title: Re: UPdated wxGOES16&17(18)-HAniSLoops with New Image Series (& More!)
Post by: gwwilk on January 05, 2024, 11:56:30 AM
I made an error in this script that rendered the display of the Gulf of Mexico, Caribbean, Central
America, and Mexico images invalid. The error has been corrected in the latest version that's available on my scripts page (https://www.gwwilkins.org/gwwScripts.php).
Title: Re: UPdated wxGOES16&17(18)-HAniSLoops with New Image Series (& More!)
Post by: weatherdoc on January 06, 2024, 06:46:05 AM
Thanks for the update Jerry. You may recall I had an issue in which only the default region I selected would display full resolution using your HAniS script back in the summer of 2022. Well, I just installed your update and all regions and satellite bands display in full resolution now. I don't think it's anything I've changed but I'm glad it's working properly. Thanks much for the great scripts you write!