Hi,
Search for the cell origin on FMEpedia, since the transformer doc states:
"Points: one point feature will be created for each of the raster's cells, positioned at the cell's origin."
Hi,
The RasterCellCoercer with "Polygons" option as "Output Cell Geometry" parameter might help you. You can use the BoundsExtractor to get coordinates of any corner of each cell after transforming input raster to cell polygons.
Takashi
Thanks Itay and Takashi,
I used the RasterPropertiesExtractor transformer and was able to identify the cell's origin that way.