- Initial version
- Added ‘focal2r’ and ‘focal2’ functions
- Added ‘focal2’ function
- Added ‘flowlength’ function
- Added ‘detrend’ function
- Added ‘w_azimuth’ function
- Added ‘w_circle’ function
- Added ‘CI’ function
- Added ‘aspect’ function
- Added vignette with illustrations
- Added ‘trim’ function
- Switched from ‘testthat’ to ‘tinytest’
- Replaced ‘if’ with ‘switch’ in C code
- Added ‘slope’ function
- Added multi-band sample data (‘landsat’)
- Added ‘st_normalize_2d’ and ‘st_normalize_3d’ functions
- ‘trim’ renamed to ‘trim2’ & now also works on multi-band rasters
- Added ‘extract2’ function
- Added ‘make_grid’ function
- Added ‘dist_to_nearest’ function
- Added tests for ‘extract2’
- Added ‘pkgdown’ site
- Added ‘progress’ option to ‘flowlength’ and ‘dist_to_nearest’
To do
- Function to convert factor ‘stars’ to numeric
- Make consistent argument names ‘x’ and ‘v’ (raster and vector, respectively)
- 3-band raster to 1-band RGB hex
- Parallel processing in ‘CI’ function
- Improve ‘extract2’ function (exactextractr?)