• 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’
  • Added ‘mode_value’ function
  • Added “mode” option in ‘focal2’
  • Added ‘footprints’ function
  • Added ‘rgb_to_grey’ function
  • Added weights matrix ‘w’ (instead of ‘k’) argument in ‘focal2r’
  • Fixed reversed ‘nrow’/‘ncol’ in ‘matrix_to_stars’
  • Added checks to quit from ‘slope’/‘aspect’ if raster is in lon/lat or if raster is curvilinear
  • Enabled raster with missing CRS in functions ‘asect’, ‘slope’, and ‘CI’
  • Removed ‘plot’ from ‘footprints’ example to avoid error