SCRIPT: Import weather satellite images

Strictly for sharing scripts used in Digital Atmosphere and getting assistance from other users.
Post Reply
Fred
Senior Member
Posts: 198
Joined: Tue Nov 25, 2003 4:22 pm
Location: Suoi Tien, Vietnam

SCRIPT: Import weather satellite images

Post 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
Post Reply