Skip to content

Point List Output

⚠️ Warning

This output cannot be saved in reporting.

Overview

The Point List Output node serves as a storage bridge within our flow ecosystem. It captures coordinate data (typically normalized between 0 and 1) and stores it so that the points can be retrieved and utilized as inputs in different flow.

Use Point List Output when:

  • You need to hand off spatial coordinates from one flow to another.

💡 Tip

Think of this node as a data "keeper." It acts as a bridge that holds point data in place, making it accessible for Point List Input nodes in other flows.

Inputs

NameTypeDescription
valuelist[point]A collection of [x, y] coordinates in normalized 0–1 format representing specific spatial feature

Parameters

This node does not have any configuration parameters.

Example

Imagine a Flow A that generates a list of coordinates. By connecting those coordinates to the Point List Output, you "park" that data. Later, Flow B uses a Point List Input to grab those exact coordinates and perform a detailed inspection or secondary analysis.

Reference: