I have a shapefile with sub areas and I want to create an FME workbench to assign the areas to 3 operators with the condition that the operators don't work on areas close to each other. which FME transformers can I use as I want the output to be 2 shapefiles one with a list of areas that can be assigned to the operators at a particular time and another one with a list of areas that cant be assigned at that time.
Page 1 / 1
There is not a lot of information to go off of here, you would need to define some distance for nearness/closeness. But if you have a distance in mind, perhaps you could run your areas through a neighborfinder, with a max distance set. Any features that do not find a neighbor would then be features that are at least your max distance away from other features.