DA WS Satellite images/Tropical Plots
-
- Senior Member
- Posts: 254
- Joined: Thu Feb 05, 2004 11:36 pm
- Location: Roanoke, VA
- Contact:
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
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
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/
http://www.nexrad3.com/
Here is te best solution I've found for getting the LATEST maps automatically:" wrote:Wally, if you have an auto script to go with the maps that would be nice to include.
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
West, NE Pacific or NW Atlantic Overviews??
Wally:" wrote:Let's build up a nice library of these!
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.
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
http://www.ghcc.msfc.nasa.gov/GOES/getsatellite.html
-
- Senior Member
- Posts: 254
- Joined: Thu Feb 05, 2004 11:36 pm
- Location: Roanoke, VA
- Contact:
Re: West, NE Pacific or NW Atlantic Overviews??
Well, for the NW Atlantic - it is the one I labeled North Atlantic in my list of maps:" wrote:Wally:" wrote:Let's build up a nice library of these!
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.
http://www.weatherroanoke.com/daws
(Perhaps I should relabel it NW Atlantic to be consistent w/the Navy label)
Re: West, NE Pacific or NW Atlantic Overviews??
OK. Got it, Thanks!
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
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
-
- Member
- Posts: 51
- Joined: Wed Mar 08, 2006 3:42 am
- Location: In a tent in no mans land!
- Contact:
Re: ongoing thread
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
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
-
- Member
- Posts: 51
- Joined: Wed Mar 08, 2006 3:42 am
- Location: In a tent in no mans land!
- Contact: