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

Implement Curve for spherical linecurves #12

Closed
4 tasks done
Tristramg opened this issue Apr 2, 2024 · 0 comments · Fixed by #19
Closed
4 tasks done

Implement Curve for spherical linecurves #12

Tristramg opened this issue Apr 2, 2024 · 0 comments · Fixed by #19
Assignees

Comments

@Tristramg
Copy link
Contributor

Tristramg commented Apr 2, 2024

The needed functions should be available in rust-geo (use haversine distance instead of euclidean)

  • create a new struct SpericalLineStringCurve
  • implement all the functions of the trait
  • unit test each function
  • make sure to document what units are returned (e.g. length of a linestring, in meters ?)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants