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

Extend migration.distance() to support scalar/scalar, scalar/vector, and vector/vector scenarios #80

Open
clorton opened this issue Oct 28, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@clorton
Copy link
Contributor

clorton commented Oct 28, 2024

Scenarios:

  1. What's the distance between these two points 1x1: (lat1, long1, lat2, long2) [return a single scalar]?
  2. What's the distance between this point and the following points 1xN: (lat1, long1, lats2, longs2) [return a length N array]?
  3. What's the distance between all these points MxN: (lats1, longs1, lats2, longs2) [return an MxN array]?
@clorton clorton added the enhancement New feature or request label Oct 28, 2024
@clorton clorton self-assigned this Oct 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant