gstat icon indicating copy to clipboard operation
gstat copied to clipboard

Spatial and spatio-temporal geostatistical modelling, prediction and simulation

Results 53 gstat issues
Sort by recently updated
recently updated
newest added

Hello Dr.Pebesma, this reproducible example should return an error report that doesn't specify clearly what columns are not defined, could you tell what is in lack in the definition of...

In `tests/stars.R` with `_SP_EVOLUTION_STATUS=2`, no **rgdal** or **rgeos**: [00check.log](https://github.com/r-spatial/gstat/files/9032673/00check.log)

changes to allow using sftime

Since 12 months due to inactivity (https://github.com/r-spatial/gstat/actions/workflows/tic.yml). If you plan to re-enable it, you might also want to run `tic::update_yml()` to use the latest versions of the action modules.

If it's not too much trouble, I'd like to request adding tags and github releases for each published CRAN version. Without the tags its difficult to tell which fixes/improvements made...

I tried to do CoKriging using gstat library in R. it works perfectly until the prediction function CK

Hi, My spatio-temporal variogram was fitted on an STIDF dataframe which has the CRS of the following. The coordinates are latitude and longitude. ``` "+init=epsg:4326 +proj=longlat +datum=WGS84 +no_defs +ellps=WGS84 +towgs84=0,0,0"...

I was wondering if I can use this variogram function for the Pseudo Cross-Variograms? I need to use pseudo cross-semivariogram because I don't have data on both variables at the...

When using `gstat` on an object with a crs, I get the warning: > > Warning message: > In proj4string(obj) : > CRS object has comment, which is lost in...

I am getting an error message when running krigeST with a separable spatio-temporal variogram when computing the full covariance matrix. Here is some reproducible code showing the error that I...