Hi! For the transformation of a big data set I used the tiler. I now want to run the translation by picking one tile after another (run them sequential) but write the tiles into the same writer after the calculation,is there a tool I can use to fix this?
Page 1 / 1
The details depend a bit on how your situation is set up, but the key thing here is to use the WorkspaceRunner to run a workspace that does the actual processing once per tile. You can have that be triggered in a parent workspace, for example off of a Directory and File Pathnames reader
@anneagterbos Here's an article on WorkspaceRunner