Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[SEDONA-658] Add ST_Simplify #1606

Merged
merged 3 commits into from
Sep 27, 2024
Merged

Conversation

furqaankhan
Copy link
Contributor

Did you read the Contributor Guide?

Is this PR related to a JIRA ticket?

What changes were proposed in this PR?

  • Add ST_Simplify

How was this patch tested?

  • Add new unit tests

Did this PR include necessary documentation updates?

  • Yes, I have updated the documentation.

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.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please put indention.

@jiayuasu jiayuasu added this to the sedona-1.7.0 milestone Sep 27, 2024
@jiayuasu jiayuasu merged commit 0a8b82d into apache:master Sep 27, 2024
50 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants