jiayuasu commented on code in PR #1606: URL: https://github.com/apache/sedona/pull/1606#discussion_r1776998937
########## docs/api/flink/Function.md: ########## @@ -3513,6 +3513,29 @@ Output: 3021 ``` +## ST_Simplify + +Introduction: This function simplifies the input geometry by applying the Douglas-Peucker algorithm. + +!!!Note +The simplification may not preserve topology, potentially producing invalid geometries. Use [ST_SimplifyPreserveTopology](#st_simplifypreservetopology) to retain valid topology after simplification. Review Comment: Please put indention. -- 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]
