awadhesh14 commented on code in PR #737: URL: https://github.com/apache/incubator-sedona/pull/737#discussion_r1051538585
########## docs/api/sql/Function.md: ########## @@ -332,6 +332,22 @@ Result: +----------------------------------------------------------------------------+ ``` +## ST_ConcaveHull + +Introduction: Return the Concave Hull of polgyon A, with alpha set to pctConvex[0, 1] in the Delaunay Triangulation method, the concave hull will not contain a hole unless allowHoles is set to true + +Format: `ST_ConcaveHull (A:geometry, pctConvex:float)` + +Format: `ST_ConcaveHull (A:geometry, pctConvex:float, allowHoles:Boolean)` + +Since: `v1.3.1` Review Comment: Fixed in https://github.com/apache/incubator-sedona/pull/737/commits/59dcfb37bad6b0f1d5997f65ec93b270f0d62cf3 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
