Skip to content

Add Closest Node(s) API method #78

@cadop

Description

@cadop

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requestpriorityShould deal with this ASAP

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions