image.png

Category: Geometric Operations Kind: Operation Description: Get the area of a shape (in sq meters)

Inputs

Name Abbreviation Type Access Description
Feature F Feature Item The feature to measure the area of

Outputs

Name Abbreviation Type Access Description
Area A Number Item Thre area of the feature

How To

  1. Feed in a single feature.

    Can be directly from read feature, or from any operation that creates geometry.

    If dealing with Lists of geometries, use a map to get the area of each list item

  2. The output is a number reflecting the area of the geometry in square meters

    To convert to imperial, use To square feet

image.png