Length

This node will add a new column named 'length' to the input data with the calculated length of each geometry in the units of the CRS. Length may be invalid for a geographic CRS using degrees as units. Use the Projection node to project geometries to a planar CRS before using this node. This operation is planar, i.e. the potential third dimension is not taken into account.

The node is based on the GeoPandas project and uses the following related information and function:

Options

Geometry column

Select the geometry column to compute the length.

Output

Group of settings that define the format of the result table.

Output column

Choose where to place the result column:

Available options:

  • Replace: Replace the selected input column with the result.
  • Append: Append a new column with the name provided below.
New column name

The name of the new column that is appended if 'Append' is selected.

Input Ports

Icon

Input table with a geospatial column to compute the 'length' for.

Output Ports

Icon

Geo input table with additional 'length' column containing the length of each input geometry in the units of the CRS.

Popular Predecessors

  • No recommendations found

Popular Successors

  • No recommendations found

Views

This node has no views

Workflows

  • No workflows found

Links

Developers

You want to see the source code for this node? Click the following button and we’ll use our super-powers to find it for you.