You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
and, as far as I can tell, it's not currently possible to use this function when the underlying data is stored as an sf object.
Would you be interested in such extension? I would be happy to work on a PR but I'm not sure how to proceed. Should I convert the existing code to S4 approach and add a new method for sf objects? Or just add a series of if clauses to convert intermediate sf objects into sp format?
The text was updated successfully, but these errors were encountered:
The current definition of
krige0
is as follows:gstat/R/krige0.R
Lines 34 to 41 in d1ffbb7
and, as far as I can tell, it's not currently possible to use this function when the underlying data is stored as an
sf
object.Would you be interested in such extension? I would be happy to work on a PR but I'm not sure how to proceed. Should I convert the existing code to
S4
approach and add a new method forsf
objects? Or just add a series of if clauses to convert intermediate sf objects into sp format?The text was updated successfully, but these errors were encountered: