I have a problem with maximum and minimum value of raster. I have a script (on screenshot, and attached) that calculates NDVI.
Firstly I use RasterExpressionEvaluator to count NDVI, and then RasterBandMaxMinExtractor to extract max and min (I need those for further calculation). The maximum and minimum I get are different then maximum and minimum in QGIS for the same raster file.
I checked raster before I run RasterExpressionEvaluator, and minimums, and maximums of bands are the same in FME, and QGIS, so I think the issue might be with the RasterExpressionEvaluator, but I am not sure.
