Lucas van der Meer
Lucas van der Meer
I agree that is confusing. We could use another name, e.g. `direction = "in"/"out"/"all"`. Since `...` is forwarded to igraph we should maybe give a warning that when "mode" is...
Implemented in v0.6.0, see https://luukvdmeer.github.io/sfnetworks/articles/sfn04_routing.html#retrieving-an-od-cost-matrix
We rely on `tidygraph::graph_join()` to do the joining. But indeed this should not happen I would say. Does raise the question: what to do when joining a directed with an...
There is now a method for `sfNetwork` from `stplanr` (in develop): ```r library(sfnetworks) library(stplanr) sln = SpatialLinesNetwork(roxel) sfn = as_sfnetwork(sln) ``` It might not be as efficient as possible yet....
I think we have implemented the most important methods, so I will move this issue to milestone 3 for the remaining ones. Additionally, we should do a PR to `dodgr`...
Method for `sfc` objects is now added on `develop`
I am not sure what the best practice is, maybe @Robinlovelace has an idea? It maybe depends also on how open the `spatstat` developers are to such pull requests. We...
Other packages to look into regarding integration with sfnetworks: `spdep` and `spatgraph`
Thanks for the message! Question: In [sfnetworks](https://github.com/luukvdmeer/sfnetworks) we have the `sfnetwork` class. It extends igraph and is basically a collection of two separate `sf` objects (one for nodes and one...
Someone got any further on this? The issue still seems to exist. (At least on my 'ancient' Ubuntu 16.04. I am not sure if anything has changed in the meantime)...