I'm new to FME so would like some help understanding what is happening in the backend. I am running FME 2017 Desktop.
I have the below workspace which is extracting the min and max band figures of an ECW and logging whether all of the bands have a min of 0. At present I am testing with only 3 ECW files.
I have been watching the process run, and I saw the the RasterBandMinMaxExtractor took around half an hour which I expected. However, once the first feature reached the appropriate logger, there was then nearly a 45 minutes wait before the next feature was run through the process.
This is what appears in the Translation Log following the final Logger line.
2017-04-26 14:23:04|2301.7| 0.0|INFORM|================================================
2017-04-26 15:07:26|3096.3|794.6|INFORM|Creating reader for format: ER Mapper ECW
I checked the temp directory and there were no temp files being created during the time. So I'm a bit stumped on what's going on.
TIA