I have a query relating to raster analysis in FME Form using the RasterExpressionEvaluator
I want to extract the maximum value of each pixel from a multiband raster, so for example if band 3 has the maximum value compared to bands 1 and 2 for a particular cell, only the value for band 3 for that pixel will be extracted and used in the resulting single band raster.
The syntax I believe should work for this is as follows in the attached image but I cannot get it to work. The "maximum/max" functions are unavailable in the transformer and I am thinking that this logic not be usable on data of this type or within this transformer.
Can anyone confirm if maximum syntax is workable on this transformer or even have another method of how to go about this?
Thanks
Andrew