Download and Inget script help needed

Strictly for sharing scripts used in Digital Atmosphere and getting assistance from other users.
Post Reply
gkasica
Member
Posts: 57
Joined: Mon Jan 02, 2006 3:58 pm
Location: Jackson WI USA
Contact:

Download and Inget script help needed

Post by gkasica »

Below is the download and ingest script I'm working on. It runs without errors, but no frontal data will plot or analyze and I don't get the SPC day1 and 2 outlooks.

I'm thinking the problem is in my use of INGEST commands or the URL format....so a couple questions as the docs are not too clear (still refer to the import rather than ingest command)

1) Of the 36 items I'm downloading below, which of them need a corresponding INGEST statement and when should it occur...after all the downloads or right after EACH product is downloaded or is the global ingest I'm using OK?

2) Does the name of the file I'm storing things as make a difference to DAWS? For example when I use the program to download data it only creates three files in the data directory: http.bin, incoming.asc and incoming.bin yet the only way I can see to download is with individual files....

3) There doesn't seem to be an import directory script command though the documentation implies that there is such, however ingest with *.* seems to do the same thing....

Script
====
download,http://vortex.atms.unca.edu/data/ldm/da ... c:\Program Files\DigitalAtmosphereWS\data\eta.wmo
download,http://vortex.atms.unca.edu/data/ldm/da ... c:\Program Files\DigitalAtmosphereWS\data\ngm.wmo
download,%1http://www.atmos.albany.edu/weather/data1/surf ... c:\Program Files\DigitalAtmosphereWS\data\front.dat
download,http://weather.noaa.gov/pub/data/raw/wh ... c:\Program Files\DigitalAtmosphereWS\data\gfdl.txt
download,http://weather.noaa.gov/pub/data/raw/wh ... c:\Program Files\DigitalAtmosphereWS\data\nhc.txt
download,http://www.meto.gov.uk/sec2/sec2cyclone ... c:\Program Files\DigitalAtmosphereWS\data\ukmet.txt
download,http://weather.noaa.gov/pub/data/raw/wt ... c:\Program Files\DigitalAtmosphereWS\data\jtwc1n.txt
download,http://weather.noaa.gov/pub/data/raw/wt ... c:\Program Files\DigitalAtmosphereWS\data\jtwc1s.txt
download,http://weather.noaa.gov/pub/data/raw/wt ... c:\Program Files\DigitalAtmosphereWS\data\jtwc2n.txt
download,http://weather.noaa.gov/pub/data/raw/wt ... c:\Program Files\DigitalAtmosphereWS\data\jtwc2s.txt
download,http://weather.noaa.gov/pub/data/raw/wt ... c:\Program Files\DigitalAtmosphereWS\data\jtwc3s.txt
download,http://weather.noaa.gov/pub/data/raw/wt ... c:\Program Files\DigitalAtmosphereWS\data\nhcatl1.txt
download,http://weather.noaa.gov/pub/data/raw/wt ... c:\Program Files\DigitalAtmosphereWS\data\nhcpac1.txt
download,http://weather.noaa.gov/pub/data/raw/wt ... c:\Program Files\DigitalAtmosphereWS\data\nhcpac2.txt
download,http://weather.noaa.gov/pub/data/raw/wt ... c:\Program Files\DigitalAtmosphereWS\data\nhcpac3.txt
download,http://weather.noaa.gov/pub/data/raw/wt ... c:\Program Files\DigitalAtmosphereWS\data\nhcpac4.txt
download,http://weather.noaa.gov/pub/data/raw/wt ... c:\Program Files\DigitalAtmosphereWS\data\nhcpac5.txt
download,http://weather.noaa.gov/pub/data/raw/wt ... c:\Program Files\DigitalAtmosphereWS\data\nhcatl2.txt
download,http://weather.noaa.gov/pub/data/raw/wt ... c:\Program Files\DigitalAtmosphereWS\data\nhcatl3.txt
download,http://weather.noaa.gov/pub/data/raw/wt ... c:\Program Files\DigitalAtmosphereWS\data\nhcatl4.txt
download,http://weather.noaa.gov/pub/data/raw/wt ... c:\Program Files\DigitalAtmosphereWS\data\nhcatl5.txt
download,http://weather.noaa.gov/pub/data/raw/wt ... c:\Program Files\DigitalAtmosphereWS\data\jtwcpac1.txt
download,http://weather.noaa.gov/pub/data/raw/wt ... c:\Program Files\DigitalAtmosphereWS\data\jtwcpac2.txt
download,http://weather.noaa.gov/pub/data/raw/wt ... c:\Program Files\DigitalAtmosphereWS\data\jtwcpac3.txt
download,http://weather.noaa.gov/pub/data/raw/wt ... c:\Program Files\DigitalAtmosphereWS\data\jtwcpac4.txt
download,http://www.atmos.albany.edu/weather/dat ... c:\Program Files\DigitalAtmosphereWS\data\eulight00.wmo
download,http://www.atmos.albany.edu/weather/dat ... c:\Program Files\DigitalAtmosphereWS\data\eulight30.wmo
download,http://www.atmos.albany.edu/weather/dat ... c:\Program Files\DigitalAtmosphereWS\data\bouy.wmo
download,http://www.atmos.albany.edu/weather/dat ... c:\Program Files\DigitalAtmosphereWS\data\metar.wmo
download,http://www.atmos.albany.edu/weather/dat ... c:\Program Files\DigitalAtmosphereWS\data\synop.wmo
download,http://www.spc.noaa.gov/products/outloo ... c:\Program Files\DigitalAtmosphereWS\data\spcday1.html
download,http://www.spc.noaa.gov/products/outloo ... c:\Program Files\DigitalAtmosphereWS\data\spcday2.html
download,http://www.atmos.albany.edu/weather/dat ... c:\Program Files\DigitalAtmosphereWS\data\upperair.wmo
download,http://www.uradio.ku.dk/~ct/eurovejr/EU ... c:\Program Files\DigitalAtmosphereWS\data\fleetcode1.dat
download,http://ftp.hb-yacht.ch/ASXX21.@D@S00,c:\Program Files\DigitalAtmosphereWS\data\fleetcode2.dat
download,http://iwin.nws.noaa.gov/iwin/us/allwar ... c:\Program Files\DigitalAtmosphereWS\data\warn.html

ingest,c:\Program Files\DigitalAtmosphereWS\data\*.*
Post Reply