Hi,
I have several tiles of rasters that I would like to generate polygon (footprint) of each of these images.
What propper transformers do I need to add to my workbench.?
Thanks,
Sami
Hi,
I have several tiles of rasters that I would like to generate polygon (footprint) of each of these images.
What propper transformers do I need to add to my workbench.?
Thanks,
Sami
Use RasterExtentsCoercer.
http://fmepedia.safe.com/articles/Samples_and_Demos/DEM-Raster-to-Vector-with-RasterExtentsCoercer
regards
Martin
Also the BoundingBoxReplacer can provide you with the bounding box (data and nodata).
The RasterExtentsCoercer, BundingBoxReplacer, and BoundingBoxAccumulator transformers you mentioned did the job perfectly!