Skip to main content
Solved

Clip larger than the boundaries


mlupien
Contributor
Forum|alt.badge.img+7

I am pretty new with FME and I love it.

There is so many testers and transformers that I am a bit lost sometimes.

Anybody has an idea how to clip a raster 100 meters outside the boundaries of a polygon ?

Thank you :)

Mathieu.

Best answer by jdh

Add a Bufferer (or GeographicBuffer if your data is in lat/long) to the polygon prior to sending it to the Clipper.

 

 

Polygon -> Bufferer -> Clipper (clipper)

 

Raster -> Clipper (clippee)
View original
Did this help you find an answer to your question?

4 replies

jdh
Contributor
Forum|alt.badge.img+28
  • Contributor
  • Best Answer
  • April 30, 2019

Add a Bufferer (or GeographicBuffer if your data is in lat/long) to the polygon prior to sending it to the Clipper.

 

 

Polygon -> Bufferer -> Clipper (clipper)

 

Raster -> Clipper (clippee)

mlupien
Contributor
Forum|alt.badge.img+7
  • Author
  • Contributor
  • May 1, 2019

Amazing @jdh ! Exactly what I was looking for !

Thank you !


jdh
Contributor
Forum|alt.badge.img+28
  • Contributor
  • May 1, 2019
mlupien wrote:

Amazing @jdh ! Exactly what I was looking for !

Thank you !

I often use a boundingBoxReplacer between the bufferer and the clipper, so the corners of the rasters are not rounded off to NoData.


mlupien
Contributor
Forum|alt.badge.img+7
  • Author
  • Contributor
  • May 1, 2019
jdh wrote:

I often use a boundingBoxReplacer between the bufferer and the clipper, so the corners of the rasters are not rounded off to NoData.

Very good suggestion ! I like it very much !

Thanks again !


Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie settings