Skip to main content
Archived

Bulk Offsetter/Warping (using joiner type function)

Related products:FME Form
  • April 21, 2016
  • 1 reply
  • 25 views

I work with input in files that are not always aligned & would like a way to process multiple files that require DIFFERENT offsets (or warps). My concept is to use a joiner type setup where the filename is matched to the join file & if found processed. The join file would have either 3 or 5 columns: filename, offset_x, offset_y or filename, source_x, source_y, target_x, target_y. Output ports would be "changed" & "unchanged". the output could then either be reprojected or warped as needed using existing transformers

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

  • Author
  • September 27, 2017

I have been working on a beast with this same problem. you would need an additional column to warp 'seq' so file, seq, _from_x_, _to_x_, _from_y_, _to_y_ since warping requires multiple points