jiayuasu commented on code in PR #1278:
URL: https://github.com/apache/sedona/pull/1278#discussion_r1525749611


##########
python/Pipfile:
##########
@@ -14,7 +14,7 @@ pytest-cov = "*"
 shapely=">=2.0.0"
 pandas="<=1.3.5"
 geopandas="<=0.10.2"
-pyspark=">=2.3.0"

Review Comment:
   Please remove this change



##########
docs/api/sql/Function.md:
##########
@@ -2498,6 +2498,32 @@ Output:
 POLYGON ((8 25, 28 22, 15 11, 33 3, 56 30, 47 44, 35 36, 43 19, 24 39, 8 25))
 ```
 
+## ST_Snap
+
+Introduction: Snaps the vertices and segments of the `input` geometry to 
`reference` geometry within the specified `tolerance` distance. The `tolerance` 
parameter controls the maximum snap distance.
+
+If the minimum distance between the geometries exceeds the `tolerance`, the 
`input` geometry is returned unmodified. Adjusting the `tolerance` value allows 
tuning which vertices should snap to the `reference` and which remain untouched.
+
+Since: `v1.6.0`
+

Review Comment:
   Please add some visualization here. Similar to what PostGIS doc show.



-- 
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: issues-unsubscr...@sedona.apache.org

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

Reply via email to