Skip to main content
I have a large polygon dataset within which there exist some long thin polygons that i wish to isolate.. is there a way i can achieve this through the use of FME?????

 

 

I understand there is something similar in ArcMap that works out the average length and width of a polygon, if i could replicate this using FME i would be most happy.

 

 
Hi,

 

 

maybe the BoundsExtractor followed by an ExpressionEvaluator to calculate the difference between x-max and x-min?

 

 

David
That worked a treat! thanks very much!

Reply