Skip to main content
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

  • December 22, 2021
  • 2 replies
  • 16 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

redgeographics
Celebrity
Forum|alt.badge.img+59
  • Celebrity
  • 3700 replies
  • December 22, 2021

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


Forum|alt.badge.img+2
  • 1891 replies
  • December 22, 2021

@anneagterbos​ Here's an article on WorkspaceRunner