Skip to content

The Spatial Process step combines two geometry columns on each row into a single result geometry. It is the equivalent of the Alteryx Spatial Process tool and runs in the workflow engine.

  • Source Table / Output Table — the input geometries and where the result is written.
  • First geometry / Second geometry — the two WKT geometry columns to combine.
  • Action — how to combine them:
    • Intersect — the overlap of the two geometries.
    • Union — the combination of the two geometries.
    • Cut first from second — the second geometry with the first erased.
    • Cut second from first — the first geometry with the second erased.
  • Drop empty result geometries — skip rows whose result is empty.
  • Output column — the name of the output geometry column.

The Columns tab maps the input columns to pass through onto the output.