mirror of
https://github.com/noodlapp/noodl-docs.git
synced 2026-01-11 23:02:54 +01:00
Initial commit
Co-Authored-By: kotte <14197736+mrtamagotchi@users.noreply.github.com> Co-Authored-By: mikaeltellhed <2311083+mikaeltellhed@users.noreply.github.com> Co-Authored-By: Tore Knudsen <18231882+torekndsn@users.noreply.github.com> Co-Authored-By: Michael Cartner <32543275+michaelcartner@users.noreply.github.com>
This commit is contained in:
@@ -0,0 +1,37 @@
|
||||
---
|
||||
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>
|
||||
Reference in New Issue
Block a user