Question

Clipper performance + Best pratices

  • 28 February 2020
  • 1 reply
  • 2 views

Badge

Hi Everyone,

I need to have the intersected areas between two areas from different fonts.

I have tried intersector, Clipper and also create a spatial query in SQLCreator, once my data is in Oracle Spatial format.

But none of this worked fine in terms of performance.

Anyone has clues of performance enhancement ? I've not tried yet Python or R interface to achieve the clipper operation.

All of this options, are processing in FME Server, because of the time of processing, but I can try with limited data in FME Desktop also.

The best that I achieved until now, is use clipper, but limiting my data between states boundaries, but I have loss of information in limits areas.


1 reply

Badge +2

@rodrigo_ferrao The article Example Using the Clipper Transformer give some ideas on improving performance with Clipper - particulary if you can make use of the Clippers First option.

Reply