This is a major addition to the tools available for
WIM users.
WAM allows to automate repetitive tasks by using easy-to-use GUI programs (e.g. wam_series, wam_statist, wam_match)
or flexible command-line programs. You can also write your own scripts by modifying the existing ones.
For example, in order to read the scientific dataset number 2 from a HDF file (e.g. chlorophyll from Aqua L2_LAC files) and save it as a JPEG image you need the following 2 lines of code:
Image img = Image.OpenHDF( "FileName.hdf", 2 );
img.Save( "FileName.jpg", SaveFileType.JPEG );
That's it! Another line of code does the remapping, another line of code creates the coastlines image, etc.
With just a few lines of code you can do this for ALL matching files in a folder with a single command.
This is the power of WAM!
A table of available WAM functions is shown here but for detailed information please see the WAM manual in HTML
or PDF.
|