Answers for "Clip Multiple Rasters by multiple Shapefiles" https://knowledge.亚搏在线safe.com/questions/94510/clip-multiple-rasters-by-multiple-shapefiles.html The latest answers for the question "Clip Multiple Rasters by multiple Shapefiles" Answer by australia https://knowledge.safe.com/answers/94686/view.html

Try the 'MultiClipper' custom transformer.This transformer is located on the hub and clips data or imagery with attributes to the required area of interest where the clipping areas overlap.When you add the writer, you can even fanout the output by 'fme_basename'.This will put the output clipped images into separate folders.

Note:You can add more that one image into the 'ClippeeInput' port.

You could even use two 'Multiclipper' transformers to run them separately.

Sat, 29 Jun 2019 11:12:08 GMT australia
Answer by redgeographics https://knowledge.safe.com/answers/94524/view.html

The group by should work but you have to make an attribute on both the raster and the polygons that has the same name.Easiest way to do it is to create an attribute on the raster that has the same name as on the polygons and fill it with the fme_basename attribute value, then group on that in the Clipper.

Wed, 26 Jun 2019 14:37:46 GMT redgeographics