You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sedona.apache.org by GitBox <gi...@apache.org> on 2022/12/18 06:22:39 UTC

[GitHub] [incubator-sedona] awadhesh14 commented on a diff in pull request #737: [SEDONA-215] Add ST_ConcaveHull

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: dev-unsubscribe@sedona.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org