Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Simplify per review
Co-authored-by: Nyall Dawson <nyall.dawson@gmail.com>
  • Loading branch information
Houska1 and nyalldawson committed Jul 30, 2021
1 parent 1d845c8 commit d9fd2a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/function_help/json/sinuosity
Expand Up @@ -4,7 +4,7 @@
"groups": ["GeometryGroup"],
"description": "Returns the sinuosity of a curve, which is the ratio of the curve length to the straight (2D) distance between its endpoints.",
"arguments": [
{"arg":"geometry", "description": "Curve (circularstring, linestring) whose sinuosity to evaluate"}
{"arg":"geometry", "description": "Input curve (circularstring, linestring)"}
],
"examples": [
{ "expression":"round(sinuosity(geom_from_wkt('LINESTRING(2 0, 2 2, 3 2, 3 3)')), 3)", "returns":"1.265"},
Expand Down

0 comments on commit d9fd2a9

Please sign in to comment.