" wrote:Wally, if you have an auto script to go with the maps that would be nice to include.
Here is te best solution I've found for getting the LATEST maps automatically:
Using a freeware utility fron GNU called wget and s short windows batch file, get the images, then the last line in the file calles DAWS wit the script I run to process and generate images. I fire off the batch file from Windows Scheduler at H+10 minutes every hour and the last line of the DAWS Script is a QUIT to end the whole thing.
You can find WGET at:
http://prdownloads.sourceforge.net/gnuw ... e?download
MY script is as follows and has been running here with no hiccups 24/7 since Friday 8/4:
W:
CD "W:\DAWS"
REM Full US Overview - Visible, IR and Water Vapor
"C:\Program Files\GnuWin32\bin\wget.exe" -nd -r -l1 --no-parent -A "LATEST*.jpg"
http://www.nrlmry.navy.mil/focus_public ... ages/goes/
move /y LATEST* USVISSAT.jpg
del robots.txt
"C:\Program Files\GnuWin32\bin\wget.exe" -nd -r -l1 --no-parent -A "LATEST*.jpg"
http://www.nrlmry.navy.mil/focus_public ... ages/goes/
move /y LATEST* USIRSAT.jpg
del robots.txt
"C:\Program Files\GnuWin32\bin\wget.exe" -nd -r -l1 --no-parent -A "LATEST*.jpg"
http://www.nrlmry.navy.mil/focus_public ... ages/goes/
move /y LATEST* USWVSAT.jpg
del robots.txt
REM Central US - Visible, IR and Water Vapor
"C:\Program Files\GnuWin32\bin\wget.exe" -nd -r -l1 --no-parent -A "LATEST*.jpg"
http://www.nrlmry.navy.mil/focus_public ... ages/goes/
move /y LATEST* CENTVISSAT.jpg
del robots.txt
"C:\Program Files\GnuWin32\bin\wget.exe" -nd -r -l1 --no-parent -A "LATEST*.jpg"
http://www.nrlmry.navy.mil/focus_public ... ages/goes/
move /y LATEST* CENTIRSAT.jpg
del robots.txt
"C:\Program Files\GnuWin32\bin\wget.exe" -nd -r -l1 --no-parent -A "LATEST*.jpg"
http://www.nrlmry.navy.mil/focus_public ... ages/goes/
move /y LATEST* CENTWVSAT.jpg
del robots.txt
REM US Tropics - Visible, IR and Water Vapor
"C:\Program Files\GnuWin32\bin\wget.exe" -nd -r -l1 --no-parent -A "LATEST*.jpg"
http://www.nrlmry.navy.mil/focus_public ... ages/goes/
move /y LATEST* USTROPICVISSAT.jpg
del robots.txt
"C:\Program Files\GnuWin32\bin\wget.exe" -nd -r -l1 --no-parent -A "LATEST*.jpg"
http://www.nrlmry.navy.mil/focus_public ... ages/goes/
move /y LATEST* USTROPICIRSAT.jpg
del robots.txt
"C:\Program Files\GnuWin32\bin\wget.exe" -nd -r -l1 --no-parent -A "LATEST*.jpg"
http://www.nrlmry.navy.mil/focus_public ... ages/goes/
move /y LATEST* USTROPICWVSAT.jpg
del robots.txt
REM US East Coast - Visible, IR and Water Vapor
"C:\Program Files\GnuWin32\bin\wget.exe" -nd -r -l1 --no-parent -A "LATEST*.jpg"
http://www.nrlmry.navy.mil/focus_public ... ages/goes/
move /y LATEST* USEASTCOASTVISSAT.jpg
del robots.txt
"C:\Program Files\GnuWin32\bin\wget.exe" -nd -r -l1 --no-parent -A "LATEST*.jpg"
http://www.nrlmry.navy.mil/focus_public ... ages/goes/
move /y LATEST* USEASTCOASTIRSAT.jpg
del robots.txt
"C:\Program Files\GnuWin32\bin\wget.exe" -nd -r -l1 --no-parent -A "LATEST*.jpg"
http://www.nrlmry.navy.mil/focus_public ... ages/goes/
move /y LATEST* USEASTCOASTWVSAT.jpg
del robots.txt
REM US Great Lakes - Visible, IR and Water Vapor
"C:\Program Files\GnuWin32\bin\wget.exe" -nd -r -l1 --no-parent -A "LATEST*.jpg"
http://www.nrlmry.navy.mil/focus_public ... ages/goes/
move /y LATEST* GLVISSAT.jpg
del robots.txt
"C:\Program Files\GnuWin32\bin\wget.exe" -nd -r -l1 --no-parent -A "LATEST*.jpg"
http://www.nrlmry.navy.mil/focus_public ... ages/goes/
move /y LATEST* GLIRSAT.jpg
del robots.txt
"C:\Program Files\GnuWin32\bin\wget.exe" -nd -r -l1 --no-parent -A "LATEST*.jpg"
http://www.nrlmry.navy.mil/focus_public ... ages/goes/
move /y LATEST* GLWVSAT.jpg
del robots.txt
REM Gulf OF Mexico - 4km Visible, IR and Water Vapor
"C:\Program Files\GnuWin32\bin\wget.exe" -nd -r -l1 --no-parent
http://www.goes.noaa.gov/GIFS/GULFVS.JPG
move /y GULFVS.JPG GULFVISSAT.jpg
"C:\Program Files\GnuWin32\bin\wget.exe" -nd -r -l1 --no-parent
http://www.goes.noaa.gov/GIFS/GULFIR.JPG
move /y GULFIR.JPG GULFIRSAT.jpg
"C:\Program Files\GnuWin32\bin\wget.exe" -nd -r -l1 --no-parent
http://www.goes.noaa.gov/GIFS/GULFWV.JPG
move /y GULFWV.JPG GULFWVSAT.jpg
REM Atlantic Ocean - 8km Visible, IR and Water Vapor
"C:\Program Files\GnuWin32\bin\wget.exe" -nd -r -l1 --no-parent
http://www.goes.noaa.gov/GIFS/HUVS.JPG
move /y HUVS.JPG ATLANTICVISSAT.jpg
"C:\Program Files\GnuWin32\bin\wget.exe" -nd -r -l1 --no-parent
http://www.goes.noaa.gov/GIFS/HUIR.JPG
move /y HUIR.JPG ATLANTICIRSAT.jpg
"C:\Program Files\GnuWin32\bin\wget.exe" -nd -r -l1 --no-parent
http://www.goes.noaa.gov/GIFS/HUWV.JPG
move /y HUWV.JPG ATLANTICWVSAT.jpg
E:
CD "E:\Program Files\DigitalAtmosphereWS"
"E:\Program Files\DigitalAtmosphereWS\digatmos.exe" Hourly-Data-Retrieval-Script-H+10.dsf