David Fuhry

Results 3 comments of David Fuhry

Hi schwarzmx, I submitted a pull request, which includes support for annotating each node with a label, two days ago. Feel free to try it out and comment on whether...

Fernando, I thought a little more about your interest in edge labels. Edge labels are not implemented in my pull request and they're not on my current development horizon. If...

Thank you for the insight. Any idea how? I see that `Index.nearest()` passes the `num_results` value as an input parameter to libspatialindex's `Index_NearestNeighbors_id()`. That method here: https://github.com/libspatialindex/libspatialindex/blob/main/src/capi/sidx_api.cc#L1607 passes it to...