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
I'm unsure where the Euclidean distance is explained - the centroids in the examples seem to be geographical coordinates? geodist::geodist() is used, you claim that this is as sf, but it isn't; sf uses s2 for geographical coordinates. Without an AOI and epoch, claims of high accuracy are misleading anyway, unless one discards plate tectonic movement (agreed, not many SI models cross plate boundaries). Is input checked to be "OGC:CRS84" anywhere? Could input be projected?
Does/could spflow https://cran.r-project.org/package=spflow https://github.com/LukeCe/spflow relate to si? Could you perhaps contact Luke to see whether data structures might not be coordinated where relevant?
I'm unsure where the Euclidean distance is explained - the centroids in the examples seem to be geographical coordinates?
geodist::geodist()is used, you claim that this is as sf, but it isn't; sf uses s2 for geographical coordinates. Without an AOI and epoch, claims of high accuracy are misleading anyway, unless one discards plate tectonic movement (agreed, not many SI models cross plate boundaries). Is input checked to be"OGC:CRS84"anywhere? Could input be projected?