Measure Area
analysis_measure_areaCompute the area of a polygon from its vertex coordinates using the shoelace formula. Provide at least three [x, y] points.
Instructions
Calculate the area of a polygon defined by vertices using the shoelace formula.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| points | Yes | Polygon vertices as list of [x, y] points (min 3) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||