I am using FME 2017 and would like to carry out a relatively simple geoprocessing task. I have DEM TIF tiles and DOM TIF tiles in 2 different directories which both have the same names and the same extents. I would like to subtract the DEM from the DOM for each tile and save the new tile in a 3rd directory named "NORMALIZED".
So my process is simply the following:
1. Iterate through Directory "DOM" and for each filename find and subtract the same file in directory "DEM".
2. Save the result in Directory "NORMALIZED"
How would I achieve this?