This example illustrates a gpt workflow in SeaDAS by stringing together possibly the two
simplest operators (Read and Write) to create multiple copies (one NetCDF-CF and one BEAM-DIMAP) of an input file
adding the suffix 'HelloWorld' to each output file.
Although seemingly useless on its face, (because individual operators can read and write), one benefit to the
use of the read and write operator, is that you can send the source file in as a parameter to be used
in the formulation of both the input and output file names. Additionally, multiple read and write nodes may
be used in a single graph file.