Changelog
Source:NEWS.md
version 2.1-2
-
variogram()
supportsstars
(raster) objects, benefiting from them being gridded
version 2.1-0
CRAN release: 2022-10-19
import
sftime
; modifykrigeST()
variogram functions to acceptsftime
objects fordata
(as alternative toSTI
orSTIDF
), andstars
orsftime
objects fornewdata
; #108 with great help from @henningtefix Gaussian cosimulation, probably introduced in 2016, #106
version 2.0-5
CRAN release: 2020-04-04
use multiple cores in
variogramST
, using pkg future; #63 by @sigmafelixfix bug with conditional simulation using
stars
target grid and nsim=1, #58
version 2.0-1
CRAN release: 2019-04-25
try to fix CRS issue found on OSX
check for temporal unit in krigeST opposed to covariance function and assign the temporal unit found in krigeST to the spatio-temporal variogram for consistency in case none has been provided by the model; add warning when ST variogram doesn’t have a
temporal unit
attribute; #42
version 1.1-5
CRAN release: 2017-03-12
- fix auto-choosing of variogram parameters if only variogram model type is given, https://github.com/edzer/gstat/issues/17
version 1.1-4
CRAN release: 2017-01-11
- Fix #17
- Fix #14
- Fix #12
- Fix great circle distance bug; see https://stat.ethz.ch/pipermail/r-sig-geo/2016-December/025251.html
version 1.1-3
CRAN release: 2016-03-31
- Merge pull request #4 from BenGraeler/master r-journal ms merge updates vignette “spatio-temporal-kriging” to revised paper
- Merge pull request #3 from BenGraeler/master update st paper demos
- demo/stkrige.R: - remove empty station
- demo/00Index, demo/stkrige-crossvalidation.R, demo/stkrige-prediction.R, demo/stkrige.R, man/krigeST.Rd: - adds R scripts from vignette spatio-temporal kriging as demos
- Merge pull request #2 from BenGraeler/master additions for space-time paper
- NAMESPACE, R/krige0.R, man/krigeST.Rd: - adds trans Gaussian kriging for space and time
version 1.1-2
CRAN release: 2016-02-23
- fixed
memcpy
for overlapping regions error, found in valgrind checks by Brian Ripley - fixed a few more (small) memory leaks
version 1.1-1
CRAN release: 2016-02-21
- Further cleaned up C source code, got rid of lex and yacc files
- Improve
fit.variogram
to choose initial values for range, sill and nugget before fitting, and fit over a range of model types - allow
NA
values invgm
- Fixed #1
version 1.1-0
CRAN release: 2015-10-18
- remove meschach matrix library, rewrote interface, link to R’s lapack
- improve notification in case of singular matrices
- remove all C code that was not used by R package gstat
- add
Makevars
, removeconfigure
- remove links to
ai-geostats.org
- wrap
fit.StVariogram
example indontrun
version 1.0-26
CRAN release: 2015-08-26
- use ordered spatial index when selecting nearest strongest correlated neighbours in local kriging to avoid warning of spacetime
- update spatio-temporal geostatitics vignettes; add R Journal draft as vignette (Spatio-Temporal Geostatistics using gstat)
- add spatio-temporal PM10 interpolation movie