DA WS Satellite images/Tropical Plots

This is the place to get help with Digital Atmosphere, suggest improvements, and get tips.
Wally Mayo
Senior Member
Posts: 254
Joined: Thu Feb 05, 2004 11:36 pm
Location: Roanoke, VA
Contact:

Post by Wally Mayo »

Here's a partial script...

Oh, the script file is...
download,http://www.hpc.ncep.noaa.gov/discussion ... fronts.dat
download,http://weather.cod.edu/digatmos/sao/$Y@ ... urface.dat
download,http://www.atmos.albany.edu/weather/dat ... rface2.dat
ingest,c:\digatm\data\fronts.dat
product,wxp,0,fronts
sfcplotmodel,c:\Program Files\DigitalAtmosphereWS\slpsea.sps
ingest,c:\digatm\data\sur*.dat
product,plf,0,surface plots
ANALYZE,HILO CONT COLOR=0:182:191 CINT=4 LINE=2 SLPR
stamp
export,c:\digatm\archive\tropics.gif
upload,ftp://signon:yourpassword@ftp.yoursever ... ropics.gif
kinetic
Member
Posts: 60
Joined: Sat Feb 07, 2004 3:04 pm

Post by kinetic »

The GHCCsat program (freeware) is very good at extracting a user defind satellite sector from the GHCC site and building a jpeg picture file. Possible this could be used for overlays.

http://www.nexrad3.com/
gkasica
Member
Posts: 57
Joined: Mon Jan 02, 2006 3:58 pm
Location: Jackson WI USA
Contact:

Post by gkasica »

&quot 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
gkasica
Member
Posts: 57
Joined: Mon Jan 02, 2006 3:58 pm
Location: Jackson WI USA
Contact:

West, NE Pacific or NW Atlantic Overviews??

Post by gkasica »

&quot wrote:Let's build up a nice library of these!
Wally:

Any chance you or someone else has managed to get basemaps for the 3 listed above: West, NE Pacific or NW Atlantic Overviews that would just about complete what I need to have here and I'd be happy to provide the MS DOS script file with WGETS to pull them down similar to what I've jsut posted for the rest.
kinetic
Member
Posts: 60
Joined: Sat Feb 07, 2004 3:04 pm

Post by kinetic »

Looking at the GHCC site instructions it seems possible a script could be produced for DA.

http://www.ghcc.msfc.nasa.gov/GOES/getsatellite.html
Wally Mayo
Senior Member
Posts: 254
Joined: Thu Feb 05, 2004 11:36 pm
Location: Roanoke, VA
Contact:

Re: West, NE Pacific or NW Atlantic Overviews??

Post by Wally Mayo »

&quot wrote:
&quot wrote:Let's build up a nice library of these!
Wally:

Any chance you or someone else has managed to get basemaps for the 3 listed above: West, NE Pacific or NW Atlantic Overviews that would just about complete what I need to have here and I'd be happy to provide the MS DOS script file with WGETS to pull them down similar to what I've jsut posted for the rest.
Well, for the NW Atlantic - it is the one I labeled North Atlantic in my list of maps:
http://www.weatherroanoke.com/daws
(Perhaps I should relabel it NW Atlantic to be consistent w/the Navy label)
gkasica
Member
Posts: 57
Joined: Mon Jan 02, 2006 3:58 pm
Location: Jackson WI USA
Contact:

Re: West, NE Pacific or NW Atlantic Overviews??

Post by gkasica »

OK. Got it, Thanks!
Weasel

Post by Weasel »

Eastern Pacific

This isn't the same map as the one on the NexSat site, but is still from the NRL.

Mercator
Lat = 27.696
Long = -130.0
Scale = 6925
Width = 1124
Height = 625
X offset = 0
X Aspect = 1.25
Y offset = 0
Y aspect = .963

You'll probably get a range check error after generation, if it shows up click ok, do a data plot, then window remove last product. Save the basemap.

Image link:
http://www.nrlmry.navy.mil/tropics-bin/ ... &SIZE=Full

Pat
severe storm_forecaster
Member
Posts: 51
Joined: Wed Mar 08, 2006 3:42 am
Location: In a tent in no mans land!
Contact:

Re: ongoing thread

Post by severe storm_forecaster »

Hi Pat:

Could you give me some specs on how I can do a visible satellite image,
and plot data on it? I've been trying different things, with no sucess.

Thanks,
Randy
severe storm_forecaster
Member
Posts: 51
Joined: Wed Mar 08, 2006 3:42 am
Location: In a tent in no mans land!
Contact:

Post by severe storm_forecaster »

Pat:

The image I'm looking for is for the upper lakes region and Wisconsin!

Sorry about not including this in last message.

RG
Post Reply