Edzer Pebesma
Edzer Pebesma
So this method should remove the `sf` _and_ `data.table` classes, then call `NextMethod()`? Feels hacky, but if it works, it works.
That would also drop `tbl_df`s.
We do that all the time, see for an example [here](https://github.com/r-spatial/sf/blob/master/R/tidyverse.R#L54-L58).
It's still more clumsy with s2 "on", and needs some work to make this run smoother: ```r # using sf with s2 backend: library(rnaturalearth) library(sf) library(s2) co = ne_countries(returnclass =...
Currently a `MULTIPOINT` is created for each item in the ppp list. Wouldn't a nested tibble make more sense - what if two group items have different number and/or names...
A further question: do the ppp's in the ppplist have identical windows, and if not, what do we do with them? > As mentioned, I don't know the spatstat classes...
@rubak do you know whether the `ppplist` is something that `spatstat` users really use for lists of _marked_ point patterns? If so, should list members have * identical marks? *...
I think we should deprecate the `ppplist` -> `sf` method, and leave this problem to the user, who will understand the problem and/or their goal better.
Thanks! Seems a `ggplot2` issue, as `stars` simply calls, for this case ```r # library(tibble) ggplot() + geom_raster(data = as_tibble(x), aes(x = x, y = y, fill = L7_ETMs.tif), alpha...
In case `master` is not used, I'd suggest to rename `develop` into master and remove `develop`.