Skip to main content

Spread feature properties

Spread properties into a feature

Holly Conrad Smith avatar
Written by Holly Conrad Smith
Updated this week

Inputs

Name

Abbreviation

Type

Access

Description

Feature

F

Feature

Item

The feature to spread properties into

Properties

P

Object

Item

The properties to spread

Outputs

Name

Abbreviation

Type

Access

Description

Feature

F

Feature

Item

The feature with the properties spread

How-to

This is similar to spread except it assumes GeoJSON features and Giraffe Feature properties.

  1. Feed in an existing Feature.

    This could be from any node that generates features, like read feature, get raw features, or dendrogram nodes.

  2. Feed in a property to add to the object.

    This could be from a string or get feature property name

  3. The result is the feature with the additional property

Did this answer your question?