Time Stamps on DA
Posted: Sat Oct 23, 2010 8:01 pm
I'm a bit new to the whole scripting thing...
I have a script that automatically downloads data and creates national surface, 850, 700, 500, and 250 plots (you can see the output here), but if notice the time stamp for the data in the lower right hand corner of the maps is wrong. How do I fix this? Also, I seem to be having an issue getting the latest data to download, even though I am running the download script at the beginning. Here is the download code block from my script:
download,http://weather.cod.edu/digatmos/sao/@Y@ ... ta\obs.001
download,http://weather.admin.niu.edu/data/@Y@M@ ... ta\obs.002
download,http://www.atmos.albany.edu/weather/dat ... ta\obs.003
download,http://weather.cod.edu/digatmos/syn/@Y@ ... ta\obs.004
download,http://weather.admin.niu.edu/data/@Y@M@ ... ta\obs.005
download,http://www.atmos.albany.edu/weather/dat ... ta\obs.006
download,http://dweb.met.fsu.edu/rawdata/ussyn/2 ... ta\obs.007
download,http://dweb.met.fsu.edu/rawdata/syn/20@ ... ta\obs.008
download,http://www.atmos.albany.edu/weather/dat ... ta\obs.009
download,http://weather.cod.edu/digatmos/upa/@Y@ ... ta\obs.010
download,http://meteora.ucsd.edu/weather/observa ... ta\obs.011
download,http://www.atmos.albany.edu/weather/dat ... ta\obs.012
download,http://dweb.met.fsu.edu/rawdata/radioso ... ta\obs.013
download,http://weather.admin.niu.edu/data/@Y@M@ ... ta\obs.014
download,http://dweb.met.fsu.edu/rawdata/usua/20 ... ta\obs.015
download,http://dweb.met.fsu.edu/rawdata/metar/2 ... ta\obs.016
I have a script that automatically downloads data and creates national surface, 850, 700, 500, and 250 plots (you can see the output here), but if notice the time stamp for the data in the lower right hand corner of the maps is wrong. How do I fix this? Also, I seem to be having an issue getting the latest data to download, even though I am running the download script at the beginning. Here is the download code block from my script:
download,http://weather.cod.edu/digatmos/sao/@Y@ ... ta\obs.001
download,http://weather.admin.niu.edu/data/@Y@M@ ... ta\obs.002
download,http://www.atmos.albany.edu/weather/dat ... ta\obs.003
download,http://weather.cod.edu/digatmos/syn/@Y@ ... ta\obs.004
download,http://weather.admin.niu.edu/data/@Y@M@ ... ta\obs.005
download,http://www.atmos.albany.edu/weather/dat ... ta\obs.006
download,http://dweb.met.fsu.edu/rawdata/ussyn/2 ... ta\obs.007
download,http://dweb.met.fsu.edu/rawdata/syn/20@ ... ta\obs.008
download,http://www.atmos.albany.edu/weather/dat ... ta\obs.009
download,http://weather.cod.edu/digatmos/upa/@Y@ ... ta\obs.010
download,http://meteora.ucsd.edu/weather/observa ... ta\obs.011
download,http://www.atmos.albany.edu/weather/dat ... ta\obs.012
download,http://dweb.met.fsu.edu/rawdata/radioso ... ta\obs.013
download,http://weather.admin.niu.edu/data/@Y@M@ ... ta\obs.014
download,http://dweb.met.fsu.edu/rawdata/usua/20 ... ta\obs.015
download,http://dweb.met.fsu.edu/rawdata/metar/2 ... ta\obs.016