Henning Teickner
Henning Teickner
When running `demo/sftime.R`, I get an error: ``` r plot(locKrig_sft[1], col = sf.colors(), breaks = "equal") #> Error in image.default(dims[[dimx]], dims[[dimy]], ar, asp = asp, xlab = xlab, : must...
I have some points/questions regarding `krigeST.R`: 1. The variable `to_sftime` is currently not used: https://github.com/r-spatial/gstat/blob/a00b20f46f9829eb6ab8aba0078669ad8f26969c/R/krigeST.R#L86 Will this be added later? In any case, it would not work currently since if...
I'm not sure whether the changes address all points I raised. I think the following are still open (or at least, it is unanswered what you think of them): 1....
Ok, that is a point I have not considered. As mentioned, I don't know the `spatstat` classes well. I see (based on this restricted background knowledge) that it might be...
> Neither do I and I think that without knowing enough of them, making all such decisions is premature. It was probably a mistake to put in a `st_as_sf` method...