gstat
gstat copied to clipboard
Spatial and spatio-temporal geostatistical modelling, prediction and simulation
I'm getting the following errors in the installation: ``` > install.packages("gstat") * installing *source* package ‘gstat’ ... ** package ‘gstat’ successfully unpacked and MD5 sums checked ** libs gcc -I"/opt/R/R-3.5.3/lib64/R/include"...
I have been working for a long time with some spatio-temporal data, of climatic reconstruction. The fact is that, a while ago the KRIGEST function did not work for me,...
Thank you for maintaining the package. I would like to make a pull request regarding `variogramST.R`. - Replacing empVgm$timelag == 0 and empVgm$spacelag == 0 with min(empVgm$timelag) and min(empVgm$spacelag) for...
Because vgmArea loops over source/target features, it's easy to parallelize. I've used this function for the past year or so with no issues, so I thought it's time to share...
Hello, It looks like in the `krige()` functions that `na.action = ...` only applies when the spatial coordinates are missing and not when the dependent variable is missing (perhaps one...
Add units to distance and time lag values
I've NO CLUE what's going on. If I run gstat::variogram() on a single, isolated dataframe in my data, it works fine. But as soon as I try to use it...
I report an issue regarding an error when I try to fit a StVariogram with measurement error in any part of a `vgmST`. Here is the `reprex` block: ``` r...
Probably due to this item in [news](https://developer.r-project.org/blosxom.cgi/R-devel/NEWS): * Time differences (‘"difftime"’ objects) get a replacement and a ‘rep()’ method to keep ‘"units"’ consistent. (Thanks to a report and patch by...
Hi, I was ruing cosimulation using the Jura data, and I had an issue with the predict function. Even with the valid LMC model, my 'predict' function was always giving...