Appearance
Point List Input
Overview
The Point List Input node serves as the retrieval gateway for coordinate data stored within the platform. It functions as the starting point for flows that need to process point data previously captured and "parked" by a Point List Output node.
Use Point List Input when:
- You are building a flow that needs to consume coordinates generated by a different, preceding flow.
💡 Tip
This node is the functional partner to the Point List Output. While the Output node "saves" the data, the Input node "loads" it into the current flow for further action.
Outputs
| Name | Type | Description |
|---|---|---|
| point_list | list[point] | The received list of points provided to the flow. |
Parameters
This node does not have any configuration parameters.
Example
Sub-flow entry point
A point list is sent from a parent flow to a sub-flow that calculates the centroid of the points.
Configuration:
- This node has no configurable parameters.
Result: The point list data is successfully injected into the flow and becomes available for downstream nodes.
Related links
Reference:
- Polygon Input — receives polygon data
- Point List — sends point list data out of a flow