Files
noodl-docs/library/modules/geospatial-analysis/nodes/v1/geospatial-center-of-mass.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

38 lines
1.0 KiB
Markdown

---
title: Geospatial Center Of Mass
hide_title: true
---
{/*##head##*/}
# Geospatial Center Of Mass
Takes an array of coordinates and returns its center of mass using this formula: Centroid of Polygon.
{/*##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">Center Of Mass</span> | |
| <span className="ndl-data">Centroid</span> | |
| Signal | Description |
| ------------------------------------------- | ------------------------------------ |
| <span className="ndl-signal">Changed</span> | Occurs when the outputs are updated. |
</div>