Question

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 t

  • 22 December 2021
  • 2 replies
  • 0 views

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?

2 replies

Userlevel 5
Badge +25

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

Badge +2

@anneagterbos​ Here's an article on WorkspaceRunner

Reply