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-693] Add ST_Perimeter2D #1745

Merged
merged 3 commits into from
Jan 9, 2025
Merged

Conversation

furqaankhan
Copy link
Contributor

@furqaankhan furqaankhan commented Jan 7, 2025

Did you read the Contributor Guide?

Is this PR related to a JIRA ticket?

What changes were proposed in this PR?

How was this patch tested?

  • add new unit tests

Did this PR include necessary documentation updates?

  • Yes, I have updated the documentation.


To get the perimeter in meters, set `use_spheroid` to `true`. This calculates the geodesic perimeter using the WGS84 spheroid. When using `use_spheroid`, the `lenient` parameter defaults to true, assuming the geometry uses EPSG:4326. To throw an exception instead, set `lenient` to `false`.

!!!Info
Copy link
Member

Choose a reason for hiding this comment

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

Are you sure this uppercase renders via mkdocs-materials?

Copy link
Contributor Author

@furqaankhan furqaankhan Jan 9, 2025

Choose a reason for hiding this comment

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

Screenshot 2025-01-09 at 9 00 16 AM

Yep, it does.

@jiayuasu jiayuasu added this to the sedona-1.7.1 milestone Jan 9, 2025
@jiayuasu jiayuasu merged commit 52b6ae8 into apache:master Jan 9, 2025
39 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.

[DOCS] Doc page unavailable - Macro Syntax Error Function.md
2 participants