Skip to main content

write feature property

Write a property to a feature

Holly Conrad Smith avatar
Written by Holly Conrad Smith
Updated over a week ago

Inputs

Name

Abbreviation

Type

Access

Description

Feature

F

Feature

Item

The feature to write to

Property

P

String

Item

The property to write

Value

V

Any

Item

The value to write

Outputs

Name

Abbreviation

Type

Access

Description

Feature

F

Feature

Item

The feature with the property written

How-to

This is similar to write property 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 generative nodes.

  2. Feed in a property

    This could be from a string or get feature property name

  3. Feed in a value to assign to the property.

    This would be from any node that provides the appropriate data type to the property. IE a property that expects a numeric value would require a number or similar.

  4. The result is the feature with the additional property + value

Did this answer your question?