I have a raster wherein the values are in epoch time (number of days since 1970-01-01)
Is there a way in FME to convert these values into different date formats, such as yyyyddd?
DateTimeConverter seems to only work with attributes, but translating all pixels to polygons with attributes for the pixel value is not optimal. I would guess this could be possible with RasterExpressionEvaluator, but if someone can give an example that would be really helpful.
Thanks!