Skip to content

Commit 7bcfe23

Browse files
committed
updates
1 parent bcb0b98 commit 7bcfe23

File tree

2 files changed

+14
-4
lines changed

2 files changed

+14
-4
lines changed

README.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# spatialEco (dev 2.0-3) <img src="man/figures/logo.png" align="right" height="132" />
1+
# spatialEco (dev 2.0-4) <img src="man/figures/logo.png" align="right" height="132" />
22
<!-- badges: start -->
33
[![R-CMD-check](https://github.com/jeffreyevans/spatialEco/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/jeffreyevans/spatialEco/actions/workflows/R-CMD-check.yaml)
44
[![CRAN status](http://www.r-pkg.org/badges/version/spatialEco)](https://cran.r-project.org/package=spatialEco)
@@ -18,14 +18,24 @@ In version 2.0-3
1818

1919
Fixed bug in aspline.downscale where, grid.search = TRUE option was producing an error
2020

21-
Fixed bug in sf.kde where error was returned when specifying ref argument
21+
Added function "z_normalization" that Z-normalizes a time series by subtracting its mean and dividing by the standard deviation meadian or MAD
22+
23+
Fixed bug in sf.kde where error was returned when specifying res and ref argument. Changed how the resoultion (res) and reference (ref) raster is checked and created
24+
25+
Fixed bug in aspline.downscale where, grid.search = TRUE option was producing an error
2226

2327
Fixed bug in raster.kendall where, other than the default, the method argument was not being reconized
2428

2529
Depreciated cgls.url due to digest files no longer reliable
2630

2731
Depreciated oli.aws due to AWS Registry of Open Data changing to the AWS Data Exchange
2832

33+
Addressed terra focal issue in raster.gaussian.smooth so that convolution now works.
34+
35+
Fixed bug in hil.pt and hil (thanks to Martin Macek)
36+
37+
Enhancement to hil.pt and hil that implements optional equations from original paper
38+
2939
As of version 2.0-2 I completley depreciated several functions (they no longer have aliasis) and cleaned
3040
up documentation. Other changes are;
3141

inst/CITATION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ spatialEco.ref <- c(
88
person(c("Jeffrey", "S."), "Evans", role = c("aut", "cre")),
99
person(c("Melanie", "A."), "Murphy", role = c("aut"))
1010
),
11-
year = "2023",
12-
note = "R package version 2.0-2",
11+
year = "2025",
12+
note = "R package version 2.0-3",
1313
url = "https://github.com/jeffreyevans/spatialEco",
1414
keywords = "spatialEco-package"
1515
)

0 commit comments

Comments
 (0)