Mikko Vihtakari
Mikko Vihtakari
See this: https://github.com/mstrimas/smoothr/issues/10 (closed by accident)
Thanks. I am/was using the functions here: https://github.com/MikkoVihtakari/ggOceanMaps/blob/master/R/vector_bathymetry.R With the current versions, it takes up to 30 min to process one raster (if one uses very large raster_bathymetry and all...
Lapply loop may help. I can look at it when I'll find time.
Thanks for the clarification. Flat Earth was indeed practical when trying to break things into regions but an old dog can learn new tricks. `sf_use_s2(FALSE)` seems to work with `st_intersection`...
I feel that `st_crop` philosophy has not been brought up to the round-Earth thinking. How about using the bbox limits something like in [A of this figure](https://mikkovihtakari.github.io/ggOceanMaps/articles/ggOceanMaps_files/figure-html/unnamed-chunk-5-1.png)? Caption for the...
Should this issue be closed or left open? I have a few suggestions on how to address it: 1) Add an attribute to st_crop and st_intersection which allows turning spherical...
I see now that all of those packages are maintained by @paleolimbot. Hopefully nothing has happened to you and you have just been busy... I'll wait for an answer for...
It seems like you are using a dplyr pipe `%>%` instead of the ggplot2 `+` operator in your code throwing the error. Could that be the issue?
Could you run the code below using `reprex::reprex()` and post the output? ``` r library(ggOceanMaps) #> Loading required package: ggplot2 #> ggOceanMaps: Setting data download folder to a temporary folder...
I don't see potential issues there, except that you could update ggOceanMaps from GitHub in case there was a bug in 2.1.11 version causing this (I doubt it). What does...