Lorena Abad Crespo
Lorena Abad Crespo
Hi Thomas, Lorena here from the `sfnetworks` package. As we talked about during the hackathon back in June I have been trying to implement support for `sfnetworks` with `ggraph`. As...
Fix #154 Fix #155
**Is your feature request related to a problem? Please describe.** The to\_spatial\_shortest\_path morpher is really usefull when obtaining shortest paths in a network format. Internally, what it does is computing...
**Is your feature request related to a problem? Please describe.** Currently `st_network_cost()` has the default behavior, inherited from `igraph::distances()` of calculating costs by traveling each edge in both directions, i.e....
**Is your feature request related to a problem? Please describe.** Current behavior is that when we have an sfnetwork with a node column named `name`, the nodes will automatically take...
**Describe the bug** When giving two unidrected networks to `st_network_join()` the result seems to always be a directed network. **Reproducible example** ``` r library(sfnetworks) library(tidyverse) (test1 = roxel %>% slice(1:100)...
**Describe the bug** I have a test network, created from points. When I pass it to `to_spatial_smooth()` it returns a network with edges as `MULTILINESTRING` geometries, **Reproducible example** ``` r...
Hello and thank you for the package! I want to create a facetted map where the faceting variable is a dimension other than "band". Currently tm_facets() throws an error when...
Raster data cubes do not inherit the CRS when coerced to cubble. This is because the cubble creation is extracting the coordinate values as integers, losing the geometry [here](https://github.com/huizezhang-sherry/cubble/blob/main/R/as-cubble.R#L186). ```...
Although a `chunk_reveal` used in a `knitr` context starts on a new slide, the slide number does not increase. I guess it is fine when you have a slide with...