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

Detect if a point on a great circle arc #356

Closed
hongyuchen1030 opened this issue Jun 23, 2023 · 0 comments · Fixed by #357
Closed

Detect if a point on a great circle arc #356

hongyuchen1030 opened this issue Jun 23, 2023 · 0 comments · Fixed by #357
Assignees
Labels
new feature New feature or request
Milestone

Comments

@hongyuchen1030
Copy link
Contributor

hongyuchen1030 commented Jun 23, 2023

Describe the feature you'd like added to this project
A feature that determines whether a given point lies within a great circle arc. The great circle arc should be restricted to a span of less than 180 degrees, and the implementation should handle cases where the arc crosses the antimeridian (the 0-degree meridian). The antimeridian is the meridian located at 0 degrees longitude. And the longnitude span is [0, 365)

@hongyuchen1030 hongyuchen1030 added the new feature New feature or request label Jun 23, 2023
@hongyuchen1030 hongyuchen1030 self-assigned this Jun 23, 2023
@philipc2 philipc2 moved this from 📝 To Do to 🏗 In progress in UXarray Development Jul 3, 2023
@philipc2 philipc2 moved this from 🏗 In progress to 👀 In review in UXarray Development Jul 3, 2023
@github-project-automation github-project-automation bot moved this from 👀 In review to ✅ Done in UXarray Development Aug 14, 2023
@philipc2 philipc2 added this to the Grid Topology milestone Mar 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new feature New feature or request
Projects
Status: ✅ Done
Development

Successfully merging a pull request may close this issue.

2 participants