Hi all,
With the documentation online, I was wondering if I can read out raster data.
https://docs.safe.com/fme/html/FME_Objects_Python_API/index.html
My case:
I want to have a moving window ( 9x9 e.g.) to blur an image, I cannot change the data to pointclouds, or clipp the data into 9x9 rasters, because the data is too big.
So my question is: How can I extract and update the cell values via the fme python objects?
Thanks in advance!