content/flux/v0/stdlib/experimental/geo/stlength.md
geo.stLength() returns the spherical length or distance
of the specified GIS geometry.
geo.stLength is used as a helper function for geo.ST_Length().
(geometry: A, units: {distance: string}) => float where A: Record
{{% caption %}} For more information, see Function type signatures. {{% /caption %}}
({{< req >}})
GIS geometry to test. Can be either point or linestring geometry.
Point geometry will always return 0.0.
({{< req >}}) Record that defines the unit of measurement for distance.