-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNEWS
36 lines (24 loc) · 1.04 KB
/
NEWS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
coldpool 3.4-2 (November 15, 2024)
----------------------------------------------------------------
BUG FIX
- Fix error when interpolate_variable(bbox = NULL).
coldpool 3.4-1 (August 22, 2024)
----------------------------------------------------------------
NEW FEATURES
- Added temperature isotherm extent as built-in data sets for
the NBS (see ?nbs_mean_temperature).
DATA UPDATE
- Update with 2024 survey data.
coldpool 3.3-1 (February 23, 2024)
----------------------------------------------------------------
NEW FEATURES
- Added kriging_cv() function to compare kriging methods
using cross-validation for ordinary kriging,co-kriging, and
regression kriging.
- Added estimate_z_expansion() function to estimate the vertical
expansion factors for 3D kriging based on cross-validation.
- Added estimate_anisotropy() function for estimating 2D
anisotropy in variograms using cross-validation.
- Added new file naming conventions and masking options to
interpolate_variable(), which should deprecate data2raster()
in a future release.