I would like to take a set of data in a grid and divide each polygon so that they are all cut up into whatever number of pieces I specify. I have tested this using the TILER transformer and it works just the way I would expect, cutting a square into 256 pieces. However, it only works if I send in one polygon to get diced by the TILER. I would like to send in 1000's tp get cut up. Currently when I send 1000's it dices the entire dataset, not each individual polygon.
I was hoping there would be a "group by" option in the tiler so that it would tile each polygon based on an attribute. That is not the case. Perhaps there should be a transformer called "Tiler Hopper" that feeds the tiler each individual polygon to get shredded.
Does anyone have an idea of how I can emulate this imaginary "Tiler Hopper"?
Thanks