mirror of
https://github.com/noodlapp/noodl-docs.git
synced 2026-01-11 06:42:55 +01:00
* chore: Upgrade Docusaurus from v2 to v3 * chore: Update "Test build" GH workflow * fix: build All markdown is processed as MDX * fix: Broken links
40 lines
1.1 KiB
Markdown
40 lines
1.1 KiB
Markdown
---
|
|
title: Geospatial Area
|
|
hide_title: true
|
|
---
|
|
|
|
{/*##head##*/}
|
|
|
|
# Geospatial Area
|
|
|
|
Takes an array of coordinates and returns their area in different formats.
|
|
|
|
{/*##head##*/}
|
|
|
|
## Inputs
|
|
|
|
<div className="ndl-table-35-65">
|
|
|
|
| Data | Description |
|
|
| --------------------------------------------- | --------------- |
|
|
| <span className="ndl-data">Coordinates</span> | GeoJSON feature |
|
|
|
|
</div>
|
|
|
|
## Outputs
|
|
|
|
<div className="ndl-table-35-65">
|
|
|
|
| Data | Description |
|
|
| ------------------------------------------------- | ----------- |
|
|
| <span className="ndl-data">Square Meters</span> | |
|
|
| <span className="ndl-data">Square Hectares</span> | |
|
|
| <span className="ndl-data">Square Km</span> | |
|
|
| <span className="ndl-data">Acres</span> | |
|
|
|
|
| Signal | Description |
|
|
| ------------------------------------------- | ------------------------------------ |
|
|
| <span className="ndl-signal">Changed</span> | Occurs when the outputs are updated. |
|
|
|
|
</div>
|