Page 1 of 1

SCRIPT: Import weather satellite images

Posted: Mon Oct 18, 2004 7:35 am
by Fred
After working for more than 30 years in IT writing a script is not the main problem. But I am a newcomer in weather forecasting. So personally I am very interested in scripts, not really for the structure but more for the result: what type of maps do people use. So please also send easy scripts for (people like) me. It will help understand how to look to the weather.

Below a script I use for importing satellite images as background. I added some extra comments between ####

#
# MSG Europa span 15
#### span is the parameter in Geosatsignal ####
#
timer on
#
load,d:\Program Files\DigitalAtmosphereWS\maps\MSG Europa.dmf
#### First I load a generated map to have the right dimensions ####
#
import,d:\Mijn Documenten\Digital Atmosphere\map\j19.jpg
#### Import is the weather satellite image, generated by GeoSatSignal ####
#
basemap
stamp
fleet
analyze, BKNT COLOR=0:0:200 WIND

Fred