navis-org / fastcore

[WIP] Fast core functions for navis re-implemented in Cython.
GNU General Public License v3.0
1 stars 1 forks source link

Synapse flow metrics #7

Open schlegelp opened 2 years ago

schlegelp commented 2 years ago

The synapse flow metrics (flow centrality, bending flow, etc) would be a good candidate to reimplement here. See https://github.com/navis-org/navis/issues/71

schlegelp commented 10 months ago

Just to add that this resurfaced with https://github.com/navis-org/navis/issues/123

schlegelp commented 10 months ago

In the first instance, we could change geodesic distance to optional only return distances between from_ / sources and to_ / targets which would keep the resulting matrix manageable.