Changes in version 0.2.8 (2024-01-13) - Removed 'plot' from 'footprints' example to avoid error Changes in version 0.2.7 (2021-11-18) - Enabled raster with missing CRS in functions 'asect', 'slope', and 'CI' Changes in version 0.2.6 (2021-09-06) - Added checks to quit from 'slope'/'aspect' if raster is in lon/lat or if raster is curvilinear Changes in version 0.2.5 (2021-06-15) - Fixed reversed 'nrow'/'ncol' in 'matrix_to_stars' Changes in version 0.2.4 (2021-03-16) - Added 'footprints' function - Added 'rgb_to_grey' function - Added weights matrix 'w' (instead of 'k') argument in 'focal2r' Changes in version 0.2.2 (2021-01-10) - Added 'mode_value' function - Added "mode" option in 'focal2' Changes in version 0.2.0 (2020-11-01) - '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' Changes in version 0.1.2 (2020-08-31) - Added multi-band sample data ('landsat') - Added 'st_normalize_2d' and 'st_normalize_3d' functions Changes in version 0.1.0 (2020-06-25) - Added 'trim' function - Switched from 'testthat' to 'tinytest' - Replaced 'if' with 'switch' in C code - Added 'slope' function Changes in version 0.0.3 (2020-04-22) - 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