Files
noodl-docs/library/modules/geospatial-analysis/nodes/v1/geospatial-area.md
Eric Tuvesson 656e5fc8d2 chore: Upgrade Docusaurus from v2 to v3 (#52)
* chore: Upgrade Docusaurus from v2 to v3

* chore: Update "Test build" GH workflow

* fix: build

All markdown is processed as MDX

* fix: Broken links
2024-01-12 16:53:22 +01:00

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>