Lorena Abad Crespo

Results 22 issues of 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...

feature :gift:
to_spatial_shortest_paths

**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....

improvement :rocket:
st_network_cost

**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...

feature :gift:
st_network_paths

**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)...

bug :bug:
st_network_join

**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...

bug :bug:
to_spatial_smooth

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...

enhancement

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...