Skip to main content

I am trying to string together some workspaces to create output from several drives and I think i need to keep the output separate in order to be able to process the latest files from each output.

First i am trying to keep the input and output as pairs and thought i need to have parameters in a workspace and call a workspace runner to feed those parameters into. But now i don't see how to do that. Now it looks like i need to have a parameter file and have all of the input.

Right now i have the following parameters I1 needs to be run with O1 I=input, O=output. I also need to have specific layers queried when I1 is run. that is an attribute named L1.

someone please help.

The easiest way to to this is to have a csv or excel file containing the input/output locations. One row per pair.

The controller workspace reads in the csv and sends the features to a workspaceRunner where the parameters are set to the appropriate attributes.

The helper workspace would only have the two parameters if the l1 logic can be determined during the process or there can be a third parameter that says whether or not to query the additional layers.


The easiest way to to this is to have a csv or excel file containing the input/output locations. One row per pair.

The controller workspace reads in the csv and sends the features to a workspaceRunner where the parameters are set to the appropriate attributes.

The helper workspace would only have the two parameters if the l1 logic can be determined during the process or there can be a third parameter that says whether or not to query the additional layers.

Thank you, I will try that out.


Reply