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

Add Closest Node(s) API method #78

Open
cadop opened this issue Jan 7, 2025 · 0 comments
Open

Add Closest Node(s) API method #78

cadop opened this issue Jan 7, 2025 · 0 comments
Labels
enhancement New feature or request priority Should deal with this ASAP

Comments

@cadop
Copy link
Owner

cadop commented Jan 7, 2025

A user should be able to query the closest node from a provided xyz position. The options could be:

  • Get the closest node (by ID) to an Arbitrary xyz position
  • Get the closest node (by ID) to another node (by ID)
  • Get all nodes within a threshold
  • Get nodes from a set of node IDs or arbitrary xyz positions
    • User provides a list of node ids or xyz pos, and an optional threshold value, they get back essentially an aggregated list of values like the functions above, for each of the input nodes.

Return options:

  • list of node ids
  • list of nodes (node type/struct)
  • list of (node id, distance)
@cadop cadop added enhancement New feature or request priority Should deal with this ASAP labels Jan 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request priority Should deal with this ASAP
Projects
None yet
Development

No branches or pull requests

1 participant