Lucas van der Meer

Results 57 comments of Lucas van der Meer

May be coming to the igraph R package soon: https://github.com/igraph/rigraph/issues/972 Once its there we can easily include it in the st_network_paths function

This is an issue that we have been talking about for a while. A problem is that tidygraph does not behave in the same way. In tidygraph you need to...

This is expected behaviour. In undirected networks igraph/tidygraph will always let the node with the lowest ID be the "from" node. Given that "from" and "to" does not have any...

Thanks @agila5, this is part of the new minor release. Much faster!

FYI, we also submitted a proposal for a 2h workshop to introduce the sfnetworks package, focusing on attendees that already have at least basic knowledge of R and r-spatial, or...

Great! For me mainly the `st_join` method with `stars` objects looks very interesting and fits nice into the work I am doing on data cubes now in Salzburg. I would...

Yes, I agree, if a shape goes outside of the area but enters it again later on, that part outside of the area should remain in the shape, such that...