Diego H.
Diego H.
Pretty common to include non-named stop positions in Madrid (Spain) as well. It would be great if you can provide us with that option.
Just today I was planning to look into it
I couldn’t reproduce the issue, it seems to be transient. It seems to me that it’s in the API provider side. Sorry not bringing better news 😔but I already tried...
I think this may be another issue, the response of the API is ``` > response GET https://opendata.aemet.es/opendata/sh/1d633062 Status: 200 OK Content-Type: text/plain Body: In memory (172371 bytes) ``` The...
Hi, Currently there is no way to achieve this with tidyterra, however your solution is completely fine IMHO. I would only add a ` coord_sf(crs = pull_crs(x))` to create a...
Maybe this? `fortify` to a tibble with **tidyterra** method, and then pivot, split labels and plot as a regular data frame. ``` r library(terra) #> terra 1.7.78 library(ggplot2) library(tidyterra) #>...
@dependabot rebase
I think the issue is in this line: https://github.com/wmgeolab/geoBoundaries/blob/78a697d230c11919c50c0fea5565c9fd021e0800/releaseData/geoBoundariesOpen-meta.csv?plain=1#L27
Hi @hadley tidyterra is also broken in GH actions after this change. My use case was to `Rbuildignore` the folder `tests/testthat/_snaps`, as I performed a lot of tests that produced...
Hi @bappa10085 Yes, indeed that's a nice feature of **tmap** that is not implemented as such in **ggplot2**. When developing **tidyterra** I intentionally tried to keep the implementation as similar...