I am new to the FME and I have certain task to finish.
I have about 20 raster images and I need to find mean of cell values per leagal description (Township) in Alberta. I have created a workbench which uses:
- RasterCellCoercer
- CoordinateExtractor
- Clipper
- StatisticsCalculator
to get statistics for one Raster image and the result is stored in Excel. I am wondering if there is a way to add the results of the other raster images to the excel file (adding columns for each raster).
P.S. I am using FME 2011 SP1