Skip to main content
Question

?Clipping or overlaying a vector on a raster using row and column attributes

  • September 28, 2018
  • 1 reply
  • 13 views

Forum|alt.badge.img

I would like to either overlay a point, polygon or perform a clip of a raster by using it's cell attributes. I've calculated where to perform this on on the raster (eg, Row 4205, Column 1204).

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

1 reply

nathanatsafe
Safer
Forum|alt.badge.img+9
  • Safer
  • 284 replies
  • October 1, 2018

Hi @kyle_d_wade,

You might try out the RasterSubsetter, which can take columns and rows as parameters to perform a clip operation. Are your vector and raster features georeferenced? Is there a reason not to take the traditional spatial approach with FME's spatial raster transformers?

 

Hope this helps,

Nathan