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 2021/02/05 06:22:54 UTC

[GitHub] [incubator-sedona] jiayuasu commented on a change in pull request #507: [SEDONA-15] Add ST_MinimumBoundingRadius and ST_MinimumBoundingCircle functions

jiayuasu commented on a change in pull request #507:
URL: https://github.com/apache/incubator-sedona/pull/507#discussion_r570745502



##########
File path: docs/api/sql/GeoSparkSQL-Function.md
##########
@@ -583,4 +583,32 @@ FROM df
 
 Input: `POINT (1 2)`
 
-Output: `POINT (2 1)`
\ No newline at end of file
+Output: `POINT (2 1)`
+
+
+## ST_MinimumBoundingRadius
+
+Introduction: Returns a struct containing the center point and radius of the smallest circle that contains a geometry.
+
+Format: `ST_MinimumBoundingRadius(geom: geometry)`
+
+Since: `v1.?.?`

Review comment:
       Please put Since: `1.0.1` here.




----------------------------------------------------------------
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.

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