Lucas van der Meer
Lucas van der Meer
How about starting with some basic benchmarking (the currently existing ones) in a "Benchmarks" section in the README? Once we have more coverage of other functionalities (or if you already...
The shortest paths functions in sfnetworks are wrappers around igraph functions, so indeed this would depend on if igraph has such a function. As far as I am aware of,...
See also: https://github.com/igraph/igraph/issues/1397
If we find a good example dataset. Not sure if there are ways to conditionally run chuncks based on the OS, but probably that either way is too much to...
I asked the igraph maintainers about it: https://igraph.discourse.group/t/graphml-support-on-macos/1040 It is not intended and they will look into it. For the meantime however I will remove the example from the vignette...
Added methods for `st_precision` and `st_set_precision` in v0.6.0. Cannot create a method for `st_precision
I think it could also be an option to return the nodes and edges arranged in the order they are visited. Since the `.tidygraph_node_index` and `.tidygraph_edge_index` already map them to...
One question: since the network is recreated with `as_sfnetwork` this would also connect edges that share an interior point right, like `to_spatial_subdivision` does? I am not sure if that is...
See also #179 and #181 having the same feature request.
Implemented in v0.6.0, see https://luukvdmeer.github.io/sfnetworks/articles/sfn02_preprocess_clean.html#smooth-pseudo-nodes