Skip to main content

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
Sami

 

 

Use RasterExtentsCoercer.

 

 

http://fmepedia.safe.com/articles/Samples_and_Demos/DEM-Raster-to-Vector-with-RasterExtentsCoercer

 

 

regards

 

Martin
Hi,

 

 

Also the BoundingBoxReplacer can provide you with the bounding box (data and nodata).
...and the BoundingBoxAccumulator will give you the area of the collective set of tiles.
Thank you everyone,

 

 

The RasterExtentsCoercer, BundingBoxReplacer, and BoundingBoxAccumulator transformers you mentioned did the job perfectly!

 

 

 

 

 


Reply