Hi Guys,
Is there a way to sort linear polygon features by spatial continuity and then merge then until they reach an specific size?
I have the following features which are basically a polygon which was chopped into different parts by a specific length of its center line.
To give you a bit of context, I am basically trying to build a workspace that would split linear complex polygon (as the one below) into parts with a maximum of 1km2. However, these parts have to be continuity and not be multipart as they will be used to make separate enquiries in a website.
For example sorting by Easting or Northing wouldn't work here as I would end up with separate parts mainly in the top right corner.
Is there a way to do this using FME?
Thanks