Skip to main content
Question

extra_clipper_feature errror?

  • March 26, 2018
  • 4 replies
  • 41 views

Forum|alt.badge.img

Hi, I can't find an explanation in the doc about what this error means so that I can avoid it. I'm using a Clipper with Clipper Type 'clippers first' for performance. I'm grouping by row and column tiler output columns which are unique although I do have multipart polygons.

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.

4 replies

takashi
Celebrity
  • 7843 replies
  • March 26, 2018

Hi @tfsrichard, you can use the "Clippers First" option only if it's sure that all the Clipper features will have been entered into the Clipper transformer before the first Clipee feature. Is it sure?


Forum|alt.badge.img
  • Author
  • 29 replies
  • March 26, 2018

Thanks @takashi I do have my clipper above my clippee in the navigator order but clippee's seem to be read in first.


takashi
Celebrity
  • 7843 replies
  • March 26, 2018

Thanks @takashi I do have my clipper above my clippee in the navigator order but clippee's seem to be read in first.

The reader for Clippers should work first if you have it above the reader for Clipees in the Navigator.

 

However, if you have inserted a blocking-transformer between the reader feauture type and the Clipper port, all the features will be stored there to be processed, so the order of readers won't be preserved.

 

Perhaps have you inserted a Tiler before the Clipper port? The Tiler is a blocking-transformer. If you have inserted it, you cannot use the "Clippers First" option, unless you implement a process to control the order of the features explicitly.

 

 


Forum|alt.badge.img
  • Author
  • 29 replies
  • March 26, 2018
The reader for Clippers should work first if you have it above the reader for Clipees in the Navigator.

 

However, if you have inserted a blocking-transformer between the reader feauture type and the Clipper port, all the features will be stored there to be processed, so the order of readers won't be preserved.

 

Perhaps have you inserted a Tiler before the Clipper port? The Tiler is a blocking-transformer. If you have inserted it, you cannot use the "Clippers First" option, unless you implement a process to control the order of the features explicitly.

 

 

Thanks Takashi, yes I have blocking transformer (tiler) before the clipper.